body {
    margin: 0;
    background: #fff;
  }

  .header.header-sticky, .header.header-sticky .row {
    background: #055E1C;
    padding: 8px 45px;
}
.bloom-container {
    max-width: 100%;
    padding: 40px 50px;
}

*{padding: 0px;margin: 0px;border:0px;font-family: 'Montserrat Medium';box-sizing: border-box;outline: 0px;font-weight: 100;}
a {
  color: black;
  text-decoration: none;
  line-height: 20px;
  font-family: 'Montserrat Medium';
  font-size: 1.1rem;
}
@font-face {
  font-family: 'Montserrat Thin';
  src: local('Montserrat Thin'), url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Thin Italic';
  src: local('Montserrat Thin Italic'), url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Light';
  src: local('Montserrat Light'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Light Italic';
  src: local('Montserrat Light Italic'), url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Extra Light';
  src: local('Montserrat Light'), url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Extra Light Italic';
  src: local('Montserrat Extra Light Italic'), url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Medium';
  src: local('Montserrat Medium'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Medium Italic';
  src: local('Montserrat Medium Italic'), url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Regular';
  src: local('Montserrat Regular'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Semi Bold';
  src: local('Montserrat Semi Bold'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Semi Bold Italic';
  src: local('Montserrat Semi Bold Italic'), url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Bold';
  src: local('Montserrat Bold'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Bold Italic';
  src: local('Montserrat Bold Italic'), url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Extra Bold';
  src: local('Montserrat Extra Bold'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Extra Bold Italic';
  src: local('Montserrat Extra Bold Italic'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Black';
  src: local('Montserrat Black'), url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Black Italic';
  src: local('Montserrat Black Italic'), url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-display: swap;
}

  .menu {
    position: fixed;
    top: 20px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,.1);
  }
  
  .menu span {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    top: calc(50% - 1px);
    left: calc(57% - 15px);
    transition: 0.5s; /* all 0.5s ease; */
  }
  
  .menu span:nth-child(1) {
    transform: translateY(-10px);
  }
  
  .menu span:nth-child(3) {
    transform: translateY(10px);
  }
  
  .menu.active span:nth-child(1) {
    transform: translateY(0px) rotate(-45deg);
  }
  
  .menu.active span:nth-child(3) {
    transform: translateY(0px) rotate(45deg);
  }
  
  .menu.active span:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
  }
  
  .menu-bar {
    position: absolute; /* body relative */
    top: 0;
    left: 0;
    width: 30%;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
    transform: translateX(-100%);
    padding: 50px;
  }
  
  .menu-bar.active {
    transform: translateX(0);    position: fixed;
    height: 100vh;z-index: 99999;
  }
  
  .menu-bar ul {
    display: contents;
    padding: 0;
    float: right;
  }
  
  .menu-bar ul li {
    list-style: none;
  }
  
  .menu-bar ul li a {
    line-height: 60px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #262626;
    text-decoration: none;
    padding: 0 0px;
    display: block;
    border-right: 1px solid rgba(0,0,0,.1);
    font-family: 'Montserrat Medium';
    font-size: 1.1rem;
  }
  
  .menu-bar ul li:last-child a {
    border-right: none;
  }
  
  .menu-bar ul li a:hover {
    color: #000;
    background: transparent;
  }
  
  @media (max-width: 768px) {
    .menu-bar {
      height: auto;
    }
    .menu-bar ul {
      display: inherit; /* flex-direction: column; */
      float: none;
      text-align: center;
      width: 100%;
      height: 100vh;
    }
    .menu-bar ul li a {
      border-right: none;
      border-bottom: 1px solid rgba(0,0,0,.1);
    }
  }
  .bloomer_new {
    position: absolute;
    top: 53%;
    left: 35%;
    transform: translateX(-50%) translateY(-50%);
}


.agro_btn.header-sticky .search-modal .row,.agrocorp_event.horizontal .type7 .desc .event-thumbnail img,.agrocorp_event1.horizontal .type7 .desc .event-thumbnail img,.img-fluids {
    height: auto
}

#bloomer_page #location select#project option,#amenities-mobile,#features-mobile,#mobileview-block,#smallmob-section,.bottom-wrapper,.header img.sticky-logo,.header-mob,.header.header-sticky img.normal-logo,.headerLogoMobile,.headerNavMobileAction,.headerNavMobileNav,.ovaev-event-element .item .event-thumbnail-v2 .date-event {
    display: none
}

.section-padding_newspage {
    padding: 75px 0 0;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    background: #f5f5f5
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    -webkit-backface-visibility: visible;
    transition: opacity .2s;
    border-radius: 30px;
    display: none
}

.section-padding_newspage1 {
    padding: 75px 0;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    background: #fff
}

.img-fluids {
    max-width: 13%
}

#bloomer_page #location select#project option[value=""],.d-md-block {
    display: block!important
}

.cssanimation,.cssanimation span,.d-md-block,.learn,.menu-container ul li .sec,.sustain_abt,body {
    font-family: 'Montserrat Medium'
}

.bloom-container {
    max-width: 100%;
    padding: 40px 50px
}

.agro_img.blommericonnew {
    margin-right: 22px;
    margin-top: -44px
}

.sustain_abt {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 70px
}


.header,header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0px;
    -moz-transition: height .7s;
    -webkit-transition: height .7s;
    -o-transition: height .7s;
    transition: height .7s;
    padding-bottom: 0px;
}

.translate-.header .header,.translate-header #header-new,.translate-header header {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity .2s,-webkit-transform 0s .2s;
    transition: opacity .2s,transform 0s .2s,-webkit-transform 0s .2s,-o-transform 0s .2s;
    -o-transition: opacity .2s,-o-transform 0s .2s
}

.header.header-sticky {
    height: 100px;
    padding-bottom: 0
}

.header.header-sticky::after,a.active .plusminus:after,a.active .plusminus:before {
    background: 0 0
}

.header img.logo {
    -moz-transition: height .9s;
    -webkit-transition: height .9s;
    -o-transition: height .9s;
    transition: height .9s;
    width: auto;
    height: 150px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 50px;
    top: 0px;
    border: 3px solid #ececec;
    background: #fff;
    /* padding: 15px; */
    /* display: flex
; */
    justify-content: center;
    padding: 13px;
}

.header.header-sticky img.sticky-logo {
    display: inline
}

.header.header-sticky, .header.header-sticky .row {
    background: #055E1C;
    padding: 0px 45px;
}

.header.header-sticky img.logo {
    max-width: 65px;
    display: none
}

.bloomer-menu a,.cssanimation span,.cssanimation1 span,a.active .plusminus {
    display: inline-block
}

.header .menu-wrapper a {
    color: #faf5fa;
    text-decoration: none;
    font-size: 15px;
    max-width: 85px
}

.second-navigation .second-nav-wrapper ul li a:hover,.tab-content a.black-btn,.tab-content a.transparent-btn:hover,.white-btn {
    color: #fff
}

.menu-wrapper {
    display: flex;
    justify-content: end
}

.header .menu-bar {
    text-align: left;
    width: 25%;
}

.header .menu-bar span:first-child {
    width: 17px
}

.header .menu-bar span:nth-child(2) {
    width: 30px
}

.header .menu-bar span:nth-child(3) {
    width: 15px;
    margin-left: auto;
    margin-bottom: 0
}

.header .menu-bar.active span:first-child {
    width: 30px;
    transform: rotate(50deg) translate(8px,10px)
}

.header img.search-btn {
    cursor: pointer
}

.header .menu-bar.active span:nth-child(2) {
    opacity: 0
}

.header .menu-bar.active span:nth-child(3) {
    width: 30px;
    transform: rotate(-50deg) translate(4px,-7px)
}

.menu-container ul li.submenu-list a {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 35px
}

.menu-container {
    position: fixed;
    top: 0;
    min-width: 845px;
    height: 100%;
    max-width: 380px;
    right: -100%;
    transition: .4s;
    z-index: 10;
    min-height: 100vh
}

.menu-container .navigation {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden
}

.menu-container .navigation .first-part {
    padding: 120px 13.2vw 0 10.4vw;
    width: auto;
    min-height: 724px;
    gap: 20px;
    border-left: 1px solid #e4e4e4;
    transition: .4s
}

.menu-container .navigation .second-part {
    padding: 30px 0 30px 40px;
    background: #eee;
    min-height: 60vh
}

.menu-container ul.padding-wrapper {
    padding-right: 40px
}

.second-navigation {
    position: fixed;
    top: 0;
    min-width: 380px;
    height: 100%;
    max-width: 380px;
    left: -100%;
    transition: .4s;
    z-index: -10
}

.second-navigation .second-nav-wrapper {
    background: #000;
    height: 100%;
    padding: 10px 40px 30px;
    z-index: -10;
    overflow: auto
}

#bloomer_page #bloomer_banner .container-fluid,#myBtn {
    z-index: 99
}

