.pattern_2 {
  background: url(../img/pattern_menu.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}
@media (max-width: 767.5px) {
  .pattern_2 {
    background: none;
  }
}
.pattern_2 .about-img img {
  width: 100%;
  height: 100%;
}
.pattern_2 .main_title .about-heading {
  text-align: left;
}

.home_intro figure {
  position: relative;
  display: inline-block;
}

#staff {
  margin: 40px 0 0 0;
}
@media (max-width: 767.5px) {
  #staff {
    margin-bottom: 30px;
  }
}
#staff .item {
  background-color: #fff;
  margin-bottom: 15px;
}
#staff .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}
#staff .item .title h4 {
  background-color: #262626;
  background-color: #262626;
  display: inline-block;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0;
}
#staff .item .title h4 em {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 3px;
}
#staff .item a {
  position: relative;
  display: block;
}

#staff .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

#staff .owl-item.active.center {
  opacity: 1;
  backface-visibility: hidden;
  transform: scale(1);
}

#staff .owl-item.active.center .item .title h4,
#staff .owl-item.active.center .item .views {
  opacity: 1;
}

.bg_gray {
  background-color: #f4f4f4;
}
.bg_gray.pattern {
  background: #f4f4f4 url(../img/pattern_2.svg) repeat;
}

.box_how {
  background-color: #fff;
  box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  text-align: center;
  margin-bottom: 20px;
}
.box_how h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.box_how p {
  margin-bottom: 0;
}
@media (max-width: 991.8px) {
  .box_how {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.8px) {
  .box_how figure {
    float: right;
    margin: 0 0 0 15px;
  }
}
@media (max-width: 991.8px) {
  .box_how figure img {
    width: 80px;
    height: auto;
  }
}

.call_section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 380px;
  padding: 120px 0;
}
@media (max-width: 767.5px) {
  .call_section {
    padding: 60px 0;
  }
}
.call_section .box_1 {
  background-color: #262626;
  color: #fff;
  padding: 45px;
}
.call_section .box_1 p {
  opacity: 0.8;
  font-size: 16px;
  font-size: 1rem;
}
.call_section .box_1 h2 {
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 20px;
}
.call_section .box_1 h2 span {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Lora", serif;
  display: block;
}

.call_section.testimonials {
  text-align: center;
}
.call_section.testimonials h3 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 25px;
}
@media (max-width: 375.8px) {
  .call_section.testimonials h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.pic {
  position: absolute;
  left: 45px;
  top: 45px;
  text-align: left;
}
@media (max-width: 767.5px) {
  .pic {
    position: static;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
.pic h4 {
  position: absolute;
  left: 95px;
  top: 18px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 767.5px) {
  .pic h4 {
    position: static;
  }
}
.pic h4 small {
  display: block;
  color: #fff;
  margin-top: 3px;
}
.pic figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767.5px) {
  .pic figure {
    margin: 0 auto 10px;
  }
}
.pic figure img {
  width: 80px;
  height: auto;
}

.comment {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 30px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Lora", serif;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 767.5px) {
  .comment {
    text-align: center;
    border: 0;
    padding: 0;
  }
}

.box_overlay {
  background-color: #262626;
  background-color: #262626;
  padding: 45px 45px 45px 225px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767.5px) {
  .box_overlay {
    padding: 30px;
  }
}/*# sourceMappingURL=about.css.map */