﻿

body {
    margin: 0;
    font-family: "Lato", sans-serif !important;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif !important;
}

p {
    font-family: "Lato", sans-serif !important;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

    .btn.btn-primary:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

    .btn.btn-light:hover {
        color: var(--bs-white);
        background: var(--bs-dark);
    }

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

    .btn.btn-dark:hover {
        color: var(--bs-primary);
        background: var(--bs-light);
    }


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: #9f9f9f;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.drpopdown::after {
    color: #fff !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}


.nav-bar .navbar-light .navbar-brand img {
    max-height: 120px!important;

}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-item:hover, .navbar-light .navbar-nav .nav-item.active, .navbar-light .navbar-nav .nav-item:hover .nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link {
    /* color: #453f3f; */
    color: rgb(255 255 255 / 70%);
}


.position-relative.box img {
    width: 56px;
    margin-bottom: 15px;
}


.position-relative.box h4 {
    font-weight: bold;
    font-size: 18px;
}


.box {
    position: relative;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 20px 0px 16px -20px #0004;
}

.box h3 {
        font-size: 20px;
        font-weight: 500;
        color: #000 !important;
        margin: 0 0 5px;
        line-height: normal;
 }

 .box p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        color: #000;
        margin: 0 0 15px;
    }

    .box:after {
        content: '';
        background-color: #cecece;
        position: absolute;
        height: 59%;
        width: 26px;
        right: -27px;
        top: 0;
        bottom: 0;
        transform: translateY(55px) skewY(70deg);
        z-index: -1;
    }

    .box h3 {
        font-size: 18px;
        font-weight: 600;
        color: #000 !important;
        margin: 12px 0 5px;
        line-height: normal;
    }

a.dropdown-item {
    color: #000 !important;
}

    a.dropdown-item:hover {
        color: #fff !important;
    }

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

        .navbar .navbar-nav .nav-link {
            padding: 0;
        }

        .navbar .navbar-nav .nav-item {
            display: flex;
            padding: 4px;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }

        .navbar .navbar-nav .nav-btn {
            display: flex;
            justify-content: start;
        }

        .navbar .navbar-nav {
            width: 100%;
            display: flex;
            margin-top: 20px;
            padding-bottom: 20px;
            border-radius: 10px;
            justify-content: end;
        }

    .sb-nav-fixed .sb-topnav p {
        display: none;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}


.dropdown-item {
    font-size: 12px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

@media (min-width: 992px) {


    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
        gap: 20px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    
     }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 0px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

    .header-carousel .owl-nav .owl-prev:hover,
    .header-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 0 0 100px 0 #f6003d;
        color: var(--bs-white);
    }

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

    .bg-breadcrumb .breadcrumb {
        position: relative;
    }

        .bg-breadcrumb .breadcrumb .breadcrumb-item a {
            color: var(--bs-white);
        }
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
    box-shadow: 0px 4px 84px 1px rgba(0, 0, 0, .1);
}

    .feature .feature-item:hover {
        background: linear-gradient(to right, #97001F, #2C1B58);
    }

    .feature .feature-item .feature-icon {
        position: relative;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.feature-item.p-4.pt-0 h4 {
    font-size: 16px;
    font-weight: bold;
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: #101820;
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}

.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

    .feature .feature-item:hover a.btn:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}

    .service .service-item .service-img {
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .service .service-item .service-img img {
            transition: 0.5s;
        }

    .service .service-item:hover .service-img img {
        transform: scale(1.1);
    }

    .service .service-item .service-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: rgba(1, 95, 201, .2);
        transition: 0.5s;
        z-index: 1;
    }

    .service .service-item:hover .service-img::after {
        height: 100%;
    }

    .service .service-item .service-img .service-icon {
        position: absolute;
        width: 70px;
        bottom: 0;
        right: 25px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: var(--bs-light);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        z-index: 9;
    }

        .service .service-item .service-img .service-icon i {
            color: var(--bs-primary);
            transition: 0.5s;
        }

    .service .service-item:hover .service-img .service-icon i {
        transform: rotateX(360deg);
        color: var(--bs-white);
    }

    .service .service-item:hover .service-img .service-icon {
        bottom: 0;
        color: var(--bs-white);
        background: var(--bs-primary);
    }

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

    .service .service-item .service-content .service-content-inner .h4,
    .service .service-item .service-content .service-content-inner p {
        transition: 0.5s;
    }

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

    .service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
        color: var(--bs-white);
        background: var(--bs-dark);
    }

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}

    .faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        color: var(--bs-primary);
        background: var(--bs-light);
    }
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

    .blog .blog-item:hover {
        box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    }

        .blog .blog-item:hover .blog-content {
            background: var(--bs-white);
        }

    .blog .blog-item .blog-img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .blog .blog-item .blog-img img {
            transition: 0.5s;
        }

    .blog .blog-item:hover .blog-img img {
        transform: scale(1.2);
    }

    .blog .blog-item .blog-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: rgba(1, 95, 201, .2);
        transition: 0.5s;
        z-index: 1;
    }

    .blog .blog-item:hover .blog-img::after {
        height: 100%;
    }

    .blog .blog-item .blog-img .blog-categiry {
        position: absolute;
        bottom: 0;
        right: 0;
        border-top-left-radius: 10px;
        display: inline-flex;
        color: var(--bs-white);
        background: var(--bs-primary);
        z-index: 9;
    }

    .blog .blog-item .blog-content {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: var(--bs-light);
    }

        .blog .blog-item .blog-content a.btn {
            color: var(--bs-dark);
        }

    .blog .blog-item:hover .blog-content a.btn:hover {
        color: var(--bs-primary);
    }
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .team .team-item .team-img img {
        transition: 0.5s;
    }

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

    .team .team-item .team-title h4 {
        color: var(--bs-white);
    }

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-next:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

    .contact .contact-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        background: rgba(255, 255, 255, 0.9);
        z-index: 1;
        animation-name: image-efects;
        animation-duration: 10s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transition: 0.5s
    }

