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

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

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

:root {
    --black: #000;
    --white: #fff;
    --textColor: #737373;
    --themeColor: #ff5758;
    --themeColor2: #222544;
    --headingColor: #292827;
    --headingColor2: #232323;
}

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: 'Uni-Sans-Heavy';
    src: url(../fonts/Uni-Sans-Heavy.otf);
}

@font-face {
    font-family: 'Uni-Sans-Thin';
    src: url(../fonts/Uni-Sans-Thin.otf);
}


/***** 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 {
    margin: 0 0 0px;
    font-size: 60px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Uni-Sans-Heavy';
}

h2 {
    margin: 0 0 0px;
    font-size: 60px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'Uni-Sans-Heavy';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    color: var(--headingColor);
    font-family: 'Uni-Sans-Heavy';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--headingColor);
    font-family: 'Uni-Sans-Heavy';
}

h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0px;
    color: var(--headingColor);
    font-family: 'Uni-Sans-Heavy';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    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: 1500px;
}

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

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

.theme-btn-1 {
    gap: 20px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    color: var(--white);
    border-radius: 15px;
    align-items: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
    padding: 3px 3px 3px 20px;
    border: 1px solid var(--white);
    background-color: var(--themeColor);
    box-shadow: 4.848px 8.746px 18px 0px rgba(112, 112, 112, 0.26);
}

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

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

.theme-btn-1-arrow {
    width: 70px;
    height: 50px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    color: var(--headingColor2);
    background-color: var(--white);
    box-shadow: -8.951px 0.941px 13px 0px rgba(0, 0, 0, 0.22);
}

.theme-btn-1-arrow i {
    transform: rotate(-45deg);
}


/* loader */

.spinner {
    position: relative;
    width: 35.2px;
    height: 35.2px;
}

.spinner::before,
.spinner::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    animation: spinner-b4c8mmhg 0.5s backwards, spinner-49opz7hg 1.25s 0.5s infinite ease;
    border: 8.8px solid var(--themeColor);
    border-radius: 50%;
    box-shadow: 0 -52.8px 0 -8.8px var(--themeColor);
    position: absolute;
}

.spinner::after {
    animation-delay: 0s, 1.25s;
}

@keyframes spinner-b4c8mmhg {
    from {
        box-shadow: 0 0 0 -8.8px var(--themeColor);
    }
}

@keyframes spinner-49opz7hg {
    to {
        transform: rotate(360deg);
    }
}

