@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a,
a:hover {
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

button {
    border-radius: 0px;
    border: inherit;
    outline: none;
}

button:focus {
    border-radius: 0px;
    border: inherit;
    outline: none;
    box-shadow: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}


:root {
    --lightorange: #ffda2b;
    --red: #009653;
    --white: #ffffff;
    --red-color: #009653;
}


.text_theme {
    color: var(--red);
}

.wb-contant h1 {
    font-size: 39px;
    color: #3f3d3d;
    font-weight: 700;
}

.wb-heading h2 {
    color: #000;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px;

}

.wb-heading h2 span {
    color: var(--red);
}

.wb-heading h1 {
    color: #000;
    font-weight: 700;
    font-size: 48px;
}

.wb-heading h1 span {
    color: var(--red);
}

.header-nav .banner-button .blue-line-btn.red-btn {
    background-color: var(--red);
    border: 2px solid var(--red);
}

.header-nav .banner-button .blue-btn.red-btn {
    border: 2px solid var(--red);
    color: var(--red);
}

.header-nav .banner-button .blue-line-btn.red-btn:hover {
    background-color: #fff;
    border: 2px solid var(--red);
    color: var(--red);
}

.header-nav .banner-button .blue-btn.red-btn:hover {
    border: 2px solid var(--red);
    background-color: var(--red);
    color: #fff;
}

.header-nav .banner-button {
    margin-top: 0px;
}

/*menu css start*/

.header-nav {
    background-color: #fff;
    padding: 0px 0px;
}

.header-nav nav ul li {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.header-nav nav ul li:hover a {
    color: var(--red) !important;
}

.header-nav nav ul li .nav-link {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}

.header-nav nav ul li .dropdown-menu {
    border: 0px;
}

.header-nav nav ul li .dropdown-menu li {
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 0px;
}

.header-nav nav ul li .dropdown-menu li a:hover {
    background-color: inherit !important;
    color: var(--red) !important;
}

.header-nav nav ul li .dropdown-menu li a {
    color: #000 !important;
}

.header-nav nav ul li .dropdown-menu li:before {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #e9ecef;
}

.header-nav .navbar-brand img {
    height: 70px;

}

.sec-img {
    margin-left: 30px;
    /* margin-top: -4px; */
    margin-bottom: -14px;
}

.top_bar {
    background-color: var(--red);
    color: #fff;
}

.banner-btn {

    background-color: var(--red-color);
    color: #fff;
    padding: 15px 45px;
    border-radius: 16px;
    font-size: 17px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    -webkit-perspective: 320px;
    perspective: 320px;
    box-shadow: rgba(195, 10, 10, 0.37) 0px 13px 27px -5px, rgba(195, 10, 10, 0.32) 0px 8px 16px -8px;
}

.top {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top-bar-contact img {
    width: 30px;
    height: 30px;
    margin-left: 11px;
}

.top-bar-contact a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;

}

.top-bar-heading p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    word-spacing: 9px;
}

.top-bar-contact i {
    font-size: 15px;
    margin-right: 4px;
    border: 1px solid white;
    padding: 4px;
    color: green;
    border-radius: 50%;
    background: #fff;
}

.header-nav nav ul li:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 40px;
    width: 0%;
    height: 3px;
    background-color: var(--red);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-nav nav ul li:hover:before {
    width: 100%;
}

.header-nav .navbar-collapse {}

/*menu css end*/

/*home-banner css start*/

.home-banner {
    padding: 50px 0px;
    background: #f3f4f7;
}

.home-banner .banner-content {
    padding-right: 50px;
}

.home-banner .wb-heading {
    position: relative;
}

.home-banner .wb-heading:before {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    left: -40px;
    top: -25px;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
}

.home-banner .banner-content h5 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.home-banner .owl-carousel .item {
    border: 0px;
}

.banner-button {
    margin-top: 30px;
}

.banner-button a {
    display: inline-block;
    font-size: 18px;
}

.banner-button .blue-btn {
    padding: 8px 20px;
    border: 2px solid var(--red);
    color: var(--red);
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 15px;
}

.banner-button .blue-btn:hover {
    background-color: var(--red);
    color: #fff;
}

.banner-button .blue-line-btn {
    padding: 8px 20px;
    border: 2px solid var(--red);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    background-color: var(--red);
}

.banner-button .blue-line-btn:hover {
    background-color: transparent;
    color: var(--red);
}

.white-btn {
    padding: 8px 20px;
    border: 2px solid transparent;
    color: #000;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 15px;
}

.slide_content .blue-btn.white-btn:hover {
    background-color: var(--white);
    color: var(--red);
}

/*home-banner css end*/

/*value-added css start*/

.value-added {
    margin-top: 80px;
    position: relative;
}

.value-added:after {
    position: absolute;
    content: "";
    background-color: whitesmoke;
    height: 400px;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.value-added .added-image {
    background-image: url(../images/Value-Added.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 100px;
    position: relative;
    z-index: 1;
}

.value-added .added-image:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #1b449dab, #1b449d00);
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.value-added .added-image .wb-heading h2 {
    color: #fff;
    display: grid;
}

.value-added .added-image .wb-heading h2 span {
    color: transparent;
    -webkit-text-stroke: 1px var(--lightorange);
}

.value-added .value-box {
    padding: 40px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 170px;
    background-color: #fff;
    margin-top: 30px;
}

.value-added .value-box:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-out;
}

.value-added .value-box:hover:before {
    z-index: -1;
    bottom: 0;
    background-color: var(--red);
}

.value-added .value-box:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    bottom: -1px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    margin-top: -1px;
    background-color: var(--lightorange);
}

.value-added .value-box:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition: .5s all ease;
}