@keyframes image-efects {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
    }

    50% {
        border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
    }

    75% {
        border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #eaeaea;
}

    .footer .footer-item {
        display: flex;
        flex-direction: column;
    }

        .footer .footer-item a {
            line-height: 35px;
            color: #fff;
            transition: 0.5s;
        }

        .footer .footer-item p {
            line-height: 35px;
        }

        .footer .footer-item a:hover {
            color: var(--bs-primary);
        }

        .footer .footer-item .footer-btn a,
        .footer .footer-item .footer-btn a i {
            transition: 0.5s;
        }

            .footer .footer-item .footer-btn a:hover {
                background: var(--bs-white);
            }

                .footer .footer-item .footer-btn a:hover i {
                    color: var(--bs-primary);
                }


        .footer .footer-item .footer-instagram {
            position: relative;
            overflow: hidden;
        }

            .footer .footer-item .footer-instagram img {
                transition: 0.5s;
            }

            .footer .footer-item .footer-instagram:hover img {
                transform: scale(1.2);
            }

            .footer .footer-item .footer-instagram .footer-search-icon {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 0.5s;
                opacity: 0;
            }

            .footer .footer-item .footer-instagram:hover .footer-search-icon {
                opacity: 1;
                background: rgba(0, 0, 0, .6);
            }

        .footer .footer-item .footer-btn a {
            background: var(--bs-light);
            color: var(--bs-primary);
        }

            .footer .footer-item .footer-btn a:hover {
                background: var(--bs-primary);
            }

                .footer .footer-item .footer-btn a:hover i {
                    color: var(--bs-white);
                }
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/






.bg-drak {
    background-color: #fff;
}

.right-nav a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: .8125rem;
    line-height: 1em;

    text-transform: capitalize;
    letter-spacing: 0px;
    ;
}

.border-gry {
    border-color: #9f9f9f !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}


.bg-lightblue {
    padding: 10px 0px;
    background-color: #101820 !important;
}

.navbar {
    padding: 0px;
}

.carousel-caption h2 {
       color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    padding: 0;
    margin: 0;
    font-family: 'Lato !important';
    margin-top: .75rem;
    margin-bottom: 1.75rem;
}

.four-line-paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    font-size: 13px;
    text-overflow: ellipsis;
    color: #000;
}


