@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gilda+Display&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Time Roman';
    src: url('../../assets/fonts/Time-RomanBold.woff2') format('woff2'),
        url('../../assets/fonts/Time-RomanBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Time Roman';
    src: url('../../assets/fonts/Time-Roman.woff2') format('woff2'),
        url('../../assets/fonts/Time-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Time Roman';
    src: url('../../assets/fonts/Time-RomanBoldItalic.woff2') format('woff2'),
        url('../../assets/fonts/Time-RomanBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Time Roman';
    src: url('../../assets/fonts/TimeRomanExtra.woff2') format('woff2'),
        url('../../assets/fonts/TimeRomanExtra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Time Roman';
    src: url('../../assets/fonts/Time-RomanItalic.woff2') format('woff2'),
        url('../../assets/fonts/Time-RomanItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*--------------------------------------------------------------
# General

--------------------------------------------------------------*/
html {
    scroll-behavior: auto !important;
}

body {
    font-family: "Roboto", sans-serif;
    color: #000000;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: normal;
    font-family: 'Time Roman';
}

p {
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #c38360;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #fff;
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 30px;
    height: 30px;
    border: 2px solid #7c572b75;
    transition: all ease 0.4s;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}

ul.slick-dots li {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #c3836050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
    border: 2px solid #c38360;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 80px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
}

.small-section-title h3 {
    position: relative;
    color: #c41b62;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section-title h2 span {
    color: #c38360;
}

.section-title h3 {
    display: inline-block;
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.section-title h2 {
    font-size: 45px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
    text-transform: capitalize;
}

.common-btn {
    display: inline-block;
    border: 1px solid #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    background: transparent;
    transition: 0.4s;
    padding: 8px 16px;
}

.common-btn:hover {
    color: #fff;
    background-color: #c38360;
    border-color: #c38360;
}

.black-btn {
    display: inline-block;
    border: 1px solid #000000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    top: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000000;
    white-space: nowrap;
    background: transparent;
    transition: 0.4s;
    padding: 8px 16px;
}

.black-btn:hover {
    color: #fff;
    background-color: #c38360;
    border-color: #c38360;
}

/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
    z-index: 999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #c38360;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    box-sizing: border-box;
    color: #ffffff;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 30px;
    filter: invert(1);
}

.call-buton .cc-calto-action-ripple:hover img {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(195, 131, 96, 0.2), 0 0 0 0 rgba(195, 131, 96, 0.2), 0 0 0 5px rgba(195, 131, 96, 0.2), 0 0 0 10px rgba(195, 131, 96, 0.2);
        box-shadow: 0 4px 10px rgba(195, 131, 96, 0.2), 0 0 0 0 rgba(195, 131, 96, 0.2), 0 0 0 5px rgba(195, 131, 96, 0.2), 0 0 0 10px rgba(195, 131, 96, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(195, 131, 96, 0.2), 0 0 0 5px rgba(195, 131, 96, 0.2), 0 0 0 10px rgba(195, 131, 96, 0.2), 0 0 0 20px rgba(195, 131, 96, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(195, 131, 96, 0.2), 0 0 0 10px rgba(195, 131, 96, 0.2), 0 0 0 20px rgba(195, 131, 96, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(195, 131, 96, 0.2), 0 0 0 0 rgba(195, 131, 96, 0.2), 0 0 0 5px rgba(195, 131, 96, 0.2), 0 0 0 10px rgba(195, 131, 96, 0.2);
        box-shadow: 0 4px 10px rgba(195, 131, 96, 0.2), 0 0 0 0 rgba(195, 131, 96, 0.2), 0 0 0 5px rgba(195, 131, 96, 0.2), 0 0 0 10px rgba(195, 131, 96, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(195, 131, 96, 0.2), 0 0 0 5px rgba(195, 131, 96, 0.2), 0 0 0 10px rgba(195, 131, 96, 0.2), 0 0 0 20px rgba(195, 131, 96, 0);
        box-shadow: 0 4px 10px rgba(195, 131, 96, 0.2), 0 0 0 5px rgba(195, 131, 96, 0.2), 0 0 0 10px rgba(195, 131, 96, 0.2), 0 0 0 20px rgba(195, 131, 96, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address a {
    color: #ffffff;
    font-weight: 600;
    margin-right: 0;
    font-size: 16px;
}

.top-address a i {
    padding-right: 5px;
    color: #c38360;
}

.top-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-contact p {
    margin-bottom: 0;
    font-weight: 600;
    margin-right: 0;
    font-size: 14px;
}

.top-contact ul li a {
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 14px;
}

.top-contact ul li a:hover {
    background: #c38360;
    border: 1px solid #c38360;
    color: #ffffff;
}

.top_head_sec {
    padding: 7px 0 7px 0;
    background: #c38360;
}

.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: 0 0 11px #1c1a1d3d;
    background: #222222;
    border-bottom: 2px solid #d99a76;
}

.header.sticky .logo-bx {
    width: 140px;
    height: auto;
    transition: all 0.5s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #c38360;
}

.header {
    z-index: 99;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

.header.sticky a.logo {
    max-width: 90px;
}

.bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.logo-bx {
    height: auto;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%, -0px);
}

.logo-bx a {
    display: inline-block;
    max-width: 125px;
}

a.logo img {
    transition: all 0.5s;
    width: 100%;
}

.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .left-bx {
        flex: 0 0 40%;
        align-items: center;
        display: flex;
        gap: 25px;
    }

    .right-bx {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 25px;
        flex: 0 0 40%;
    }

    .navbar {
        padding: 0;
        margin: 0;
        position: inherit;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 50px;
    }

    .navbar li {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 40px 0px 40px 0px;
    }

    .navbar a,
    .navbar a:focus {
        align-items: center;
        justify-content: space-between;
        padding: 0;
        position: relative;
        flex-direction: column;
        width: 100%;
        margin: 3px;
        -webkit-transition: all .4s;
        transition: all .4s;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: rgb(255, 255, 255);
        white-space: nowrap;
        background: transparent;
        transition: 0.4s;
    }

    span.menu_ic img {
        max-height: 50px;
        filter: invert(1);
        display: none;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}


/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: #222222;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .inner {
    padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu {
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    text-align: left;
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    width: 100%;
    background: transparent;
    letter-spacing: 3px;
}

.side_bar_menu ul li a:hover {
    color: #c38360;
}

.side_bar_menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c3836050;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #160201;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side_bar_address {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c3836050;

}
.side_bar_address p a:hover {
     color: #c38360;
}

.side_bar_address h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.side_bar_address p {
    margin: 0;
    color: #ffffff;
}

.side_bar_address a {
    color: #ffffff;
    font-size: 18px;
          transition: 0.3s;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a:hover {
    color: #fff;
    background-color: #c38360;
    border-color: #c38360;
}

.side-bar button:hover {
    background-color: #c38360;
    border-color: #c38360;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #c38360;
    padding: 6px;
    border: 1px solid #c38360;
}

.side-bar button i {
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: '';
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #ffffff;
    transition: all 400ms ease-in-out;
    margin-left: auto;
}

.burger-icon span:nth-child(1) {}

.burger-icon span:nth-child(2) {
    width: 100%;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

.side_bar_cn {
    margin-bottom: 50px;
    text-align: center;
}

.side_bar_cn img {
    max-width: 200px;
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.ban-head {
    text-align: center;
    position: relative;
}

.ban-head h3 {
    position: relative;
}

.banner-main .slick-arrow.slick-prev {
    left: 1%;
}

.banner-main .slick-arrow.slick-next {
    right: 1%;
}

.ban-head h3 {
    position: relative;
    display: inline-block;
    transition: transform 4s ease, opacity 4s ease;
    transform: translateY(-100px);
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fac8ab;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    font-family: 'Time Roman';
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h3 {
    transform: translateY(0px);
}

.ban-head p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-block: 10px 25px;
    transition: transform 4s ease, opacity 4s ease;
    transform: translateX(100px);
    max-width: 450px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head p {
    transform: translateX(0px);
}

.ban-head h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Time Roman';
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: normal;
    letter-spacing: 10px;
    transition: transform 4s ease, opacity 4s ease;
    transform: translateY(100px);
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 500ms;
}

.ban-head .ban-btn {
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
    margin-top: 30px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

.banner-bottom {
    margin-bottom: 0;
    margin-inline: auto;
    padding: 25px;
    z-index: 1;
    position: relative;
    overflow: visible;
    margin-top: -75px;
    background: #c38360;
    max-width: 1220px;
    box-shadow: 0 0 14px rgb(0 0 0 / 58%);
}

.banner-bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ban_b_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.ban_b_img img {
    height: 450px;
    object-fit: cover;
}

.banner-bottom-head .section-title {
    max-width: 650px;
}

.banner-bottom-head h2 {
    text-decoration: blink;
    color: #ffffff;
    font-size: 40px;
    -webkit-animation: colorchange 2s infinite alternate;
    margin: 0;
}

@-webkit-keyframes colorchange {
    0% {
        color: #fff;
    }

    50% {
        color: #fcf203;
    }

    100% {
        color: #e3e2d5;
    }
}

.banner-main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.banner-main .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    left: 0;
    width: 100%;
    gap: 7px;
}

.banner-main .slick-dots button {
    height: 10px;
    width: 10px;
    background: #fff;
    font-size: 0;
    margin: 0 2px;
    border: 0;
}

.banner-main .slick-dots .slick-active button {
    background: #c38360;
    height: 10px;
    width: 10px;
}

.banner-slide {
    display: block !important;
}

.banner-main .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.banner-main .banner-image .bg-big {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

.banner-slider .slick-slide {
    padding: 0;
}

.banner-main .banner-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background: #000000;
    opacity: 0.4;
}

/*.banner-main .banner-image::after {
    position: absolute;
    height: 30%;
    width: 100%;
    display: inline-block;
    left: 0;
    content: "";
    background: rgb(35 31 32);
    background: linear-gradient(180deg, rgb(35 31 32) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
} */
/* .banner-main .banner-image img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    min-height: 700px;
    object-fit: cover;
}
 */

/* .banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}
@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
}
 */
.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    max-height: 650px;
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0px, -50%);
}

.banner-main .banner-text {
    display: inline-block;
    z-index: 3;
    overflow: hidden;
}

/* .banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}
 */
.banner-slide {
    position: relative;
}

.banner-img {
    position: absolute;
    top: 140%;
    right: 0;
    text-align: center;
    z-index: 99;
    transform: translate(0, -100%);
    left: auto;
    max-width: 80%;
}

.banner-main .slick-active .slide-left {
    animation: 3s slide-left ease-in-out forwards;
}

/* @keyframes slide-left {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
} */

@keyframes text-move {
    0% {
        transform: scale(1) translateY(100%);
    }

    100% {
        transform: scale(1) translateY(-50%);
    }
}

a.phone-btn {
    color: #c38360;
    font-weight: 600;
    font-size: 18px;
}

a.phone-btn img {
    max-width: 40px;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(78%) saturate(647%) hue-rotate(191deg) brightness(88%) contrast(98%);
}



/*--------------------------------------------------------------
# Banner form Section
--------------------------------------------------------------*/
.banner-form {
    max-width: 1250px;
    position: absolute;
    z-index: 1;
    bottom: 15%;
    left: 0;
    right: 0;
    margin-inline: auto;
}
.banner-form .error {
    font-size: 13px;
}
.banner-form form {
    color: #000000;
    text-align: left;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}





.banner-form .form-group,
.banner-form .form-btn {
    flex: 0 0 16.6666%;
}

.banner-form label {
    display: none;
}

.banner-form input,
.banner-form select {
    padding-right: 32px;
    background-color: #ffffff;
    border-radius: 0px;
    padding-block: 15px;
    border-right: 1px solid #c38360 !important;
    border: none;
}

select.form-control:focus,
input.form-control:focus {
    box-shadow: none;
}


.banner-form .icon {
    position: relative;
    float: right;
    margin-right: 8px;
    margin-top: -27px;
    z-index: 2;
    color: #c38360;
    font-size: 16px;
}

.banner-form .icon-select {
    float: right;
    position: relative;
    z-index: 2;
    color: #c38360;
    margin-right: 8px;
    margin-top: -30px;
    font-size: 16px;
}
.banner-form .form-group .icon-select,
.banner-form .form-group .fa-envelope,
.banner-form .form-group .fa-calendar,
.banner-form .form-group .fa-crosshairs,
.banner-form .form-group .fa-car   {
    display: none;
}
.banner-form .form-group select{
    background-image: url(https://www.reliancenygroup.com/wp-content/uploads/2025/09/down.png);
    background-repeat: no-repeat;
        background-position: 97% 50%;
    background-size: 9%;

}
.banner-form .form-group #contact-email {
    background-image: url(https://www.reliancenygroup.com/wp-content/uploads/2025/09/email.png);
    background-repeat: no-repeat;
        background-position: 97% 50%;
    background-size: 9%;
}

.banner-form .form-group #datepicker {
    background-image: url(https://www.reliancenygroup.com/wp-content/uploads/2025/09/calendar-silhouette-1.png);
    background-repeat: no-repeat;
        background-position: 97% 50%;
    background-size: 9%;
}

.banner-form .form-group #pickup {
    background-image: url(https://www.reliancenygroup.com/wp-content/uploads/2025/09/precision.png);
    background-repeat: no-repeat;
        background-position: 97% 50%;
    background-size: 9%;
}

.banner-form .form-group #car-veh {
    background-image: url(https://www.reliancenygroup.com/wp-content/uploads/2025/09/car-1.png);
    background-repeat: no-repeat;
        background-position: 97% 50%;
    background-size: 9%;
}
.banner-form .form-btn button.black-btn {
    padding-block: 15px;
    width: 100%;
    background: #c38360;
    color: #fff;
    border-color: #c38360;
}

.banner-form button.black-btn:hover,
.banner-form button.black-btn:focus {
    background-color: #222222;
}

/*--------------------------------------------------------------
# provide Section
--------------------------------------------------------------*/
.provide-section {
    background: #222222;
}

.section-title.text-white h3 {
    color: #fff;
}

.fill-text {
    color: #fff;
    -webkit-text-stroke-width: 1px;
}

.border-text {
    -webkit-text-stroke-width: 1px;
    color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}


.provide-section .provide-marqee .marqee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.provide-section .provide-marqee .marqee span {
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    font-size: 50px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    margin: 0;
    line-height: 1.3;
    padding: 0 30px;
    position: relative;
    font-family: 'Time Roman';
}

.provide-head {
    margin-bottom: 50px;
}


.provide-marqee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marqee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}



.divider {
    color: #c38360;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.ab-3-img .slick-slide {
    padding: 0;
}
.ab-3-img img {
    object-fit: cover;
    border-radius: 6px;
}

.ab-3-main {
    position: relative;
}

.ab-3-main:hover .ab-3-cn:after {
    height: 100%;
}

.ab-3-cn:after {
    content: '';
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background: #c38360;
    left: 0;
    transition: all 0.5s;
}

.ab-3-cn {
    position: absolute;
    bottom: 0;
    background: #000000;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
}

.ab-3-cn h3 {
    margin: 0;
    font-size: 22px;
    position: relative;
    z-index: 1;
}

.about-cn-3 {
    top: 60px;
    border-radius: 15px;
    position: absolute;
    overflow: hidden;
    width: 165px;
    height: auto;
    right: -62px;
    padding: 20px 20px 20px 20px;
    background: #c38360;
    animation: experienceobject 6s infinite linear alternate;
}

@keyframes experienceobject {
    50% {
        right: 0px;
    }
}

.about-cn-3 img {
    max-width: 40px;
    margin-bottom: 25px;
    filter: invert(1);
}

.about-cn-3 span {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.section-title {
    margin-bottom: 25px;
}

.about-cn-bx p {
    margin-bottom: 15px;
}

.ab-3-img.ani-fl1 {
    margin-top: 0;
}

.about-cn-bx {
    text-align: center;
    padding-inline: 50px;
}

.ani-fl1 {
    animation: float1 2000ms linear 400ms infinite alternate both;
}

@keyframes float1 {
    0% {
        transform: translateY(30px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(10px);
    }
}

.ani-fl2 {
    animation: float2 2000ms linear 400ms infinite alternate both;
}

@keyframes float2 {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(30px);
    }
}

.about-cn-bx p a {
    color: #c38360;
}

.about-sec .right_cn p {
    margin-bottom: 15px;
}

.section-title {
    margin-bottom: 25px;
}





.about-block-st .inner-box:hover .features-count {
    color: #c38360;
}

.about-block-st:first-child .inner-box {
    padding: 26px 20px 43px 50px;
}

.about-block-st .inner-box .features-count {
    color: rgb(195 131 96 / 20%);
    font-size: 60px;
    letter-spacing: -0.01em;
    min-width: 70px;
    margin-right: 40px;
    transition: all 300ms ease;
}

.about-block-st .inner-box .icon-box {
    min-width: 80px;
    margin-right: 40px;
    position: relative;
    top: 0px;
    text-align: center;
}

.about-block-st .inner-box .content-box {
    position: relative;
}

.about-block-st .inner-box .icon-box img {
    color: #c38360;
    display: inline-block;
    transition: all 300ms ease;
    max-width: 80px;
    margin-inline: auto;
    filter: invert(1);
}

.about-block-st .inner-box:hover .icon-box img {
    /* transform: scaleX(-1); */
    filter: brightness(0) saturate(100%) invert(70%) sepia(6%) saturate(6202%) hue-rotate(319deg) brightness(83%) contrast(80%);
}

.about-block-st:last-child .inner-box {
    border-bottom: 0;
}

.about-block-st .inner-box .content-box .features-title {
    position: relative;
    letter-spacing: -0.01em;
    margin-top: 0;
    z-index: 3;
    color: #ffffff;
    font-size: 22px;
}

.about-block-st .inner-box .content-box .read-more {
    color: #c38360;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
    transition: all 300ms ease;
}

.about-block-st .inner-box .content-box .read-more:before {
    background-color: #c38360;
    content: "";
    height: 1px;
    position: absolute;
    top: calc(50% - 0px);
    right: -37px;
    bottom: 0;
    width: 32px;
}

.about-block-st .inner-box .content-box .read-more:after {
    background-color: red;
    content: "";
    height: 1px;
    position: absolute;
    top: calc(50% - 0px);
    right: -5px;
    bottom: 0;
    width: 0;
    transition: all 300ms ease;
}

.about-block-st .inner-box .content-box .features-featured-img {
    margin: 0;
    position: absolute;
    top: -20px;
    left: calc(100% + 20px);
    width: 144px;
    height: 110px;
    transform: rotate(20deg);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease;
}

.about-block-st .inner-box:hover .content-box .features-featured-img {
    opacity: 1;
    left: 100%;
    transform: rotate(16deg);
    background-size: cover;
}

.about-block-st .inner-box {
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    border-left: 1px solid rgb(255 255 255 / 10%);
    position: relative;
    display: flex;
    padding: 47px 20px 43px 50px;
    line-height: 1px;
}






.about-sec {
    background: #f2f2f2;
}

.about-sec .container {
    max-width: 1400px;
}

.about-sec .section-title {
    margin-bottom: 0;
}

.jarallax {
    height: 55vh;
}

.about-cn-bx {
    text-align: center;
}

.about-cn-main {
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
    padding-right: 30px;
}

.about-cn-bx p {
    margin-bottom: 25px;
}

.about-cn-bx p a {
    color: #c38360;
}

.about-sec .right_cn p {
    margin-bottom: 15px;
}

.section-border-bx {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.section-border {
    width: 100%;
    margin-top: 0;
    flex: 0 0 200px;
    position: relative;
}

.section-border:before {
    position: absolute;
    top: 0;
    background: #eb287a;
    height: 10px;
    margin-left: auto;
    display: inline-block;
    margin-top: 7px;
    max-width: 90px;
    content: '';
    z-index: 1;
    width: 100%;
    right: 0;
}

/*--------------------------------------------------------------
 # parallax section css
--------------------------------------------------------------*/
.parallax-section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/*--------------------------------------------------------------
 # section css
--------------------------------------------------------------*/
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.bar-head {
    max-width: 750px;
    background: hsl(0deg 0% 0% / 85%);
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-inline: auto;
}

/*--------------------------------------------------------------
 # marquee Css
--------------------------------------------------------------*/
.marqee-text-section {
    background: #f7f7f7;
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.marquee span {
    text-transform: capitalize;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    -webkit-animation: marquee 24s linear infinite;
    animation: marquee 24s linear infinite;
    font-size: 120px;
    font-weight: 900;
    color: #222222;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}






.corporate-section .small-section-title {
    max-width: 650px;
    margin-inline: auto;
    margin-bottom: 100px;
}

.parallax-wrapper {
    position: relative;
    height: 900px;
    overflow: hidden;
}

.parallax-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    will-change: transform;
    object-fit: cover;
    height: auto;
}

.events-cn-bx {
    flex: 0 0 50%;
    width: 50%;
}

.events-cn-bx {
    text-align: center;
}

.events-cn-bx p {
    max-width: 550px;
    margin-inline: auto;
}

.corporate-events {
    display: flex;
    align-items: center;
}

.events-img-bx {
    flex: 0 0 50%;
    width: 50%;
}

.events-cn-bx .section-title {
    margin-bottom: 50px;
}

.events-cn-bx .common-btn {
    margin-top: 50px;
}

.events-cn-bx img {
    max-width: 125px;
    display: block;
    text-align: center;
    margin-inline: auto;
}

.corporate-events-bottom {
    padding: 50px 0;
    text-align: center;
    background: #222222;
}

.corporate-events-bottom .events-cn-bx {
    text-align: center;
    width: 100%;
}

.section-title.text-white h2 {
    color: #fff;
}

.corporate-events-bottom .events-cn-bx p {
    max-width: 550px;
    margin-inline: auto;
    color: #fff;
}

.corporate-events-bottom .white-btn {
    margin-top: 50px;
}



/* =====================================
# Service Css
===================================== */
.service-section {
    background-color: #fff;
}

.services-bx {
    display: grid !important;
    grid-template-columns: 45% 55%;
    margin-top: 75px;
    overflow: hidden;
}

.service-section .section-title {
    margin-bottom: 50px;
}

.services-cn .section-title h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.services-cn .section-title h2::after {
    content: '';
    background: #c38360;
    width: 99px;
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.services-img-bx {
    overflow: hidden;
}

.services-cn p {
    margin-bottom: 15px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
}

.service-tab-cn .slick-slide.slick-current.slick-active .services-cn p {
    opacity: 1;
    transform: translateY(0px);
}

.services-cn a.text-link {
    margin-bottom: 50px;
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
}

.service-tab-cn .slick-slide.slick-current.slick-active .services-cn a.text-link {
    opacity: 1;
    transform: translateY(0px);
}

.services-cn {
    padding: 0 50px;
    border-left: 2px solid #c38360;
}

.services-img-cn {
    width: 80%;
    background: #222222e0;
    padding: 25px;
    text-align: left;
    margin-inline: auto;
    margin-top: -250px;
    z-index: 1;
    position: relative;
    backdrop-filter: blur(5px);
}

.services-img {
    text-align: center;
}

.services-img img {
    max-height: 500px;
    margin-inline: auto;
    width: 100%;
    object-fit: cover;
}

.services-img-bx p {
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
}

a.text-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #c38360;
    font-weight: 400;
}

a.text-link i {
    font-size: 16px;
    margin-top: 5px;
    transition: all 0.5s;
}

a.text-link:hover i {
    transform: translate(15px, 0px);
}

.services-cn {
    padding: 0 50px;
}

.service-tab ul li {
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

.service-tab ul .slick-slide.slick-current.slick-center li {
    color: #c38360;
}

.services-img-cn .section-title h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;

}
.alert-msg p {
    text-align: center;
    max-width: 850px;
    margin-inline: auto;
    padding: 0 15px;
}
.services-img {
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateX(200px);
}

.service-tab-cn .slick-slide.slick-current.slick-active .services-img {
    opacity: 1;
    transform: translateX(0px);
}

.services-img-cn {
    transition: transform 500ms ease, opacity 500ms ease;
    transform: translateY(200px);
}

.service-tab-cn .slick-slide.slick-current.slick-active .services-img-cn {
    opacity: 1;
    transform: translateY(0px);
}

.service-section .services-img-cn .section-title {
    margin-bottom: 0;
}

.services-img-cn .section-title h2::after {
    content: '';
    background: #c38360;
    width: 99px;
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-tab .slick-list {
    transform: none !important;
}




.comford-section {
    position: relative;
    background-color: #fff;
}

.comford-section .container {
    position: relative;
    z-index: 1;
}

/* .comford-section:before {
    content: '';
    position: absolute;
    top: auto;
    width: 100%;
    background: #222222;
    z-index: 0;
    height: 68%;
    bottom: 0;
} */
.comford-inner span.comford-icon-content {
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px;
    text-transform: capitalize;
}

.limo-image {
    margin-bottom: 50px;
}

.limo-slider-img img {
    max-height: 415px;
    margin-inline: auto;
}

.limo-slider ul.slick-dots {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.btn-bx {
    margin-top: 50px;
}

/* .comford-cn {
    padding-left: 50px;
} */
.comford-section .section-title {
    margin-bottom: 50px;
}

.comford-section .section-title p {
    display: none;
}

.comford-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px 15px 15px;
    border-right: 2px dashed #ffffff21;
}

.comford-bx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 45px;
    text-align: center;
}

.comford-inner img {
    max-height: 60px;
    filter: brightness(0) saturate(100%) invert(87%) sepia(7%) saturate(7214%) hue-rotate(311deg) brightness(83%) contrast(81%);
}

/* =====================================
# banner-cta Section css
===================================== */
.banner-cta-sec .section-title {
    margin-bottom: 50px;
}

.banner-cta-sec {
    /*  background-image: url('../../assets/images/27850.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    background-attachment: fixed;
    background-position: center; */
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
}

/* .banner-cta-sec:before {
    content: '';
    background: #222222;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
} */
.banner-cta-sec .container {
    position: relative;
    z-index: 1;
}

.banner-img-1 .row {
    position: relative;
    z-index: 1;
}

.banner-img-1 .section-title p {
    max-width: 730px;
    margin-inline: auto;
}

.banner-cta-sec .section-title {
    margin-bottom: 50px;
}

.partner-logo {
    border: 1px solid #00000033;
    padding: 10px;
}

.partner-logo img {
    max-height: 85px;
    margin-inline: auto;
}

/* =====================================
# Fleet Section css
===================================== */
.fleet-section {
    background: #f8f5f0;
}

.fleet-card {
    border-radius: 6px;
    padding: 20px;
    background-color: transparent;
    border: 1px solid #00000021;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    max-width: 450px;
}

.fleet-card:hover {
    background-color: #c3836040;
}

.fleet-card h3 {
    font-size: 22px;
    line-height: 26px;
    color: #c38360;
    letter-spacing: 2px;
    margin: 0;
}

.fleet-card p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    display: none;
}

.fleet-image {
    margin-top: 50px;
    margin-bottom: 25px;
}

.fleet-option .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: wheat;
}

.fleet-option .icon img {
    height: auto;
    width: 22px;
}

.fleet-option .icon-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fleet-option .icon-text .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    word-break: break-all;
    display: block;
    color: #000;
}

.fleet-option {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}

.fleet-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.fleet-image {
    text-align: center;
}

.fleet-image img {
    max-height: 100px;
    margin-inline: auto;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.fleet-card:hover .fleet-image img {
    transform: translateY(-5px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/* =====================================
# Footer
===================================== */
.footer-section {
    position: relative;
    padding-top: 100px;
    background: #ffffff;
}

/* .footer-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    opacity: 0.80;
} */
.footer-cta {
    border-bottom: 1px solid rgb(195 131 96 / 50%);
    position: relative;
    padding-bottom: 50px;
}

.social_icons .cus-social_white {
    display: flex;
    justify-content: flex-start
}

.social_icons .cus-social_white li a {
    border: 1px solid #000000;
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    text-align: center;
    color: #000000;
}

.social_icons .cus-social_white li {
    border: none;
    margin: 0;
}

.social_icons .cus-social_white li a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #c38360;
    border-color: #c38360;
}

.single-cta i {
    background-color: #222222;
    font-size: 28px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 5px solid #ffffff;
    display: none;
}

.cta-sec {
    background-image: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.cta_bx * {
    color: #fff;
}

.cta-sec:after {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 70%) 100%, rgb(0 0 0 / 70%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: 0;
}

.cta-cn {
    text-align: center;
}

.cta-cn .btn-bx {
    margin-top: 25px;
}

.cta-cn p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

.cta-sec .container {
    z-index: 1;
    position: relative;
}

.cta-text {
    padding-left: 0;
    display: inline-block;
}

.cta-text h4 {
    margin-bottom: 10px;
    color: #c38360;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
}

.cta-text span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 289px;
    display: block;
}

.cta-text a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #000;
}

.cta-text a:hover {
    color: #c38360;
}

.cta_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta_bx .section-title {
    max-width: 600px;
}

.cta_bx .action {
    margin-top: 0;
}

.footer-content {
    position: relative;
    z-index: 2;
    margin: 60px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.footer-social-icon span {
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #000;
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-widget-heading h3 {
    color: #c38360;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #c38360;
}

.footer-widget ul {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 2rem;
}

.footer-widget ul li {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 400;
}

.footer-widget ul li a:hover {
    color: #c38360;
}

.copyright-area {
    padding: 15px 0;
    border-top: 1px solid rgb(195 131 96 / 50%);
    position: relative;
    z-index: 9;
}

.copyright-text p {
    margin: 0;
    color: #000000;
}

.copyright-text p a {
    color: #c38360;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #fff;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.single-cta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top-head {
    max-width: 75%;
}

.footer-top-head .section-title,
.footer-top-head .section-title h2 {
    margin: 0;
}

.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: -1;
}

.lines .line:nth-child(1) {
    margin-left: -23%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(195 131 96 / 50%);
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(195 131 96) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(2) {
    left: 63%;
}

.lines .line:nth-child(3) {
    left: 72%;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}


body.home.page-template {
    padding-top: 0;
}
body.single{
    padding-top: 90px;
}
body.page-template {
        padding-top: 90px;
}

.page-template .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: 0 0 11px #1c1a1d3d;
    background: #222222;
}

.page-template .logo-bx {
    width: 140px;
    height: auto;
    transition: all 0.5s;
}

.page-template a.logo {
    max-width: 90px;
}

.home #header {
    position: fixed;

    background: transparent;
    box-shadow: unset;
}

.single-limousine-showroom .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: 0 0 11px #1c1a1d3d;
    background: #222222;
}


.single-limousine-showroom a.logo {
    max-width: 90px;
}




/* body.page-template {
    margin-top: 110px;
} */

.inner-title-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
}

.inner-title-head .section-title {
    flex: 0 0 75%;
    margin: 0;
}

.inner-title-head .section-title p {
    margin: 0;
}

.parallax-fleet {
    height: 650px;
}

.inner-title {
    background: #f2f2f2;
}


.luxury-car-bx {
    display: grid;
    grid-template-columns: 40% 20% 40%;
    padding: 40px 0;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.luxury-car-bx::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    opacity: 0.25;
    background-image: linear-gradient(to right, #fff 50%, #000 50%);
}

/* .luxury-car-bx::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1.5rem;
    aspect-ratio: 1 / 1.5;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #222222;
    translate: calc(50% - 1px);
} */
.luxury-car-bx:hover .luxury-car-btn a {
    opacity: 1;
}

/* .luxury-car-bx:hover .luxury-car-img img {
    transform: scaleX(-1);
} */

.luxury-car-img img {
    /* transform: scaleX(-1); */
    transition: all 0.5s;
}



.luxury-car-btn a {
    opacity: 0;
    background: #c38360;
    border-color: #c38360;
}

.luxury-car-img {
    max-width: 210px;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.luxury-car-btn {
    text-align: center;
}

.luxury-car-head h3 {
    margin-bottom: 5px;
    font-size: 22px;
    letter-spacing: 2px;
}

.luxury-car-head p {
    color: #c38360;
    margin: 0;
    font-size: 14px;
}

.fleet-inner-section {
    background: #222222;
    position: relative;
}

.fleet-inner-section:after {
    content: '';
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
}

.fleet-inner-section .container {
    position: relative;
    z-index: 1;
}

.vehicles-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vehicles-info .vehicles-ic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: wheat;
}

.vehicles-info .vehicles-ic img {
    height: auto;
    width: 22px;
    filter: brightness(0) saturate(100%) invert(53%) sepia(58%) saturate(359%) hue-rotate(337deg) brightness(96%) contrast(84%);
}

.luxury-car-head ul {
    display: flex;
    gap: 15px;
}

.vehicles-info .icon-text .vehicles-text p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
    word-break: break-all;
}

.lux-car-inner-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.lux-car-inner-img img {
    width: 85px;
    height: 85px;
    background: #191919;
    border-radius: 0;
    object-fit: cover;
    padding: 4px;
}

.luxury-imgs-bx {
    display: flex;
    align-items: center;
    width: auto;
    margin-left: auto;
    flex-direction: row-reverse;
    gap: 2em;
}

.fleet-inner-section {
    background: #222222;
    padding-top: 60px;
}


.fleet-inner-section.fleet-inner-section-2:after {
    display: none;
}


.fleet-inner-section.fleet-inner-section-2 .luxury-car-bx {
    padding: 40px 20px;
}

.luxury-car-bx.strip-white {
    background: #fff;
}

.luxury-car-bx.strip-white .luxury-car-head h3 {
    color: #000;
}

section.fleet-inner-section.fleet-inner-section-3:after {
    display: none;
}

.fleet-car-image {
    background: #f4f5f7;
    padding: 50px 0px;
}

.fleet-car-slider {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.fleet-car-image-bx {
    text-align: center;
}

.fleet-car-image-bx img {
    margin: unset;
    width: 100%;
    max-width: 97%;
}

.fleet-row .col-lg-9 {
    padding: 0;
}

.fleet-row .slick-slide {
    padding: 0 0px;
}

.fleet-car-image-bx {
    overflow: hidden;
    position: relative;
}

.zoomimage {
    display: block;
    max-width: 100%;
    height: auto;
    transform-origin: center center;
    transition: transform 0.2s ease;
}

.fleet-car-head {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 25px;
    padding-top: 50px;
}

.feature-slider {
    padding-bottom: 50px;
}

.fleet-car-head .section-title h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.fleet-car-head .section-title {
    text-align: left;
    margin: 0;
    flex: 0 0 75%;
}

.fleet-car-head .section-title h2 {
    margin: 0;
}

.rating-car {
    display: flex;
    align-items: center;
    display: none;
}

.rating-car span {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-right: 8px;
}

.rating-bx {
    display: flex;
}

.rating-bx button {
    background: none;
    border: none;
    margin-right: 3px;
    padding: 0px;
    font-size: 16px;
    color: #ff6100;
    display: block;
}

.car-info {
    /* background: linear-gradient(
    135deg,
    #4b2e18 0%,
    #a15528 20%,
    #d19c6c 40%,
    #fff5e1 50%,
    #d19c6c 60%,
    #a15528 80%,
    #4b2e18 100%
  ); */
    background-color: #c38360;
    border-radius: 0px;
    padding: 14px;
}

.car-info-footer p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.car-info .car-info-list {
    margin: 15px 0px;
    padding: 0px;
    list-style: none;
}

.car-info .car-info-list li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #ffff;
    border-bottom: 1px solid #eeeeee29;
    margin-bottom: 14px;
    padding-bottom: 14px;
    margin-top: 0px;
}

.car-info .car-info-list li span {
    max-width: 250px;
    width: 100%;
    display: block;
    flex: 1;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
}

.car-info-head {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc26;
}

.car-info-head h3 {
    color: #ffffff;
    text-align: left;
    margin-bottom: 5px;
}

.car-info-head p {
    margin: 0;
    text-align: left;
    color: #fff;
}

.fleet-car-feature h3 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #000000;
}

.fleet-car-feature ul {
    list-style: none;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.fleet-car-feature ul li {
    font-size: 16px;
    font-weight: 500;
    color: #18191d;
    position: relative;
    padding-left: 30px;
}

.fleet-car-feature ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #c38360;
    left: 4px;
    border-radius: 50px;
    outline: 2px solid #c38360;
    outline-offset: 3px;
    top: 6px;
}

.fleet-car-feature {
    margin-bottom: 20px;
}

.fleet-car-slider ul.slick-dots {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 50px;
}

.fleet-car-slider .slick-dots button {
    background-color: #fff;
}

.fleet-car-slider ul.slick-dots li.slick-active button {
    background-color: #c38360;
}

.fleet-car-slider ul.slick-dots li {
    opacity: 0.6;
}

.fleet-car-slider ul.slick-dots li.slick-active {
    opacity: 1;
}

.raq-form {
    max-width: 950px;
    margin-inline: auto;
    background: #000000d6;
    padding: 30px;
}

.raq-form .section-title.text-white h2 {
    color: #c38360;
}

.raq-form-section {
    background: #222222;
    background-image: url('https://www.reliancenygroup.com/wp-content/gallery/home-page-banner/slide4-new1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.raq-form input,
.raq-form select {
    color: #fff;
    padding-right: 32px;
    background-color: transparent;
    border-radius: 0px;
    padding-block: 15px;
    border-color: #ffffff52;
}

.raq-form input::placeholder {
    color: #fff;
    opacity: 1;
}

.raq-form input::-ms-input-placeholder {
    color: #fff;
}

.raq-form .icon {
    position: relative;
    float: right;
    margin-right: 8px;
    margin-top: -27px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
}

.raq-form .icon-select {
    float: right;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-right: 8px;
    margin-top: -30px;
    font-size: 16px;
}

.raq-form select.form-control:focus, .raq-form input.form-control:focus {
    box-shadow: none;
    background: none;
    color: #fff !important;
}
.raq-form select option {
    background: #000;
}

.raq-form .form-group {
    margin-bottom: 15px;
}


.ser_bx_sc {
    border-radius: 6px;
    padding: 20px;
    background-color: transparent;
    border: 1px solid #6262623b;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.ser_bx_sc .ser_img img {
    width: 100%;
}

.ser_bx_sc .section-title h2 {
    font-size: 30px;
    color: #ffff;
}

.services_bnr {
    background: #222222;
}

.ser_bx_sc .section-title p {
    color: #ffff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ser_bx_sc .black-btn {
    border: 1px solid #fff;
    color: #fff;
}

.ser_bx_sc .ser_img img {
    border-radius: 6px;
    margin-bottom: 20px;
}

.services_bnr .section-title h2 {
    color: #fff;
}

.services_bnr .services-cn p {
    transform: translateY(0px);
    color: #fff;
}

.services_bnr .services-img-cn {
    transform: translateY(0px);
}

.services_bnr .btm_bx .black-btn {
    color: #fff;
    border: 1px solid #fff;
}

.services_bnr .services-bx {
    margin: 0;
}

.sern_even {
    background-color: #f7f7f7;
}

.sern_even .services-cn {
    border-left: none;
    border-right: 2px solid #c38360;
}

.sern_even .services-cn .section-title h2 {
    color: #000;
}

.sern_even .services-cn p {
    color: #000;
}

.sern_even .services-cn .btm_bx .black-btn {
    color: #000;
    border: 1px solid #000;
}

.services_bnr .services-img {
    transform: translateX(0px);
}

.services-img-bx .section-title h2 {
    font-size: 38px;
}

.cm_cta {
    background-color: #222222;
    text-align: center;
}

.cm_cta .inner_txtt {
    width: 95%;
    margin: auto;
}

.cm_cta .inner_txtt a {
    color: #fff;
    border: 1px solid #fff;
}

.cm_cta .inner_txtt h2,
.cm_cta .inner_txtt p {
    color: #fff;
}

.cm_cta .inner-title-head {
    justify-content: center;
    text-align: center;
}

.cm_cta .inner-title-head .section-title h2,
.cm_cta .inner-title-head .section-title p {
    color: #fff;
}

.inr_fig {
    text-align: center;
    border: 2px solid rgb(0 0 0 / 13%);
    border-radius: 6px;
    background-color: rgb(195 131 96 / 25%);
    /* transform: scaleX(-1); */
    mix-blend-mode: multiply;
}

.iner_ser_bx .fleet-car-feature ul {
    grid-template-columns: max-content;
}

.common-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.common-parallax .text-bx {
    background: #fffffff2;
    padding: 18px;
    width: 100%;
    max-width: 665px;
    border-bottom: 2px solid #c38360;
    border-radius: 6px;
}

.common-parallax .fleet-car-feature ul {
    grid-template-columns: 1fr 1fr;
}

.innr_new_sec .fleet-car-feature ul {
    grid-template-columns: 1fr 1fr;
}

.innr_new_sec .inr_fig {
    padding: 0px;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.innr_new_sec .inr_fig img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
}

.inne_blk {
    background-color: #222222;
}

.inne_blk .inner_pp .section-title h2,
.inne_blk .inner_pp .section-title p {
    color: #fff;

}

.inne_blk .inner_pp .fleet-car-feature li span {
    color: #fff;
}

.inne_blk p {
    color: #fff;
}

.inne_blk .inr_fig {
    mix-blend-mode: inherit;
    border: 2px solid rgb(255 255 255 / 24%);
}

.inne_blk h2 {
    color: #fff;
}

.list_prod .cop_list_num {
    color: #c38360;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.list_prod .cop_list_num::before {
    content: "";
    position: absolute;
    background-color: #c3836059;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 4px;
    left: -10px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.list_prod {
    row-gap: 25px;
    justify-content: center;
}

.cop_list {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 3px solid #c38360;
    position: relative;
    z-index: 8;
    overflow: hidden;
    transition: 0.7s;
    border-radius: 6px;
}

.cop_list h3,
.cop_list p {
    color: #18191d;
    transition: all 0.3s ease-in-out;
}

.cop_list:after {
    height: 100%;
    width: 100%;
    transition: 0.7s;
    background-color: #c38360;
    position: absolute;
    content: '';
    inset: 0;
    z-index: -7;
    transform: translate(0px, 200%);
}

.cop_list:hover {
    transform: translate(0px, -10px);
    color: #fff;
}

.cop_list:hover:after {
    transform: translate(0px, 0%);
}

.cop_list:hover .cop_list_num::before {
    color: #ffffff52;
}

.cop_list:hover .cop_list_num {
    color: #fff;
}

.cop_list:hover h3,
.cop_list:hover p {
    color: #fff;
}

.faq_bnr .accordion-button {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.faq_bnr .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #c38360;
    border-radius: 0px !important;
}

.faq_bnr .accordion-body {
    font-size: 16px;
}

.faq_bnr .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.faq_bnr .accordion-button:focus {
    box-shadow: none;
}

.faq_bnr .section-title-inner h2 {
    margin-bottom: 20px;
    color: #fff;
}


/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/
.testimonial {
    position: relative;
    text-align: center;
    background-color: #f2f2f2;
}

/* .testimonial::before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 88%);
    top: 0;
    margin: auto;
    opacity: 0.9;
} */

.testimonial .sub-text {
    color: #c38360;
}

.testimonial .section-title h2 {
    color: #000;
}

.testimonial .sub-text svg {
    fill: #fff !important;
}


.testi_txt {
    padding: 21px 16px;
    /* background-color: #fff; */
    text-align: left;
}

.testimonial .slick-slide:not(:last-child) {
    border-right: 1px solid rgb(0 0 0 / 6%);
}

.testi_txt h5 {
    font-weight: 600;
    color: #000;
}

.texti_bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.texti_bx figure {
    background: #fff;
    padding: 10px;
    margin-bottom: 0;
}

.texti_bx figure img {
    width: 38px;
}

.texti_bx .star i {
    color: #fbc807;
}

.trans_bx .inr_fig {
    background-color: transparent;
    border: none;
}


.inne_blk .card-bx {
    border: 1px solid #eee;
    background: #fff;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    position: relative;
    z-index: 8;
    overflow: hidden;
    transition: .4s;
    width: calc(100% - 68%);
}

.inne_blk .card-bx .icon {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c38360;
    font-size: 55px;
    font-weight: 600;
}

.inne_blk .card-bx:hover .icon {
    -webkit-text-stroke-color: #fff;
    color: #fff;
}

.inne_blk .text h5 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500 !important;
    margin-bottom: 14px;
    color: #000;
}

.inne_blk .text p {
    color: #000;
}

.inne_blk .card-bx:hover {
    color: #fff;
}

.inne_blk .card-bx:hover .text h5,
.inne_blk .card-bx:hover p {
    color: #fff;
}

.inne_blk .card-bx::before {
    height: 54px;
    width: 65px;
    background-color: #c38360;
    position: absolute;
    content: "";
    z-index: -7;
    right: -28px;
    top: -23px;
    transform: rotate(45deg);
}

.inne_blk .card-bx::before {
    transition: .4s;
}

.inne_blk .card-bx:hover::before {
    background: #c38360;
    height: 100%;
    width: 100%;
    transform: unset;
    inset: 0;
}

.inne_blk .grid-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center;
}

.wed_sc .fleet-car-feature ul {
    grid-template-columns: 1fr
}

.wed_lst ul {
    grid-template-columns: 1fr;
}


.error {
    background: red;
    color: #fff !important;
    font-size: 14px;
    width: 100%;
    padding: 0px 6px;
    display: block;
    margin: 0px 2px;
    text-transform: capitalize;
}

#get-price-form .col-lg-9 .error,
#contact-form .col-lg-8 .error {
    position: relative;
    top: -20px;
    width: fit-content;
}

#get-price-form .btn-bx,
#contact-form .btn-bx {
    text-align: right;
}

































































































































































.mega_menu_dropdown {
    position: static !important;
}

.mega_menu {
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0px 0 5px 1px rgb(91 86 86 / 40%);
    position: absolute;
    align-items: flex-start;
}

.mega_menu_2 .mega_menu:before {
    display: block;
    background: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c38360;
    position: absolute;
    top: -13px;
    left: 29%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mega_menu_2 .mega_menu.arrow_2:before {
    left: 68%;
}

.mega_menu_2 .mega_menu.arrow_3:before {
    left: 76%;
}

.mega_menu_item {
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
}

.main_menu ul li .mega_menu_item a {
    padding: 10px 0;
    display: block;

    text-align: left;
    flex: 0 0 100%;
    text-transform: capitalize;
    position: relative;
    color: #000 !important;
    border-bottom: 1px solid #eee;
}

.main_menu ul li .mega_menu_item a:after {
    content: "";
    position: absolute;
    width: 0;
    top: auto;
    bottom: 0;
    height: 1px;
    background: #ff0000;
    left: 0;
    transition: all 0.5s;
}

.main_menu ul li .mega_menu_item a:hover:after {
    width: 100%;
}

.main_menu ul li .mega_menu_item a:hover {

    color: #ff0000;
}

.mega_menu_item h3 {
    margin-bottom: 15px;
    text-align: left;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    font-size: 29px;
    border-bottom: 1px solid rgb(195 131 96 / 32%);
    padding-bottom: 10px;
    width: 100%;
    flex: 0 0 100%;
    text-transform: capitalize;
    color: rgb(195 131 96);
    font-weight: 500;
}

.mega_menu_img {
    max-height: 290px;
}

.mega_menu_item img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.mega_menu_2 .mega_menu {
    width: 100%;
    border-top: 2px solid #c38360;
    right: 12px;
    flex-wrap: nowrap;
    top: 70px;
    max-width: 100%;
    padding: 0px 15px 0px 15px;
    align-items: center;
    z-index: 777;
    left: 50%;
    transform: translate(-50%, 7%);
}

.mobile_btn {
    display: none;
}

@media (min-width: 768px) {
    .main_menu ul li ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }

    .main_menu ul li .mega_menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }

    .main_menu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
        z-index: 99;
    }

    .main_menu ul li:hover>.mega_menu {
        visibility: visible;
        opacity: 1;
        margin-top: 9px;
        z-index: 99;
    }
}

@media (max-width: 767.98px) {

    .mega_menu_2 .mega_menu,
    .container {
        width: 100%;
    }

    nav {
        padding: 15px;
    }

    .mobile_btn {
        cursor: pointer;
        display: block;
    }

    .main_menu {
        display: none;
        width: 100%;
    }

    .main_menu ul li {
        display: block;
    }

    .main_menu ul li a i {
        float: right;
    }

    .main_menu ul li a {
        border-bottom: 1px solid #ddd;
    }

    .main_menu ul li ul {
        width: 100%;
    }

    .main_menu ul li ul li ul {
        left: 0;
        top: auto;
    }

    .mega_menu .mega_menu_item {
        width: 50%;
    }

    .main_menu ul li ul {
        display: none;
        transition: none;
    }

    .main_menu ul li .mega_menu {
        display: none;
        transition: none;
    }

    .mega_menu_2 .mega_menu {
        transform: translateX(0);
    }
}

@media (max-width: 575.98px) {
    .mega_menu .mega_menu_item {
        width: 100%;
    }
}


.mega_menu p {
    white-space: normal;
}

.right-side-bx {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-left: 9px;
}

#btn-bx2 a {
    padding: 10px 15px !important;
    width: max-content;
}

.mega_menu_item a {
    padding: 0;
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    width: 100%;
    position: relative;
    letter-spacing: 1px;
    font-size: 15px;
    display: flex;
    align-items: start;
}

.inner-menu a {
    background: transparent !important;
    color: #000 !important;
    font-size: 15px;
}

.mega_menu_item a:hover {
    color: #c38360 !important;
}

.mega_menu_item a::before {
    height: 1px;
    width: 0%;
    transition: 0.3s;
    position: absolute;
    content: '';
    background-color: #c38360;
    left: 0;
    bottom: -1px;
}

.mega_menu_item a:hover::before {
    width: 100%;

}

.mega_menu_item a {
    white-space: normal;
    position: relative;
    text-transform: capitalize;
    padding-left: 25px;
}

.mega_menu_item a::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background-color: #c38360;
    left: -1px;
    top: 5px;
    outline: 2px solid #c38360;
    outline-offset: 2px;
    border-radius: 10px;
}

.mega_menu_item a:hover {
    padding: 0;
    margin: 10px 0px 0px 0px;
    padding-bottom: 7px;
    padding-left: 25px;
    text-transform: capitalize !important;

}

.mega_menu_item a:focus {
    padding: 0;
    margin: 10px 0px 0px 0px;
    padding-bottom: 7px;
    letter-spacing: 1px;
    justify-content: start;
    display: flex;
    align-items: start;
    text-transform: capitalize !important;
    padding-left: 25px;
}

div#nav-menu {
    width: 100%;
    display: flex;
    gap: 25px;
}

.mega_menu_item {
    width: calc(100% - 40%);
    padding: 14px 0px;
    display: flex;
    flex-wrap: wrap;
}

.mega_menu_item+.mega_menu_item {
    width: calc(100% - 66%);
}


.inner-menu {
    width: 100%;
}

.inner-menu a i {
    transform: scaleX(-1);
}


.mega_menu_img {
    background: gray;
    width: 100%;
    height: 330px;
}

.mega_menu {
    display: none !important;
}

.mega_menu_dropdown:hover .mega_menu {
    display: flex !important;
    gap: 2rem;
    justify-content: center;
}

.inner-title .inner-title-btn {
    display: flex;
    align-items: center;
    gap: 7px;
}


#fleet-menu .mega_menu {
    justify-content: start;
    align-items: flex-start;
}

#fleet-menu .mega_menu_item {
    width: calc(100% - 50%) !important;
}

