* {
    margin: 0px;
    padding: 0px;
}

/* btn start */
.btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #ff2222;
}

    .btn:hover {
        background-color: #001e57;
        color: #ffffff;
    }

/* btn end */

.section-gap {
    padding: 50px 0px;
}


.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #ff2222;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title {
    text-align: center;
    padding: 20px 0px;
}

/* navbar section start */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
}


/* navbar section end */




/*about us start */
.about-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-section img {
    max-width: 100%;
    height: auto;
}

.about-section section {
    padding: 60px 0;
    /* min-height: 100vh;*/
}


.about-section .sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #ff2222;
    font-weight: 500;
    margin-bottom: 15px;
}

.about-section .sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.about-section .sec-title.light h2 {
    color: #ffffff;
}

.about-section .sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.about-section .list-style-one {
    position: relative;
}

    .about-section .list-style-one li {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #222222;
        font-weight: 400;
        padding-left: 35px;
        margin-bottom: 12px;
    }

        .about-section .list-style-one li:before {
            content: "\f058";
            position: absolute;
            left: 0;
            top: 0px;
            display: block;
            font-size: 18px;
            padding: 0px;
            color: #ff2222;
            font-weight: 600;
            -moz-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1.6;
            font-family: "Font Awesome 5 Free";
        }

        .about-section .list-style-one li a:hover {
            color: #44bce2;
        }

.about-section .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #ff2222;
}

    .about-section .btn-style-one:hover {
        background-color: #001e57;
        color: #ffffff;
    }

.about-section .about-section {
    position: relative;
    padding: 120px 0 70px;
}


.about-section .content-column {
    position: relative;
    /* margin-bottom: 50px; */
}

    .about-section .content-column .inner-column {
        position: relative;
        padding-left: 30px;
    }

.about-section .text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

    .about-section .btn-box a {
        padding: 12px 30px;
    }

.about-section .image-column {
    position: relative;
}

    .about-section .image-column .text-layer {
        position: absolute;
        right: -110px;
        top: 50%;
        font-size: 325px;
        line-height: 1em;
        color: #ffffff;
        margin-top: -175px;
        font-weight: 500;
    }

    .about-section .image-column .inner-column {
        position: relative;
        padding-left: 160px;
        /* padding-bottom: 125px; */
    }

        .about-section .image-column .inner-column:before {
            position: absolute;
            left: 0px;
            top: 0px;
            height: 520px;
            width: 520px;
            background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
            content: "";
        }

    .about-section .image-column .image-1 {
        position: relative;
    }

    .about-section .image-column .image-2 {
        position: absolute;
        left: 0;
        bottom: 100px;
    }

        .about-section .image-column .image-2 img,
        .about-section .image-column .image-1 img {
            box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
        }

    .about-section .image-column .video-link {
        position: absolute;
        left: 70px;
        top: 170px;
    }

        .about-section .image-column .video-link .link {
            position: relative;
            display: block;
            font-size: 22px;
            color: #191e34;
            font-weight: 400;
            text-align: center;
            height: 100px;
            width: 100px;
            line-height: 100px;
            background-color: #ffffff;
            border-radius: 50%;
            box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .about-section .image-column .video-link .link:hover {
                background-color: #191e34;
                color: #fff;
            }

/* about us end */


/* ===== final-destination start ==== */

.final-destination .main-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.final-destination a {
    text-decoration:none;
}

/* ===== final-destination end ==== */



/* car-location start */
.car-location .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.car-location .card .badge {
    font-size: 0.75rem;
    padding: 0.35em 0.6em;
}

.car-location .card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.car-location a {
    text-decoration:none;
}

.car-location .card .fa {
    font-size: 1rem;
    color: #6c757d;
}

/* .car-location .slick-list .slick-next {
    display: none;
} */

.car-location .slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    display: none !important;
}

/* car-location end */

/* === user-test section start ===*/
.user-test .carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

.user-test .carousel-inner {
    padding: 1em;
}

@media screen and (min-width: 576px) {
    .user-test .carousel-inner {
        display: flex;
        width: 100%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .user-test .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 768px) {
    .user-test .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}

.user-test .carousel .card {
    margin: 0 0.5em;
    border: 0;
}

.user-test .carousel-control-prev,
.user-test .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* user-test section end ==== */


/* footer section start */
footer {
    background-color: #000;
    color: #fff;
}

    footer ul {
        list-style: none;
        padding-left: 0px;
    }

        footer ul li {
            font-size: 18px;
            line-height: 32px;
        }

    footer a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

/* footer section end */



/* hero-banner section start */
.hero-banner {
    /* background-image: url("/img/home-banner2.png"); */
    background-size: cover;
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../images/home-banner2.png) center center no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-banner h1 {
        color: #fff;
    }

/* hero-banner section end */

/* privacy-banner section start */
.privacy-banner {
    /* background-image: url("/img/home-banner2.png"); */
    background-size: cover;
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../images/policy-banner2.png) center center no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .privacy-banner h1 {
        color: #fff;
    }

/* privacy-banner section end */





/* contact-adress section start */
.contact-adress .card {
    background-color: #ff2222;
    padding: 20px;
    height: 100%;
}

    .contact-adress .card i {
        color: #ffff;
    }

    .contact-adress .card a {
        text-decoration: none;
    }

/* contact-adress section end */



/* media query start */
@media (max-width:767px) {
    .about-section .image-column .inner-column {
        padding-left: 0;
        padding-bottom: 0;
    }

        .about-section .image-column .inner-column:before {
            position: absolute;
            left: 0px;
            top: 0px;
            height: 520px;
            width: 100%;
            background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
        }


    .privacy-banner {
        /* background-image: url(/img/home-banner2.png); */
        background-size: cover;
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../images/policy-banner2.png) center center no-repeat;
        background-size: cover;
        height: 150px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-banner {
        /* background-image: url(/img/home-banner2.png); */
        background-size: cover;
        background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../images/home-banner2.png) center center no-repeat;
        background-size: cover;
        height: 150px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

/* media query end */
