.contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(37, 37, 37, 0.1);
    box-shadow: 0 5px 10px 0 rgba(37, 37, 37, 0.1);
}
.contact-info-item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #306d17;
}
.contact-info-item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
}
.contact-info-item .text h5 {
    margin-bottom: 10px;
}
.text a{
    color:#565656
}
.terms ul li{
 list-style: disc;
}
.terms h6{
    margin-top: 20px;
}
.subscribe {
    border: 1px solid !important;
    border-radius: 30px !important;
    padding-left: 20px !important;
    height: 48px !important;
    min-width: 300px;
}
.subscribe-btn{
    margin-left: -50px !important;
    border: 1px solid green !important;
}
@media all and (max-width: 575px) {
    .hide-mobile{
        display: none;
    }
    .mt-xs-4{
        margin-top: 40px;
    }
}
@media all and (min-width: 576px) {
    .hide-desktop{
        display: none;
    }
}
.contact-info {
    background: black;
    padding: 30px;
    text-align: center;
    color: white;
    border-radius: 30px;
    align-items: center;
    margin: 120px 0;

}
.contact-info .contact-form {
    background: linear-gradient(45deg, #22550c, #306d17);
    padding: 20px;
    margin: -120px 0;
    border-radius: 30px;
}
.contact-info h4,.contact-info h6, .contact-info h4 span, .contact-info h6 a{
    color: white;
    text-transform: capitalize;
}
.contact-info .contact-form input::placeholder, .contact-info .contact-form textarea::placeholder{
    color: white;
}
.contact-info .contact-form input, .contact-info .contact-form textarea{
    color: white;
    border-bottom: 1px solid rgb(191 191 191);
    padding: 10px;
}

/* How it  works  */


.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 60vw;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #cccccc;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 1s forwards 2s ease-in-out;
          animation: fillTop 1s forwards 2s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #cccccc;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 1s forwards 2s ease-in-out;
          animation: fillLeft 1s forwards 2s ease-in-out;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #0f783d;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(50vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(45deg, #0f783d, #59af57);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 30px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f783d;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #fff;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #cccccc;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 1s forwards 2s ease-in-out;
          animation: fillTop 1s forwards 2s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #cccccc;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 1s forwards 2s ease-in-out;
          animation: fillLeftOdd 1s forwards 2s ease-in-out;
}
.timeline__event__description {
  flex-basis: 60%;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    /* border-radius: 6px 6px 0 0; */
    /* width: 100%; */
    margin-bottom: 10px;
    /* box-shadow: none; */
  }
  .timeline__event__date img{
    width: 80px;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    /* border-radius: 6px 6px 0 0; */
    margin-bottom: 10px;
  }
  .contact-info .contact-form {
    margin: 30px 0;
}
.timeline__event{
  width: 80vw;
}
.mb-xs-40 {
  margin-bottom: 40px;
}
.about {
  position: relative;
  text-align: center;
}
.text-xs-center{
  text-align: center;
}
.order-xs-2{
  order: 2;
}
}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
.timeline__event:last-child .timeline__event__icon:before{
  background: none;
}
.footer{
  background: url(/static/bans_img/footer.jpg);
}
.team .wrap p {
  font-size: 16px;
  font-weight: 600;
}
.team .wrap span {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: block;
}

.team .wrap .con img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: top;
}