/*icomoon*/ @font-face { font-family: 'icomoon'; src:  url('../fonts/icomoon.eot?8r6yw5'); src:  url('../fonts/icomoon.eot?8r6yw5#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?8r6yw5') format('truetype'), url('../fonts/icomoon.woff?8r6yw5') format('woff'), url('../fonts/icomoon.svg?8r6yw5#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }  .icon-chat:before { content: "\e65e"; }  .icon-shopping-cart-fill:before { content: "\e865"; }  .icon-check-2:before { content: "\e61a"; }  .icon-right:before { content: "\e617"; }  .icon-right1:before { content: "\e605"; }  .icon-right2:before { content: "\e6d5"; }  .icon-arrowleft:before { content: "\e693"; }  .icon-arrowright:before { content: "\e694"; }  .icon-arrow-up-filling:before { content: "\e688"; }  .icon-arrow-down-filling:before { content: "\e689"; }  .icon-arrow-left-filling:before { content: "\e68a"; }  .icon-arrow-right-filling:before { content: "\e68b"; }  .icon-right-double-arrow:before { content: "\e841"; }  .icon-arrow-down:before { content: "\e692"; }  .icon-close:before { content: "\e69a"; }  .icon-search:before { content: "\e6ac"; }  .icon-web-fill:before { content: "\e6fc"; }  .icon-fax-fill:before { content: "\e620"; }  .icon-twitter1:before { content: "\e646"; }  .icon-facebook:before { content: "\e6e5"; }  .icon-Linkedin:before { content: "\e740"; }  .icon-phone:before { content: "\e635"; }  .icon-phone-fill:before { content: "\e725"; }  .icon-youtube:before { content: "\e880"; }  .icon-youtube-fill:before { content: "\e883"; }  .icon-Fax:before { content: "\e60e"; }  .icon-Web:before { content: "\e619"; }  .icon-right-arrow:before { content: "\e840"; }  .icon-menu_bold:before { content: "\e7f4"; }  .icon-arrow-up:before { content: "\e618"; }  .icon-minus_bold:before { content: "\e613"; }  .icon-plus_bold:before { content: "\e614"; }  .icon-search_bold:before { content: "\e615"; }  .icon-close_bold:before { content: "\e616"; }  .icon-minus:before { content: "\e611"; }  .icon-plus:before { content: "\e612"; }  .icon-twitter-fill:before { content: "\e610"; }  .icon-home-fill:before { content: "\e6bb"; }  .icon-pos-fill:before { content: "\e62e"; }  .icon-pos:before { content: "\e606"; }  .icon-email-fill:before { content: "\e668"; }  .icon-email:before { content: "\e66f"; }  .icon-home:before { content: "\e6b8"; }  .icon-linkedin-fill:before { content: "\eccc"; }  .icon-blogger-fill:before { content: "\eccd"; }  .icon-facebook-fill:before { content: "\e695"; }  .icon-x1:before { content: "\e900"; }  .icon-x:before { content: "\e901"; }  .icon-twitter:before { content: "\e901"; }


@font-face {
    font-family: 'Poppins';
    font-weight: normal;
    src:url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff'),
    url('../fonts/Poppins-Light.ttf')  format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: bold;
    src:url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf')  format('truetype');
    font-display: swap;
}

body{
    font-family: "Poppins", serif;
    color: #101010;
    position: relative;
    height: 100%;
    font-size: 15px;
    font-weight: normal;
}
h1,h2,h3,.h1,.h2,.h3{
    font-weight: bold;
}

h2{
    font-size: 44px !important;
    font-weight: bolder;
}

/*index*/
.top-nav ul li{
    list-style: none;
}
.top-nav ul li a{
    text-decoration: none;
}
a{
    text-decoration: none;
}
/*slider*/


.hero {
    position: relative;
    height: calc(100vh - 100px);
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero:after{
    content: "";
    /* background-image: url(../images/main-image.png);
    background-image: -webkit-image-set(url(../images/main-image.webp) 1x);
    background-image: image-set(url(../images/main-image.webp) 1x); */
    background-image: url(../images/home-banner.jpg);
    background-image: -webkit-image-set(url(../images/home-banner.jpg) 1x);
    background-image: image-set(url(../images/home-banner.jpg) 1x);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position-y: 80px;
}

.hero .headline {
    margin-top:100px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 12%;
}


.hero .title {
    font-size: 45px;
    letter-spacing: 2px;
    margin-top:0;
    font-weight: bolder;
    margin-bottom:20px;
    color:#000000;
}

@media screen and (max-width: 1024px){
    .hero .title {
        font-size: 30px;
    }
}

.hero .sub-title {
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
}

.hero a.btn {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-transform: initial;
    text-decoration: none;
    text-underline-offset: .3rem;
    background-color: transparent;
    font-size: 16px;
    color: #2e84bf;
    font-family: inherit;
    font-weight: 700;
}
.hero a.btn:hover {
    color: #ff9333;
    transition: all .3s;
    padding: 12px 35px;
}
.banner-info .banner-2{
    position: relative;
    height: 500px;
    padding: 5rem 10rem 2rem 5rem;
    display: flex;
    align-items: center;
}

.banner-info .banner-2:after{
    content: "";
    background-image: url(../images/home-main-image2.jpg);
    background-image: -webkit-image-set(url(../images/home-main-image2.jpg) 1x);
    background-image: image-set(url(../images/home-main-image2.jpg) 1x);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}

.banner-info .banner-3{
    position: relative;
    height: 500px;
    padding: 5rem 10rem 2rem 5rem;
    display: flex;
    align-items: center;
}

.banner-info .banner-3:after{
    content: "";
    background-image: url(../images/main-image3.jpg);
    background-image: -webkit-image-set(url(../images/main-image3.webp) 1x);
    background-image: image-set(url(../images/main-image3.webp) 1x);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}

.banner-info .banner-4{
    position: relative;
    height: 500px;
    padding: 5rem 10rem 2rem 5rem;
    display: flex;
    align-items: center;
}

.banner-info .banner-4:after{
    content: "";
    background-image: url(../images/home-main-image4.jpg);
    background-image: -webkit-image-set(url(../images/home-main-image4.jpg) 1x);
    background-image: image-set(url(../images/home-main-image4.jpg) 1x);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}
.banner-info .banner-slider .owl-item{
    margin-right:0 !important;
}
@media screen and (max-width: 1024px){
    .banner-info .banner-2,
    .banner-info .banner-3,
    .banner-info .banner-4{
        height: 550px;
        padding: 50px 40px;
    }
}

.banner-info h3{
    font-size: 24px;
    font-weight: bolder;
}

.our-story .product-icon{
    margin-top:80px;
    display: flex;
    justify-content: space-between;
    padding:0 5%
}
.our-story .product-icon img{
    cursor: pointer;
    width: 160px;
    margin: 0 auto;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s;
    /* margin-right:10px; */
}
.our-story .product-icon img:hover {
    transform: scale(1.2);
    transition: all .3s;
}
.our-story .product-icon img:nth-child(5){
    /* margin-right:0px; */
}
@media screen and (max-width: 1024px){
    .our-story .product-icon{
        padding:0 5%
    }
    .our-story .product-icon img{
        width: 90px;
        margin: 0 auto;
        height: 90px;
    }
}
.product-box{
    text-align: center;
    padding: 80px 0 80px 0;
}
.product-title h2,
.product-box h2{
    margin-top:30px;
    margin-bottom:80px;
}

.banner-btn{
    text-transform: uppercase;
}
.text-center{
    text-align: center;
}
.choose-us{
    background: aliceblue;
    /*background: url(../images/bg-light-green.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 120px 0;
    margin: 0px 0 0 0;
}
.supply-info{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 143px;
}
.supply-info .supply-item{
    flex: 0 0 50%;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 4px 4px #00000040;
    text-align: center;
    margin: 0 10px;
}
.supply-info .supply-item:nth-child(1){
    background: #2e85c1;
    color: #ffffff;
}
.supply-info .supply-item:nth-child(2){
    background: #ffffff;
    color: #000000;
}


@media screen and (max-width: 1024px){
    .supply-info{
        display: block;
    }
    .supply-info .supply-item:nth-child(2) {
        margin-top: 80px;
    }
}
.supply-item.supply-item-add .supply-pic {
    width: 90px !important;
}
.supply-item .supply-pic{
    width: 75px;
    margin: -66px auto 30px;
    position: relative;
    padding-bottom: 50px;
}
.supply-item .supply-pic img{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.supply-item .supply-text{
    margin-top:140px;
}
.supply-item .supply-text ul{
    margin-bottom: 6px;
    list-style: none;
    padding: 0;
}
.supply-item .supply-text ul li{
    font-size: 18px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    transition: all .5s ease;
}
.choose-us .banner-btn{
    margin-top: 60px;
    background: #000000;
}
.choose-us .banner-btn:hover{
    margin-top: 60px;
    background: #ff9333;
}
.improve{
    background: url(../images/improve-bg-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 150px 0;
}
@media screen and (max-width: 1024px){
    .improve{
        padding:40px;
    }
}
.stay-healthy{
    background: url(../images/stay-healthy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0 280px 0;
    margin: 80px 0 80px 0;
}

.customer-slider .item{
    align-items: center;
    padding:0 5%;
}
.customer-slider .item p span{
    font-size: 1.5rem;
    line-height: 1rem;
}
.icon-arrowleft{
    font-size: 0.85em;
    left: 0;
    margin-left: 10px;
}
.icon-arrowright {
    right: 0;
    transition: all .3s;
    margin-right: 10px;
    transform: translate(-.05rem);
}

.icon-arrowright,
.icon-arrowleft {
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid #bcbcbc;
    border-radius: 50px;
    color: #bcbcbc;
}
.icon-arrowright:hover,
.icon-arrowleft:hover {
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
}
/* .product-box .icon-arrowright {
    right: -40px;
}
.product-box .icon-arrowleft {
    left: -40px;
} */
.product-box .icon-arrowright,
.product-box .icon-arrowleft {
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: none;
    border-radius: 50px;
    color: #007aff;
    font-size: 40px;
}
.product-box .icon-arrowright:hover,
.product-box .icon-arrowleft:hover {
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #007aff;
    transform: scale(1.2);
    transition: all 0.3s ease;
}
.bland{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 120px 0;
}
.bland img{
    width: 17.5%;
    padding: 20px;
    border: 4px solid #e1e2e4;
    margin:15px;
}

.about-us {
    margin: 80px 0;
}
.about-us img{
    width:100%
}
.mission{
    margin: 80px 0;
}
.faq-box{
    width:75%;
}
.faq-box h2{
    margin:0.83em 0;
}
.contact{
    width:75%;
    margin: 0 auto;
    padding-bottom:80px;
}
.contact form label{
    text-align: left;
}
.img-border{
    position: relative;
    border: 1px solid rgba(21, 21, 21, 0.1);
    padding: 0.9rem;
}
.form-inquiry input, .form-inquiry>textarea{
    border:1px solid #101010;
    background-color: #ffffff;
    margin-top:20px;
    box-sizing: border-box;
    padding: 13px 15px;
    border-radius: 8px;
}
.text h2{
    position: relative;
    display: flex;
    justify-content: center;
    color: #101010;
    margin: 0 0 40px 0;
}
.text h2:before{
    position: absolute;
    content: "";
    bottom: -0.3em;
    width: 1.5em;
    height: 2px;
    background-color: #2e85c1;
}
.submmit-btn{
    text-transform: uppercase;
    background-color: #101010;
}
.fa-angle-up:before{
    color: #fff;
}
.contact-info{
    padding-left: 5px;
}
.contact-info li{
    list-style: none;
}
.contact-info li span{
    padding-right: 15px;
}


/*product-pages*/

.product-box .title{
    margin-bottom: 80px;
}


/*collection-list*/
.product-img-box{
    overflow: unset;
}
.product-list{
    display: flex;
}
.product-list .item{
    width: 25%;
}