.btn-them {
    background: linear-gradient(to right, #433e3e, #514646);
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px !important;
}

    .btn-them:hover {
        background: linear-gradient(to right, #433e3e, #514646);
        color: #fff !important;
        font-weight: 500;
        border-radius: 5px !important;
    }

.active {
    font-weight: 600 !important;
    color: #97001F !important;
}

.pg-coursor {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}


.taketour_button {
    padding: 15px 34px;
    border: 1px solid #fff;
    color: #000000;
    border-radius: 50px;
    background: #fff;
}


.titelsection {
    font-size: 16px;
}

.section-headding {
    color: #000000 !important;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0px;
}


.text-sm-center.text-md-start strong {
    font-weight: 600;
    color: #185493;
}

.textpg {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 24px;
    padding-top: 8px;
}

.bg-grey {
    background-color: #f5f5f5;
}

.font-20 {
    font-size: 18px;
    font-weight: bold;
}



.arc-four-cards__card h4 {
    font-size: 15px;
    font-weight: bold;
}

.arc-four-cards__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 6px;
    background-color: var(--white, #fff);
    padding: 3.125rem 2.5rem;
    /* max-width: 324px; */
    min-height: 285px;
    border-radius: 10px;
    box-shadow: 0px 4px 84px 1px rgba(0, 0, 0, .1);
}


.benefit {
    background: linear-gradient(to top, #ddf3eb, #ddf3eb2e);
    padding: 80px 40px 65px;
}


.list-unstyled li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}


.bg-footer {
    background-color: #101820;
}

.padscreen {
    padding: 3.25rem 2.875rem;
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 84px 1px rgba(0, 0, 0, .1);
}


.footer-title {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
}

.footer-list a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 0.4rem 0;
}

    .footer-list a:hover {
        text-decoration: underline;
    }

.search-box input {
    border: none;
    padding: 0.5rem;
    width: 200px;
    font-size: 0.9rem;
}

.search-box button {
    background: #ff4b00;
    border: none;
    padding: 0.5rem;
    color: #fff;
}

.social-icons a {
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 0.5rem;
    width: 36px;
    height: 36px;
    background: #000000;
    padding: 5px;
    line-height: 22px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

    .social-icons a:hover {
        color: #fff;
    }

.footer-logo {
    width: 120px;
    margin-top: 1rem;
}

.pad-30 {
    padding: 30px;
}

.text-white h2 {
    color: #fff;
}


.text-white h2 {
    color: #fff;
    font-weight: 400;
}


.bg-darkgrey {
    background-color: #514646 !important;
}

.left-column {
    position: sticky;
    top: 120px; /* Distance from top of viewport */
    align-self: flex-start;
}

.padscreensmall {
    padding: 25px 20px;
}


.parallax-section {
    background: url('../img/764.jpg') center center / cover no-repeat fixed;
    min-height: 315px; /* Adjust height as needed */
    padding: 4rem 0;
    position: relative;
}

    .parallax-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0);
        /* optional dark overlay for better text contrast */
        z-index: 0;
    }

    .parallax-section .container {
        position: relative;
        z-index: 1;
    }

.lead {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}


.f-14 {
    font-size: 14px;
}

.feature-icon img {
    width: 56px;
    margin-bottom: 15px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(255 255 255 / 70%);
}


.arc-four-cards__card img {
    width: 65px;
    margin-bottom: 8px;
}


.solution_card img {
    border-radius: 15px;
    /* padding: 0px 65px; */
}

.arc-four-cards__card.borderbottom.position-relative img {
    width: 60px;
}


.space-leftright {
    padding: 0px 65px;
}

.addboxtstyle {
    border-radius: 10px;
    background: #fff;
    align-items: center;
    box-shadow: 0px 4px 84px 1px rgba(0, 0, 0, .1);
}

.partner-sec-3 {
    padding: 0;
    max-width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
}

.borderbottom::before {
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    height: 0.5rem;
    position: absolute;
    background-color: #101820;
    border-radius: 0px 0px 10px 10px;
}


.mobilefix {
    width: 860px;
}


.pricing-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 6px 4px 5px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: transform 0.3s;
}

    .pricing-card:hover {
        transform: translateY(-5px);
    }

.best-deal-tag {
    background-color: #4f46e5;
    color: #fff;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    border-radius: 0 0.5rem 0.5rem 0;
    position: absolute;
    top: -10px;
    left: 0;
}

