/* ...new-syle....  */

/* body  */

body {
   counter-reset: timeline;
}

.header-index .navbar-nav > li a.active {
   font-weight: 600;
}

.less-padding {
   padding: 60px 0;
}

.sec-padding-top {
   padding-top: 120px;
}

.sec-padding-bottom {
   padding-bottom: 120px;
}

/* how it work  */

.text.style-2 .email-form {
   gap: 10px;
}

.text.style-2 .email-form input {
   padding: 10px 20px;
}

.text.style-2 .bttn-2 {
   padding: 10px 24px;
   font-size: 16px;
}

.h1-banner h6 {
   margin-top: 20px;
   font-size: 16px;
   font-weight: 400;
}

/* timeline  */

@media (min-width: 768px) {
   .timeline-wrapper .row .col-md-6 {
      width: 44%;
   }
}

.timeline-wrapper {
   display: flex;
   flex-direction: column;
   gap: 100px;
   margin-top: 50px;
   position: relative;
   z-index: 1;
}

.abs-border::before {
   content: "";
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 15px;
   height: 100%;
   background-color: #cdebff;
   border: 4px solid #f5f9fd;
   border-radius: 10px;
}

.timeline-img {
   display: flex;
   justify-content: center;
   align-items: center;
}

.timeline-img img {
   width: auto;
   max-width: 100%;
   max-height: 227px;
}

.timeline-wrapper .row {
   justify-content: space-between;
}

.timeline-wrapper .row:nth-child(even) {
   flex-direction: row-reverse;
}

.timeline-wrapper .row:nth-child(even) .timeline-card {
   text-align: end;
}

.counter {
   background-color: white;
   border-radius: 50%;
   box-shadow: 0px 0px 16px 0px #1e1e1e1a;
   min-width: 64px;
   aspect-ratio: 1;
   font-size: 40px;
   font-weight: 700;
   color: var(--blue);
   display: inline-flex;
   justify-content: center;
   align-items: center;
   line-height: 1;
}

.timeline-card {
   position: relative;
   z-index: 1;
}

.timeline-card h3 {
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 5px;
   text-transform: uppercase;
}

.timeline-card .counter {
   position: absolute;
   z-index: 1;
   top: 0;
   left: -117px;
}

.timeline-card .counter::before {
   counter-increment: timeline;
   content: "" counter(timeline);
}

.timeline-wrapper .row:nth-child(even) .timeline-card .counter {
   left: unset;
   right: -118px;
}

/* service  */

.two-colm .wrapper > .row {
   align-items: center;
   --bs-gutter-x: 50px;
}

.two-colm .text h4 {
   font-size: 24px;
   font-weight: 600;
   color: var(--black);
   text-transform: uppercase;
   margin: 0 0 15px;
}

.two-colm .text h5 {
   font-size: 18px;
   font-weight: 700;
   color: var(--black);
}

.two-colm .text p {
   margin-bottom: 10px;
   max-width: 530px;
}

.two-colm .text a {
   margin-top: 20px;
   padding: 9px 16px;
}

/* about  */

.content-nowrap h1,
.content-nowrap h4 {
   white-space: nowrap;
}

.static-card.style-2 {
   padding: 20px;
   border-radius: 12px;
   box-shadow: 0px 0px 30px 0px #0075c41f;
   height: 100%;
}

.static-card.style-2 .card-head {
   display: flex;
   align-items: center;
   gap: 12px;
}

.static-card.style-2 .icon {
   margin: unset;
}

.static-card.style-2 h4 {
   font-size: 24px;
   font-weight: 600;
   color: var(--black);
}

.static-card.style-2 .card-text p {
   max-width: 525px;
   margin: 20px 0 0;
}

/* coont-us  */

.submit-form {
   border-radius: 12px;
   padding: 30px;
}

.submit-form label {
   color: white;
   font-weight: 500;
}

.submit-form input {
   border-radius: 36px;
   background-color: white;
   color: var(--gray) !important;
   height: 44px;
   border: 0;
   padding: 6px 20px;
}

.submit-form input::placeholder {
   color: var(--gray);
}

.submit-form textarea {
   min-height: 200px;
   resize: none;
   border-radius: 8px;
   color: var(--gray);
   border: 0;
   padding: 10px 20px;
}