#fleet-menu .mega_menu_item+.mega_menu_item {
    width: calc(100% - 50%) !important;
}

#fleet-menu .exotic-menu {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

#fleet-menu .exotic-menu a {
    color: #000 !important;
}






.header.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: 0 0 11px #1c1a1d3d !important;
    background: #222222 !important;
}


#fleet-mega-menu::before {
    display: none;
}

#fleet-mega-menu::after {
    display: block;
    background: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c38360;
    position: absolute;
    top: -13px;
    left: 69%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}



.banner-section {
    position: relative;
    padding: 0;
}





.banner-title h2 {
    text-transform: capitalize;
    font-size: 45px;
    width: max-content;
    margin: auto;
    background: #ffffff;
    color: #c38360;
    padding: 7px 35px;
    line-height: normal;
    border-bottom: 2px solid #c38360;
}




.contact-section form {




    margin-inline: auto;
    background: #000000d6;
    padding: 30px;
}

.contact-section .form-title h2 {
    font-size: 35px;
    color: #c38360;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.contact-section form input {
    max-width: 100%;
    padding: 10px 10px;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Outfit',
        sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    border: 1px solid #d9d9d9ee;
}

.contact-section form .row {
    row-gap: 22px;
}

.contact-section form label {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 4px;
    color: #fff;
        text-transform: capitalize;
}
#get-price-form i,
#contact-form i {
       text-transform: capitalize;
}

