@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "prosing";
  src: url("../fonts/prosing.eot?dif0ql");
  src: url("../fonts/prosing.eot?dif0ql#iefix") format("embedded-opentype"), url("../fonts/prosing.ttf?dif0ql") format("truetype"), url("../fonts/prosing.woff?dif0ql") format("woff"), url("../fonts/prosing.svg?dif0ql#prosing") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=pro], [class*=" pro"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "prosing" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.procontract:before {
  content: "";
}

.proideas:before {
  content: "";
}

.prointerview:before {
  content: "";
}

.proproject:before {
  content: "";
}

.proselection:before {
  content: "";
}

.prosharing:before {
  content: "";
}

.prostack:before {
  content: "";
}

/* boostrap css */
/* * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
.timeline:before {
  box-sizing: initial !important;
}

.progress-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.progress {
  margin-right: -15px;
  margin-left: -15px;
  overflow: visible;
  display: inline-block;
  background: transparent;
}

.progress-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* boostrap css end*/
#hire-developers {
  padding: 50px 0;
  background: #fff;
  width: 100%;
  margin: 0;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite;
  display: inline-block;
}
#hire-developers.hire-developer-box {
  padding: 30px;
  text-align: center;
  background-color: #636e72;
}
#hire-developers.hire-developer-box h5 {
  color: #fff;
  margin-bottom: 0px;
}

h4 {
  text-align: center;
  margin-bottom: 50px;
  color: #555555;
}

