@import url('https://fonts.googleapis.com/css2?family=Anton&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;
}

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: 'Brunson';
    src: url(../fonts/Brunson.ttf);
}

@font-face {
    font-family: 'Caslon-Open';
    src: url(../fonts/Caslon-Open-Face-Regular.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: 62px;
    margin: 0 0 0px;
    font-weight: 500;
    color: #0e0e0f;
    font-family: 'Brunson';
    text-transform: uppercase;
}

h2 {
    font-size: 50px;
    margin: 0 0 0px;
    color: #161515;
    font-weight: 500;
    font-family: 'Anton';
    text-transform: uppercase;
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    color: #000000;
    font-family: 'Anton';
    text-transform: uppercase;
}

h4 {
    color: #000;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Anton';
}

h5 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Anton';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: #161414;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #b7b6b6;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1550px;
}

.theme-btn-1 {
    gap: 10px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 2px 2px 2px 20px;
    border: 1px solid #83af66;
    background-color: #83af66;
}

.theme-btn-1 span {
    width: 70px;
    height: 50px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    background-color: #fff;
    transition-duration: 0.5s;
}

.theme-btn-1 span i {
    color: #83af66;
    transition: ease-in-out;
    transition-duration: 0.5s;
    transform: rotate(-45deg);
}

.theme-btn-1:hover {
    color: #83af66;
    transition: ease-in;
    border-color: #83af66;
    transition-duration: 0.5s;
    background-color: #ffff;
}

.theme-btn-1:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #83af66;
}

.theme-btn-1:hover span i {
    color: #fff;
    transition: ease-in;
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    margin-bottom: 10px;
}

.section-heading p {
    width: 85%;
    margin: 0px auto;
    max-width: 1000px;
}


/*header css start */

.menuSection {
    z-index: 5;
    width: 100%;
    padding: 10px 3%;
    position: absolute;
}

.menuSection .row {
    align-items: center;
}

.menuSec {
    padding: 0px 0;
}

.header-logo {
    width: 100px;
    height: 100px;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: space-evenly;
}

.menuSec ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.menuSec ul li a i {
    padding-left: 4px;
    font-size: 12px;
}

.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: #fff;
}

.menuSec li>ul>li>a {
    border: none;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    line-height: 20px;
    padding: 13px 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000;
}

.menuSec li:hover>ul {
    top: 38px;
    left: 0px;
    width: 230px;
    display: block;
    z-index: 1000;
    backdrop-filter: blur(10px);
    text-align: left;
    position: absolute;
    background-color: #0000009a;
}


.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn a.theme-btn-1 {
    color: #0f1010;
    font-weight: 500;
    background-color: #fff;
}

.header-btn a.theme-btn-1 span {
    background-color: #83af66;
}

.header-btn a.theme-btn-1 span i {
    color: #fff;
    transform: rotate(0deg);
}

/*header css start */


/*banner css start */

.main_slider {
    position: relative;
    padding: 100px 3% 0px;
    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;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: radial-gradient(circle, rgba(131, 175, 102, 0.623) 0%, rgba(131, 175, 102, 0.979) 100%);
}

.main_slider .row {
    position: relative;
    align-items: flex-end;
}

.banner_img {
    width: 100%;
    height: 700px;
    position: relative;
}

.banner_img span {
    top: 0;
    right: -15px;
    bottom: 100px;
    margin: auto;
    color: #83af66;
    font-size: 350px;
    z-index: -26;
    position: absolute;
    height: fit-content;
    font-family: 'Brunson';
}

.banner_img::before {
    top: 114px;
    right: -30px;
    bottom: 0;
    width: 100%;
    content: '';
    margin: auto;
    height: 150px;
    position: absolute;
    background-color: #fff;
}

.banner_img img {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
}

.banner_text {
    padding: 50px 0px;
    position: relative;
    background-color: #fff;
}

.banner_text::before {
    top: 0;
    left: 100%;
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #fff;
}

.banner_text::after {
    top: 0;
    right: 100%;
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #fff;
}

