body,html {
  position: relative;
  height: 100%;
  width: 100%;
}

body { 
  font-family: Titillium-Regular;
  font-size: 16px;
  letter-spacing: .5px;
  background-color: #fff;
}
/*big screen*/
.banner_title_1{
    font-size: 32px; /* 24px */
    margin-bottom: 0px; 
    margin-top: 5px;
    font-family: 'Titillium-Regular';
    letter-spacing: 1.5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 701 !important;
  }
  .banner_title_2{
    font-size: 24px;  /* 16px */
    margin-bottom: 0px; 
    margin-top: 0px;
    font-family: 'Titillium-Regular';
    letter-spacing: 1.5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 701 !important;
  }
/*AMAN*/
.h1styleprod{
  font-size: 32px;
  font-family: 'Titillium-Regular';
  letter-spacing: 1.5px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 701 !important;
}

#grad1 {
  background-color: #727272; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #727272 , #E5E5E5);
}
/*aman*/
.prod-img-extra{
  /*width: 65% ! important;*/
  width: 200px ! important;
}

.col-extra{
  padding-left: 0px;
  padding-right: 0px;
  border: 0px solid;
}

.img-colleges{
  width:70%;
}

.black-text{
  font-size:16px;
  font-weight: 701!important;
}

h4{
  font-weight: 701!important;
  font-size: 16px;
}

/* Inline css from pages */
.h2h1{
  letter-spacing: 1.5px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 48px;
  font-family: 'Titillium-Regular';
}
.productscs{
  font-size: 24px;
  font-family: Titillium-Regular;
}
.fonticon{
  font-size:30px;
  color:#ff0000;
}
.pdficonDiv{
  padding-top:4px;
}
.prodContainDiv{
  position:absolute;
  bottom:0pc;
  margin-bottom:30px;
  right:0pc;
}
.h2style{
  font-size: 26px;
  font-family: 'Titillium-Regular';
  letter-spacing: 1.5px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 701 !important;
}
.location-wrapp ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:18px;
  margin-bottom:0;
}
.location-wrapp ul a {
  color:inherit;
  text-decoration:none;
}
.location-wrapp ul a:hover {
  opacity:0.5;
}
.location-wrapp a:hover {
  text-decoration: none;
  opacity:0.5;
}

.media-title {
  font-size: 18px;
}

.media-title a {
  color: inherit;
}

.media-title a:hover {
  color: inherit;
}

a {
  color: #01A1D3;
  text-decoration: none;
}
a:hover {
  color: #0387B0;
  text-decoration: none;
}
/* Inline css from pages */

@font-face {
  font-family:RobotoSlab-Light;src:url(fonts/RobotoSlab-Light.ttf);font-weight:300;
}

@font-face {
  font-family:RobotoSlab-Regular;src:url(fonts/RobotoSlab-Regular.ttf);font-weight:400;
}

@font-face {
  font-family:Titillium-Regular;src:url(fonts/Titillium-Regular.ttf);font-weight:400;
}

@font-face {
  font-family:Titillium-Semibold;src:url(fonts/Titillium-Semibold.ttf);font-weight:600;
}

h1 {
  font-size: 32px;
  font-family: Titillium-Regular;
}

h2 {
  font-size: 22px;
  font-family: Titillium-Regular;
  font-weight: 701 !important;
}

h3 {
  font-size: 22px;
  font-family: Titillium-Regular;
  font-weight: 701 !important;
  margin-top: 10px;
}

.fs-16 {
  font-size: 16px;
}

.fullwidth {
  width: 100%;
  float: left;
}

.tm-0 {
  margin-top: 0;
}

.mr-t-25 {
  margin-top: 25px;
}

.mr-t-15 {
  margin-top: 15px;
}

.mr-t-10 {
  margin-top: 10px;
}

.mr-t-50 {
  margin-top: 50px;
}

.mr-b-50 {
  margin-bottom: 50px;
}

.text-small {
  font-size: 12px;
}

.fa-14 {
  font-size: 14px;
}

.fa-16 {
  font-size: 16px;
}

.fa-18 {
  font-size: 18px;
}

.bdr {
  border: 1px solid #ccc;
}

.b-bdr {
  border-bottom: 1px solid #ccc;
}

.gray-text {
  color: #999;
}

.green-text {
  color: #01A1D3;
}

.white-text {
  color: #fff;
}

.lgrey-bg {
  background-color: #f8f8f8;
}

.middle-seprator {
  background-color: #f8f8f8;
  padding: 25px 20px;
}

.btn-yellow {
  font-family: Titillium-Semibold;
  border-radius: 3px;
  background-color: #f7a404;
  box-shadow: 0 1px 12px 0 rgba(0,0,0,.3),0 2px 4px 0 rgba(0,0,0,.5);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .8px;
  color: #fff;
  padding: 6px 25px;
}

.green-btn,.green-btn:hover {
  font-family: Titillium-Semibold;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: #01A1D3;
  box-shadow: 0 1px 12px 0 rgba(0,0,0,.3),0 2px 4px 0 rgba(0,0,0,.5);
  /*text-transform: uppercase;*/
  font-size: 24px;
  /*font-weight: 600;*/
  line-height: 1.25;
  letter-spacing: .8px;
  color: #fff;
  /*padding: 6px 25px;*/
}

