@charset "utf-8";
/* ----------------------------------
Name: style.css
Version: 1.0
----------------------------------
Table of contents
    Google Font
    Body and Default Transitions
    Typography
    Icon
    Background Color
    Border Color
    Margin
    Padding
    Custom
    OWL Carousel
    Button
    Form Control
    Portfolio and Photo Gallery
    Video and Sound
    Navbar
    Header
    Hero Section
    Slider
    Feature Box 
    Content
    Team
    Pricing Table
    Contact
    Blog
    Subscribe
    Counter
    Clients
    Timer
    Testimonial 
    Footer
*/

/* ===================================
    Google Font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
/* ===================================.market-top-desc 
    Typography
====================================== */
body{font-family: 'Montserrat', sans-serif; font-size:14px; line-height:normal; font-weight: 400; color:#000;}
body, html{height:100%;}


/* heading */
h1, h2, h3, h4, h5, h6{ margin:0; padding:0; color:#000;}
h1{font-size:50px;}
h2{font-size:35px;}
h3{font-size:30px;}
h4{font-size:25px;}
h5{font-size:20px;}
h6{font-size:18px;}

.container{max-width: 85%;}
a:hover{text-decoration: none;}

/* ===================================
    Custom
====================================== */

/* sticky css start */
/*.sticky{position:fixed!important; top:0; width:100%; z-index:3;}
.sticky{animation:smoothScroll 1s forwards;}
@keyframes smoothScroll{ 0%{transform:translateY(-100px);} 100%{transform:translateY(0px);}}*/
/* sticky css end */

.bg-back{
    background-color: #141414;
}
.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}
.home .main-header{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
.main-header .main-logo{
    text-align: center;
    padding:25px 0px;
}
.main-header .main-logo a{
    display: block;
}
.main-header .main-header-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header .main-header-menu .navbar{
    padding: 0px;
    position: initial;
}
.main-header .main-header-menu .navbar .menu-close{
    display: none;
}
.main-header .main-header-menu .navbar ul{
    padding-right: 0px;
    flex-direction: row;
}
.main-header .main-header-menu .navbar ul li.nav-main-li{
    padding-right: 40px;
}
.main-header .main-header-menu .navbar ul li.nav-main-li a{
    font-size: 19px;
    line-height: 23px;
    position: relative;
    color: #27853A;
    align-items: center;
    display: flex;
    text-transform: uppercase;
}
.search-wrap a.search-icon{
    color: #27853A;
}
.main-logo.resposive-logo,
.main-header .navbar button.toggler-icon{
    display: none;
}

/* search css */
.search-wrap-cont {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 3;
}
.search-wrap-cont.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
.search-wrap-cont input[type="search"] {
    position: absolute;
    top: 50%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding:10px 15px;
    outline: none;
    width: 50%;
    border-bottom: 2px solid #fff;
    left: 0px;
    right: 0px;
}
.search-wrap-cont .btn {
    position: absolute;
    bottom: 50%;
    transform: translateY(125px);
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    border: 2px solid #83C64E;
    background-color: #83C64E;
    color: #fff;
    font-size: 19px;
    border-radius: 12px;
    min-width: 180px;
    transition: .3s ease all;
    outline: none;
    cursor: pointer;
}
.search-wrap-cont .btn:hover{
    background-color: transparent;
    color: #83C64E;
}
.search-wrap-cont .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #83C64E;
    border-color: #fff;
    opacity: 1;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
}
/* search css end */
.home .search-widget input{
    background-color: #fff;
}
.top-header .top-login-link a.search-icon{
    border-left: none;
    padding-left: 0px;
    padding-left: 0px;
}
.search-widget-icon{
    position: relative;
}
.top-header .top-login-link .search-widget-icon a{
    position: absolute;
    left: 15px;
    bottom: 0px;
    color: #000;
    padding-left: 0px;
    border-left: none;
    margin-left: 0px;
}
.h-slider .home-slider .home-slider-bg{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    justify-content: center;
}  
.h-slider .home-slider .home-slider-bg .h-slider-text{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 100%;
}
.h-slider .home-slider .home-slider-bg .h-slider-text h1{
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}
.h-slider .home-slider .home-slider-bg .h-slider-text .h-s-title{
    width: 40%;
    text-align: center;
}
.h-slider .home-slider .home-slider-bg .h-slider-text .h-s-title h4{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.h-slider .home-slider .home-slider-bg .h-slider-text .h-s-title p{
    font-size: 19px;
    margin-bottom: 0px;
    color: #181818;
    line-height: 23px;
}
.home-slider .owl-nav {
    margin-top:0px !important;
}
.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next{
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    color: #83C64E !important;
    font-size: 70px !important;
    margin: 0px;
    line-height: 0px !important;
    outline: none;

}
.home-slider .owl-nav .owl-prev:hover,
.home-slider .owl-nav .owl-next:hover{
    background-color: transparent;
}
.home-slider .owl-nav .owl-prev{
    left: 60px;
}
.home-slider .owl-nav .owl-next{
    right: 60px;
}
.scroll-down-button a.scroll-down {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}
.scroll-down-button a.scroll-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -16px;
    width: 40px;
    height: 75px;
    border: 1px solid #83C64E;
    border-radius: 50px;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1);
}
.scroll-down-button a.scroll-down:before {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 3px;
    height: 18px;
    content: "";
    background-color: #27853A;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.about-section{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}
.about-cont .about-desc{
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 80px;
}
.about-cont .about-desc h5{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-cont .about-desc p{
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 25px;
    color: #181818;
}
.about-us-page .about-desc .about-button button.our-pro-btn{
    margin-right: 0px;
}
.about-desc .about-button button{
    padding: 10px 20px;
    border:2px solid #83C64E;
    background-color: #83C64E;
    color: #fff;
    font-size: 19px;
    border-radius: 12px;
    display: inline-block;
    margin-right: 30px;
    min-width: 180px;
    transition: .3s ease all;
    outline: none;
    cursor: pointer;
}
.about-desc .about-button button:hover{
    background-color: transparent;
    color: #83C64E;
    transition: .3s ease all;
}
.about-desc .about-button button.about-us-btn{
    margin-right: 0px;
    color: #27853A;
    border-color: #27853A;
    background-color: transparent;
}
.about-desc .about-button button.about-us-btn:hover{
    background-color: #27853A;
    color: #fff;
    transition: .3s ease all;
}
.service-wrap{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.service-wrap .service-cont{
    display: flex;
    justify-content: center;
}
.service-cont .service-desc{
    width: 25%;
    text-align: center;
    margin-right: 40px;
}
.service-cont .service-desc:last-child{
    margin-right: 0px;
}
.service-desc .service-img{
    margin-bottom: 40px;
}
.service-desc .service-description h5{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.service-desc .service-description p{
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 0px;
}
.counter-section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center; 
    position: relative;
}
.counter-section::after{
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(131, 198, 78, 0.7);
}
.counter-section .counter-cont{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    display: flex;
}
.counter-cont .counter-desc{
    text-align: center;
    width: 33.33%;
    border-right: 2px solid #fff;
}
.counter-cont .counter-desc:last-child{
    border-right: none;
}
.counter-cont .counter-desc .counter{
    font-size: 120px;
    line-height: 110px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
}  
.counter-cont .counter-desc p.counter-title{
    font-size: 21px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
} 
.about-us-section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 950px;
    display: flex;
    align-items: center; 
    position: relative;
}
.about-us-section .about-us-cont{
    width: 40%;
    position: absolute;
    right: 5%;
}
.about-us-cont .about-us-desc .about-us-title{
    font-size: 50px;
    padding-bottom: 15px;
    position: relative;
}
.about-us-cont .about-us-desc .about-us-title::before{
    content: '';    
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #27853A;
    left: 0px;
    bottom: 0px;
}
.about-us-cont .about-us-desc p{
    color:#262626;
    font-size: 21px;
    line-height: 50px;
    margin-top: 60px;
    margin-bottom: 0px;
}
.see-all-pro-sec{
    padding-top: 80px;
}
.see-all-pro-cont{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: -180px;
}
.see-all-pro-cont .see-all-pro-desc{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.see-all-pro-cont .see-all-pro-desc{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.see-all-pro-cont .seed-image{
    width: 40%
}
.see-all-pro-desc .see-all-slider .item{
    padding: 0px 100px;
}
.see-all-pro-desc .see-all-slider .item h5{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.see-all-pro-desc .see-all-slider .item p{
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 30px;
}
.see-all-pro-desc .see-all-slider .item .see-all-button{
    text-align: right;
}
.see-all-button button{
    background-color: #fff;
    font-size: 19px;
    color: #83C64E;
    padding: 10px 30px;
    border-radius: 12px;
    outline: none;
    border:2px solid #fff;
}
.see-all-button button:hover{
    background-color:transparent;
    color: #fff;
}
.see-all-pro-cont .seed-image{
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.see-all-slider .owl-nav,
.see-all-slider .owl-dots{
    margin-top: 0px;
}
.see-all-slider .owl-nav .owl-prev,
.see-all-slider .owl-nav .owl-next{
    margin: 0px;
    position: absolute;
    font-size: 26px !important;
    color: #fff !important;
    outline: none;
    top: 10px;
}
.see-all-slider .owl-nav .owl-prev{
    left: 18%;
}
.see-all-slider .owl-nav .owl-next{
    right: 19%;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
    background-color: transparent !important;
}
.see-all-slider .owl-dots{
    position: absolute; 
    bottom: 0px;
    left: 100px;
    display: flex;
    align-items: center;
}
.see-all-slider .owl-dots .owl-dot{
    margin-right: 10px;
    outline: none;
}
.see-all-slider .owl-dots .owl-dot:last-child{
    margin-right: 0px;
}
.see-all-slider .owl-dots .owl-dot span{
    margin: 0px;
}
.see-all-slider .owl-dots .owl-dot.active span{
    width: 15px;
    height: 15px;
    background-color: #fff;
}
.see-all-slider .owl-dots .owl-dot:hover span{
    background-color: #fff;
}
.view-all-pro-sec{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 825px;
    padding-top: 270px;
}
.view-all-slider .view-all-desc .view-all-img{
    margin-bottom: 20px;
    position: relative;
}
.view-all-slider .view-all-desc .view-all-img img{
    border-radius: 50%;
}
.view-all-slider .view-all-desc .view-all-img span.sale-label{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #83C64E;
    color: #fff;
    font-size: 21px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 10px;
}

.view-all-slider .view-all-desc{
    text-align: center;
}
.view-all-slider .view-all-desc a{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.view-all-slider .view-all-desc p{
    font-size: 24px;
    text-transform: uppercase;
    color: #181818;
    margin-top: 15px;
    margin-bottom: 0px;
}
.view-all-pro-sec .see-sll-pro-button{
    text-align: center;
    margin-top: 60px;
}
.view-all-pro-sec .see-sll-pro-button button{
    background-color: #83C64E;
    border:2px solid #83C64E;
    font-size: 19px;
    padding:10px 30px;
    min-width: 300px;
    color: #fff;
    border-radius: 12px;
    transition: .3s ease all;
    outline: none;
}
.view-all-pro-sec .see-sll-pro-button button:hover{
    background-color: transparent;
    color: #83C64E;
    transition: .3s ease all;
}
.contact-us-section{
    padding-top: 80px;
}
.contact-us-section .contact-us-cont{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #DDDDDD;
    border-radius: 30px;
    display: flex;
    background-color: #fff;
}
.contact-us-cont .contact-us-form{
    width: 60%;
    padding: 60px 60px;
    display: flex;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.contact-us-cont .contact-us-form span.contact-title{
    font-size: 50px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: block;
}
.contact-us-cont .contact-us-form span.contact-title::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #27853A;
    left: 0px;
    bottom: 0px;
}
.contact-us-form .contact-us-input input{
    width: 100%;
    padding: 15px 30px;
    border:1px solid #DDDDDD;
    outline: none;
    border-radius: 16px;
    margin-bottom: 20px;
    font-size: 21px;
}
.contact-us-form .contact-us-input input::placeholder,
.contact-us-form .contact-us-input .con-textarea textarea::placeholder{
    color: #262626;
}
.contact-us-form .contact-us-input .con-textarea{
    line-height: 0px;
    margin-bottom: 20px;
}
.contact-us-form .contact-us-input .con-textarea textarea{
    width: 100%;
    padding: 15px 30px;
    border:1px solid #DDDDDD;
    outline: none;
    border-radius: 16px;
    height: 200px;
    line-height: normal;
    resize: none;
    font-size: 21px;
}
.contact-us-form .contact-us-input .con-send-button{
    text-align: right;
}
.contact-us-form .contact-us-input .con-send-button button{
    background-color: #83C64E;
    border:2px solid #83C64E;
    color: #fff;
    padding: 10px 40px;
    border-radius: 16px;
    min-width: 130px;
}
.contact-us-form .contact-us-input .con-send-button button:hover{
    background-color: transparent;
    color: #83C64E;
}
.contact-us-form .contact-us-input .con-send-button button i{
    padding-right: 5px;
}
.contact-us-bg{
    display: flex;
    width: 40%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 650px;*/
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.contact-us-map iframe{
    border:0;
    width:100%;
    height:560px;
}
.gmap_canvas{
    height: 560px;
}
.contact-us-map{
    margin-top: -150px;
    z-index: -1;
    position: relative;
}
.footer-section .footerp-top-bg{
    padding: 20px;
    background-color: #83C64E;
} 
.footer-section footer{
   background-color: #27853A;
   padding: 40px 0px;
}
.footer-cont .footer-logo{
    text-align: center;
    padding-bottom: 40px;
}
.footer-cont .footer-logo a{
    display: block;
}
.footer-cont .footer-desc{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.footer-desc .footer-info{
    display: flex;
    align-items: center;
    width: 33.33%;
    margin-right: 30px;
}
.footer-desc .footer-info:last-child{
    margin-right: 0px;
}
.footer-desc .footer-info .fo-info-icon{
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-right: 30px;
}
.footer-desc .footer-all-cont{
    padding-bottom: 40px;
    width: 100%;
    display: flex;
}
.footer-desc .footer-info .footer-info-link a{
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}
.footer-desc .footer-info .footer-info-link a:last-child{
    margin-bottom: 0px;
}
.footer-desc .footer-info .fo-info-icon i.fa-phone{
    transform: rotate(90deg);
}
.footer-desc .footer-socail-media{
    text-align: center;
    padding-bottom: 40px;
}
.footer-desc .footer-socail-media a{
    color: #fff;
    font-size: 24px;
    margin-right: 30px;
    transition: .3s ease all;
}
.footer-desc .footer-socail-media a:last-child{
    margin-right: 0px;
}
.footer-desc .footer-socail-media a:hover{
    color:#83C64E;
    transition: .3s ease all;
}
.copy-right-cont {
    text-align: center;
}
.copy-right-cont a{
    color: #fff;
    font-weight: 300;
    font-size: 21px;
}
/* shop page css */
.breadcrumb-cont{
    padding-top: 40px;
}
.breadcrumb-cont .breadcrumb-bg-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
}
.breadcrumb-cont .breadcrumb-bg-img::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 133, 58, 0.7);
}
.breadcrumb-cont .breadcrumb-bg-img .breadcrumb-title{
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 2;
}
.breadcrumb-cont .breadcrumb-bg-img .breadcrumb-title span{
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}
.shop-sidebar-section{
    padding: 80px 0px;
}
.s-left-side-cont .s-left-side .left-side-wrap{
    padding: 30px 30px;
    border:1px solid #C7C7C7;
}
.s-left-side .left-side-wrap .left-search{
    margin-bottom: 40px;
} 
.left-search .l-search-input{
    position: relative;
    display: flex;
    align-items: center;
}
.left-search .l-search-input input{
    padding: 15px 20px;
    border: 1px solid #27853A;
    outline: none;
    font-size: 19px;
    width: 100%;
}
.left-search .l-search-input input::placeholder{
    color: #C6C6C6;
}
.left-search .l-search-input a.l-search-icon{
    position: absolute;
    right: 0px;
    padding: 15px 25px;
    color: #fff;
    background-color: #27853A;
    font-size: 20px;
}
.left-side-wrap .left-side-desc .l-side-body{
    margin-bottom: 40px;
}
.left-side-wrap .left-side-desc .l-side-body:last-child{
    margin-bottom: 0px;
}
.left-side-wrap .left-side-desc .l-side-body .l-side-body-title{
    margin-bottom: 30px;
}
.left-side-desc .l-side-body .l-side-body-title h6{
    font-size: 19px;
    color: #303030;
    padding-bottom: 15px;
    border-bottom: 1px solid #C6C6C6;
}
.left-side-desc .l-side-body ul.categories-link,
.left-side-desc .l-side-body ul.tag-link{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
.left-side-desc .l-side-body ul.categories-link li{
    margin-bottom: 15px;
}
.left-side-desc .l-side-body ul.categories-link li:last-child{
    margin-bottom: 0px;
}
.left-side-desc .l-side-body ul.categories-link li a{
    color: #303030;
    font-weight: 300;
    text-transform: uppercase;
    transition: .3s ease all;
}
.left-side-desc .l-side-body ul.categories-link li a:hover{
    color: #000;
    transition: .3s ease all;
}
.left-side-desc .l-side-body ul.tag-link{
    display: flex;
    flex-wrap: wrap;
}
.left-side-desc .l-side-body ul.tag-link li{
    margin-right: 15px;
    margin-bottom: 20px;
}
.left-side-desc .l-side-body ul.tag-link li a{
    display: block;
    padding:10px 30px;
    color: #303030;
    text-transform: uppercase;
    font-weight: 300;
    border:1px solid #C7C7C7;
}
.left-side-desc .l-side-body ul.tag-link li:last-child{
    margin-bottom: 0px;
}
.l-side-b-desc .ads-img{
    position: relative;
    overflow: hidden;
}
.l-side-b-desc .ads-img img{
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -ms-transition: .3s ease all;
}
.l-side-b-desc .ads-img:hover img{
    transform: scale(1.1);
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -ms-transition: .3s ease all;
}
.right-side-wrap .r-pro-filter{
    padding:30px 45px;
    border:1px solid  #C7C7C7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-right-side .right-side-wrap{
    padding-bottom: 50px;
}
.r-pro-filter .showing-result span,
.sort-by-filter span.sort-by-title{
    font-size: 19px;
    color: #303030;
    font-weight: 300;
}
.sort-by-filter span.sort-by-title{
    margin-right: 20px;
}
.sort-by-filter .sort-by-select{
    position: relative;
}
.sort-by-filter .sort-by-select::after {
    content: '\e64a';
    font-family: 'themify';
    color: #303030;
    font-weight: 600;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 14px;
}
.sort-by-filter .sort-by-select select{
    -webkit-appearance: none;
    padding:10px 20px;
    min-width: 250px;
    border: 1px solid #EEEEEE;
    outline: none;
    color: #8c8c8c;
    font-size: 19px;
    font-weight: 300;
}
.s-right-side .shop-product-grid-main{
    margin-bottom: 50px;
}
.shop-product-grid{
    display: flex;
}
.shop-product-grid .shop-product-cont{
   width: 33.33%;
   margin-right: 80px;
}
.shop-product-grid .shop-product-cont:last-child{
    margin-right: 0px;
}
.shop-product-desc .shop-product-img a{
    display: block;
}
.shop-product-desc .shop-product-img a i.fa-leaf{
    transform: rotate(-40deg);
}
.shop-product-desc .shop-product-img img{
    border:1px solid #C7C7C7;
    width: 100%;
}
.shop-product-desc .shop-product-name{
    margin-top: 20px;
}
.shop-product-desc .shop-product-name a{
    color: #27853A;
    font-size: 19px;
    margin-bottom: 10px;
    display: block;
}
.shop-product-desc .shop-product-name p{
    color: #303030;
    font-weight: 300;
    margin-bottom: 0px;
}
.shop-product-img{
    position: relative;
}
.shop-link-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.4);
}
.shop-product-img:hover .shop-link-cont{
  opacity: 1;
}
.shop-link-cont .shop-link {
  color: #83C64E;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: .3s ease all;
}
.shop-link-cont .shop-link:hover{
    color: #fff;
    transition: .3s ease all;
}
.shop-sale-label{
    position: absolute;
    background-color: #83C64E;
    color: #fff;
    font-size: 21px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}
.shop-product-desc .shop-product-img .shop-sale-label{
    top: -30px;
    left: -30px;
}

/* pagination-style css */
.pagination-style .pagination{
    justify-content: center;
    padding:15px 15px;
    border:1px solid #C7C7C7;
    border-radius: 0px;
}
.pagination-style .pagination ul{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    display: flex;
}
.pagination-style .pagination ul li{
    margin-right: 5px;
}
.pagination-style .pagination ul li:first-child{
    margin-right: 30px;
}
.pagination-style .pagination ul li:last-child{
    margin-right: 0px;
    margin-left: 30px;
}
.pagination-style .pagination ul li a{
    font-size: 18px;
    color: #2C2C2C;
    padding: 7px 13px;
    display: block;
    border-radius: 50%;
}
.pagination-style .pagination ul li a.active{
    background-color: #27853A;
    color: #fff;
}
/* pagination-style css end */
/*product-deatil page css*/
.product-deatil-section{
    margin-top: 40px;
    padding: 80px 0px;
    border-top: 1px solid #27853A;
}
.product-deatil-cont .product-d-img{
    border:1px solid #C7C7C7;
    border-radius: 16px;
}
.product-deatil-cont .product-d-img a{
    width: 100%;
}
.product-deatil-cont .product-d-img img{
    border-radius: 16px;
}
.product-d-img .zoom img {
    display: block;
}
.product-d-img .zoom {
    display:inline-block;
    position: relative;
    border-radius: 16px;
}
.product-d-img .zoom:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.product-d-img .shop-sale-label{
    top: 30px;
    left: 40px;
}
.product-d-info .product-d-title{
    margin-bottom: 50px;
}
.product-d-info .product-d-title h5{
    font-size: 33px;
    color: #2C2C2C;
    margin-bottom: 10px;
}
.product-d-info .product-d-title p{
    color: #cacaca;
    font-size: 19px;
    margin-bottom: 0px;
}
.product-d-info .product-d-desc{
    margin-bottom: 50px;
}
.product-d-info .product-d-desc p{
    font-size: 19px;
    line-height: 35px;
    color: #2C2C2C;
    margin-bottom: 50px;
}
.product-d-info .product-d-desc p:last-child{
    margin-bottom: 0px;
}
.product-d-description a.desc-collapse {
    font-size: 19px;
    color: #2C2C2C;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
}
.product-d-description a.desc-collapse::before{
    content: '\e61a';
    position: absolute;
    font-family: 'themify';
    right: 15px;
    font-size: 12px;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -ms-transition: .3s ease all;
}
.product-d-description a.desc-collapse[aria-expanded="true"]::before{
    content: '\e622';
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -ms-transition: .3s ease all;
}
.product-d-description .product-d-inner{
    margin-bottom: 45px;
}
.product-d-description .product-d-inner .description-cont{
   margin-top: 20px;
}
.product-d-description .product-d-inner .description-cont p{
    font-size: 19px;
    line-height: 35px;
    color: #2C2C2C;
    margin-bottom: 0px;
}
.product-d-info .contact-us-button{
    text-align: right;
}
.product-d-info .contact-us-button button{
    background-color: #83C64E;
    border:2px solid #83C64E;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px; 
    font-size: 19px;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -ms-transition: .3s ease all;
}
.product-d-info .contact-us-button button:hover{
    background-color: transparent;
    color: #83C64E;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -ms-transition: .3s ease all;
}
.related-product-section{
    padding-bottom: 80px;
}
.related-product-cont h3.section-title {
    font-size: 50px;
    position: relative;
    padding-bottom: 20px;
}
.related-product-cont h3.section-title::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    bottom: 0px;
    background-color: #27853A;  
}
.related-product-slider .item{
    padding-top: 60px;
}
/*.related-product-slider .shop-product-desc{
    padding:5px;
}*/
.related-product-slider .shop-product-name a{
    color: #000;
}
/* about us page css */
.about-us-page .about-section{
    margin-bottom: 0px;
}
.our-goal-cont{
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -380px;
}
.our-goal-cont .our-goal-desc{
    width: 50%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.our-goal-desc .goal-description{
    padding:50px 50px;
}
.our-goal-desc .goal-description h3{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.our-goal-desc .goal-description p{
    font-size: 21px;
    line-height: 35px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 30px;
}
.our-goal-cont .our-goal-side-img{
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.our-goal-section{
    position: relative;
    padding-top: 80px;
}
.our-goal-section-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
/* contact us page */ 
.contact-wrap-cont .contact-wrap-desc{
    padding: 0px;
}
.contact-wrap-desc .contact-wrap-info,
.contact-wrap-form{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}  
.contact-wrap-desc .contact-wrap-info::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 133, 58, 0.9);
}
.contact-main-info{
    position: relative;
    z-index: 1;
}   
.contact-main-info .contact-main-add{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-main-info .contact-main-add .con-info-icon{
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #83C64E;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin-right: 30px;
}
.contact-main-info .contact-main-add .con-info-icon i.fa-phone{
    transform: rotate(90deg);
}
.contact-main-info .contact-main-add  .con-info-link a{
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}
.contact-main-info .contact-main-add  .con-info-link a:last-child{
    margin-bottom: 0px;
}
.contact-wrap-form .contact-us-form .contact-us-input input,
.contact-wrap-form .contact-us-form .contact-us-input .con-textarea{
    margin-bottom: 30px;
}
.contact-wrap-section .contact-us-page-map iframe{
    border:0;
    width:100%;
    height:600px;
}
.contact-wrap-section .contact-us-page-map .gmap_canvas{
    height: 600px;
}