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


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

:root {
    --black: #000;
    --white: #fff;
    --textColor: #494848;
    --themeColor: #fbf02a;
    --themeColor2: #eac21c;
    --themeColor3: #296306;
    --themeColor4: #22c60e;
}

body {
    overflow-x: hidden;
    color: var(--black);
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
}

a {
    color: var(--black);
    white-space: initial;
    text-decoration: none;
    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: 'BUTTERSHINE';
    src: url(../fonts/BUTTERSHINE.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 {
    font-size: 75px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'BUTTERSHINE';
}

h2 {
    margin: 0 0 0px;
    font-size: 60px;
    font-weight: 500;
    color: var(--black);
    font-family: 'BUTTERSHINE';
}

h3 {
    font-size: 45px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'BUTTERSHINE';
}

h4 {
    color: #000;
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'BUTTERSHINE';
}

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

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

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

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

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

.section-heading p {
    width: 90%;
    max-width: 610px;
    margin: 0px auto;
}


.theme-btn-1 {
    border: none;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 5px;
    color: var(--black);
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

.theme-btn-2 {
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 5px;
    color: var(--white);
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: var(--black);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.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(--themeColor2);
}

header.header {
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    padding: 0px 3%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 7%, rgba(0, 0, 0, 0) 100%);
}

.header-link {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 25px;
    position: relative;
    align-items: center;
}

.search-box-main {
    flex-shrink: 0;
    display: flex;
    width: fit-content;
    align-items: center;
}

.menuSec {
    width: 100%;
    padding-left: 3%;
}

.top-bar-right ul {
    display: flex;
    margin: 20px 0px;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-right ul li a {
    border: none;
    font-size: 15px;
    margin-left: 15px;
    padding-left: 15px;
    color: var(--white);
}

.top-bar-right ul li:last-child a {
    border-left: 1px solid var(--white);
}

.header-link::before {
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background-color: var(--white);
    clip-path: polygon(2% 0, 100% 0, 100% 100%, 0% 100%);
}

.header-tel {
    gap: 15px;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    justify-content: flex-start;
}

.header-tel span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.header-tel span b {
    font-size: 20px;
    font-weight: 700;
}

.header-tel i {
    font-size: 50px;
    color: transparent;
    background: linear-gradient(90deg, rgba(251, 240, 42, 1) 0%, rgba(234, 194, 28, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-logo {
    width: 100%;
    display: flex;
    height: 155px;
    padding: 15px;
    min-height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.header-logo::before {
    top: 0;
    left: 100%;
    width: 60px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: var(--white);
    clip-path: polygon(0 0, 100% 0, 29% 100%, 0% 100%);
}

.header-logo a img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
}

.header-logo a {
    width: 110%;
    height: 100%;
    margin-right: -35px;
    object-fit: contain;
}






/*header css start */


/*banner css start */

.main_slider {
    width: 100%;
    display: flex;
    overflow: hidden;
    min-height: 930px;
    position: relative;
    align-items: center;
    padding: 170px 3% 50px;
    justify-content: center;
}

.main_slider::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 100%);
}

.main_slider .bannerBgSlider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.bannerBgSlider .slick-slide {
    margin: 0px;
}

.bannerBgSlider .slick-slide {
    height: 100%;
}

.bannerBgSlider .slick-list,
.bannerBgSlider .slick-track {
    height: 100%;
}

.banner-bg-slider-img {
    width: 100%;
    height: 100%;
}

.banner-bg-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_slider .add-padding {
    z-index: 1;
    position: relative;
}

.banner_text p {
    opacity: 0.8;
    color: var(--white);
}

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

.banner-samll-slider-box {
    height: 725px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.banner-samll-box {
    width: 100%;
    height: 130px;
    border: 1px solid #ffffff6e;
}

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

.bannerSmallSlider {
    width: 790px;
    max-width: 90vw;
}

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

.banner-slider-btn-left {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 30px;
    border: none;
    margin: auto;
    padding: 25px 5px;
    position: absolute;
    height: fit-content;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor4);
    clip-path: polygon(0 0, 100% 18%, 100% 82%, 0% 100%);
}

.banner-slider-btn-left:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor3);
}

.banner-slider-btn-right {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 25px;
    border: none;
    margin: auto;
    padding: 25px 5px;
    position: absolute;
    height: fit-content;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
}

.banner-slider-btn-right:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

/*banner css end*/


/* search box css */


.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    color: white;
    padding: 0.5rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 101;
}

.close:hover {
    background: #e21d1a;
    color: white;
    transform: scale(1.1);
}

.search-box.search-elem {
    top: 0;
    left: 0;
    margin: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 123;
    display: none;
    position: fixed;
    align-items: center;
    background: #00000048;
    justify-content: center;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease-in-out;
}

.search-box.search-elem .inner {
    top: 50%;
    width: 70%;
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
    position: relative;
    transform: translateY(-50%);
}

.search-input-group {
    display: flex;
    padding: 5px;
    position: relative;
    border-radius: 8px;
    background: white;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    color: #ffffff;
    width: 120px;
    height: 55px;
    background: #28b16d;
    font-family: 'Montserrat';
    font-size: 18px;
    cursor: pointer;
    border: 0;
    border-radius: 6px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.search-box.search-elem button.submit:hover:not([disabled]) {
    background: #229c5a;
    transform: translateY(-2px);
}

.search-box.search-elem button.submit[disabled] {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem input[type=text] {
    padding: 15px 20px;
    height: 55px;
    flex: 1;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 300;
    border: none;
    outline: none;
    border-radius: 6px;
    background: transparent;
}

.search-box.search-elem input[type=text]:focus {
    outline: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Montserrat';
    color: #999;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    pointer-events: none;
    background: white;
    padding: 0 10px;
}

.search-box.search-elem label.placeholder.move-up {
    top: 0;
    font-size: 14px;
    color: #28b16d;
    transform: translateY(-50%);
}

.search-btn {
    display: flex;
    font-size: 30px;
    color: #7f7f7f;
    margin: 0px 20px;
    padding: 5px 15px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    transition: color 0.3s ease;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.search-btn:hover {
    color: #28b16d;
}

/* end search box css */

/* about-sec */

.about-sec {
    padding: 100px 3%;
}

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

.about-text h2 span {
    font-size: 50px;
    display: block;
}

.about-text p {
    line-height: 30px;
    margin-bottom: 25px;
    text-align: justify;
}

.about-text ul {
    gap: 20px;
    display: flex;
    padding: 30px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--black);
}

.about-text ul::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 75%;
    content: '';
    margin: auto;
    position: absolute;
    background-color: var(--white);
}

.about-text ul li img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin-bottom: 15px;
}

.about-text ul li h4 {
    font-size: 22px;
    text-align: center;
    color: var(--white);
    margin-bottom: 10px;
}

.about-text ul li p {
    text-align: center;
    color: var(--white);
}

.about-img {
    height: 100%;
}

.about-img-row-1 {
    gap: 15px;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    align-items: flex-start;
    justify-content: flex-end;
}

.about-img-row-1 .experience-box {
    padding: 15px;
    display: flex;
    flex-shrink: 0;
    margin-top: 30px;
    max-width: 225px;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
}

.about-img-row-1 .experience-box h2 {
    color: var(--white);
}

.about-img-row-1 .experience-box h4 {
    color: var(--white);
}

.about-img-row-1 img.about-img-1 {
    width: 70%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}

.about-img-row-2 {
    display: flex;
    margin-top: -170px;
    align-items: flex-end;
}

.about-img-row-2 img.about-img-2 {
    width: 30%;
    height: 211px;
    object-fit: cover;
}

.about-img-row-2 img.about-img-3 {
    width: 70%;
    height: 405px;
    object-fit: cover;
    border-top: 15px solid var(--white);
    border-left: 15px solid var(--white);
}

/* about-sec */


/* service-sec */

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

.service-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.85;
    position: absolute;
    background-color: var(--black);
}

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

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

