/*.burger {right: 0px; top: 4px!important;}*/
#career-banner {
  background: url(../images/our-team.jpg) center top no-repeat;
  height: 420px;
  background-size: cover;
  position: relative;
}

#career-banner .chevron {
  position: absolute;
  width: 10px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

#career-banner .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

#career-banner .chevron:before,
#career-banner .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

#career-banner .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

#career-banner .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}



@keyframes pulse {
  to {
    opacity: 1;
  }
}


#career-banner .container-fluid {
  width: 80%;
}

#career-banner h2 {
  color: white !important;
  margin-top: 180px;
  font-weight: 400;
  font-size: 2.5em;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #00a94f;
  display: inline-block;
}

.owl-dots {
  display: none;
}

#board .owl-nav {
  margin-top: 15px;
}

#board .owl-nav button {
  background: #525252 !important;
  color: #fff !important;
  width: 30px;
  height: 40px;
  margin-right: 10px;
  font-size: 26px !important;
  outline: none;
  text-align: center;
}

#board {
  padding-top: 70px;
  padding-bottom: 70px;
}

#board .container-fluid {
  width: 80%;
}

#board h2 {
  margin-top: 0;
  text-align: center;
}

#board .line {
  width: 40%;
  height: 1px;
  background: #00a94f;
  margin: auto;
  margin-top: 10px;
}

#board .box {
  margin-top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#board .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
}

#board .box img {
  width: 100%;
}

#board .box .bg_1 {
  background: #3b8a47;
  padding: 12px;
  text-align: center;
}

#board .box .bg_1 img {
  width: 8%;
  margin: auto;
}

#board .box .bg_2 {
  background: #00a94f;
  padding: 12px;
  height: 110px;
}

#board .box .bg_2 h4 {
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px 0px;
}

#board .box .bg_2 p {
  color: #fff !important;
}


.popup {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
  padding: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.popup-content1 {
  padding: 40px;
  display: table;
  width: 100%;
}

.bg-red {
  background-color: #00a94f;
}

.popup-img {
  float: left;
  width: 140px;
  height: 140px;
  border-radius: 100%;
}

.popup-txt {
  float: left;
  width: 70%;
  margin-left: 30px;
  padding-top: 0px;
}

.popup-content2 {
  padding: 40px;
}




.overlay {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  text-align: left !important;
  font-size: 25px;
  margin-bottom: 15px;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06D85F;
}




.popup-txt h5 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 0px;
}

.popup-txt span {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
}

.popup-txt p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-top: 15px;
  border-top: 1px solid #fff;
}

.popup-content2 {
  padding: 40px;
}

.popup-content2 p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

.popup-txt p {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  padding-top: 15px;
  border-top: 1px solid #fff;
}




@media only screen and (min-width : 1920px) and (max-width : 2560px) {}

@media only screen and (min-width : 1600px) and (max-width : 1919px) {

  .fund.nex {
    width: 80% !important;
  }


}

@media only screen and (min-width : 1440px) and (max-width : 1599px) {

  .fund.nex {
    width: 90% !important;
  }


}

@media only screen and (min-width : 1366px) and (max-width : 1439px) {}

@media only screen and (min-width : 1280px) and (max-width : 1365px) {}


@media only screen and (min-width : 1200px) and (max-width : 1279px) {}

@media only screen and (min-width : 1024px) and (max-width : 1199px) {
  #board .container-fluid {
    width: 80%;
  }

  .popup {
    width: 80%;
  }

  .popup-content2 {
    padding: 20px;
  }

  .popup-content1 {
    padding: 20px;
  }

  .popup-txt h5 {
    font-size: 24px;
  }

  .popup-txt p {
    padding-top: 10px;
    font-size: 16px !important;
  }

}

@media only screen and (min-width : 768px) and (max-width :1023px) {
  #board .container-fluid {
    width: 85%;
  }

  #board .box {
    margin-top: 30px;
  }

  .popup {
    width: 90%;
  }

  .popup-content2 {
    padding: 20px;
  }

  .popup-content1 {
    padding: 20px;
  }

  .popup-txt h5 {
    font-size: 24px;
  }

  .popup-txt p {
    padding-top: 10px;
    font-size: 16px !important;
  }

  .popup-img {
    width: 100px;
    height: 100px;
  }

}

@media only screen and (min-width : 150px) and (max-width : 767px) {
  #header {
    padding-bottom: 0px;
  }

  #career-banner h2 {
    margin-top: 160px;
    margin-bottom: 10px;
    font-size: 1.8em;
  }

  #board .container-fluid {
    width: 85%;
  }

  #board .box {
    margin-top: 30px;
  }

  .popup {
    width: 90%;
  }

  .popup-content2 {
    padding: 20px;
    height: 350px;
    overflow: scroll;
  }

  .popup-content1 {
    padding: 20px;
  }

  .popup-txt h5 {
    font-size: 20px;
  }

  .popup-txt p {
    padding-top: 6px;
    font-size: 14px !important;
    margin-bottom: 0;
  }

  .popup-img {
    width: 80px;
    height: 80px;
    float: inherit;
  }

  .popup-txt {
    margin-left: 0px;
  }

  .popup-content2 p {
    font-size: 13px;
  }

  #board .box .bg_2 {
    height: auto;
  }


}

@media only screen and (max-width : 375px) {
  .leadership-block {
    width: 255px;
  }



}

@media only screen and (max-width : 360px) {
  .leadership-block {
    width: 240px;
  }

}

@media only screen and (max-width : 320px) {
  .leadership-block {
    width: 210px;
  }



}