.second-navigation.active {
    left: 380px;
    min-width: 265px
}

.second-navigation .second-nav-wrapper ul li a {
    color: #cccbcb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0;
    text-decoration: none;
    transition: .6s;
    padding-bottom: 20px
}

.background-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0/58%);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9;
    min-height: 100vh
}

.close-nav,.close-nav-second {
    top: 15px;
    z-index: 999;
    position: absolute;
    justify-content: space-between;
    padding: 25px 20px;
    right: 0
}

.close-nav img,.close-nav-second img {
    width: 18px;
    height: 40px
}

.second-navigation .second-nav-wrapper ul li a.third {
    color: #f3c033;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 300
}

.second-nav-wrapper ul li a {
    color: #676767;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: none
}

.menu-container ul li .sec,.menu-container ul li a {
    padding-bottom: 20px;
    font-weight: 700;
    color: #000;
    display: flex;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none
}

.menu-container ul li a {
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat Bold';
    font-size: 1.6em;
    line-height: 50px
}

.menu-container ul li .sec {
    align-items: center;
    justify-content: space-between;
    line-height: 61px;
    font-size: 1.5rem
}

span.plusminus {
    position: relative;
    margin: 0
}


/*--------------------*/

.icon-bar {
    position: fixed;
    bottom: -5%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 999999999
}

.get {
    font-size: .7rem;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 12px
}

.actions {
    line-height: 23px;
    margin-top: 4px;
    font-size: 1.3rem
}

.bloomer-menu {
    font-family: 'Montserrat Medium';
    font-weight: 700;
    font-size: 1em
}

.aboutUsContentHeadingsDecorationText,.sec {
    font-size: 1.1rem;
    font-family: 'Montserrat Medium';
    font-weight: 100
}

.sec {
    letter-spacing: 1px;
    color: #000;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase
}


.agro {
    background: #fff;
    color: #000;
    cursor: pointer;
    height: 70px;
    line-height: 50px;
    width: 270px;
    text-decoration: none;
    transform: perspective(1000px);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    position: fixed;
    bottom: -3%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 99999999999
}

.bloomer-menu {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -99999;
    bottom: 70px
}


.bloomer-menu li:first-child {
    cursor: default
}

.bloomer-menu a {
    color: #000;
    width: 100%;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
    background: #fff;
    border: 0 solid #8080802e;
    font-weight: 100;
    border-bottom: 1px solid #808080b5;
    padding: 19px;
    font-family: 'Montserrat Medium'
}

.bloomer-menu a:hover {
    background: #f5f5f5;
    color: green
}

.agro:hover .bloomer-menu {
    background: #fff;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: .5s,background,2s linear .5s;
    transition: .5s,background 2s linear .5s
}


.bloomer_sections.left .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 4%
}

.bloomer_sections .caption.padding-right {
    padding-right: 0
}

.bloomer_sections .caption.padding-left {
    padding-left: 0
}

.bloomer_sections .caption h4,.bloomer_sections .caption h4 a {
    font-size: 1.3rem;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat Medium'
}

.bloomer_sections .caption h4 span,.bloomer_sections-prev-next a:hover,.agro_blogs-sidebar .widget ul li a.active,.section-title span,.section-title2 span {
    color: #ed5521
}