.main-timeline {
  display: flex;
  justify-content: space-around;
  padding: 0 70px;
}
.main-timeline:before {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.main-timeline .timeline {
  margin-bottom: 0px;
  position: relative;
}
.main-timeline .timeline:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #3AA0DF;
  position: absolute;
  top: 50%;
  left: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.main-timeline .timeline-icon {
  display: inline-block;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  border: 3px solid #3AA0DF;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 59%;
  left: 19%;
  bottom: 0;
  transform: rotate(-90deg);
}
.main-timeline .timeline-icon i {
  transform: rotate(90deg);
  display: block;
  border-radius: 50%;
  background: #3AA0DF;
  font-size: 42px;
  color: #fff;
  line-height: 64px;
  position: relative;
}
.main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 3px;
  background: #3AA0DF;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.main-timeline .timeline-icon:after {
  width: 28px;
  height: 30px;
  background: #fff;
  top: 64px;
  right: -15px;
  border-radius: 30px;
}
.main-timeline .timeline-content {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin: 0px 0 0;
  float: left;
  position: relative;
}
.main-timeline .timeline-content:before {
  content: "";
  width: 50%;
  height: 80%;
  border: 3px solid #3AA0DF;
  border-left: none;
  position: absolute;
  bottom: auto;
  top: 63px;
  left: 50%;
  border-top: none;
}
.main-timeline .timeline-content:after {
  content: "";
  width: 3px;
  height: 37px;
  background: #3AA0DF;
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: 0;
}
.main-timeline .timeline:nth-child(2n) {
  width: 100%;
}
.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #3AA0DF;
  margin: 0 0 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 600 !important;
}
.main-timeline .description {
  display: inline-block;
  font-size: 15px;
  color: #555555;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 600 !important;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 19%;
  top: 180px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -11px;
  top: 62px;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  float: right;
  width: 70%;
  margin-top: 360px;
  z-index: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  top: 0;
  z-index: -1;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: 60px;
  right: 0;
  top: 0;
  width: 60%;
  height: 3px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:after {
  background: #0aba2b;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
  background: #0aba2b;
}
.main-timeline .timeline:nth-child(2n):before {
  background: #0aba2b;
  left: 55%;
  right: auto;
  top: 50%;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #0aba2b;
}
.main-timeline .timeline:nth-child(2n) .title {
  color: #0aba2b;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  border-right-color: #0aba2b;
  border-top-color: #0aba2b;
  border-bottom: none;
}
.main-timeline .timeline:nth-child(2n):after {
  border-left: none;
  border-right: 3px solid #878787;
}
.main-timeline .timeline:nth-child(3n) .timeline-content:after {
  background: #ecc90b;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before {
  background: #ecc90b;
}
.main-timeline .timeline:nth-child(3n):before {
  background: #ecc90b;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #ecc90b;
}
.main-timeline .timeline:nth-child(3n) .title {
  color: #ecc90b;
}
.main-timeline .timeline:nth-child(3n) .timeline-content:before {
  border-right-color: #ecc90b;
  border-bottom-color: #ecc90b;
}
.main-timeline .timeline:nth-child(4n) .timeline-content:after {
  background: #da6404;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before {
  background: #da6404;
  font-size: 35px;
}
.main-timeline .timeline:nth-child(4n):before {
  background: #da6404;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #da6404;
}
.main-timeline .timeline:nth-child(4n) .title {
  color: #da6404;
}
.main-timeline .timeline:nth-child(4n) .timeline-content:before {
  border-right-color: #da6404;
  border-top-color: #da6404;
}
.main-timeline .timeline:nth-child(5n) .timeline-content:after {
  background: #fe019c;
}
.main-timeline .timeline:nth-child(5n) .timeline-icon i, .main-timeline .timeline:nth-child(5n) .timeline-icon:before {
  background: #fe019c;
}
.main-timeline .timeline:nth-child(5n):before {
  background: #fe019c;
}
.main-timeline .timeline:nth-child(5n) .timeline-icon {
  border-color: #fe019c;
}
.main-timeline .timeline:nth-child(5n) .title {
  color: #fe019c;
}
.main-timeline .timeline:nth-child(5n) .timeline-content:before {
  border-right-color: #fe019c;
  border-bottom-color: #fe019c;
}
.main-timeline .timeline:nth-child(6n) .timeline-content:after {
  background: #c500ff;
}
.main-timeline .timeline:nth-child(6n) .timeline-icon i, .main-timeline .timeline:nth-child(6n) .timeline-icon:before {
  background: #c500ff;
}
.main-timeline .timeline:nth-child(6n):before {
  background: #c500ff;
}
.main-timeline .timeline:nth-child(6n) .timeline-icon {
  border-color: #c500ff;
}
.main-timeline .timeline:nth-child(6n) .title {
  color: #c500ff;
}
.main-timeline .timeline:nth-child(6n) .timeline-content:before {
  border-right-color: #c500ff;
  border-top-color: #c500ff;
}
.main-timeline .timeline:nth-child(7n) .timeline-content:after {
  background: #2a0589;
}
.main-timeline .timeline:nth-child(7n) .timeline-icon i, .main-timeline .timeline:nth-child(7n) .timeline-icon:before {
  background: #2a0589;
}
.main-timeline .timeline:nth-child(7n):before {
  background: #2a0589;
}
.main-timeline .timeline:nth-child(7n) .timeline-icon {
  border-color: #2a0589;
}
.main-timeline .timeline:nth-child(7n) .title {
  color: #2a0589;
}
.main-timeline .timeline:nth-child(7n) .timeline-content:before {
  border-right-color: #2a0589;
  border-bottom-color: #2a0589;
}
.main-timeline .timeline:nth-child(1n) .timeline-icon i:hover {
  background: #1873ab;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon i:hover {
  background: #1a9631;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon i:hover {
  background: #a58e13;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon i:hover {
  background: #92490e;
}
.main-timeline .timeline:nth-child(5n) .timeline-icon i:hover {
  background: #bb0a76;
}
.main-timeline .timeline:nth-child(6n) .timeline-icon i:hover {
  background: #8607ab;
}
.main-timeline .timeline:nth-child(7n) .timeline-icon i:hover {
  background: #271556;
}

/*======================  Responsive start */
@media only screen and (min-width: 992px) {
  .main-timeline:before {
    transform: translateY(-50%);
  }
  .main-timeline .description {
    line-height: 16px;
    font-size: 11px;
    letter-spacing: normal;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
  }
  .main-timeline .timeline-icon {
    padding: 15px;
    left: 6px;
    top: 65%;
  }
  .main-timeline .timeline-icon i {
    width: 64px;
    height: 64px;
  }
  .main-timeline .timeline {
    flex: 1;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 6px;
    right: auto;
    top: 104px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 36px;
    width: calc(100% - 38px);
  }
  .main-timeline .timeline:nth-child(odd) .timeline-content:before {
    height: 80%;
    width: calc(100% - 38px);
    left: auto;
    right: 0;
    z-index: -1;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: calc(100% - 20px);
    margin-top: 300px;
  }
  .main-timeline .timeline-content {
    height: 230px;
    padding: 10px 10px;
    width: calc(100% - 20px);
    float: right;
    z-index: 0;
  }
  .main-timeline .timeline-content:before {
    width: 100%;
    right: 0;
    height: 170px;
  }
  .main-timeline .timeline:before {
    transform: translateY(-50%);
    left: 46px !important;
  }
  .main-timeline .timeline:nth-child(2n) {
    width: auto;
  }
  .main-timeline .timeline:nth-child(7n) .title {
    margin: 0;
    min-height: unset;
  }
  .main-timeline .title {
    min-height: 54px;
    line-height: 18px;
    font-size: 12px;
  }
  .main-timeline .timeline:nth-child(odd) .timeline-content:after {
    content: none;
  }

  .timeline-box {
    padding: 0 5px;
  }

  /*   .col-md-12{float: left; width: 100%;} */
}
@media only screen and (min-width: 1340px) {
  .main-timeline:before {
    transform: translateY(-50%);
  }
  .main-timeline .description {
    line-height: 20px;
    font-size: 13px;
    letter-spacing: normal;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
  }
  .main-timeline .timeline {
    flex: 1;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 6px;
    right: auto;
    top: 179px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 0;
    width: 100%;
  }
  .main-timeline .timeline-content {
    height: 300px;
    padding: 10px 10px;
    width: calc(100% - 55px);
    float: right;
    z-index: 0;
  }
  .main-timeline .timeline-content:before {
    height: 170px;
    width: 100%;
    right: 0;
  }
  .main-timeline .timeline:nth-child(2n) {
    width: auto;
  }
  .main-timeline .timeline:before {
    transform: translateY(-50%);
    left: 46px !important;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: calc(100% - 55px);
    margin-top: 374px;
  }
  .main-timeline .timeline:nth-child(7n) .title {
    margin: 0;
    min-height: unset;
  }
  .main-timeline .title {
    min-height: 58px;
    line-height: 16px;
    font-size: 15px;
  }
  .main-timeline .timeline-icon {
    padding: 15px;
    left: 6px;
    top: 59%;
  }
  .main-timeline .timeline-icon i {
    width: 64px;
    height: 64px;
  }
  .main-timeline .timeline:nth-child(odd) .timeline-content:before {
    height: 80%;
    width: 100%;
    left: auto;
    right: 0;
    z-index: -1;
  }
  .main-timeline .timeline:nth-child(odd) .timeline-content:after {
    content: none;
  }
}
@media only screen and (min-width: 1600px) {
  .main-timeline {
    padding: 0 50px;
  }
  .main-timeline:before {
    transform: translateY(-50%);
  }
  .main-timeline .description {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
  }
  .main-timeline .timeline {
    flex: 1;
  }
  .main-timeline .timeline-content {
    height: 255px;
    padding: 10px 10px;
    width: calc(100% - 58px);
    float: right;
    z-index: 0;
  }
  .main-timeline .timeline-content:before {
    height: 140px;
    width: 100%;
    right: 0;
  }
  .main-timeline .timeline:nth-child(2n) {
    width: auto;
  }
  .main-timeline .timeline:before {
    transform: translateY(-50%);
    left: 46px !important;
  }
  .main-timeline .title {
    min-height: 58px;
    line-height: 20px;
    font-size: 17px;
  }
  .main-timeline .timeline-icon {
    left: 6px;
    padding: 15px;
    top: 62%;
  }
  .main-timeline .timeline-icon i {
    width: 64px;
    height: 64px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: calc(100% - 55px);
    margin-top: 333px;
  }
  .main-timeline .timeline:nth-child(7n) .title {
    margin: 0;
    min-height: unset;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 6px;
    right: auto;
    top: 135px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 0;
    width: 100%;
  }
  .main-timeline .timeline:nth-child(odd) .timeline-content:before {
    height: 80%;
    width: 100%;
    left: auto;
    right: 0;
    z-index: -1;
  }
  .main-timeline .timeline:nth-child(odd) .timeline-content:after {
    content: none;
  }
}
@media only screen and (min-width: 2560px) {
  .main-timeline .title {
    font-size: 25px;
    line-height: 29px;
  }
  .main-timeline .description {
    font-size: 18px;
    line-height: 25px;
  }
  .main-timeline .timeline:nth-child(7n) .title {
    margin-bottom: 10px;
  }
}
/* @media only screen and (min-width: 1199px) {
    .main-timeline .timeline-content{width: calc(100% - 30px);}
    .main-timeline .timeline:nth-child(even) .timeline-content{width: calc(100% - 30px);}
}
 */
@media only screen and (max-width: 991px) {
  #hire-developers {
    background: #fff;
    width: 100%;
    margin: 0;
    text-align: center;
    height: auto;
    padding: 0px 0px 50px 0px;
    box-sizing: border-box;
    -webkit-animation: slide 20s linear infinite;
  }
  #hire-developers .hire-developer-box {
    padding: 30px;
    text-align: center;
    background-color: #636e72;
  }
  #hire-developers .hire-developer-box h5 {
    color: #fff;
    margin-bottom: 0px;
  }

  h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #555555;
  }

  .main-timeline {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
  }
  .main-timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    border-radius: 20px;
    margin: 0;
    background: #878787;
    position: absolute;
    top: 0;
    left: 14.9%;
    right: 0;
    z-index: 0;
  }
  .main-timeline:after {
    content: "";
    width: 2px;
    height: 95%;
    border-radius: 20px;
    margin: 0;
    background: #878787;
    position: absolute;
    top: 22px;
    left: auto;
    right: 14.9%;
    z-index: 0;
  }
  .main-timeline .timeline {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 1px;
    position: relative;
  }
  .main-timeline .timeline:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #006cff;
    position: absolute;
    top: 28px;
    left: 15%;
    z-index: 9;
    transform: translate(-50%, -50%);
  }
  .main-timeline .timeline:after {
    content: "";
    position: absolute;
    bottom: -51px;
    width: 70.2%;
    height: 5px;
    z-index: 1;
    background: #fff;
    border-left: 2px solid #878787;
    border-bottom: 2px solid #878787;
    left: 0px;
    right: 0;
    padding-top: 19px;
    margin: 0 auto;
  }
  .main-timeline .timeline:last-child:after {
    border-bottom: none;
  }
  .main-timeline .timeline-icon {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #006cff;
    padding: 7px;
    text-align: center;
    position: absolute;
    top: 29px;
    left: 0;
    transform: translateY(-50%);
  }
  .main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #006cff;
    font-size: 25px;
    color: #fff;
    line-height: 41px;
    z-index: 1;
    position: relative;
  }
  .main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #006cff;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
  }
  .main-timeline .timeline-icon:after {
    width: 20px;
    height: 20px;
    background: #fff;
    top: 38px;
    right: -11px;
  }
  .main-timeline .timeline-content {
    width: 84%;
    padding: 0 30px;
    margin: 0;
    float: right;
    position: relative;
    background: #fff;
    z-index: 1;
  }
  .main-timeline .timeline-content:before {
    content: "";
    width: 96%;
    height: 100%;
    border: 2px solid #006cff;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -30px;
    left: 20px;
    top: auto;
    background: #fff;
    z-index: -1;
  }
  .main-timeline .timeline-content:after {
    content: "";
    width: 22px;
    height: 2px;
    background: #006cff;
    position: absolute;
    top: 28px;
    left: 0;
  }
  .main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #006cff;
    margin: 0 0 5px;
    padding-top: 22px;
  }
  .main-timeline .description {
    display: inline-block;
    font-size: 15px;
    color: #555555;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 0;
    top: 29px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -11px;
    top: 38px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    margin-top: 0;
    bottom: 0px;
    width: 84%;
    padding: 0 30px;
    position: relative;
    background: #fff;
    z-index: 1;
    float: left;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    top: auto;
    left: auto;
    right: 20px;
    transform: rotateY(180deg);
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0;
    width: 22px;
    height: 2px;
    top: 28px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    background: #0aba2b;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
    background: #0aba2b;
  }
  .main-timeline .timeline:nth-child(2n):before {
    background: #0aba2b;
    left: auto;
    right: 13%;
    top: 28px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #0aba2b;
  }
  .main-timeline .timeline:nth-child(2n) .title {
    color: #0aba2b;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #0aba2b;
    border-bottom: 2px solid #0aba2b;
    border-top: none;
  }
  .main-timeline .timeline:nth-child(2n):after {
    border-left: none;
    border-right: 2px solid #878787;
  }
  .main-timeline .timeline:nth-child(3n) .timeline-content:after {
    background: #ecc90b;
  }
  .main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before {
    background: #ecc90b;
  }
  .main-timeline .timeline:nth-child(3n):before {
    background: #ecc90b;
  }
  .main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #ecc90b;
  }
  .main-timeline .timeline:nth-child(3n) .title {
    color: #ecc90b;
  }
  .main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #ecc90b;
    border-bottom-color: #ecc90b;
  }
  .main-timeline .timeline:nth-child(4n) .timeline-content:after {
    background: #da6404;
  }
  .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before {
    background: #da6404;
    font-size: 21px;
  }
  .main-timeline .timeline:nth-child(4n):before {
    background: #da6404;
  }
  .main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #da6404;
  }
  .main-timeline .timeline:nth-child(4n) .title {
    color: #da6404;
  }
  .main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #da6404;
    border-bottom-color: #da6404;
  }
  .main-timeline .timeline:nth-child(5n) .timeline-content:after {
    background: #fe019c;
  }
  .main-timeline .timeline:nth-child(5n) .timeline-icon i, .main-timeline .timeline:nth-child(5n) .timeline-icon:before {
    background: #fe019c;
  }
  .main-timeline .timeline:nth-child(5n):before {
    background: #fe019c;
  }
  .main-timeline .timeline:nth-child(5n) .timeline-icon {
    border-color: #fe019c;
  }
  .main-timeline .timeline:nth-child(5n) .title {
    color: #fe019c;
  }
  .main-timeline .timeline:nth-child(5n) .timeline-content:before {
    border-left-color: #fe019c;
    border-bottom-color: #fe019c;
  }
  .main-timeline .timeline:nth-child(6n) .timeline-content:after {
    background: #c500ff;
  }
  .main-timeline .timeline:nth-child(6n) .timeline-icon i, .main-timeline .timeline:nth-child(6n) .timeline-icon:before {
    background: #c500ff;
  }
  .main-timeline .timeline:nth-child(6n):before {
    background: #c500ff;
  }
  .main-timeline .timeline:nth-child(6n) .timeline-icon {
    border-color: #c500ff;
  }
  .main-timeline .timeline:nth-child(6n) .title {
    color: #c500ff;
  }
  .main-timeline .timeline:nth-child(6n) .timeline-content:before {
    border-left-color: #c500ff;
    border-bottom-color: #c500ff;
  }
  .main-timeline .timeline:nth-child(7n) .timeline-content:after {
    background: #2a0589;
  }
  .main-timeline .timeline:nth-child(7n) .timeline-icon i, .main-timeline .timeline:nth-child(7n) .timeline-icon:before {
    background: #2a0589;
  }
  .main-timeline .timeline:nth-child(7n):before {
    background: #2a0589;
  }
  .main-timeline .timeline:nth-child(7n) .timeline-icon {
    border-color: #2a0589;
  }
  .main-timeline .timeline:nth-child(7n) .title {
    color: #2a0589;
  }
  .main-timeline .timeline:nth-child(7n) .timeline-content:before {
    border-left-color: #2a0589;
    border-bottom-color: #2a0589;
  }
  .main-timeline .timeline-icon i {
    transform: initial;
  }
}
@media only screen and (max-width: 768px) {
  .main-timeline .timeline:nth-child(2n):before {
    transform: translate(-5%, -50%);
    right: 13.4%;
  }
}
@media only screen and (max-width: 575px) {
  .main-timeline .description {
    font-size: 13px;
  }
  .main-timeline .timeline-content {
    width: 82%;
  }
  .main-timeline .timeline-content:before {
    width: 94%;
  }
  .main-timeline .timeline-icon {
    width: 40px;
    height: 40px;
    padding: 3px;
  }
  .main-timeline .timeline-icon i {
    font-size: 20px;
    line-height: 30px;
  }
  .main-timeline .timeline-icon:after {
    width: 7px;
    height: 8px;
    background: #fff;
    top: 23px;
    right: -5px;
  }
  .main-timeline .timeline:before {
    content: "";
    width: 9px;
    height: 9px;
    border: 3px solid #FFF;
    left: 17%;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -5px;
    top: 23px;
  }
  .main-timeline .timeline:nth-child(2n):before {
    left: auto;
    top: 28px;
    right: 15.5%;
    transform: translate(-13%, -50%);
  }
  .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before {
    font-size: 14px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 82%;
  }
  .main-timeline .timeline:after {
    width: 65.9%;
  }
  .main-timeline:before {
    left: 17%;
  }
  .main-timeline:after {
    right: 17%;
  }
  .main-timeline .title {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 400px) {
  .main-timeline .timeline:nth-child(2n):before {
    transform: translate(5%, -50%);
  }
}

/*# sourceMappingURL=style.css.map */
