.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 120px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #010326;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    width: 30px;
    height: 30px;
    background-color: #010326;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #010326;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #010326;
}


.about_section {
    position: relative;
  }
  
  .about_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 90%;
    margin: auto;
  }
  
  .about_section .box .img_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .about_section .box .img_container .img-box {
    position: relative;
    margin: 0 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  
  .about_section .box .img_container .img-box img {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  
  .about_section .box .img_container .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
  }
  
  .about_section .box .img_container .img-box.b1::before {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  
  .about_section .box .img_container .img-box.b2 {
    margin-top: 150px;
  }
  
  .about_section .box .img_container .img-box.b2::before {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
  
  .about_section .box .detail-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3%;
    padding-right: 10%;
  }
  
  .about_section .box .detail-box h2 {
    font-weight: bold;
  }
  
  .about_section .box .detail-box p {
    margin-top: 35px;
  }
  
  .about_section .box .detail-box a {
    display: inline-block;
    padding: 8px 35px;
    background-color: #010326;
    border: 1px solid #010326;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 35px;
  }
  
  .about_section .box .detail-box a:hover {
    background-color: transparent;
    color: #010326;
  }
  
  .about_section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 65%;
    height: 1px;
    background-color: #b0b0b0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .text-box {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure the column takes up full height */
    justify-content: flex-end; /* Align content to the bottom */
  }
  .phone-wrap img {
    box-shadow: 0px 0px 10px rgba(0, 4, 44, 0.326); /* Adjust the values as needed */
  }
  .why-us {
    padding-bottom: 0;
    margin-top: 4rem;
  }
  
  .why-us .img-bg {
    min-height: 500px;
    background-size: cover;
  
    z-index: -1;
  }
  
  
  
  .why-us h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-secondary);
  }
  
  .why-us h4 {
    font-size: 18px;
  
    color: #29486a;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .about {
    background-color: #D99E6A;
    color: white;
    margin-top: -10rem;
  }
.aboyimg .img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D99E6A;
    color: white;
    margin-top: -10rem;
  }

  .service-8 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
  }
  
  .service-8 h1, .service-8 h2, .service-8 h3, .service-8 h4, .service-8 h5, .service-8 h6 {
    font-size: 30px;
    color: #00123d;
  }
  
  .service-8 h3 {
    font-size: 34px;
    line-height: 30px;
  }
  
  .service-8 .font-weight-medium {
    font-weight: 500;
  }
  
  .service-8 .text-info {
    color: #00073f;
  }
  
  .service-8 .list-style-none {
    list-style: none;
  }
  
  .service-8 .img-shadow {
      -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
      box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  }
  
  .service-8 .bg-light {
      background-color: #f4f8fa !important;
  }
  
  .service-8 .list-block li {
    font-weight: 400;
    color: #263238;
  }
  
  .service-8 .btn-info-gradiant {
      background: #188ef4;
      background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
      background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
      background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
      background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
      background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  }
  
  .service-8 .btn-info-gradiant:hover {
      background: #316ce8;
      background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
      background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
      background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
      background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
      background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
  }
  
  .service-8 .btn-md {
      padding: 15px 45px;
      font-size: 16px;
  }
  
  