.loader-wrapper {
    position: fixed;
    inset: 0;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* loader */

/*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 {
    font-size: 14px;
    padding: 35px 2px;
    position: relative;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.menuSec ul li a::before {
    left: 0;
    width: 0%;
    height: 1px;
    content: '';
    bottom: -11px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}


/*.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);
}

.menuSec ul li a.active::before,
.menuSec ul li a:hover::before {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.menuSection {
    left: 0;
    top: 15px;
    width: 100%;
    z-index: 99;
    padding: 5px 4%;
    position: absolute;
}

.menuSection .add-padding {
    position: relative;
}

.menuSection .add-padding .row {
    z-index: 1;
    position: relative;
    align-items: center;
}

.menuSection .add-padding .row::before {
    top: 0;
    right: 0;
    content: '';
    width: 100vw;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

.header-btn {
    padding: 30px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.header-btn::before {
    top: 0px;
    content: '';
    height: 99%;
    left: 103.4%;
    width: 100vw;
    position: absolute;
    border-top: 1px solid #ffffff2b;
    background-color: var(--themeColor);
}

.header-logo {
    z-index: 1;
    height: 60px;
    width: fit-content;
    position: relative;
}

.header-logo a,
.header-logo a {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}


/*header css start */


/*banner css start */

.main_slider {
    position: relative;
    /*padding: 137px 4% 100px;*/
    /*background-image: url(../images/banner-bg.png);*/
    /*background-attachment: fixed;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
}
section.main_slider.inner-banner {
    position: relative;
    padding: 137px 4% 100px;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-color: var(--headingColor2);
}

.main_slider .add-padding {
    position: relative;
}

.banner-follow {
    gap: 15px;
    z-index: 1;
    top: 100px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 25px 0px;
    position: relative;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.banner-follow::before {
    top: 0;
    z-index: -1;
    content: '';
    right: -75px;
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: var(--white);
}

.banner_img {
    left: 12px;
    z-index: 1;
    height: 350px;
    min-height: 100%;
    position: relative;
    padding: 40px 40px 0px;
}

.banner_img::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 150px;
    position: absolute;
    background-color: var(--themeColor);
}

.banner_img img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.banner_text {
    display: flex;
    min-height: 100%;
    padding-top: 90px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    text-align: left;
    z-index: 1;
}
img.home-banner-img {
    width: 100%;
    height: 850px;
    object-fit: cover;
    object-position: center;
}

.banner_text h1 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.banner_text h1 span {
    display: block;
    font-family: 'Uni-Sans-Thin';
}

.banner_text h1::before {
    left: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    content: '';
    opacity: 0.5;
    position: absolute;
    background-color: var(--white);
}

.banner_text h1::after {
    left: 0;
    bottom: 0;
    width: 20px;
    content: '';
    height: 1px;
    position: absolute;
    background-color: var(--white);
}

.banner_text p {
    opacity: 0.7;
    color: var(--white);
    margin-bottom: 20px;
}

.banner-follow ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-follow ul li a {
    width: 70px;
    height: 50px;
    display: flex;
    border-radius: 14px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    color: var(--headingColor);
    border: 1px solid #d7d7d7;
    background-color: transparent;
}

.banner-follow ul li a:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: var(--themeColor);
    background-color: var(--themeColor);
}

.banner-follow h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Uni-Sans-Thin';
}

.main_slider.inner-banner .banner_text {
    padding-top: 130px;
}



/*banner css end*/


/* About Us Start */


.about-sec {
    padding: 140px 0px 120px;
}

.about-text {
    padding-bottom: 30px;
}

.about-text h2 {
    position: relative;
    margin-bottom: 10px;
}

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

.about-text p {
    margin-bottom: 20px;
}

.about-img {
    width: 100%;
    padding: 30px;
    height: 400px;
    min-height: 100%;
    position: relative;
    background-color: var(--themeColor);
}

.about-img img {
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.about-img::before {
    left: 0;
    top: 0px;
    z-index: 2;
    content: '';
    width: 170px;
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    background-color: var(--themeColor);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.about-img::after {
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    background-color: var(--white);
    clip-path: polygon(0.2% 0.1%, 100.2% 0%, 99.9% 99.9%, 0% 100.05%);
}

.about-sec .custom-space {
    margin-top: 100px;
}

.switch .about-img::before {
    right: 0;
    left: unset;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.switch .about-img::after {
    top: 0;
    clip-path: polygon(0% 0%, 101% 0.09%, 101% 101%, 0.2% 99.5%);
}

.switch .about-text {
    text-align: right;
}

.about-mission-sec {
    margin-bottom: 50px;
}

.about-mission-box {
    width: 100%;
    display: flex;
    height: 420px;
    align-items: center;
    position: relative;
}

.mission-box::before {
    right: 0;
    left: unset;
}

.about-mission-box::before {
    top: 0;
    left: 0;
    width: 70%;
    content: '';
    height: 100%;
    position: absolute;
    background: var(--themeColor);
}

.mission-box img {
    margin-right: 20px;
}

.about-mission-box img {
    width: 82%;
    height: 90%;
    object-fit: cover;
    position: relative;
    margin-left: 20px;
    object-position: center;
}

.about-mission-row-space {
    margin-bottom: 80px;
}

.right-sider-start .about-mission-box {
    justify-content: flex-end;
}

.right-sider-start .about-mission-box::before {
    left: unset;
    right: -25px;
}

.right-sider-start .inner-about-text {
    text-align: end;
}


/* About Us Ends */

/* Our Technologies Start */

.product-heading {
    padding: 10px;
    position: relative;
    text-align: center;
    background-color: var(--headingColor2);
}

.product-heading h2 {
    color: var(--white);
}

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

.product-box {
    gap: 20px;
    padding: 20px;
    display: flex;
    margin: 40px 0px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #dfdfdf;
    background-color: var(--white);
}

.product-box::before {
    top: 0;
    left: 0;
    width: auto;
    content: '';
    height: 80px;
    position: absolute;
    aspect-ratio: 1 / 1;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #dfdfdf;
    clip-path: polygon(0 100%, 100% 0, 0 0);
}

.productSlider .slick-slide {
    opacity: 1;
}

.product-box-img {
    z-index: 1;
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
}

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

.product-box h4 {
    width: 100%;
    position: relative;
    line-height: 40px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-box h4::before {
    left: 0;
    bottom: 0;
    content: '';
    height: 1px;
    width: 108%;
    position: absolute;
    background-color: #dfdfdf;
}

.product-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-box:hover::before,
.productSlider .slick-slide.slick-current.slick-active.slick-center .product-box::before {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.productSlider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #909090;
    border-radius: 50%;
    opacity: 8 !important;
    border: none !important;
}

.productSlider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: var(--themeColor) !important;
    opacity: 8 !important;
}

.productSlider .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    border: 1px solid var(--themeColor);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
}

.productSlider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
}

.custom-padding {
    padding: 0px 4%;
}

.product-sec.inner-product-sec {
    padding: 80px 4%;
}

.product-sec.inner-product-sec .product-box {
    max-width: 450px;
    margin: 20px auto;
}


/* Our Technologies Ends */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px;
    background-color: var(--headingColor2);
}

.why-choose-sec .why-choose-space {
    padding: 0px 4% 100px;
}

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

.why-choose-img {
    height: 400px;
    min-height: 100%;
    position: relative;
    padding: 35px 35px 0px;
}

.why-choose-img::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 80%;
    position: absolute;
    background-color: var(--white);
}

.why-choose-img img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

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

.why-choose-text p {
    opacity: 0.5;
    margin-bottom: 25px;
    color: var(--white);
}

.why-choose-text ul {
    gap: 10px;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
}

.why-choose-text ul li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    color: var(--textColor);
}

