/* Header area start */
body {
    background-color: #f5f5f5;
}

p {
    font-family: "Shadows Into Light", serif;
}

.farm-navbar-area {
    background-image: url('img/hmg.png');
    /* background-color: #fff; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 160px;
    transition: 2s;
}

.farm-navbar-area.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 55;
    transition: 1s;
}

.farm-navbar-area.sticky .menu li a {
    line-height: 80px;
}

.farm-navbar-area.sticky .navbar-brand {
    width: 140px;
}

nav.navbar {
    /* background: #11220e none repeat scroll 0 0; */
    border-radius: 0;
    padding: 0;
}

.navbar-brand {
    padding: 0;
    width: 140px;
    position: absolute;
    top: 0;
}

.menu li a {
    color: #754c24;
    font-size: 17px;
    font-family: "Love Ya Like A Sister", Sans-serif;
    text-transform: capitalize;
    padding: 0 20px 0 0 !important;
    margin-right: 20px;
    font-weight: 600;
    position: relative;
    line-height: 100px;
    transition: .4s;
}

.fa-pencil-square-o {
    color: #fff;
    font-size: 19px;
    background: #08ca06;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: .4s;
}

.fa-pencil-square-o:hover {
    background: #fff;
    color: #08ca06;
}

.menu li a::before {
    position: absolute;
    width: 2px;
    height: 2px;
    content: "";
    background: #727272;
    right: 0;
    top: 50%;
    margin-top: -1.5px;
}

.menu li:last-child a::before {
    display: none;
}

.menu li a:hover {
    color: #08ca06;
    /* text-decoration: underline; */
}

.menu li.current-menu-item a {
    color: #08ca06;
    text-decoration: underline;
}

/* Header area end */

/* Slider area start */
.farm-welcome-text {
    color: #fff;
    position: relative;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-color: #0000006b;
}
.noslider {
    background: rgba(0, 0, 0, 0) url("img/welcome-bg.jpg") no-repeat scroll center center / cover;
}

.welcome-text span {
    color: #08ca06;
    /* text-decoration: underline; */
}

.farm-welcome-text::before {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(img/cloud-bg.png) no-repeat center center / cover;
    content: "";
    height: 80px;
    z-index: 22;
}

.farm-slider-item img {
    width: 100%;
}

.welcome-text-content {
    /* background: url(img/transparent-bg.png) no-repeat center 55%; */
    padding: 0 !important;
}

.farm-social-icon {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 25;
}

.farm-social-icon a {
    background: #fff none repeat scroll 0 0;
    color: #141414;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    margin-bottom: 11px;
    font-size: 18px;
    transition: .4s;
}

.farm-social-icon a:hover {
    background: #5068ac;
    color: #fff;
    position: relative;
    right: 5px;
}

.farm-social-icon a:last-child {
    margin-bottom: 0;
}

.farm-home-slider-area .slick-prev.fa.fa-angle-left.slick-arrow {
    left: 90px;
}

.farm-home-slider-area .slick-next.fa.fa-angle-right.slick-arrow {
    right: 90px;
}

.farm-home-slider-area .slick-prev.fa.fa-angle-left.slick-arrow,
.farm-home-slider-area .slick-next.fa.fa-angle-right.slick-arrow {
    top: 60%;
    color: #08ca06;
    /* background:rgba(0, 0, 0, .5); */
    display: none !important;
}

.farm-home-slider-area .slick-next.fa.fa-angle-right.slick-arrow:hover,
.farm-home-slider-area .slick-prev.fa.fa-angle-left.slick-arrow:hover {
    color: #fff;
    display: none !important;
}