.bloomer_sections .caption .info-wrapper .more {
    color: green;
    text-decoration: none;
    font-size: 1.4rem
}

.bloomer_sections .caption .info-wrapper .more i {
    color: #555;
    font-size: 10px
}

.bloomer_sections .caption .info-wrapper .date {
    color: #555;
    font-family: 'Montserrat Medium';
    font-weight: 700;
    font-size: 1rem
}

.bloomer_sections .caption .info-wrapper .date i {
    font-size: 20px;
    color: #ed5521;
    margin-right: 5px
}

@media (max-width: 991.98px) {
    .bloomer_sections figure {
        width:auto;
        margin: 0
    }

    .bloomer_sections .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    .bloomer_sections .caption,.bloomer_sections.left .caption {
        background: #f5f5f5
    }
}

.bloomer_sections-prev-next {
    padding: 40px 0;
    border: none;
    border-top: 1px solid #f5f5f5
}

@media (max-width: 576px) {
    .bloomer_sections-prev-next {
        text-align:center
    }

    .bloomer_sections-prev-next-left {
        margin-bottom: 10px
    }
}

.bloomer_sections-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 1em
}

.bloomer_sections-prev-next a i {
    font-size: 20px;
    color: #ed5521
}

.bloomer_sections-prev-next .bloomer_sections-prev-next-left a i {
    margin-right: 5px;
    font-size: 12px
}

.bloomer_sections-prev-next .bloomer_sections-prev-next-right a i {
    font-size: 12px;
    margin-left: 5px
}

#myBtn,.modal {
    position: fixed
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto
}

#myImg:hover {
    opacity: .7
}

.modal {
    display: none;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.9)
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    padding: 10px 0;
    height: 150px
}

#caption,.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

.out {
    animation-name: zoom-out;
    animation-duration: .6s
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(2)
    }
}

@keyframes zoom {
    from {
        transform: scale(.4)
    }

    to {
        transform: scale(1)
    }
}

@keyframes zoom-out {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700
}

.agrobtn,.cont,.grid,.grid figure,.grid figure img,.line-dec,.link-btn {
    position: relative
}

.close:focus,.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width:100%
    }
}

.mb-90 {
    margin-bottom: 75px!important
}

.sub-menu.left {
    left: -100%;
    margin-left: -20px
}

.elementor img,.offer_img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.line-dec {
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px
}

.line-dec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 40px;
    background: #055E1C
}

.agrobtn:before,.link-btn:before {
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #055E1C;
    content: ''
}

.agrobtn:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.bloomer_sections .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.agrobtn {
    display: inline-block;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 2px solid #055E1C;
    font-weight: 100;
    font-size: 1.1rem;
    font-family: 'Montserrat Medium'
}

.farm_para,.farm_para-new {
    font-size: 1rem;
    font-weight: 100;
    text-align: justify;
    color: #5c5b5b;
    font-family: 'Montserrat Medium'
}

/*------------------------------------------------------*/

img {
    width: 100%;
    height: auto
}

#myBtn {
    display: none;
    bottom: 20px;
    right: 25px;
    font-size: 18px;
    border: none;
    outline: 0;
    color: #055E1C;
    cursor: pointer;
    padding: 0 30px 24px 16px;
    border-radius: 4px;
    background: 0 0;
    width: 0
}

#myBtn:hover {
    background-color: #055E1C;
    color: #fff
}

.getintouch {
    width: 100%;
    float: left;
    padding: 75px;
    background: #000
}

.getintouchInner {
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #000;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.getintouchBackground {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.getintouchMain {
    width: 1100px;
    float: left
}

.getintouchHeadingTxt {
    float: left;
    color: #fff;
    font-size: 2em;
    font-family: 'Mont Bold';
    text-transform: capitalize
}

.getintouchHeadingLine {
    background: #fff;
    height: 2px;
    width: 50px;
    float: left;
    margin: 24px 0 0 15px
}

.getintouchFormContact {
    width: 100%;
    float: left;
    margin-top: 30px
}

.getintouchForm {
    width: 45%;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #fff
}

.getintouchFormStepInputTxt,.getintouchFormStepInputTxtarea {
    width: 100%;
    float: left;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    color: #fff;
    background: 0 0
}