.submit-form .form-control:focus {
   outline: 0;
   border-color: #999;
   box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.15);
   background-color: #fff;
}

.submit-form .bttn-2 {
   font-weight: 600;
}

/* ..media  */

@media (max-width: 1199px) {
   /* timeline */
   .h1-banner .style-2 h4 {
      font-size: 25px;
   }
   .h1-banner .style-2 p {
      font-size: 17px;
   }
   .timeline-wrapper {
      gap: 85px;
   }
   .timeline-card p {
      font-size: 16px;
   }
   .timeline-card .counter {
      left: -103px;
   }
   .timeline-wrapper .row:nth-child(even) .timeline-card .counter {
      right: -103px;
   }
   /* service */
   .less-padding {
      padding: 50px 0;
   }
   .sec-padding-top {
      padding-top: 80px;
   }
   .sec-padding-bottom {
      padding-bottom: 80px;
   }
   .two-colm .text h4 {
      font-size: 21px;
   }
   .two-colm .text h4 br {
      display: none;
   }
   .two-colm .text h5 {
      font-weight: 600;
   }
   .two-colm .text p {
      font-size: 16px;
   }
   .two-colm .text p br {
      display: none;
   }
   /* about ` */
   .static-card.style-2 .icon {
      min-width: 55px;
      font-size: 30px;
   }
   .static-card.style-2 h4 {
      font-size: 21px;
   }
   .static-card.style-2 .card-text p {
      font-size: 16px;
      margin: 15px 0 0 0;
   }
}

@media (max-width: 991px) {
   /* timeline  */
   .timeline-card h3 {
      font-size: 22px;
   }
   .timeline-card p {
      font-size: 14px;
   }
   .counter {
      min-width: 50px;
      font-size: 30px;
   }
   .timeline-wrapper {
      gap: 60px;
   }
   .timeline-img img {
      max-height: 170px;
   }
   .timeline-card .counter {
      left: -82px;
   }
   .timeline-wrapper .row:nth-child(even) .timeline-card .counter {
      right: -82px;
   }
   /* service  */
   .less-padding {
      padding: 40px 0;
   }
   .two-colm .wrapper > .row {
      justify-content: center;
      --bs-gutter-y: 30px;
      --bs-gutter-x: 0;
      flex-direction: column-reverse !important;
   }
   .two-colm .text p {
      max-width: unset;
   }
   /* about  */
   .static-card.style-2 .card-text p {
      max-width: unset;
   }
   /* contact us  */
   .submit-form {
      padding: 20px;
   }
   .submit-form label {
      font-size: 14px;
   }
   .submit-form input::placeholder {
      font-size: 14px;
   }
   .submit-form textarea {
      min-height: 160px;
   }
}

@media (max-width: 767px) {
   /* timeline  */
   .abs-border::before {
      left: 12px;
      right: unset;
      width: 7px;
      border-width: 2px;
   }
   .timeline-img {
      justify-content: start;
   }
   .timeline-img img {
      max-height: 220px;
   }
   .timeline-wrapper {
      padding-left: 40px;
   }
   .counter {
      font-size: 16px;
      min-width: 33px;
   }
   .timeline-card .counter {
      left: -41px;
   }
   .timeline-wrapper .row:nth-child(even) .timeline-card .counter {
      right: unset;
      left: -41px;
   }
   .timeline-wrapper .row:nth-child(even) .timeline-card {
      text-align: start;
   }
   .timeline-wrapper .row {
      flex-direction: column-reverse !important;
      --bs-gutter-y: 30px;
   }
   /* service  */
   .sec-padding-top {
      padding-top: 60px;
   }
   .sec-padding-bottom {
      padding-bottom: 60px;
   }
   /* about  */
   .section-title p br {
      display: none;
   }
   .content-nowrap h1,
   .content-nowrap h4 {
      white-space: normal;
   }
   .static-card.style-2 .card-text p {
      font-size: 14px;
   }
   /* contact  */
   .submit-form {
      padding: 15px;
   }
   .submit-form label {
      margin-bottom: 4px;
   }
   .submit-form button.bttn-2 {
      width: 100%;
   }

   .h1-banner .style-2 p {
      font-size: 16px;
   }
}
