.o-1-text {
  font-size: 30px;
  line-height: 34px;
}
.o-2-text {
  color: #797a7c;
  font-size: 20px;
  padding: 50px 0;
}
.post__content {
  font-size: 18px;
}
.w-our-story-emerge {
  background: #eee;
  overflow: hidden;
}
.o-flex-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0 -15px;
  position: relative;
}
.o-item.flex-col-right {
  padding-right: 0;
}
.o-item {
  flex: 1;
  padding: 0 15px;
}
.flex-col-right:before {
  left: 100%;
  background: #36a8cc;
  content: '';
  width: 9600px;
  height: 100%;
  position: absolute;
  top: 0;
}
.w-our-story-emerge .divimage {
  background-position: left center;
}
.avatar {
  text-align: center;
  margin-bottom: 30px;
}
.avatar img {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 180px;
  height:180px;
}
.avatar:hover img {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.avatar h5 {
  font-size: 20px;
  color: #8192a2;
  font-family: 'Source Sans Pro' !important;
  margin-top: 25px;
}
.avatar h6 {
  font-size: 22px;
  color: #8192a2;
  font-family: 'Source Sans Pro' !important;
  line-height: 20px;
}
.container-fluid {
  margin: 0;
}
.container-fluid > .row > [class*="col-"] {
  padding: 0;
}
.container-fluid img {
  width: 100%;
  margin-right: 10px;
  display: block;
}
.w-our-story-top .o-2-text {
  padding: 0;
}
strong {
  font-family: 'Source Sans Pro' !important;
}
.col-20 {
  width: 33% !important;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.slick-slide img {
  max-width: 90%;
  border: 1px solid #ccc;
  margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
  color: #48b5e4 !important;
}

#team-photos-carousel a,
#team-photos-carousel h4 {
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .w-our-story-top img {
    margin-bottom: 30px;
  }
  .o-flex-container {
    display: block;
  }
  .o-item {
    width: 100%;
  }
  .o-item.flex-col-right {
    padding: 0;
    margin-top: 30px;
  }
  .w-our-story-emerge {
    padding: 50px 0;
    padding-bottom: 0;
  }
  .flex-col-right:before {
    display: none;
  }
  .o-2-text {
    padding: 50px 0;
  }
  .w-our-story-emerge {
    padding-top: 0;
  }
  .w-people {
    text-align: center;
  }
  .col-20 {
    width: 49%;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .col-20 {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .flex-col-right .dzsparallaxer {
    height: 360px !important;
  }
  .w-our-story-emerge .divimage {
    height: 400px !important;
    background-position: center center;
  }
}
@media (max-width: 556px) {
  .slick-next {
    right: -5px !important;
  }

  .slick-prev {
    left: -5px !important;
  }
}