section.sec_1 {
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.banner_form {
    width: 330px;
    margin-left: auto;
    text-align: center;
    background: linear-gradient(90deg, rgb(145 32 33) 0%, rgba(225, 29, 12, 1) 100%);
    border-radius: 50px;
    padding: 40px 20px;
}
.service_inner:hover {
    box-shadow: 0px 1px 12px 0px #ca1d2a;
}
.button_wrap {
    display: flex;
    justify-content: end;
}
section.sec_5.pt_80.pb_80 {
    background-image: url(../images/bg.webp);
}
.service_inner.first {
    background: #070e2985;
}

.d-flex {}

.service_inner.first .d-flex h4.f_20 {
    color: #fff !important;
    font-weight: 600;
}

.service_inner.first p {
    color: #fff !important;
}
.button_wrap button {
    margin: 0 5px;
}

.banner_form input.global_button {
    width: 100%;
    line-height: initial !important;
    padding: 0 !important;
}

.logo_wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.sec_3 {
    background-image: url(../images/bg_shade.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta_form form {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.cta_form form input {
    flex: 0 0 20%;
    border-radius: 5px;
}

.banner_form {
    width: 450px;
    margin-left: auto;
    text-align: center;
    padding: 60px 20px 40px 20px;
    background: linear-gradient(90deg, rgb(145 32 33) 0%, rgba(225, 29, 12, 1) 100%);
    box-shadow: 0px 4px 20px rgba(19, 52, 103, 0.16);
    border-radius: 0px 30px 30px 30px;
}

.points_wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px !important;
}

.points_wrap ul li {
    flex: 0 0 35%;
    padding: 0;
    position: relative;
    list-style: circle;
}

.points_wrap ul li:before {
    content: '';
    display: block;
    position: absolute;
    /* background-image: url(../images/fav.png); */
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



section.sec_6 {
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    align-items: center;
}

section.sec_6 .global_buttons {
    display: flex;
    /* justify-content: space-between; */
}

.web_img ul {
    display: flex;
    flex-wrap: wrap;
}

.web_img ul li {
    flex: 0 0 25%;
    margin: 0 0 35px 0;
}

/* .web_img ul li img {position: absolute;top: 0;left: 0;transition: transform 1s ease-in-out 0.5s;width: 100%;} */
.tabs_content ul {
    justify-content: space-evenly;
    margin: 0 0 50px 0 !important;
}

.tabs_content ul li.nav-item button {
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px;
    color: #002767 !important;
    border: 1px solid #002767;
    background: transparent !important;
    font-weight: 500;
}

.tabs_content ul li.nav-item button.active {
    background-color: #002767 !important;
    color: #fff !important;
}

.logo_img ul {
    display: flex;
    flex-wrap: wrap;
}

.logo_img ul li {
    flex: 0 0 23%;
    margin: 0 10px;
}

.logo_img ul li img {
    width: 100%;
    border-radius: 10px;
}

div#pills-tabContent {
    position: relative;
}

div#pills-tabContent:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/VECTOR.png);
    background-repeat: no-repeat;
    width: 616px;
    height: 513px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: -1;
}

.book_points ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px !important;
}

.book_points ul li {
    flex: 0 0 48%;
    padding: 17px;
    position: relative;
    margin-bottom: 18px;
    border-radius: 21px;
    box-shadow: 0px 1px 1px 2px #ddd;
    transition: 1.15s;
}
.book_points ul li:hover{
    background-color: #ca1d2a;
    transform: scale(1.02);
}
.book_points ul li:hover h5.f_18.fw_700.c_gray {
    color: #fff !important;
}
.book_points ul li:hover p {
    color: #fff !important;
}
.service_inner img {
    height: 38px !important;
}
.book_points ul li:before {
    content: '';
    display: block;
    position: absolute;
    /* background-image: url(../images/fav.png); */
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    left: 0;
    top: 6px;
}
.service_img img {
    width: 272px;
    height: 250px;
    border-radius: 20px;
}
section.sec_9 {
    position: relative;
}

section.sec_9:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #253f80;
    width: 70px;
    height: 60px;
    bottom: 0;
    left: 35px;
    top: 0;
    display: none;
    margin: auto;
}