.why-choose-text ul li::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f00c';
    position: absolute;
    color: var(--white);
    font-family: 'fontAwesome';
}

.why-choose-box {
    margin-top: 40px;
}

.why-choose-box-icon {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    margin: 0px auto 30px;
    justify-content: center;
    background-color: #ff57573d;
}

.why-choose-box-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.why-choose-box-text {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 50px 0px;
    justify-content: center;
    border-top: 1px solid #ffffff49;
}

.why-choose-box-text h4 {
    color: var(--white);
    margin-bottom: 10px;
    font-family: 'Uni-Sans-Thin';
}

.why-choose-box-text p {
    margin-bottom: 15px;
}

.why-choose-box-text p a {
    color: var(--white);
}






/* why-choose-sec */

/* testimonial sec starts  */

section.etstimonial-sec {
    overflow: hidden;
    padding: 0 5% 100px;
}

.testimonial-slidder .slick-active {
    opacity: 1;
}

.testimonial-slidder .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.testi-card-info>div>img {
    width: 85px;
    height: 85px;
    flex-shrink: 0;
    object-fit: cover;
    border: 10px solid var(--white);
}

.testi-card-info {
    gap: 20px;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.testi-card-info>div>p {
    font-size: 16px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}

p.desination {
    font-size: 12px !important;
}

.testi-card-ratting {
    gap: 30px;
    display: flex;
    margin-top: 10px;
    align-items: flex-end;
}

.testi-card {
    padding: 20px;
    margin: 12px 0px;
    background-color: var(--white);
    box-shadow: 19.799px 19.799px 51px 0px rgba(0, 0, 0, 0.05);
}

.testi-card>p {
    padding: 10px 0;
}

.testimonial-heading {
    padding: 0 0 30px 0;
}

.testi-card-ratting p i {
    color: #f39f1e;
}

.testi-card-ratting p {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card {
    border: 1px solid transparent;
    background-color: var(--themeColor);
}

.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card p,
.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card p i {
    color: var(--white);
}

.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card>p {
    color: rgb(221, 218, 218);
}

.testimonial-slidder .slick-list {
    overflow: visible;
}

.testimonial-slidder .slick-slide {
    opacity: 0;
    margin: 0px 10px;
}

.testimonial-slidder .slick-active {
    opacity: 1;
}

.testimonial-slidder {
    width: 100vw;
    max-width: 1700px;
}

section.etstimonial-sec.inner-tetstimonial-sec {
    padding: 100px 0px;
}

/* testimonial sec startsends*/

/* work sec */

.work-sec {
    padding: 100px 4%;
}

.work-slider-wrapper {
    position: relative;
    width: 100%;
}

.work-sec .slider-controls {
    gap: 20px;
    display: flex;
    max-width: 900px;
    align-items: center;
    margin: 50px auto 0px;
}

.progress-container {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 15px;
    font-weight: bold;
}

.progress-bar-bg {
    flex: 1;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
}

.progress-bar-fill {
    height: 100%;
    background: #ff5f5f;
    /* Change to your brand color */
    width: 0%;
    transition: width 0.3s ease;
}

.work-slider-wrapper .prev-arrow,
.work-slider-wrapper .next-arrow {
    width: 70px;
    height: 50px;
    display: flex;
    padding: 10px 15px;
    border-radius: 14px;
    align-items: center;
    transition: ease-in-out;
    background: transparent;
    justify-content: center;
    transition-duration: 0.5s;
    color: var(--headingColor);
    border: 1PX solid var(--themeColor);
}

.work-slider-wrapper .prev-arrow:hover,
.work-slider-wrapper .next-arrow:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.work-slider-wrapper .prev-arrow i {
    transform: rotate(-45deg);
}

.work-slider-wrapper .next-arrow i {
    transform: rotate(-45deg);
}

.workSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.current-slide {
    font-size: 40px;
    color: var(--themeColor);
    font-family: 'Uni-Sans-Heavy';
}


.right-side-number,
.right-side-number .total-slides,
.right-side-number .current-slide {
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--textColor);
    font-family: 'Uni-Sans-Thin';
}

section.work-sec.inner-work-sec {
    padding: 70px 4%;
}

.work-img {
    width: 100%;
    height: 550px;
}

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

.inner-work-sec .work-img {
    margin: 30px 0px;
}


/* work sec */

/* policy page */


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

.size-chart-heading {
    margin-bottom: 50px;
}

.policy-content h2 {
    font-weight: 300;
    margin-bottom: 15px;
}

.policy-content h3 {
    font-weight: 400;
    margin-bottom: 30px;
}

.policy-content h5 {
    font-weight: 500;
    margin-bottom: 20px;
}

.policy-content p {
    font-weight: 500;
    margin-bottom: 30px;
}

.policy-content p span {
    font-weight: 500;
    color: var(--themeColor2);
}

.policy-content img {
    display: block;
    width: fit-content;
    margin-bottom: 30px;
}

.policy-content h4 {
    font-weight: 400;
    margin-bottom: 20px;
}

.policy-content h6 {
    margin-bottom: 25px;
    color: var(--themeColor2);
}

.policy-content ul {
    margin-bottom: 30px;
}

.policy-content ul li p {
    margin-bottom: 0px;
}

.policy-content p:last-child,
.policy-content ul:last-child {
    margin-bottom: 0px;
}

/* policy page */

/* Contact Page Start */

.contact-frm h4 {
    color: var(--black);
}

.contact-frm input {
    border: 0;
    border-bottom: 1px solid #525252;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    background: transparent;
    color: #fff;
}

.contact-frm select {
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
}

.contact-frm input::placeholder {
    color: #7c7c7c;
    font-size: 14px;
}

.contact-frm button {
    border: 0;
    width: 60px;
    height: 50px;
    display: flex;
    font-size: 18px;
    border-radius: 6px;
    align-items: center;
    background: var(--white);
    justify-content: center;
    color: var(--themeColor);
}

.ctct-detl {
    min-height: 100%;
    padding: 80px 40px;
    border-radius: 0 10px 10px 0;
    background: var(--themeColor);
}

.ctct-detl ul li {
    display: inline-block;
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 26px;
}

.ctct-detl ul li i {
    color: #000;
    font-size: 50px;
    margin: 0 26px 0 0;
}

.ctct-detl ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat";
    /* margin-left: 15px;*/
}