.value-added .value-box:hover i {
    color: var(--lightorange);
}

.value-added .value-box:hover h4 {
    color: #fff;
}


.value-added .value-box i {
    color: var(--red);
    font-size: 36px;
    margin-bottom: 15px;
}

.value-added .value-box h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}


/*value-added css end*/


/*about-us css start*/
.about-us .about-com {
    font-size: 18px;
    color: var(--red-color);
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-transform: uppercase;
}




.about-us {
    margin-top: 80px;
    margin-bottom: 60px;
}

.about-us .card {
    border: 5px solid #ffc6cb;
    transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.about-us .card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.about-us .bg-about {
    background-color: var(--lightorange);
}

.about-us .about-content {
    padding-left: 50px;
}

.about-us .about-content p {
    color: #000;
    font-size: 16px;
}

.about-image img {
    border-radius: 10px;
}

.graybg {
    background-color: #f4f4f4;
}

.br-12 {
    border-radius: 12px;
}

.read-btn {
    background-color: var(--red);
    color: #fff;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--red);
    border-radius: 5px;
    transition: 0.3s;
    display: inline-block;
}

.web-button {
    margin-top: 20px;
}

.read-btn:hover {
    background-color: transparent;
    color: var(--red);
}

/*about-us css end*/

/*why-choose-us css start*/

.why-choose {
    margin-top: 80px;
    background: linear-gradient(to right, #d90626, #000000a1), url(../images/why-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 100px;
}

.choose-main {
    position: relative;
}

.choose-main .why-choose-sec {
    position: absolute;
    width: 100%;
    top: 120px;
}


.why-choose .wb-heading h2 {
    color: #fff;
}

.why-choose .wb-heading h2 span {
    color: #ffffff;
}

.why-choose-sec .via-sky-box {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    min-height: 175px;
}

.why-choose-sec .via-sky-box .sky-box-content {
    margin-top: 30px;
}

.why-choose-sec .via-sky-box .sky-box-content h5 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}

.why-choose-sec .via-sky-box .sky-box-content p {
    margin-bottom: 0px;
}

.why-choose-sec .via-sky-box .sky-box-image {
    position: relative;
}

.why-choose-sec .via-sky-box .sky-box-image:before {
    content: "";
    background-color: var(--red);
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 63px;
    transition: 0.3s ease-in-out;
}

.why-choose-sec .via-sky-box .sky-box-image img {
    position: relative;
    width: 60px;
    transition: 0.3s ease-in-out;
}

.why-choose-sec .via-sky-box .sky-box-image:before {
    width: 40px;
    height: 40px;
    position: absolute;
}

.why-choose-sec .via-sky-box:hover .sky-box-image:before {
    transform: scale(1.2);
    bottom: -10px;
}

.why-choose-sec .via-sky-box:hover .sky-box-image img {
    transform: translateY(-5px);
}

/*why-choose-us css end*/

/*our-partner css start*/

.our-partner {
    padding: 80px 0px;
}

.our-partner .partner-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.our-partner .partner-list li {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: .5rem;
    padding: .5rem;
}

.our-partner .partner-list li img {}

/*our-partner css end*/

/*our-services css start*/

.our-services {
    margin-top: 80px;
}

.our-services .working-progress {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    text-align: center;
    display: block;
    min-height: 270px;
}

.our-services .working-progress:before {
    background-color: var(--red);
    border-radius: 50px;
    content: '';
    position: absolute;
    right: -60px;
    top: -40px;
    transition: all .3s;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.our-services .working-progress:hover:before {
    background-color: var(--red);
    border-radius: 0;
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
}

.our-services .working-progress .progress-icon {
    background-color: whitesmoke;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    margin: 0 auto;
}

.our-services .working-progress:hover .progress-content h5 {
    color: #fff;
}

.our-services .working-progress:hover .progress-content p {
    color: #fff;
}

.our-services .working-progress .progress-icon img {
    width: 50px;
}

.our-services .working-progress .progress-content {
    margin-top: 20px;
}

.our-services .working-progress .progress-content h5 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.our-services .working-progress .progress-content p {
    margin-bottom: 0px;
    color: #333;
    font-size: 16px;
}

/*our-services css end*/

/*Documents css */
.feature-block {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.feature-block .inner-box {
    border: 1px solid #085aa7;
    border-radius: 10px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
}

.feature-block .icon-box {
    background-color: #085aa7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px;
    position: relative;
    text-align: center;
}

.feature-block .icon-box svg {
    color: #fff;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
}

.feature-block .icon-box .count {
    color: transparent;
    font-size: 40px;
    line-height: 1em;
    transition: all .3s ease;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
}

.feature-block .content-box {
    padding: 10px 20px;
    position: relative;
}

.feature-block .content-box .title a {
    color: black !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.feature-block .content-box .text {
    color: #767676;
    font-size: 14px;
}

.services {
    padding: 80px 0px 80px;
    background: #fff;
}

.documents .wb-heading {
    margin-bottom: 40px;
}

/*Documents css end*/
.icon_services {
    width: 150px;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 6px solid rgb(12 66 130 / 20%);
    margin: 20px auto;
    /* padding: 69px; */

}

.icon_services img {
    width: 60px !important;
}

/* .prvdr-box:hover .icon_services{
    border: 10px solid #f75412;
    animation-duration: 2s;
} */

/*multi-map css start*/

.multi-map {
    margin-top: 150px;
}

.multi-map .map-box {
    border-radius: 20px;
    border: 3px solid var(--red);
    display: block;
}

.multi-map .map-box:hover img {
    filter: grayscale(0%);
}

.multi-map .map-box img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.multi-map .map-box h5 {
    background-color: var(--red);
    color: #fff;
    padding: 15px;
    margin-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

/*multi-map css end*/

/*back to top button*/

#myBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background-color: var(--red);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 3px solid #eee;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 5%);

}

#myBtn i {
    color: #fff !important;
    font-size: 18px;
}

/*back to top button*/

/*whatsapp css start*/

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation: ripple-out 1.5s ease-in-out infinite;
    z-index: 99;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover {
    rotate: 30deg;
    transition: 0.3s;
}

.btn-whatsapp-pulse:hover {
    color: #fff;
}

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

/*whatsapp css end*/
/* our-partner */
.clients-section {
    padding: 70px 0px;
}

.heading span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: var(--red) !important;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

/*footer-top css start*/

.top-footer {
    padding: 60px 0px;

    background-color: #303030;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-widget.footer-logo-section {
    color: var(--white);
}

.footer-logo-section img {
    width: 257px;
    height: 65px;
}

.footer-social a {
    background: var(--red);
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    height: 30px;
    width: 30px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social {
    display: flex;
}

.footer-social a:hover {
    background: var(--red);
}

.footer-widget h4 {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 20px;
}

ul.footer-links li {
    font-size: 17px;
    list-style: none;
    color: var(--white) !important;
    margin-bottom: 10px;
}

ul.footer-links li a {
    color: #929292 !important;
    position: relative;
}

ul.footer-links li a:hover {
    color: var(--secondry) !important
}

.footer-address p {
    color: var(--white);
}

.footer-contact-section i {
    color: var(--white) !important;
    margin-right: 10px;
    color: var(--secondry);
}

.footer-contact-section a {
    color: var(--white);
    font-size: 16px;
}

.footer-contact-section {
    display: flex;
    align-items: flex-start;
}

.footer-contact-section.footer-phone {
    display: block;
}

/*footer css end*/

/*footer_bottom css start*/

.footer_bottom {
    padding: 10px 0px;
    background-color: var(--red);
    border-top: 1px solid #f5f5f5;
}

.footer_bottom p {
    margin-bottom: 0px;
    color: #fff;
}

.footer_bottom .designed_by {
    text-align: right;
}

.footer_bottom .designed_by p {
    color: #1370cd;
}

.footer_bottom .designed_by p a {
    color: #1370cd;
}

.partner-carousel .item img {
    max-width: 140px;
}

.tab-pane img {
    width: 100%;
    height: 310px;
}

.tab-pane h2 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
    color: #3f3d3d;
}

/*footer_bottom css end*/

/*responsive css start*/

@media (min-width: 991px) {
    .header-nav nav ul li:hover .dropdown-menu {
        display: block;
        position: absolute;
        padding: 0px 0px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 10px;
        padding: 5px 0px;
    }

    .header-nav .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20%);
        transition: all .5s;
        padding-bottom: 0px;
    }

    .header-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
    }

}