.price {
    font-size: 2.5rem;
    font-weight: bold;
}

.feature-list i {
    margin-right: 0.5rem;
}

.btn-purple {
    background: linear-gradient(to right, #6e00ff, #a100ff);
    color: #fff;
    border: none;
}

    .btn-purple:hover {
        opacity: 0.9;
    }



.taketour_button {
    padding: 15px 34px;
    border: 1px solid #fff;
    color: #000000;
    border-radius: 50px;
    background: #fff;
}


.clipartadd img {
    width: 90px;
    position: absolute;
}




@media (max-width: 767.98px) {


    li.nav-item.dropdown {
        /* justify-content: end !important; */
        align-items: end !important;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
        width: 266px;
    }

    .navbar-nav.ms-auto.align-items-center {
        align-items: flex-start !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000000;
    }

        .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
            color: rgb(0 0 0 / 70%);
        }

    .navbar-light .navbar-nav .nav-item:hover, .navbar-light .navbar-nav .nav-item.active, .navbar-light .navbar-nav .nav-item:hover .nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link {
        /* color: #453f3f; */
        color: rgb(12 10 10 / 70%);
    }

    .nav-item.dropdown {
        width: 100% !important;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        width: 100%;
    }


    .navbar-light .navbar-nav .nav-link {
    }

    .mobilefix {
        width: 100%;
    }

    .benefit {
        padding: 68px 0px 29px !important;
    }

    .owl-carousel .owl-item img {
        height: 350px;
    }

    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 0px;
    }


    .taketour_button {
        padding: 10px 27px;
        border: 1px solid #fff;
        color: #000000;
        border-radius: 50px;
        background: #fff;
        font-size: 12px;
    }

    .space-leftright {
        padding: 0px 5px;
    }

    .pg-coursor {
        font-size: 14px !important;
        font-style: normal;
        line-height: 22px;
        margin-bottom: 14px !important;
    }


    .padscreen {
        background: linear-gradient(to top, #ddf3eb, #ddf3eb2e);
        padding: 35px 0px 65px;
    }


    .section-headding {
        color: #000000 !important;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 11px;
    }

    .nav-bar .navbar-light .navbar-brand img {
        padding: 18px 0px;
    }


    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        display: flex;
        align-items: center;
        ;
    }


    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 100px;
        display: block;
        background: #fff;
        z-index: 99999;
    }


    .left-column {
        position: relative;
        top: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 13px;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        font-size: 14px;
        width: 100%;
    }

    .row {
        --bs-gutter-x: 0;
    }

    .header-carousel .header-carousel-item {
        height: 690px;
    }

        .header-carousel .header-carousel-item .carousel-caption {
            align-items: start;
        }

    .carousel-caption h2 {
        color: #fff;
        font-size: 19px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        padding: 0;
        margin: 0;
        font-family: "Lato", sans-serif;
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
}

.info-item i {
    padding: 10px;
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 21px;
    border-radius: 50%;
    margin-right: 24px;
}




.info-item h3 {
    font-size: 18px;
    font-weight: 600;
}

.info-item p {
    color: #000;
    font-size: 14px;
}


.info-item {
    margin-bottom: 20px;
}


body {
    margin: 0;
    font-family: "Lato", sans-serif !important;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif !important;
}

p {
    font-family: "Lato", sans-serif !important;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

    .btn.btn-primary:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

    .btn.btn-light:hover {
        color: var(--bs-white);
        background: var(--bs-dark);
    }

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

    .btn.btn-dark:hover {
        color: var(--bs-primary);
        background: var(--bs-light);
    }


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: #9f9f9f;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.drpopdown::after {
    color: #fff !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 100px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-item:hover, .navbar-light .navbar-nav .nav-item.active, .navbar-light .navbar-nav .nav-item:hover .nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link {
    /* color: #453f3f; */
    color: rgb(255 255 255 / 70%);
}


.position-relative.box img {
    width: 56px;
    margin-bottom: 15px;
}


.position-relative.box h4 {
    font-weight: bold;
    font-size: 18px;
}


