.corporate_intro .intro {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  padding: 0 10px;
}
.corporate_gallerySec .modernTechSec {
  text-align: center;
  margin: 0 auto;
}
.corporate_gallerySec .modernTechSec ul li {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  border-bottom: 1px solid #efeeee;
  border-right: 1px solid #efeeee;
  padding: 10px;
}
.corporate_gallerySec .modernTechSec ul li:nth-child(6),
.corporate_gallerySec .modernTechSec ul li:last-child {
  border-right: 0;
}
.corporate_gallerySec .modernTechSec ul li .imgSec {
  display: flex;
  text-align: center;
  min-height: 120px;
  align-items: center;
  justify-content: center;
}
.corporate_gallerySec .modernTechSec ul li h5 {
  font-size: 11px;
  color: #1d8134;
  min-height: 30px;
}
.corporate_gallerySec .modernTechSec ul li a {
  cursor: default;
}
.corporate_gallerySec .galleryCont img {
  max-width: 100%;
}

.formrPrgmsBtn {
  text-align: center;
}
.formrPrgmsBtn .cta {
  min-width: 135px;
  border-radius: 0px;
}
/***** Top banner css start here ******/
.our-cooperative-banner {
  display: flex;
}
.colOne {
  width: 25%;
  height: calc(100vh - 113px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
}
.colOne:before {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: white;
}
.colOne:hover {
  width: 50%;
}
.boxDetails {
  position: absolute;
  left: 10%;
  top: 15%;
  /* transform: translate(-50%, 0px); */
  transition: all ease 0.7s;
}
.boxDetails h2 {
  color: #fff;
  display: inline-block;
  font-size: 2.125rem;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #00000045;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.boxDetails h2:after {
  position: absolute;
  width: 0px;
  height: 5px;
  background-color: #ffea00;
  bottom: -10px;
  left: 0px;
  content: "";
  transition: all ease 0.5s;
}
.boxDetails p {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0;
  margin-bottom: 20px;
  transition: all ease 0.1s;
}
.boxDetails a {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  opacity: 0;
  background-color: #008c44;
  padding: 10px 20px;
  transition: all ease 0.1s;
}

.colOne:hover .boxDetails {
  left: 10%;
  transform: translate(0%, 0px);
  top: 7%;
  width: 80%;
}
.colOne:hover .boxDetails p {
  transition: all ease 1s;
  opacity: 1;
}
.colOne:hover .boxDetails a {
  transition: all ease 1s;
  opacity: 1;
}
.colOne:hover .boxDetails h2:after {
  width: 100%;
}

/* .colOneBg {background: url("../images/family-img.jpg")}
.colOneBgGreen {background: url("../images/kissan-img.jpg") }
.colOneBgBlue {background: url("../images/kissanLadies-img.jpg")}
.colOneBgYellow {background: url("../images/child-img.jpg")} */
.cooperativeToday .bttom {
  position: absolute;
  bottom: -28px;
  width: 30px;
  left: 50%;
  margin-left: -15px;
}

.circle-plus {
  display: none;
}

.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.divHeight .closed {
  opacity: 1 !important;
}
.divHeight .closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.divHeight .closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.circle-plus {
  height: 33px;
  width: 33px;
  font-size: 1em;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0px;
}

.circle-plus .circle {
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
}

.circle-plus .circle .horizontal {
  position: absolute;
  background-color: #979595;
  width: 20px;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -1px;
}

.circle-plus .circle .vertical {
  position: absolute;
  background-color: #979595;
  width: 2px;
  height: 20px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -10px;
}

/***** Top banner css end here ******/

@media (max-width: 992px) {
  .corporate_gallerySec .modernTechSec ul li {
    width: 32%;
  }
  .corporate_gallerySec .modernTechSec ul li:nth-child(3n),
  .corporate_gallerySec .modernTechSec ul li:last-child {
    border-right: none;
  }

  .our-cooperative-banner {
    flex-wrap: wrap;
  }
  .colOne {
    width: 50%;
    height: calc(50vh - 64px);
  }
  .colOne .boxDetails {
    left: 10%;
    transform: translate(0%, 0px);
    top: 5%;
    width: 80%;
  }
  .boxDetails h2 {
    font-size: 1.5625rem;
  }
  .colOne .boxDetails p {
    opacity: 1;
    font-size: 0.875rem;
  }
  .colOne .boxDetails a {
    opacity: 1;
  }
  .colOne .boxDetails h2:after {
    width: 100%;
  }
}
@media (max-width: 579px) {
  .corporate_gallerySec .modernTechSec ul li {
    width: 48%;
  }
  .corporate_gallerySec .modernTechSec ul li:nth-child(3n) {
    border-right: 1px solid #efeeee;
  }
  .corporate_gallerySec .modernTechSec ul li:nth-child(2n),
  .corporate_gallerySec .modernTechSec ul li:last-child {
    border-right: none;
  }

  .colOne {
    width: 100%;
    height: calc(28vh - 64px);
    border-bottom: #fff solid 2px;
    border-right: none;
  }
  .colOne:hover {
    width: 100%;
    height: calc(28vh - 64px);
  }
  .boxDetails h2 {
    font-size: 1.375rem;
  }
  .colOne .boxDetails p {
    opacity: 0;
    font-size: 0.75rem;
    color: #000;
  }
  .colOne .boxDetails a {
    opacity: 0;
    font-size: 0.625rem;
  }
  .divHeight {
    height: 43vh !important;
  }
  .divHeight p {
    opacity: 1 !important;
  }
  .divHeight a {
    opacity: 1 !important;
  }
  .colOne:hover .boxDetails p {
    opacity: 0;
  }
  .colOne:hover .boxDetails a {
    opacity: 0;
  }
  .colOne:hover .boxDetails {
    top: 30px;
  }
  .circle-plus {
    display: block;
  }

  .colOne .boxDetails {
    top: 30px;
  }
}

@media (max-width: 767px) {
  .colOne {
    width: 100%;
    height: calc(28vh - 64px);
    border-bottom: #fff solid 2px;
    border-right: none;
  }
  .colOne:hover {
    width: 100%;
    height: calc(28vh - 64px);
  }
  .boxDetails h2 {
    font-size: 1.575rem;
  }
  .colOne .boxDetails p {
    opacity: 0;
    font-size: 0.9rem;
    color: #000;
  }
  .colOne .boxDetails a {
    opacity: 0;
    font-size: 0.755rem;
  }
  .divHeight {
    height: 43vh !important;
  }
  .divHeight p {
    opacity: 1 !important;
  }
  .divHeight a {
    opacity: 1 !important;
  }
  .colOne:hover .boxDetails p {
    opacity: 0;
  }
  .colOne:hover .boxDetails a {
    opacity: 0;
  }
  .colOne:hover .boxDetails {
    top: 30px;
  }
  .circle-plus {
    display: block;
  }

  .colOne .boxDetails {
    top: 30px;
  }
}

.corporate_global_footprint {
  padding: 50px 0;
  position: relative;
}

.corporate_global_footprint .map_bg {
  background-image: url(../../images/corporate_global_footprints_bg.jpg);
  background-repeat: no-repeat;
  min-height: 870px;
}
.corporate_global_footprint .map_bg .intro_row p.intro {
  max-width: 380px;
  margin: 80px auto 0;
  text-align: center;
  font-weight: 500;
}
.locations_slider_wrap {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.54);
}
/* .locations_slider_wrap:before{
   background: rgba(0,0,0,.16);
   position: absolute;
   width: 100%;
   height: 100%;
   content: "";
  } */