.big-background-default-image {
    background-image: url(img/welcome-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    backface-visibility: hidden
}

/* slider area end */

/* start about us area */
.farm-about-us {
    padding-top: 80px;
    padding-bottom: 60px;
}

h2.content-title,
h2.content-subtitle {
    color: #08ca06;
}

.farm-about-content h3 {
    color: #11220e;
    margin-bottom: 40px;
    font-size: 18px;
}

.farm-about-content p {
    /* color: #11220e; */
    line-height: 28px;
    font-size: 18px;
}

.farm-about-content h4 span {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
    position: relative;
}

.farm-about-content span::before {
    border: 1px solid #535353;
    border-radius: 50%;
    content: "";
    height: 85%;
    left: 7.5%;
    position: absolute;
    top: 7.5%;
    width: 85%;
}

.farm-about-content h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

h2.content-title {
    position: relative;
    font-size: 30px;
    color: #000;
    /* text-transform: capitalize; */
    /* margin-bottom: 23px; */
    font-family: "Love Ya Like A Sister", Sans-serif;
}
h5,h4{
    font-family: "Love Ya Like A Sister", Sans-serif;
}

h2.content-title::before {
    /* background: #754c24 none repeat scroll 0 0; */
    content: "";
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 150px;
    top: 50%;
    width: 40%;
}
.line img{
    width: 40%;
}
.farm-about-content h5{
    margin: 0 0 20px 0
}
.book a {
    background: #08ca06;
    /* box-shadow: 7px 7px 0 #d6d6d6; */
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 20px;
    /* margin-top: 30px; */
    transition: .4s;
    text-transform: capitalize;
}

.contact-botton a {
    background: #11220e none repeat scroll 0 0;
    box-shadow: 7px 7px 0 #d6d6d6;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 40px;
    margin-top: 30px;
    transition: .4s;
    text-transform: capitalize;
}

.contact-botton a:hover {
    background: #08ca06 none repeat scroll 0 0;
}

.farm-about-us .contact-botton a {
    background: #08ca06;
    box-shadow: 7px 7px 0 #d0f9cf;
}

.farm-about-us .contact-botton a:hover {
    background: #000;
}

/* start about us end */

.servicebox {
    margin: 0 0 55px 0;
}

.servicebox h5 {
    font-size: 17px;
    font-family: "Love Ya Like A Sister", Sans-serif;
    font-weight: 600;
}

.simg1 {
    position: relative;
}

.simg2 {
    position: absolute;
    top: 00px;
    left: 110px;
    /* z-index: 999; */
}

/* portfolio area start */
.farm-portfolio-section {
    /* background-color: #11220e; */
    background-image: url(img/product-gallery-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    /* padding-top: 80px;
    padding-bottom: 70px; */
}

.farm-portfolio-section .farm-section-title {
    margin-bottom: 35px;
}

.farm-portfolio-section .farm-section-title h2 {
    background: none;

}

.farm-portfolio-section .farm-section-title {
    color: #000;
    background: url(img/project-title.png) no-repeat center center;
}

.farm-project-nav {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}

.farm-portfolio-section .farm-project-nav {
    width: 100%;
}

.farm-portfolio-sectiong {
    /* background-color: #11220e !important; */
    background-image: url(img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 40px;
    height: 500px;
    padding-bottom: 50px;
    /* margin-bottom: 40px; */
}

/* .farm-portfolio-sectiong .farm-section-title {
    margin-bottom: 35px;
} */
.farm-portfolio-sectiong .farm-section-title h2 {
    background: none;
    color: #fff;
}

.farm-portfolio-sectiong .farm-section-title {
    color: #000;
    background: url(img/project-title.png) no-repeat center center;
}

.farm-project-nav {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}

.farm-portfolio-sectiong .farm-project-nav {
    width: 100%;
}

.farm-project-nav li {
    display: inline-block;
    text-transform: capitalize;
    transition: .4s;
    margin-right: 35px;
}

.farm-project-nav li:last-child {
    margin-right: 0
}

.farm-project-nav li:hover,
.farm-project-nav li.active {
    color: #08ca06;
    text-decoration: underline;
    cursor: pointer;
}

.farm-single-project {
    float: left;
    height: 320px;
    line-height: 260px;
    margin: 1%;
    text-align: center;
    width: 23%;
    cursor: pointer;
}

.project-img {
    /* background: #fff; */
    /* box-shadow: 7px 7px 1px #454545; */
    position: relative;
    overflow: hidden;
}

.project-weight {
    background: #08ca06 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -100px;
    transition: .4s;
}

.project-weight h3 {
    line-height: 55px;
}

.farm-single-project:hover .project-weight {
    bottom: 0;
}

.farm-single-project>h4 {
    color: #fff;
    line-height: 0;
    position: relative;
    z-index: 54;
    line-height: 50px;
}

/* portfolio area end */


 .weltext img{
    display: inline;
    width: 30% !important;
} 

.slick-prev.fa.fa-angle-left.slick-arrow {
    height: 130px;
    left: 0;
    position: absolute;
    width: 70px;
    cursor: pointer;
    line-height: 130px;
    top: 50%;
    margin-top: -65px;
    font-size: 50px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    transition: .4s;
    z-index: 5;
}

.slick-next.fa.fa-angle-right.slick-arrow {
    height: 130px;
    right: 0;
    position: absolute;
    width: 70px;
    cursor: pointer;
    line-height: 130px;
    top: 50%;
    margin-top: -65px;
    font-size: 50px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    transition: .4s;
}

.whatwhere{
    width: 100%;
    padding: 50px 0;
}



/* footer area start */
.copyright-section span {
    color: #ffffff;
}

.copyright-section a {
    color: #ffffff;
}

.copyright-section p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.footer-heading {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.ftco-footer-social {
    display: inline-flex;
}

.copyright-section {
    background-color: #11220e;
    padding: 50px 0 20px;
}

/* footer area end */

/*finalize css*/
.farm-price-content h4 a {
    color: #08ca06;
    text-decoration: underline;
}

/*final css*/
.item-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.farm-slider-item {
    position: static;
}

/*scroll to top start*/
.scrollToTop {
    margin: 0;
    position: fixed;
    bottom: 17px;
    right: 25px;
    width: 55px;
    height: 55px;
    z-index: 1000;
    display: none;
    text-decoration: none;
    background: #08ca06;
    opacity: 0.9;
    border-radius: 100%;
    transition: all 0.2s;
}

.scrollToTop .scroll-fa {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    border-radius: 0px;
    opacity: 1;
    padding-top: 4px;
    transition: all 0.2s;
}

.scrollToTop:hover {
    opacity: 1;
}

.scrollToTop:hover .scroll-fa {
    color: #000;
}

/*scroll to top end*/




/*---------------------------------------
   gallery section              
-----------------------------------------*/
.gallery-wrap {
    position: relative;
    background: url(../images/gallery-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 50px 0;
}

.gallery_box {
    display: table;
    height: 100%;
}
.gallerymain h2{
    font-size: 30px;
    font-family: "Love Ya Like A Sister", Sans-serif;
}
.gallery_left {
    display: table-cell;
    vertical-align: middle;
}

.galleryImg {
    margin: 15px 0;
    position: relative;
}

.gallery-wrap .col-lg-4:nth-child(2) .galleryImg+.galleryImg {
    margin-top: 30px;
}

.gallery-wraps .col-lg-4:nth-child(2) .galleryImg+.galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
    margin-top: 30px;
}

.serImg {
    margin-bottom: 30px;
}

.galley_inner .row>div {
    margin: 15px 0;
}

.galley_inner {
    text-align: center;
}

.testi_list {
    list-style: none;
}

.testi_list li {
    margin: 36px 0;
}

.testi_list .testimonials_sec {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.portfolio-overley {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.galleryImg img {
    width: 100%;
    height: 191px;
    display: block;
    overflow: hidden;
}

.gallery-wrap .galleryImg:hover .portfolio-overley,
.galley_inner .galleryImg:hover .portfolio-overley {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-wraps .galleryImg:hover .portfolio-overley,
.galley_inner .galleryImg:hover .portfolio-overley {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-wrap .content,
.galley_inner .content {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.gallery-wraps .content,
.galley_inner .content {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.gallery-wrap .content .image-link,
.galley_inner .content .image-link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    background: #08ca06;
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
}

.gallery-wraps .content .image-link,
.galley_inner .content .image-link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    background: #08ca06;
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
}


@media only screen and (max-width: 768px) {
    .gallery-wrap {
        padding: 0;
    }

    .links {
        margin: 20px 0 20px 0;
    }

    .gallery_left h1 {
        font-size: 24px;
        color: #1c236d;
        margin: 0 0 15px 0;
    }

    .informtext {
        height: 115px;
    }

    .readmore {
        margin: 0 0 10px 0;
    }
}


.banner {
    background-image: url('img/bnr.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0 0 0;
    width: 100%;
    height: 250px;
    float: left;
    margin: 0 0 80px 0;
    position: relative;
}

.banner h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin-top: 50px;
    font-size: 40px;
}



.dayvisitbox{
    width: 100%;
    float: left;
    padding: 40px 0;
    margin: 0 0 50px 0;
    background-color: #f5f5f5;
}

.dayvisitbox h4{
    margin: 0 0 15px 0;
}

button:focus {
    outline: unset !important;
}

.activitybox{
    margin: 0 0 30px 0;
}
.dayvisitbox img{
    margin: 0 0 15px 0;
}
.dayvisitbox h4{
    font-size: 18px;
    font-weight: 600;
}
.contact h2{
    font-family: "Love Ya Like A Sister", Sans-serif;
    margin: 0 0 20px 0;
}

.contact ul li a{
    color: #141414;
    margin: 0 0 15px 0;
    font-family: "Love Ya Like A Sister", Sans-serif;
    font-size: 20px;
}
.contact input{
    margin:  0 0 15px 0;
}

.collapsible {
    background-color: #5e1800;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
  }
  
  /*.active, .collapsible:hover {*/
  /*  background-color:#5e1800;*/
  /*}*/
  #defaultOpen{
    background-color: #c0c0c0 !important;
  }
  .collapsible:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #ffffff;
  }

  .farmingevent{
    width: 100%;
    /* float: left; */
    margin: 30px 0;
  }

  .farmingevent p{
    font-size: 18px;
  }


  .cropbox{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
  }

  .cropbox img{
    width: 100px;
    height: 100px;
  }

  .cropbox a{
    color: #754c24;
  }