.contact-section form textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid #d9d9d9ee;
    height: 95px;
    color: #fff !important;
    background-color: transparent;
}

.contact-section form .btn-bx {
    margin-top: 0px;
}

.contact-section form #message2 {
    height: 197px;
}

.operating-hours {
    background: #f2f2f2;
}

.map-bx iframe {
    height: 437px;
    width: 100%;
    padding: 5px;
    background: #ffffff;
}

.details_bx h3 {
    text-transform: capitalize;
    font-size: 22px;
    line-height: normal;
    color: #c38360;
    margin-bottom: 9px;
}

.details_bx p {
    font-size: 15px;
    margin: 0px;
    color: #fff;
}

.contact-us-left-area {
    background: #000000d6;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 15px;
    border: 4px solid #c38360;
}

.details_bx {
    width: 100%;
    max-width: 48%;
    border-bottom: 1px solid #eeeeee57;
    padding: 28px 0px 28px 0px;
}

.details_bx a {
    color: #fff;
    font-size: 15px;
}

.contact-section {
    background-image: url(https://www.reliancenygroup.com/wp-content/gallery/home-page-banner/slide4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact-section form .black-btn {
    border: 1px solid #c38360;
    color: #c38360;
}

.contact-section form .black-btn:hover {
    background-color: #c38360;
    color: #fff;
}

.contact-us-left-area>.details_bx:last-child {
    width: 100%;
    max-width: 100%;
}


.transportation {
    display: flex;
    gap: 8px;
}




.bg-black-1 {
    background-color: #222;
}

.location-1-cn p {
    color: #fff;
}

.location-1-cn p a,
.location-center-2-cn p a {
    color: #c38360;
}

.location-center-2-cn {
    text-align: center;
    max-width: 950px;
    margin-inline: auto;
}

.bg-grey-1 {
    background: #f2f2f2;
}

ul.list-style {
    margin-bottom: 25px;
}

ul.list-style li {
    font-size: 16px;
    font-weight: 500;
    color: #18191d;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

ul.list-style li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #c38360;
    left: 4px;
    border-radius: 50px;
    outline: 2px solid #c38360;
    outline-offset: 3px;
    top: 6px;
}

.location-3-cn ul {
    display: flex;
    flex-wrap: wrap;
}

.location-3-cn ul li {
    flex: 0 0 50%;
}

.location-1-img img {
    width: 100%;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

ul.list-style.list-flex-2 {
    display: flex;
    flex-wrap: wrap;
}

.location-parallax-2-cn {
    background: #fffffff5;
    padding: 50px;
    max-width: 750px;
    margin-inline: auto;
}

.location-parallax-2-cn p a {
    color: #c38360;
}

.location-3-cn p a {
    color: #c38360;
}

ul.list-style.list-flex-2 li {
    flex: 0 0 50%;
}

ul.list-style.list-white * {
    color: #fff;
}


#side-bar .location-menu {
    border: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
}

#side-bar .align-bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    width: 100%;
    background: transparent;
    letter-spacing: 3px;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

#side-bar #dropdown-location {
    background: #292929;
    padding: 0px !important;
    margin: 0px 0px 10px 0px !important;
    position: relative;
    top: -8px;
}