.locations_row figure {
  position: absolute;
  top: 106px;
  left: 115px;
}
.locations_slider .item {
  margin: 0 20px;
}
.locations_slider .item figure {
  margin: 0 0 15px;
}
.locations_slider .item figure img {
  width: 100%;
}
.locations_slider .item p,
.locations_slider .item p a {
  font-weight: 600;
  color: #fff;
}

@media (max-width: 767px) {
  .corporate_global_footprint .map_bg .intro_row p.intro {
    margin-top: 0;
  }
  .corporate_global_footprint .map_bg {
    min-height: 480px;
  }
  .locations_row {
    display: none;
  }
}

.nonproft_intiatives {
  padding: 50px 0;
}
.nonprofit_slider {
  padding-right: 145px;
  background: #1d8134 url(../../images/empowering-w-bg.html) no-repeat right
    center;
  min-height: 440px;
}

.nonprofit_slider .img-section img {
  height: 440px;
}
.nonprofit_slider .content-section {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.nonprofit_slider .content-section p {
  color: #fff;
  margin-bottom: 15px;
}
.nonprofit_slider .content-section h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.nonprofit_slider .content-section .cta {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 0px;
  min-width: 130px;
}

.nonprofit_slider .slick-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  opacity: 1;
}
.nonprofit_slider .slick-arrow:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}
.nonprofit_slider .slick-prev {
  transform: rotate(-45deg);
  left: 15px;
  margin-top: 0;
}

