@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #1c1c1c;
    --textColor2: #000000;
    --themeColor: #eb1c23;
    --themeBlack: #1b1b1b;
    --themeColor2: #b40a10;
    --themeColor4: #050608;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

h2 {
    font-size: 55px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--themeBlack);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

h3 {
    font-size: 30px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

h4 {
    color: #000;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

h5 {
    color: #000;
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1550px;
}

.theme-btn-1 {
    gap: 10px;
    display: flex;
    font-size: 14px;
    border-width: 1px;
    width: max-content;
    color: var(--white);
    border-style: solid;
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition-duration: 0.5s;
    padding: 6px 8px 6px 15px;
    border-color: rgb(255, 255, 255);
    background-color: var(--themeColor);
    box-shadow: 0px 11px 14px 0px rgba(34, 37, 68, 0.18);
}

.theme-btn-1 span {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.theme-btn-1 span img {
    width: 13px;
    margin: 0px;
    height: 10px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7449%) hue-rotate(218deg) brightness(116%) contrast(111%);
}

.theme-btn-1 span i {
    font-family: 'fontAwesome';
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.theme-btn-1:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
    color: #0d0d0d;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 15px;
    position: relative;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--white);
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0px 5%;
    position: absolute;
    border-bottom: 1px solid #ffffff8a;
}

.menuSection .row {
    align-items: center;
}

.menuSection .add-padding {
    padding: 20px 0px;
    position: relative;
}

.menuSection .add-padding .header-logo {
    top: 0;
    width: 8%;
    right: 98%;
    height: 100%;
    padding: 10px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.header-logo::before {
    top: 0;
    right: 100%;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: var(--white);
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*header css start */


/*banner css start */

.main_slider {
    background-color: #050608;
}

.main_slider {
    padding: 0px 5%;
    overflow: hidden;
    position: relative;
}

.main_slider .add-padding {
    display: flex;
    min-height: 620px;
    position: relative;
    align-items: center;
    padding: 150px 0 100px;
}

.main_slider .add-padding .banner-social-icon {
    top: 0;
    width: 8%;
    right: 98%;
    height: 100%;
    padding-top: 150px;
    position: absolute;
    background-color: var(--white);
}

.banner-social-icon::before {
    top: 0;
    right: 100%;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: var(--white);
}

.main_slider .add-padding .banner-social-icon ul {
    gap: 20px;
    display: flex;
    position: relative;
    height: fit-content;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.main_slider .add-padding .banner-social-icon ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    color: var(--textColor2);
    transition-duration: 0.5s;
    border: 1px solid var(--textColor2);
}

.main_slider .add-padding .banner-social-icon ul li a:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: transparent;
    background-color: var(--themeColor);
}

.main_slider .add-padding .banner-social-icon ul::before {
    left: 0;
    right: 0;
    top: 110%;
    width: 1px;
    content: '';
    height: 200%;
    opacity: 0.5;
    margin: auto;
    position: absolute;
    background-color: var(--textColor2);
}

.banner-btn {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.banner-btn .banner-book-button {
    height: 60px;
    display: flex;
    font-size: 14px;
    padding: 10px 20px;
    align-items: center;
    color: var(--white);
    border-radius: 50px;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid #1e1f21;
}

.banner_text p {
    margin: 10px 0px 20px;
    color: var(--white);
}

.banner_img {
    top: 0;
    left: 40%;
    width: 70%;
    position: absolute;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSlider {
    z-index: 9;
}

/*banner css end*/

/* follow-sec */

.follow-sec {
    padding: 0px 5%;
    background-color: var(--themeColor4);
}

.follow-sec .add-padding {
    position: relative;
}

.follow-sec .add-padding .follow-box {
    top: 0;
    width: 8%;
    z-index: 2;
    right: 98%;
    height: 100%;
    padding: 20px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor4);
}

.follow-sec .add-padding .follow-box::before {
    top: 0;
    right: 100%;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: var(--themeColor4);
}

.follow-sec .add-padding .follow-box h5 {
    color: var(--white);
    text-transform: uppercase;
    writing-mode: sideways-rl;
    font-family: 'BlenderPro-Medium';
}

.follow-box-detail {
    position: relative;
    padding: 50px 40px 50px 0px;
    background-color: var(--themeBlack);
}

.follow-box-detail::before {
    top: 0;
    right: 100%;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: var(--themeBlack);
}

.follow-box-detail ul {
    columns: 2;
    position: relative;
    max-width: 900px;
}

.follow-box-detail ul::before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    right: 30px;
    content: '';
    margin: auto;
    height: 100%;
    position: absolute;
    background-color: #323232;
}

.follow-box-detail ul li h5 {
    margin-bottom: 5px;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    font-size: 24px;
}

.follow-box-detail ul li p {
    opacity: 1;
    color: var(--white);
}

.follow-box-detail img.banner-small-img {
    position: absolute;
    top: 0;
    width: 40%;
    left: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider-btn {
    right: 0;
    bottom: 100%;
    display: flex;
    width: fit-content;
    position: absolute;
    align-items: center;
    justify-content: flex-end;
}

.banner-slider-btn button {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    background-color: var(--white);
}

.banner-slider-btn button.banner-slider-btn-left img {
    transform: rotate(180deg);
}

.banner-slider-btn button img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(126deg) brightness(99%) contrast(101%);
}

.banner-slider-btn button:hover img {
    filter: none;
}

.banner-slider-btn::before {
    left: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    content: '';
    height: 50px;
    opacity: 0.2;
    margin: auto;
    position: absolute;
    background-color: var(--themeColor4);
}


/* follow-sec */


/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.about-img h4 {
    font-size: 25px;
    min-height: 16%;
    margin: auto 0px;
    text-transform: uppercase;
}

.about-text {
    padding: 40px 30px;
    border-radius: 10px;
    background-color: var(--themeColor);
}

.about-text h2 {
    color: var(--white);
}

.about-text h3 {
    margin-bottom: 10px;
    color: var(--white);
}

.about-text p {
    opacity: 1;
    margin-bottom: 30px;
    color: var(--white);
}

.about-text ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.about-text ul li a.about-tel {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-text ul li a.about-tel img {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    object-fit: contain;
}

.about-text ul li a.about-tel h5 {
    font-size: 20px;
    color: var(--white);
    font-family: 'BlenderPro-Medium';
}

.about-text ul li a.about-tel h5 span {
    display: block;
    font-size: 16px;
    margin-top: 3px;
}

/* about-sec */

/* service-sec */

.service-sec {
    padding: 100px 5%;
    position: relative;
}

.service-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: -1;
    opacity: 0.9;
    height: 546px;
    position: absolute;
    background-color: var(--themeBlack);
}

.service-sec::after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: -2;
    opacity: 0.9;
    height: 546px;
    position: absolute;
    background-image: url(../images/service-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-sec .section-heading {
    margin-bottom: 50px;
}

.service-sec .section-heading h2 {
    color: var(--white);
}

.service-sec .section-heading h4 {
    color: var(--white);
}

.service-box {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: var(--themeColor);
}

.service-box .service-box-img {
    width: 100%;
    height: 300px;
}

.service-box .service-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-box .service-box-text {
    padding: 30px;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
    background-color: var(--themeBlack);
}

.service-box .service-box-text h4 {
    color: var(--white);
    margin-bottom: 10px;
}

.service-box .service-box-text h4 span {
    display: block;
    position: relative;
    width: fit-content;
}

.service-box .service-box-text h4 span::before {
    top: 0;
    bottom: 0;
    left: 105%;
    content: '';
    height: 1px;
    opacity: 0.5;
    margin: auto;
    width: 500px;
    position: absolute;
    background-color: var(--white);
}

.service-box .service-box-text p {
    opacity: 0.8;
    overflow: hidden;
    min-height: 150px;
    color: var(--white);
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* service-sec */

/* proses-sec */

.proses-sec {
    padding: 100px 0px;
}

.proses-sec .row {
    overflow: hidden;
}

.roses-box h3 {
    opacity: 0.4;
    font-size: 45px;
    padding-left: 20px;
    margin-bottom: 10px;
    transition: ease-in;
    color: var(--textColor);
    transition-duration: 0.5s;
}

.roses-box:hover h3 {
    opacity: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.roses-box {
    min-height: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.proses-box-text::before {
    top: 0;
    left: 0%;
    width: 150%;
    content: '';
    height: 1px;
    opacity: 0.5;
    position: absolute;
    background-color: var(--textColor2);
}

.proses-box-text {
    min-height: 280px;
    padding: 35px 20px;
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
    border-radius: 0px 0px 10px 10px;
}

.proses-box-text img {
    width: 45px;
    opacity: 0.5;
    height: 45px;
    object-fit: contain;
}

.roses-box:hover .proses-box-text {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.proses-box-text span {
    top: 35px;
    right: 25px;
    font-size: 45px;
    position: absolute;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    font-family: 'BlenderPro-Medium';
}

.roses-box:hover .proses-box-text span {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.roses-box:hover .proses-box-text img {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(35deg) brightness(100%) contrast(104%);
}

.proses-box-text h5 {
    margin: 15px 0px;
    transition: ease-in;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.roses-box:hover .proses-box-text h5 {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.roses-box:hover .proses-box-text p {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.proses-box-text p {
    transition: ease-in;
    margin-bottom: 10px;
    transition-duration: 0.5s;
}

/* proses-sec */

/* car-deal-sec */

.car-deal-sec {
    padding: 0px 5%;
}

.car-deal-sec .add-padding {
    padding: 50px 2%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-image: url(../images/car-deal-sec-bg.png);
    background-position: 290px center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.car-deal-sec .add-padding::before {
    left: 0;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 1) 42%, rgba(1, 1, 1, 0.63) 71%, rgba(1, 1, 1, 0) 100%);
}

.car-deal-sec .add-padding .container {
    position: relative;
}

.car-deal-text {
    overflow: hidden;
}

.car-deal-text h2 {
    color: var(--white);
}

.car-deal-text h2 span {
    display: block;
    font-size: 40px;
    position: relative;
    width: fit-content;
}

.car-deal-text h2 span::before {
    top: 0;
    bottom: 0;
    left: 105%;
    width: 150%;
    content: '';
    height: 1px;
    opacity: 0.5;
    margin: auto;
    position: absolute;
    background-color: var(--textColor2);
}

.car-deal-text h4 {
    text-align: end;
    font-size: 16px;
    color: var(--white);
}

.car-deal-text ul {
    gap: 35px;
    display: flex;
    margin-top: 15px;
    position: relative;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 20px 20px 80px;
}

.car-deal-text ul::after {
    top: 0;
    bottom: 0;
    left: 25px;
    width: 1px;
    content: '';
    height: 80%;
    opacity: 0.2;
    margin: auto;
    position: absolute;
    border-radius: 10px;
    background-color: var(--themeColor);
}

.car-deal-text ul::before {
    top: 0;
    left: 0;
    width: 50px;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 10px;
    background-color: var(--white);
}

.car-deal-text ul li h5 {
    position: relative;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.car-deal-text ul li h5::before {
    top: 0;
    z-index: 1;
    left: -65px;
    width: 20px;
    content: '';
    height: 20px;
    position: absolute;
    background-image: url(../images/car-deal-ul-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* car-deal-sec */


/* product-sec */

.product-sec {
    padding: 100px 0;
}

.product-box {
    padding: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
    border: 1px solid #e1e1e1;
}

.product-box::before {
    left: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box:hover::before {
    height: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box:hover * {
    color: var(--white);
    transition: ease-in-out;
}

.product-box:hover .product-box-img img {
    transform: scale(1.2);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    transition: ease-in;
    border-radius: 10px;
}

.product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box-text {
    text-align: center;
    padding: 20px 20px 0px;
}

.product-box-text h4 span {
    display: block;
    font-size: 13px;
    margin-top: 3px;
    font-weight: 600;
    text-align: center;
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.product-box-text h4 {
    margin-bottom: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box-text ul {
    gap: 10px;
    display: flex;
    align-items: center;
    transition: ease-in;
    margin-bottom: 5px;
    justify-content: center;
    transition-duration: 0.5s;
}

.product-box-text ul li span i {
    font-size: 12px;
    color: #eabe12;
    transition: ease-in;
    margin-bottom: 10px;
    transition-duration: 0.5s;
}

.product-box-text h5 {
    font-size: 13px;
    font-weight: 600;
    transition: ease-in;
    color: var(--themeColor4);
    transition-duration: 0.5s;
    text-transform: uppercase;
}

.product-box-text ul li h5 {
    transition: ease-in;
    transition-duration: 0.5s;
    font-family: 'BlenderPro-Medium';
}

.product-box-text h5 i {
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.product-box-text a.product-btn {
    height: 55px;
    display: flex;
    min-width: 80%;
    font-size: 14px;
    margin: 15px auto;
    border-width: 1px;
    width: max-content;
    color: var(--white);
    border-style: solid;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition-duration: 0.5s;
    padding: 6px 8px 6px 15px;
    border-color: rgb(255, 255, 255);
    background-color: var(--themeColor);
    box-shadow: 0px 11px 14px 0px rgba(34, 37, 68, 0.18);
}

.product-box-text h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: ease-in;
    color: var(--themeBlack);
    text-transform: uppercase;
    transition-duration: 0.5s;
    font-family: 'BlenderPro-Medium';
}

.product-box-text h6 span {
    opacity: .8;
    transition: ease-in;
    color: var(--textColor2);
    transition-duration: 0.5s;
}

/* product-sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 0px;
}


.whychoose-text {
    padding-right: 25px;
    padding-bottom: 30px;
}

.whychoose-text h2 {
    line-height: 50px;
    margin-bottom: 10px;
}

.whychoose-text h2 span {
    display: block;
    width: fit-content;
    position: relative;
}

.whychoose-text h2 span::before {
    top: 0;
    bottom: 0;
    left: 105%;
    content: '';
    height: 1px;
    width: 600px;
    opacity: 0.5;
    margin: auto;
    position: absolute;
    background-color: var(--textColor2);
}

.whychoose-text ul {
    gap: 30px;
    display: flex;
    width: fit-content;
    margin-bottom: 20px;
    align-items: center;
    padding-bottom: 20px;
    justify-content: flex-start;
    border-bottom: 1px solid #00000033;
}

.whychoose-text ul li img {
    width: 30px;
    height: 35px;
    flex-shrink: 0;
    object-fit: contain;
}

.whychoose-text ul li h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.whychoose-text h6 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #171717;
}

.whychoose-text p {
    font-weight: 500;
    margin-bottom: 20px;
    color: #171717;
}

.mission-box {
    height: 100%;
}

.missionSlider,
.missionSlider .slick-list,
.missionSlider .slick-track {
    height: 100%;
    margin: 0px !important;
}

.missionSlider .slick-slide {
    height: 100%;
    margin: 0px;
}

.missionSlider .slick-dots {
    bottom: 30px;
}

.missionSlider .slick-dots li {
    width: 30px;
    height: 1px;
    opacity: 0.5;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.missionSlider .slick-dots li.slick-active {
    opacity: 1;
    width: 50px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.missionSlider .slick-dots li button {
    width: 100%;
    height: 100%;
}

.missionSlider .slick-dots li button::before {
    width: 100%;
    font-size: 0;
    height: 100%;
}

.mission-slider-box {
    height: 400px;
    min-height: 100%;
    position: relative;
    background-color: #464646;
}

.mission-slider-box-text {
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: 0px auto;
    position: absolute;
    text-align: center;
    padding: 50px 25px 70px;
    border-radius: 50px 50px 0px 0px;
    border-top: 5px solid var(--white);
    border-left: 5px solid var(--white);
    border-right: 5px solid var(--white);
}

.mission-slider-box-text h4 {
    font-size: 25px;
    color: var(--white);
    margin-bottom: 10px;
}

.mission-slider-box-text p {
    color: var(--white);
    margin-bottom: 10px;
}

.why-choose-price-box {
    display: flex;
    padding: 30px;
    min-height: 300px;
    padding-bottom: 15px;
    position: relative;
    height: fit-content;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-image: url(../images/why-choose-price-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

ul.timeline {}

/* width */
ul.timeline::-webkit-scrollbar {
    width: 10px;
}

/* Track */
ul.timeline::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
ul.timeline::-webkit-scrollbar-thumb {
    background: #eb1c23;
}

/* Handle on hover */
ul.timeline::-webkit-scrollbar-thumb:hover {
    background: #eb1c23;
}

.why-choose-price-box h3 {
    color: var(--white);
}

.why-choose-price-box h4 {
    color: var(--white);
    margin-bottom: 5px;
}

.why-choose-price-box ul li {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.why-choose-price-box ul li strong {
    font-family: 'BlenderPro-Medium';
}

.why-choose-price-box p {
    color: var(--textColor2);
}

.why-choose-price-box::before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #0f0e0e;
}

.whychoose-client-box {
    display: flex;
    min-height: 100%;
    padding: 30px 30px;
    text-align: center;
    align-items: center;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    background-color: var(--themeColor);
}

.whychoose-client-box h2 {
    font-size: 80px;
    color: var(--white);
}

.whychoose-client-box h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--white);
}

.whychoose-client-box p {
    color: var(--white);
}

/* why-choose-sec */

/* Testimonials */

.tattered-imgs-right {
    right: -5%;
    width: 15%;
    height: 450px;
    position: absolute;
}

.tattered-imgs-right .tattered-img:nth-child(2) {
    right: 0;
    top: 130px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    position: absolute;
    border-radius: 5px;
    border: 1px solid var(--themeColor);
    animation: moveLR 3s ease-in-out infinite alternate;
}

.tattered-imgs-right .tattered-img:nth-child(1) {
    top: 0;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    border: 1px solid var(--themeColor);
    animation: moveLR 3s ease-in-out infinite alternate;
}

.tattered-imgs-right .tattered-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tattered-imgs-left {
    left: -5%;
    position: absolute;
}

.tattered-imgs-left .tattered-img:nth-child(1) {
    top: -80px;
    right: -30px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    border: 1px solid var(--themeColor);
    animation: moveLR 3s ease-in-out infinite alternate;
}

.tattered-imgs-left .tattered-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tattered-imgs-left .tattered-img:nth-child(2) {
    top: 100px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    border: 1px solid var(--themeColor);
    animation: moveLR 3s ease-in-out infinite alternate;
}

.tattered-imgs-left .tattered-img:nth-child(3) {
    right: 0;
    top: 250px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    border: 1px solid var(--themeColor);
    animation: moveLR 3s ease-in-out infinite alternate;
}

.tattered-imgs-left {
    height: 450px;
    width: 15%;
    top: 50px;
}

section.testimonials-sec .row {
    position: relative;
}

.testi-txt {
    border-width: 1px;
    position: relative;
    border-style: solid;
    border-radius: 10px;
    padding: 0 50px 80px 140px;
    background-color: var(--white);
    border-color: rgb(235, 235, 235);
    box-shadow: 8.425px 11.181px 29px 0px rgba(157, 157, 157, 0.16);
}

.testi-txt ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testi-txt ul li i {
    font-size: 12px;
    color: #f39f1e;
}

.testi-txt ul li h5 {
    font-size: 18px;
    margin-top: 5px;
    margin-right: 8px;
    color: var(--themeBlack);
    font-family: 'BlenderPro-Medium';
}

.author-img {
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    position: absolute;
    border: 1px solid var(--themeColor);
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-author h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.testi-author h4 {
    font-size: 14px;
    color: #000000;
    margin-top: 5px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.testi-author h4 span {
    color: #fa9c00;
}

.testi-author {
    padding: 35px 0 0;
}

.testi-txt p {
    margin: 0;
    padding: 35px 0 10px;
    font-weight: 500;
}

.testi-slider .slick-slide {
    margin: 50px 40px;
    opacity: 0;
}

.testi-txt::before {
    top: 30px;
    left: 30px;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 0.302;
    border-width: 1px;
    position: absolute;
    border-style: solid;
    border-radius: 10px;
    padding: 0 140px 120px;
    background-color: var(--white);
    border-color: rgb(235, 235, 235);
    box-shadow: 8.425px 11.181px 29px 0px rgba(157, 157, 157, 0.16);
}

.testi-slider .slick-list {
    overflow: visible;
}

.testi-txt::after {
    top: 30px;
    content: "";
    width: 200px;
    z-index: -1;
    height: 100px;
    right: -100px;
    position: absolute;
    background-image: url(../images/testi-box-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

section.testimonials-sec .sec-heading {
    margin: 0 0 50px;
}

.testi-slider .slick-active {
    opacity: 1;
}


.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    display: block;
    content: "";
    background: url(../images/btn-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
    background-position: center;
    width: 55%;
    height: 70%;
    transition: 0.35s ease-in-out;
    filter: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(590%) hue-rotate(59deg) brightness(118%) contrast(73%);
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    width: 50px;
    height: 50px;
    z-index: 2;
    bottom: 70px;
    top: unset;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 2px solid #f6f6f6;
}

.testi-slider .slick-prev {
    left: unset;
    right: 130px;
    /* transform: rotate(180deg); */
}

.testi-slider .slick-next {
    right: 60px;
}

.testi-slider .slick-prev:before {
    transform: rotate(180deg);
}

.testi-slider .slick-prev:hover:before,
.testi-slider .slick-next:hover:before {
    filter: brightness(0) saturate(100%) invert(43%) sepia(5%) saturate(1685%) hue-rotate(315deg) brightness(99%) contrast(89%);
}

.testi-slider::after {
    position: absolute;
    content: "";
    background: url(../images/dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 90px;
    right: -90px;
    top: 100px;
    z-index: 5;
    pointer-events: none;
}

p.auto {
    width: 50%;
    margin: auto;
}

.feat-book-head {
    text-align: center;
    margin-bottom: 50px;
}

section.testimonials-sec.sec {
    overflow: hidden;
    padding: 0px 0px 100px;
}

.testi-slider-btn {
    gap: 7px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 80px 0px 0px;
    position: absolute;
    bottom: 85px;
    width: 100%;
}

.testi-slider-btn button {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: transparent;
    border: 1px solid var(--themeColor);
}

.testi-slider-btn button img {
    width: 20px;
    height: 10px;
    object-fit: contain;
}

.testi-slider-btn button.testi-slider-btn-left img {
    rotate: 180deg;
}

.testi-slider-btn button:hover {
    transform: scale(1.2);
    transition: ease-in;
    transition-duration: 0.5s;
}

/* Testimonials */

/* inner-why-choose-sec */

.inner-why-choose-sec {
    padding: 100px 0px;
}


.inner-about-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    min-height: 100%;
    border-radius: 10px;
}

.inner-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-about-text h3 {
    margin-bottom: 10px;
}

.about-more-text p,
.inner-about-text p {
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--textColor2);
}

.about-more-text {
    margin-top: 50px;
}

.inner-about-text p:last-child {
    margin-bottom: 0px;
}

.about-box-sec {
    padding: 100px 0px;
    position: relative;
    background-image: url(../images/service-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-box-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-color: var(--themeBlack);
}

.about-box {
    gap: 15px;
    display: flex;
    position: relative;
    align-items: center;
}

.about-box .about-box-img {
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff73;
}

.about-box .about-box-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.about-box h4 {
    color: var(--white);
}

.about-box::before {
    top: 0;
    width: 1px;
    right: 20px;
    content: '';
    opacity: 0.5;
    height: 400px;
    position: absolute;
    background-color: var(--white);
}

.about-box.last-about-box::before {
    opacity: 0;
}

/* inner-why-choose-sec */

/* inner-product-sec */


.inner-product-sec {
    padding: 100px 5%;
}

/* inner-product-sec */

/* why-choose-text */

.why-choose-text h2 {
    line-height: 55px
}

.why-choose-text h5 {
    font-weight: 500;
    margin: 10px 0px;
    color: var(--themeColor);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

/* why-choose-text */

/* inner banner */

section.main_slider.inner-banner .add-padding {
    min-height: 550px;
    align-items: center;
    padding: 100px 0 0px;
}

/* inner banner */

/* blog dectil */

.blog-det-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.blog-detail {
    padding-top: 100px;
}

.blog-det-img ul {
    gap: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

.blog-det-img ul li {
    display: flex;
    gap: 15px;
    align-items: center;
}

.blog-det-img ul li i {
    font-size: 30px;
    line-height: 30px;
    color: var(--themeColor);
}

.blog-det-img ul li span {
    font-size: 14px;
    font-weight: 600;
    color: var(--textColor);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.blog-det-wrap h2 {
    font-size: 30px;
    margin: 10px 0px;
    text-transform: capitalize;
}

.blog-det-wrap p {
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--textColor2);
}

/* blog dectil */

/* service-box */

.inner-service-sec .custom-mt-5 {
    margin: 50px 0px;
}

.service-img {
    width: 100%;
    height: 450px;
    min-height: 100%;
    position: relative;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-text h2 {
    font-size: 45px;
    margin-bottom: 10px;
}

.service-text h5 {
    margin: 10px 0px 20px;
    color: var(--themeColor);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.service-text p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--themeBlack);
}

.service-text a.theme-1 {
    color: #754c28;
    border-color: #754c28;
    background-color: #fdf1d9;
}

.service-text a.theme-1 span {
    background-color: #754c28;
}

.service-text a.theme-1 span img {
    filter: brightness(0) saturate(100%) invert(91%) sepia(26%) saturate(214%) hue-rotate(335deg) brightness(101%) contrast(99%);
}

.service-pagenation ul {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: center;
}

.service-pagenation ul li button {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    color: var(--themeBlack);
    transition-duration: 0.5s;
    background-color: transparent;
    font-family: 'BlenderPro-Medium';
    border: 1px solid var(--textColor2);
}

.service-pagenation ul li button:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.about-sec.inner-service-sec .row {
    align-items: center;
}

.service-img {
    position: relative;
}

.service-img::before {
    top: -10px;
    z-index: -1;
    left: -10px;
    content: '';
    width: 190px;
    height: 190px;
    position: absolute;
    background-color: var(--themeColor);
}

.row-before .service-img::before {
    left: unset;
    right: -10px;
}

.service-detail-text h3 {
    margin-top: 30px;
    text-transform: uppercase;
}

.service-detail-text p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--themeBlack);
}

/* service-box */

/* testimonials-sec inner-revire-sec */

.testimonials-sec.inner-revire-sec {
    padding: 100px 5% 50px;
}

.testimonials-sec.inner-revire-sec .testi-txt {
    margin-bottom: 50px;
}

.testimonials-sec.inner-revire-sec .testi-txt::before {
    display: none;
}

.testimonials-sec.inner-revire-sec .author-img {
    border: none;
}

/* testimonials-sec inner-revire-sec */

/* InnerPage Contact Us start */
.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    right: 40px;
    top: 5px;
    left: unset;
    transform: rotate(180deg);
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 55px;
    border: 1px solid #bdbdbd;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 26px;
    display: flex;
    border-radius: 5px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    display: flex;
    border-radius: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
    color: #666;
    font-weight: 500;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;
    padding-left: 55px;
    padding-top: 20px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: unset;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 6px;
    height: 150px;
    scroll-behavior: unset;
    position: relative;
}

.contact-pag-form .detailss {
    position: relative;
}

.contact-pag-form .detailss i {
    position: absolute;
    top: 20px;
    color: #7e7e7e;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #666;
    font-weight: 500;
}

.contact-pag-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-pag-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    width: 70px;
    height: 70px;
    font-size: 30px;
    align-items: center;
    border: transparent;
    border-radius: 50px;
    justify-content: center;
    color: var(--themeColor);
    background: var(--white);
    border: 1px solid #bd5748;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    width: 100%;
    padding: 30px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 10px;
    background: var(--white);
    justify-content: flex-start;
    border: 1px solid #c6c6c6;
}

.contact-main-sec h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0px;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--white);
    text-transform: capitalize;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 23px;
    color: black;
    /* font-family: 'Brunson'; */
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
}

.contact_text p {
    font-size: 22px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    display: block;
    font-family: 'Montserrat';
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 0;
    margin-left: 20px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #7e7e7e;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.contact-pag-form {
    margin-top: 0;
}

.contact-pag-form button {
    margin-top: 30px;
}

section.contact-main-sec button {
    font-family: 'Montserrat';
    border: 1px solid #fff;
    background-color: var(--themeColor);
}

.contact-pag-form .detailss::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.cicle-icon {
    margin: 0 17px 0 0;
}

.contact-side-bar h4 {
    padding: 0 0 30px 0;
}

/* InnerPage Contact Us end */

/* blog-sec */

.blog-sec {
    padding: 50px 0px 100px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 70%;
    margin: auto;
}

.blog-box {
    height: 450px;
    position: relative;
    margin: 45px 0px 0px;
}

.blog-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-detail {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 90%;
    position: absolute;
    border-radius: 0px;
    padding: 25px 25px;
    background-color: var(--white);
    box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.08);
}

.blog-detail h4 {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.blog-detail p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-detail ul {
    gap: 25px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.blog-detail ul li {
    gap: 10px;
    display: flex;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.blog-detail ul li i {
    color: var(--themeColor);
}

.blog-detail-sec {
    padding: 100px 0px;
}

.blog-det-wrap {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

/* blog-sec */

.booking-form-heading {
    text-align: center;
    margin-bottom: 25px;
}

.booking-form-heading p {
    color: #494949;
    font-weight: 500;
    width: 60%;
    margin: 0 auto;
    margin-top: 5px;
}

.booking-form-box select {
    width: 100%;
    height: 60px;
    color: #000;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

/* For IE/Edge */
.booking-form-box input::-ms-expand,
.booking-form-box select::-ms-expand {
    display: none;
}


.booking-form-box input {
    width: 100%;
    height: 60px;
    color: #000;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}


.booking-form-box input::placeholder {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}

.booking-form-box textarea::placeholder {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.booking-form-box textarea {
    width: 100%;
    resize: none;
    height: 140px;
    display: block;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    align-content: end;
    padding: 20px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
}

.booking-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
}


.booking-form-sec {
    padding: 100px 0;
}

.date-wrapper input {
    margin-bottom: 0;
}

.date-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

span.icon {
    right: 23px;
    position: absolute;
    pointer-events: none;
    background: #ffffff;
    color: var(--themeColor);
}

.service-select {
    position: relative;
}

.service-select::before {
    top: 0;
    bottom: 0;
    right: 50px;
    width: 15px;
    content: '';
    margin: auto;
    height: 50px;
    transform: rotate(180deg);
    position: absolute;
    background-image: url(../images/select-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* product-img-slider */

.product-img-slider {
    width: 100%;
    height: 650px;
    overflow: hidden;
    border-radius: 15px;
}

.product-small-slider {
    width: 100%;
    height: 185px;
    overflow: hidden;
    border-radius: 15px;
}

.product-img-slider img,
.product-small-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productMainSlider {
    margin-bottom: 10px;
}

.productMainSlider .slick-slide {
    opacity: 1;
    margin: 0px 5px;
}

.productSmallSlider .slick-slide {
    opacity: 1;
    margin: 0px 5px;
}

.car-detail-box {
    padding: 40px;
    margin-top: 40px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 68px 0px rgba(13, 13, 13, 0.05);
}

.car-detail-box .car-detail-box-heading {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}

.car-detail-box .car-detail-box-heading li h6 {
    font-size: 14px;
    color: #1a1a1a;
    font-family: 'BlenderPro-Medium';
}

.car-detail-box .car-detail-box-heading li h6 i {
    margin-right: 10px;
}

.car-detail-box .car-detail-box-heading li p {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
    justify-content: flex-start;
}

.car-detail-box .car-detail-box-heading li p span {
    font-size: 10px;
    color: #3e3e3e;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    font-family: 'BlenderPro-Medium';
}

.car-detail-box .car-detail-box-heading li p i {
    color: #7f7f7f;
}

.car-detail-box-list {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.car-detail-box-list li span {
    width: 70px;
    height: 70px;
    display: flex;
    border-radius: 5px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
}

.car-detail-box-list li span img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.car-detail-box-list li h6 {
    font-size: 10px;
    text-align: center;
    color: var(--themeBlack);
    font-family: 'BlenderPro-Medium';
}

.car-detail-box .custom-border {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 0px 10px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.product-feature ul {
    columns: 2;
}

.product-feature ul li {
    margin-bottom: 25px;
}

.product-feature ul li p {
    font-size: 10px;
    color: #1a1a1a;
    font-weight: 600;
    text-transform: uppercase;
}

.product-feature ul li h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'BlenderPro-Medium';
}

.product-feature-text {
    position: relative;
}

.product-feature-text::before {
    top: 0;
    width: 1px;
    left: -30px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #e7e7e7;
}

.product-feature-text p {
    color: #1a1a1a;
    margin-bottom: 20px;
}

.product-contact-box {
    top: 10px;
    position: sticky;
}

.product-price-box {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    background-color: #fbfbfb;
}

.product-price-box span {
    display: block;
    font-size: 14px;
    margin: 10px 0px;
    padding: 10px 15px;
    width: fit-content;
    border-radius: 5px;
    color: var(--textColor);
    text-transform: uppercase;
    background-color: #e5ece8;
    font-family: 'BlenderPro-Medium';
}

.product-price-box a {
    width: 100%;
    display: flex;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    color: var(--white);
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    background-color: var(--themeColor);
}


.product-user-box {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    background-color: #fbfbfb;
}

.product-user-box a.product-btns {
    gap: 10px;
    width: 100%;
    display: flex;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    color: var(--white);
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
}

.product-user-box a.product-btns:hover {
    color: var(--themeColor);
    background-color: var(--white);
}

.product-user-box ul {
    gap: 15px;
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-user-box ul>li>i {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
    background-color: #ebebeb;
    border: 1px solid var(--themeColor);
}

.product-user-box ul>li h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--themeBlack);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.product-user-box ul>li span {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--themeBlack);
    text-transform: uppercase;
    background-color: #e5ece8;
    font-family: 'BlenderPro-Medium';
}

.product-user-box ul>li span i {
    font-size: 10px;
    margin-right: 4px;
}

.product-user-box ul>li h6 {
    margin-top: 8px;
    font-size: 12px;
    padding: 0px 5px;
    color: var(--themeBlack);
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

.product-user-box ul>li h6 i {
    font-size: 8px;
    margin-right: 4px;
    color: #f3898d;
}

.product-safty-box {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    background-color: #fbfbfb;
}

.product-safty-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-safty-box p {
    color: #1a1a1a;
    margin-bottom: 10px;
}

/* product-img-slider */


/* footer */

footer {
    position: relative;
    background: var(--themeBlack);
}

/* News Letter  */

.news-letter h2 {
    color: var(--white);
    line-height: 1;
    font-size: 62px;
    margin-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
}

.news-letter {
    padding: 80px 5%;
    background: var(--themeBlack);
    border-bottom: 1px solid #ffffff71;
}

.news-letter form {
    padding: 5px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    border: 1px solid #595959;
    background-color: #18191b;
}

.news-letter form input {
    width: 100%;
    border: none;
    color: var(--white);
    padding: 15px 25px;
    border-radius: 41px;
    background: transparent;
}

.news-letter form button {
    flex-shrink: 0;
    color: var(--white);
    padding: 17px 30px;
    border-radius: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.news-letter form button.theme-btn-1 span {
    background-color: var(--white);
}

.news-letter form button.theme-btn-1 span i {
    color: var(--white);
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: var(--white);
    text-transform: capitalize;
}

.main-ftr {
    position: relative;
    padding: 70px 20px;
    height: 100%;
}

.main-ftr ul li h3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.main-ftr ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
    color: var(--white);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.main-ftr ul li i {
    font-size: 20px;
    color: var(--white);
}

.main-ftr:after {
    bottom: 0;
    width: 1px;
    content: '';
    height: 0px;
    right: 10px;
    position: absolute;
    background: #ffffff71;
    transition: .7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #ffffff71;
}

.middle-ftr {
    transition: 0.7s ease-in-out;
    background: var(--themeBlack);
    border-bottom: 1px solid #ffffff71;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req h5 a {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: 'BlenderPro-Medium';
}

/*.ftr-req {
    text-align: center;
}*/

.ftr-req input {
    width: 100%;
    padding: 12px;
    color: var(--white);
    max-width: 333px;
    border-radius: 7px;
    text-align: center;
    background: transparent;
    border: 1px solid #575656;
}

.ftr-req input::placeholder {
    font-size: 14px;
    color: #e8e8e8;
    font-weight: 500;
    text-transform: capitalize;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #ffffff71;
    width: 1px;
    height: 100%;
    top: 0;
    right: 10px;
}

.bottm-ftr ul {
    width: 100%;
    display: flex;
    padding: 10px 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottm-ftr ul li p {
    opacity: 0.8;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--white);
    font-family: 'BlenderPro-Medium';
}

.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #138eed;
    color: #fff;
}

ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

ul.phon-list li {
    display: block;
}

ul.phon-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.ftr-req.pade-right {
    gap: 20px;
    height: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/* end  */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/
.timeline li {
    opacity: 0;
    position: absolute;
    transition: opacity 1s ease;
    list-style: none;
    width: 100%;
}

.timeline-div {
    position: relative;
    margin: 0;
    width: 100%;
    background: #000000a6;
    padding: 10px;
    height: 75px;
}

.timeline li.active {
    opacity: 1;
}