.banner_text h1 span {
    color: #83af66;
    display: block;
}

.banner_text h1 {
    z-index: 3;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.banner_text h1::before {
    left: 0;
    bottom: 0;
    width: 138%;
    content: '';
    height: 1px;
    position: absolute;
    background-color: #e5ecec;
}

.banner_text p {
    margin-bottom: 15px;
}

.banner_text ul {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner_text ul li h5 {
    display: flex;
    font-size: 12px;
    color: #0e0e0f;
    font-family: 'Brunson';
    flex-direction: column;
    align-items: flex-start;
}

.banner_text ul li h5 span i {
    color: #004743;
    font-size: 8px;
}

.banner-product-text p {
    z-index: 1;
    position: relative;
}

.banner-product-text p::before {
    right: 0;
    bottom: 0;
    width: 180%;
    content: '';
    height: 1px;
    z-index: -1;
    position: absolute;
    background-color: #e5ecec;
}

.banner-product {
    gap: 25px;
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 100px;
    justify-content: center;
}

.banner-product-img {
    z-index: 2;
    width: 150px;
    height: 150px;
    position: relative;
}

.banner-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-product-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-product-text ul li h6 {
    font-size: 14px;
    font-family: 'Brunson';
}

.banner-product-text ul li h6 i {
    font-size: 9px;
    color: #004743;
    padding-bottom: 5px;
}

.banner-product-text h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Brunson';
    text-transform: uppercase;
}

.banner-product-text p {
    padding-bottom: 10px;
    margin-bottom: 28px;
}

.bannerSlider {
    z-index: 1;
    margin-top: 50px;
    position: relative;
}

.bannerSlider::before {
    top: 0;
    left: -32%;
    bottom: 0;
    z-index: -3;
    content: '';
    width: 800px;
    opacity: 0.7;
    margin: auto;
    height: 800px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
}

/*banner css end*/

/* category-sec */

.category-sec {
    padding: 100px 0px 0px;
}

.category-slider h2 {
    text-align: center;
    margin-bottom: 40px;
}

.category-slider-item {
    width: 100%;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 8px;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #ececec;
}

.category-slider-item:hover {
    transition: ease-in-out;
    background-color: #fff;
    transition-duration: 0.5s;
    box-shadow: 0px 11px 14px 0px rgba(55, 100, 122, 0.18);
}

.category-slider-item:hover h4 {
    color: #fff;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #83af66;
}

.category-slider-item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.category-slider-item h4 {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    padding: 15px 10px;
    border-radius: 3px;
    transition: ease-in;
    background-color: #fff;
    transition-duration: 0.5s;
    text-transform: uppercase;
}

.categorySlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.categorySlider .slick-next {
    width: 70px;
    right: -90px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    border: 1px solid #acccc1;
}

.categorySlider .slick-prev {
    width: 70px;
    left: -90px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #acccc1;
}

.categorySlider .slick-prev:hover,
.categorySlider .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #83af66;
}

.categorySlider .slick-prev:hover::before,
.categorySlider .slick-next:hover::before {
    color: #fff;
    transition: ease-in;
    transform: rotate(0deg);
    transition-duration: 0.5s;
}

.categorySlider .slick-next:before {
    content: '\f061';
    font-size: 16px;
    color: #83af67;
    transition: ease-in-out;
    transform: rotate(-45deg);
    font-family: 'FontAwesome';
    transition-duration: 0.5s;
}

.categorySlider .slick-prev:before {
    content: '\f060';
    font-size: 16px;
    color: #83af67;
    transition: ease-in-out;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
    font-family: 'FontAwesome';
}


/* category-sec */

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    display: flex;
    height: 500px;
    min-height: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.about-img img {
    width: 100%;
    height: 100%;
    max-width: 590px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 25.441px 15.898px 54px 0px rgba(18, 17, 17, 0.28);
}

.about-img::before {
    right: 0;
    width: 110%;
    content: '';
    bottom: -60px;
    height: 200px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    background-color: #efefef;
}