.green-btn.btn-sm {
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.btn-yellow.btn-sm {
  font-size: 18px;
}

.sub-hdr {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 13.9px;
  color: #f7a404;
}

.mh100 {
  min-height: 100%;
}

.h100 {
  height: 100%;
}

.container.h100 {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.txt-center {
  text-align: center;
}

.txt-small {
  font-size: 14px;
}

.btn.btn-primary.close-tab {
  border-radius: 3px;
  border: solid 2px #f7a404;
  background-color: #fff;
  color: #f7a404;
}

.hdr-bg-gradient {
  background: linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 100%);
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.our-features {
  /*padding: 10px;*/
}

.features {
  text-align: center;
  padding: 12px 20px;
}

.farm-retail-wrapp {
  width: 100%;
  float: left;
}

.home-farm-detail,.home-retailer-detail {
  width: 50%;
  padding: 30px;
  background-size: 100%;
  float: left;
  min-height: 329px;
}

.home-farm-detail {
  background: #fff url(../images/farmer-bg.jpg) 0 0 no-repeat;
  background-size: cover;
}

.home-retailer-detail {
  background: url(../images/fnv-retailer-shop.jpg) 0 0;
  background-size: cover;
  color: #fff;
}

.home-farm-detail h2,.home-retailer-detail h2 {
  max-width: 385px;
  margin: 0 0 40px 0;
  letter-spacing: 1.1px;
}

.home-retailer-detail h2 {
  text-shadow: 4px 3px 4px #000;
}

.customer-satisfaction {
  background: url(../images/customer-image.jpg) center center no-repeat;
  background-size: cover;
  min-height: 400px;
  width: 100%;
  padding: 15px 25px;
}

.customer-satisfaction .content h2 {
  margin-bottom: 40px;
}

.customer-satisfaction .content {
  max-width: 280px;
  line-height: 1.25;
  letter-spacing: .8px;
  padding-top: 30px;
}

.our-team {
  float: left;
  width: 100%;
  padding: 25px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.our-partners {
  float: left;
  width: 100%;
  padding: 25px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.partner-img-wrap {
  width: 150px;
  height: 150px;
  background-color: #fff;
  padding: 55px 5px;
  margin: 15px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.our-partners img {
  max-width: 100%;
  max-height: 50px;
}

.our-partners .col-md-2 {
  text-align: center;
}

.aboutus section.location-wrapp,.location-wrapp {
  background-color: #01A1D3;
  min-height: 150px;
  padding: 0px 0 10px;
  width: 100%;
  float: left;
}

.office-location {
  text-align: center;
  padding-bottom: 20px;
}

.view-on-map {
  border-radius: 2px;
  border: solid 1px #212121;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
  color: #1d2249;
}

.view-on-map:hover {
  background-color: #fff;
  border: 1px solid #ffc107;
  text-decoration: none;
  color: #272727;
}

.news-in-air {
  float: left;
  width: 100%;
  padding: 30px;
}

.news-carousel a {
  height: 240px;
  width: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: left;
}

.news-carousel .img-responsive {
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}

.news-carousel .news-content {
  padding: 10px 0;
  float: left;
  width: 100%;
  min-height: 60px;
}

.news-carousel .img-detail {
  font-size: 14px;
  text-align: left;
  padding: 5px 10px 10px;
  float: left;
  width: 100%;
}

.news-carousel .icon-news {
  float: left;
  width: 50%;
  min-height: 34px;
}

.news-carousel .icon-news img {
  max-width: 100%;
  max-height: 34px;
}

.news-carousel .news-date {
  float: right;
  text-align: right;
}

.news-carousel .bg-shadow {
  float: left;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.14),0 2px 4px 0 rgba(0,0,0,.3);
  margin-bottom: 5px;
}

.news-carousel .bg-shadow>a>img {
  max-height: 100%;
}

.aboutus section.vision-mission {
  background-color: #f8f8f8;
  padding: 35px;
}

.vision-text {
  padding: 0px 15px;
  font-size: 18px;
}

.vision-bg {
  background-color: #aac370;
  color: #fff;
  text-align: center;
}

.mission-bg {
  background-color: #19ad95;
  color: #fff;
  text-align: center;
}

.value-bg {
  background-color: #f5ae3b;
  color: #fff;
  text-align: center;
}

.mission-bg img,.value-bg img,.vision-bg img {
  width: 35%;
}

.aboutus section.our-team-wrapp {
  padding: 0px 35px 15px;
  background-color: #f8f8f8;
}

.team-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  box-shadow: 0 2px 10px #ccc;
  overflow: hidden;
  display: inline-block;
}

.team-img img {
  height: 100%;
  margin-left: -30px;
}

.aboutus section {
  background-color: #fff;
}

.about-us-summery {
  padding: 0 35px;
  margin: 15px 0 15px;
}

.about-us-summery .content {
  font-size: 24px;
  padding: 15px 0;
}

.aboutus .row-crousel {
  /*height: 494px;
  padding-top: 64px;*/
}

.aboutus .carousel p {
  text-align: left;
  font-size: 24px;
}

.floating-top-btn {
  background: url(../images/ic-up-arrow.png) 0 0 repeat-x;
  background-size: 100%;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 2;
}

.about-us-summery .content p {
  margin-bottom: 30px;
}

.content-img {
  float: right;
  color: #212121;
  text-align: center;
  width: 500px;
  min-height: 400px;
  margin-top: 30px;
}

.content-img img {
  width: 100%;
}

.content-img p {
  padding: 10px;
}

.our-professionals {
  float: left;
  width: 100%;
  /*padding: 30px;*/
  padding: 0px 10px 10px 10px;
}

.professional-img {
  float: left;
  width: 20%;
}

.certificate-wrap {
  background-color: #fff;
  display: table;
  padding: 15px;
}

.certificate {
  width: 20%;
  display: table-cell;
  text-align: center;
  padding: 15px 30px;
  vertical-align: middle;
}

.certificate .img-wrap {
  min-height: 130px;
  float: left;
  width: 100%;
}

.certificate img {
  max-width: 100%;
}

.detail {
  position: relative;
  z-index: 2;
}

.team-tab-initial {
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid transparent;
}

.active .team-tab-initial {
  padding-bottom: 30px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.nav-tabs>li.active>a.hide-detail,.nav-tabs>li.active>a.hide-detail:focus,.nav-tabs>li.active>a.hide-detail:hover {
  color: #f7a404;
  border: 1px solid #f7a404;
  padding: 6px 10px;
  background-color: #fff;
}

.hide-detail,.nav-tabs>li>a.hide-detail,.nav-tabs>li>a.show-detail,.show-detail {
  position: absolute;
  width: 115px;
  height: 36px;
  right: 25px;
  bottom: 12px;
  color: #f7a404;
  border: 1px solid #f7a404;
  padding: 6px 10px;
  background-color: #fff;
  z-index: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Titillium-Semibold;
  font-weight: 600;
  border-radius: 2px;
  text-align: center;
}

.social-icon-hide {
  visibility: hidden;
}

#tabSelect ul li .hide-detail {
  display: none;
  bottom: 32px;
}

#tabSelect ul li.active .hide-detail,#tabSelect ul li.active .member-detail-nm {
  display: block;
  color: #212121;
}

#tabSelect ul li.active .show-detail {
  display: none;
}

.social-icon-white .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15px;
}

