@font-face {
  font-family: 'FSLucasPro-Regular';
  src: url('../fonts/FSLucasPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FSLucasPro-Regular.woff') format('woff'), url('../fonts/FSLucasPro-Regular.ttf') format('truetype'), url('../fonts/FSLucasPro-Regular.svg#FSLucasPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'FSLucasPro-Regular', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  margin-bottom: 5px;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 60px;
}
h4 {
  font-size: 20px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.hidden-over {
  overflow: hidden;
}
.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section .container {
  position: relative;
  z-index: 1;
}
.title-main {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.title-small-yellow {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.title-small-red {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 16px;
}
.title-small-red a {
  color: #ee0e0e;
}
.title-small-red a:hover {
  color: #000000;
}
.title-big-black {
  font-family: 'FSLucasPro-Regular', sans-serif;
  margin-bottom: 5px;
  -webkit-text-stroke: 1px #000000;
  letter-spacing: 0.2rem;
  font-weight: 700;
}
.title-medium-black {
  margin-bottom: 5px;
  -webkit-text-stroke: 1px #000000;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-dialog .modal-content {
  border-radius: 0px;
  border: none;
}
.modal .modal-dialog .modal-content img {
  border: 1px solid #ccc;
  padding: 2px;
}
.modal .modal-dialog .modal-content .modal-body {
  overflow: hidden;
}
.modal .modal-header {
  background-color: #EE0E0E;
}
.modal .modal-header .close {
  padding: 0.5rem 1rem 0;
  margin-top: -2px;
  outline: none;
  font-size: 2.8rem;
  line-height: 0.8;
  opacity: 0.4;
}
.modal .modal-header .modal-title {
  display: inline-block;
}
.modal .modal-header .text-red {
  color: #fff !important;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml15 {
  padding-left: 15px;
}
.mr15 {
  padding-right: 15px;
}
.mb {
  margin-bottom: 0;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.button-black {
  border-radius: 0;
  background: #000000;
  border-color: #000000;
  margin-top: 2px;
  padding-left: 20px;
  text-align: left;
}
.button-black:hover {
  background: #f8c400;
  border-color: #f8c400;
  color: #000000;
}
.button-black i {
  line-height: 20px;
}
.button-red {
  border-radius: 0;
  background: #ee0e0e;
  border-color: #ee0e0e;
  margin-top: 2px;
  text-align: left;
}
.button-red:hover {
  background: #f8c400;
  border-color: #f8c400;
  color: #000000;
}
.text-red {
  color: #ee0e0e !important;
  text-transform: uppercase;
}
.text-black {
  color: #000000 !important;
}
.text-yellow {
  color: #f8c400 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-bold-red {
  -webkit-text-stroke: 1px #ee0e0e;
}
.red-line {
  height: 8px;
  background-color: #ee0e0e;
  margin: 15px auto;
  width: 280px;
}
.img-responsive {
  max-width: 100%;
}
.img-responsive1 {
  max-width: 100%;
  width: 100%;
}
.img-responsive2 {
  max-width: 100%;
}
.center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.navbar {
  border-radius: 0;
  border-color: transparent;
}
.navi-bar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #f8c400;
  border-bottom: 10px solid #ee0e0e;
  border-top: 20px solid #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.navi-bar .navi-brand {
  max-width: 160px;
}
.navi-bar .nav-content {
  padding-top: 10px;
  color: #ee0e0e;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.navi-bar .nav-content span {
  font-family: 'FSLucasPro-Regular', sans-serif;
  color: #222;
  display: block;
  font-size: 12px;
}
.img-logo {
  height: 106px;
  position: absolute;
  top: -15px;
}
.nav-fixed {
  background-color: #f7e8ad;
}
.humburger {
  padding-left: 38px;
  cursor: pointer;
  color: #000000;
}
.humburger span {
  height: 3px;
  width: 100%;
  background-color: #222;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.humburger span:first-child {
  width: 70%;
  margin-left: 30%;
}
.humburger:hover span:first-child {
  width: 100%;
  margin-left: 0%;
}
#slidemenu {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300px;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  width: 340px;
  height: 100vh;
  top: 0px;
  left: 0px;
  transform-origin: 0% 0%;
  transform: translate(-102%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow-x: hidden;
  overflow-y: auto;
}
#slidemenu .slidemenu-container {
  padding: 15px 56px;
  padding-top: 70px;
}
#slidemenu .slidemenu-container h4 {
  text-transform: uppercase;
  color: #9e9e9e;
  padding-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  position: relative;
  font-weight: 500;
}
#slidemenu .slidemenu-container h4 a {
  color: #9e9e9e ;
  display: block;
}
#slidemenu .slidemenu-container h4 a:hover {
  color: #ee0e0e;
  transition: all 0ms ease-out;
}
#slidemenu .slidemenu-container h4:hover {
  color: #ee0e0e;
}
#slidemenu .slidemenu-container h4:hover:after {
  content: "";
  width: 150px;
  position: absolute;
  bottom: -8px;
  left: 0;
  border-bottom: 1px solid #000000;
}
#slidemenu .slidemenu-container h4:hover:before {
  content: "";
  width: 14px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: -20px;
  background-image: url(../img/hover-small.png);
}
#slidemenu .glyphicon {
  top: 7px;
  float: right;
  font-size: 14px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-left: 5px;
}
#slidemenu .sidenav {
  padding: 0px;
  padding-left: 15px;
  list-style-type: none;
  margin: 0px;
}
#slidemenu .sidenav li {
  margin-bottom: 7px;
  font-size: 14px;
}
#slidemenu .sidenav li a {
  display: block;
  color: #000000;
}
#slidemenu .sidenav li a i {
  display: none;
}
#slidemenu .sidenav li a:hover {
  color: #000000;
  position: relative;
}
#slidemenu .sidenav li a:hover i {
  display: inline-block;
}
#slidemenu .sidenav li a:hover:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: -10px;
  background: #ee0e0e;
}
#slidemenu .close-area {
  position: relative;
}
#slidemenu .close-area .smclose {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  max-width: 100%;
  position: absolute;
  left: 38px;
  top: 10px;
  margin: 17px 15px;
  opacity: 0.7;
}
#slidemenu .close-area .smclose img {
  width: 100%;
}
#slidemenu .close-area .smclose:hover {
  opacity: 1;
}
.sm-active {
  transform: none !important;
}
.hum-border {
  border-right: solid 1px #d2c8ab;
  padding-top: 17px;
  padding-bottom: 17px;
}
.social-icon a i {
  background: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 7px 0;
  border-radius: 50px;
  color: #000000;
  font-size: 13px;
  margin-right: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.social-icon a i:hover {
  background: #ee0e0e;
  color: #fff;
}
/*==================================NEW NAV========================*/
.navbar-brand {
  padding: 9px 15px;
  height: auto;
}
.navbar.bootsnav {
  border: none;
  margin-bottom: 150px;
}
.navbar-nav {
  float: left;
}
.navbar ul.nav > li > a {
  color: #2b2929;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  position: relative;
}
.navbar ul.nav > li > a i {
  position: relative;
  top: -3px;
  font-size: 7px;
  left: 6px;
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 3px;
}
.nav > li.new-h:after {
  content: "";
  width: 0;
  height: 3px;
  background: #ee0e0e;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.nav > li.new-h:hover:after {
  width: 100%;
}
.dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 500;
  font-family: 'FSLucasPro-Regular', sans-serif;
  padding: 10px 15px;
  text-transform: uppercase;
}
.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
  width: 285px;
}
.dropdown-menu.multi-dropdown {
  position: absolute;
  left: -100% !important;
}
.navbar.bootsnav li.dropdown ul.dropdown-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none;
  font-size: 14px;
}
@media only screen and (max-width: 990px) {
  .navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
  .navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
    content: " ";
  }
  .dropdown-menu.multi-dropdown {
    left: 0 !important;
  }
  .navbar.bootsnav ul.nav > li:hover {
    background: transparent;
  }
  .navbar.bootsnav ul.nav > li > a {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #fef9e5;
  }
  .navbar-nav {
    width: 100%;
    margin: 0;
  }
  .navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100%;
    padding-left: 30px;
  }
  .navbar.bootsnav li.dropdown ul.dropdown-menu li {
    border-bottom: 1px solid #ccc;
  }
  .navbar.bootsnav ul.nav > li > a {
    width: 100%;
    float: left;
    padding: 15px 20px;
  }
  .navbar.bootsnav ul.nav > li > a i {
    top: 18px;
  }
  .dropdown-menu {
    position: inherit;
    background: transparent;
    box-shadow: none !important;
  }
}
/*==================================NEW NAV========================*/
/*==================================slider========================*/
.slider {
  position: relative;
  overflow: hidden;
}
.slider .owl-theme .item {
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.slider .owl-theme .item h1 {
  position: absolute;
  bottom: 90px;
  left: 80px;
  text-shadow: 1px 1px 2px #000;
}
.slider .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 50px;
}
.slider .mouse-scroll {
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.slider .mouse-scroll img {
  width: 45px;
}
.main-banner {
  position: relative;
  overflow: hidden;
}
.main-banner .overflow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.main-banner .item {
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.main-banner .item h2 {
  position: absolute;
  bottom: 260px;
  left: 80px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  max-width: 50%;
  font-size: 50px;
}
.main-banner .item .btn-primary {
  position: absolute;
  bottom: 200px;
  left: 80px;
}
.home-page-only {
  position: relative;
  overflow: hidden;
}
.home-page-only .overflow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-page-only .item {
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.home-page-only .item h2 {
  position: absolute;
  bottom: 190px;
  left: 80px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  max-width: 50%;
  font-size: 50px;
}
.home-page-only .item .btn-primary {
  position: absolute;
  bottom: 130px;
  left: 80px;
}
/*-------scroll down start--------*/
#mouse-icon-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.mouse-icon a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.mouse-icon a:hover {
  opacity: 0.5;
}
#mouse-icon-box a {
  padding-top: 60px;
}
#mouse-icon-box a span {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#mouse-icon-box a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*-------scroll down end--------*/
/*==================================slider========================*/
/*==================================bodybg========================*/
/*.bodybg {
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}*/
/*.bodybg {
  background: url(../img/bg-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}*/
/*.bodybg {
  background: url(../img/soil-bg-4.png);
  background-repeat: repeat !important;
  background-position: center;
  background-size: cover !important;
  position: relative;
}*/
.bodybg.section{padding-top:110px;}
.bodybg .soilPage{background: url("../img/farm-new.png");
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover !important;
  position: relative;}
.innerpage-gap {
  padding-top: 60px;
}
.page-banner {
  padding-top: 140px;
}
.section-our-work {
  background: #fff9e8;
}
/*==================================bodybg========================*/
/*============================who we are=====================================*/
.section-home-about .img-border-who {
  position: relative;
}
.section-home-about .img-border-who:after {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  right: -18px;
  bottom: -18px;
  border: 4px solid #f8c400;
  display: inline-block;
  z-index: -2;
}
.section-home-about h2 {
  font-size: 48px;
  margin-top: 80px;
}
.section-home-about h2:after {
  content: "";
  display: block;
  width: 53%;
  height: 4px;
  background-color: #ee0e0e;
  margin: 14px 0;
}
.section-home-about .plr30 {
  padding: 0 30px;
}
.section-home-about .img-left {
  top: -30px;
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 637px;
  height: 507px;
  background-position: center;
  background-size: cover;
  background: rgba(248, 196, 0, 0.1);
  z-index: -3;
}
/*============================who we are=====================================*/
/*============================what drives us=====================================*/
.section-what-drives-us h2 {
  font-size: 48px;
}
.section-what-drives-us h2:after {
  content: "";
  display: block;
  width: 20%;
  height: 4px;
  background-color: #ee0e0e;
  margin: 14px auto;
}
.section-what-drives-us .thumbnail {
  padding: 20px;
  border: none;
}
.section-what-drives-us .thumbnail h3:after {
  content: "";
  display: block;
  width: 45%;
  height: 4px;
  background-color: #ee0e0e;
  margin: 14px auto;
}
.section-what-drives-us .thumbnail img {
  width: 30%;
}
.home-banner {
  background-size: cover;
  background-position: top center;
  padding-top: 80px;
  min-height: 550px;
  position: relative;
  top: 0px;
}
/*============================what drives us=====================================*/
/*============================where we operate=====================================*/
.section-where-we-operate h2 {
  font-size: 48px;
}
.section-where-we-operate h2:after {
  content: "";
  display: block;
  width: 20%;
  height: 4px;
  background-color: #ee0e0e;
  margin: 14px 0;
}
.section-where-we-operate .map-float {
  position: absolute;
  top: -270px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.8);
  padding: 15px 30px;
}
/*============================where we operate=====================================*/
/*============================What we do=====================================*/
.section-what-we-do h2 {
  font-size: 48px;
  position: absolute;
  top: -145px;
  color: #fff;
}
.product-boxes {
  display: flex;
}
.product-boxes .product-box {
  max-width: 50%;
  display: block;
  margin: 5px;
  flex-grow: 1;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.product-boxes .product-box .products-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #5C7B38;
  background-color: #5C7B38;
}
.product-boxes .product-box .products-link:hover {
  background-color: #FC8722;
}
.product-boxes .product-box .front {
  border: 1px solid #5b7a1e;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #eef2e9;
  padding: 20px 30px;
  position: relative;
  height: auto;
  z-index: 1;
}
.product-boxes .product-box .front .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(0%) translateZ(60px) scale(0.94);
  top: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  width: 100%;
}
.product-boxes .product-box .front .inner img {
  display: inline-block;
  width: 54px;
}
.product-boxes .product-box .front .inner h4 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #5b7a1e;
}
.product-boxes .product-box .front .inner h4 a {
  color: #5b7a1e;
}
.product-boxes .product-box .front .inner h4 a i {
  position: relative;
  top: -3px;
  font-size: 7px;
  left: 6px;
  background: #5b7a1e;
  border-radius: 50px;
  color: #fff;
  padding: 3px;
}
.product-boxes .product-box .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 15px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.product-boxes .product-box .back p {
  font-size: 16px;
  color: #5b7a1e;
}
.product-boxes .product-box .back p a {
  color: #5b7a1e;
}
.product-boxes .product-box:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.product-boxes .product-box:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*============================What we do=====================================*/
/*============================media/gallery=====================================*/
.section-media-gallery h2 {
  font-size: 48px;
}
.section-media-gallery h2:after {
  content: "";
  display: block;
  width: 20%;
  height: 4px;
  background-color: #ee0e0e;
  margin: 14px auto;
}
.section-media-gallery .yellow-bg {
  background-color: #f8c400;
  padding: 15px 0;
}
/*============================media/gallery=====================================*/
/*============================ourstory=====================================*/
.redline {
  position: relative;
}
.redline:before {
  content: " ";
  position: absolute;
  height: 8px;
  background-color: #ee0e0e;
  width: 370px;
  left: -40px;
  bottom: -30px;
}
.redline1 {
  position: relative;
}
.redline1:before {
  content: " ";
  position: absolute;
  height: 8px;
  background-color: #ee0e0e;
  width: 370px;
  left: 33%;
  bottom: -30px;
}
.about-left img {
  height: 436px;
  border-radius: 100%;
  position: relative;
}
.about-left .overlap {
  width: 286px;
  height: 286px;
  background: #b77108;
  position: absolute;
  right: 58px;
  bottom: -98px;
  border-radius: 100%;
  color: #fff;
  padding: 54px;
  box-shadow: 0px 0px 8px 9px rgba(0, 0, 0, 0.13);
}
.about-left .overlap span {
  font-weight: 700;
  font-size: 24px;
}
.ourstory-float {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.ourstory-float img {
  height: 300px;
}
.img-border {
  border: 2px solid #ee0e0e;
  position: relative;
}
.img-border-outer {
  position: relative;
}
.img-border-outer:after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f8c400;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.img-border-outer:after img {
  z-index: 9;
  position: relative;
}
.section-ourstory {
  min-height: 483px;
}
.section-ourstory .thumbnail {
  padding: 60px;
}
.section-ourstory .title-medium-black {
  -webkit-text-stroke: 1px #ee0e0e;
}
.section-ourstory .redline1:before {
  background-color: #000;
  height: 4px;
}
.section-aboutus .thumbnail {
  padding: 60px;
}
.section-aboutus .title-medium-black {
  -webkit-text-stroke: 1px #ee0e0e;
}
.section-aboutus .redline1:before {
  background-color: #000;
  height: 4px;
}
.section-aboutus .contact-title {
  line-height: 30px;
}
.section-aboutus .thumbnail1 {
  border: none !important;
  padding-top: 0 !important;
  padding-bottom:0 !important;
  min-height: auto !important;
  padding: 20px;
}
.innerpage-gap .mt30 .pro-desc p{color:#000;}
.innerpage-gap h2.text-yellow{color: #ffcc0b !important;}
.section-aboutus .thumbnail1 .caption {
  padding: 0;
}
.section-aboutus .thumbnail1 .caption p {
  padding: 0;
}
.section-reach {
  min-height: 283px;
}
.section-integrated-farm {
  min-height: 900px;
}
.section-integrated-farm h2 {
  position: relative;
  margin-bottom: 22px;
}
.section-integrated-farm h2 img {
  width: 71px;
  position: absolute;
  top: 7px;
  border: 1px solid #f8c400;
}
.section-donate {
  min-height: 400px;
}
.section-digital-knowledge {
  min-height: 400px;
}
.section-digital-knowledge h2 {
  position: relative;
  margin-bottom: 22px;
}
.section-digital-knowledge h2 img {
  width: 71px;
  position: absolute;
  top: 7px;
  border: 1px solid #f8c400;
}
.section-education-training {
  min-height: 600px;
}
.section-education-training .education {
  margin: 0;
  margin-left: 34px;
  padding: 0;
}
.section-education-training .education li {
  list-style: none;
  padding: 0 12px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
}
.section-education-training .education li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #ee0e0e;
  width: 4px;
  height: 10px;
}
.section-education-training h2 {
  position: relative;
  margin-bottom: 22px;
}
.section-education-training h2 img {
  width: 71px;
  position: absolute;
  top: 7px;
  border: 1px solid #f8c400;
}
.section-water {
  min-height: 1160px;
}
.section-water .thumbnail-inner {
  padding-top: 60px;
  padding-bottom: 40px;
  min-height: 250px;
}
.section-water .thumbnail-inner .mission-title:after {
  content: " ";
  height: 4px;
  background-color: #ee0e0e;
  width: 140px;
  display: block;
  margin: 16px auto;
}
.section-water h2 {
  position: relative;
  margin-bottom: 22px;
}
.section-water h2 img {
  width: 71px;
  position: absolute;
  top: 7px;
  border: 1px solid #f8c400;
}
/*============================ourstory=====================================*/
/*============================ourmission=====================================*/
.mission-banner {
  background-size: cover;
  background-position: top center;
  padding-top: 80px;
  min-height: 550px;
  position: relative;
  top: 80px;
}
.mission-overlap {
  margin-top: -180px;
}
.mission-overlap .thumbnail {
  border: 4px solid #f8c400;
  padding-top: 60px;
  padding-bottom: 40px;
  min-height: 250px;
}
.mission-overlap .thumbnail .img-human {
  max-width: 50px;
  margin-bottom: 10px;
}
.mission-overlap .thumbnail .mission-title:after {
  content: " ";
  height: 4px;
  background-color: #ee0e0e;
  width: 140px;
  display: block;
  margin: 16px auto;
}
.mission-overlap .thumbnail .mission-title1:after {
  content: " ";
  height: 4px;
  background-color: #ee0e0e;
  width: 140px;
  display: block;
  margin: 16px 0;
}
.mission-overlap .thumbnail p {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 76px;
}
.mission-overlap .thumbnail h4 {
  padding-left: 20px;
  padding-right: 20px;
}
.mission-overlap .text-yellow {
  padding-left: 15px;
}
.ourmission-float {
  position: relative;
  left: -10px;
  bottom: -60px;
  z-index: 1;
}
.ourmission-float img {
  height: 290px;
}
.section-soil-water-conservation {
  background: #71a92f;
}
.section-soil-water-conservation .border-style {
  background: url(../images/tb-break.png) center no-repeat;
  width: 100%;
  height: 9px;
}
/*============================ourmission=====================================*/
/*============================boarddirectors=====================================*/
.our-team .pic {
  position: relative;
}
.our-team .pic img {
  width: 100%;
  height: auto;
}
.our-team .environmentpic {
  position: relative;
}
.our-team .environmentpic img {
  width: 100%;
  height: auto;
}
.our-team .environmentpic .text-button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.our-team .environmentpic .text-button h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.our-team .bod-details {
  padding: 15px 20px;
  background: #fef4d4;
  overflow: hidden;
  position: relative;
}
.our-team .bod-details p {
  font-size: 15px;
  color: #000;
}
.our-team .btn-edit {
  background-color: #f8c400;
  border-color: #f8c400;
  overflow: hidden;
  margin-top: 5px;
}
.our-team .btn-edit .text {
  color: #000;
  float: left;
  font-weight: 700;
}
.our-team .btn-edit .icon {
  color: #000;
  float: right;
}
.our-team .btn-edit .icon i {
  position: relative;
  top: 0px;
  font-size: 7px;
  left: 0px;
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 3px;
}
.our-team .btn-edit:hover {
  background-color: #000;
  border-color: #000;
}
.our-team .btn-edit:hover i {
  background: #fff;
  color: #000;
}
.our-team .btn-edit:hover .text {
  color: #fff;
}
.our-team .team-content {
  padding: 15px 20px;
  background: #ee0e0e;
  overflow: hidden;
  position: relative;
}
.our-team .team-content-focus {
  padding: 15px 20px;
  background: #fff;
  border-top: 8px solid #ee0e0e;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.our-team .button-red {
  z-index: 1;
  position: relative;
  margin: 10px 0;
}
.our-team .newbutton {
  z-index: 1;
  position: relative;
  margin: 10px 0;
}
.our-team:hover .team-content-focus:before {
  top: 0;
}
.our-team .title {
  font-size: 20px;
  color: #fff;
  margin: 0 0 5px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease 0s;
}
.our-team .title a {
  color: #fff;
  cursor: pointer;
}
.our-team .title a:hover {
  color: #000;
}
.our-team .title-focus {
  color: #000000;
  margin: 0 0 5px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease 0s;
  font-size: 24px;
  font-weight: 700;
}
.our-team .focus-img {
  display: inline-block;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}
.our-team .post {
  display: block;
  font-size: 14px;
  color: #f5f5f6;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease 0s;
}
.directors-floal-left {
  position: absolute;
  left: -80px;
  bottom: 40px;
  z-index: 1;
}
.directors-floal-left img {
  height: 200px;
}
.directors-floal-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.directors-floal-right img {
  height: 200px;
}

/*----Abhishek css----*/
/*.description_dsdws{
  background-color: #f8c400;
}*/
/*----Aarti css----*/
/* .modal-footer .btn-default{background: #f8c400;border: 0px;} */
.modal-footer .btn-default{background: red;border: 0px;color: white;}
.modal-footer .btn:focus, .modal-footer .btn:active:focus, .modal-footer .btn.active:focus, .modal-footer .btn.focus, .modal-footer .btn:active.focus, .modal-footer .btn.active.focus{    outline: inherit;    outline-offset: inherit;}
.modal-footer .btn:focus, .modal-footer .btn:active:focus, .modal-footer .btn.active:focus, .modal-footer .btn.focus, .modal-footer .btn:active.focus, .modal-footer .btn.active.focus,.modal-footer .btn-default:active:hover,.modal-footer .btn:hover{background:#ffce15;}
body{overflow-x: hidden;overflow-y: auto;}
body.modal-open{padding-right:0px !important;overflow: auto;}
.modal .modal-dialog .modal-content .modal-body{overflow-x: hidden;overflow-y: auto;max-height: 400px;background-color: #ffcf1b;}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track{border-radius: 6px;border: 1px solid #ffcf1b;width: 12px;}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar{width: 8px;background-color: #f8c400;border-radius: 10px;}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb{border-radius: 5px;background-color: #ee0e0e;border: 0px solid #f8c400;}

@media screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 20px;
  }
}
/*============================boarddirectors=====================================*/
/*============================casestudies=====================================*/
.number-count-box {
  position: relative;
  min-height: 120px;
  max-width: 260px;
  margin-bottom: 30px;
}
.number-count-box .num {
  color: #d4a800;
  font-size: 50px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
}
.number-count-box .num span {
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.number-count-box p {
  font-size: 14px;
  color: #222;
  position: relative;
  z-index: 2;
}
.number-count-box:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 8px solid #eeeff0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 40px;
}
/*============================casestudies=====================================*/
/*============================financials=====================================*/
.financial {
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
.financial .right-border-gap {
  border-right: 2px solid #fff;
}
.financial th {
  border-top: none !important;
  border-bottom: 1px solid #ddd;
  width: 80%;
  font-weight: 400;
}
.financial td {
  border-top: none !important;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
.financial .table-striped {
  background-color: rgba(0, 0, 0, 0.05);
}
.ourfinancials-float {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.ourfinancials-float img {
  height: 410px;
}
.text-black a {
  color: #000000;
}
.button-project .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
  margin-top: 0px;
}
.button-project .nav-tabs a {
  background-color: #cbcbcb;
  border: #cbcbcb;
  color: #616162;
  border-radius: 0;
  margin-right: 5px;
}
.button-project .nav-tabs .nav-link.active {
  background-color: #ee0e0e;
  border: #ee0e0e;
  color: #fff;
  border-radius: 0;
}
.button-project .nav-tabs li {
  padding: 10px 0 10px;
}
.button-project .nav-tabs li a {
  padding: 20px 30px;
  text-transform: capitalize;
  padding: 7px 31px;
  font-size: 18px;
  line-height: 1.5;
  margin-left: 0;
  font-weight: 700;
}
.button-project .nav-tabs li a:hover {
  background-color: #ee0e0e !important;
  border: #ee0e0e !important;
  color: #fff !important;
}
.button-project .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #ee0e0e !important;
  border: #ee0e0e !important;
  color: #fff;
  border-radius: 0;
}
/*============================financials=====================================*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs li {
  color: #000000;
  padding: 10px 10px;
  display: inline-block;
  float: inherit;
}
.nav-tabs li.active a {
  font-weight: bold;
  border-bottom: solid 1px #ee0e0e;
  border-top: none;
  border-right: none;
  border-left: none;
}
.nav-tabs li.active a:focus {
  background-color: transparent;
  font-weight: bold;
  border-bottom: solid 1px #ee0e0e;
  border-top: none;
  border-right: none;
  border-left: none;
}
.nav-tabs li.active a:hover {
  background-color: transparent;
  font-weight: bold;
  border-bottom: solid 1px #ee0e0e;
  border-top: none;
  border-right: none;
  border-left: none;
}
.nav-tabs li a {
  color: #000000;
  border: none;
  padding: 0;border-bottom:1px solid transparent;
}
.nav-tabs li a:hover {
  background: transparent;
  font-weight: bold;
  border-bottom: solid 1px #ee0e0e;
}

.nav-tabs li.yellow-financials {
  color: #f8c400;
  font-weight: 700;
}
/*============================education=====================================*/
.owl-carousel .owl-nav {
  margin-top: 0 !important;
}
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-carousel .owl-nav.disabled .owl-prev {
  position: absolute;
  top: 15px;
  left: -30px;
  background: #f8c400;
  color: #fff;
  width: 60px;
  border-radius: 0;
  font-size: 60px;
  line-height: 40px;
  padding-bottom: 8px !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-nav.disabled .owl-prev:hover {
  background: #ee0e0e;
}
.owl-carousel .owl-nav.disabled .owl-next {
  position: absolute;
  top: 15px;
  right: -30px;
  background: #f8c400;
  color: #fff;
  width: 60px;
  border-radius: 0;
  font-size: 60px;
  line-height: 40px;
  padding-bottom: 8px !important;
  outline: none;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-nav.disabled .owl-next:hover {
  background: #ee0e0e;
}
/*============================education=====================================*/
/*============================news & media=====================================*/
.newsection .post {
  font-size: 20px;
}
.media-body {
  font-size: 20px;
}
.newsgrey {
  background: #e5e5e5;
  padding: 20px;
}
.newsgrey .datenews {
  background: #ee0e0e;
  border-radius: 50%;
  color: #fff;
  width: 80px;
  font-size: 22px;
  line-height: 26px;
  padding: 13px 0;
}
.newsgrey .datenews span {
  font-size: 26px;
}
.newsgrey .media {
  margin-bottom: 40px;
}
/*============================news & media=====================================*/
/*============================gallery=====================================*/
.box {
  background: #1b1a1a;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.box img {
  width: 100%;
  height: auto;
  transition: all 0.35s ease-in-out 0s;
}
.box:hover img {
  opacity: 0.15;
}
.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.box:after {
  content: "";
  width: 120px;
  height: 120px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.35s ease 0.2s;
}
.box .box-content:after {
  right: auto;
  left: 0;
}
.box:after,
.box .box-content:after {
  background: #93162b;
  border-right: 1px solid #93162b;
  transform: skew(-44deg) translateX(175%);
  transition: all 0.35s ease-in-out 0s;
}
.box:hover:after {
  transition-delay: 0.1s;
  transform: skew(-45deg) translateX(75%);
}
.box:hover .box-content:after {
  transition-delay: 0.1s;
  transform: skew(45deg) translateX(-77%);
}
.box .right-icon {
  font-size: 32px;
  color: #fff;
  opacity: 0;
  position: absolute;
  bottom: 7px;
  left: 12px;
  z-index: 1;
  transition: all 0.35s ease-in-out 0s;
}
.box .right-icon {
  left: auto;
  right: 10px;
}
.box:hover .right-icon {
  opacity: 1;
  transition-delay: 0.3s;
}
.box .title {
  width: 100%;
  padding-top: 52px;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
 /* position: absolute;
  top: 200px;
  left: 0;*/   /*-----Commented by aarti, for image issue-----*/
  transition: all 0.35s ease-in-out 0.15s;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.box .title:after {
  content: " ";
  height: 4px;
  background-color: #ee0e0e;
  width: 70px;
  margin: 18px auto;
  display: block;
}
.box p {
  width: 80%;margin:0px auto;
  /*padding-top: 130px;
  padding-left: 30px;
  padding-right: 30px;*/

  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
 /* position: absolute;
  top: 100px;
  left: 0;*/
  transition: all 0.35s ease-in-out 0.15s; /*----Aarti changes---*/
}
.box:hover .title {
  top: 0;
  opacity: 1;
}
.box:hover p {
  top: 0;
  opacity: 1;
}
/*============================gallery=====================================*/
/*============================New Effect=====================================*/
.box-new {
  background-color: #000;
  border-radius: 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.3s;
}
.box-new .inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 15px;
}
.box-new .inner-content h4 {
  color: #fff;
}
.box-new:hover {
  background-color: #44bd32;
}
.box-new:before,
.box-new:after,
.box-new .box-content:before,
.box-new .box-content:after {
  content: '';
  background-color: #44bd32;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.4s ease-in;
}
.box-new:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.box-new:after {
  top: auto;
  bottom: 0;
  left: 100%;
}
.box-new .box-content:before {
  width: 5px;
  height: 100%;
  top: 100%;
  left: 0;
}
.box-new .box-content:after {
  width: 5px;
  height: 100%;
  top: -100%;
  left: auto;
  right: 0;
}
.box-new:hover:before,
.box-new:hover:after {
  opacity: 0.2;
  left: 0;
}
.box-new:hover .box-content:before,
.box-new:hover .box-content:after {
  opacity: 0.2;
  top: 0;
}
.box-new img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.box-new:hover img {
  opacity: 0.35;
}
.box-new .box-content {
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 0 15px 0 15px;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  transition: all 0.45s ease;
  z-index: -1;
}
.box-new:hover .box-content {
  opacity: 1;
  top: 0;
}
.box-new .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
}
.box-new:hover .icon {
  opacity: 1;
}
.box-new .icon li {
  display: inline-block;
  width: 100%;
}
.box-new .icon li a {
  color: #fff;
  background-color: #ee0e0e;
  margin: 4px 0 0;
  border: 2px solid #fff;
  display: block;
  position: relative;
  transition: all 0.3s ease 0s;
  border-radius: 10px 0 10px 0;
}
.box-new .icon li a:hover {
  border-radius: 0 10px 0 10px;
}
.box-new .icon a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: animate 0.5s ease-out 10ms;}
@keyframes animate {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/*---Aarti css(20-12-2021)-----*/
.wrk-slider .thumbnails{list-style-type: none;margin: 0;padding: 0;}
.wrk-slider .owl-item a{display: inline-block;line-height: initial;}
.wrkSlider-1 .carousel-control.left{background-image:inherit;background-repeat:inherit;top:50%;transform: translateY(-60%);width:auto;opacity:1;background-color:red;padding:5px 10px;box-sizing: border-box;bottom:inherit;}
.wrkSlider-1 .carousel-control.right{background-image:inherit;background-repeat:inherit;top:50%;transform: translateY(-60%);width:auto;opacity:1;background-color:red;padding:5px 10px;box-sizing: border-box;bottom:inherit;}
.wrkSlider-1 .carousel-control.left:hover,.wrkSlider-1 .carousel-control.right:hover{background-color: #f8c400;}
.wrkSlider-1 .carousel-indicators{position: inherit;bottom:inherit;left:inherit;width:100%;margin-left:0px;}
.wrkSlider-1 .carousel-indicators .active{background-color: #626262;}
.wrkSlider-1 .carousel-indicators li{border:1px solid #9b9a9a;}
.wrkSlider-1 .thumbnail{border:0px;padding:0px;margin-bottom:0px;}
.wrkSlider-1 .text-Name{padding: 10px;    box-sizing: border-box;    background: #f8c400;    display: block;    width: 100%;
    text-align: center;}
.wrkSlider-1 .text-Name h4{font-size: 18px;line-height: initial;    min-height: 52px;}
.wrkSlider-1 .carousel-indicators{margin-top:10px;}
/*.wrkSlider-1 .col-md-4 a:hover{color: #d11212;}*/
.wrkSlider-1 .col-md-4 a {
    color: #ee0e0e;
    text-decoration: underline; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;   transition: all 0.5s;
}
.wrkSlider-1 .col-md-4 a:hover{color: #d11212;text-decoration:none;}
.wrk-slider .nav-tabs > li a{font-weight: normal;color:initial;padding: 5px 5px;    box-sizing: border-box;border-bottom:1px solid transparent;}
.wrk-slider .nav-tabs > li a span{display:block;}
/*.wrk-slider .nav-tabs > li.active > a, .wrk-slider .nav-tabs > li > a:hover { color: #000 !important; background: none !important;font-weight:normal; border-bottom:1px solid red !important;}*/


/*.wrkSlider .nav-tabs > li.active > a, .wrkSlider .nav-tabs > li.active > a:focus, .wrkSlider .nav-tabs > li.active > a:hover { border-width: 0; }*/
.wrkSlider .nav-tabs > li > a { color: #000;background: #e9e9e9;padding: 5px 12px;border-bottom:2px solid #f8c400;}
.wrkSlider .nav-tabs > li.active > a, .wrkSlider .nav-tabs > li a:hover,.wrkSlider .nav-tabs li.active a { border: none;  color: #fff !important; font-weight:normal;cursor: pointer;    background: #ee0e0e;border-bottom:2px solid #f8c400 !important;font-weight: normal;}
.wrkSlider .nav-tabs > li > a::after { content: ""; background: #f8c400; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s;  transform: scale(0);display:none; }
.wrkSlider .nav-tabs > li.active > a::after, .wrkSlider .nav-tabs > li:hover > a::after { transform: scale(1); }
.wrkSlider .tab-nav > li > a::after { background: #5a4080 none repeat scroll 0% 0%; color: #fff; }
.wrkSlider .tab-pane { padding: 15px 0; }
.wrkSlider .tab-pane{diplay:none;}
.wrkSlider .tab-pane.active{display:block;}
/*.wrk-slider .nav-tabs > li  {width:20%; text-align:center;}*/
.wrkSlider-1 .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.wrkSlider-1 .owl-nav button.owl-prev {
  left: 0;
}
.wrkSlider-1 .owl-nav button.owl-next {
  right: 0;
}

.wrkSlider-1 .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.wrkSlider-1 .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.wrkSlider-1 .owl-dots button.owl-dot.active {
  background-color: #000;
}
.wrkSlider-1 .owl-dots button.owl-dot:focus {
  outline: none;
}
.wrkSlider-1 .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.wrkSlider-1 span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.wrkSlider-1 .owl-nav button:focus {
    outline: none;
}
.wrkSlider-1 .disabled{display:block !important;}
.wrkSlider-1 .owl-carousel .owl-nav .owl-next:after {
    content: "\e876";
    margin-right: 10px;
    background: #d0d0d2;
    padding: 13px;
    border-radius: 30px;
    color: #fff;
}
.wrkSlider-1 .owl-carousel .owl-nav .owl-prev:before {
    content: "\e875";
    margin-right: 10px;
    background: #d0d0d2;
    padding: 13px;
    border-radius: 30px;
    color: #fff;
}

/*------Owl Nav-----*/

@media all and (max-width:724px){
.nav-tabs > li > a > span {display:none;}	
.nav-tabs > li > a {padding: 5px 5px;}
}
/*============================New Effect=====================================*/
/*============================contact=====================================*/
.contact p {
  line-height: 28px;
  margin-bottom: 0;
}
.contact .border-bottom {
  border-bottom: solid 1px #f8c400;
  padding-bottom: 15px;
}
.conbodybg {
  background-color: rgba(243, 195, 0, 0.1);
}
.contact-bottom .contact-logo {
  height: 180px;
}
.contact-bottom .contact-bro {
  color: #820a0b;
  font-weight: 700;
}
.contact-bottom .environmentpic h4 {
  line-height: 26px;
}
/*============================contact=====================================*/
.normal-list {
  margin: 0;
  padding: 0;
}
.normal-list li {
  list-style: none;
  padding: 2px 15px;
  position: relative;
}
.normal-list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #ee0e0e;
  width: 4px;
  height: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.section-top-footer {
  background-color: #fef9e5;
  background-image: url(../img/our-bottom-trans.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 200px;
}
.section-top-footer img {
  max-width: 150px;
}
.section-top-footer .text-red:after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  background-color: #333;
  margin: 14px 0;
}
.section-top-footer ul {
  margin: 0;
  padding: 0;
}
.section-top-footer ul li {
  list-style: none;
  padding: 2px 0;
}
.section-top-footer ul li a {
  color: #000;
  position: relative;
  padding-left: 0;
  font-weight: 400;
}
.section-top-footer ul li a:hover {
  color: #ee0e0e;
}
.section-top-footer ul li a:hover:before {
  width: 10px;
}
.section-top-footer .get-involved-space {
  padding-left: 46px;
}
.section-top-footer .get-involved-space-logo {
  padding-left: 20px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dfb000;
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #222;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-toggle {
  margin-top: 19px;
}
.navbar-toggle .icon-bar {
  width: 24px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #fff3b6;
}
.title-shadow {
  text-shadow: 1px 1px 2px #000;
}
.footer {
  background-color: #434343;
  color: #000;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.footer p {
  margin-top: 15px;
  color: #fff;
}
.footer .copyright {
  font-size: 12px;
}
.footer .ka-logo {
  max-width: 70px;
  position: relative;
  top: -5px;
}
@media (max-width: 991px) {
  .m-off {
    display: none;
  }
  .title-main {
    font-size: 50px;
    left: 10px !important;
  }
  .box {
    margin-bottom: 20px;
  }
  .mission-overlap {
    position: inherit;
  }
  .m-100 {
    width: 100%;
    text-align: center;
  }
  .redline:before {
    width: 100%;
    left: 0;
  }
  .about-left img {
    height: auto;
  }
  .m-story-height {
    margin-top: 150px;
  }
  .redline1:before {
    width: 100%;
    left: 0;
  }
  .main-banner .item h2 {
    max-width: 70%;
    font-size: 30px;
    font-weight: 300;
  }
  .main-banner .item .btn-primary {
    left: 30px !important;
  }
  .img-left {
    display: none;
  }
  .section-where-we-operate .map-float {
    position: initial;
  }
  .section-home-about .img-border-who:after {
    right: -10px;
    bottom: -10px;
  }
  .product-boxes {
    display: block;
  }
  .product-boxes .product-box {
    max-width: 100%;
  }
  .product-boxes .product-box .front {
    padding: 30px 10px;
  }
  .product-boxes .product-box .back p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .copyright {
    text-align: center;
  }
  .footer .pull-right {
    text-align: center;
    float: initial !important;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fcda5a;
  }
}
/*========== Preloader ==============*/
.preloader {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1.5s;
  z-index: 999999;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layers {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #d32824;
  transition-delay: 1s;
}
.preloader .layers span {
  height: 100%;
  width: 33.4%;
  position: absolute;
  left: 0;
  background: #EEE8D6;
}
.preloader .layers span:nth-child(1) {
  left: 0;
  transition-delay: 0.5s;
}
.preloader .layers span:nth-child(2) {
  left: 33.33333%;
  transition-delay: 0.75s;
}
.preloader .layers span:nth-child(3) {
  left: 66.66666%;
  transition-delay: 1s;
}
.preloader .logo-loader {
  max-width: 80px;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  margin-right: 5px;
}
.preloader .name {
  color: #D62027;
  font-size: 20px;
  text-transform: uppercase;
}
.preloader .content-center {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.preloader #loading-bar {
  opacity: 1;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
  top: 0;
}
.preloader #loading-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #D62027;
  width: 0%;
  transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
}
.page-loaded #percentage,
.page-loaded #loading-bar,
.page-loaded h5.name,
.page-loaded .logo-loader {
  opacity: 0;
  top: -50px;
}
.page-loaded .preloader {
  left: -100%;
}
.page-loaded .preloader .layers {
  top: -100%;
}
.page-loaded .preloader .layers span {
  height: 0%;
}
.error {
    color: #ff0000;
}
@media (max-width: 991px){
.title-main {
    font-size: 50px;
    left: 10px !important;
}
}
@media (max-width: 768px){
.section-water h2 img{position:static !important;}
.section-education-training h2 img{position:static !important;}
.section-integrated-farm h2 img{position:static !important;}
.section-digital-knowledge h2 img{position:static !important;}
p { margin: 15px 0 0;}
	.box .title{padding-top: 35px;} /*---Aarti css---*/
}

.box .box-content a{color: #e27386;}
 .box .box-content a:hover{   color: #d2596d;}
.modal .modal-header {    background-color: #ee0e0e;    color: #fff;}
.modal .modal-header .close{    opacity: 1;
    color: #fff;}
.modal .modal-header .close:hover{    opacity: 0.6;}
.innerpage-gap .mt30 .pro-desc {margin-left: 15px;line-height: 22px;margin-bottom: 20px;}
.covidAction h3{text-align: center;    margin-bottom: 20px;}
.covidDesc li{padding-left:5px;}
.covidAction h4{font-size:18px;margin-bottom:20px;}
.covidDesc {padding: 0; padding-left: 15px;}
.covidAction{margin-top:20px;}
 .wrkSlider-1 video  {vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    display: block;}
.bodybg.section1 {
    padding-top: 110px;
}
.box1 {background: #1b1a1a;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.articleDesc {
    padding: 10px;
    text-align: left;
    max-height: 400px;
    overflow-y: scroll;
}
.wrkSlider-1 .thumbnail.youtub1 {
    line-height: 0px;
}
.wrkSlider-1 .thumbnail iframe{border:0px;}
.wrkSlider-1 .box1 img{max-width:100%;height:auto;}
.projectCenter{display: flex;justify-content: center;}
@media only screen and (max-width:680px){
.light.mediaPopUp{max-width:initial;width:80%;margin:0px auto;}
}