.about-text {
    padding-bottom: 70px;
}

.about-text h2 {
    margin-bottom: 15px;
}

.about-text p {
    font-weight: 500;
    color: #b7b6b6;
    margin-bottom: 20px;
}

/* about-sec */

/* product-sec */

.product-sec {
    padding: 100px 3%;
}

.product-tab {
    border-top: 1px solid #e7e7e7;
}

.product-tab .nav-link {
    border: none;
    padding: 20px;
    font-size: 14px;
    color: #161515;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.product-tab .nav-tabs {
    gap: 10px;
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-tab .nav-link.active,
.product-tab .nav-tabs .nav-item.show .nav-link {
    color: #161515;
    background-color: #fff;
}

.product-box {
    width: 95%;
    padding: 20px;
    margin: 25px auto;
    position: relative;
}

.product-box:hover ul {
    position: unset;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box:hover ul::before {
    z-index: -1;
    height: 100%;
    transition: ease-in;
    border-radius: 10px;
    transition-duration: 0.5s;
    background-color: #83af66;
}

.product-box:hover * {
    color: #fff;
    transition: ease-in;
    border-color: #fff;
    transition-duration: 0.5s;
}

.product-box a.product-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 6px;
}

.product-box a.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box ul {
    display: flex;
    padding: 15px 0px;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    justify-content: space-between;
}

.product-box ul::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: #d9d9d9;
}

.product-box ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 13px;
    color: #83af66;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #83af66;
}