#side-bar ul>li:nth-child(9) {
    margin-top: 10px;
}

#side-bar #dropdown-location li a {
    padding: 10px 5px 10px 10px;
}

#side-bar #dropdown-location li {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#side-bar span.menu-icon {
    height: 22px;
    width: 22px;
    border-radius: 100px;
    background: #c38360;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

#side-bar .menu-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1101%) hue-rotate(292deg) brightness(119%) contrast(100%);
    width: 18px;
    cursor: pointer;
}




#side-bar .dropdown-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

#side-bar .dropdown-wrapper.open {
    max-height: 500px;
    /* large enough for all content */
    opacity: 1;
}























.fleet-car-body p a {
    color: #c38360;
}

.bus-section {
    background: #222222;
}

.bus-section .section-title h2 {
    color: #c38360;

}

.bus-section2 {
    background: #f2f2f2;
}

.bus-section2 .section-title h2 {
    color: #c38360;
}



.vide-main-bx iframe {
    width: 100%;
    height: 300px;
}

.bus-section .row {
    row-gap: 40px;
}























































.features-bx {
    background: #c38360;
    padding: 0px 0px;
}

.fleet-row .col-lg-12 {
    padding: 0px;
}

.fleet-thumbnails {
    display: flex;
    margin: 20px 0px;
    gap: 20px;
    justify-content: center;
    flex-direction: row;
}