li.left-ali {
    margin-left: 20px;
}

.ctct-detl ul li span {
    display: block;
    text-align: center;
}

.contact-frm {
    padding: 77px 40px;
    background: var(--headingColor);
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 0 8px 0 #00000047;
}

.cont-inner {
    /* width: 80%; */
    margin: 0 auto;
    /* margin-top: -210px; */
    z-index: 999;
    /* position: relative; */
}

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

.contact-frm select {
    border: 0;
    border-bottom: 1px solid #525252;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    color: #7c7c7c;
    background: transparent;
}

.contact-frm h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 59px;
    margin-bottom: 40px;
    color: var(--white);
    /* font-family: 'thundernovabold'; */
}

.ctct-detl h4 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 700;
}

.noPadding {
    padding: 0;
}

/* Contact Page End */

/* Section Background */
.inner-booking-sec {
    padding: 60px 0;
}

/* Heading */
.inner-booking-heading {
    text-align: center;
    margin-bottom: 25px;
}

.inner-booking-heading h2 {
    margin-bottom: 10px;
}

.inner-booking-heading p {
    color: #919191;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
}

/* Input Wrapper */
.inner-booking-input {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

/* Inputs + Select */
.inner-booking-input input,
.inner-booking-input select {
    width: 100%;
    height: 55px;
    outline: none;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 0px;
    background: var(--white);
    transition: all 0.3s ease;
    color: var(--headingColor);
    border: 1px solid #bdbdbd;
}

/* Textarea */
.inner-booking-input textarea {
    width: 100%;
    resize: none;
    padding: 20px;
    height: 160px;
    outline: none;
    display: block;
    font-size: 15px;
    border-radius: 0px;
    align-content: flex-end;
    background: var(--white);
    color: var(--headingColor);
    transition: all 0.3s ease;
    border: 1px solid #bdbdbd;
}

/* Placeholder */
.inner-booking-input input::placeholder,
.inner-booking-input textarea::placeholder {
    color: #9f9fa0;
}

/* Hover Effect */
.inner-booking-input input:hover,
.inner-booking-input select:hover,
.inner-booking-input textarea:hover {
    border-color: var(--headingColor);
}

/* Focus Animation */
.inner-booking-input input:focus,
.inner-booking-input select:focus,
.inner-booking-input textarea:focus {
    border-color: var(--themeColor);
    box-shadow: 0 0 10px rgba(255, 9, 9, 0.534);
    transform: translateY(-2px);
}

/* Floating Labels */
.inner-booking-input label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease;
    background: #171717;
    padding: 0 5px;
}