.getintouchFormStep {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.getintouchFormStepLable {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.getintouchFormStepLableTxt {
    width: 100%;
    float: left;
    color: #fff
}

.getintouchFormStepInputTxtarea {
    resize: none
}

.getintouchFormStepInputTxt::placeholder {
    color: #d5d5d5;
    opacity: 1
}

.getintouchFormStepInputAction {
    background: #fff;
    float: right;
    padding: 15px 40px;
    color: #055e1c;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer
}

.agrocorp_aboutContentDescriptionTxt-vista,.percent {
    font-size: 1.1rem;
    font-weight: 100;
    text-align: justify;
    color: #5c5b5b;
    font-family: 'Montserrat Medium';    margin-bottom: 10px;
}

.getintouchFormStepInputAction:disabled {
    background: #696969
}

.left-col,.middle-col,.right-col {
    width: 40%
}

.section-paddingnew33 {
    padding: 60px 0;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    background: #f5f5f5
}

.foot {
    width: 100%;
    float: left;
    padding: 0;
    background: #000
}

.section-padding1 {
    width: 100%;
    float: left;
    padding: 1px 0 75px;
    display: flex;
    justify-content: center;
    background: #fff
}

#wedo {
    width: 16%
}

.percent {
    line-height: 35px
}

.sqft {
    font-size: 2rem;
    font-family: 'Montserrat Medium';
    font-weight: 900;
    margin-left: 0;
    margin-right: 10px;
    color: #000
}

    .bloomer_new {
        position: absolute;
        top: 35%;
        left: 35%;
        transform: translateX(-50%) translateY(-50%);
    }
    .bloomer_sections:last-child {
        margin-bottom: 0
    }


    .getintouch {
        width: 100%;
        float: left;
        padding: 50px 0 20px;
        background: #000
    }

    .icon-footer1 {
        width: 65px;
        max-height: 65px;
        min-height: 50px;
        min-width: 50px;
        background-color: #055E1C;
        color: #fff;
        font-size: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .icon-footer1 i {
        width: 70%;
        text-align: center;
        line-height: 5px;
        font-size: 22px
    }

    .head {
        color: #fff;
        margin-bottom: 0;
        font-weight: 700;
        padding: 10px 0;
        font-family: 'Montserrat Bold';
        font-size: 1.1em
    }

    


.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    color: #000;
    left: -20px
}

.bloomer_sections-farmcommunityvistafarm,
.agrosections-vineyard,
.section-padding-blogsnew,
.section-padding-farmvista,
.sections-projects-palm-aboutnew {
    width: 100%;
    float: left;
    padding: 75px 0;
    display: flex;
    justify-content: center;
    background: #f5f5f5
}

#bloomer_page #location select#project option[value=""],
.d-md-block {
    display: block !important
}

.bloom-container {
    max-width: 100%;
    padding: 0px 50px;
}


.bloomer-menu a,
.cssanimation span,
.cssanimation1 span,
a.active .plusminus {
    display: inline-block
}

.menu-container ul li.submenu-list a {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 35px
}

.menu-container {
    position: fixed;
    top: 0;
    min-width: 845px;
    height: 100%;
    max-width: 380px;
    right: -100%;
    transition: .4s;
    z-index: 10;
    min-height: 100vh
}

.menu-container .navigation {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden
}

.menu-container .navigation .first-part {
    padding: 120px 13.2vw 0 10.4vw;
    width: auto;
    min-height: 724px;
    gap: 20px;
    border-left: 1px solid #e4e4e4;
    transition: .4s
}

.menu-container .navigation .second-part {
    padding: 30px 0 30px 40px;
    background: #eee;
    min-height: 60vh
}

.menu-container ul.padding-wrapper {
    padding-right: 40px
}

.second-navigation {
    position: fixed;
    top: 0;
    min-width: 380px;
    height: 100%;
    max-width: 380px;
    left: -100%;
    transition: .4s;
    z-index: -10
}

.logo-footer {
    margin: 0 50px 18px
}

.second-navigation .second-nav-wrapper {
    background: #000;
    height: 100%;
    padding: 10px 40px 30px;
    z-index: -10;
    overflow: auto
}

#bloomer_page #bloomer_banner .container-fluid,
#myBtn {
    z-index: 99
}

.second-navigation.active {
    left: 380px;
    min-width: 265px
}

.second-navigation .second-nav-wrapper ul li a {
    color: #cccbcb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0;
    text-decoration: none;
    transition: .6s;
    padding-bottom: 20px
}

.background-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0/58%);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9;
    min-height: 100vh
}

.close-nav,
.close-nav-second {
    top: 15px;
    z-index: 999;
    position: absolute;
    justify-content: space-between;
    padding: 25px 20px;
    right: 0
}

.close-nav img,
.close-nav-second img {
    width: 18px;
    height: 40px
}

.second-navigation .second-nav-wrapper ul li a.third {
    color: #f3c033;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 300
}

.agro_img.blommericonnew {
    margin-right: 22px;
    margin-top: -12px
}

.second-nav-wrapper ul li a {
    color: #676767;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: none
}

.menu-container ul li .sec,
.menu-container ul li a {
    padding-bottom: 20px;
    font-weight: 700;
    color: #000;
    display: flex;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none
}

.banner_img,
.below_icons,
.btn.hover-slide-right:hover::before,
.btn1.hover-slide-right:hover::before,
.middle_img,
.project_img {
    width: 100%
}

.menu-container ul li a {
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat Bold';
    font-size: 1.6em;
    line-height: 50px
}

.menu-container ul li .sec {
    align-items: center;
    justify-content: space-between;
    line-height: 61px;
    font-size: 1.5rem
}

span.plusminus {
    position: relative;
    margin: 0
}

.menu-container.active {
    right: 0
}

@-webkit-keyframes bounce {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(0, 20px, 0)
    }
}

@keyframes bounce {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(0, 20px, 0)
    }
}

#bloomer_page #bloomer_banner {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #faf5fa
}

#bloomer_page #bloomer_banner img.moving-bloomer_banner {
    width: 100%;
    animation: 20s move;
    -ms-animation: move 20s ease;
    -webkit-animation: 20s move;
    -moz-animation: 20s move;
    position: absolute
}

@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1)
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2)
    }
}

.tab-content a,
.tab-content a:hover {
    color: inherit;
    text-decoration: none
}

a.active .plusminus {
    height: 10px;
    position: relative;
    width: 10px;
    right: -9px;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(-45deg);
    background: 0 0;
    transition: .6s
}

a .plusminus:after,
a .plusminus:before {
    content: "";
    position: absolute;
    background: #535456;
    transition: transform .25s ease-out
}

.second-navigation a .plusminus:after,
.second-navigation a .plusminus:before {
    background: #fff
}

.second-navigation a.active .plusminus::after {
    border-color: #fff;
    background: 0 0
}

.second-navigation a.active .plusminus::before,
.white-btn:hover {
    background-color: #fff
}

.third-navigation a .plusminus:after,
.third-navigation a .plusminus:before {
    background: #7bbb4c
}

.third-navigation a.active .plusminus::after {
    border-color: #7bbb4c;
    background: 0 0
}

.third-navigation a.active .plusminus::before {
    background-color: #7bbb4c
}

.second-navigation a.back-btn {
    position: absolute;
    top: 40px;
    left: 40px
}

.second-navigation a.back-btn span {
    right: 0;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(135deg)
}

a .plusminus:before {
    top: -11px;
    left: 50%;
    width: 1.5px;
    height: 20px;
    margin-left: -2px
}

a .plusminus:after {
    top: 50%;
    left: -11px;
    width: 20px;
    height: 2px;
    margin-top: -2px
}

a.active .plusminus::after {
    border-bottom-style: solid;
    border-bottom-width: 1.3px;
    border-right-style: solid;
    border-right-width: 1.3px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
    border-color: #535456
}

a.active .plusminus::before {
    bottom: 1px;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 1.3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -15px;
    margin-left: 4px;
    background-color: #535456
}

body {
    color: #343434;
    float: left;
    width: 100%
}

