@font-face {font-family: 'Gilroy-Light';src: url('fonts/394A6B_0_0.eot');src: url('fonts/394A6B_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/394A6B_0_0.woff2') format('woff2'),url('fonts/394A6B_0_0.woff') format('woff'),url('fonts/394A6B_0_0.ttf') format('truetype');}

@font-face {font-family: 'Gilroy-Regular';src: url('fonts/394A6B_6_0.eot');src: url('fonts/394A6B_6_0.eot?#iefix') format('embedded-opentype'),url('fonts/394A6B_6_0.woff2') format('woff2'),url('fonts/394A6B_6_0.woff') format('woff'),url('fonts/394A6B_6_0.ttf') format('truetype');}

@font-face {font-family: 'Gilroy-Bold';src: url('fonts/394A6B_11_0.eot');src: url('fonts/394A6B_11_0.eot?#iefix') format('embedded-opentype'),url('fonts/394A6B_11_0.woff2') format('woff2'),url('fonts/394A6B_11_0.woff') format('woff'),url('fonts/394A6B_11_0.ttf') format('truetype');}

@font-face {font-family: 'Gilroy-SemiBold';src: url('fonts/394A6B_4_0.eot');src: url('fonts/394A6B_4_0.eot?#iefix') format('embedded-opentype'),url('fonts/394A6B_4_0.woff2') format('woff2'),url('fonts/394A6B_4_0.woff') format('woff'),url('fonts/394A6B_4_0.ttf') format('truetype');}

@font-face {font-family: 'Gilroy-Medium';src: url('fonts/394A6B_9_0.eot');src: url('fonts/394A6B_9_0.eot?#iefix') format('embedded-opentype'),url('fonts/394A6B_9_0.woff2') format('woff2'),url('fonts/394A6B_9_0.woff') format('woff'),url('fonts/394A6B_9_0.ttf') format('truetype');}

@font-face {font-family: 'Gilroy-Black';src: url('fonts/394A6B_13_0.eot');src: url('fonts/394A6B_13_0.eot?#iefix') format('embedded-opentype'),url('fonts/394A6B_13_0.woff2') format('woff2'),url('fonts/394A6B_13_0.woff') format('woff'),url('fonts/394A6B_13_0.ttf') format('truetype');}

.Gilroy-Light { 
    font-family: Gilroy-Light;
    font-weight: normal;
    font-style: normal;
    }

.Gilroy-Regular { 
    font-family: Gilroy-Regular;
    font-weight: normal;
    font-style: normal;
    }

.Gilroy-Medium { 
    font-family: Gilroy-Medium;
    font-weight: normal;
    font-style: normal;
    }

.Gilroy-SemiBold { 
    font-family: Gilroy-SemiBold;
    font-weight: normal;
    font-style: normal;
    }

.Gilroy-Bold { 
    font-family: Gilroy-Bold;
    font-weight: normal;
    font-style: normal;
    }

.Gilroy-Black { 
    font-family: Gilroy-Black;
    font-weight: normal;
    font-style: normal;
}

body{
    margin: 0;
    padding: 0;
    color: #4A4A49;
    font-size: 22px;
    line-height: 1.8;
    overflow-x: hidden;
    }

h2{
    color: #b0130f;
    font-size: 38px;
    letter-spacing: 8px;
    margin-bottom: 20px;
    font-family: Gilroy-Bold;
    font-size: 38px;
    line-height: 46px;
    }

h3{
    font-family: Gilroy-Bold;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

footer{
    background-color: #f9f9f9;
    padding: 30px 0;
    }

input, textarea{
    display: block;
    border: none;
    border-bottom: 2px solid #f4f5f9;
    padding:  15px;
    width: 100%;
    margin-bottom: 24px;
    background-color: #efefef;
    }

textarea{
    height: 300px;
    }

input[type="submit"]{
    background-color: #2d5b42;
    color: #ffffff;
    letter-spacing: 3px;
    display: inline-block;
    width: auto;
    padding: 10px 15px 8px 15px;
    border-bottom: none;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 20px;
    font-family: Gilroy-Medium;
    }

::-webkit-input-placeholder { /* Edge */
    color: #4A4A49;
    font-size: 20px;
    }

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4A4A49;
    font-size: 20px;
    }

