@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel.custom {
  padding-top: 28px;
}
.owl-carousel.custom .owl-item .owl-item_content {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.owl-carousel.custom .owl-item .owl-item_content .item_img {
  margin-bottom: 0;
}
.owl-carousel.custom .owl-item .owl-item_content .item_img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.owl-carousel.custom .owl-item .owl-item_content .item_content {
  letter-spacing: 1px;
  margin-top: -14.3%;
  padding: 62px 10% 11% 18%;
  position: relative;
}
.owl-carousel.custom .owl-item .owl-item_content .item_content > * {
  position: relative;
}
.owl-carousel.custom .owl-item .owl-item_content .item_content:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transform-origin: 100% 50%;
  transform: skewY(-6deg);
  will-change: transform;
  transition: all .3s ease;
  pointer-events: none;
}
.owl-carousel.custom .owl-item .owl-item_content .item_content .dropcap {
  position: absolute;
  right: 11%;
  top: -31px;
  display: inline-block;
  text-align: center;
  width: 69px;
  height: 69px;
  line-height: 69px;
  font-size: 36px;
  font-weight: 300;
  background: #273aa3;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.owl-carousel.custom .owl-item .owl-item_content:hover .item_img img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.owl-carousel.custom .owl-item .owl-item_content:hover .item_content:before {
  transform: skewY(0deg);
}
.owl-carousel.custom .owl-item .owl-item_content:hover .item_content .dropcap {
  right: 50%;
  -moz-transform: translate(50%, 0%);
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  -o-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
.owl-carousel.mod_owl_carousel__indent .owl-item {
  margin-bottom: 48px;
}
.owl-carousel.mod_owl_carousel__indent .owl-item .item_title {
  letter-spacing: 1.2px;
  margin-bottom: 7px;
}
.owl-carousel.mod_owl_carousel__indent .owl-item .figcaption {
  color: #273aa3;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.owl-carousel.custom-indent .owl-item .item_img {
  margin-bottom: 0;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}
.owl-carousel.custom-indent .owl-item .item_img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel.custom-indent .owl-item:not(.active) + .owl-item.active .item_img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-carousel.team {
  margin-top: -63px;
}
.owl-carousel.team .owl-item_content {
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
}
.owl-carousel.team .owl-item_content ul.social li {
  margin-bottom: 0;
  transition: all .2s ease;
}
@media (min-width: 768px) {
  .owl-carousel.team .owl-item_content ul.social li {
    transform: translate3d(0, 110%, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
  }
}
.owl-carousel.team .owl-item_content ul.social li:nth-child(2) {
  transition-delay: 50ms;
}
.owl-carousel.team .owl-item_content ul.social li:nth-child(3) {
  transition-delay: 100ms;
}
.owl-carousel.team .owl-item_content ul.social li:nth-child(4) {
  transition-delay: 150ms;
}
.owl-carousel.team .owl-item_content:hover ul.social li {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  margin-bottom: 24px;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav.disabled:before,
.owl-carousel .owl-dots.disabled:before,
.owl-carousel .owl-nav.disabled:after,
.owl-carousel .owl-dots.disabled:after {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.team .mod_owl_carousel .owl-nav {
  margin-right: 45px;
  right: 100%;
  position: absolute;
  top: 242px;
  min-width: 160px;
}
.mod_owl_carousel .owl-prev,
.mod_owl_carousel .owl-next {
  font: 400 28px/64px 'Material Design Icons';
  background: white;
  border: 2px solid #151515;
  color: #151515;
  display: inline-block;
  letter-spacing: 0;
  height: 67px;
  text-align: center;
  width: 72px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod_owl_carousel .owl-prev:hover,
.mod_owl_carousel .owl-next:hover {
  background: #273aa3;
  border-color: #273aa3;
  color: white;
}
.mod_owl_carousel .owl-prev {
  float: left;
}
.mod_owl_carousel .owl-prev:before {
  content: '\f14a';
}
.mod_owl_carousel .owl-next {
  float: right;
}
.mod_owl_carousel .owl-next:before {
  content: '\f14f';
}
.mod_owl_carousel .owl-dots {
  margin-bottom: 48px;
  margin-top: 16px;
  text-align: center;
}
.mod_owl_carousel .owl-dots .owl-dot {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 8px;
  width: 64px;
  height: 4px;
  outline: none;
  cursor: pointer;
  background-color: #e1e1e1;
  transition: box-shadow 0.3s ease;
}
.mod_owl_carousel .owl-dots .owl-dot:hover,
.mod_owl_carousel .owl-dots .owl-dot:focus {
  background-color: #fedd02;
}
.mod_owl_carousel .owl-dots .owl-dot.active {
  background-color: #fedd02;
}