.white-btn {
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    border: 2px solid #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 30px;
    transition: .9s
}

.black-btn,
.more_subtitle,
.transparent-btn {
    font-size: 15px;
    font-weight: 300
}

.white-btn:hover {
    color: #000;
    text-shadow: none
}

.transparent-btn {
    border: 1px solid #767677;
    border-radius: 4px;
    margin: auto;
    padding: 12px 40px;
    color: #3d3d3d;
    transition: .9s
}

.transparent-btn:hover {
    background: #767677;
    color: #fff
}

.black-btn {
    border: 1px solid #313437;
    border-radius: 4px;
    background: #313437;
    margin: auto;
    padding: 8px 30px;
    color: #fff;
    transition: .9s
}

.bloomer-menu,
ul {
    margin: 0;
    padding: 0
}

.black-btn:hover {
    background: #fff;
    color: #313437
}

ul {
    font-size: 1em
}

.inner-item {
    position: relative;
    min-height: 100vh
}

#project-page #bloomer_banner .content,
.inner-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    margin: auto;
    display: block
}
.agro_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.agro_btn .white-btn {
    z-index: 999999;
    border: 2px solid #fff;
    color: #fff;
    margin: auto;
    font-weight: 400
}

.agro_btn .white-btn:hover {
    background-color: #fff;
    color: #232439;
    text-shadow: none
}

@media (max-width:767px) {
    #bloomer_page #home-carousel .item.even-img {
        background: 0 0 !important
    }
    #home-video {
        width: 100vw !important;
        height: 17vh !important
    }
    #home-video>.wp-video {
        width: 100vw !important;
        height: 55vh !important
    }
    #home-video .wp-video-shortcode {
        width: 100vw !important;
        height: 20vh !important;
        object-fit: cover
    }
    .agro_btn {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%)
    }
    .agro_btn .white-btn {
        border: 2px solid #fff !important;
        color: #fff !important;
        margin: auto
    }
    .agro_btn .white-btn:hover {
        background-color: #fff !important;
        color: #232439 !important;
        text-shadow: none
    }
}

.cssanimation,
.cssanimation span,
.cssanimation1,
.cssanimation1 .sustain,
.cssanimation1 span {
    animation-duration: 2s;
    animation-fill-mode: both;
    color: #fff;
    text-align: left;
    letter-spacing: 0
}

@media (min-width:768px) {
    #home-video,
    #home-video>.wp-video {
        width: 100vw !important;
        height: 100vh !important;
    }
    #home-video .wp-video-shortcode {
        width: 100vw !important;
        height: 100vh !important;
        object-fit: cover !important
    }
}

.wp-video .mejs-container .mejs-controls,
.wp-video .mejs-container .mejs-controls * {
    opacity: 0 !important;
    display: none !important
}

.wp-video .mejs-container .mejs-controls *,
.wp-video .mejs-container .mejs-layers,
.wp-video .mejs-container .mejs-layers * {
    opacity: 0 !important
}

.bloomer_new {
    width: 100%;
    position: absolute;
    top: 53%;
    left: 63%;
    transform: translateX(-50%) translateY(-50%)
}


.agro,
.bloomer-menu,
.get {
    text-align: center
}

.actions,
.get {
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat Medium'
}

.fadeInBottom {
    animation-name: fadeInBottom
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%)
    }
    to {
        opacity: 1
    }
}

.agro {
    background: #fff;
    color: #000;
    cursor: pointer;
    height: 70px;
    width: 270px;
    text-decoration: none;
    transform: perspective(1000px);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    position: fixed;
    bottom: -3%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 99999999999;
    padding: 30px;
}

.bloomer-menu {
    background-color: #fff;
    list-style-type: none;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -99999;
    bottom: 70px
}


.bloomer-menu li:first-child {
    cursor: default
}

.bloomer-menu a {
    color: #000;
    width: 100%;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
    sbackground: #fff;
    border: 0 solid #8080802e;
    font-weight: 100;
    border-bottom: 1px solid #808080b5;
    padding: 19px;
    font-family: 'Montserrat Medium'
}

.bloomer-menu a:hover {
    background: #f5f5f5;
    color: green
}

.agro:hover .bloomer-menu {
    background: #fff;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: .5s, background, 2s linear .5s;
    transition: .5s, background 2s linear .5s
}

.icon-bar {
    position: fixed;
    bottom: -5%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 999999999
}

.get {
    font-size: .7rem;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 12px
}

.actions {
    line-height: 23px;
    margin-top: 4px;
    font-size: 1.3rem
}

.bloomer-menu {
    font-family: 'Montserrat Medium';
    font-weight: 700;
    font-size: 1em
}

.aboutUsContentHeadingsDecorationText,
.sec {
    font-family: 'Montserrat Medium';
    font-size: 1.1rem;
    color: #000;
    font-weight: 100
}

.sec {
    letter-spacing: 1px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase
}
.aboutUs,
.aboutUs-numbers,
.aboutUspage,
.section-padding1 {
    width: 100%;
    float: left;
    padding: 10px 0px 65px 0px;
    display: flex;
    justify-content: center;
    background: #fff
}

.aboutUsContent {
    width: 50%;
    float: right;
    margin-top: 11.9%
}

.aboutUsContent-index {
    width: 60%;
    float: right;
    margin-top: 7.3%;
}

.aboutUsContentHeadings,
.agrocorp_aboutContentHeadings,
.agrocorp_aboutContentHeadingsDecoration,
.agrocorp_aboutContentHeadingsDecorationText,
.agrocorp_aboutVisualCoverImage,
.agrocorp_aboutnewpageContentHeadings,
.agrocorp_aboutnewpageContentHeadingsDecoration,
.agrocorp_aboutnewpageContentHeadingsDecorationText,
.agrocorp_aboutnewpageVisualCoverImage,
.footer_div,
.getintouchBackgroundImage,
.getintouchBackgroundImg,
.getintouchFormMain,
.getintouchFormStepInput,
.getintouchHeadingText,
.getintouchHeadings {
    width: 100%;
    float: left
}