::placeholder {
    color: #4A4A49;
    font-size: 20px;
    }

.z-3{
    z-index: 3;
}

.row>* {
    padding-left: 2.08%;
    padding-right: 2.08%;
    }

.w-104{
    width: 104%;
    }

.grey-bg{
    background-color: #f9f9f9;
    }

.darkgreen-text{
    color: #2d5b42;
    }

.red-text{
    color: #b0130f;
    }

.mt-120{
    margin-top: 60px;
    }

.pt-30{
    padding: 30px 0 0 0;
    }

.container-padding{
    padding-left: 33px;
    padding-right: 33px;
    }

.pside-50{
    padding: 0 50px;
}

#hamburger {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    }

#hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #00263e;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
    top: 10px;
    }

#hamburger span:nth-child(4) {
    top: 20px;
    }

#hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
    background: #000000;
    }

#hamburger.open span:nth-child(2){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000000;
    }

#hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000000;
    }

#hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    background: #000000;
    }

/* .slick-arrow{
    display: none;
    } */

.slick-next{
    left: 50px;
    border: none;
    background-color: #ffffff;
    }

.slick-prev{
    right: 50px;
    border: none;
    background-color: #ffffff;
    }

.hide-mobile{
    display: none;
    }

.logo{
    /* background: url('img/logo_ticco.png') no-repeat;
    background: url('img/logo_ticco.svg') no-repeat, linear-gradient(transparent, transparent); */
    width: 77px;
    height: 70px;
    }

.menu-container{
    padding: 30px 0 20px;
    }

.main-menu{
    list-style-type: none;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: end;
    padding: 60px 0 0;
    text-align: left;
    }

.main-menu li{
    display: block;
    }

.hero-container{
/*     background: url('img/hero_mobile.jpg') no-repeat; */
    background-size: cover;
    background-position: right top;
/*     height: 782px; */
    padding: 0;
    align-items: center;
    justify-content: center;
    }

.hero-row{
    margin: 0 0 0 -7px;
    }

.hero-main{
    font-size: 45px;
    color: #E94F3D;
    letter-spacing: 3px;
    }

.hero-text{
    font-size: 26px;
    color: #E94F3D;
/*     position: absolute; */
    padding: 30px 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0 auto 0;
    background-color: rgba(255,255,255,.8);
    }

.fromfarm-container{
    padding: 0;
    }

.fromfarm_row{
    background-color: #f9f9f9;
    }

.fromfarm_img_box{
    padding: 0;
    }

.fromfarm_img{
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    }

.fromfarm_text_box{
    padding: 60px 33px 30px;
    }

.land-container{
    padding: 0 0 60px;
    }

.bringing-container{
    background: transparent url('img/bringing_bg.jpg') no-repeat;
    background-size: cover;
    padding: 0 33px 60px;
    margin-bottom: 60px;
    }

.bringing_text{
    border-left: 6px solid #94C01F;
    padding: 0 60px 0 35px;
    margin: 80px 0 60px;
    }

.carousel_box{
    padding: 0;
    }

.slider-box{
    padding: 0 0 0 0px;
    }

/* .slick-dots{
    display: none !important;
    } */

/* .slide{
    height: 200px;
    margin: 0;
    } */

.slick-list{
    padding: 0 0 0 0px !important;
    margin: 0 0 0 0;
    }

.slider-nav .slick-slide{
    margin-right: 5px;
    margin-left: 5px;
    }

.slider-nav{
/*     margin-top: 30px; */
    }

.slider-nav .slick-slide{
    border: 2px solid #707070;
    }

.slider-nav .slick-current img{
    border: 4px solid #707070;
    }