.product-box ul li h5 {
    gap: 10px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box ul li h5 span {
    padding-bottom: 5px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box ul li h5 span i {
    font-size: 12px;
    color: #eabe12;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box a.product-text h6 {
    font-weight: 600;
    margin-bottom: 10px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
}

/* product-sec */

/* vision-sec */

.vision-sec {
    padding: 0px 3%;
}

.vision-box {
    display: flex;
    overflow: hidden;
    min-height: 550px;
    text-align: center;
    position: relative;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-image: url(../images/vision-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.vision-box::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-color: #83af66;
}

.vision-box .position-relative {
    width: 100%;
}

.vision-box .position-relative h2 {
    text-align: center;
    color: #fff;
    font-size: 62px;
    font-family: 'Brunson';
}

.vision-box .position-relative p {
    width: 85%;
    opacity: 0.7;
    color: #fff;
    max-width: 900px;
    margin: 20px auto;
}

.vision-box .position-relative a {
    border: 1px solid #fff;
    margin: 0px auto;
}

/* vision-sec */

/* blog-sec */

.blog-sec {
    padding: 0px 3% 100px;
}


.blog-heading {
    margin-bottom: 40px;
}

.blog-box {
    position: relative;
    padding-bottom: 75px;
    transition-duration: 0.5s;
}

.blog-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-box .blog-hover-box {
    left: 10%;
    width: 90%;
    height: 0;
    padding: 0px;
    bottom: 25px;
    overflow: hidden;
    margin: 0px auto;
    max-width: 330px;
    position: absolute;
    transition: ease-in;
    border-radius: 10px;
    transition-duration: 0.5s;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 14px 0px rgba(55, 100, 122, 0.18);
}

.blog-box:hover .blog-hover-box,
.blogSlider .slick-current .blog-box .blog-hover-box {
    padding: 20px 25px;
    transition: ease-out;
    transition: ease-out;
    transition-duration: 0.5s;
}

.blog-box .blog-hover-box ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-box .blog-hover-box ul li i {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #e9e9e9;
}

.blog-hover-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #83af66;
}

.blog-box .blog-hover-box:hover h4,
.blog-box .blog-hover-box:hover p,
.blog-box .blog-hover-box:hover ul li i,
.blog-box .blog-hover-box:hover ul li h5 {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.blog-box .blog-hover-box p {
    margin-bottom: 10px;
    font-weight: 500;
    color: #878888;
    overflow: hidden;
    display: -webkit-box;
    transition-duration: 0.5s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-box .blog-hover-box h4 {
    font-size: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    transition-duration: 0.5s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-family: 'Brunson';
}

.blog-box .blog-hover-box ul li h5 {
    color: #101111;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Brunson';
    transition-duration: 0.5s;
}

.blog-box:hover .blog-hover-box,
.blogSlider .slick-current .blog-box .blog-hover-box {
    height: 200px;
    transition: ease-out;
    transition-duration: 0.5s;
}

.blogSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.blogSlider .slick-dots {
    top: -80px;
    display: flex;
    bottom: unset;
    align-items: center;
    justify-content: flex-end;
}

.category-slider .slick-dots li button:before,
.blogSlider .slick-dots li button:before {
    color: #b7b7b7;
}

.category-slider .slick-dots li.slick-active,
.blogSlider .slick-dots li.slick-active {
    opacity: 1;
}

.category-slider .slick-dots li.slick-active button:before,
.blogSlider .slick-dots li.slick-active button:before {
    color: #111010;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #111010;
}


/* blog-sec */

/* footer */

footer {
    background: #fff;
    position: relative;
}

/* News Letter  */

.news-letter h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 62px;
    font-weight: 300;
}

.news-letter {
    padding: 80px 0;
    padding-right: 20px;
    background: #83af66;
}

.news-letter form {
    width: 100%;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 100px;
    justify-content: center;
    border: 1px solid #a1c08d;
    background-color: #61814f;
}

.news-letter form input {
    width: 100%;
    border: none;
    color: #fff;
    padding: 20px;
    border-radius: 41px;
    background: transparent;
}

.news-letter form button {
    flex-shrink: 0;
    color: #0f1010;
    background-color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.news-letter form button.theme-btn-1 span {
    background-color: #83af66;
}

.news-letter form button.theme-btn-1 span i {
    color: #fff;
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.main-ftr {
    position: relative;
    padding: 70px 20px;
    height: 100%;
}

.main-ftr ul li h3 {
    color: #83af66;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: 'Brunson';
    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 {
    margin-bottom: 0;
    color: #111212;
    font-size: 14px;
    font-weight: 500;
}

.main-ftr ul li i {
    font-size: 20px;
    color: #83af66;
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: #83af66;
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 10px;
    transition: .7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #83af66;
}

.middle-ftr {
    transition: 0.7s ease-in-out;
    background: #fff;
    border-bottom: 1px solid #ccdad9;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req h5 a {
    color: #83af66;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}

/*.ftr-req {
    text-align: center;
}*/

.ftr-req input {
    width: 100%;
    padding: 12px;
    max-width: 333px;
    color: #111212;
    border-radius: 50px;
    text-align: center;
    background: transparent;
    border: 1px solid #b2c7c6;
}

.ftr-req input::placeholder {
    font-size: 14px;
    color: #111212;
    font-weight: 500;
    text-transform: capitalize;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #ccdad9;
    width: 1px;
    height: 100%;
    top: 0;
    right: 10px;
}

.bottm-ftr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 0;
    width: 90%;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottm-ftr ul li p {
    margin-bottom: 0;
    color: #101111;
    font-size: 14px;
    font-weight: 500;
}

.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  */

html {
    overflow-x: hidden;
}

.mobile-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right-box ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-btn {
    position: relative;
    z-index: 10;
}

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000000d2;
    z-index: 9;
    display: none;
    backdrop-filter: blur(3px);
}

.menu-box>nav {
    top: 50%;
    gap: 15px;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translateY(-50%);
}

.menu-box>nav a {
    font-size: 20px;
    color: white;
    line-height: 1;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    transition: 0.4s ease-in-out;
}

/* menu-icon */

.menu-btn svg {
    width: 35px;
    height: 35px;
}

.path1,
.path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    transition: 1s all ease;
}

.cross {
    stroke-dashoffset: 68;
    stroke: #fff;
}

.mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    transition: 1s all ease;
}

.hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}

.header_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* menu-icon */


.header-tile h2 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-family: 'Caslon-Open';
}

.header-tile h2 span {
    display: block;
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat';
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .bannerSlider::before {
        top: 0;
        left: -19%;
        bottom: 0;
        width: 600px;
        opacity: 0.7;
        height: 600px;
    }

    .footer-col-1 {
        width: 20%;
    }

    .footer-col-2 {
        width: 25%;
    }

    .footer-col-3 {
        width: 25%;
    }

    .footer-col-4 {
        width: 30%;
    }



}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .main_slider {
        overflow: hidden;
    }

    .main_slider {
        overflow: hidden;
    }

    .menuSec ul li a {
        font-size: 12px;
    }

    .vision-box .position-relative p {
        width: 90%;
        font-size: 20px !important;
    }

    .vision-box .position-relative h2 {
        font-size: 50px !important;
    }

    h2 {
        font-size: 40px;
    }

    .categorySlider .slick-next {
        width: 50px;
        right: -30px;
        height: 40px;
        background-color: #fff;
    }

    .categorySlider .slick-prev {
        left: -30px;
        z-index: 1;
        width: 50px;
        height: 40px;
        background-color: #fff;
    }

    p {
        font-size: 12px;
    }

    .about-text p {
        margin-bottom: 10px;
    }

    .about-text {
        padding-bottom: 0px;
    }

    .about-img::before {
        width: 105%;
        bottom: -30px;
    }

    .product-sec {
        padding: 40px 1%;
    }

    div#nav-tab button {
        margin: 0px 0 !important;
        border-radius: 8px !important;
    }

    .product-tab .nav-link {
        font-size: 12px;
        padding: 10px 10px;
    }

    .product-tab {
        padding-top: 20px;
    }

    .product-box a.product-img {
        height: 280px;
    }

    .blogSlider .slick-dots {
        top: -40px;
    }

    .news-letter {
        padding: 40px 0;
        padding-right: 0px;
    }

    .main-ftr {
        padding: 30px 20px;
    }

    .bottm-ftr .maincss {
        width: 800px;
        gap: 10px !important;
    }

    .news-letter h2 {
        font-size: 45px;
    }

    .category-sec {
        padding: 70px 0px 0px;
    }

    .ftr-req h5 a {
        font-size: 25px;
    }

    .ftr-req.pade-right {
        padding: 20px 0px;
    }

    .ftr-req input::placeholder {
        font-size: 12px;
    }

    .custom-banner-order-2 {
        order: 1;
        width: 100%;
    }

    .custom-banner-order-1,
    .custom-banner-order-3 {
        order: 2;
    }

    .banner_img {
        height: 340px;
    }

    .banner_img::before {
        display: none;
    }

    .bannerSlider::before {
        left: 0;
        top: 40%;
        right: 0;
        width: 500px;
        margin: auto;
        height: 500px;
        aspect-ratio: 1 / 1;
    }

    .banner_img span {
        top: 0;
        right: 80px;
        bottom: 160px;
        font-size: 230px;
    }

    .banner_text h1::before {
        width: 107%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_slider {
        overflow: hidden;
    }

    .menuSec ul li a {
        font-size: 12px;
    }

    .vision-box .position-relative p {
        width: 90%;
        font-size: 20px !important;
    }

    .vision-box .position-relative h2 {
        font-size: 50px !important;
    }

    h2 {
        font-size: 40px;
    }

    .categorySlider .slick-next {
        width: 50px;
        right: -30px;
        height: 40px;
        background-color: #fff;
    }

    .categorySlider .slick-prev {
        left: -30px;
        z-index: 1;
        width: 50px;
        height: 40px;
        background-color: #fff;
    }

    p {
        font-size: 12px;
    }

    .about-text p {
        margin-bottom: 10px;
    }

    .about-text {
        padding-bottom: 0px;
    }

    .about-img::before {
        width: 105%;
        bottom: -30px;
    }

    .product-sec {
        padding: 40px 1%;
    }

    div#nav-tab button {
        margin: 0px 0 !important;
        border-radius: 8px !important;
    }

    .product-tab .nav-link {
        font-size: 12px;
        padding: 10px 10px;
    }

    .product-tab {
        padding-top: 20px;
    }

    .product-box a.product-img {
        height: 280px;
    }

    .blogSlider .slick-dots {
        top: -40px;
    }

    .news-letter {
        padding: 40px 0;
        padding-right: 0px;
    }

    .main-ftr {
        padding: 30px 20px;
    }

    .bottm-ftr .maincss {
        width: 800px;
        gap: 10px !important;
    }

    .news-letter h2 {
        font-size: 45px;
    }

    .custom-banner-order-2 {
        order: 1;
    }

    .custom-banner-order-1,
    .custom-banner-order-3 {
        order: 2;
    }

    .banner_img {
        height: 340px;
    }

    .banner_img::before {
        display: none;
    }

    .bannerSlider::before {
        left: 0;
        top: 40%;
        right: 0;
        width: 500px;
        margin: auto;
        height: 500px;
        aspect-ratio: 1 / 1;
    }

    .banner_img span {
        top: 0;
        right: 80px;
        bottom: 160px;
        font-size: 230px;
    }

    .banner_text h1::before {
        width: 107%;
    }

    h1 {
        font-size: 45px;
    }

    .category-sec {
        padding: 60px 0px 0px;
    }

    .header-tile h2 {
        font-size: 30px;
    }






}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .main_slider {
        overflow: hidden;
    }

    .banner_img::before {
        display: none;
    }

    .banner_img {
        width: 100%;
        height: 250px;
        position: relative;
    }

    .banner_img span {
        font-size: 150px;
    }

    .bannerSlider::before {
        top: 0;
        left: 0%;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        max-width: 300px;
        aspect-ratio: 1 / 1;
    }

    h1 {
        font-size: 35px;
    }

    .banner_text {
        padding: 30px 0px;
    }

    .theme-btn-1 span {
        width: 55px;
        height: 40px;
    }

    .theme-btn-1 {
        gap: 7px;
        font-size: 12px;
        padding: 2px 2px 2px 15px;
    }

    p {
        font-size: 12px;
    }

    .main_slider {
        position: relative !important;
        padding: 40px 0% 0px !important;
    }

    .slicknav_menu {
        padding: 15px 5px;
        background: #84af69;
    }

    .menuSection {
        top: 0px;
        padding: 6px 3%;
        max-width: 100%;
        position: relative;
        background: #86b06a;
    }

    .menuSection .custom-order-3 {
        order: 4;
    }

    .header-logo {
        width: 70px;
        height: 70px;
    }

    .header-tile h2 {
        font-size: 17px;
    }

    .header-tile h2 span {
        font-size: 12px;
    }

    .slicknav_nav {
        margin: 60px 0px 0;
    }

    .slicknav_nav a:hover {
        background: #0e0e0f;
    }

    .banner-product {
        gap: 15px;
        padding-bottom: 20px;
        margin-top: 10px;
        background: #fff;
    }

    .banner-product::before {
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        content: '';
        height: 100%;
        position: absolute;
        background-color: #fff;
    }

    .banner-product::after {
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100%;
        content: '';
        height: 100%;
        position: absolute;
        background-color: #fff;
    }

    .banner-product-text h4 {
        font-size: 16px;
    }

    .category-sec {
        padding: 40px 0px 0px;
    }

    h2 {
        font-size: 30px;
    }

    .category-slider h2 {
        margin-bottom: 20px;
    }

    .about-sec {
        padding: 40px 0px;
    }

    .about-text {
        padding-bottom: 40px;
    }

    .about-img {
        height: 350px;
    }

    .about-img::before {
        right: -7px;
        bottom: -30px;
    }

    .product-sec {
        padding: 40px 0%;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    div#nav-tab button {
        margin: 0px 0 !important;
        border-radius: 5px !important;
    }

    .product-tab .nav-link {
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-tab {
        padding-top: 15px;
    }

    .product-box {
        width: 100% !important;
        padding: 10px !important;
        margin: 10px auto !important;
    }

    .product-box ul {
        padding: 5px 0px !important;
        margin-bottom: 10px !important;
    }

    .product-tab .nav-tabs {
        gap: 5px;
        margin-bottom: 20px;
    }

    .vision-box .position-relative h2 {
        font-size: 40px !important;
    }

    .vision-box .position-relative p {
        font-size: 14px !important;
    }

    .vision-box {
        min-height: 350px !important;
        border-radius: 5px !important;
    }

    .blogSlider .slick-dots {
        top: -35px;
    }

    .blog-sec {
        padding: 0px 0% 0px;
    }

    .news-letter {
        padding: 30px 0;
        padding-right: 0px;
    }

    .main-ftr {
        padding: 20px 10px;
    }

    .main-ftr ul li h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .main-ftr ul li {
        gap: 5px;
        align-items: baseline;
    }

    .main-ftr ul li p,
    .main-ftr ul li p a {
        font-size: 12px;
    }

    .main-ftr ul li i {
        font-size: 12px;
    }

    .bottm-ftr .add-padding {
        flex-wrap: wrap;
        text-align: center;
    }

    .bottm-ftr .add-padding .maincss {
        flex-wrap: wrap;
        margin-top: 15px;
        gap: 10px !important;
        justify-content: center;
    }

    .bottm-ftr .add-padding .maincss a {
        font-size: 12px;
    }

    .product-box a.product-img {
        height: 250px;
    }

    .blog-box:hover .blog-hover-box,
    .blogSlider .slick-current .blog-box .blog-hover-box {
        padding: 10px 15px;
        border-radius: 5px;
    }

    .blog-box .blog-hover-box {
        left: 5%;
        width: 95%;
        bottom: 20px;
    }

    .news-letter h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .news-letter form {
        flex-wrap: wrap;
        border-radius: 10px;
        padding: 2px 5px 10px;
    }

    .blog-box:hover .blog-hover-box,
    .blogSlider .slick-current .blog-box .blog-hover-box {
        height: fit-content;
    }

    .main-ftr:before {
        right: 0px;
        width: 100%;
        height: 1px;
    }

    .bottm-ftr ul {
        width: 100%;
    }

    .bottm-ftr ul p {
        margin-right: 0px !important;
    }

    .text-innerban h2 {
        font-size: 35px !important;
    }

    .innerbanner {
        height: 200px !important;
    }

    section.collection-side {
        padding: 40px 0 0 !important;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .banner_text::after {
        right: 99.8%;
    }

    .banner_text::before {
        left: 99%;
    }















}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .main_slider {
        overflow: hidden;
    }

    .banner_img::before {
        display: none;
    }

    .banner_img {
        width: 100%;
        height: 250px;
        position: relative;
    }

    .banner_img span {
        font-size: 150px;
    }

    .bannerSlider::before {
        top: 0;
        left: 0%;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        max-width: 300px;
        aspect-ratio: 1 / 1;
    }


    h1 {
        font-size: 35px;
    }

    .banner_text {
        padding: 30px 0px;
    }

    .theme-btn-1 span {
        width: 55px;
        height: 40px;
    }

    .theme-btn-1 {
        gap: 7px;
        font-size: 12px;
        padding: 2px 2px 2px 15px;
    }

    p {
        font-size: 12px;
    }

    .main_slider {
        position: relative !important;
        padding: 40px 0% 0px !important;
    }

    .slicknav_menu {
        padding: 15px 5px;
        background: #84af69;
    }

    .menuSection {
        top: 0px;
        padding: 6px 3%;
        max-width: 100%;
        position: relative;
        background: #86b06a;
    }

    .menuSection .custom-order-3 {
        order: 4;
    }

    .header-logo {
        width: 60px;
        height: 60px;
    }

    .header-tile {
        margin-top: 15px;
    }

    .header-tile h2 {
        font-size: 17px;
    }

    .header-tile h2 span {
        font-size: 12px;
    }

    .slicknav_nav {
        margin: 60px 0px 0;
    }

    .slicknav_nav a:hover {
        background: #0e0e0f;
    }

    .banner-product {
        gap: 15px;
        padding-bottom: 20px;
        margin-top: 10px;
        background: #fff;
    }

    .banner-product::before {
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        content: '';
        height: 100%;
        position: absolute;
        background-color: #fff;
    }

    .banner-product::after {
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100%;
        content: '';
        height: 100%;
        position: absolute;
        background-color: #fff;
    }

    .banner-product-text h4 {
        font-size: 16px;
    }

    .category-sec {
        padding: 40px 0px 0px;
    }

    h2 {
        font-size: 30px;
    }

    .category-slider h2 {
        margin-bottom: 20px;
    }

    .about-sec {
        padding: 40px 0px;
    }

    .about-text {
        padding-bottom: 40px;
    }

    .about-img {
        height: 350px;
    }

    .about-img::before {
        right: -7px;
        bottom: -30px;
    }

    .product-sec {
        padding: 40px 0%;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    div#nav-tab button {
        margin: 0px 0 !important;
        border-radius: 5px !important;
    }

    .product-tab .nav-link {
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-tab {
        padding-top: 15px;
    }

    .product-box {
        width: 100% !important;
        padding: 10px !important;
        margin: 10px auto !important;
    }

    .product-box ul {
        padding: 5px 0px !important;
        margin-bottom: 10px !important;
    }

    .product-tab .nav-tabs {
        gap: 5px;
        margin-bottom: 20px;
    }

    .vision-box .position-relative h2 {
        font-size: 40px !important;
    }

    .vision-box .position-relative p {
        font-size: 14px !important;
    }

    .vision-box {
        min-height: 350px !important;
        border-radius: 5px !important;
    }

    .blogSlider .slick-dots {
        top: -35px;
    }

    .blog-sec {
        padding: 0px 0% 0px;
    }

    .news-letter {
        padding: 30px 0;
        padding-right: 0px;
    }

    .main-ftr {
        padding: 20px 10px;
    }

    .main-ftr ul li h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .main-ftr ul li {
        gap: 5px;
        align-items: baseline;
    }

    .main-ftr ul li p,
    .main-ftr ul li p a {
        font-size: 12px;
    }

    .main-ftr ul li i {
        font-size: 12px;
    }

    .bottm-ftr .add-padding {
        flex-wrap: wrap;
        padding: 0 10px;
        text-align: center;
    }

    .bottm-ftr .add-padding .maincss {
        flex-wrap: wrap;
        margin-top: 15px;
        gap: 10px !important;
        justify-content: center;
    }

    .bottm-ftr .add-padding .maincss a {
        font-size: 12px;
    }

    .product-box a.product-img {
        height: 250px;
    }

    .blog-box:hover .blog-hover-box,
    .blogSlider .slick-current .blog-box .blog-hover-box {
        padding: 10px 15px;
        border-radius: 5px;
    }

    .blog-box .blog-hover-box {
        left: 5%;
        width: 95%;
        bottom: 20px;
    }

    .news-letter h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .news-letter form {
        flex-wrap: wrap;
        border-radius: 10px;
        padding: 2px 5px 10px;
    }

    .blog-box:hover .blog-hover-box,
    .blogSlider .slick-current .blog-box .blog-hover-box {
        height: fit-content;
    }

    .main-ftr:before {
        right: 0px;
        width: 100%;
        height: 1px;
    }

    .bottm-ftr ul {
        width: 100%;
    }

    .bottm-ftr ul p {
        margin-right: 0px !important;
    }

    .text-innerban h2 {
        font-size: 35px !important;
    }

    .innerbanner {
        height: 200px !important;
    }

    section.collection-side {
        padding: 40px 0 0 !important;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .menu-box>nav a {
        font-size: 14px;
    }



























}

/*Media Query End*/