    .searchBoxToggler{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--title-font);
    color: #ffffff;
    text-transform: capitalize;
    background: linear-gradient(45deg, #04075c, #6667a8);
    padding: 15px 20px;
    border-radius: 10px;
}


.th-menu-toggle{
    background-color: #006cad!important;
}

.th-menu-wrapper .mobile-logo {
    background-color: #ffffff!important;
}
.th-menu-wrapper .th-menu-area{
    border:3px solid #04075c !important;
}

.searchBoxToggler:hover{
    color: #fff!important;
}

.main-menu a{
    font-weight: 400!important;
    font-size: 15px;
    text-transform: capitalize!important;
    font-family: 'Inter';
}
.main-menu ul.sub-menu li {
    padding: 3px 9px!important;
}

.service-box{
    padding: 10px!important;
    text-align: center;
    border-radius: 5px!important;
}
.text-justify{
    text-align: justify;
}

.img-box1 .img1 {
    padding: 15px 15px 15px 12px!important;
}
.checklist li {
    color: #74757b;
}

[data-overlay="theme"]:before {
    background-color: #fff;
}
.contact-form .form-group>i {
    color: #212529!important;
}
.sec-text{
        font-family: 'Inter'!important;
        text-align: justify!important;
        font-size: 15px;
}
.checklist li {
    color: #74757b;
    font-family: 'Inter'!important;
    font-weight: 400!important;
}
.hero-title{
    font-family: "Jost", sans-serif;
}
.hero-style1 .hero-text{
    font-family: 'Inter'!important;
}
.th-btn, .box-text{
    font-family: 'Inter'!important;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6{
    font-family: "Jost", sans-serif!important;
}
.desktop ul li {
    list-style: none;
    padding: 10px 0px;
}
.desktop ul li a {
    font-size: 40px;
}
.desktop {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
}
.desktop i.fa-brands.fa-whatsapp {
    color: #ffffff;
    background: green;
    padding: 0px 0px;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}
.desktop .fa-phone {
    background: blue;
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 40px;
    border-radius: 10px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .desktop{
        display: none;
    }
    .mobile_btn {
        display: block !important;
        position: fixed;
        bottom: 0;
        background: #04075c;
        width: 100%;
        padding: 0px 0px;
        z-index: 999;
    }
    .fixed_lists {
        padding-left: 0rem !important;
    }
    ul.fixed_lists li {
        float: left;
        width: 25%;
        list-style-type: none;
        border: 1px solid #313250;
        padding: 10px;
        text-align: center;
        /*border-top: 2px solid rgb(216 175 105);*/
        border-bottom: none;
    }
    ul.fixed_lists li a i {
        color: #fff;
        font-size: 16px;
    }
    
    ul.fixed_lists li a span {
        font-size: 11px;
        display: block;
        text-align: center;
        font-family: 'Poppins';
        font-weight: 600;
        color: #fff;
    }
    .copyright-wrap {
        margin-bottom: 70px;
    }

}

.carousel-control-next, .carousel-control-prev{
    opacity: 0!important;
}
section.uk_icon_box {
    padding: 60px 0px;
    background: #f3fbff;
}
h4.card-title {
    font-size: 18px;
    text-align: center;
}
.card-text {
    font-size: 14px;
    text-align: center;
    font-family: 'Inter' !important;
}
.row.equal-height > div {
  display: flex;
}
.card-image {
    text-align: center;
    padding-top: 0px;
}
.card-image img {
    width: 100%;
    border-radius: 100%;
    box-shadow:none;
}
.uk_icon_box .card {
    background: transparent;
    padding: 10px;
    border: none;
    border-radius: 0px;
    /*box-shadow: 1px 1px 0px 0px #04075c;*/
}
.sub-title {
    /*background: linear-gradient(45deg, #e5e5e5, transparent) !important;*/
    color: #444444 !important;
    font-size: 14px;
    display: inline-block;
    padding: 0px 10px;
}

.services {
    background: #f3fbff;
    padding: 60px 0px;
}

.services .box-title{
    font-size: 20px!important;
    font-weight: 500;
    text-align: center;
    margin: 10px 0px;
}

.service-box .th-btn{
    color: #fff!important;
}

.service-box .box-text{
    font-size: 14px!important;
    padding: 0px 15px;
}


.price-box {
    position: absolute;
    top: 44%;
    left: 10px;
    background: #ff9f00;
    padding: 5px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Roboto';
}


section#testi-sec {
    padding: 60px 0px;
}


.testimonial-box {
    border-radius: 5px;
    padding: 25px;
    height: 100%;
    border: 1px solid #006cad;
    overflow: hidden;
    position: relative;
}

.testimonial-quote {
    font-size: 14px;
    font-style: italic;
    color: #333;
    font-family: 'Inter';
}

