@charset "utf-8";
/* CSS Document 
font-family: "Roboto", sans-serif;
font-family: "Roboto Condensed", sans-serif;
*/

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    margin: 0px;
    color: #000000;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: normal;
    padding: 0px;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    color: #000;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    text-transform: none;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 22px;
}

hr {
    margin: 10px 0px;
    border: 0px;
    border-bottom: 1px dashed #828282;
}

p,
ul,
ol {
    margin: 0px;
    line-height: 28px;
    padding: 0px;
}

ul *,
ol * {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    padding-left: 25px;
}

ul {
    display: block;
    list-style: none;
}

ul li {
    line-height: 30px;
}

a img {
    border: 0px;
}

p,
ul,
ol {
    margin-bottom: 18px;
}

.clr {
    display: block;
    float: none;
    clear: both;
}

.c {
    overflow: hidden;
    float: none;
}

.underline {
    text-decoration: underline;
}

.left,
.flot_left {
    float: left;
}

.right,
.flot_right {
    float: right;
}

.a_left {
    text-align: left;
}

.a_center {
    text-align: center;
}

.a_right {
    text-align: right;
}

a {
    text-decoration: none;
}

.hidden {
    display: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
    background: #fff;
    border: 1px solid #bfe5e0;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 14px;
    padding: 12px 15px;
    resize: vertical;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 0px;
}

textarea {
    width: 100%;
    height: 120px;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {}

select {
    padding: 12px;
    width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.primary-button,
.btn {
    font-family: "Poppins", sans-serif;
    background: #61b6ab none repeat scroll 0 0;
    border: 0px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    min-width: 120px;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.primary-button:hover,
.btn:hover,
.primary-button:focus,
.btn:focus {
    background-color: #1a574f;
    color: #fff;
}

.form-control {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0 0 0;
    height: auto;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a {
    color: #000;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
}

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

.cfx::after {
    clear: both;
    content: "+";
    display: block;
    height: 0;
    visibility: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}


/*-------------------*/

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: #816d4f;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 17px 25px;
    min-width: 218px;
    margin: 0 8px;
    font-family: 'Roboto';
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #000;
    color: #fff;
    transform: scale(1.06);
}


.white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: #fff;
    color: #000;
    min-width: 150px;
}

.white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #000;
    color: #fff;
}

.holiday-deal {
    background: #9dd3cc;
    border-bottom: 1px dashed #e7e0e0;
    text-align: center;
    padding: 11px 0;
    color: #375165;
    font-size: 14px;
    font-weight: 600;
}

.holiday-deal p {
    margin-bottom: 0;
}

.holiday-deal .whtsapp-nmbr {
    display: none;
}

.header-logo-sec {
    padding: 25px 0;
}

.header-logo-sec .top-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}


.header-logo-sec .logo {
    flex: 1 1 0;
    text-align: center;
}

.header-logo-sec .mobile-menu {
    width: 27%;
}

.header-logo-sec .mobile-menu .mobile-box {
    display: none;
}

.header-logo-sec .whtsapp-nmbr {
    /* flex: 1 1 0; */
    background: #32ba46;
    border-radius: 20px;
    padding: 5px 20px;
    /* display: none; */
    /* width: 13%; */
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.menu-box {
    border-bottom: 1px dashed #e7e0e0;
    border-top: 1px dashed #e7e0e0;
    padding: 15px 0;
}


.menu-box .menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.menu-box .menu .menu-item {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.menu-box .mobile-box {
    display: none;
}

.menu-box .menu .menu-item.current-menu-item a,
.link-bx .links ul li.current-menu-item a {
    color: #399c8f;
}



.footer-section {
    background: #000;
    padding-top: 50px;
    color: #fff;
}

.footer-section .ftr-links {
    color: #fff;
    display: flex;
    gap: 35px;
}

.ftr-links .f-about {
    width: 490px;
    padding-right: 50px;
}

.ftr-links .f-about .f-logo {
    margin-bottom: 20px;
}

.ftr-links .f-about .f-cont {
    color: #898989;
    font-size: 13px;
}


.ftr-links .f-menu {
    flex: 1 1 0;
    display: flex;
    gap: 30px;
}

.ftr-links .f-menu .links .menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.f-menu .link-bx {
    flex: 1 1 240px;
}

.f-menu .link-bx.info {
    flex: 1 1 0;
}

.f-menu .link-bx .quik-lnk {
    display: flex;
    justify-content: space-between;
}

.ftr-links .locatin {
    width: 270px;
}

.ftr-links .locatin .lctn-txt {
    margin-bottom: 30px;
}

.ftr-links .locatin .phn {
    color: #9dd3cc;
    font-size: 20px;
}

.ftr-links h5 {
    color: #9dd3cc;
    font-size: 16px;
    text-transform: uppercase;
}

.link-bx .links .menu-item a {
    color: #fff;
}

.link-bx .links ul {
    margin: 0;
    padding: 0;
}

.f-menu .link-bx.info .links ul li {
    width: 100%;
    display: flex;
}

.link-bx .links ul li {
    width: 50%;
    /* display: flex; */
    flex-direction: column;
}

.link-bx .links ul li a {
    color: #fff;
}

.link-bx .links ul li a:hover {
    color: #399c8f;
}



.footer-section .f-social {
    display: flex;
    gap: 8px;
    padding: 50px 0;
}

.footer-section .f-social a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
}

.footer-section .f-social a:hover {
    color: #399c8f;
    background-color: #fff;
}

.footer-section .f-bottom {
    color: #8a8a8a;
    border-top: 1px solid #201e1e;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
}



.collecton-box {
    padding-top: 50px;
}

.collecton-box .collection-list .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.collecton-box .collection-item {
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}

.collecton-box .collection-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(360deg, rgb(0 0 0 / 90%) 0%, rgba(237, 221, 83, 0) 100%);
    width: 100%;
    z-index: 1;
    height: 160px;
	pointer-events:none;
}

