@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Black.ttf") format("truetype");
	font-weight: 900;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-BlackItalic.ttf") format("truetype");
	font-weight: 900;
    font-style: italic;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-ExtraBold.ttf") format("truetype");
	font-weight: 800;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-ExtraBoldItalic.ttf") format("truetype");
	font-weight: 800;
    font-style: italic;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Bold.ttf") format("truetype");
	font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-BoldItalic.ttf") format("truetype");
	font-weight: 700;
    font-style: italic;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-SemiBold.ttf") format("truetype");
	font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
    font-style: italic;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Medium.ttf") format("truetype");
	font-weight: 500;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-MediumItalic.ttf") format("truetype");
	font-weight: 500;
    font-style: italic;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Regular.ttf") format("truetype");
	font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Italic.ttf") format("truetype");
	font-weight: 400;
    font-style: italic;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Light.ttf") format("truetype");
	font-weight: 300;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-LightItalic.ttf") format("truetype");
	font-weight: 300;
    font-style: italic;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-ExtraLight.ttf") format("truetype");
	font-weight: 200;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-ExtraLightItalic.ttf") format("truetype");
	font-weight: 200;
    font-style: italic;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Thin.ttf") format("truetype");
	font-weight: 100;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-ThinItalic.ttf") format("truetype");
	font-weight: 100;
    font-style: italic;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
    .container-fluid {
        max-width: calc(100% - 120px);
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .container, #header.full-header .container, .container-fullwidth {
        width: 100% !important;
    }
}

*, body, p{
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 12px 0;
    font-family: 'Inter', sans-serif;
}
.learn_more_btn, .homeDescDiv .learn_more_btn{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    width: 100%;
    height: 47px;
    max-width: 150px;
    min-width: auto;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #008000;
    text-shadow: none;
}
.learn_more_btn:hover{
    background-color: #71B80F;
    color: white;
    
}
.learn_more_btn_outlined{
    color: #008000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    width: 100%;
    height: 47px;
    max-width: 150px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: transparent;
    text-shadow: none;
    border: 1px solid #008000;
}
.learn_more_btn_outlined:hover{
    background-color: #008000;
    color: white;
}

#top-bar.contact_info{float: none; border-bottom: 1px solid #CECECE; height: 40px; line-height: normal;}
#top-bar.contact_info > .container, #top-bar.contact_info > .container-fluid{height: 100%;}
.contact_info .google_adjust{top: auto; transform: none; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-end; height: 100%;}
.contact_info .contact_inline{margin: 0; border-left: 1px solid #CECECE; padding: 0 18px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.contact_info .contact_inline .icon{margin-right: 5px;}
.contact_info .contact_inline .icon svg{width: 14px;}
.contact_info .contact_inline .icon svg path{fill: #71b810;}
.contact_info .contact_inline .infoContact a{font-size: 14px; color: #000;}

#header{background-color: transparent;}
#header.sticky-style-2{height: 85px;}
#header-wrap > .container-fluid, #header-wrap > .container{height: 100%;}
#header.sticky-style-2 #header-wrap{height: 85px;}
#header.sticky-header:not(.static-sticky) #header-wrap{background: white; height: 70px;}
#header.sticky-style-2 #header-wrap .flexbox{
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#primary-menu.style-2{
    background: transparent;
    padding: 0;
    height: auto;
    max-width: 100%;
}
#header.sticky-header:not(.static-sticky) #primary-menu{height: 100%;}
#logo{
    float: none;
    max-width: 180px;
    max-height: 50px;
    margin: 0;
}
#logo img{
    max-height: 50px;
}
#header-wrap .flexbox .inner1{
    display: flex;
    gap: 10px 50px;
}
body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > ul, body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > div{
    display: flex !important;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
#primary-menu ul li > a{
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 10px 15px;
}

#header-wrap .inner2{
    display: flex;
    align-items: center;
    gap: 10px 25px;
}
#top-search{
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
}
#top-search a{
    line-height: normal;
    border: 1px solid #CECECE;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#top-search a i{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#top-search a i:before{
    color: #71B80F;
    margin-bottom: 2px;
}

.header_button{
    padding: 17px 25px;
}

#footer{
    background: #f6f6f6;
    border: none;
}
#footer .footer-widgets-wrap{
    padding: 40px 0 20px;
}
#footer h4{
    color: #020202;
    font-family: 'Inter';
    letter-spacing: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}