.slick-slide img{
    max-width: 100%;
    }

.slicer-text{
    padding-top: 50px;
/*     padding-bottom: 50px; */
    height: 100%;
    font-family: Gilroy-Regular;
    font-size: 20px;
    line-height: 30px;
    padding-left: 4.16%;
    padding-right: 4.16%;
    overflow: hidden;
    max-height: 380px;
    height: 100%;
    }

.read_more{
    padding-left: 4.16%;
    padding-right: 4.16%;
    color: #4A4A49;
    }

.read_more a{
    color: #4A4A49;
    }

.slick-slider-dots{
/*     display: none; */
    }

.slick-slider-dots{
    position: absolute;
    bottom: 100px;
    width: 100%;
    justify-content: center;
    display: flex;
    }

.slick-slider-dots ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    }

.slick-slider-dots ul li {
    margin: 0 12px;
    }

.slick-slider-dots ul li button {
    background: transparent;
    border: 1px solid #ffffff;
    height: 12px;
    width: 35px;
    overflow: hidden;
    color: green;
    border-radius: 0px;
    }

.slick-slider-dots ul li.slick-active button{
    background: #ffffff;
    }


.history_text_box{
    background-color: #f9f9f9;
    padding: 50px 4.16%;
    }

.history_text{
    padding: 0 33px;
    }

.history_img_box{
    position: relative;
    margin-bottom: 0px;
/*     padding: 0 50px 0 0; */
    padding: 0;
    }

.history_img1{
    text-align: right;
    padding: 0;
    }

.history_img2{
    padding: 0;
    }

.history_img1 img, .history_img2 img{
    width: 100%;
    height: auto;
    }

.whatwedo_img_box{
    padding: 0;
}

.red-box{
    background-color: rgba(176,19,16,.85);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* width: 100%;
    height: 100%; */
    width: 200px;
    height: 200px;
    bottom: auto;
    top: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    left: -4%;
    font-family: Gilroy-SemiBold;
    letter-spacing: 5px;
    z-index: 5;
    }

.green-box{
    background-color: rgba(45,91,66,.85);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* width: 100%;
    height: 100%; */
    width: 200px;
    height: 200px;
    bottom: auto;
    top: 20px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    font-family: Gilroy-SemiBold;
    letter-spacing: 5px;
    }

.darkgreen-box{
    background-color: rgba(45,91,66,.85);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* width: 100%;
    height: 100%; */
    width: 200px;
    height: 200px;
    bottom: 13%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    letter-spacing: 5px;
    font-family: Gilroy-SemiBold;
    }

.cataloguebox{
    bottom: 7.08%;
    right: 9.08%;
    z-index: 10;
    }

.whowearebox{
    top: 20px;
    right: -4%;
    }

.ourportfoliobox{
    top: 20px;
    left: -4%;
    z-index: 999;
    bottom: auto;
    }

.contact_container{
    margin-top: 80px;
    margin-bottom: 15px;
    }

.contact-text{
    font-size: 20px;
    font-family: Gilroy-Regular;
    line-height: 30px;
    }

.contact-text div{
    margin-bottom: 30px;
    }

.contact-text div a{
    color: #4A4A49;
    }

.contactimg-box{
    padding: 0 0 30px;
    }

.send_message_container{
    padding-bottom: 30px;
    }

.form-box{
    margin-bottom: 30px;
    }

.map-box{
    padding: 0px;
    }

.contact_box{
    padding: 0 33px;
    }