.accordion {
  margin: 0 0 1.5em 0;
  padding: 0;
}

.accordion li {
  list-style: none;
}

.accordion li>a {
  display: inline-block;
  text-decoration: none;
}

.accordion .is-expanded {
  display: block;
}

.accordion ul.submenu {
  display: none;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  min-width: 1046px;
  padding-right: 50px;
  text-align: left;
  padding-top: 1.61792em;
  padding-bottom: 2.61792em;
  position: relative;
}

.team-member {
  display: block;
  margin-right: 2.12766%;
  width: 23.40426%;
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
  float: none;
  position: relative;
  width: 248px;
}

section.team-sprit {
  float: left;
  width: 100%;
  background-color: #d8e1e0;
}

.hd-team-sprit {
  float: left;
  width: 235px;
  height: 180px;
  background-color: #338b37;
  color: #fff;
  font-size: 48px;
  padding: 15px;
  text-align: center;
}

.member-detail {
  padding: 45px;
  float: left;
  min-width: 400px;
  font-size: 24px;
}

.member-detail .txt-small {
  font-size: 18px;
}

.member-img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.member-img img {
  width: 100%;
}

.member-info {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .4px;
  color: #727272;
  min-width: 200px;
  padding-left: 10px;
}

.team-sprit .message {
  color: #727272;
  padding: 30px 15px;
  font-size: 16px;
}

.carousel-wrap {
  float: left;
  background-color: #fff;
  width: 100%;
}

.img-detail {
  width: 100%;
  text-align: center;
  color: #272727;
  padding-top: 10px;
}

.home-team-member img {
  max-width: 220px;
  width: 100%;
}

.our-team-wrapp .social-icon-round {
  position: absolute;
  right: 20%;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

.location-wrapp {
  color: #fff;
}

.footer-contact img {
  width: 24px;
}

.footer {
  background-color: #eee;
  padding: 10px 30px 10px 18px;
}

@media (min-width:1200px) {
  .container {
    max-width: 100%;
  }

  .footer-error404 {
    position: fixed;
    bottom: 0;
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: none;
    display: inline-block;
    padding-top: 5px;
  }

  .btn-show-less,.btn-show-more,.user-img-mobile {
    display: none;
  }

  .btn.btn-primary.close-tab {
    float: right;
  }

  .customer-satisfaction .content {
    font-size: 24px;
    max-width: 300px;
  }

  .farmer-form .col-md-9 {
    padding: 0;
  }

  .footer-error404 { }
}

.remove-collapsed {
  width: 0;
  height: 0;
}

.collapse.in .remove-collapsed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .5s;
}

.how-it-work {
  background-color: #f8f8f8;
  padding: 30px;
}

.hiw-steps p {
  color: #777;
}

.steps-no {
  margin-top: -20px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #19ab94;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  box-shadow: 1px 2px 2px #999;
  position: absolute;
}

.step-content {
  min-height: 385px;
}

.product-specs,.products-detail {
  /*padding: 30px;*/
  padding: 14px;
}

.products-detail li,.products-detail p {
  color: #777;
}

.product-img img {
  width: 100%;
  max-width: 800px;
}

.graph-img {
  max-width: 350px;
}

.tbl-hd {
  font-weight: 600;
  color: #fff;
  background-color: #18ab95;
  padding: 10px 0;
}