section.sec_9:after {
    display: none !important;
    content: '';
    display: block;
    position: absolute;
    background-color: #ca1d2a;
    width: 70px;
    height: 60px;
    bottom: 0;
    right: 35px;
    top: 0;
    margin: auto;
}

section.sec-10 .col-md-6:nth-child(1) {
    background: #253f80;
    padding-left: 8.4%;
    padding-right: 40px;
    position: relative;
}

.info_points ul li {
    display: flex;
    align-items: center;
}

.info_points ul li img {
    margin: 0 30px 0 0px;
    width: 20px;
}

.social_icon ul {
    display: flex;
}

.social_icon ul li {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 14px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icon ul li svg {
    font-size: 20px;
    color: #ca1d2a;
}

section.sec-10 .col-md-6:nth-child(1):after {
    content: '';
    display: block;
    position: absolute;
    width: 78px;
    height: 78px;
    right: 0;
    bottom: 0;
    border-radius: 88.5px 0px 0px 0px;
    background: #03204C;
}

.bottom_form p {
    width: 70%;
}

.bottom_form form {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.bottom_form form input {
    /* flex: 0 0 48%; */
    margin-right: 10px !important;
}
.bottom_form form input{
    padding: 0 0 0 20px;  
}
.bottom_form form textarea{
    padding: 20px 0 0 20px;
}
.web_img ul li img {
    width: 346px;
    height: 530px;
}
.shade {
    width: 35%;
}

.testimonial_slider .item {
    border: 2px solid #c81a2ec2;
    padding: 20px;
    height: auto;
    border-radius: 20px;
}
.testimonial_slider .item p {
    overflow-y: scroll;
    height: 116px;
}


section.sec-10 .container {
    position: relative;
    top: 28px;
}

.bottom_form {
    background: #fff !important;
}

section.sec-10 .container .col-md-6.pt_60.pb_60.pl_50 {
    background: #fff !important;
}




/* /our process/ */
section.our-work {
    padding: 60px 0;
    clear: both;
    position: relative;
    background: #29427d1a;
}
.our-work .container::before {
    position: absolute;
    content: "";
    right: 0;
    margin: auto;
    background: url(../images/wave.png) no-repeat;
    max-width: 555px;
    width: 100%;
    background-size: 100%;
    height: 256px;
    top: -60px;
}

.our-work .info-text {
    margin-bottom: 60px;
}
.info-text h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -2px;
    font-weight: 700;
    /* margin-bottom: 20px; */
    position: relative;
}
.our-work .info-text h2:before {
    right: inherit;
}
.info-text h2::before {
    background: #c81a2ec2;
    width: 100px;
    height: 7px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
.our-work .row {
    align-items: center;
}
.info-work {
    padding: 50px 5px;
    position: relative;
}
.info-work span.blue {
    -webkit-text-stroke: 1px #0846b1;
}
.info-work span {
    position: absolute;
    font-size: 109px;
    line-height: 74px;
    font-weight: 700;
    color: transparent;
    top: 0;
    right: 0;
    font-family: 'Barlow Condensed', sans-serif;
    vertical-align: baseline;
    z-index: 2;
}
.info-work h6 {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}
.info-work h6::before {
    position: absolute;
    left: -10px;
    content: "";
    background: #c81a2ec2;
    width: 100px;
    height: 8px;
    bottom: 0;
    z-index: -1;
}
.info-work h6 + p {
    font-size: 15px;
    font-weight: 700;
}
.info-work span.yellow {
    -webkit-text-stroke: 1px #c81a2ec2;
}







section.sec_7 {
    padding: 60px 0;
}

.testi_head h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    text-align: center;
}

.testi_head h3 span {
    color: #f60000;
}

/* .testi_head p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
} */

.testimonial_box-top {
    padding: 24px 12px 14px 25px;
    border-radius: 33px !important;
}

.testimonial_box-img img {
    width: 10%;
    border-radius: 50px;
}

.testimonial_box-icon {
    color: #f60000;
    font-size: 57px;
}

.testimonial_box-text p {
    margin-top: 10px;
    font-size: 16px;
    /* font-weight: 500; */
    /* line-height: 22px; */
    /* margin-top: 14px !important; */
    /* height: 133px; */
    height: 135px;
    overflow: auto;
    padding-right: 10px;
}
.testimonial_box-text p span {
    font-weight: 700;
    color: #f40016;
}

.name-s{
    height: auto !important;
}

.testimonial_box-name h4 {
    color: #f60000;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
li.testi_name {
    position: relative;
    left: 65px;
    top: -41px;
}
li.testi_foundr p {
    position: relative;
    left: 65px;
    top: -45px;
}
.testimonial_box {
    padding: 26px;
}
ul.tesi_img {
    margin-top: 19px !important;
    margin-bottom: -34px !important;
}
li.testi_star {
    position: relative;
    left: 61px;
    top: -58px;
}
li.testi_founder img {
    width: 15%;
    border-radius: 50%;
}
li.testi_name p span {color: #f60000;font-weight: 600;font-size: 14px;}

li.testi_foundr p {
    font-size: 14px;
    font-weight: 600;
}
.testimonial__inner {
    margin-top: 40px;
}



section.sec_8.pb_60.mt-5::before {
    content: "";
    background: url(../images/pro-bef.png) no-repeat;
    max-width: 385px;
    background-size: 100%;
    height: 260px;
    position: absolute;
    right: 20px;
    top: -41px;
    width: 21%;
}
section.sec_8.pb_60.mt-5 {
    position: relative;
}

.ghost {
    width: 250px;
    height: 300px;
    background: #f8f8ff;
    border-radius: 50% 50% 0 0;
    box-shadow: 0 5px 40px 0px rgba(255,255,255,0.7);
    position: relative;
    opacity: .8;}
    .ghost:before{
      content: '';
      background: #f8f8ff;
      position: absolute;
      z-index: 10;
      bottom: -17px;
      width: 160px;
      height: 190px;
      border-radius: 18%;
    }
    .ghost:after {
        content: '';
        background: #f8f8ff;
        position: absolute;
        z-index: 10;
        bottom: -17px;
        width: 160px;
        height: 190px;
        border-radius: 18%;
      }
    &:before {
      left: 3px;
      transform: skew(-34deg) rotate(-23deg);
    }
    &:after {
      right: 3px;
      transform: skew(34deg) rotate(24deg);
    }
    
    .bottom-container-left,
    .bottom-container-right {
      width: 160px;
      height: 100px;
      overflow: hidden;
      bottom: -90px;
      position: absolute;
      z-index: 20;
      .wave {
        display: block;
        position: relative;
        height: 40px;
        background: #f8f8ff;
      }
      .wave:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 300px;
        background-color: $bodyColor;
        right: -25%;
        top: 20px; 
      }
      .wave:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 100%;
        height: 300px;
        background-color: #f8f8ff;
        left: -25%;
        top: -240px;
      }
    }
  
    .bottom-container-left {
      transform: rotate(180deg) scaleY(-1);
     }
    
    .bottom-container-right {
      right: 0;  
    }
  
    .face {
      position: absolute;
      z-index: 20;
      top: 80px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 70px;}
      .eye  {
        background: $bodyColor;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
      }
        .eye:before{
        content: '';
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #f8f8ff;
          position: absolute;
          right: 8px;
          top: 6px;
        }
        .eye-left {
          left: 0;
        }
        .eye-right {
          right: 0;
        }
      }
      
      .mouth {
        background: $bodyColor;
        width: 42px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        left: 30%;
        z-index: -1;
        bottom: 0;}
        .mouth:before {
          content: '';
          background: #f8f8ff;
          width: 48px;
          height: 40px;
          border-radius: 50%;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 6px;
          transition: all .3s ease;
        }
   
  
  .animate-hover {
    animation: animate-hover 6s ease-in-out infinite alternate;
  }
  
  @keyframes animate-hover {
      0% {
          transform: translatey(0px);
      opacity: .8;
      }
      50% {
          transform: translatey(-33px);
      opacity: 1;
      box-shadow: 0 5px 50px 0px rgba(255,255,255,1);
      }
      100% {
          transform: translatey(0px);
      opacity: .8;
      }
  }