/* Label Animation */
.inner-booking-input input:focus+label,
.inner-booking-input input:valid+label,
.inner-booking-input textarea:focus+label,
.inner-booking-input textarea:valid+label {
    top: 0;
    font-size: 12px;
    color: #ccaedb;
}

/* Icons */
.inner-booking-form-input-icon {
    top: 1px;
    right: 1px;
    width: 55px;
    height: 53px;
    display: flex;
    transition: 0.3s;
    position: absolute;
    align-items: center;
    pointer-events: none;
    justify-content: center;
    color: var(--themeColor);
    background: var(--white);
}

.inner-booking-form-input-icon::before {
    top: 0;
    left: 0;
    bottom: 0;
    height: 90%;
    width: 15px;
    content: '';
    margin: auto;
    position: absolute;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Icon animation on focus */
.inner-booking-input input:focus~.inner-booking-form-input-icon,
.inner-booking-input select:focus~.inner-booking-form-input-icon {
    color: #ccaedb;
    transform: translateY(-2px);
}

/* Button */
.inner-booking-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Button Click */
.inner-booking-button button:active {
    transform: scale(0.97);
}

/* Form Animation (on load) */
.inner-booking-form {
    animation: fadeUp 0.8s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* service-detail-sec */

.service-detail-sec {
    padding: 100px 4%;
}

.service-detail-img {
    padding: 20px;
    height: 610px;
    position: relative;
    border: 1px solid #ececec;
}

.service-detail-img::before {
    top: 0;
    left: 0;
    width: 80px;
    content: '';
    height: 80px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #ececec;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.service-detail-img img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.service-detail-text {
    padding: 20px;
}

.service-detail-text h4 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.service-detail-text p {
    margin-bottom: 20px
}

.service-detail-text h4::before {
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
    background-color: #ececec;
}

.service-detail-text h4::after {
    left: 0;
    width: 2%;
    bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
    background-color: var(--themeColor);
}


/* service-detail-sec */

/* Footer sectrion css */

.footerSec {
    overflow: hidden;
    position: relative;
    padding: 60px 4% 0px;
    background: var(--headingColor2);
}

footer ul.social li a i:hover {
    transform: scale(1.1);
}

footer ul li a {
    opacity: 0.5;
    font-size: 14px;
    transition: 0.1s;
    line-height: 23px;
    color: var(--white);
}

footer ul li a:hover {
    opacity: 1;
    color: var(--white);
}

footer ul.social li a {
    background: #722410;
    color: #fff;
}

.footerSec .footer-btm .row {
    padding-bottom: 24px;
    padding-top: 32px;
}

.footerSec .footer-btm .row p {
    opacity: 50%;
    color: var(--white);
}

.footerSec .footer-btm:before {
    position: absolute;
    top: 0;
    content: "";
    width: 150%;
    height: 1px;
    opacity: 0.2;
    right: -20vw;
    margin: 0px auto;
    background: var(--white);
}

.news-letter ul li a {
    gap: 14px;
    line-height: 20px;
    margin: 30px 0;
}

.news-letter ul li a:hover {
    transform: translate(3px, 0px);
}

h5.subscribe {
    text-transform: uppercase;
    margin-top: 30px;
}

.ft-header {
    font-size: 16px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 16px;
    text-transform: uppercase;
}

.footer-about h4.text-light.ft-header {
    text-transform: unset;
}

.ft-header:before {
    left: 2px;
    bottom: 0;
    content: "";
    height: 1px;
    opacity: 13%;
    width: 160px;
    opacity: 0.2;
    position: absolute;
    background: var(--white);
}

.foot-products {
    left: -20px;
    min-height: 100%;
    position: relative;
    padding-right: 40px;
}

.foot-products ul {
    position: relative;
    margin-right: 10px;
}

.foot-products ul li a {
    text-transform: capitalize;
}

footer .news-letter {
    height: 100%;
    position: relative;
    padding-left: 40px;
}

footer .foot-quick-links {
    position: relative;
    padding-left: 10px;
    padding-bottom: 50px;
}

footer ul.social {
    gap: 6px;
}

h5.ft-header {
    margin-top: 30px;
    color: var(--white);
}

.ft-header a img {
    height: 40px;
}

.footer-about {
    height: 100%;
    position: relative;
    padding-bottom: 30px;
}

.footer-about .ft-header {
    top: 20px;
    position: relative;
    margin-bottom: 60px;
}

.footer-about p {
    max-width: 320px;
    margin-bottom: 20px;
}

.footer-about:before {
    bottom: 0;
    width: 1px;
    content: "";
    height: 81%;
    right: 60px;
    opacity: 0.2;
    position: absolute;
    background: var(--white);
}

footer .ftcol-1 {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    justify-content: space-between;
}

footer .ftcol-1 ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.foot-products:before {
    bottom: 0;
    width: 1px;
    content: "";
    height: 88%;
    right: -10px;
    opacity: 0.2;
    position: absolute;
    background: var(--white);
}

footer .foot-quick-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .news-letter:before {
    bottom: 0;
    width: 1px;
    left: -20px;
    content: "";
    height: 88%;
    opacity: 0.2;
    position: absolute;
    background: var(--white);
}

.footer-btm {
    position: relative;
}

.footerSec .row {
    position: relative;
    overflow: hidden;
}

.footerSec .footer-btm .row p a {
    color: var(--white);
}

.footerSec .footer-btm .row p a:hover {
    text-decoration: underline;
    color: #722410;
}

/* Footer section 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*/