.map{
    background: transparent url("img/map.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    }

.footer_logo_block{
    display: flex;
    justify-content: center;
    }

.footer_logo{
    background: url('img/footer_logo.png') no-repeat;
    background: url('img/footer_logo.svg') no-repeat, linear-gradient(transparent, transparent);
    width: 200px;
    height: 200px;
    }

.footer-social-box{
    padding: 0px 0 0 30px;
    justify-content: center;
    }

.instagram_logo{
    background: url('img/instagram.png') no-repeat;
    background: url('img/instagram.svg') no-repeat, linear-gradient(transparent, transparent);
    background-size: 20px;
    width: 22px;
    height: 22px;
    display: inline-block;
/*     margin-right: 20px; */
    }

.facebook_logo{
    background: url('img/facebook.png') no-repeat;
    background: url('img/facebook.svg') no-repeat, linear-gradient(transparent, transparent);
    background-size: 11px 20px;
    width: 11px;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
    }

.twitter_logo{
    background: url('img/twitter.png') no-repeat;
    background: url('img/twitter.svg') no-repeat, linear-gradient(transparent, transparent);
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-right: 20px;
    }

.linkedin_logo{
    background: url('img/linkedin.png') no-repeat;
    background: url('img/linkedin.svg') no-repeat, linear-gradient(transparent, transparent);
    background-size: 20px 18px;
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-right: 20px;
    }

.google_logo{
    background: url('img/google.png') no-repeat;
    background: url('img/google.svg') no-repeat, linear-gradient(transparent, transparent);
    background-size: 28px 17px;
    width: 28px;
    height: 17px;
    display: inline-block;
    }

.copyright{
    font-size: 14px;
    display: flex;
    justify-content: center;
    }

.main-menu a{
    color: #929290;
    font-size: 18px;
    text-decoration: none;
    font-family: Gilroy-Regular;
    }

.bringing_text_box{
    padding: 0 0 50px 4.16%;
    }

.bringing_img_box{
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    }

.whatwedo_text_box{
    padding: 50px 4.16%;
    }

.section-body{
    font-family: Gilroy-Regular;
    font-size:18px;
    line-height:28px;
    }

.slickimg{
    width: 100%;
    }

.biggreenbox{
    display: none;
    }

.contact_form_box{
    padding-right: 0;
    padding-left: 0;
    }

.address_box{
    padding-left: 0;

    }

.leftgreybox{
    padding: 0;
    left: -50%;
    background-color: #f9f9f9;
    z-index: 1;
    }

.rightgreybox{
    padding: 0;
    right: -50%;
    background-color: #f9f9f9;
    z-index: 1;
    }

.slicer-text-box{
/*     padding-right: 4.16%; */
/*     padding: 0 2.08% 0 0; */
    padding: 0 0 30px 0;
    }

.whitetopbox{
    display: none;
    }

.slick-img-box{
    padding: 0;
    }

.contact_form_container{
    padding: 0 4.16%;
    }

/* .activemenu{
    border-bottom: 3px solid #929290;
    padding-bottom: 8px;
} */

.slick-track{
    display: flex;
    }

.slick-slide
    {
    height: inherit !important;
    background-color: #f9f9f9;
    }

.catalogue_patch{
    display: none;
    }

.hoverbox{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgb(249,249,249);
    background: linear-gradient(0deg, rgba(249,249,249,1) 50%, rgba(255,255,255,0) 100%);
    }

.message_field{
    opacity: 0;
    }

.warning_field{
    border: 1px solid red !important; 
    }

@media only screen and (min-width: 400px) {
    .catalogue_patch{
        position:absolute;
        background-color: #fafafa;
        bottom:11px;
        right:0;
        width:130px;
        height:50px;
        z-index:1000;
        display: block;
        }
    }


@media only screen and (min-width: 768px) {
    .slide{
        margin: 0 12px 0 0;
        }
    }

@media only screen and (min-width: 992px) {

    h2{
        font-size: 38px;
        line-height: 49px;
        }

    .grey-bg{
        background-color: #f9f9f9;
        }

    .mt-120{
        margin-top: 120px;
        }

    .menu-container{
        padding: 30px 0 20px;
        }

    .main-menu{
        list-style-type: none;
        margin: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 20px 0 0;
        }

    .main-menu li{
        display: inline-block;
        margin-right: 70px;
        padding-bottom: 10px;
        border-bottom: 1px solid transparent;
        }

    .main-menu li:hover{
        padding-bottom: 8px;
        border-bottom: 3px solid #929290;
        }

    .main-menu li:last-child{
        margin-right: 0;
        }

    .hero-container{
/*         background: url('img/hero.jpg') no-repeat; */
        background-size: 100% auto;
/*         height: 568px; */
        padding: 0px 0 0 60px;
        align-items: center;
        }
/* 
    .hero-text{
        padding: 30px 40px;
        } */

    .bringing-container{
        background: transparent url('img/bringing_bg.jpg') no-repeat;
        background-size: cover;
        padding: 0 0 120px;
        }

    .carousel_box{
        padding: 0 60px 0 0;
        }

    .fromfarm-container{
        padding: 0 60px 0 0;
        }

    .fromfarm_text_box{
        padding: 60px 30px 60px 0;
        }

    .fromfarm_img{
        position: absolute;
        margin: 55px 12px -60px 50px;
        }

    .land-container{
        padding: 0 0 130px;
        }

    .bringing-container{
        padding: 0 0px 180px 150px;
        margin-bottom: 130px;
        }

    .bringing_text{
        padding: 0 120px 0 35px;
        margin: 160px 0 120px;
        }

    .red-box{
        bottom: 30px;
        top: auto;
        width: 225px;
        height: 225px;
        }

    .green-box{
        /* bottom: 30px;
        top: auto; */
        width: 225px;
        height: 225px;
        }

    .darkgreen-box{
        width: 225px;
        height: 225px;
        }

    .history_img1{
        text-align: right;
        padding: 0 12px 0 0;
        }

    .history_img2{
        padding: 0 0 0 12px;
        }

    .history_text_box{
        background-color: #f9f9f9;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 2.08%;
        font-size: 22px;
        }

    .history_text{
        padding: 0;
        }

    .history_img_box{
        position: relative;
        padding-right: 0;
/*         margin-bottom: -60px; */
        }

    .history_img1 img, .history_img2 img{
        width: auto;
        height: 100%;
        max-width: 100%;
        }

    .contact_container{
        margin-top: 160px;
        margin-bottom: 30px;
        }

    .contactimg-box{
        padding: 0 0 30px;
        }

    .form-box{
        padding: 0;
        padding-top: 0px;
        margin-bottom: 0px;
        }

    .map-box, .contact_box{
        padding-left: 55px;
        }

    footer{
        padding: 30px 0;
        }

    .footer_logo_block{
        margin-top: 60px;
        justify-content: start;
        }

    .footer-social-box{
        margin-top: 60px;
        padding: 0px 0 0 30px;
        justify-content: center;
        }

    .instagram_logo{
        width: 37px;
        height: 37px;
        background-size: 37px;
/*         margin-right: 50px; */
        }

    .facebook_logo{
        width: 20px;
        height: 35px;
        background-size: 20px 35px;
        margin-right: 50px;
        }

    .twitter_logo{
        width: 35px;
        height: 28px;
        background-size: 35px 28px;
        margin-right: 50px;
        }

    .linkedin_logo{
        width: 35px;
        height: 32px;
        background-size: 35px 32px;
        margin-right: 50px;
        }

    .google_logo{
        background-size: 49px 29px;
        width: 49px;
        height: 29px;
        }

    .copyright{
        text-align: left;
        font-size: 16px;
        }

    .catalogueimg-box{
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 3.08%;
        padding-right: 3.08%;
        }

    .cataloguebox{
        top: auto;
        right: 6.16%;
        bottom: 11.5%;
        }

    .slider-box{
        padding: 0 0 0 35px;
        }

    .slick-arrow{
        border: none;
        background-color: transparent;
        width: 50px;
        padding: 0;
        bottom: 73px;
        }

    .slider-nav .slick-slide{
        margin-right: 30px;
        }

    
    .slick-list{
        padding: 0 0 0 0px !important;
        margin: 0 0 0 0;
        }

    .whowearebox{
        top: 20px;
        right: -25px;
        }

    .bringing_text_box{
        padding: 0;
        }

    .whatwedo_img_box{
        padding: 0 0 0 0;
        background-color: #f9f9f9;
        }

    .whatwedo_text_box{
        padding: 0 3.5% 0 0;
        }

    .whatwedobox{
        top: 20px;
        left: -25px;
        z-index: 6;
        }

    .section-body{
        font-family: Gilroy-Regular;
        font-size: 20px;
        line-height: 30px;
        }

    .slick-img-box{
        padding-left: 0;
        background-color: #ffffff;
        padding-bottom: 3.08%;
		padding-right: 3.08%;
        }

    .slickimg{
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        position: relative;
        }

    .biggreenbox{
        width: 96%;
        height: 96%;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgba(45,91,66,1);
        z-index: 1;
        display: block;
        }

    .bigredbox{
        width: 93%;
        height: 90%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(176,19,16,1);
        z-index: 1;
        display: block;
        }

    .bigredbox1{
        width: 97%;
        height: 95%;
        position: absolute;
        bottom: 0;
        left: 3.08%;
        background-color: rgba(176,19,16,1);
        z-index: 1;
        display: block;
        }

    .bringing_img_box{
        /*padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 2.08%;*/
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 3.08%;
        padding-left: 3.08%;
        }

    .whitetopbox{
        position: absolute;
        width: 100%;
        height: 4.16%;
        background-color: #ffffff;
        z-index: 5;
        left: 0;
        top: 0;
        display: block;
        }

    .contact_form_container{
        padding: 0;
        }

    .contact_form_box{
        padding-right: 0;
/*         padding-left: 2.08%; */
        padding-left: 0;
        }
	
    .address_box{
        padding-left: 0;
        padding-right: 0;
        }

    .slicer-text-box{
        /* height: 100%;
        max-height: 900px; */
        }

	.slicer-text{
/*     margin-top: 45px; */
        padding-top: 90px;
        padding-bottom: 0;
    /*     padding-top: 4.16%; */
        height: 100%;
        font-family: Gilroy-Regular;
        font-size: 20px;
        line-height: 30px;
/*         padding-left: 2.08%; */
        padding-left: 0;
        overflow: hidden;
        max-height: 380px;
        height: 100%;
        }

    .read_more{
        padding-left: 0;
        padding-right: 4.16%;
        padding-top: 30px;
        }

    .ourportfoliobox {
        bottom: auto;
        top: 20px;
        left: -25px;
        }

    .hoverbox{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: rgb(249,249,249);
        background: linear-gradient(0deg, rgba(249,249,249,1) 50%, rgba(255,255,255,0) 100%);
        }

    }

@media only screen and (min-width: 1024px) {
    h2{
        font-size: 40px;
        line-height: 49px;
        }

    .section-body{
        font-family: Gilroy-Regular;
        font-size: 20px;
        line-height: 1.56;
        }
    }

@media only screen and (min-width: 1200px) {

    .red-box{
        bottom: 60px;
        }

    .green-box{
/*         bottom: 60px; */
        }

    /* .hero-container{
        height: 676px;
        } */

    .hero-text{
        padding: 40px 60px;
        }

    .fromfarm_text_box{
        padding: 60px 60px 60px 0;
        }

    .fromfarm_img{
        position: absolute;
        margin: -10px 12px auto 50px;
        }

    .container-padding{
        padding-left: 66px;
        padding-right: 66px;
        }

    .send_message_container{
        padding-bottom: 60px;
        }

    .map-box, .contact_box{
        padding-left: 110px;
        }
    }

@media only screen and (min-width: 1400px) {
    /* .hero-container{
        height: 782px;
        } */

    .fromfarm_text_box{
        padding: 120px 60px 25px 0;
        }

    .fromfarm_img{
        position: absolute;
        margin: -60px 12px -60px 50px;
        }

    .read_more{
        padding-top: 0px;
        }

    .slicer-text{
        max-height: 550px;
        }
    }