.nonprofit_slider .slick-next {
  transform: rotate(135deg);
  right: 46.5%;
}
@media (max-width: 1024px) {
  .nonprofit_slider {
    min-height: 340px;
  }
  .nonprofit_slider .img-section img {
    height: auto;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .nonprofit_slider {
    padding-right: 0;
    background-image: none;
  }
  .nonprofit_slider .img-section img {
    height: auto;
  }
  .nonprofit_slider .content-section {
    padding: 15px 30px;
  }
  .nonprofit_slider .slick-prev {
    left: 10px;
  }
  .nonprofit_slider .slick-next {
    right: 10px;
  }
}

.iffco_initiative {
  padding: 50px 0;
}
.initiative_slider_wrap {
  position: relative;
}
.initiative_slider {
  position: absolute;
  width: 735px;
  right: 60px;
  top: 40px;
  z-index: 10;
}
.initiative_slider .item {
  position: relative;
}
.initiative_slider .item > img {
  width: 100%;
}
.initiative_slider .item .content-box {
  /* position: absolute; */

  background: #fff;
  min-height: 270px;
  padding: 40px;
}
.initiative_slider .item .content-box .left-content figure {
  margin: 0 0 15px;
}
.initiative_slider .item .content-box .left-content h3 {
  font-weight: 600;
  font-size: 1.375rem;
  min-height: 70px;
  overflow-y: hidden;
}
.initiative_slider .item .content-box .right-content p {
  font-weight: 500;
  max-width: 389px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.initiative_slider .item .content-box .right-content p:last-child {
  margin-bottom: 0;
}
.initiative_slider .item .content-box .right-content .cta {
  min-width: 135px;
  border-radius: 0px;
}
.initiative_slider .slick-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #707070;
  border-left: 2px solid #707070;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  opacity: 1;
  margin-top: -10px;
}
.initiative_slider .slick-arrow:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}
.initiative_slider .slick-prev {
  transform: rotate(-45deg);
  left: -30px;
}
.initiative_slider .slick-next {
  transform: rotate(135deg);
  right: -30px;
}
.initiative_slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.initiative_slider .slick-dots li button {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}
.initiative_slider .slick-dots li.slick-active button {
  background: #fff;
}
.initiative_slider .slick-dots li button:before {
  font-size: 0;
  color: #e6e3e7;
}

@media (max-width: 1024px) {
  .initiative_slider {
    max-width: 580px;
  }
  .corporate_global_footprint .map_bg {
    background-position-x: -100px;
  }
  .corporate_global_footprint .locations_row {
    transform: translateX(-100px);
  }
}

@media (max-width: 767px) {
  .initiative_slider {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .initiative_slider .left-content img {
    max-width: 100%;
    width: auto;
  }
  .initiative_slider .item .content-box {
    padding: 0;
  }
  .initiative_slider .slick-dots {
    position: relative;
    bottom: 0;
  }
  .initiative_slider .slick-dots li.slick-active button {
    background: #008c44;
  }
}