.collecton-box .collection-item .wpb_singleimage_heading {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4px;
    z-index: 2;
}

.collecton-box .collection-item img {
    width: 100%;
}

.about-sec {
    background: #9dd3cc;
    padding: 50px 0;
}

.about-sec .about-cont-sec h2 {
    font-size: 65px;
    font-weight: 400;
    color: #000;
}

.about-sec .about-cont-sec .sub-hed {
    font-size: 24px;
    font-weight: 500;
}

.about-sec .about-cont-sec .abt-contnt {
    font-size: 18px;
    letter-spacing: 2px;
}

.prdct-detail {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    /* padding-top: 50px; */
    width: 80%;
    margin: 0 auto;
}

.prdct-detail .prdct-thumb-slide {
    flex: 1 1 0;
}


.prdct-detail .prdct-detail-info {
    width: 700px;
}

.prdct-detail-info .title {
    color: #99c9c3;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.prdct-detail-info .sub-title {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.prdct-detail-info .price {
    color: #010101;
    font-size: 20px;
    font-weight: 600;
}

.prdct-detail-info .butn-box {
    padding: 50px 0;
    border-bottom: #d5d5d5 1px solid;
}

.prdct-detail-info .butn-box a {
    background: #9dd3cc;
    display: block;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
}

.prdct-detail-info .butn-box a:hover {
    background: #2a776d;
    color: #d5f5f1;
}

.prdct-detail-info .prdct-desc {
    margin-top: 30px;
    color: #525252;
    font-size: 14px;
    line-height: 30px;
}

.prdct-detail-info .prdct-desc h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#carousel ul.slides li {
    height: 200px;
}

#carousel ul.slides li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-list {
    /* padding-top: 50px; */
}

.product-list .vc_pageable-slide-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-list .vc_pageable-slide-wrapper .vc_grid-item {
    width: calc(20% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}

.product-list-box::before {
    padding: 0;
}

.product-list-box .vc_gitem-row-position-top {
    position: relative;
}

.product-list-box .prdct-itm {
    padding: 0;
}

.product-list-box .prdt-img-bx img {
    width: 100%;
}

.prdct-itm .title-box {
    color: #99c9c3;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.prdct-itm .sub-head {
    color: #525252;
    font-size: 14px;
}

.prdct-itm .price-bx {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
}

.prdct-itm .price-bx::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '₹';
}

.inner-page-section {
    margin-top: 50px;
    padding-bottom: 50px;
}

.about-section {
    width: 90%;
    margin: 0 auto;
}


.about-section .abt-hed {
    font-size: 65px;
    font-weight: 400;
}

.about-section .abt-sub-hd {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}


.abt-btm-sec .btm-hed {
    font-size: 24px;
    font-weight: 500;
}

.abt-btm-sec .btm-text p {
    margin-bottom: 0;
}

.contact-sec {
    width: 80%;
    margin: 0 auto;
}

.contact-sec .cont-head {
    font-size: 55px;
    font-weight: 500;
}

.contct-icon-sec {
    text-align: center;
}

.quick-info-box {
    padding-top: 60px;
}

.contct-icon-sec .icon-bx {
    text-align: center;
    background: #9dd3cc;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contct-icon-sec .icon-text {
    font-size: 21px;
    font-weight: 600;
}

.contact-form-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-form-box .contact-form-item p {
    margin-bottom: 0;
}

.contact-fom {
    margin-top: 50px;
}

.contact-fom .cont-head {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 35px;
}

.content-page ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 25px;
}

.content-page ul li {
    list-style: circle;
}

.search-box {
    position: relative;
}

.search-box .is-form-style.is-form-style-3 label {
    width: 100% !important;
}

.search-box .is-form-style input.is-search-input {
    border: none !important;
    background: #e6fbf8;
    border-radius: 15px;
    color: #000;
    font-weight: 400;
}

.search-box .is-form-style button.is-search-submit {
    position: absolute;
    top: 0px;
    right: 4px;
    width: auto;
    height: auto;
}

.search-box .is-form-style input.is-search-submit,
.is-search-icon {
    background: none;
    border: none;
    margin-top: 0;
    height: auto;
    padding-bottom: 5px;
}

.search-box .is-search-icon:hover {
    background: none;
}

.top-section {
    transition: all .3s ease;
}