.aboutUsContentHeadingsDecoration {
    width: 100%;
    float: left;
    text-align: justify
}

.aboutUsContentHeadingsDecorationText {
    width: 100%;
    float: left;
    line-height: 35px;
    /* margin-top: 18px; */
}






.aboutUsContentHeadingsSecondary {
    width: 100%;
    float: left;
    color: #055e1c;
    font-size: 2.2em;
    margin-top: 5px
}



.aboutUsContentDescriptionTxt {
    width: 100%;
    float: left;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.5em
}


.aboutUsContentHeadingsDecorationText-privacy {
    width: 100%;
    float: left;
    line-height: 35px;
    font-family: 'Montserrat Medium';
    font-size: 1.1rem;
    color: #000;
    font-weight: 100;
    margin-bottom: 0
}

.aboutUsVisual {
    width: 35%;
    float: left;
    margin-left: 0
}

.aboutUsVisualInner {
    width: 100%;
    float: left;
    margin-top: 20px;
    position: relative;
    text-align: center;
    color: #fff
}

.text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

.button,
input {
    background: 0 0
}

.aboutheading {
    color: #055E1C;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-weight: 500;
    font-size: 1.2rem;
    text-align: left
}

.aboutpara,
.bloomer_sections .caption .info-wrapper .date,
.get_new {
    font-weight: 700;
    font-family: 'Montserrat Medium'
}

.aboutpara {
    line-height: 0px;
    text-align: left;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 2.2rem;
    color: #000
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.bg-logo {
    width: 100%;
    padding: 40px 50px 0px 50px;
}

.section-padding-alert1 {
    padding: 75px 0;
}

.content {
    padding: 2em 1em 5em;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto
}

.content h2 {
    margin: 0 0 2em
}

.content p {
    margin: 1em 0;
    padding: 0 0 2em;
    font-size: .85em
}

.box {
    padding: 4.5em 0;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center
}

.agro1 .date-event span,
.button,
.button--winona>span {
    display: block
}

.bg-1 .button {
    color: #37474f;
    border-color: #37474f
}

.button {
    float: left;
    margin: 1em 0 0;
    padding: 1em 2em;
    border: none;
    color: inherit;
    position: relative;
    z-index: 1;
    -moz-osx-font-smoothing: w
}

.button:focus {
    outline: 0
}

.button--winona {
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color .3s cubic-bezier(0.2, 1, 0.3, 1), background-color .3s cubic-bezier(0.2, 1, 0.3, 1);
    transition: border-color .3s cubic-bezier(0.2, 1, 0.3, 1), background-color .3s cubic-bezier(0.2, 1, 0.3, 1)
}

.button--winona::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    background: #055E1C;
    letter-spacing: 1.2px;
    font-family: 'Montserrat Medium'
}

.button--winona.button--inverted {
    color: #7986cb
}

.button--winona.button--inverted:after {
    color: #fff
}

.button--winona::after,
.button--winona>span {
    padding: .6em 1em;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.2, 1, 0.3, 1), opacity .3s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.button--winona:hover {
    border-color: #3f51b5;
    background-color: rgba(63, 81, 181, .1)
}

.button--winona.button--inverted:hover {
    border-color: #21333c;
    background-color: #21333c
}

.button--winona:hover::after,
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.button--winona:hover>span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
}

.button--antiman.button--border-thin::before {
    border-width: 1px
}

.button--itzel.button--border-thin::before {
    border: 1px solid;
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
    transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0)
}

.button--border-thin {
    border: 1px solid
}

.button--round-s.button--quidel::after {
    border-radius: 3px
}

.button--round-s {
    border-radius: 0
}

.get_new {
    letter-spacing: 1.2px;
    padding: 0
}

.availibility {
    width: 100%;
    float: left;
    padding: 80px 0 55px;
    display: flex;
    justify-content: center;
    background: #fff
}

.section-padding,
.section-paddingnew {
    justify-content: center;
    display: flex;
    float: left
}

.bloomer_sections {
    position: relative;
    padding: 75px 0;
}

.bloomer_sections-index
{position: relative;
    padding: 0px;}

.bloomer_sections:last-child {
    margin-bottom: 0px;
}

.bloomer_sections figure {
    margin: 0 0 0 auto;
    position: relative;
    width: 50.666667%;
}

.bloomer_sections.left figure {
    margin-left: 0;
    margin-right: auto
}

.bloomer_sections figure img:hover {
    transform: scale(.98)
}

.bloomer_sections .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 60%;
    padding: 4% 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.bloomer_sections.left .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 4%
}

.bloomer_sections .caption.padding-right {
    padding-right: 0
}

.bloomer_sections .caption.padding-left {
    padding-left: 0
}

.bloomer_sections .caption h4,
.bloomer_sections .caption h4 a {
    font-size: 1.3rem;
    color: #000;
    font-family: 'Montserrat Medium';
    font-weight: 700
}

.bloomer_sections .caption h4 span,
.bloomer_sections-prev-next a:hover,
.agro_blogs-sidebar .widget ul li a.active,
.section-title span,
.section-title2 span {
    color: #ed5521
}

.bloomer_sections .caption .info-wrapper .more {
    color: green;
    text-decoration: none;
    font-size: 1.4rem
}

.bloomer_sections .caption .info-wrapper .more i {
    color: #555;
    font-size: 10px
}

.bloomer_sections .caption .info-wrapper .date {
    color: #555;
    font-size: 1rem
}

.bloomer_sections .caption .info-wrapper .date i {
    font-size: 20px;
    color: #ed5521;
    margin-right: 5px
}

@media (max-width:991.98px) {
    .bloomer_sections figure {
        width: auto;
        margin: 0
    }
    .bloomer_sections .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .bloomer_sections .caption,
    .bloomer_sections.left .caption {
        background: #f5f5f5
    }
}

.line-dec:before,
.section-subtitle:after {
    content: '';
    left: 0;
    width: 40px;
    position: absolute
}

.bloomer_sections-prev-next {
    padding: 40px 0;
    border: none;
    border-top: 1px solid #f5f5f5
}

@media (max-width:576px) {
    .bloomer_sections-prev-next {
        text-align: center
    }
    .bloomer_sections-prev-next-left {
        margin-bottom: 10px
    }
}

