    @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&amp;display=swap");
    * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }
    
    html,
    body {
        font-family: "Quicksand", sans-serif;
        line-height: 1.65;
        font-weight: 500;
    }
    
    body a {
        text-decoration: none;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-weight: 700;
        color: #000000;
    }
    
    p {
        font-size: 16px;
        color: #333333;
        margin-top: 0;
        margin-bottom: 1rem;
        font-weight: 500;
    }
    
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    label {
        margin: 0;
    }
    
    #first-navbar li a {
        padding: 15px 15px;
    }
    
    #second-navbar {
        background-color: #3D3E3E;
    }
    
    #second-navbar li a {
        color: #fff;
        padding: 20px 15px;
    }
    
    .sticky li a {
        font-size: 14px;
        font-weight: 600;
        margin-left: 40px;
        color: #3B3B3B;
    }
    
    .sticky li a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 5px;
        text-align: center;
        border-radius: 100%;
        color: #3B3B3B;
        background-color: #f26744; 
    }
    
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 15px;
        color: #000;
        transition: 0.5s;
        margin-left: 5px;
        text-transform: uppercase;
    }
    
    .navbar-brand {
        margin-left: 0px!important;
    }
    
    .navbar-brand h3 {
        margin-top: 14px;
        color: #f26744;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
        margin-left: 15px;
    }
    
    #logo1 {
        margin-top: -14px;
    }
    /***************************************marquee-wrap*************************************/
    /*header*/
    /*slider*/
    
    .slider-section {
        background-image: url(../images/images1.jpg);
        background-position: center bottom;
        background-size: cover;
        padding-bottom: 20px;
    }
    
    .s-slider-content,
    .section-darkblue {
        margin-top: 80px;
    }
    
    .s-slider-content h5 {
        color: #f26744;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 18px;
        letter-spacing: 3px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    
    .s-slider-content h2 .hero-title-bg {
        color: #fff;
        background-color: #000;
        padding: 6px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        line-height: 100px;
    }
    
    .hero-title-accent-v-2 {
        color: #f26744;
    }
    
    .s-slider-content p {
        color: #fff;
        font-size: 19px;
        line-height: 1.6;
        letter-spacing: 0.06em;
        font-weight: 600;
    }
    
    .slider-btn {
        margin-top: 30px;
    }
    
    .s-slider-content .btn {
        border-radius: 50px;
        color: #111111;
        display: inline-block;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1;
        margin-bottom: 0;
        padding: 20px 30px;
        text-align: center;
        text-transform: unset;
        touch-action: manipulation;
        transition: all 0.3s ease 0s;
        vertical-align: middle;
        white-space: nowrap;
        position: relative;
        z-index: 1;
        text-transform: capitalize;
        background: #f26744;
        border: 1px solid #f26744;
        overflow: hidden;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }
    
    @media (min-width: 1200px) and (max-width: 1500px) {
        .s-slider-content h2 {
            font-size: 60px;
        }
    }
    /*slider*/
    /*common-area*/
    
    .common-area {
        padding: 50px 0px;
    }
    
    .common-area .works-title {
        position: relative;
        font-size: 36px;
        font-weight: 800;
        line-height: 1.15;
        margin-bottom: 30px;
        padding-bottom: 24px;
    }
    
    .common-area .works-title::after {
        left: 0;
        bottom: 0;
        height: 6px;
        width: 60px;
        content: "";
        position: absolute;
        background-image: url(../images/header-border.webp);
    }
    
    .works-btn {
        color: #fff;
        position: relative;
        background-color: #3B3B3B;
        margin-top: 20px;
        z-index: 1;
        border: none;
        transition: 0.2s;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        line-height: 0.8;
        overflow: hidden;
        padding: 22px 30px;
        position: relative;
        border-radius: 50px;
        display: inline-block;
        text-transform: uppercase;
        transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }
    
    .works-btn:hover {
        color: #fff;
    }
    
    .button-dark:before {
        top: 0;
        width: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: -1;
        content: "";
        position: absolute;
        transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }
    
    .button-dark:hover:before {
        left: 0;
        width: 100%;
        right: auto;
        background-color: #000000;
    }
    
    .icons-div-v-2 .icon-item-wrap {
        display: flex;
        position: relative;
        align-items: center;
        gap: 20px;
    }
    
    .icons-div-v-2 .single-icon {
        flex: 0 0 auto;
        height: 110px;
        width: 110px;
        text-align: center;
        line-height: 105px;
        position: relative;
        border-radius: 100%;
        background-color: #f26744;
        border: 1px solid rgba(59, 59, 59, 0.3);
    }
    
    .icons-div-v-2 .single-icon::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -81px;
        height: 80px;
        width: 2px;
        background-color: #ccc;
        transform: translateX(-50%);
    }
    /*common-area*/
    /*about-area*/
    
    .who-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 0;
    }
    
    .who-list .who-list-item {
        flex-basis: calc(50% - 10px);
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    
    .who-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 0;
    }
    
    .bg-1 {
        background-color: #FEFBF0;
    }
    /*about-area*/
    /*testimonial*/
    
    .testimonial-section {
        padding: 100px 0 0px;
        z-index: 1;
        position: relative;
        background-size: 100% 50%;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url(../images/bg3.webp);
    }
    
    .testimonial-section:after {
        top: 0;
        left: 0;
        z-index: -1;
        content: "";
        width: 100%;
        height: 50%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
    }
    
    .testimonial {
        background-color: #fff;
        padding: 41px 20px 48px;
    }
    
    .testimonial {
        box-shadow: 0px 8px 22px -9px rgb(66, 68, 90);
        border-radius: 10px;
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .testimonial p {
        color: #666;
        font-size: 20px;
        line-height: 32px;
        font-style: italic;
        margin-bottom: 34px;
        text-align: center;
    }
    
    .thmb-row {
        display: flex;
        justify-content: space-evenly;
    }
    
    .thmb-row .thmb-info {
        padding-left: 20px;
    }
    
    .thmb-info > h3 {
        color: #000;
        font-size: 18px;
        text-transform: capitalize;
        margin-bottom: 2px;
    }
    
    .thmb-info span {
        display: block;
        color: #999;
        font-size: 16px;
    }
    
    .owl-carousel .owl-item img {
        width: auto;
    }
    
    .owl-navigation .owl-nav > button {
        margin-top: -26px;
        position: absolute;
        top: -13%;
        color: #cdcbcd;
    }
    
    .owl-navigation .owl-nav > button {
        color: #ed1b22 !important;
        text-align: center;
        height: 40px;
        width: 40px;
        background: #fff !important;
        -webkit-box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.75);
        border-radius: 50% !important;
    }
    
    .owl-navigation .owl-nav .owl-prev {
        left: 0%;
    }
    
    .owl-navigation .owl-nav i {
        font-size: 14px;
    }
    
    .owl-navigation .owl-nav .owl-next {
        right: 0%;
    }
    /*testimonial*/
    /*blog*/
    
    .text-center .works-title::after {
        left: calc(50% - 30px);
    }
    
    .post-slide {
        padding: 0;
        overflow: hidden;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
    }
    
    .post-slide .post-img > img {
        width: 100%;
        height: auto;
    }
    
    .post-review {
        padding: 15px 25px;
    }
    
    .post-bar {
        padding: 15px 0;
        list-style: none;
    }
    
    .post-bar > li {
        display: inline-block;
        color: #c1c1c1;
        font-size: 12px;
        line-height: 2;
        margin-right: 3px;
    }
    
    .post-bar > li:after {
        content: "|";
        margin-left: 3px;
    }
    
    .post-bar > li:last-child:after {
        content: "";
    }
    
    .post-bar > li > a {
        text-transform: capitalize;
        color: #999;
    }
    
    .post-bar > li > a:hover {
        text-decoration: none;
        color: #e74c3c;
    }
    
    .post-title {
        margin-top: 0;
    }
    
    .post-title > a {
        color: #333333;
        font-size: 24px;
        font-weight: 700;
        display: block;
        text-transform: capitalize;
    }
    
    .post-title > a:hover {
        text-decoration: none;
        color: #e74c3c;
    }
    
    .post-description {
        padding-bottom: 15px;
        border-bottom: 1px solid #dee2e6;
        font-weight: 600;
    }
    /*blog*/
    /*tour-package*/
    .holder {
    height: 100%;
    background: #ffffff;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    margin-bottom: 20px;
    box-shadow: 2px 2px 9px hsl(0deg 0% 0% / 38%);
    border-radius: 5px;
    position: relative;
}
.img-holder {
    position: relative;
    overflow: hidden;
}
.img-holder img {
    vertical-align: top;
    border-radius: 5px 5px 0 0;
    height: 180px;
}
.text-holder {
    padding: 15px 15px;
    border-radius: 0 0 5px 5px;
}
.text-holder .title2 {
    font-size: 20px;
    /* font-weight: 600; */
    /* font-family: "Montserrat", sans-serif; */
    padding: 6px 0px 15px;
}
.text-holder .title2 a {
    color: #111;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}
.text-holder img {
    width: 25px !important;
    display: inline-block !important;
}
.offer-action {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 15px auto 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.offer-action a
 {
    display: inline-block;
    padding: 16px 7px;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
    /* width: 47%; */
    border-radius: 8px;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
}
.offer-btn-1 {
    background-color: #fff;
}

.vehicle-detail {
    margin-bottom: 30px;
    position: relative;
    /* border: 1px solid #eeeeee; */
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
    /* padding: 25px 22px 25px; */
}
.vehicle-detail .car-name {
    position: relative;
    color: #222222;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 28px;
    margin-bottom: 10px;
}
   #accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 6px;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 20px 20px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    border-left: 3px solid #000;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    color: #333;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    position: absolute;
    top: 23px;
    right: 25px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f106";
}
#accordion .panel-title a:hover,
#accordion .panel-title a.collapsed:hover,
#accordion .panel-title a:before,
#accordion .panel-title a:hover:before{
    color: #000;
}
#accordion .panel-body{
    padding: 15px 27px;
    font-size: 14px;
    color: #808080;
    line-height: 23px;
    border: 1px solid #eaeaea;
    border-top: none;
    border-left: 3px solid #eaeaea;
}
#accordion .panel-body p{
    margin-bottom: 0;
}
.tour-price-section{
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.38) 2px 2px 9px;
    border-radius: 10px;
}
.tour-price-section h4{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #777;
}
.tour-price-section h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.tour-price-section h3 small{
    font-weight: 600;
    font-size: 18px;
}
    /*tour-package*/
    /*contact-us*/
    .all-contact-information {
    box-shadow: 0px 1px 4px 1px #eae7e7;
    padding: 20px;
}