.service-box {
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--white);
}

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

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

.service-box-text {
    padding: 35px;
}

.service-box-text h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.service-box-text p {
    text-align: justify;
    color: var(--textColor);
}

.service-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-btn-box a.service-btn {
    width: 60%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 15px 50px;
    color: var(--white);
    letter-spacing: 3px;
    min-width: fit-content;
    text-transform: uppercase;
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
}

.service-btn-box span {
    width: 25%;
    height: 6px;
    display: block;
    margin: 0px auto;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

/* service-sec */

/* counter-sec */

.counter-sec {
    padding: 80px 3%;
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
}

.counter-box {
    margin: 25px 0px;
    text-align: center;
}

.counter-box h2 {
    font-size: 75px;
    margin-bottom: 10px;
    color: var(--white);
}

.counter-box h4 {
    font-weight: 400;
    color: var(--white);
    font-family: 'Montserrat';
}

.form-container input,
.form-container select,
.form-container textarea {
    width: 100%;
    height: 65px;
    border-width: 1px;
    padding: 10px 20px;
    border-radius: 0px;
    margin-bottom: 25px;
    border-style: solid;
    color: #000 !important;
    font-family: 'Montserrat';
    border-color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

.form-container input::placeholder,
.form-container select::placeholder,
.form-container textarea::placeholder {
    color: #000 !important;
    font-weight: 500;
    font-family: 'Montserrat';
}

.form-container input[type="radio"],
.form-container input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    margin: 0;
}

.form-container textarea {
    width: 100%;
    height: 200px;
    resize: none;
    padding-right: 80px;
    margin-top: 5px;
}

.form-container .radio-group,
.form-container .checkbox-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.form-container h2 {
    text-align: center;
}

.form-container p {
    max-width: 640px;
    text-align: center;
    margin: 0px auto 50px;
}

.form-container button.submit-btn {
    border: none;
}

.form-container button {
    border: none;
}

.schedule-form {
    padding: 100px 3%;
}

.input-icon i {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    display: flex;
    font-size: 20px;
    color: transparent;
    position: absolute;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-row .position-relative i {
    right: 0;
    top: 10px;
    width: 65px;
    height: 65px;
    display: flex;
    font-size: 20px;
    position: absolute;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.input-icon {
    position: relative;
}

.text-center3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-center3 button {
    min-width: 21%;
}


/* counter-sec */

/* how-it-work-sec */

.how-it-work-sec {
    padding: 80px 3%;
}

.how-work-box {
    text-align: center;
}

.how-work-box img {
    width: 105px;
    height: 105px;
    object-fit: contain;
}

.how-work-box h4 {
    margin: 25px 0px 10px;
}

.how-work-box p {
    font-size: 12px;
    color: #909090;
    text-align: center;
}

/* how-it-work-sec */

/*testimonial_sec start*/

.testimonial_sec {
    padding: 100px 3%;
    position: relative;
    background-image: url(../images/review-sec-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial_sec::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    margin: auto;
    height: 100%;
    opacity: 0.85;
    position: absolute;
    background-color: var(--black);
}

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

.testimonial_sec .section-heading p {
    opacity: 0.8;
    color: var(--white);
}

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

.testimonial_sec .custom-space {
    margin-top: 50px;
}

.testimonial_top_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
    text-align: center;
    color: #666666;
    margin: 0 auto;
    width: 50%;
}

.testimonial_top_bar {
    padding: 30px 0 15px 0;
}

.checked {
    color: #f2d923;
}

.testimonial_boxspan {
    color: #f2d923;
}

.testimonial_box {
    padding: 50px 24px;
    height: 320px;
    margin: 25px 0px;
    position: relative;
}

.testimonial_box i {
    top: -7%;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    font-size: 35px;
    position: absolute;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

.testimonial_box p {
    padding: 0;
    max-height: 100px;
    font-weight: 500;
    color: #8a8b8d;
    overflow-y: scroll;
    font-family: 'Montserrat';
}

.profile {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.profile_text p {
    margin: 0;
    padding: 0;
    overflow-y: visible;
}

.profile_text h6 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-family: 'BUTTERSHINE';
    text-transform: capitalize;
}

.profile_text p {
    padding: 0;
    text-transform: uppercase;
}

.testimonial_slider .slick-slide {
    opacity: 0;
}


.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
    opacity: 1;
    color: var(--white);
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
    padding: 0 !important;
    color: #fff
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box h6 {
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
    padding: 20px 0 16px 0;
    color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
    border-width: 1px;
    border-color: rgb(244, 244, 244);
    border-style: solid;
    border-radius: 0px;
    box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
}

.testimonial_slider .slick-slide.slick-active {
    opacity: 1;
}

.testimonial_box:hover {
    box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2);
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
}

.testimonial_box:hover p {
    color: var(--white) !important;
}

.testimonial_box:hover h6 {
    color: var(--white);
}

.testimonial_slider .slick-slide.slick-current.slick-active {
    margin: 0px 10px;
    width: 12% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active {
    width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
    height: 400px;
    padding: 20px 0 20px;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    border-radius: 0px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
}

.profile i {
    position: relative;
    top: 0;
    left: 0;
    background-color: #000000 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.testimonial_slider .slick-slide.slick-active+.slick-slide.slick-active .testimonial_box p {
    color: #8a8b8d;
    margin: 0 0 10px;
}

.testimonial_slider .slick-slide.slick-current.slick-active+.slick-slide.slick-active+.slick-slide.slick-active .testimonial_box {
    background-color: #fff;
    border-radius: 0px;
}

.testimonial_slider-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.testimonial_slider-btn button {
    height: 60px;
    width: 60px;
    display: flex;
    flex-shrink: 0;
    color: #cccccc;
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #cccccc;
    background-color: transparent;
}

.testimonial_slider-btn button:hover {
    color: #000;
    transition: ease-in;
    border-color: #5a4140;
    transition-duration: 0.5s;
    background-color: #5a4140;
}

.abouttestimonial_sec {
    overflow-x: hidden;
    padding: 80px 5% 100px;
}

/*testimonial_sec end*/

/* Gallery Page s  */

.gallery-sec {
    padding: 100px 3%;
}

.gallery-sec .custom-space {
    margin-bottom: 25px;
}

.gallery-sec .section-heading h2 {
    font-size: 75px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gallery-item a {
    width: 100%;
    height: 100%;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    transition: 0.2s;
    object-fit: cover;
}

.gallery-item img:hover {
    transform: scale(1.3);
    filter: brightness(0.7);
}

.img-sm-gp .gallery-item,
.gl-right-big .gallery-item {
    height: 550px;
}

.gl-left-big .gallery-item {
    height: 290px;
}

.img-big-gp {
    margin-bottom: 25px;
}

.img-big-gp .gallery-item {
    height: 290px;
}

/* Gallery Page e */


/* inner-banner */

section.main_slider.inner-banner {
    min-height: 700px;
    background-image: url(../images/banner-bg-2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/* inner-banner */

/* Contat page Starts  */
section.contact-sec {
    padding: 100px 3%;
}

.form-input input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400;
    font-style: normal;
    padding: 10px 25px;
    border-radius: 5px;
    color: rgb(57, 57, 57);
    border: 1px solid #bcbcbc;
}

.form-input textarea {
    width: 100%;
    resize: none;
    height: 280px;
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
}

.contact-right {
    border-radius: 20px;
    padding: 30px 30px 15px 30px;
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
}

.contact-div h2 {
    font-style: normal;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 24px;
    padding: 10px 0 40px 0;
}

.contact-div a {
    gap: 15px;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    align-items: center;
    color: rgb(255, 255, 255);
    justify-content: flex-start;
    transition: all 0.3s ease-in-out;
}

.contact-div a:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.contact-social h4 {
    font-size: 35px;
    color: var(--white);
}

.contact-social ul {
    gap: 10px;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.contact-social ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    background: linear-gradient(90deg, var(--themeColor3) 0%, var(--themeColor4) 100%);
}

.contact-social ul li i {
    font-size: 25px;
    color: var(--white);
}

.contact-div {
    padding: 20px 0 25px;
}

.submit-btn button {
    min-width: 30%;
    font-size: 20px;
    text-transform: capitalize;
}

.contact-form {
    padding-right: 30px;
}

.contact-heading h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: rgb(12, 129, 180);
    font-size: 50px;
    width: 60%;
    padding-bottom: 25px;
}

.contact-heading h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: rgb(12, 129, 180);
    font-size: 50px;
    width: 60%;
    padding-bottom: 25px;
}

.submit-btn {
    padding-top: 40px;
}

.contact-map iframe {
    width: 100%;
    height: 700px;
}

.contact-map {
    margin-top: 30px;
}

/* Contat page Ends */

/* book */



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

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

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

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


.booking-form-box input {
    width: 100%;
    height: 75px;
    color: #000;
    padding: 0 20px;
    font-size: 16px;
    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 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

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

.booking-form-box textarea {
    width: 100%;
    resize: none;
    height: 140px;
    font-size: 16px;
    color: #9f9fa0;
    font-weight: 500;
    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-button button {
    width: 1000px;
    max-width: 90%;
    font-size: 24px;
    font-weight: 400;
}

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

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

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

span.icon {
    right: 23px;
    font-size: 30px;
    position: absolute;
    pointer-events: none;
    background: var(--white);
}

.service-select {
    position: relative;
}

.service-select span.icon {
    top: 24px;
    font-size: 25px;
}

.date-wrapper.custom-space {
    margin: 20px 0px;
}

/* book */

/* service-sec */

.inner-service-sec {
    padding: 100px 3% 40px;
}

.service-img {
    width: 100%;
    height: 400px;
    min-height: 100%;
}

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

.service-text {
    padding: 30px 0px;
}

.service-text h3 {
    font-size: 40px;
    margin-bottom: 10px;
}

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

.inner-service-sec .custom-sapce {
    margin-bottom: 80px;
}

/* service-sec */

/* Footer Section Start */

/* Footer */

.footer-sec {
    width: 100vw;
    padding: 0 3% 0;
    position: relative;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.footer-sec::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.89;
    position: absolute;
    background-color: var(--black);
}

.footer-sec .add-padding {
    z-index: 1;
    position: relative;
}

.footer-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.footer-logo a {
    padding: 20px;
    height: 220px;
}

.footer-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-quick-link {
    padding-left: 5%;
    min-height: 250px;
    margin: 70px 0px 40px;
    border-right: 1px solid var(--white);
}

.footer-contact h4,
.footer-quick-link h4,
.footer-newsletter h4 {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 15px;
}

.footer-contact {
    min-height: 250px;
    margin: 70px 0px 40px;
    border-right: 1px solid var(--white);
}

.footer-newsletter {
    padding-left: 25px;
    margin: 70px 0px 40px;
}

.footer-contact ul li {
    margin-bottom: 15px;
}

.footer-contact ul li a {
    gap: 10px;
    display: flex;
    font-size: 16px;
    align-items: center;
    color: var(--white);
    justify-content: flex-start;
}

.footer-quick-link ul li a {
    font-size: 16px;
    color: var(--white);
    margin-bottom: 10px;
}

.footer-newsletter p {
    margin-bottom: 15px;
    color: var(--white);
}

.footer-newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-newsletter form input {
    width: 100%;
    height: 47px;
    border: none;
    font-size: 16px;
    padding-left: 15px;
    color: var(--black);
    border-radius: 5px 0px 0px 5px;
    background-color: var(--white);
}

.footer-newsletter form input::placeholder {
    font-size: 17px;
    color: var(--textColor);
}

.footer-newsletter form button {
    width: 47px;
    height: 47px;
    border: none;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

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

.footer-newsletter ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 25px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.copy-right-sec {
    height: 70px;
}

.copy-right-sec p {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    color: var(--white);
    border-top: 1px solid #ffffff81;
}

.copy-right-sec p::before {
    top: -1px;
    left: 100%;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    border-top: 1px solid #ffffff81;
}

.copy-right-sec p::after {
    top: -1px;
    right: 100%;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    border-top: 1px solid #ffffff81;
}


/* Footer Section End */


/*Media Query Start*/

html {
    overflow-x: hidden ;
}


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

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
   .banner_text h1 {
    font-size: 42px !important;
    line-height: 55px;
}
.gallery-sec .section-heading h2 {
    font-size: 60px !important;
    line-height: 70px;
}
.footer-contact ul li a {
    font-size: 14px;
}
.counter-box h4 {
    font-size: 20px !important;
}

.counter-box h2 {
    font-size: 50px !important;
}


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.menuSec ul li a {
    font-size: 12px !important;
}    
.header-tel i {
    font-size: 30px !important;
    padding-left: 10px;
}
.header-logo {
    width: 90%;
    height: 105px;
}
.header-tel span b {
    font-size: 14px !important;
}
header.header .col-md-12 {
    width: 83% !important;
}

.top-bar-right ul li a {
    font-size: 13px !important;
}
.banner_text h1 {
    font-size: 32px !important;
    line-height: 40px !important;
}
.banner_text p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.main_slider {
    min-height: 600px;
    padding-top: 100px;
}
.theme-btn-1 {
    font-size: 15px;
}

.theme-btn-2 {
 font-size: 15px;  
}
.about-text h2 {
    font-size: 30px !important;
}

.about-text h2 span {
    font-size: 40px;
    line-height: 37px;
}
.about-sec {
    padding: 70px 3% !important;
}
section.about-sec .col-md-6 {
    width: 100%;
}
.about-text {
    margin-top: 30px !important;
}
.section-heading h3 {
    font-size: 38px;
    line-height: 43px;
}

.section-heading h2 {
    font-size: 50px;
    line-height: 70px;
}
.service-box {
    margin-top: 30px;
}
.about-text ul::before {
    top: 0;
    left: -22px;
}
.section-heading h2 {
    font-size: 50px !important;
    line-height: 55px !important;
}

.footer-sec .col-md-3 {
    width: 50%;
}

.footer-sec .col-md-4 {
    width: 100%;
}
.footer-sec .col-md-2 {
    width: 100%;
}
.footer-sec .row {
    justify-content: center;
}
.footer-newsletter {
    text-align: center;
    padding: unset;
    margin: 0px 0px 30px;
}
.footer-newsletter ul {
    justify-content: center;
}
.footer-quick-link {
    border-right: unset;
}

.footer-contact {
    border: unset;
}
section.main_slider.inner-banner {
    min-height: 500px !important;
}
.counter-box h2 {
    font-size: 40px;
    line-height: 50px;
}

.counter-box h4 {
    font-size: 20px;
    line-height: 28px;
}
.counter-sec {
    padding: 50px 0px;
}
.form-container h2 {
    font-size: 54px !important;
    line-height: 55px;
}
.service-text h3 {
    font-size: 30px;
    line-height: 40px;
}

.service-text p {
    font-size: 14px;
    line-height: 24px;
}
section.contact-sec {
    padding: 60px 40px !important;
}
section.contact-sec .col-md-8{
    width:100%;
}
.contact-form {
    padding-right: unset;
}
section.contact-sec .col-md-4{
    width:100%;   
}
.contact-right {
    margin-top: 30px !important;
}
.about-img-row-1{
     justify-content: unset;   
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.menuSec ul li a {
    font-size: 12px !important;
}    
.header-tel i {
    font-size: 30px !important;
    padding-left: 10px;
}
.header-logo {
    width: 90%;
    height: 105px;
}
.header-tel span b {
    font-size: 14px !important;
}
header.header .col-md-12 {
    width: 83% !important;
}

.top-bar-right ul li a {
    font-size: 13px !important;
}
.banner_text h1 {
    font-size: 32px !important;
    line-height: 40px !important;
}
.banner_text p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.main_slider {
    min-height: 600px;
    padding-top: 100px;
}
.theme-btn-1 {
    font-size: 15px;
}

.theme-btn-2 {
 font-size: 15px;  
}
.about-text h2 {
    font-size: 30px !important;
}

.about-text h2 span {
    font-size: 40px;
    line-height: 37px;
}
.about-sec {
    padding: 70px 3% !important;
}
section.about-sec .col-md-6 {
    width: 100%;
}
.about-text {
    margin-top: 30px !important;
}
.section-heading h3 {
    font-size: 38px;
    line-height: 43px;
}

.section-heading h2 {
    font-size: 50px;
    line-height: 70px;
}
.service-box {
    margin-top: 30px;
}
.about-text ul::before {
    top: 0;
    left: -22px;
}
.section-heading h2 {
    font-size: 50px !important;
    line-height: 55px !important;
}

.footer-sec .col-md-3 {
    width: 50%;
}

.footer-sec .col-md-4 {
    width: 100%;
}
.footer-sec .col-md-2 {
    width: 100%;
}
.footer-sec .row {
    justify-content: center;
}
.footer-newsletter {
    text-align: center;
    padding: unset;
    margin: 0px 0px 30px;
}
.footer-newsletter ul {
    justify-content: center;
}
.footer-quick-link {
    border-right: unset;
}

.footer-contact {
    border: unset;
}
section.main_slider.inner-banner {
    min-height: 500px !important;
}
.counter-box h2 {
    font-size: 40px;
    line-height: 50px;
}

.counter-box h4 {
    font-size: 20px;
    line-height: 28px;
}
.counter-sec {
    padding: 50px 0px;
}
.form-container h2 {
    font-size: 54px !important;
    line-height: 55px;
}
.service-text h3 {
    font-size: 30px;
    line-height: 40px;
}

.service-text p {
    font-size: 14px;
    line-height: 24px;
}
section.contact-sec {
    padding: 60px 40px !important;
}
section.contact-sec .col-md-8{
    width:100%;
}
.contact-form {
    padding-right: unset;
}
section.contact-sec .col-md-4{
    width:100%;   
}
.contact-right {
    margin-top: 30px !important;
}
}

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

@media only screen and (min-width: 300px) and (max-width: 519px) {
 section.gallery-sec.padd {
    padding: 70px 0px;
}

.gallery-sec .section-heading h2 {
    font-size: 30px !important;
}   
 .footer-quick-link {
    margin: 30px 0px !important;
    min-height: 200px !important;
}

.footer-contact ul li a {
    font-size: 14px !important;
}

 .footer-contact {
min-height: 200px !important;
margin: 30px 0px;
} 
.footer-newsletter {
    margin: 20px 0px !important;
    padding-bottom: 20px !important;     
}   
.section-heading h3 {
    font-size: 25px !important;
    line-height: 34px !important;
}
.service-btn-box a.service-btn {
    font-size: 14px;
    width: 50% !important;
    padding: 15px 40px;
}
section.main_slider.inner-banner {
    min-height: 330px !important;
    background-position: top;
}
section.main_slider.inner-banner h1 {
    font-size: 40px !important;
}
.about-sec {
    padding: 70px 0px !important;
}
.about-img-row-1 img.about-img-1{
    width: 100%;
}
.slicknav_nav a:hover {
    background: #e6c300;;
    color: #fff;
}
.about-text h2 {
    margin-top: 30px !important;
}
    h2 {
        font-size: 30px !important;
    }
    .counter-box h4 {
    font-size: 20px !important;
}
 section.counter-sec {
    padding: 40px 0px !important;
}
.service-text p {
    font-size: 12px !important;
    line-height: 22px !important;
}
.inner-service-sec .custom-sapce {
    margin-bottom: 30px;
}
.service-text h3 {
    font-size: 30px !important;
    line-height: 34px !important;
}
}


/*Media Query End*/