#footer a, #footer p {
   color: #555;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.contactus_widget .flexbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.contactus_widget .flexbox .icon{
    width: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.contactus_widget .flexbox .contactnum{
    width: calc(100% - 25px);
}
.socialmediarow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 15px;
}
.socialmediarow .socialmediaicon.facebook svg path{fill: #000;}
.socialmediarow .socialmediaicon.facebook:hover svg path{fill: #1877F2}

.socialmediarow .socialmediaicon.x svg path{fill: #000;}
.socialmediarow .socialmediaicon.x:hover svg path{fill: #000;}

.socialmediarow .socialmediaicon.instagram:hover svg path{}
.socialmediarow .socialmediaicon.instagram:not(:hover) svg path{
    fill: #000;
}

.socialmediarow .socialmediaicon.linkedin svg path{fill: #000;}
.socialmediarow .socialmediaicon.linkedin:hover svg path{fill: #0077B5;}
#copyrights{
    padding: 20px 0;
    border-top: 1px solid rgba(2,2,2,0.2);
    background: #f6f6f6;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
#back-top{
    background: #555;
    color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    right: 30px;
    bottom: 40px;
}
#back-top span{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#back-top span i{
    line-height: 1;
}
.side_container3 {
    margin-top: 45px;
}
.side_container3 .whatsapp_icon{
    background: #2fb944;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side_container3 .whatsapp_icon svg{
    width: 26px;
    padding-left: 1px;
}
.side_container3 .whatsapp_absolute{
    padding: 0 15px;
    float: left;
    background: #2fb944;
    color: #fff;
    height: 45px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.side_container2 {
    margin-top: 110px;
}
.side_container2 .tel_icon2{
    background: #de9800;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side_container2 .tel_icon2 svg{
    width: 25px;
}
.side_container2 .tel_absolute{
    padding: 0 15px;
    float: left;
    background: #de9800;
    color: #fff;
    height: 45px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.side_container4 {
    margin-top: 170px;
}
.side_container4 .email_icon{
    background: #71b80f;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side_container4 .email_icon svg{
    width: 28px;
    padding-left: 5px;
}
.side_container4 .email_absolute{
    padding: 0 15px;
    float: left;
    background: #71b80f;
    color: #fff;
    height: 45px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#homepageslider .flexslider .slides img{
    aspect-ratio: 1920 / 550;
    max-height: 100% !important;
    object-fit: cover;
}
#homepageslider .flexslidermobile .slides img{
    aspect-ratio: 1080 / 1350;
    max-height: 100% !important;
    object-fit: cover;
}
#homepageslider .flexslider .slides > li{
    position: relative;
}
#homepageslider .absolutebox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#homepageslider .absolutebox .content *{
    color: white;
    text-align: left;
}
#homepageslider .absolutebox .content h2{
    font-size: 45px;
}
#homepageslider .flex-direction-nav a{
    width: 45px;
    height: 45px;
    top: auto;
    bottom: 80px;
    background: white;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#homepageslider .flex-direction-nav a i.icon-chevron-left, #homepageslider .flex-direction-nav a i.icon-chevron-right{
    display: none;
}
#homepageslider .flex-direction-nav a i{
    margin: 0;
    height: auto;
    line-height: 1;
    color: #131927;
    font-size: 25px;
}
#homepageslider .flex-direction-nav .flex-prev{
    left: auto;
    right: 127px;
}
#homepageslider .flex-direction-nav .flex-next{
    right: 60px;
}
#homepageslider .flexslidermobile .absolutebox{
    align-items: flex-start;
    padding: 30px 0;
}
#homepageslider .absolutebox .content *:last-child{margin-bottom: 0;}

#homepageslider .flexslidermobile{
    position: relative;
    max-height: 100%;
}
#homepageslider .flexslidermobile .flex-direction-nav .flex-prev {
    left: auto;
    right: 115px;
}

@media screen and (max-width: 979px) {
    .slideshowDiv {
        margin-top: 0;
    }
}
@media(max-width: 1399.9px){
    #homepageslider .absolutebox .content h2{font-size: 36px;}
    #homepageslider .absolutebox .content p{margin-bottom: 20px;}
}
@media(max-width: 1199.9px){
    #homepageslider .absolutebox .content p{margin-bottom: 15px;}
}
@media(max-width: 1099.9px){
    #homepageslider .absolutebox .content h2{font-size: 30px;}
}
@media(max-width: 991.9px){
    #homepageslider .flexslider .slides img {
        aspect-ratio: 1920 / 750;
    }
}

section{width: 100%; position: relative;}
.homeTitleDiv{padding: 0 0 10px 0;}

#highlighted_products{
    background-color: white;
    padding: 60px 0;
}
#highlighted_products .homeTitleDiv{
    padding: 0;
}
#highlighted_products .gridBoxcon{
    margin-bottom: 30px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}
#highlighted_products .gridBoxcon .pImage{
    aspect-ratio: 265 / 260;
}
#highlighted_products .gridBoxcon .pImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#highlighted_products .gridBoxcon .pTitle{
    width: 100%;
    height: 75px;
    border-left: 5px solid #71B80F;
    background: #FFF;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#highlighted_products .gridBoxcon .pTitle span{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
#highlighted_products a:hover .gridBoxcon .pTitle{
    background: #71B80F;
}
#highlighted_products a:hover .gridBoxcon .pTitle span{
    color: white;
}
.justify-content-center{
    display: flex;
    justify-content: center;
}

#about_us{
    background: #F4FFE5;
    padding: 60px 0;
}
#about_us .about_us_home{
    padding: 0;
}
@media(min-width: 992px){
    #about_us .homecontent{
        width: calc(100% - 40px);
    }
}
#about_us .homeTitleDiv span{
    color: #71B80F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