.testimonial-author {
  font-weight: 600;
  margin-top: 15px;
  color: #007BFF;
}

.quote-icon {
    font-size: 10rem;
    color: #006cad38;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
}
.footer-wrapper{
    background-color: #0b0c2f;
}
.copyright-wrap
 {
    padding: 25px 0;
    background-size: 100% auto;
    background-color: #0b0c2f !important;
    border-top: 1px solid #fff!important;
}

.copyright-wrap {
    padding: 10px 0!important;

}
.copyright-wrap .copyright-text a {
    color: #e5ff00!important;
}
.footer-widget .widget_title{
    margin: -0.12em 0 11px 0!important;
    padding: 0 0 15px 0!important;
}
.footer-widget.widget_nav_menu a {
    font-size: 14px;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    font-family: 'Inter' !important;
}
.footer-wrapper .widget-area{
    padding-top: 50px!important;
    padding-bottom:0px!important;
}

.th-widget-about .about-text {
    margin-bottom: 27px;
    margin-top: -0.45em;
    font-size: 14px!important;
    font-family: 'Inter'!important;
}

.pickup-section {
      background-color: #fafaf7;
      padding: 60px 0;
    }

    .pickup-heading {
      font-size: 2.5rem;
      font-weight: 700;
      color: #00575c;
    }

    .pickup-text {
      color: #333;
      font-size: 1rem;
      margin-top: 15px;
      max-width: 500px;
    }

    .pickup-btn {
      background-color: #00757a;
      color: white;
      padding: 10px 25px;
      border: none;
      margin-top: 30px;
      border-radius: 6px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

    .pickup-image {
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 768px) {
      .pickup-heading {
        font-size: 2rem;
        text-align: center;
      }

      .pickup-text, .pickup-btn {
        text-align: center;
        margin: 0 auto;
      }

      .pickup-btn {
        display: block;
        margin-top: 20px;
      }

      .image-col {
        text-align: center;
        margin-top: 30px;
      }
    }

    .copyright-text {
        font-size: 14px!important;
        font-family: 'Jost'!important;
    }

    .about-us{
        padding: 50px 0px;
    }

    .pb-50{
        padding:50px 20px!important;
    }
    .form-control, .form-select{
        height: 45px !important;
        padding: 0 10px 0 10px !important;
        font-family: 'Inter';
        font-size: 14px;
    }

    /*.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #140101;
        text-decoration: none;
        outline: 0;
        opacity: .9 !important;
        width: 50px;
        height: 50px;
        background: #006cad;
        border: none;
        top: 30%;
    }*/
    .main-menu ul.sub-menu a{
        font-family: 'Inter';
        font-size: 15px;
    }

    /*.mandatory-disclose {*/
    /*    background: #750000;*/
    /*    padding: 0px 15px;*/
    /*    border-radius: 25px;*/
    /*}*/

    .mandatory-disclose a{
        font-family: 'Inter';
        font-size: 14px;
    }
    .mandatory-disclose a:hover{
        color: #ccc;
    }
    .main-menu>ul>li>a:hover, .sub-menu>li>a:hover {
        color: #04075c!important;
    }
    .th-menu-toggle {
        background-color: #04075c !important;
    }

    .th-mobile-menu ul li a {
        padding: 10px 0!important;
        line-height: 1.4!important;
        font-size: 14px!important;
        padding-left: 14px!important;
        font-family: 'Inter'!important;
    }
    .th-mobile-menu ul li.th-active>a {
        color: #04075c!important;
    }
    .footer-widget .widget_title:after{
        background-image: linear-gradient(to right, #ffffff, transparent);
    }
    .footer-widget.widget_nav_menu a:before {
            color: #ffffff!important;
    }
    .footer-layout2 a:hover {
        color: #f3f3f3 !important;
    }

    .service-box .box-img {
        padding-top: 0!important;
    }

    .message{
        text-align: right;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Inter' !important;
        line-height: 35px;
        color: #000057; 
    }
    .founder_message {
        border: 5px solid #ffffff;
        box-shadow: 0px 0px 4px 0px #04075c;
        width: 200px;
        height: 200px;
        margin-bottom: 30px;
    }

    .text-blue{
        color: #04075c;
    }
    .border-none{
        border:none;
    }

    .img-box1 .img1{
        border: 2px dashed #04075c!important;
    }
    .img-box1 .img1:before{
        background-color: #04075c;
    }

    .testimonial_name {
        text-align: right;
        font-size: 15px;
        color: #04075c;
        font-weight: 400;
        font-family: 'Jost';
    }

    .testimonial .card p{
        color: #04075c;
    }

    form.enquiry-form {
        padding: 15px;
        border: 1px solid #f5f7fa;
        border-radius: 5px;
    }

    .preloader {
        display: none;
    }