@media (max-width: 1400px) {
    .why-choose-us .why-image img {
        width: 300px !important;
    }

    .why-choose-us .why-image {
        top: -100px;
    }

    .value-added .value-box {
        min-height: 190px;
    }

    .why-choose-us {
        margin-top: 160px;
    }

    .multi-map .site-map .icon-img-one {
        left: 8%;
        top: 8%;
    }

    .multi-map .site-map .icon-img-two {
        left: 60%;
    }

    .multi-map .site-map .icon-img-three {
        top: 65%;
        left: 76%;
    }

    .why-choose-sec .via-sky-box {
        min-height: 195px;
    }

    .why-choose-sec .via-sky-box .sky-box-image:before {
        left: 48px;
        bottom: -15px;
    }

    .why-choose-sec .via-sky-box .sky-box-content h5 {
        font-size: 16px;
    }

    .multi-map .map-box h5 {
        font-size: 20px;
    }

}


@media (max-width: 1200px) {
    .multi-map .map-box h5 {
        font-size: 17px;
    }

    .why-choose-sec .via-sky-box .sky-box-image:before {
        left: 33px;
    }


}

@media (max-width: 991px) {
    .header-nav .navbar-brand img {
        width: 220px;
    }

    #slider {
        height: 350px;
    }

    .slider-inner-content h1 {
        font-size: 2em;
    }

    .value-added .value-box {
        padding: 30px 30px;
    }

    .about-us .about-content {
        padding-left: 0px;
        margin-top: 30px;
    }

    .header-nav nav ul li {
        margin-left: 0px;
    }

    .header-nav nav ul li .dropdown-item {
        padding: 0.25rem 0rem;
        ;
    }

    .header-nav nav ul li .dropdown-menu {
        padding: 0rem 0rem;
    }

    .why-choose-us .why-image {
        display: none;
    }

    .why-choose-us .why-fps ul li {
        width: 50%;
    }

    .why-choose-us {
        margin-top: 80px;
    }

    .footer .fltr-footer {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .wb-heading h1 {
        font-size: 38px;
    }

    .home-banner .banner-content h5 {
        font-size: 18px;
    }

    .value-added .value-box {
        min-height: 130px;
    }

    .value-added:after {
        height: 500px;
    }

    .our-services .working-progress {
        min-height: 295px;
    }

    .why-choose-sec .via-sky-box .sky-box-image:before {
        left: 73px;
    }

    .why-choose-sec .via-sky-box {
        min-height: 150px;
    }

    .multi-map {
        margin-top: 320px;
    }

    .footer-top p {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-top .button {
        text-align: center;
    }

    .home-banner .banner-content {
        padding-right: 0px;
    }


}



.mybtn_theme {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background: var(--red-color);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 12px;
    -webkit-perspective: 320px;
    perspective: 320px;
    box-shadow: rgb(4 150 86 / 26%) 0px 13px 27px -5px, rgba(195, 10, 10, 0.32) 0px 8px 16px -8px;
}

.mybtn_theme:hover {
    color: #fff;
}

.mybtn_theme_border {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background: #fff !important;
    border: 1px solid var(--red-color);
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 12px;
    -webkit-perspective: 320px;
    perspective: 320px;
}

.fixed {
    background-color: #ffffffd4;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.062745098);
}

/*responsive css end*/

#hero_slide {
    position: relative;
}