.thumb-box:hover {
    border-color: #007bff;
}

.thumb-box img {
    width: 100%;
    height: auto;
    max-width: 150px;
    padding: 2px;
    border-radius: 10px;
}

.thumb-box {
    border: 1px solid #d2d0d0;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgb(0 0 0 / 6%);
    width: max-content;
}

.thumb-box:hover {
    border-color: #c38360;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgb(195 131 96 / 25%);
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
}

.row.fleet-row {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.inner-title {
    padding: 60px 0px;
}

.mobile-bar {
    display: none;
}

.form-title-mobile {
    display: none;
}

.only-mobile {
    display: none !important;
}

.parallax-section2 {
    background-image: url(https://www.reliancenygroup.com/wp-content/uploads/2025/05/bentley-flying-spur-11.jpg);
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 0px;
}



.passenger-section-parallax {
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
    padding: 80px 0px;
}

.common-overlay::after {
    inset: 0;
    position: absolute;
    content: '';
    background: #000000ad;
}

.parallax-section2::after {
    inset: 0;
    position: absolute;
    content: '';
    background: #000000bd;
}

.fleet-text-bx {
    position: relative;
    z-index: 7;
    color: #fff;
    width: 100%;
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.add-space {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.fleet-cta {
    background: #f2f2f2;
    padding: 50px 0px;
}

.fleet-cta2 {
    background: #fff;
    margin-top: 50px;
}

.fleet-cta * {
    color: #000 !important;
}

.fleet-text-bx a {
    color: #c38360;
    padding: 0px 1px;
}

.postid-38564 .fleet-car-image,
.postid-38560 .fleet-car-image,
.postid-39435 .fleet-car-image,
.postid-39433 .fleet-car-image,
.postid-41114 .fleet-car-image,
.postid-41113 .fleet-car-image,
.postid-41111 .fleet-car-image{
    padding-bottom: 0;
}







.feature-slider .main-bx img {
    width: 100%;
    max-width: 50px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(322deg) brightness(105%) contrast(103%);
}

.feature-slider .main-bx span {
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.6s;
}

.feature-slider .main-bx .icon-bx {
    background: #c38360;
    height: 57px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 2px;
}

.feature-slider .main-bx::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #222222;
    z-index: -5;
    inset: 0;
    transition: 0.6s;
}

.feature-slider .main-bx {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 20px;
    height: 150px;
    align-items: center;
    justify-content: center;
    z-index: 6;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    outline: 2px solid #c38360;
    outline-offset: -5px;
}

.feature-slider .main-bx:hover span {
    color: #fff;
}


.feature-slider .main-bx:hover::before {
    transform: translateY(0%);


}

.feature-slider ul {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 40px 0px 0px 0px;
}

.feature-slider ul.slick-dots li {
    background: #ffffff50;
}

.feature-slider .slick-dots .slick-active button::before {
    border: 2px solid #000000;
}

.feature-slider .slick-arrow.slick-next {
    border: 1px solid #fff;
    /* right: -39px; */
    background: #222222;
    top: 80px;
}

.feature-slider .slick-arrow.slick-prev {
    top: 80px;
    border: 1px solid #fff;

    background: #222222;
}


.features-bx {
    background: #222222;
}

.postid-39433 .fleet-car-detail-bx {
    margin-top: 50px;
}

.postid-38564 .fleet-car-detail-bx {
    margin-top: 50px;
}

.add-color {
    background: #222222;
    margin-top: 50px;
}

.postid-39222 .inner_txtt ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0px;
}

.postid-39222 .inner_txtt ul li {
    margin-bottom: 0px;
}


.corporate-limo-section {
    background: #222222;
}


.corporate-limo-section * {
    color: #fff;
}





.corporate-limo-section .section-title h2 {
    color: #fff;

}

.corporate-limo-image img {
    width: 100%;
    max-width: 590px;
    margin-left: auto;
    display: block;
}

.corporate-limo-section .row {
    align-items: center;
}

.corporate-car-rental {
    background-color: #f2f2f2;
}



.corporate-car-rental ul {
    display: flex;
    justify-content: start;
    gap: 20px;
    flex-wrap: wrap;
}

.common-list-style li {
    font-size: 16px;
    font-weight: 500;
    color: #18191d;
    position: relative;
    padding-left: 30px;
}

.common-list-style li::before {

    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #c38360;
    left: 4px;
    border-radius: 50px;
    outline: 2px solid #c38360;
    outline-offset: 3px;
    top: 6px;
}

.common-list-style2 {
    display: flex;
}

.common-list-style2 li {
    width: 47%;
}





.corporate-car-rental .section-title h2 {
    text-align: left;
}

.inner-title .section-title h1 {
    font-size: 45px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
    text-transform: capitalize;
}

.section-title-inner h2 {
    font-size: 28px;
    margin-bottom: 12px;
}


.section-title2 h3 {
    font-size: 28px;
    margin-bottom: 12px;
    color: #000;

}

.section-title-inner {
    margin-bottom: 0px;
}

.car-rental .row {
    justify-content: center;
    margin-bottom: 10px;
}

.fleet-car-feature2 ul {
    grid-template-columns: 1fr !important;
}





.fleet-car-feature3 {
    display: flex;
}

.fleet-car-feature3 ul {
    display: flex;
    flex-wrap: wrap;
}


.fleet-car-feature3 ul li {
    width: 48%;
}

.fleet-car-feature3 ul li:last-of-type {
    width: 100%;
}



















/* FAQ */
#accordionExample {
    max-width: 100ch;
    background: #fff;
    border: 1rem solid #fff;
    box-shadow: 0 2px 0.725rem hsl(0, 0%, 0%, 10%);
    margin-inline: auto;
}

.faq .accordion-item {
    border-radius: 0;
    border: 1px solid #ccc;
}

.faq .accordion-item:not(:last-child) {
    margin-block-end: 1rem;
}

.faq .accordion-button {
    font-size: 18px;
    box-shadow: none;
    color: #000;
    border-radius: 0 !important;
    font-weight: 400;
}

.faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ed82a7;
}

.faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert();
}

.faq_bnr .accordion-button {

    border-radius: 0px !important;
}



.accordion-item:last-of-type {
    border-radius: 0px;
}

.accordion-item:not(:last-child) {
    margin-block-end: 1rem;
}


.faq_bnr .accordion-button {
    border-radius: 0px !important;
    border: 1px solid #eee;
}

.accordion-item {
    border: unset !important;
}

.faq_bnr .accordion-body {
    border: 1px solid #eee;
    border-top: 0px;
}

.faq_bnr {
    background: #222222;
}

.bottom-bx {
    margin-top: 30px;
}

.corporate-car-rental .row {
    position: relative;
}

.corporate-car-rental .row::after {
    height: 100%;
    width: 2px;
    background-color: #c38360;
    position: absolute;
    content: '';
    left: 49%;
    transform: translate(-50%, 0%);
}

.add-line {
    position: relative;
}

.add-line::after {
    height: 100%;
    width: 2px;
    background-color: #c38360;
    position: absolute;
    content: '';
    left: 49%;
    transform: translate(-50%, 0%);

}





.car-rental .section-title h2 {
    text-align: center;
}

.car-rental ul {
    justify-content: center;
}


.car-rental .row::after {
    display: none;
}

.inner-bx {
    padding-right: 17px;
}

.car-rental2 {
    background: #222222;
}

.car-rental2 * {
    color: #fff;
}

.car-rental2 h2 {
    color: #fff;
}

.car-rental2 ul li {
    color: #fff;
}

.serv-cta ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.serv-cta {
    background: #222222;
    color: #fff;
}

.serv-cta p {
    text-align: center;
}

.serv-cta ul li {
    color: #fff;
}

.fleet-car-feature-2 ul li {
    width: calc(100% - 55%);
}

.testi_txt h4 {
    color: #c38360;
}

#inner-title .inner-title-btn {
    flex-direction: column;
    gap: 0px;
    text-align: right;
    justify-content: end;
    align-items: end;
}


















.car-info {

    background-color: #222222;


}

.car-info .main-bx .icon-bx {
    padding-right: 12px;
    border-right: 1px solid #c383605e;
    margin-right: 12px;
}

.main-bx {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c383602b;
}



.icon-bx img {
    width: 100%;
    max-width: 35px;

    filter: brightness(0) saturate(100%) invert(84%) sepia(27%) saturate(533%) hue-rotate(322deg) brightness(101%) contrast(97%);
}

.main-bx span {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #c38360;
}

.car-info-head h3 {
    color: #c38360;
}



.mobile-no {
    color: #c38360;
}

.mobile-no:hover {
    color: #c38360;

}


.common-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    column-gap: 20px;
}



.bottom-text-bx {
    margin-top: 41px;
}

.bottom-text-bx .common-list {
    margin-top: 22px;
}


.list-style2 li {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 12px;
    border-left: 3px solid #c38360;
    width: calc(100% - 54%);
}

ul.list-style2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: left;
    justify-content: center;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}