.bloomer_sections-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 1em
}

.bloomer_sections-prev-next a i {
    font-size: 20px;
    color: #ed5521
}

.bloomer_sections-prev-next .bloomer_sections-prev-next-left a i {
    margin-right: 5px;
    font-size: 12px
}

.bloomer_sections-prev-next .bloomer_sections-prev-next-right a i {
    font-size: 12px;
    margin-left: 5px
}

.foot-farm {
    color: #ccc
}

.section-padding {
    padding: 65px 0;
    width: 100%;
    background: #f5f5f5
}

.section-paddingnew {
    padding: 30px 0 120px;
    width: 100%;
    background: #fff
}

.section-paddingnew50 {
    padding: 60px 0;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    background: #fff
}

.section-title {
    font-size: 48px;
    font-weight: 600;
    font-family: 'Montserrat Medium';
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase
}

.section-subtitle {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat Medium';
    color: #555;
    position: relative;
    margin-bottom: 0;
    padding-left: 50px
}

.agrobtn,
.section-title2 {
    color: #000;
    font-family: 'Montserrat Medium';
    position: relative
}

.section-subtitle:after {
    height: 1px;
    background: #ed5521;
    top: 50%
}

.section-title2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 20px
}

.mb-90 {
    margin-bottom: 0px !important;
}

.sub-menu.left {
    left: -100%;
    margin-left: -20px
}

.elementor img,
.offer_img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.line-dec {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px
}

.line-dec:before {
    top: 0;
    height: 2px;
    background: #055E1C
}

.agrobtn:before,
.link-btn:before {
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: #055E1C;
    content: ''
}

.agrobtn:before {
    position: absolute;
    width: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.bloomer_sections .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.agrobtn {
    display: inline-block;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 2px solid #055E1C;
    font-weight: 400;
    font-size: 1.1rem;
}


.farm_para {
    line-height: 30px;
    margin-bottom: 0 !important
}

.farm_para-new {
    margin-top: 21px;
    line-height: 30px
}
.footer-contact-agrolinks-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1320px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none
}

.icon-footer,
.icon-footer1 {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.agro_img.blommericon {
    margin-right: 22px
}

.icon-footer {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: #fff;
    color: #055E1C;
    font-size: 35px;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.icon-footer i {
    width: 65%;
    text-align: center;
    line-height: 5px;
    font-size: 30px
}

.second-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.second-footer .agrocorwi .widget {
    padding: 25px 0
}

.footer-logo {
    width: 100px;
    margin-bottom: 15px
}

.icon-footer1,
.icon-footer2 {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: #055E1C;
    color: #fff;
    font-size: 35px
}

.img-fluid {
    max-width: 100%
}

.second-footer .agrocorwi .widget p {
    color: #ccc;
    font-family: 'Montserrat Medium';
    font-weight: 200;
    font-size: 1rem
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 16px;
    background: #055E1C;
    color: #fff;
    border-radius: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 20px;
    margin-left: 0
}

.footer .social-icons li>a {
    font-size: 18px;
    line-height: 15px;
    margin-left: -11px
}

.social-icons li a {
    display: block;
    text-align: center;
    color: #fff
}

.footer .usful-agrolinks ul {
    margin: 0;
    padding: 0;
    font-size: .9rem;
    line-height: 30px;
    color: beige
}

.footer .widget .widget-title {
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: 'Montserrat Medium';
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px
}

.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #555;
    outline: 0;
    padding: 0 90px 0 20px
}

.icon-footer1 i,
.icon-footer2 i {
    line-height: 5px;
    font-size: 30px;
    text-align: center
}

.widget-newsletter form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 50px;
    border: none;
    background: #055E1C;
    color: #fff;
    outline: 0;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 156px;
    right: 20px;
    box-shadow: none;
    line-height: 1.75em;
    width: 24%;
    font-family: 'Montserrat Medium';
    font-weight: 700;
    font-size: 1rem
}