.contact-information {
    padding: 37px 20px;
}

.contact-information:nth-child(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact-information a {
    color: #000;
}

.contact-information h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #dc3545;
}
.contact-form .form-control {
    border-radius: 5px;
    padding: 6px 15px;
    height: 40px;
    border: 0px;
    border: 1px solid #cc0000;
    box-shadow: none;
}
.contact-form .btnContact {
    width: 150px;
    border: none;
    padding: 2.5%;
    background: #0983ba;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
    /*contact-us*/
    /*footer*/
    
    .footer {
        background-color: #3D3E3E;
        padding: 60px 0px 0px 0px;
    }
    
    .footer p {
        word-break: break-all;
        color: #fff;
    }
    
    .helpline h3 {
        color: #fff;
        font-size: 20px;
    }
    
    .helpline h3 span {
        color: #f26744;
        display: inline-block;
    }
    
    .footer h3 {
        color: #fff;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    
    .footer li:not(:last-child) {
        margin-bottom: 6px;
    }
    
    .footer li a {
        color: #fff;
        font-size: 16px;
    }
    
    .cta-button a {
        width: 100%;
        display: block;
        border-radius: 50px;
        text-align: center;
        margin-bottom: 10px;
        border: 1px solid #fff;
        color: #3B3B3B;
    }
    
    .button-light {
        color: #373737;
        background-color: #f26744;
    }
    
    .button-black {
        color: #fff!important;
        position: relative;
        background-color: #1d1d1d;
    }
    
    .copyright-div {
        background-color: #383939;
        color: #fff;
        padding: 15px 0;
        margin-top: 50px;
    }
    
    .copyright-div p,
    .copyright-div a {
        color: #fff;
        padding: 5px;
    }
    
    .social-nav {
        display: flex;
        justify-content: flex-end;
        margin: 0;
    }
    
    .social-nav a {
        padding: 5px 12px;
        transition: all 0.1s;
        display: inline-block;
        color: #fff;
    }
    /*footer*/
    
    @media(min-width:768px) {
        .sticky {
            position: sticky;
            top: 0px;
            box-shadow: 0 11px 22px 0 rgba(0, 0, 0, 0.2);
            z-index: 9999!important;
        }
    }
    
    @media(max-width: 768px) {
        #second-navbar {
            background-color: #fff;
            position: sticky;
            top: 0px;
        }
    }