#hero_slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(34 34 34 / 62%);
}

/* .banner-section {
    position: relative;
    background-image: url(../images/bnr1.jpg);
    height:80vh !important;
    background-position: left;
    background-size: cover; 
    overflow: hidden;
} */

.banner-section {
    background: linear-gradient(#fff, #beffe1);

    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    padding: 40px 0px;
}

.tab-pane img {
    border-radius: 12px;
}

.banner-content h1 {
    font-size: 38px;
    color: var(--blue);
    font-weight: 700;
}

.banner-content p {
    color: var(--black);
    margin: 26px 0px 46px;
}

.underline {
    height: 5px;
    width: 200px;
    background-color: var(--red);
    margin: 20px 0px;
}

/* .banner-img {
    position:absolute;
    object-fit: cover;
    background-size: cover;  
  
}



.banner-img img{
    width: 100px;
    height: 100px;
} */


.slide_content h1 {
    font-size: 3rem;
    color: #000000;
    font-weight: 700;
}

.slide_content p {
    width: 70%;
    margin: 0 auto 10px;
}

.slide_content h3 {
    color: var(--red);
    font-weight: 600;
}

.track-box {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 12px 24px #4429be1f;
    border: 1px solid #0000000d;
    border-radius: 22px;

}

.track-box .tit {
    background: var(--red);
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-style: italic;
    font-weight: 500;
    position: relative;
    padding: 18px 110px 18px 30px;
    border-radius: 20px 20px 0 0;
}

.track-box-inn {
    padding: 28px 30px 40px;
}

.track-box-inn .nav-item .nav-link {
    border: none !important;
    position: relative;
    padding: 5px 10px 5px 35px;
    color: #000;
}

.track-box-inn .nav-item .nav-link::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 5%;
    background: #f4f4f4;
    border: 2px solid #a5a5a5;
    box-shadow: 0px 0px 0px 3px #0f5ca900;
    border-radius: 50%;
    transform: translate(0px, -50%);
    transition: .3s cubic-bezier(0.23, 1, 0.320, 1);
}