.icon-footer1 {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.agro_blogs .blogsnews_divide.blogsnews-left,
.icon-footer2 {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.icon-footer1 i {
    width: 60%
}

.icon-footer2 {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.icon-footer2 i {
    width: 80%;
    left: 20px
}

.abt {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 39px
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.getintouch {
    width: 100%;
    float: left;
    padding: 50px 20px 30px;
    background: #000
}

.getintouchInner {
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #000;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.getintouchBackground {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.getintouchMain {
    width: 1100px;
    float: left
}

.getintouchHeadingTxt {
    float: left;
    color: #fff;
    font-size: 2em;
    font-family: 'Mont Bold';
    text-transform: capitalize
}

.getintouchHeadingLine {
    background: #fff;
    height: 2px;
    width: 50px;
    float: left;
    margin: 24px 0 0 15px
}

.getintouchFormContact {
    width: 100%;
    float: left;
    margin-top: 30px
}

.getintouchForm {
    width: 45%;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #fff
}

.getintouchFormStepInputTxt,
.getintouchFormStepInputTxtarea {
    width: 100%;
    background: 0 0;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    color: #fff;
    float: left
}

.getintouchFormStep {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.getintouchFormStepLable {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.getintouchFormStepLableTxt {
    width: 100%;
    float: left;
    color: #fff
}

.getintouchFormStepInputTxtarea {
    resize: none
}

.getintouchFormStepInputTxt::placeholder {
    color: #d5d5d5;
    opacity: 1
}

.getintouchFormStepInputAction {
    background: #fff;
    float: right;
    padding: 15px 40px;
    color: #055e1c;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer
}

.getintouchFormStepInputAction:disabled {
    background: #696969
}

.percent {
    font-size: 1.1rem;
    font-weight: 100;
    text-align: justify;
    color: #5c5b5b;
    font-family: 'Montserrat Medium';
    line-height: 35px
}

.head,
.widget-title {
    color: #fff;
    font-family: 'Montserrat Bold';
    text-transform: uppercase
}

.partners {
    width: 50%;
    margin-top: 50px
}

.left-col,
.middle-col,
.right-col {
    width: 40%
}

.section-paddingnew33 {
    padding: 60px 0;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    background: #f5f5f5
}

.agrocorp_about-numberlist,
.section-padding1 {
    float: left;
    display: flex;
    justify-content: center
}

.foot {
    width: 100%;
    float: left;
    padding: 0;
    background: #000
}

.section-padding1 {
    width: 100%;
    padding: 1px 0 75px;
    background: #fff
}

#wedo {
    width: 16%
}

.newrow2 {
    margin-top: 20px
}

.widget-title {
    font-size: 1.3em
}

.logo-footer {
    width: 37%;
    margin-bottom: 25px
}

.head,
.sub {
    margin-bottom: 0
}

.landshare {
    width: 93%;
    display: none
}

.vv {
    width: 100%;
    display: none
}

.head {
    font-weight: 700;
    padding: 0 0 10px;
    font-size: 1.1em
}

.sub {
    color: #ccc;
    font-weight: 100;
    font-size: 1em;
    line-height: 20px;
    font-family: 'Montserrat Medium';
    text-align: left;
}

.agrocorp_aboutContentHeadingsSecondarycontent-contact {
    text-transform: uppercase;
    font-size: 2rem;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat Bold';
    margin-top: 13px
}

.head-con,
.ongoing-project {
    font-family: 'Montserrat Medium';
    color: #000
}


   
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        background: 0 0;
        border: none;
        padding: 0 !important;
        font: inherit;
        position: absolute;
        color: #000;
        right: -20px
    }
    .owl-carousel .owl-nav button.owl-prev {
        background: 0 0;
        border: none;
        padding: 0 !important;
        font: inherit;
        position: absolute;
        color: #000;
        left: -20px
    }
    .mb-4-mediahead {
        font-size: 1.1rem;
        margin-top: 0
    }

    .owl-carousel .owl-item .news {
        width: 98%
    }
    .owl-carousel .owl-item .news-about {
        width: 97%
    }
    #completedprojects {
        width: 50%
    }
    .project-img {
        border-radius: 10px;
        width: 100%;
        padding: 15px 0 35px
    }


.extra-img
{display: none;}
.sustain-index {
    margin-bottom: 0;
    color: #fff;
    font-weight: 900;
    font-family: 'Montserrat Medium';
    font-size: 3.2em;
}
.sustain-index1 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 900;
    font-family: 'Montserrat Regular';
    font-size: 1.9em;
    width: 50%;
    line-height: 35px;
}
.aboutUs-numbers-index
{
    width: 100%;
    float: left;
    padding: 50px 0px 150px 0px;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    }

    .aboutUsContentHeadingsDecorationText-index {
        width: 100%;
        float: left;
        line-height: 35px;
        text-align: justify;
        color: #5c5b5b;
        margin-bottom: 15px;
    }
    
 
    
    .banner_con {
        width: 1320px;
        float: left
    }
    

    .text-curated {
        width: 60px;
        margin: 0 62px 15px;
    }
    #bloomer_page #location select#project option,#amenities-mobile,#features-mobile,#mobileview-block,#smallmob-section,.bottom-wrapper.ovaev-event-element .item .event-thumbnail-v2 .date-event{display:none}
    .about-page {
        width: -webkit-fill-available;
    }

    .agro-mainlogo
    {width:13%;
    margin-top:20px;}

    .header.header-sticky, .header.header-sticky .row {
        background: #055E1C;
  
    }



/*-----------------------*/
.footer-contact-link-content
{margin-left:15px;}
.project_imgnew
{height:500px;}        .icon-bar {
    display: flex;
    justify-content: flex-start; /* or center/space-between based on layout */
    align-items: center;
    padding: 10px;
  }
  .aboutUsContentHeadingsDecorationText-index {
    width: 100%;
    float: left;
    line-height: 35px;
    text-align: justify;
    color: #5c5b5b;
    margin-bottom: 15px;
}
  .whatsapp-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
  }
  
  .agro {
    display: flex;
    align-items: center;
    gap: 8px; /* space between icon and text */    border-radius: 20px 20px 0px 0px;
  }
  
  .wtsapp {
    width: 24px;
    height: 24px;
  }
  
  .chat {
    font-size: 16px;
    margin-top: 15px;
  }
  .serene4, .serene5 {
    font-weight: 700;
    color: #000;
}
.aboutUsContentHeadingsDecorationText-index {
    width: 100%;
    float: left;
    line-height: 35px;
    text-align: justify;
    color: #5c5b5b;
    margin-bottom: 15px;font-size: 1.1rem;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    background: #000;
    border: 0px solid #212529 !important;
    box-shadow: 0 #0000002e;
    margin-bottom: 15px;
    height: 170px;
}
.about_greenNGOContent1 .name-index {
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
    margin-top: 35px !important;
}

.btn-3-new span {
    border: 0 solid #1c1f1e;
    transition: .2s;
    font-weight: bolder
}

.btn-3-new::before {
    background-color: #fff;
    transition: .3s ease-out;
    color: #000
}

.btn-3-new span:hover {
    color: #000;
    transition: .2s .1s
}
.btn1 {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px;
    min-width: 154px;
    margin-right: 0px;
    border: 1px solid;
    padding: 15px;
    margin-top: 20px !important;
    border: 2px solid #fff !important;color:#fff !important;font-size:1.1rem;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 10px;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
    max-width: 900px;
    margin: auto;
    font-family: 'Montserrat Regular';
  }

  .stat-box {
    text-align: center;    font-family: 'Montserrat Regular';
  }

  .stat-box h2 {
    font-size: 36px;
    color: #111;
    margin-bottom: 10px;
    font-family: 'Montserrat Regular';
    font-size: 2.2rem;
    color: #000;
    font-family: 'Montserrat Medium';
    font-weight: 700;
  }

  .stat-box p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;    font-family: 'Montserrat Regular';
  }
  .text-center2{
    text-align: center !important;
    width: 70%;
    margin: 0 auto;
}
.test_para-index
{margin-top: 15px;font-size: 1.1rem;line-height: 30px;}

.pj
{width: 100%;
    height: 300px;
    margin-bottom: 30px;
}