.top-section.scrolled {
    background: #000;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.scroll-top-sc {
    position: fixed;
    bottom: 30px;
    right: 18px;
    z-index: 9999;
}

.scroll-top-sc a {
    color: #fff;
    border: 1px solid #201e1e;
    padding: 6px 13px;
    background: #000;
}

.scroll-top-sc a:hover {
    color: #9dd3cc;
}

.footer-section .container {
    position: relative;
}

#scrollTop {
    display: none;
}










@media only screen and (min-width:1660px) and (max-width:1760px) {
    .container {
        width: 1600px;
    }

}

@media only screen and (min-width:1560px) and (max-width:1660px) {
    .container {
        width: 1500px;
    }

}

@media only screen and (min-width:1460px) and (max-width:1560px) {
    .container {
        width: 1400px;
    }

}

@media only screen and (min-width:1360px) and (max-width:1460px) {
    .container {
        width: 1300px;
    }

}

@media only screen and (min-width:1260px) and (max-width:1360px) {
    .container {
        width: 1200px;
    }

}

@media only screen and (max-width:1660px) {
    .menu-box .menu {
        gap: 22px;
    }

    .prdct-detail {
        width: 100%;
    }
}

@media only screen and (max-width:1560px) {
    .menu-box .menu {
        gap: 15px;
    }
}

@media only screen and (max-width:1460px) {
    .header-logo-sec .mobile-menu .mobile-box {
        display: block;
    }

    .menu-box {
        display: none;
    }

    .header-logo-sec {
        border-bottom: 1px dashed #e7e0e0;
    }

    .footer-section .ftr-links {
        flex-direction: column;
    }

    .ftr-links .f-about {
        width: 100%;
        padding-right: 0;
    }

    .ftr-links .locatin {
        width: 100%;
    }

    .product-list .vc_pageable-slide-wrapper .vc_grid-item {
        width: calc(25% - 30px);
    }

}

@media only screen and (max-width:1260px) {
    .collecton-box .collection-item .wpb_singleimage_heading {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .about-sec .about-cont-sec h2 {
        font-size: 40px;
    }

    .collecton-box .collection-item {
        width: calc(33.33% - 30px);
    }

    .prdct-detail {
        flex-direction: column;
    }

    .prdct-detail .prdct-detail-info {
        width: 100%;
    }

    .product-list .vc_pageable-slide-wrapper .vc_grid-item {
        width: calc(33.33% - 30px);
    }

    .contact-sec {
        width: 100%;
    }

    .contact-sec .cont-head {
        font-size: 40px;
    }

    .header-logo-sec .mobile-menu {
        width: 35px;
    }
}

@media only screen and (max-width:1160px) {}

@media only screen and (max-width:991px) {
    .header-logo-sec .whtsapp-nmbr {
        padding: 3px 12px;
        /* width: 175px; */
    }

    .header-logo-sec .mobile-menu {
        width: 30px;
    }

    .header-logo-sec .logo {
        font-weight: 200;
        min-width: 200px;
    }

    .about-sec .about-cont-sec h2 {
        font-size: 30px;
    }

    .about-sec .about-cont-sec .sub-hed {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .about-sec .about-cont-sec .abt-contnt {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .ftr-links .f-menu {
        flex-direction: column;
    }

    .f-menu .link-bx.info .links {
        display: flex;
        flex-direction: column;
    }

    .f-menu .link-bx.info .links ul li {
        display: flex;
        width: 100%;
    }

    .about-section {
        width: 100%;
    }

    .about-section .abt-hed {
        font-size: 43px;
    }

    .about-section .abt-sub-hd {
        font-size: 17px;
    }


}

@media only screen and (max-width:767px) {
    .collecton-box .collection-item {
        width: calc(50% - 30px);
    }

    .product-list .vc_pageable-slide-wrapper .vc_grid-item {
        width: calc(50% - 30px);
    }

    .about-section .abt-mdl-text {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width:480px) {

    .holiday-deal .whtsapp-nmbr {
        display: block;
        font-size: 20px;
    }

    .holiday-deal p {
        margin-bottom: 0;
        display: none;
    }

    .header-logo-sec .whtsapp-nmbr {
        display: none;
    }

    .contact-sec .cont-head {
        font-size: 35px;
    }

    .contact-fom .cont-head {
        font-size: 35px;
    }

    .quick-info-box {
        padding-top: 30px;
    }

    .contact-fom {
        margin-top: 0px;
    }

    .contact-form-box {
        margin-bottom: 50px;
    }

    .search-box {
        width: 100%;
    }

    .footer-section .f-bottom {
        padding-top: 30px;
        text-align: left;
    }

}

@media only screen and (max-width:460px) {
    .collecton-box .collection-item {
        margin: 0 10px;
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

    .collecton-box .collection-item .wpb_singleimage_heading {
        bottom: 10px;
        letter-spacing: 1px;
    }

    .link-bx .links ul li {
        width: 100%;
    }
}

@media only screen and (max-width:360px) {
    .product-list .vc_pageable-slide-wrapper .vc_grid-item {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .product-list .vc_pageable-slide-wrapper {
        margin: 0;
    }
}