.tbl-bdy .tbl-row {
  padding: 5px 0;
  border-top: 1px solid #ccc;
  color: #777;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .active>div.user-detail {
    display: block;
  }

  .member-detail-nm h3 {
    font-size: 15px;
  }

  .about-us-summery .content {
    width: 100%;
  }

  .home-retailer-detail h2 {
    min-height: 259px;
  }

  .about-us-summery .content-img {
    float: left;
  }

  .team-tab-initial h4 {
    font-size: 14px;
    min-height: 30px;
  }

  .hd-team-sprit {
    width: 100%;
    height: auto;
  }

  .review-wrapp {
    width: 100%!important;
  }

  .associate-app .content,.store-app .content {
    padding: 20px 25px;
    max-width: 450px;
    text-align: center;
    margin-left: 0;
  }

  .associate-app h2,.store-app h2 {
    font-size: 30px;
  }

  .truck-on-road {
    background-image: url(../images/truck_road.svg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 105px;
  }

  .mobile-on-hand {
    width: 230px;
    height: 260px;
  }

  .mobile-on-hand-associate {
    width: 300px;
    height: 240px;
  }

  .footer-error404 { }
}

.aboutus section.timeline {
  white-space: nowrap;
  overflow-x: hidden;
  background-color: #01A1D3;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 170px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 80px;
  height: 3px;
  background: #fff;
}

.timeline ol li:last-child {
  width: 200px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f45b69;
}

.timeline ol li div {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 160px;
  padding: 15px;
  font-size: 16px;
  white-space: normal;
  color: #000;
  background: #fff;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  left: 50%;
  border-width: 8px 8px 8px 8px;
  border-color: #fff transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
}

.timeline time {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .arrows .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0;
  background-color: transparent;
}

.icon-left-white-arrow,.icon-right-white-arrow {
  display: inline-block;
  width: 33px;
  height: 34px;
  background-size: 100%;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

@media screen and (max-width:599px) {
  .timeline ol,.timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none!important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: 0 0;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    width: 94%;
    height: auto!important;
    margin: 0 auto 25px;
  }

  .timeline ol li div {
    position: static;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(even) div::before,.timeline ol li:nth-child(odd) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid #fff;
    height: 25px;
  }

  .timeline .arrows,.timeline ol li:last-child,.timeline ol li:not(:last-child)::after,.timeline ol li:nth-last-child(2) div::before {
    display: none;
  }

  .container .section_one_banner {
    display: block;
    width: 100%;
  }

  .container #sec_b_action .right-image {
    display: none;
  }

  .container #sec_b_action .left-text {
    padding: 20px 20px;
    width: 100%;
  }

  .container #sec_a_action .right-text {
    padding: 20px 20px;
    width: 100%;
  }

  .container #sec_a_action .left-image {
    display: none;
  }

  .footer-error404 { }
}

.media {
  padding: 0px 14px 0px 13px;
}

.media h3 {
  margin-top: 0;
}

.news-item {
  position: relative;
  margin: 20px 0 0px;
  /*border-bottom: 1px solid #f1f1f1;*/
  padding-bottom: 15px;
}

.products-item {
  position: relative;
  margin: 25px 0 8px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 25px;
}

.news-media {
  position: relative;
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  /*border: 5px solid #fff;*/
  /*border: 1px solid #eaeaea;*/
  display: inline-block;
  /*box-shadow: 0 0 5px 0 rgba(0,0,0,.1);*/
}

.news-media img {
  width: 100%;
}