.box {
    position: relative;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 20px 0px 16px -20px #0004;
}


    .box h3 {
        font-size: 20px;
        font-weight: 500;
        color: #000 !important;
        margin: 0 0 5px;
        line-height: normal;
    }


    .box p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        color: #000;
        margin: 0 0 15px;
    }

    .box:after {
        content: '';
        background-color: #cecece;
        position: absolute;
        height: 59%;
        width: 26px;
        right: -27px;
        top: 0;
        bottom: 0;
        transform: translateY(55px) skewY(70deg);
        z-index: -1;
    }

    .box h3 {
        font-size: 18px;
        font-weight: 600;
        color: #000 !important;
        margin: 12px 0 5px;
        line-height: normal;
    }

a.dropdown-item {
    color: #000 !important;
}

    a.dropdown-item:hover {
        color: #fff !important;
    }

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

        .navbar .navbar-nav .nav-link {
            padding: 0;
        }

        .navbar .navbar-nav .nav-item {
            display: flex;
            padding: 4px;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }

        .navbar .navbar-nav .nav-btn {
            display: flex;
            justify-content: start;
        }

        .navbar .navbar-nav {
            width: 100%;
            display: flex;
            margin-top: 20px;
            padding-bottom: 20px;
            border-radius: 10px;
            justify-content: end;
        }

    .sb-nav-fixed .sb-topnav p {
        display: none;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}


.dropdown-item {
    font-size: 12px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

@media (min-width: 992px) {


    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        border-radius: 10px;
    }

        .navbar .navbar-nav .nav-btn {
            width: 100%;
            display: flex;
            margin-left: auto;
            gap: 20px;
        }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 0px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 620px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

    .header-carousel .owl-nav .owl-prev:hover,
    .header-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 0 0 100px 0 #f6003d;
        color: var(--bs-white);
    }

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

    .bg-breadcrumb .breadcrumb {
        position: relative;
    }

        .bg-breadcrumb .breadcrumb .breadcrumb-item a {
            color: var(--bs-white);
        }
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
    box-shadow: 0px 4px 84px 1px rgba(0, 0, 0, .1);
}

    .feature .feature-item:hover {
        background: linear-gradient(to right, #97001F, #2C1B58);
    }

    .feature .feature-item .feature-icon {
        position: relative;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.feature-item.p-4.pt-0 h4 {
    font-size: 16px;
    font-weight: bold;
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: #101820;
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}

.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

    .feature .feature-item:hover a.btn:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}

    .service .service-item .service-img {
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .service .service-item .service-img img {
            transition: 0.5s;
        }

    .service .service-item:hover .service-img img {
        transform: scale(1.1);
    }

    .service .service-item .service-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: rgba(1, 95, 201, .2);
        transition: 0.5s;
        z-index: 1;
    }

    .service .service-item:hover .service-img::after {
        height: 100%;
    }

    .service .service-item .service-img .service-icon {
        position: absolute;
        width: 70px;
        bottom: 0;
        right: 25px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: var(--bs-light);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        z-index: 9;
    }

        .service .service-item .service-img .service-icon i {
            color: var(--bs-primary);
            transition: 0.5s;
        }

    .service .service-item:hover .service-img .service-icon i {
        transform: rotateX(360deg);
        color: var(--bs-white);
    }

    .service .service-item:hover .service-img .service-icon {
        bottom: 0;
        color: var(--bs-white);
        background: var(--bs-primary);
    }

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

    .service .service-item .service-content .service-content-inner .h4,
    .service .service-item .service-content .service-content-inner p {
        transition: 0.5s;
    }

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

    .service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
        color: var(--bs-white);
        background: var(--bs-dark);
    }

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}

    .faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        color: var(--bs-primary);
        background: var(--bs-light);
    }
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

    .blog .blog-item:hover {
        box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    }

        .blog .blog-item:hover .blog-content {
            background: var(--bs-white);
        }

    .blog .blog-item .blog-img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .blog .blog-item .blog-img img {
            transition: 0.5s;
        }

    .blog .blog-item:hover .blog-img img {
        transform: scale(1.2);
    }

    .blog .blog-item .blog-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: rgba(1, 95, 201, .2);
        transition: 0.5s;
        z-index: 1;
    }

    .blog .blog-item:hover .blog-img::after {
        height: 100%;
    }

    .blog .blog-item .blog-img .blog-categiry {
        position: absolute;
        bottom: 0;
        right: 0;
        border-top-left-radius: 10px;
        display: inline-flex;
        color: var(--bs-white);
        background: var(--bs-primary);
        z-index: 9;
    }

    .blog .blog-item .blog-content {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: var(--bs-light);
    }

        .blog .blog-item .blog-content a.btn {
            color: var(--bs-dark);
        }

    .blog .blog-item:hover .blog-content a.btn:hover {
        color: var(--bs-primary);
    }
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .team .team-item .team-img img {
        transition: 0.5s;
    }

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

    .team .team-item .team-title h4 {
        color: var(--bs-white);
    }

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-next:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

    .contact .contact-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        background: rgba(255, 255, 255, 0.9);
        z-index: 1;
        animation-name: image-efects;
        animation-duration: 10s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transition: 0.5s
    }

