.main-timeline{
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 7px;
    height: 100%;
    background: #000000;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    padding: 20px 60px 92px 57px;
    border-top: 7px solid #000000;
    border-right: 7px solid #000000;
    border-radius: 0 30px 0 0;
    position: relative;
    right: -3.5px;
}
.main-timeline .icon{
    display: block;
    width: 50px;
    height: 50px;
    line-height:50px;
    border-radius: 50%;
    background: #f7f3e1;
    border: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    box-shadow: 0 0 0 2px #f7f3e1;
    position: absolute;
    top: -30px;
    left: 0;
}
.main-timeline .timeline-content{
  display: block;
    padding: 30px 25px 20px 27px;
    border-radius: 20px;
    background: #3b73ba;
    color: #fff;
    background-image: linear-gradient(to right, #f8f3e1, #f8f3e1);
    position: relative;
    /* height: 181px; */
}
.main-timeline .timeline-content:hover{
    text-decoration: none;
    color: #fff;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    border-radius: 10px;
    background: #f7f3e1;
    border: 1px solid #fff;
    position: absolute;
    top: -35px;
    left: 50px;
}
.main-timeline .timeline-content:after{
    left: auto;
    right: 50px;
}
.main-timeline .title{
    font-size: 24px;
    margin: 0;
    color: #ffffff;
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    color: #ffffff;
}
.main-timeline .timeline:nth-child(2n){
    border-right: none;
    border-left: 7px solid #000000;
    border-radius: 30px 0 0 0;
    right: auto;
    left: -3.5px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(2){ margin-top: 130px; }
.main-timeline .timeline:nth-child(odd){ margin: -130px 0 30px 0; }
.main-timeline .timeline:nth-child(even){ margin-bottom: 80px; }
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){ margin: 0 0 30px 0; }
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .icon{ background: #e3f1fb; }
.main-timeline .timeline:nth-child(2n) .icon{ box-shadow: 0 0 0 2px #e3f1fb; }
.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before,
.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .icon{ background: #e3f1fb; }
.main-timeline .timeline:nth-child(3n) .icon{ box-shadow: 0 0 0 2px #e3f1fb; }
.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before,
.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .icon{ background: #f8f3e1; }
.main-timeline .timeline:nth-child(4n) .icon{ box-shadow: 0 0 0 2px #f8f3e1; }
@media only screen and (max-width: 767px){
    .main-timeline:before{
        left: 0;
        right: auto;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd){
        width: 100%;
        float: none;
        padding: 20px 30px;
        margin: 0 0 30px 0;
        border-right: none;
        border-left: 7px solid #084772;
        border-radius: 30px 0 0 0;
        right: auto;
        left: 0;
    }
    .main-timeline .icon{
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline .title{ font-size: 18px; }
}

/*About Section*/
/*----------------------------------------------------*/
.archx-about-section {
  z-index: 1;
  overflow: hidden;
  padding: 95px 0px 115px;
  background-color: #fcfcfc;
}
.archx-about-section:before {
  top: 0;
  right: 0;
  width: 56.5%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #f8f6f4;
}

.archx-about-sub-text {
  margin-bottom: 40px;
}
.archx-about-sub-text h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.archx-about-sub-text p {
  line-height: 35px;
}

.archx-about-feature-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.archx-about-feature-list li:before {
  left: 0;
  top: 8px;
  width: 30px;
  content: "";
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../icon/check.png);
}

.archx-about-sponsor-scroller {
  padding-left: 20px;
}

.archx-about-sponsor-wrapper {
  margin: 0px -10px;
}
.archx-about-sponsor-wrapper .archx-sponsor-item {
  height: 90px;
  width: 170px;
  margin: 0px 10px;
  padding-top: 25px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.archx-about-sponsor-wrapper .archx-sponsor-item img {
  margin: 0 auto;
}
.archx-about-sponsor-wrapper .archx-sponsor-item:hover {
  background-color: var(--main-color-2);
}

.archx-about-experience-scoller {
  margin-top: 80px;
}

.archx-about-experience {
  width: 170px;
  height: 275px;
  border: 1px solid #D28F51;
}
.archx-about-experience .archx-about-exp-text h3 {
  font-size: 50px;
  font-weight: 500;
  padding-bottom: 15px;
  color: var(--main-color-2);
}
.archx-about-experience .archx-about-exp-text h3 sub {
  bottom: 0;
}
.archx-about-experience .archx-about-exp-text p {
  color: #32302E;
  font-size: 14px;
  line-height: 1.3;
  max-width: 105px;
  font-family: var(--heading-2);
}

.archx-about-scroller-wrapper {
  width: 605px;
  height: 275px;
  margin-left: 35px;
  overflow-y: scroll;
}
.archx-about-scroller-wrapper::-webkit-scrollbar {
  width: 4px;
}
.archx-about-scroller-wrapper::-webkit-scrollbar-track {
  background: #EAEAEA;
}
.archx-about-scroller-wrapper::-webkit-scrollbar-thumb {
  background: var(--main-color-2);
}

.archx-about-scroller-item {
  margin-bottom: 50px;
}
.archx-about-scroller-item h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}
.archx-about-scroller-item p {
  line-height: 35px;
}

.archx-about-section-2 {
  z-index: 1;
  padding: 100px 0px;
}
.archx-about-section-2 .container {
  max-width: 1490px;
}
.archx-about-section-2 .archx-about-counter-img {
  left: 0;
  right: 0;
  top: 70px;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
  margin-left: 588px;
}

.archx-about-img-wrapper-2 .archx-about-img-2 {
  z-index: 1;
  max-width: 335px;
}
.archx-about-img-wrapper-2 .archx-about-img-2:before {
  top: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  right: -20px;
  position: absolute;
  border-radius: 170px;
  background-color: var(--main-color-2);
}
.archx-about-img-wrapper-2 .archx-about-exp-text {
  top: 50%;
  z-index: 1;
  left: -20px;
  color: #000;
  font-weight: 500;
  padding: 30px 5px;
  background-color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0509803922);
}
.archx-about-img-wrapper-2 .archx-about-exp-text span {
  color: var(--main-color-2);
}
.archx-about-img-wrapper-2 .archx-about-mail {
  bottom: 0;
  z-index: 1;
  left: -70px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.archx-about-img-wrapper-2 .archx-about-mail img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.archx-about-img-wrapper-2 .archx-about-mail span {
 top: -52px;
    left: -47px;
    color: #fff;
    position: relative;
    padding: 11px 39px;
    border-radius: 30px;
    background-color: #000000;
}

.archx-about-counter {
  padding-top: 110px;
}
.archx-about-counter h3 {
  line-height: 1;
  font-size: 200px;
  font-weight: 700;
  color: var(--main-color-2);
}
.archx-about-counter p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.archx-about-counter .counter-text {
  margin-top: 80px;
}

.archx-about-service-area {
  width: 350px;
  padding: 15px;
  border: 1px solid rgba(222, 212, 212, 0.6);
}
.archx-about-service-area .archx-about-service {
  padding: 25px;
}
.archx-about-service-area .archx-about-service .about-service-icon {
  margin-right: 25px;
}
.archx-about-service-area .archx-about-service .about-service-title h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
.archx-about-service-area .archx-about-service .about-service-title p {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2784313725);
}
.archx-about-service-area .archx-about-service .archx-service-list-item {
  margin-top: 55px;
}
.archx-about-service-area .archx-about-service .archx-service-list-item li {
  color: #020202;
  margin-bottom: 28px;
}
.archx-about-service-area .archx-about-service .archx-service-list-item li img {
  margin-right: 15px;
}
.archx-about-service-area .about-service-btn a {
  color: #fff;
  width: 100%;
  height: 45px;
  font-size: 14px;
  background-color: var(--main-color-2);
}
.archx-about-service-area .about-service-btn a:hover {
  background-color: #000000;
}

/*Work Process Section*/
/*---------------------------------------------------*/
.archx-work-process-section {
  z-index: 1;
  margin-top: 50px;
  overflow: hidden;
}
.archx-work-process-section .container {
  max-width: 1490px;
}
.archx-work-process-section .archx-wp-exp-text1,
.archx-work-process-section .archx-wp-exp-text2 {
  left: 130px;
  color: #000000;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.archx-work-process-section .archx-wp-exp-text1 span,
.archx-work-process-section .archx-wp-exp-text2 span {
  color: var(--main-color-2);
}
.archx-work-process-section .archx-wp-exp-text1 {
  top: 50px;
}
.archx-work-process-section .archx-wp-exp-text2 {
  bottom: 50px;
}
.archx-work-process-section .archx-work-pro-img {
  top: 0;
  right: 0;
  z-index: -1;
}

.archx-work-process-system-content {
  background-color: #fdfdfd;
}

.archx-work-process-item-wrap {
  padding: 0px 15px;
}

.archx-work-process-item {
  max-width: 260px;
  position: relative;
}
.archx-work-process-item:after {
  top: 15px;
  right: -25px;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(217, 217, 217, 0.4392156863);
}
.archx-work-process-item .archx-work-porcess-icon {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  border: 1px solid rgba(210, 143, 81, 0.3490196078);
}
.archx-work-process-item .archx-work-process-serial {
  opacity: 0.5;
  font-size: 60px;
  font-weight: 500;
  color: var(--main-color-2);
  font-family: var(--heading-2);
}
.archx-work-process-item .archx-work-process-text {
  margin-top: 10px;
}
.archx-work-process-item .archx-work-process-text h3 {
  color: #020202;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.archx-work-process-item .archx-work-process-text p {
  max-width: 265px;
}

.archx-work-process-system {
  right: 0;
  top: 50%;
  max-width: 1070px;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.archx-work-process-system .archx-work-process-system-content {
  padding: 65px 55px;
}

.archx-work-process-title {
  margin-top: 35px;
  margin-left: 15px;
}
.archx-work-process-title h3 {
  color: #000000;
  font-size: 38px;
  font-weight: 700;
}
.archx-work-process-title h3 span {
  font-weight: 400;
  color: var(--main-color-2);
}

.lightsand{
      background-color: #F5EFE6;
}

.lightblue{
      background-color: #CBDCEB;
}
p.lead {
    line-height: 31px;
}

.boxtext{

    line-height: 24px;
    font-size: 17px;
    padding: 33px;

}


.carddesign2{
      border: 1px solid #d5d1d1;
    border-radius: 18px !important;
    background-color: #e4e7e52e !important;
    box-shadow: 0px 0px 8px #c5bcbcfc;
        height: 22rem;
}


.rowbox{
  border: 1px solid #c5c5c56e;
    padding: 62px 10px 62px 10px;
    border-radius: 51px;
   
}


/* servicebos */

.serviceBox2{
   color: #555;
    font-family: "Poppins", serif;
    text-align: center;
    padding: 0 10px 20px;
    border-radius: 30px 30px;
    position: relative;
    border: 1px solid #d0d8df !important;
    margin: 50px auto 0;
    z-index: 1;
    background: #0000000d;
    box-shadow: 0 0 10px #e2eef7;
        height: 22rem;
}
.serviceBox2:before{
        content: "";
    background: #cbcbca59;
    width: calc
↳
calc(310px - 10px)
↳
300px
(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 25px 25px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    /* padding: 0px 23px; */
    top: 50%;
    left: 50%;
    box-shadow: rgb(199 199 199 / 0%) 0px 20px 25px -5px, rgb(211 211 211 / 4%) 0px 10px 10px -5px;
    transition: all 0.3s 
ease-in-out;
    z-index: -1;

}
.serviceBox2 .service-icon2{
    color: #fff;
    background: var(--color1);
    font-size: 40px;
    line-height: 115px;
    height: 110px;
    width: 110px;
    margin: -50px auto 30px;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s;
}
.serviceBox2 .service-icon2 img{
    transform: rotateY(0deg);
    line-height:inherit;
    transition: all 0.3s ease 0s;
}
.serviceBox2:hover .service-icon2 img{ transform: rotateY(360deg); }
.serviceBox2 .service-icon2:before{
    content: "";
    border: 6px solid #f8f3e1;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-radius: 50% 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    transform: translateX(-50%) translateY(0);
    position: absolute;
    top: 6px;
    left: 50%;
}
.serviceBox2 .title2{
    color: var(--color1);
    /* font-size: 20px; */
    font-weight: 600;
    /* text-transform: uppercase; */
    margin: 0 0 10px;
        font-family: 'Inter';
}
.serviceBox2 .description2{
    font-size: 15px;
    line-height: 25px;
    padding: 6px 6px 26px 6px;
        font-family: 'Inter';
}
 
/* .serviceBox2.magenta{ border:3px solid var(--color2);}
.serviceBox2.magenta .service-icon2{ background: var(--color2); }
.serviceBox2.magenta .title2{ color: var(--color2); }
 
.serviceBox2.orange{ border:3px solid var(--color3);}
.serviceBox2.orange .service-icon2{ background: var(--color3); }
.serviceBox2.orange .title2{ color: var(--color3); }
  */
.serviceBox2.blue2{ border:3px solid var(--color4);}
.serviceBox2.blue2 .service-icon2{ background: #f8f3e1; }
.serviceBox2.blue2 .title2{ color: #000000;padding: 13px 5px 0px 5px; }
 
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}