.product-media {
  position: relative;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  border: 5px solid #fff;
  display: inline-block;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.product-media img {
  width: 100%;
}

.product-ahref {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 5px solid #fff;
  display: inline-block;
}

.product-ahref img {
  width: 100%;
}

.download-brochure {
  position: relative;
  right: 15px;
  top: -50px;
  text-align: right;
  z-index: 1;
  width: 130px;
  float: right;
}

@media only screen and (min-device-width:320px) and (max-device-width:767px) {
  h1 {
    font-size: 32px;
    /*font-family: RobotoSlab-Regular;*/
    font-family: Titillium-Regular;
  }
  /*//aman*/

  h2 {
    font-size: 22px;
    /*font-family: RobotoSlab-Regular;*/
    font-family: Titillium-Regular;
  }

  h3 {
    font-size: 22px;
    /*font-family: RobotoSlab-Regular;*/
    font-family: Titillium-Regular;
  }

  .sub-hdr {
    font-size: 20px;
  }

  .btn-yellow {
    font-size: 18px;
  }

  .home-team-member {
    margin-bottom: 30px;
  }

  .vision-text {
    padding: 12px 15px;
    font-size: 18px;
  }

  .aboutus section.vision-mission {
    padding: 15px;
  }

  .our-team-wrapp .col-md-3.col-xs-12.text-center {
    margin-bottom: 30px;
  }

  .how-it-work {
    background-color: #f8f8f8;
    padding: 30px 15px;
  }

  .graph-img {
    max-width: 280px;
    margin-bottom: 30px;
  }

  .products-detail {
    padding: 30px 15px;
  }

  .product-specs {
    padding: 0;
  }

  .member-detail {
    width: 100%;
    min-width: 100%;
    padding: 15px;
  }

  .news-carousel .col-md-3,.news-carousel .col-sm-6,.news-carousel .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .title {
    left: 0;
    width: 100%;
  }

  .carousel p {
    font-size: 14px;
  }

  .home-farm-detail,.home-retailer-detail {
    width: 100%;
    padding: 30px;
    float: left;
    background-size: auto 150%;
    background-position: left bottom;
    text-align: center;
  }

  .home-farm-detail h2,.home-retailer-detail h2 {
    line-height: 30px;
  }

  .our-features {
    padding: 15px;
  }

  .text-right.usa {
    text-align: left;
    margin-top: 30px;
  }

  .copy {
    font-size: 14px;
  }

  .about-us-summery .content {
    font-size: 18px;
  }

  .aboutus .row-crousel {
    height: 300px;
  }

  .header-crousel .carousel p {
    font-size: 24px;
  }

  .aboutus .header-crousel .carousel-inner .title {
    width: 100%;
  }

  .content-img {
    width: 100%;
    min-height: auto;
  }

  .about-us-summery .content {
    width: 100%;
    float: right;
  }

  .hd-team-sprit {
    height: auto;
    width: 100%;
    font-size: 24px;
  }

  .btn-show-less,.btn-show-more {
    float: left;
    color: #f7a404;
    border: 1px solid #f7a404;
    padding: 6px 10px;
    background-color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Titillium-Semibold;
    margin: 15px 0 10px;
  }

  .tab-pane .visible-xs h3 {
    margin-top: 5px;
  }

  .user-img-mobile img {
    width: 100%;
    max-width: 150px;
  }

  .our-professionals {
    padding: 0 30px 30px;
  }

  .professional-img {
    width: 50%;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .our-professionals h3 {
    line-height: 25px;
  }

  .our-partners h2 {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .partner-img-wrap {
    width: 120px;
    height: 65px;
    padding: 5px 5px;
    margin: 15px 0;
    text-align: center;
    display: inline-block;
  }

  .customer-satisfaction .content {
    background-color: rgba(256,256,256,.5);
    float: left;
    width: 100%;
    padding: 10px 10px 0;
  }

  .office-location {
    padding-bottom: 5px;
  }

  .apps h3,.office-location h3 {
    border-top: 1px solid #c2ae93;
    padding: 15px 0 0;
    font-size: 18px;
    font-family: RobotoSlab-Regular;
    margin: 20px 0 10px;
  }

  .office-location:first-child h3 {
    border-top: 0;
    padding: 0;
  }

  .btn-show-less,.btn.btn-primary.close-tab,.certificate-wrap,.show-more,.show-more .btn-show-more {
    display: none;
  }

  .show-more .btn-show-less,.show-more .show-more {
    display: block;
  }

  .p-5 {
    padding: 5rem;
  }

  .footer-error404 { }
}

.product-parallax {
  background: rgba(248,248,248,.8) url(../images/product3.jpg);
  text-align: center;
  min-height: 100px;
  margin: 100px 0 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-parallax h2 {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.product-parallax h2::after {
  border: 1px solid #fff;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.action {
  text-align: justify;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #f2f2f2;
  position: relative;
}

#sec_b_action .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}

#sec_b_action .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/milking_process1.png);
}

#sec_a_action .right-text {
  padding: 70px 0;
  padding-left: 60px;
  float: right;
  width: 60%;
}

#sec_a_action .left-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../images/ibt_img1.jpg);
}

.bg-white {
  background-color: #fff;
}

.section_one_banner {
  display: none;
}

:focus {
  outline: 0;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
  text-align: center;
}

.navbar {
  background-color: #fff;
  border-top: 2px solid #01A1D3;
}

.navbar-right {
  padding-top: 10px;
}

.navbar-default .navbar-nav>li>a.active,.navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a.active span,.navbar-default .navbar-nav>li>a:hover span {
  background-color: #ffc107;
}

.navbar-default .navbar-nav>li>a.active .hdr-txt,.navbar-default .navbar-nav>li>a:hover .hdr-txt {
  border-bottom: 2px solid #01A1D3;
}

.menuON {
  border-bottom: 2px solid #01A1D3!important;
}

.navbar-nav>li>a {
  padding: 0;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
  color: #212121;
  font-size: 14px;
  text-align: center;
  padding: 0 15px;
  line-height: 48px;
  font-family: Titillium-Regular;
  font-weight:701 !important;
}

.hdr-icon {
  float: left;
  width: 100%;
  transition: .5s;
  opacity: 1;
}

.navbar-default .navbar-nav>li>a span {
  text-align: center;
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 50%;
  padding-top: 5px;
  transition: .5s;
  opacity: 1;
}

.shrink-nav .navbar-nav>li>a .icon {
  transition: .5s;
  opacity: 1;
  display: inline-block;
}

.navbar-default .navbar-nav>li>a div {
  border-bottom: 2px solid transparent;
}

.navbar-brand {
  padding: 10px 15px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.navbar-brand img {
  width: 105px;
}

.icon-logo {
  margin-bottom: 5px;
  min-height: 25px;
}

.social-icon-round {
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  padding: 2px;
  margin: 10px 5px 5px;
  transition: .5s;
  display: inline-block;
  background-color: #fff;
}

@media (min-width:1024px) {
  .header-crousel.aboutus-crousel .carousel h1 {
    text-align: left;
  }

  .shrink-nav {
    color: #000!important;
    top: 0;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.14),0 0 4px 0 rgba(0,0,0,.3);
    height: 56px;
    max-height: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
  }

  .shrink-nav.navbar {
    min-height: 56px;
    transition: .5s;
  }

  .shrink-nav .navbar-nav>li>a {
    color: #000!important;
    line-height: 24px;
  }

  .shrink-nav .navbar-nav>li>a span {
    opacity: 0;
    transition: .5s;
    margin-bottom: -56px;
    margin-top: -56px;
  }

  .shrink-nav .hdr-icon {
    transition: .5s;
    opacity: 0;
    margin-bottom: -56px;
  }

  .shrink-nav .navbar-nav>li>a {
    line-height: 48px;
  }

  .shrink-nav .foloow-us-txt {
    height: 0;
    transition: .5s;
    opacity: 0;
  }

  .shrink-nav .social-icon-round {
    margin: 0 5px;
    transition: .5s;
  }

  .footer-error404 { }
}

.follow-us {
  float: right;
  padding-top: 5px;
  z-index: 2;
  position: relative;
}

.hd-follow-us {
  font-size: 14px;
}

.social {
  float: left;
  width: 24px;
  height: 24px;
  background-color: #ccc;
  margin-right: 2px;
  cursor: pointer;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-fade .carousel-inner>.item.active.right,.carousel-fade .carousel-inner>.item.next {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .carousel-fade .carousel-inner>.item.active.left,.carousel-fade .carousel-inner>.item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .carousel-fade .carousel-inner>.item.active,.carousel-fade .carousel-inner>.item.next.left,.carousel-fade .carousel-inner>.item.prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.header-crousel .item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-crousel .item:nth-child(1) {
  background: url(../images/ba1.jpg) no-repeat center center;
  background-size: cover;
}

.header-crousel .item:nth-child(2) {
  background: url(../images/ba2.jpg) no-repeat center center;
  background-size: cover;
}

.header-crousel .item:nth-child(3) {
  background: url(../images/ba3.jpg) no-repeat center center;
  background-size: cover;
}

.header-crousel .item:nth-child(4) {
  background: url(../images/ba1.jpg) no-repeat center center;
  background-size: cover;
}

.aboutus .header-crousel .item:nth-child(1) {
  background: url(../images/aboutus-banner.jpg) no-repeat right center;
  background-size: cover;
}

.aboutus .header-crousel .item:nth-child(2) {
  background: url(../images/product2.jpg) no-repeat right center;
  background-size: cover;
}

.aboutus .header-crousel .item:nth-child(3) {
  background: url(../images/product3.jpg) no-repeat right center;
  background-size: cover;
}

.products .header-crousel .item:nth-child(1) {
  background: url(../images/products/cold_storage_banner.jpg) no-repeat right center;
  background-size: cover;
}

.products .header-crousel .item:nth-child(2) {
  background: url(../images/products/200ltr_bmc_banner.jpg) no-repeat right center;
  background-size: cover;
}

.products .header-crousel .item:nth-child(3) {
  /*background: url(../images/prod-banner1.jpg) no-repeat right center;*/
  background: url(../images/products/bmc_banner.jpg) no-repeat right center;
  background-size: cover;
}

.products .header-crousel .item:nth-child(4) {
  /*background: url(../images/prod-banner2.jpg) no-repeat right center;*/
  background: url(../images/products/imc_banner.jpg) no-repeat right center;
  background-size: cover;
}

.products .header-crousel .item:nth-child(5) {
  background: url(../images/pcm_banner.jpg) no-repeat right center;
  background-size: cover;
}

.products .header-crousel .item:nth-child(6) {
  background: url(../images/prod-banner6.jpg) no-repeat right center;
  background-size: cover;
}

.infi-news .header-crousel .item:nth-child(1) {
  background: url(../images/news-award.jpg) no-repeat right center;
  background-size: cover;
}

.products .header-crousel .newbanner:nth-child(1) {
  background: url(../images/prod-banner_new1.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(2) {
  background: url(../images/prod-banner7.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(3) {
  background: url(../images/prod-banner_new3.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(4) {
  background: url(../images/products/200ltr_bmc_banner.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(5) {
  background: url(../images/prod-banner_new2.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(6) {
  background: url(../images/prod-banner1.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(7) {
  background: url(../images/prod-banner_new6.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(8) {
  background: url(../images/prod-banner2.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(9) {
  background: url(../images/prod-banner_new5.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(10) {
  background: url(../images/prod-banner_new4.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(11) {
  background: url(../images/prod-banner_new7.jpg) no-repeat right center;
  background-size: cover;
}
.products .header-crousel .newbanner:nth-child(12) {
  background: url(../images/prod-banner_new8.jpg) no-repeat right center;
  background-size: cover;
}

.header-crousel.row-crousel {
  top: -100px;
  height: 300px;
}

.infi-news .header-crousel.row-crousel {
  top: -100px;
  height: 300px;
}

.aboutus .header-crousel.row-crousel {
  top: -100px;
  height: 300px;
}

.header-crousel .carousel {
  height: 100%;
  padding: 0;
}

.header-crousel .carousel h1 {
  letter-spacing: 1.5px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.farmer .header-crousel .carousel h1,.farmer .header-crousel .carousel p {
  text-align: left;
}

.farmer .header-crousel .carousel p {
  font-size: 24px;
}

.header-crousel .carousel p {
  font-family: Titillium-Regular;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.header-crousel .carousel .item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.header-crousel .title {
  margin-top: 20px;
  padding: 10px;
  text-shadow: 2px 2px #000;
  color: #fff;
  position: absolute;
  left: 50px;
  top: 100px;
  width: 48%;
  max-width: 700px;
}

.aboutus .header-crousel .carousel .item,.farmer .header-crousel .carousel .item {
  top: 0;
}

@media (max-width:1024px) {
  .header-crousel.row-crousel {
    height: 300px;
  }

  .home.header-crousel.row-crousel {
    height: 400px;
  }

  .navbar-default .navbar-toggle {
    border-color: #4caf50;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #4caf50;
  }

  .nav>li {
    float: left;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #eee;
  }

  .icon-farmer {
    background-position: -27px 0;
  }

  .icon-retailer {
    background-position: -55px 2px;
  }

  .icon-apps {
    background-position: -108px 0;
  }

  .icon-aboutus {
    background-position: -135px 0;
  }

  .navbar-default .navbar-nav>li>a {
    text-align: left;
    line-height: 30px;
  }

  .navbar-default .navbar-nav>li>a.active span,.navbar-default .navbar-nav>li>a:hover span {
    background-color: transparent;
  }

  .navbar-default .navbar-nav>li>a.active div,.navbar-default .navbar-nav>li>a:hover div {
    border-bottom: 0;
    display: inline-block;
  }

  .hdr-icon {
    width: auto;
  }

  .navbar-default .navbar-nav>li>a span {
    text-align: center;
    width: 30px;
    height: 30px;
    float: left;
    padding: 0;
    margin-right: 10px;
  }

  .icon-aboutus,.icon-farmer,.icon-home {
    width: 30px;
    height: 30px;
    background-size: 550%;
  }

  .header-crousel.row-crousel {
    top: 0;
  }

  .farmer .header-crousel .carousel-inner .title {
    padding-top: 100px;
  }

  .aboutus .header-crousel .carousel-inner .title,.farmer .header-crousel .carousel-inner .title,.header-crousel .title {
    width: 100%;
    right: 15px;
  }

  .footer-error404 { }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .foloow-us-txt {
    display: none;
  }

  .nav>li {
    width: auto;
    padding: 10px 0;
  }

  .social-icon-round {
    margin-top: 2px;
  }

  .hdr-icon,.navbar-default .navbar-nav>li>a.active div.hdr-icon,.navbar-default .navbar-nav>li>a:hover div.hdr-icon {
    display: none;
  }

  .aboutus .header-crousel .carousel-inner .title {
    max-width: 100%;
    bottom: 0;
    top: 250px;
    background-color: rgba(0,0,0,.5);
  }

  .aboutus .header-crousel .carousel h1 {
    font-size: 24px;
    text-align: left;
  }
}

.icon {
  display: inline-block;
}

.features-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#icon-customer {
  background-image: url(../images/main-customer.png);
}

.icon-uninterupted {
  background-image: url(../images/benefits_icons/uniterrupted.png);
}

.icon-automatic {
  background-image: url(../images/icon-automatic.png);
}

.icon-turbo {
  background-image: url(../images/benefits_icons/turbo_cooling.png);
}

.icon-low-cost {
  background-image: url(../images/benefits_icons/low_opex.png);
}

.icon-retrofit {
  background-image: url(../images/benefits_icons/retrofittable.png);
}

.icon-versatile {
  background-image: url(../images/benefits_icons/versatile.png);
}

.icon-iot-enabled {
  background-image: url(../images/benefits_icons/iot_enabled.png);
}

.icon-capacity-enhancer {
  background-image: url(../images/benefits_icons/capacity_enhacer.png);
}

.icon-long-life {
  background-image: url(../images/benefits_icons/long_life.png);
}

.icon-vision {
  background-image: url(../images/icon-vision.png);
}

.icon-mission {
  background-image: url(../images/icon-mission.png);
}

.icon-value {
  background-image: url(../images/icon-value.png);
}

.icon-spike-surge {
  background-image: url(../images/benefits_icons/spike-surge-compliant.png);
}

.icon-uptime {
  background-image: url(../images/benefits_icons/99.9-uptime.png);
}

.icon-performance-comparison {
  background-image: url(../images/benefits_icons/performance-comparison.png);
}

.icon-realtime-configurable-alerts {
  background-image: url(../images/benefits_icons/realtime-configurable-alerts.png);
}

.icon-predictive-maintenance {
  background-image: url(../images/benefits_icons/predictive-maintenance.png);
}

.icon-long-life {
  background-image: url(../images/benefits_icons/long-life.png);
}

.icon-retrofitable {
  background-image: url(../images/benefits_icons/ico_retrofittable.png);
}

.icon-small-footprint {
  background-image: url(../images/benefits_icons/small_footprint.png);
}

.bg-solar {
  background: url(../images/solar.jpg) no-repeat;
  background-size: 100%;
  background-position: 0;
}

.icon-down-arrow,.icon-up-arrow {
  width: 24px;
  height: 24px;
  float: right;
}

.icon-right-arrow {
  left: auto;
  right: 6px;
}

.icon-social {
  background-image: url(../images/social-icon-gray.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
}

.icon-facebook {
  background-position: 0 0;
}

.icon-facebook:hover {
  background-position: 0 -48px;
}

.icon-twitter {
  background-position: -24px 2px;
}

.icon-twitter:hover {
  background-position: -24px -46px;
}

.icon-linkedin {
  background-position: -48px 0;
}

.icon-linkedin:hover {
  background-position: -48px -48px;
}

/************* Social Icons Start 30dec2021 *******************/
.social-icon-div {
  margin: 12px 5px 5px;
  display: inline-block;
}

.social-icon-mob-div {
  margin: 13px 5px 5px;
  display: inline-block;
}

.icon-social-fb {
  background-image: url(../images/social_icon_fb_gray.jpg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
}

.icon-social-fb:hover {
  background-image: url(../images/social_icon_fb.jpg);
}

.icon-social-whatsapp {
  background-image: url(../images/social_icon_whatsapp_gray.jpg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
}

.icon-social-whatsapp:hover {
  background-image: url(../images/social_icon_whatsapp.jpg);
}

.icon-social-linkedin {
  background-image: url(../images/social_icon_linkedin_gray.jpg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
}

.icon-social-linkedin:hover {
  background-image: url(../images/social_icon_linkedin.jpg);
}
/************* Social Icons Ens 30dec2021 *******************/



.icon-customer {
  background: url(../images/main-customer.png) no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
}

.icon-customer:hover {
  background: url(../images/main-customer-hover.png) no-repeat;
}

.icon-facebook-white {
  background-image: url(../images/logo-facebook.svg);
}

.icon-twitter-white {
  background-image: url(../images/logo-twitter.svg);
}

.icon-googleplus-white {
  background-image: url(../images/logo-google.svg);
}

.icon-linkedin-white {
  background-image: url(../images/logo-linkdin.svg);
}

.carousel-control {
  width: 4%;
}

.carousel-height {
  height: 500px;
}

.news-in-air .carousel-inner .item,.news-in-air .carousel-inner .item.active {
  background: #f9f9f9;
  overflow: hidden;
}

.icon-left-arrow,.icon-right-arrow {
  position: absolute;
  left: 6px;
  top: 115px;
  height: 30px;
  width: 30px;
}

.icon-left-arrow {
  left: -18px;
}

.icon-right-arrow {
  right: -25px;
  left: auto;
}

.farmer .icon-left-arrow,.farmer .icon-right-arrow {
  top: 90px;
}

@media (max-width:767px) {
  .farmer .icon-left-arrow,.farmer .icon-right-arrow {
    top: 60px;
  }
/*small screen*/
  .h2style{
    font-size: 26px;
    font-family: 'Titillium-Regular';
    letter-spacing: 1.5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    margin-bottom: -45px;
  }
   .banner_title_1{
    font-size: 24px; 
    margin-bottom: 0px; 
    margin-top: 5px;
    font-family: 'Titillium-Regular';
    letter-spacing: 1.5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 701 !important;
  }

  .banner_title_2{
    font-size: 16px; 
    margin-bottom: 0px; 
    margin-top: 0px;
    font-family: 'Titillium-Regular';
    letter-spacing: 1.5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 701 !important;
  }

  .h1styleprod{
    font-size: 32px;
    font-family: 'Titillium-Regular';
    letter-spacing: 1.5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 701 !important;
  }

  .icon-left-arrow {
    left: -24px;
  }

  .icon-right-arrow {
    right: -30px;
  }

  .carousel-inner .active.left {
    left: -100%;
  }

  .carousel-inner .next {
    left: 100%;
  }

  .carousel-inner .prev {
    left: -100%;
  }

  .active>div {
    /*display: none;*/
  }

  .active>div:first-child {
    display: block;
  }

  .home .carousel-inner .active.item>div {
    display: block;
  }

  .hdr-bg-gradient {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
  }

  .header-crousel .title {
    top: auto;
    text-align: center;
    bottom: 45px;
    left: 0;
  }

  .header-crousel .carousel h1,.header-crousel .carousel p {
    text-align: center;
  }

  .carousel-indicators {
    display: none;
  }
}

@media (min-width:767px) and (max-width:992px) {
  .carousel-inner .active.left {
    left: -50%;
  }

  .carousel-inner .next {
    left: 50%;
  }

  .carousel-inner .prev {
    left: -50%;
  }

  .active>div {
    display: none;
  }

  .active>div:first-child {
    display: block;
  }

  .active>div:first-child+div {
    display: block;
  }
}

@media (min-width:992px) {
  .carousel-inner .active.left {
    left: -25%;
  }

  .carousel-inner .next {
    left: 25%;
  }

  .carousel-inner .prev {
    left: -25%;
  }
}

#reviewCarousel .carousel-inner .active.left {
  left: -100%;
}

#reviewCarousel .carousel-inner .next {
  left: 100%;
}

#reviewCarousel .carousel-inner .prev {
  left: -100%;
}

.review-wrapp {
  float: left;
  position: relative;
  width: calc(100% - 235px);
  padding: 0 25px;
}

.review-wrapp .icon-left-arrow,.review-wrapp .icon-right-arrow {
  top: 50%;
  margin-top: -10px;
}

.review-wrapp .icon-right-arrow {
  right: -15px;
}

.tbl {
  display: table;
  float: none;
  padding: 5px 25px;
}

.tbl .tbl-cell {
  vertical-align: middle;
  display: table-cell;
  float: none;
  height: 170px;
}

@media (max-width:767px) {
  .review-wrapp {
    width: 100%;
    padding: 0 25px;
  }

  .col-xs-12.tbl {
    padding: 20px 0;
  }

  .tbl {
    display: block;
    float: left;
    padding: 5px 25px;
    width: 100%;
  }

  .tbl .tbl-cell {
    display: block;
    float: left;
    width: auto;
    height: auto;
  }

  .tbl .tbl-cell.member-img {
    width: 84px;
    float: left;
  }

  .tbl .tbl-cell.member-info {
    min-width: auto;
  }

  .message.tbl-cell {
    font-size: 16px;
  }

  .review-wrapp .icon-left-arrow {
    left: -18px;
  }

  .review-wrapp .icon-right-arrow {
    right: -23px;
  }
}