/********** Template CSS **********/
:root {
    --primary: #23488E;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.col-20 {
    width: 20%;
    float: left;
    padding: 15px;
    max-width: 20%;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.social_link {
    position: fixed;
    bottom: 110px;
    right: 40px;
    z-index: 5595;
}

.whatsapp_img {
    height: 50px;
}

.social_link1 {
    position: fixed;
    bottom: 160px;
    right: 40px;
    z-index: 5595;
}

.Calling_img {
    height: 60px;
}

/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn {
    color: #FFFFFF;
    background-color: var(--primary);
}

.btn:hover {
    color: #FFFFFF;
    background-color: var(--secondary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/* top_nav */
.tob-nav small:nth-child(2n+1) {
    color: var(--primary);
}

.tob-nav a i {
    color: var(--primary);

}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    outline: none;
}

.navbar .logo {
    width: 140px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .team .about_team .col-lg-2 {
        display: none;
    }

    .carousel-item h1 {
        font-size: 35px;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-item h1 {
    font-size: 55px;
}

.carousel-item #img-fluid {
    width: 150%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 35px;
    }




    .service .pt5 {
        margin-top: 18px;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/Hero_Background/4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fact .title2 {
    display: none;
    transition: opacity 0.5s ease;
}

/*** Service ***/
.service_bg {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/Hero_Background/9.png) center center no-repeat;
    background-size: cover;

}

.service_bg img {
    color: var(--primary);
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    /* height: 50%; */
}

.service .nav img {
    width: 40px;
    height: 40px;
    /* background-color: #fff; */
    color: white;
    margin-right: 10px;
}

.service_img {
    width: 100%;
}

.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/Hero_Background/5.png) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

/* why_choose */
.choose {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/Hero_Background/8.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why_choose .team-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.title {
    display: block;
    width: 100%;
    height: auto;
}



/*** Team ***/
.about .team-item {
    width: 100%;
    background-color: var(--primary);
    color: white;
    padding: 15px;
}

.about .team-item h2 {
    color: white;
    text-align: center;
}

.about .team-item p {
    color: white;
}

.our_leaderShip {
    background-color: var(--primary);
    color: white;
}

.gallery img {
    transition: transform .2s;
    width: 100%;
}

.gallery .image {
    overflow: hidden;
    cursor: pointer;

}

.gallery .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
}

.gallery .image:hover img {
    transform: scale(1.1);
}

.gallery .popup-image {
    position: fixed;
    top: 60%;
    left: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary);
    width: 50%;
    z-index: 100;
    display: none;
}

.gallery .popup-image span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    font-weight: bolder;
    color: white;
    cursor: pointer;
    z-index: 100;
}

.gallery .popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .gallery .image_container .image {
        width: calc(50% - 20px);
        max-width: 350px;

    }

    .gallery .popup-image {
        position: fixed;
        top: 40%;
        left: 50%;
        height: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--primary);
        width: 100%;
        z-index: 100;
        display: none;
    }

    .gallery .popup-image img {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .gallery .image_container .image {
        width: calc(100% - 20px);
        max-width: 100%;
        /* Adjust based on desired max-width for smaller screens */
    }
}

.team img {
    width: 100%;
    /* height: 50%; */
}

.team small {
    text-align: center;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.testimonial_border {
    background-color: var(--primary);
    border-radius: 50%;
}

.brand_section .brand {
    width: 100%;
}

/* product  */

.product_section {
    background: #fff;
    padding: 0 0 30px 0px;
}

.product_section .img img {
    border-radius: 100%;
    width: 100%;
}

.product_section .img .row {
    display: flex;
    flex-wrap: wrap;
}

.product_section .img img {
    width: 170px;
}

.product_section .car_img img {
    width: 170px;
    margin: 0 21px;
}

.product_section .img_3 img {
    width: 170px;
    margin: 0 56px;
}

.product_section .main_img img {
    width: 75%;
}


@media (max-width: 991.98px) {
    .product_section h4 {
        font-size: 50px;
    }

    .product_section .img img {
        width: 240px;
    }

    .product_section .img_3 img {
        width: 240px;
        /* margin-left: 55px; */
    }

    .product_section .car_img img {
        /* width: 80%; */
        width: 240px;
        margin-left: 55px;
    }
}


@media (max-width: 768px) {
    .product_section h4 {
        font-size: 40px;
    }

    .product_section .img img {
        width: 80%;
        margin-left: 55px;
    }

    .product_section .img_3 img {
        width: 80%;
        margin-left: 55px;
    }

    .product_section .car_img img {
        width: 80%;
        margin-left: 55px;
    }
}

@media (max-width: 448px) {
    .product_section .img img {
        width: 80%;
        margin-left: 40px;
    }

    .product_section .img_3 img {
        width: 80%;
        margin-left: 40px;

    }

    .product_section .car_img img {
        width: 80%;
        margin-left: 40px;

    }
}


img {
    width: 100%;
}

#marquee {
    padding: 50px 0px;
    width: 100%;
}

#marquee .marquee_container {
    overflow: hidden;
    width: 100%;
}

#marquee .pic-container {
    display: flex;
    animation: marquee 10s infinite linear;
}

#marquee .pic-container .pic {
    flex-basis: 20%;
    flex-shrink: 0;
}

#marquee img {
    width: 100%;
    object-fit: cover;
}

#marquee:hover .pic-container {
    animation-play-state: paused;
}


@media (max-width: 1024px) {
    #marquee .pic-container .pic {
        flex-basis: 25%;
    }
}

@media (max-width: 768px) {
    #marquee .pic-container .pic {
        flex-basis: 33.33%;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-125%);
        }
    }
}

@media (max-width: 768px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-186.65%);
        }
    }
}

/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .1)), url(../img/Hero\ Background.png) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}