.list-style3 li {
    text-align: center;
    padding: 10px 0px;
}

section.corporate-car-rental.elit_fleet_sec ul.common-list-style li {
    width: calc(50% - 10px);
}
section.corporate-car-rental.elit_fleet_sec h4 {
    color: #000;
    margin: 0px 0 20px 0;
}
section.corporate-car-rental.elit_fleet_sec .section-title2.section-title-inner {
    margin: 0 0 30px 0;
}
.which_vehicle {
    margin: 30px 0 0 0;
}
.which_vehicle  p {
    margin: 0;
}
section.services_bnr.sern_even.why_choose_sec .services-cn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.services_bnr.sern_even.why_choose_sec .services-cn .section-title {
    margin-bottom: 0;
}

.postid-38564 .fleet-cta.btn_ft a {
        border: 1px solid #000000 !important;
        color: #000 !important;
}
.postid-38564 .fleet-cta.btn_ft a:hover {
    color: #fff !important;
}

.max-characters-section {
        margin-top: 2px;
}
#contact-form .max-characters-section {
    margin-top: 5px;
}
.cus-social_white a i {
    color: #000;
}
@media (max-width: 1440px) {
.mega_menu_2 .mega_menu:before {
            left: 22%;
    }
    #fleet-mega-menu::after {
            left: 75%;
    }
}
@media (max-width: 1366px) {
    .mega_menu_2 .mega_menu:before {
            left: 28%;
    }
    #fleet-mega-menu::after {
            left: 70%;
    }
}
@media (max-width: 1280px) {
    .mega_menu_2 .mega_menu:before {
            left: 26%;
    }
    #fleet-mega-menu::after {
        left: 71%;
    }
}
@media (max-width: 1279px) {
    #inner-title .inner-title-btn {
        justify-content: center;
        align-items: center;
    }

    #inner-title .inner-title-head {
        gap: 0px !important;
    }

    #inner-title .inner-title-btn p {
        text-align: center;
    }

    .fleet-car-head {
        margin-top: 0px;
    }

    .add-color {
        margin-top: 35px;
    }

    .banner-form .form-control {
        padding: 12px !important;
    }

    .banner-main {
        background: #f2f2f2;
    }

    .banner-form input,
    .banner-form select {
        border-right: 0px solid #c38360 !important;
        border: 1px solid #c5c5c5 !important;
    }

    .banner-form form {
        row-gap: 20px;
    }

    .banner-form {
        max-width: 700px;
        position: unset;
        width: 100%;
        margin: 50px auto;
        padding: 20px;
        background: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid #eee !important;
    }

    .banner-form .form-group,
    .banner-form .form-btn {
        flex: 100%;
        width: 100%;
    }

    .banner-form form {
        justify-content: space-between;
        flex-direction: column;
    }



    .header .left-bx {
        display: none;
    }

    .header .right-bx {
        display: none;
    }

    #header {
        position: unset !important;
    }

    #header .logo-bx {
        height: auto;
        position: unset;
        transform: unset;
    }

    #header {
        position: unset !important;
        background: #222222 !important;
        padding: 10px 0px;
    }

    .mobile-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .mobile-bar a {
        display: inline-block;
        position: relative;
        top: 0px;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #fff;
        border-width: 1px;
        border-style: solid;
        border-image: initial;
        white-space: nowrap;
        transition: 0.4s;
        padding: 12px 0px;
        background: #c38360;
        border: 0px;
    }

    .mobile-bar a+a {
        border: 1px solid #c38360;
        background: #222222;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }


    .mobmenu-right-panel .mob-cancel-button {
        color: #fff !important;
        height: 40px;
        width: 40px;
        background: #c38360;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
    }


    .mob-icon-menu:before {
        margin: 0 !important;
    }

    .mobmenu r-container i {
        color: #ffffff !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #282828 !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #202020 !important;
    }

    .mob-expand-submenu {
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        left: -3px;
        background: #c38360;
        border-radius: 50%;
        z-index: 777 !important;
        top: -5px !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #ffffff !important;
        margin-top: 3px;
        margin-left: 1px;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 69px !important;
        background: #c38360;
        height: 42px;
        width: 42px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }

    #header .container {
        width: 100%;
        max-width: 100%;
    }

    .mobmenu-right-panel {
        background-color: #222222 !important;
    }

    #mobmenuright a {
        text-align: left;
        display: block;
        font-size: 15px !important;
        font-weight: 400 !important;
        color: #ffffff !important;
        text-transform: capitalize;
        white-space: break-spaces;
        transition: 0.3s;
        position: relative;
        width: 100%;
        background: transparent;
        letter-spacing: 3px !important;
        padding: 10px 10px;
        margin-bottom: 0px;
        border-bottom: 1px solid #eeeeee61;
        text-transform: capitalize !important;
        letter-spacing: 1px !important;
    }

    .mob-expand-submenu {
        position: relative !important;
    }

    .menu-item-38359 .mob-expand-submenu {
        top: -5px !important;
    }

    .menu-item-7 .mob-expand-submenu {
        top: -5px !important;
    }

    .fleet-card h3 {
        font-size: 19px;
    }

    .fleet-card {
        padding: 13px;
    }

    .form-title-mobile {
        display: block;
    }

    .form-title-mobile h2 {
        color: #c38360;
        text-align: center;
        margin: 0px 0px 25px 0px;
        font-size: 35px;
    }

    .inner-title-head {

        gap: 20px;
        flex-direction: column;
        text-align: center;
    }



}

@media only screen and (max-width: 1199px) {
    .fleet-main {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .banner-form .form-group #contact-email,
    .banner-form .form-group select,
    .banner-form .form-group #datepicker,
    .banner-form .form-group #pickup,
    .banner-form .form-group #car-veh {
            background-size: 3%;
    }

   .service-section .slick-arrow.slick-prev {
    left: -21px;
}
 .service-section .slick-arrow.slick-next {
    right: -14px;
}
  .contact-section {
    background-attachment: inherit;
  }
  #contact-form .col-lg-12 i {
    width: 100%;
    float: left;
  }
  .contact-section form {
        padding: 12px;
  }
  #contact-form .col-lg-12 i {
    float: none !important;
  }
#get-price-form .col-lg-9 .error, #contact-form .col-lg-8 .error {
    position: relative;
    top: -20px;
    width: 250px;
}
.location-3 .row,
.location-1 .row {
    gap: 25px;
}
.bg-black-1.location-1 .col-lg-4,
.bg-black-1.location-1 .col-lg-8,
.bg-grey-1.location-3 .col-lg-6,
.bg-black-1.location-1 .col-lg-6,
.bg-grey-1.location-3 .col-lg-8,
.bg-grey-1.location-3 .col-lg-4,
.location-3 .col-lg-4,
.location-3 .col-lg-8{
    width: 100%;
}
section {
    background-attachment: inherit !important;
}
}