@keyframes image-efects {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
    }

    50% {
        border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
    }

    75% {
        border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #eaeaea;
}

    .footer .footer-item {
        display: flex;
        flex-direction: column;
    }

        .footer .footer-item a {
            line-height: 35px;
            color: #fff;
            transition: 0.5s;
        }

        .footer .footer-item p {
            line-height: 35px;
        }

        .footer .footer-item a:hover {
            color: var(--bs-primary);
        }

        .footer .footer-item .footer-btn a,
        .footer .footer-item .footer-btn a i {
            transition: 0.5s;
        }

            .footer .footer-item .footer-btn a:hover {
                background: var(--bs-white);
            }

                .footer .footer-item .footer-btn a:hover i {
                    color: var(--bs-primary);
                }


        .footer .footer-item .footer-instagram {
            position: relative;
            overflow: hidden;
        }

            .footer .footer-item .footer-instagram img {
                transition: 0.5s;
            }

            .footer .footer-item .footer-instagram:hover img {
                transform: scale(1.2);
            }

            .footer .footer-item .footer-instagram .footer-search-icon {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 0.5s;
                opacity: 0;
            }

            .footer .footer-item .footer-instagram:hover .footer-search-icon {
                opacity: 1;
                background: rgba(0, 0, 0, .6);
            }

        .footer .footer-item .footer-btn a {
            background: var(--bs-light);
            color: var(--bs-primary);
        }

            .footer .footer-item .footer-btn a:hover {
                background: var(--bs-primary);
            }

                .footer .footer-item .footer-btn a:hover i {
                    color: var(--bs-white);
                }
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/






.bg-drak {
    background-color: #fff;
}

.right-nav a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: .8125rem;
    line-height: 1em;
    text-transform: capitalize;
    letter-spacing: 0px;
    ;
}