#about_us .homeTitleDiv h2{
    color: #000;
    line-height: normal;
    text-transform: capitalize;
}
#about_us .about_us_home_img{
    position: relative;
    text-align: right;
}
#about_us .about_us_home_img img{
    width: calc(100% - 40px);
    height: 100%;
    object-fit: cover;
}
#about_us #years_of_experience{
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #FFF;
    padding: 67px 25px 30px;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}
#about_us #years_of_experience .num{
    color: #71B80F;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
#about_us #years_of_experience .text{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    max-width: 170px;
}
@media(max-width: 991.9px){
    #about_us .about_us_home_img{margin-top: 30px;}
}
@media(max-width: 767.9px){
    #about_us #years_of_experience{
        padding: 30px;
    }
    #about_us #years_of_experience .num{
        font-size: 50px;
    }
    #about_us #years_of_experience .text{
        font-size: 16px;
        max-width: 100px;
    }
}
@media(max-width: 576.9px){
    #about_us #years_of_experience{
        left: 15px;
    }
}
@media(max-width: 476.9px){
    #about_us #years_of_experience{
        padding: 20px;
    }
}

#our_brands{
    background: #FFFFFF;
    padding: 60px 0;
}
#our_brands .homeTitleDiv{padding-top: 0;}
#our_brands .brands{
    overflow: hidden;
}
#our_brands .brands .swiper-wrapper{
    align-items: center;
}
#our_brands .brands .swiper-slide{
    text-align: center;
    margin-top: 0 !important;
    padding: 25px 30px;
}
#our_brands .swiper-pagination{bottom: 0 !important;}
#our_brands .swiper-pagination span{
    background-color: #D9D9D9 !important;
}
#our_brands .swiper-pagination span:hover, #our_brands .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #5E5E5E !important;
}


#why_choose_us{
    background: #F4FFE5;
    padding: 60px 0 30px;
}
#why_choose_us .homeTitleDiv{padding-top: 0;}
#why_choose_us .usp .content{
    text-align: center;
    margin-bottom: 30px;
}
#why_choose_us .usp .content .icon{
    margin-bottom: 12px;
}
#why_choose_us .usp .content .text p:last-child{
    margin-bottom: 0;
}


#our_videos{
    background: #fafafa;
    padding: 60px 0;
}
#our_videos .homeTitleDiv{padding-top: 0;}
#our_videos .videos a .imagecol{
    aspect-ratio: 415 / 235;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
#our_videos .videos a .imagecol img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#our_videos .videos a .imagecol .youtubeicon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media(max-width: 476.9px){
    #our_videos .videos a .imagecol .youtubeicon img{
        max-width: 70%;
    }
}
#our_videos .videos a p{
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
}

#wrap > .containerWraper.withbg{
    background: #f9f9f9;
}

@media(max-width: 991.9px){
    #about_us .homecontent, #about_us .homecontent .homeTitleDiv{
        text-align: center;
    }
    #about_us .homecontent div:has( > .learn_more_btn){
        display: flex;
        justify-content: center;
    }
}
@media(min-width: 768px) and (max-width: 991.9px){
    #our_brands .brands .swiper-slide{padding: 20px;}
}
@media screen and (max-width: 767px) {
    #footer {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        margin: 0;
    }
}
@media(max-width: 576.9px){
    #highlighted_products .gridBoxcon .pTitle span{font-size: 14px;}
}

.searchDiv {
    float: none;
}
#search-form{
    float: none;
    display: block;
    margin: 0;
    height: auto;
    border: none;
    width: 100%;
}
#searchform{
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    border-radius: 100px;
}
input#searchinput{
    display: block;
    float: none;
    width: calc(100% - 44px);
    margin-top: 0;
    font-family: 'Inter';
    color: #333;
}
input#searchinput::placeholder{
    color: rgba(0,0,0,0.2);
}
input#searchsubmit{
    float: none;
    background: url(../images/search_icon.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 44px;
    height: 34px;
    background-position: center;
    padding: 0 5px;
}

@media(max-width: 1239.9px){
    #header-wrap .flexbox .inner1{gap: 10px 30px;}
    #primary-menu ul li > a{padding: 10px;}
    #header-wrap .inner2{gap: 10px 15px;}
    .header_button{padding: 12px 20px;}
    #search-form{max-width: 200px;}
}
@media(max-width: 1199.9px){
    #logo + #primary-menu.style-2{display: flex; align-items: center;}
}
@media(max-width: 991.9px){
    .searchDiv{display: none;}
}
@media(max-width: 1089.9px){
    #header-wrap .flexbox .inner1{gap: 10px 20px;}
    #primary-menu ul li > a{padding: 10px 8px;}
    #header-wrap .inner2{gap: 10px;}
    .header_button{padding: 12px 15px; height: auto;}
    #search-form{max-width: 150px;}
}
@media (max-width: 991.9px) {
    #primary-menu, #logo + #primary-menu.style-2 {
        display: none;
    }
}

.side_container2{right: -251px;}
.side_container3{right: -143px;}
.side_container4{right: -208px;}