@media (max-width: 991px) {
    .luxury-car-head h3 {
        margin-bottom: 12px;
        font-size: 22px;
        letter-spacing: 2px;
    }

    .luxury-car-btn a {
        opacity: 1;
    }

    .luxury-car-img img {
        max-width: 150px;
    }

    .luxury-car-img a {
        width: 100%;
    }

    .luxury-car-img {
        max-width: 120px;
        margin-right: unset;
        display: flex;
        align-items: center;
        margin-bottom: 27px;
        width: 100%;
        max-width: 100%;
    }

    .luxury-car-bx {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        row-gap: 25px;
    }




    .lux-car-inner-images {
        grid-template-columns: 1fr;
    }



    .luxury-imgs-bx {
        display: flex;
        width: 100%;
        margin-left: auto;
        flex-direction: column-reverse;
    }



    .inner-title-head .section-title {
        flex: 0 0 100%;
        margin: 0;
        width: 100%;
    }

    .inner-title-head {
        justify-content: center;
        row-gap: 12px;
        text-align: center;
    }


    .inner-title {
        padding: 50px 0px;
    }

    .ban-head h3 {
        font-size: 22px;
        margin-bottom: 5px;


    }

    .ban-head h1 {
        font-size: 25px;
    }

    .fleet-main {
        grid-template-columns: 1fr 1fr;
    }

    .fleet-card {
        max-width: 100%;
    }

    section {
        padding: 50px 0;
    }

    .comford-section .section-title h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .comford-section .section-title {
        margin-bottom: 35px;
    }

    .ab-3-img img {
        object-fit: cover;
        border-radius: 6px;
        margin: auto !important;
        display: block;
        width: 100%;
        max-width: 320px;
    }

    .ani-fl1 {
        animation: unset;
    }

    .ani-fl2 {
        animation: unset;
    }

    .about-cn-bx {
        padding-inline: 25px;
        padding-block: 25px;
    }

    .about-cn-bx p {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .service-tab {
        display: none;
    }

    .services-bx {
        display: flex !important;
        margin-top: 0px;
        overflow: hidden;
        flex-direction: column-reverse;
        row-gap: 22px;
    }

    .service-section .section-title {
        margin-bottom: 25px;
    }

    .services-cn {
        padding: 0 30px;
    }

    .services-cn .section-title h2 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .services-cn a.text-link {
        margin-bottom: 0px;
    }

    .banner-cta-sec .slick-dots {
        display: flex;
        justify-content: center;
        gap: 19px;
        margin: 23px 0px 0px 0px;
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .btn-bx {
        margin-top: 35px;
    }

    .footer-section {
        padding-top: 50px;
    }

    .footer-top {
        flex-direction: column;
        row-gap: 20px;
    }

    .lines {
        display: none;
    }

    .footer-cta {
        padding-bottom: 30px;
    }

    .footer-content {
        margin: 35px 0;
    }

    .footer-content .row>div:nth-child(1),
    .footer-content .row>div:nth-child(2) {
        display: none;
    }

    .footer-content .row {
        justify-content: center;
        text-align: center;
    }

    .single-cta {
        justify-content: center;
    }

    .footer-widget-heading h3::before {
        left: 42%;
    }

    .footer-widget-heading h3 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .social_icons .cus-social_white {
        justify-content: center;
        margin: 15px 0px 0px 0px;
    }

    .copyright-area {
        padding: 12px 0;

    }

    .banner-cta-sec .section-title {
        margin-bottom: 30px;
    }

    .services-img-cn {
        display: none;
    }

    .fleet-inner-section.fleet-inner-section-2 .luxury-car-bx {
        padding: 25px;
        border: 1px solid #eee;
    }

    .luxury-car-type {
        display: flex;
        flex-direction: column;
        row-gap: 25px;
    }

    .contact-section form {
        padding: 15px;
        margin-bottom: 20px;
    }

    .contact-section .form-title h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .cm_cta .inner_txtt {
        width: 100%;
        margin: auto;
    }

    .iner_ser_bx .row {
        row-gap: 20px;
    }

    .inne_blk .row {
        row-gap: 20px;
    }

    .inne_blk .card-bx {
        width: calc(100% - 53%);
    }

    .testimonial ul.slick-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 20px 0px;
    }

    .testi_txt {
        padding: 8px;
    }

    .inr_fig img {
        width: 100%;
        max-width: 100%;
    }



    .fleet-car-image-bx img {
        width: 100%;
        max-width: 100%;
    }

    .fleet-thumbnails {
        flex-direction: row;
        justify-content: center;
        margin: 15px 0px 15px 0px;
    }

    .row.fleet-row {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .car-info {
        padding: 15px;
        margin-top: 15px;
    }

    .thumb-box {
        padding: 0px;

    }

    .passenger-section-parallax {
        margin-top: 35px;
        min-height: auto;
        padding: 35px 0px;
    }

    .fleet-text-bx {
        padding: 0px 15px;
    }

    .add-space {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .parallax-section2 {
        min-height: auto;
        margin-top: 35px;
        padding-top: 35px;
    }



    .inner-title .section-title h1 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .corporate-limo-section .row {
        row-gap: 22px;
    }

    .corporate-car-rental .row::after {
        display: none;
    }

    .corporate-car-rental .row {
        row-gap: 18px;
    }

    .add-line::after {
        display: none;
    }





}


@media (max-width: 768px) {

    .innr_new_sec .inr_fig {
        padding: 5px;
    }

    .common-parallax .text-bx {
        padding: 18px;
        width: 100%;
        max-width: 100%;
    }

    .innr_new_sec .fleet-car-feature ul {
        grid-template-columns: 1fr;
    }

    .common-parallax .fleet-car-feature ul {
        grid-template-columns: 1fr;
    }

    .form-title-mobile h2 {
        margin: 0px 0px 20px 0px;
        font-size: 28px;
    }

    section {
        padding: 35px 0;
    }

    .fleet-main {
        grid-template-columns: 1fr;
    }

    .ani-fl2 {
        display: none;
    }

    .about-cn-bx {
        padding-inline: 0px;
        padding-block: 0px;
    }

    .footer-section {
        padding-top: 35px;
    }

    .footer-top-head {
        max-width: 100%;
        text-align: center;
    }

    .services-img img {
        max-height: 300px;
    }

    .row.fleet-row {

        margin: auto;

    }

}


@media (max-width: 575px) {
     #contact-form .col-lg-12 i,
       #get-price-form .col-lg-12 i {
    width: 100%;
    float: left;
  }
  
     .contact-section {
    background-attachment: inherit;
  }
    .call-buton .cc-calto-action-ripple img {
        max-width: 22px;
    }

    .call-buton .cc-calto-action-ripple {
        width: 3rem;
        height: 3rem;

    }

    .services-cn a.text-link {
        margin-bottom: 0px;
        font-size: 17px;
    }

    .add-color {
        margin-top: 0px !important;
    }

    .fleet-car-image {
        padding: 35px 0px;
    }

    .fleet-car-head {
        margin-top: 0px;
    }

    .feature-slider {
        padding-bottom: 35px;
    }

    .fleet-car-head {

        padding-top: 35px;
    }

    .bus-section .row {
        row-gap: 19px;
    }

    .fleet-car-head {

        margin-bottom: 15px;
        margin-top: 15px;
    }

    .section-title {
        margin-bottom: 10px;
    }

    ul.list-style.list-flex-2 li {
        flex: 100%;
        width: 100%;
    }

    .location-parallax-2-cn {

        padding: 20px;
        max-width: 100%;

    }

    .location-3-cn {
        margin: 15px 0px;
    }

    .location-3-cn ul {
        flex-direction: column;
    }

    .bg-black-1 .row {
        row-gap: 20px;
    }

    .car-info .car-info-list li {
        margin: 12px 0;
        font-size: 14px;
    }

    .iner_ser_bx .black-btn {
        white-space: break-spaces;
        text-align: center;
    }

    .fleet-car-feature ul {
        gap: 15px;
        margin: 10px 0px 10px 0px;
    }

    .iner_ser_bx .section-title {
        margin-bottom: 9px;
    }

    .cm_cta .inner_txtt a {
        white-space: break-spaces;
    }

    .faq_bnr .accordion-button {
        font-size: 18px;
    }

    .inne_blk .card-bx .icon {
        font-size: 45px;
    }

    .inne_blk .card-bx {
        padding: 15px;
    }

    .inne_blk .card-bx {
        width: 100%;
    }

    .inne_blk .grid-row {
        flex-direction: column;
    }

    .details_bx {
        width: 100%;
        max-width: 100%;
    }

    .map-bx iframe {
        height: 350px;
    }


    .inner-title {
        padding: 35px 0px;
    }

    .mobile-bar a {
        padding: 8px 0px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        margin-right: 3% !important;
    }

    .page-template a.logo {
        max-width: 75px;
    }

    .ban-head h3 {
        font-size: 20px;
    }

    .ban-head h1 {
        font-size: 18px;
    }

    .banner-main .slick-dots {
        position: unset;
        margin: 15px 0px 0px 0px;
    }

    .banner-form {
        max-width: 364px;
        position: unset;
        margin: 25px auto;
        padding: 18px;
    }

    .form-title-mobile h2 {
        margin: 0px 0px 15px 0px;
        font-size: 25px;
    }

    .banner-form .form-btn button.black-btn {
        padding-block: 10px;
    }

    .banner-form .form-control {
        padding: 10px !important;
    }

    .comford-section .section-title {
        margin-bottom: 25px;
    }

    .section-title h3 {
        font-size: 15px;
        line-height: 28px;
    }

    .fleet-card {
        padding: 12px;
    }

    .ab-3-img img {
        max-width: 345px;
    }

    .about-sec .section-title {
        margin-top: 22px;
    }

    .section-title h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .about-cn-bx p {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .services-cn {
        padding: 0 15px;
    }

    .service-section .slick-arrow {
        top: 33%;
        height: 35px;
        width: 35px;
    }

    .service-section .slick-slide {
        padding: 0 5px;
    }

    .service-section .slick-arrow.slick-next {
        top: 283px;
    }

    .service-section .slick-arrow.slick-prev {
        top: 283px;
    }

    .services-bx {
        row-gap: 25px;
    }

    .services-cn .section-title h2 {
        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: 22px;
    }

    .service-section {
        padding-bottom: 0px;
    }

    .section-title h2 {
        margin-bottom: 12px;
    }

    .social_icons .cus-social_white {
        margin: 4px 0px 0px 0px;
    }

    .copyright-area {
        padding: 10px 0;
    }

    .footer-cta {
        padding-bottom: 25px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .footer-top {
        row-gap: 15px;
    }

    .banner-cta-sec .slick-dots {
        gap: 12px;
        margin: 15px 0px 0px 0px;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        margin-right: 4% !important;
        top: 62px !important;
    }


    #header .logo-bx {
        height: auto;
        position: unset;
        transform: unset;
        display: flex;
        justify-content: space-between;
        width: calc(100% - 15%);
        align-items: center;
    }

    .only-mobile {
        display: block !important;
        width: auto;
        max-width: max-content !important;
        font-size: 16px;
        color: #c38360;
    }

    .parallax-fleet {
        height: 300px;
    }

    .bus-section .section-title h2 {
        border-bottom: 1px solid #eeeeee6e;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .fleet-car-feature ul {
        grid-template-columns: 1fr;
    }

    .fleet-text-bx .list-style {
        flex-direction: column !important;
    }

    .fleet-text-bx .list-style ::before {
        display: none !important;
    }

    .fleet-car-head {
        margin-top: 0px;
    }

    /* .row.fleet-row {
        padding-bottom: 35px;
    } */

    .parallax-section2 {
        margin-top: 0px;
    }

    .parallax-section2 {

        padding: 35px 0px;
    }

    .row.fleet-row {
        padding-bottom: 17px;
    }

    .passenger-section-parallax {
        margin-top: 0px;
    }

    .postid-39222 .inner_txtt ul {
        row-gap: 15px;
        column-gap: 15px;
        flex-wrap: wrap;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .inner-title .section-title h1 {
        font-size: 28px;

    }

    .section-title2 h3 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .bottom-bx {
        margin-top: 25px;
    }

    .corporate-car-rental ul {
        flex-direction: column;
    }

    .car-rental .section-title h2 {
        text-align: left !important;
    }

    .car-rental p {
        text-align: left;
    }

    #accordionExample {
        max-width: 95%;
        padding: 5px 5px;
        border: 1px solid #eee;
    }

    .fleet-car-feature3 ul li {

        width: 100%;
    }

    .common-list-style2 li {
        width: 100%;
    }

    .fleet-car-feature-2 ul li {
        width: 100% !important;
    }

    .fleet-car-feature-2 ul li {
        width: 100%;
    }

    .common-parallax .text-bx .black-btn {

        white-space: break-spaces;
        text-align: center;
    }

    .common-list-style li {
        text-align: left;
    }

    .fleet-cta2 {
        margin-top: 20px;
    }

    .fleet-cta {
        padding: 35px 0px;
    }
    section.corporate-car-rental.elit_fleet_sec ul.common-list-style li {
        width: 100%;
    }
    section {
    background-attachment: inherit !important;
}
  #contact-form .col-lg-12 i,
  #get-price-form .col-lg-12 i{
    float: none !important;
  }
  .ab-3-main {
    display: none;
}
}

.fleet-text-bx .list-style {
    display: flex;
    gap: 11px;
    color: #fff;
    justify-content: center;
}

.fleet-text-bx .list-style li {
    color: #fff;
}

.postid-39222 .fleet-car-image {
    padding-bottom: 0px;
}

.fleet-cta a {
    border: 0px !important;
    color: #c38360 !important;
}


.single-limousine-showroom ul>li {
    list-style-type: none;
}

.fleet-parallax ul>li {
    list-style-type: none !important;
}
.lux_hr_img {
    position: relative;
}
.lux_hr_img .lux_img img {
    max-width: 100%;
    height: auto;

}
.lux_hr_img .lux_img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.lux_hr_img:hover .lux_img{
  z-index: 0;
opacity: 1;
}

.page-id-38647 .corporate-limo-image img {
        transform: scaleX(-1);
}

/* .luxury-car-type .luxury-car-bx:nth-child(2) .luxury-imgs-bx .lux_first {
    height: 111px;
    object-fit: cover;
}  */



.hero-banner {
    position: relative;
    background-color: #c38360;
    overflow: hidden;
      padding: 40px 0;
}

section.hero-banner.banner_hero_inner .hero-content {
  text-align: center;
}

.hero-banner .hero-content {
    width: 100%;
    max-width: 540px;
    margin: auto;
}
.hero-banner .hero-content h1 {
    color: #000000;
    font-size: 45px;
    width: 100%;
    margin: 0px;
    text-transform: capitalize;
}

.privacy-policy-section {
    border-block-end: 2px solid #c38360;
}

.privacy-policy-section :is(h1, h2, h3, h4, h5, h6) {
    background: #222222;
    font-size: 30px;
    text-transform: capitalize;
    padding: 10px 15px;
    border-left: 4px solid #c38360;
    margin: 20px 0px 25px 0px;
}

.privacy-policy-section :is(a) {
    color: #c38360;
    font-weight: 600;
    text-decoration: none;
}
.thank-sec {
        background-color: #f7f7f7;
}
.thank-sec h3 {
    color: #000;
}
.thank-sec .about-right h3 {
        font-size: 32px !important;
}
.thank-sec .about-right p{
    font-size: 18px !important;
}
.thank-sec .about-right a {
        color: #c38360;
}