.border-gry {
    border-color: #9f9f9f !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}


.bg-lightblue {
    padding: 10px 0px;
    background-color: #101820 !important;
}

.navbar {
    padding: 0px;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    padding: 0;
    margin: 0;
    font-family: 'Lato !important';
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.four-line-paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    font-size: 13px;
    text-overflow: ellipsis;
    color: #000;
}


.btn-them {
    background: linear-gradient(to right, #433e3e, #514646);
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px !important;
}

    .btn-them:hover {
        background: linear-gradient(to right, #433e3e, #514646);
        color: #fff !important;
        font-weight: 500;
        border-radius: 5px !important;
    }

.active {
    font-weight: 600 !important;
    color: #97001F !important;
}

.pg-coursor {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}


.taketour_button {
    padding: 15px 34px;
    border: 1px solid #fff;
    color: #000000;
    border-radius: 50px;
    background: #fff;
}


.titelsection {
    font-size: 16px;
}

.section-headding {
    color: #000000 !important;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0px;
}


.text-sm-center.text-md-start strong {
    font-weight: 600;
    color: #185493;
}

.textpg {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 24px;
    padding-top: 8px;
}

.bg-grey {
    background-color: #f5f5f5;
}

.font-20 {
    font-size: 18px;
    font-weight: bold;
}



.arc-four-cards__card h4 {
    font-size: 15px;
    font-weight: bold;
}

.arc-four-cards__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 6px;
    background-color: var(--white, #fff);
    padding: 3.125rem 2.5rem;
    /* max-width: 324px; */
    min-height: 285px;
    border-radius: 10px;
    box-shadow: 0px 4px 84px 1px rgba(0, 0, 0, .1);
}


.benefit {
    background: linear-gradient(to top, #ddf3eb, #ddf3eb2e);
    padding: 80px 40px 65px;
}


.list-unstyled li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}


.bg-footer {
    background-color: #101820;
}

.padscreen {
    padding: 3.25rem 2.875rem;
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 84px 1px rgba(0, 0, 0, .1);
}


.footer-title {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
}

.footer-list a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 0.4rem 0;
}

    .footer-list a:hover {
        text-decoration: underline;
    }

.search-box input {
    border: none;
    padding: 0.5rem;
    width: 200px;
    font-size: 0.9rem;
}

.search-box button {
    background: #ff4b00;
    border: none;
    padding: 0.5rem;
    color: #fff;
}

.social-icons a {
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 0.5rem;
    width: 36px;
    height: 36px;
    background: #000000;
    padding: 5px;
    line-height: 22px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

    .social-icons a:hover {
        color: #fff;
    }

.footer-logo {
    width: 120px;
    margin-top: 1rem;
}

.pad-30 {
    padding: 30px;
}

.text-white h2 {
    color: #fff;
}


.text-white h2 {
    color: #fff;
    font-weight: 400;
}


.bg-darkgrey {
    background-color: #514646 !important;
}

.left-column {
    position: sticky;
    top: 120px; /* Distance from top of viewport */
    align-self: flex-start;
}

.padscreensmall {
    padding: 25px 20px;
}


.parallax-section {
    background: url('../img/764.jpg') center center / cover no-repeat fixed;
    min-height: 315px; /* Adjust height as needed */
    padding: 4rem 0;
    position: relative;
}

    .parallax-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0);
        /* optional dark overlay for better text contrast */
        z-index: 0;
    }

    .parallax-section .container {
        position: relative;
        z-index: 1;
    }

.lead {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}


.f-14 {
    font-size: 14px;
}

.feature-icon img {
    width: 56px;
    margin-bottom: 15px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(255 255 255 / 70%);
}


.arc-four-cards__card img {
    width: 65px;
    margin-bottom: 8px;
}


.solution_card img {
    border-radius: 15px;
    /* padding: 0px 65px; */
}

.arc-four-cards__card.borderbottom.position-relative img {
    width: 60px;
}


.space-leftright {
    padding: 0px 65px;
}

.addboxtstyle {
    border-radius: 10px;
    background: #fff;
    align-items: center;
    box-shadow: 0px 4px 84px 1px rgba(0, 0, 0, .1);
}

.partner-sec-3 {
    padding: 0;
    max-width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
}

.borderbottom::before {
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    height: 0.5rem;
    position: absolute;
    background-color: #101820;
    border-radius: 0px 0px 10px 10px;
}


.mobilefix {
    width: 860px;
}


.pricing-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 6px 4px 5px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: transform 0.3s;
}

    .pricing-card:hover {
        transform: translateY(-5px);
    }

.best-deal-tag {
    background-color: #4f46e5;
    color: #fff;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    border-radius: 0 0.5rem 0.5rem 0;
    position: absolute;
    top: -10px;
    left: 0;
}

.price {
    font-size: 2.5rem;
    font-weight: bold;
}

.feature-list i {
    margin-right: 0.5rem;
}

