/*------------------------------------------------------------
  Who We Are
------------------------------------------------------------*/

.who-we-are {
  padding: 70px 0 100px;
}

.who-we-are .row > div {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.who-we-are .count {
  margin-bottom: 20px;
}

.who-we-are .count p {
  margin-bottom: 18px;
}

.who-we-are .col-img {
  width: 48.5%;
  padding: 0 20px;
}

.who-we-are .col-text {
  width: 51.5%;
  padding: 4px 20px 0;
}

.who-we-are .col-text p {
  margin-bottom: 18px;
}

.who-we-are .img-holder {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 280px;
  width: 100%;
}

.who-we-are .logo {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-bottom: 40px;
}

.who-we-are .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.who-we-are .profile .img-col {
  /* padding-bottom: 30px; */
  text-align: right;
}

.who-we-are .profile .column-block blockquote {
  padding-top: 30px;
}

.who-we-are .blockquote-slider h1 {
  margin-bottom: 0;
}

.who-we-are .blockquote-slider blockquote {
  padding-bottom: 0;
}

.who-we-are .our-team {
  color: #f7f6f5;
  background: #212322;
  padding: 20px;
}

.who-we-are .our-team .inner-border {
  border: 2px solid #f7f6f5;
}

.who-we-are .our-team .decor {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.who-we-are .our-team .decor img {
  width: 100%;
}

.who-we-are .our-team .main-block {
  margin: 40px auto;
  padding: 0 15px;
}

.who-we-are .our-team .main-block .subheading {
  color: inherit;
}

.who-we-are .our-team .team {
  max-width: 1119px;
  margin: 0 auto;
  padding: 0 20px;
}

.who-we-are .our-team .team .team-list > li {
  padding-bottom: 40px;
  width: 100%;
}

.who-we-are .our-team .team .img-block {
  position: relative;
  margin-bottom: 33px;
}

.who-we-are .our-team .team .img-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #e5e0dd;
  z-index: 0;
}

.who-we-are .our-team .team .img-block .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 380px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.who-we-are .our-team .team .text-holder h3 {
  text-transform: capitalize;
  font-size: 32px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.who-we-are .our-team .team .text-holder h3 a {
  color: #f7f6f5;
}

.who-we-are .our-team .team .text-holder h3 a:hover {
  color: #a4bac2;
}

.who-we-are .our-team .team .text-holder .occupation {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 18px;
}

.who-we-are .our-team .team .text-holder .social-networks {
  margin: 0 -7px;
}

.who-we-are .our-team .team .text-holder .social-networks li {
  padding: 0 7px;
  font-size: 24px;
}

.who-we-are .our-team .team .text-holder .social-networks li a {
  color: #f7f6f5;
}

.who-we-are .our-team .team .text-holder .social-networks li a:hover {
  color: #a4bac2;
}

.who-we-are .blockquote-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

/*------------------------------------------------------------
  min-width: 576px
------------------------------------------------------------*/

@media (min-width: 576px) {
  .who-we-are .img-holder {
    min-height: 350px;
  }

  .who-we-are .our-team .team .img-block .image {
    min-height: 450px;
  }
}

/*------------------------------------------------------------
  min-width: 768px
------------------------------------------------------------*/

@media (min-width: 768px) {
  .who-we-are {
    padding: 100px 0 150px;
  }

  .who-we-are .count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    margin-bottom: 40px;
  }

  .who-we-are .img-holder {
    min-height: 450px;
  }

  .who-we-are .profile {
    padding: 100px 0 28px;
  }

  .who-we-are .our-team .team .team-list {
    margin: 0 -20px;
  }

  .who-we-are .our-team .team .team-list > li {
    width: 50%;
    padding: 0 20px 49px;
  }
}

/*------------------------------------------------------------
  min-width: 992px
------------------------------------------------------------*/

@media (min-width: 992px) {
  .who-we-are .logo {
    max-width: 450px;
  }

  .who-we-are .profile {
    padding: 100px 0 58px;
  }

  .who-we-are .profile .img-col {
    /* margin-top: 48px; */
  }

  .who-we-are .our-team {
    padding: 40px;
  }

  .who-we-are .our-team .team .img-block .image {
    min-height: 603px;
  }

  .who-we-are .our-team .team .text-holder h3 {
    font-size: 36px;
    margin-bottom: 0;
  }

  .who-we-are .our-team .team .text-holder .occupation {
    font-size: 20px;
  }

  .who-we-are .blockquote-wrap {
    margin-top: 80px;
    margin-bottom: 70px;
  }

  .who-we-are .blockquote-wrap {
    margin-top: 143px;
    margin-bottom: 108px;
  }
}

/*------------------------------------------------------------
  min-width: 1200px
------------------------------------------------------------*/

@media (min-width: 1200px) {
  .who-we-are {
    padding: 100px 0 200px;
  }

  .who-we-are .img-holder {
    min-height: 597px;
  }

  .who-we-are .profile {
    padding: 126px 0;
  }

  .who-we-are .profile .img-col .img-holder {
    min-height: 603px;
    width: 518px;
  }

  .who-we-are .our-team .main-block {
    margin: 80px auto;
  }
}
/*------------------------------------------------------------
  min-width: 1400px
------------------------------------------------------------*/

@media (min-width: 1400px) {
  .who-we-are .logo {
    position: absolute;
    top: 80px;
    left: -40px;
    margin-bottom: 0;
  }
}

/*------------------------------------------------------------
  min-width: 1920px
------------------------------------------------------------*/

@media (min-width: 1920px) {
  .who-we-are .profile .img-col {
    /* padding-left: 160px; */
    padding-left: 80px;
    padding-right: 0;
  }
}