.track-box-inn .nav-item .nav-link.active::after {
    background: linear-gradient(45deg, #f01434, #ffb7b7);
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #0f5ca9;
}

.track-box-inn .nav-item .nav-link.active {
    border: none !important;
}

.track-box-inn .nav-tabs {
    border-bottom: 0px !important;
}

.track-box-inn .tab-content {
    margin-top: 20px;
}

.track-box .tit .icon {
    position: absolute;
    right: 30px;
    top: 22px;
}

.track-box input.form-control {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border: 1px solid #00000012;
    border-radius: 6px;
    padding: 13px 14px !important;
    letter-spacing: 0px;
    color: #313131;
    font-size: 14px;
    width: 100%;
    line-height: 16px;
}

button.btn.track-form-btn {
    background: var(--red) 0% 0% no-repeat padding-box;
    border: 1px solid #00000000;
    border-radius: 10px;
    font-size: 16px;
    line-height: 19px;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding: 13px 14px;
    cursor: pointer;

}

.bottomContentWrapper {
    padding: 30px 0 0;
    border-top: 1px solid #EAEAEA;
    margin-top: 30px;
}

.bottomContentWrapper h3 {
    letter-spacing: 0px;
    color: #0B0757;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 21px;
    margin-bottom: 10px;
}

.fontSize16 {
    font-size: 14px;
    line-height: 20px;
}

.track-box-inn .nav-item .nav-link.active .form-check-input:checked {
    background-color: var(--red);
    border-color: var(--red);
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.svg-wrapper img {
    width: 55px;
}

.svg-wrapper h4 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

.svg-wrapper {
    border: 2px dashed var(--red);
    padding: 15px;
    border-radius: 12px;
}


/* ---------------------------------  Inner pages Css -----------*/
.process {
    padding: 80px 0;
    background-color: #f5fbff;
    /* margin-top: 70px; */
}

.process .nav-pills .nav-link.active {
    color: #000000;
    background-color: #ffffff00;
    border-radius: 0;
    /*  */

}

.process .nav-pills .nav-link::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0%;
    background-color: #da0b1d;
    top: 0;
    left: 0;
    transition: all .3s ease;
}

.process .nav-pills .nav-link.active::before {
    height: 100%;
}

.process .nav-pills .nav-link {
    color: #797979;
    margin-bottom: 10px;
    transition: all .3s ease;
    position: relative;
}

.process .nav-pills .nav-link h3 {
    font-size: 22px;
}

.cta {
    background-image: linear-gradient(To right, #f5f5f5 75%, transparent 80%), url(../images/samruddhii-freight.webp);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 5px;
}

.chooseus,
section {
    padding: 10px 0;
}

.chooseus .prvdr-box .icon_choose {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    background: #408b0759;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

.chooseus .prvdr-box img {
    width: 45px;
}

.engagement img {
    border-radius: 12px;
}

.chooseus .prvdr-box h3,
.engagement h3 {
    font-size: 18px;
    font-weight: 600;
}

.chooseus .prvdr-box {
    background-color: #ffffff;
    height: 100%;
}

.Features .prvdr-box {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 12px;
}

.Breadcrumb-section {
    background-image: url(../images/contact-bnn.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.page-title-section {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}

/* .page-title-section::before{
    position: absolute;
    content: " ";
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 49%;
    background-color: #000;
    opacity: 0.7;
  } */
.page-title-section .breadcrumb-title h1 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 40px;
    position: relative;
    padding-left: 30px;
}

.page-title-section .breadcrumb-title h1:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid var(--red);
}

.page-title-section h6 a {
    color: #fff;
    font-size: 16px;
}

.page-title-section h6 {
    color: #aeb1b3;
    font-size: 16px;
    margin-top: 25px;
}

.fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 2px 10px #818181;
    animation: fade-out .3s ease-out;
    background-color: #fff;
}

.our_service h1 {
    color: var(--red);
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 32px;

}

.prvdr-box {
    box-shadow: 0px 1px 16px #cccccc59;
    padding: 15px;
    border-radius: 10px;
}

.contact-section .forms-section {
    padding: 30px 30px 30px 10px;
    margin: 50px 0;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.forms-section input {
    border: 2px solid transparent;
}

.contact-us .card i {
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    background: var(--red);
    color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}

.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.forms-section input:focus {
    border: 2px solid var(--red);
}

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 15px;
    color: var(--white);
    background-color: var(--red-color);
    text-transform: capitalize;
    padding: 12px 24px 12px;
    letter-spacing: 1.6px;
    border-radius: 30px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    gap: 22px;
    z-index: 1;
}

.thm-btn.orange {
    background-color: var(--red);
}

.aside {
    padding: 30px;
}

.contact-img {
    width: 100%;
    height: 450px;
}

.contact-img img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    overflow: hidden;
    background-position: center;
}

.opacity-50 i {

    font-size: 23px;
    color: green;
    font-weight: 600;
}

@keyframes animateClr {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.contact-section .forms-section .form-box {
    padding: 30px;
}

.form-box h1 {
    font-size: 37px;
    font-weight: 800;
    color: #656565;
}

.form-box span {
    color: var(--red);
}

.contact-section .form-control {
    background-color: #f4f4f4;
    border: 0;
    padding: 12px 10px;
}

.contact-section .form-select {
    background-color: #f4f4f4;
    border: 0;
    padding: 12px 30px 12px 10px;
}

.contact-section .form-control:focus,
.contact-section .form-select:focus {
    box-shadow: 0px 0px 0px 1px var(--blue);
}

.policy p {
    text-align: justify;
    font-size: 14px;
}

.policy ul {
    padding-left: 30px;
}

.policy ul li {
    list-style: disc;
    font-size: 14px;
}

@media (max-width: 767px) {
    .footer_bottom .copyroght {
        text-align: center;
    }

    .footer_bottom .designed_by {
        text-align: center;
        padding-top: 10px;
    }

    .slide_content h1 {
        font-size: 28px !important;
    }

    .track-box {
        margin-top: 30px;
    }

    .top_bar a {
        font-size: 12px;
    }

    .banner-section {
        background-position: center;
        height: 100% !important;
    }

    .slide_content p {
        width: 100%;
        margin: 0 auto 10px;
    }

    .cta {
        background-image: linear-gradient(To right, #fffffff3, #ffffffd0), url(../images/samruddhii-freight.webp);
        background-position: center;
        background-size: cover;
    }

    .wb-heading h2 {
        font-size: 20px;
    }

    .process .nav-pills .nav-link h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .channel h4 {
        font-size: 16px;
    }

    .banner-content {
        top: 50%;
    }

    .banner-content h1 {
        font-size: 28px;
    }

    .header-nav {
        background-color: #fff;
        padding: 0;
    }

    .about-us {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .wb-contant h1 {
        font-size: 26px;
        color: #3f3d3d;
        font-weight: 700;
    }

    .page-title-section .breadcrumb-title h1 {
        font-size: 23px;
        padding-left: 20px;
    }

    .page-title-section {
        padding: 20px 0px;
    }
}

.form-select:focus {
    border-color: var(--red) !important;
    outline: 0;
    box-shadow: unset;
}

.form-control:focus {
    color: #212529;
    border: 1px solid var(--red) !important;
    outline: 0;
    box-shadow: unset;
}

.form-floating.textarea-custom>label {
    background: #fff;
    margin: 10px;
    display: inline;
    border-radius: 8px;
    height: auto !important;
    padding: .5rem !important;
}

.form-floating>.form-control:not(:placeholder-shown)~label {
    opacity: 1 !important;
    ;
}




.section-title {
    color: var(--text-color);
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.services_sect {
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.our_service h1 {
    color: #000000;
}

.our_service h1 span {
    color: #da0b1d;
}

.school-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.image-wrapper {
    overflow: hidden;
    height: 190px;
    /* Ensures container height is fixed */
    border-radius: 10px 10px 0 0;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.school-card:hover .image-wrapper img {
    transform: scale(1.1);
}

.school-card h5 {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0px;
}

.school-card p {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 20px;
    padding-top: 0px;
}

.owl-carousel .owl-item img {
    aspect-ratio: 3/1;
    object-fit: contain;
}

.trusted {
    padding: 60px 0;
    background-color: #f4f4f4;
}

.whychoose {
    padding: 70px 0;
    --dot-bg: #fff;
    --dot-color: rgba(0, 0, 0, 0.753);
    --dot-size: 1px;
    --dot-space: 22px;
    background: linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space), linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space), var(--dot-color);
}

.whychoose ul li {
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #009653;
    color: #fff;
}

.mission,
.import-monitering {
    padding: 60px 0;
    background-color: var(--red);
}

.licenses {
    padding: 70px 0;
}

.licenses ul li {
    margin-bottom: 10px;
}

.license_box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.import-monitering span {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.faq-section .accordion-item {
    margin-top: 20px;
    border: none !important;
    background: #fff;
    box-shadow: 0px 2px 16px #ccc3;
    border-radius: 8px !important;
}

.faq-section .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px !important;
}

.faq-section .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: var(--white);
    border-radius: 0px !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009653'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
}