
/*    .menu{
   display:none;
   } */
h2{
    line-height: 3.875rem !important;
}
.hero-slideshow .hero-content {
 height: 100%;
 position: relative;
 z-index: 2;
 text-align: center;
/*   max-width: 440px; */
 padding: 10% 18px 30px 18px;
 display: flex;
 -webkit-box-orient: vertical;
 flex-direction: column;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
/*   background: rgba(0, 0, 0, 0.8); */
 mix-blend-mode: normal;
/*   -webkit-backdrop-filter: blur(4px); */
/*   backdrop-filter: blur(4px); */
   }

   .mfp-iframe-holder .mfp-content{
/*         max-width: 1200px !important; */
   }

.fkyellow{
color:#FBCE4A;
}
.fkgreen{
color:#2CC09C;
}

.h-about-img{
width:80% !important;
}

.h-about-img .k-image-height{
height:auto !important;
}

.mb30{
margin-bottom:30px;
}

.mb60{
margin-bottom:60px;
}    

.col-md-12{
width:100%;
}

.col-md-4{
padding:0 15px !important; 
}

.smartpixelfonth4{
font-size: 20px;
font-weight: normal;
}

.MySmartPixels{
margin:0 50px;
}

.h-case-study-wrap{
    position:relative;
    z-index:4;
}

.h-case-study-wrap::before {
    content: "";
    height: 347px;
    display: block;
    width: 100%;
    background: url(dev-assets/frontend/img/case-study.svg) no-repeat center top;
    background-size: auto;
    background-size: cover;
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index:-1
}    
    
/* Mobile Responsive */
@media only screen and (min-width: 310px) and (max-width: 767px)
{
    h2{
        line-height: 2.5rem !important;
    }
    h3{
        line-height: 2.3rem !important;
    }
    .col-md-4{
        width:100% !important; 
    }

    .farm-content h4 {
      font-size: 15px !important;
      font-weight: 500;
      line-height: 25px !important;
    }
    .agri-card{
        padding: 30px 28px !important;
    }
    .team-card{
        margin-top: 20px !important;
    }
    .hero-slideshow .item:nth-child(1){
        background: url(img/Banner-1-Mobile.png) !important;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .hero-slideshow .item:nth-child(2){
        background: url(img/Banner-2-Mobile.png) !important;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .hero-slideshow .item:nth-child(3){
        background: url(img/Banner-3-Mobile.png) !important;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .hero-slideshow .item:nth-child(4){
        background: url(img/Banner-4-Mobile.png) !important;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .hero-slideshow ul.slick-dots {
        bottom: 2% !important;
    }
    .MySmartPixelsSustainability{
        content:url("img/SmartPixels-Sustainability-Mobile.png") !important;
    }
    .MyCaseStudy{
        content:url("img/Case-Study-mobile.png") !important;
    }
    .MySmartPixels{
        content:url("img/SmartPixels-mobile.png") !important;
        margin:0 auto !important;
    }
    .h-about-img{
        width:100% !important;
    }
    .h-about-row::before{
        content: "";
        width: 110px !important;
        height: 158px !important;
        background: url(frontend/img/kisspng-beer-mobile.png) !important;
        background-size: auto;
        background-size: contain;
        position: absolute;
        right: -15px !important;
        bottom: 15px !important;
    }
    .h-about-wrap::before {
        content: "";
        height: 127px !important;
        display: block;
        width: 100%;
        background: url(frontend/img/about-before-mobile.svg) !important;
        background-size: auto;
        background-size: cover;
        position: absolute;
        bottom: 40px !important;
        left: 0;
    }
}
/* Mobile Responsive */    