.btn-purple {

    background: linear-gradient(to right, #6e00ff, #a100ff);
    color: #fff;
    border: none;
}

    .btn-purple:hover {

        opacity: 0.9;
    }



.taketour_button {

    padding: 15px 34px;
    border: 1px solid #fff;
    color: #000000;
    border-radius: 50px;
    background: #fff;
}


.clipartadd img {

    width: 90px;
    position: absolute;
}

main.pb-3 {

    padding: 0 !important;
    position:relative;
}

                                    
@media (max-width: 767.98px) {

    .cardlanding {
        color: #fff;
        width: 100%!important;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0rem!important;
    }

    .topsapce{margin-top:90px;}

    .menu-icon {
        width: 26px;
        margin-right: 10px;
        display: block !important;
    }

    li.nav-item.dropdown {
        /* justify-content: end !important; */
        align-items: end !important;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
        width: 266px;
    }

    .navbar-nav.ms-auto.align-items-center {
        align-items: flex-start !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000000;
    }

   .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
         color: rgb(0 0 0 / 70%);
    }

    .navbar-light .navbar-nav .nav-item:hover, .navbar-light .navbar-nav .nav-item.active, .navbar-light .navbar-nav .nav-item:hover .nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link {
        /* color: #453f3f; */
        color: rgb(12 10 10 / 70%);
    }

    .nav-item.dropdown {
        width: 100% !important;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        width: 100%;
    }


    .navbar-light .navbar-nav .nav-link {

    }

    .mobilefix {
        width: 100%;
    }

    .benefit {
        padding: 68px 0px 29px !important;
    }

    .owl-carousel .owl-item img {
        height: 350px;
    }

    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 0px;
    }


    .taketour_button {
        padding: 10px 27px;
        border: 1px solid #fff;
        color: #000000;
        border-radius: 50px;
        background: #fff;
        font-size: 12px;
    }

    .space-leftright {
        padding: 0px 5px;
    }

    .pg-coursor {
        font-size: 14px !important;
        font-style: normal;
        line-height: 22px;
        margin-bottom: 14px !important;
    }


    .padscreen {
        background: linear-gradient(to top, #ddf3eb, #ddf3eb2e);
        padding: 35px 0px 65px;
    }


    .section-headding {
        color: #000000 !important;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 11px;
    }

    .nav-bar .navbar-light .navbar-brand img {
        padding: 18px 0px;
    }

    .nav-bar .navbar-light .navbar-brand img {
        max-height: 144px !important;
    }


    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        display: flex;
        align-items: center;
    }


    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 100px;
        display: block;
        background: #fff;
        z-index: 99999;
        border-radius: 20px;
    }


    .left-column {
        position: relative;
        top: 0;
    }

    .navbar .navbar-nav .nav-item {
        padding: 12px;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        font-size: 14px;
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        margin-bottom: 5px;
    }

    .row {
        --bs-gutter-x: 0;
    }

    .header-carousel .header-carousel-item {
        height: 690px;
    }

        .header-carousel .header-carousel-item .carousel-caption {
            align-items: start;
        }

    .carousel-caption h2 {
        color: #fff;
        font-size: 19px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        padding: 0;
        margin: 0;
        font-family: "Lato", sans-serif;
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
}

.info-item i {
    padding: 10px;
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 21px;
    border-radius: 50%;
    margin-right: 24px;
}




.info-item h3 {
    font-size: 18px;
    font-weight: 600;
}

.info-item p {
    color: #000;
    font-size: 14px;
}


.info-item {
    margin-bottom: 20px;
}



.switch input {
    position: absolute;
    opacity: 0;
}

/* Switch container */
.switch {
    display: inline-block;
    font-size: 20px;
    height: 1em;
    width: 2em;
    background: #BDB9A6;
    border-radius: 1em;
    position: relative;
    transition: background 300ms;
}

    /* Toggle handle */
    .switch div {
        height: 1em;
        width: 1em;
        border-radius: 1em;
        background: #FFF;
        box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
        transition: all 300ms;
        position: absolute;
        left: 0;
        top: 0;
    }

    /* Move handle when checked */
    .switch input:checked + div {
        transform: translateX(100%);
    }

        /* Change background when checked */
        .switch input:checked + div::before {
            content: '';
            position: absolute;
            inset: 0;
            background-color: #dc3545; /* ✅ Green color when active */
            border-radius: 1em;
            z-index: -1;
        }

    /* Optional: change background directly on switch when checked */
    .switch input:checked ~ .switch-bg {
        background: #4CAF50;
    }

.setpostion {
    background: #fff;
    padding: 9px;
    border-radius: 7px;
    position: relative;
    top: 8px;
}

.form-control:focus {

    box-shadow: 0 0 0 .25rem rgb(1 95 201 / 0%)!important;
}

td.col-company .me-2 img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display:none;
}


.menu-icon {
    display:none;
}

.navbar-light .navbar-nav .nav-link {

    display: flex;
}


.cardlanding {
    color: #fff;
    width: 45%;
    text-align: left;
    border: 1px solid #ffe500a3;
    padding: 7px 12px;
    border-radius: 11px;
    background: #2A7B9B;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, #00000099 50%, rgb(16 24 32) 100%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}



