/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.slide_border, .slide_overlay {
  background-color: rgba(20, 20, 20, .8);
  /*-webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);*/
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel1 {
  padding-left: 50% !important;
  margin-left: -815px !important;
  overflow: visible !important;
  margin-bottom: 60px !important;
}
.owl-carousel1 .item {
  width: 720px;
}
.owl-carousel2 .item, .owl-carousel5 .item {
  overflow: hidden;	
}
.owl-carousel4 .item {
  width: 300px;
  cursor: pointer;
}
.owl-slider {
  width: 100%;
  overflow: hidden;
  margin: 20px 0px;
}
.owl-slider .item {}
.owl-slider .item p {}
.owl-slider .item img {}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel1 .owl-stage, .owl-carousel4 .owl-stage {
  padding: 0px 0px;
}
.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(0, 0, 0);
  padding: 0px 3px;
}
.owl-carousel4 .owl-stage-outer {
  padding-left: 25px;
}
.owl-carousel1 .owl-stage-outer, .owl-carousel4 .owl-stage-outer {
  overflow: visible;
}
.owl-carousel2 .owl-stage, .owl-carousel3 .owl-stage, .owl-carousel5 .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.section2_our_works_carousel .owl-nav {
	position: absolute;
	right: 70px;
	top: 20px;
	width: 120px;
	z-index: 10000;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  text-indent: -9999px;
  position: absolute;
  bottom: 50%;
  width: 12px;
  height: 25px;
}
.owl-nav .owl-next, .owl-nav .owl-prev  {
  text-indent: -9999px;
  position: absolute;
  top: 0%;
  width: 50px;
  height: 35px;
	cursor: pointer;
}
.owl-carousel1 .owl-nav .owl-next, .owl-carousel1 .owl-nav .owl-prev, .owl-carousel4 .owl-nav .owl-next, .owl-carousel4 .owl-nav .owl-prev {
  width: 50px;
  height: 35px;
}
.owl-carousel3 .owl-nav .owl-next, .owl-carousel3 .owl-nav .owl-prev {
  width: 40px;
  height: 25px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0%;
  background: url("../images/testimonial_left_arrow.png") no-repeat center center;
  background-size: contain;
}
.owl-carousel .owl-nav .owl-next {
  right: 0%;
  background: url("../images/testimonial_right_arrow.png") no-repeat center center;
  background-size: contain;
}
.owl-carousel1 .owl-nav .owl-prev, .owl-carousel3 .owl-nav .owl-prev {
  left: 0%;
  background: url("../images/left_arrow_white.png") no-repeat center center;
  background-size: contain;
}
.owl-carousel1 .owl-nav .owl-next, .owl-carousel3 .owl-nav .owl-next {
  right: 0%;
  background: url("../images/right_arrow_white.png") no-repeat center center;
  background-size: contain;
}
.owl-nav .owl-prev {
  left: 0%;
  background: url("../images/left_arrow_white.png") no-repeat center center;
  background-size: contain;
}
.owl-nav .owl-next {
  right: 0%;
  background: url("../images/right_arrow_white.png") no-repeat center center;
  background-size: contain;
}
.owl-carousel4 .owl-nav .owl-prev, .owl-carousel-1 .owl-nav .owl-prev {
  left: 0%;
  background: url("../images/left_arrow_blue.png") no-repeat center center;
  background-size: contain;
}
.owl-carousel4 .owl-nav .owl-next, .owl-carousel-1 .owl-nav .owl-next {
  right: 0%;
  background: url("../images/right_arrow_blue.png") no-repeat center center;
  background-size: contain;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel1 .owl-nav, .owl-carousel4 .owl-nav {
  position: absolute;
  top: -80px !important;
  width: 150px;
  height: 40px;
  left: 129%;
  margin: 0px;
}
.owl-carousel4 .owl-nav {
  left: inherit !important;
  right: 4.1% !important;
}
.owl-carousel1 .owl-nav button.owl-next, .owl-carousel1 .owl-nav button.owl-prev, .owl-carousel4 .owl-nav button.owl-next, .owl-carousel4 .owl-nav button.owl-prev {
  bottom: 0px !important;
}
.owl-carousel2 .owl-nav, .owl-carousel3 .owl-nav, .owl-carousel5 .owl-nav {
  position: absolute;
  top: inherit !important;
  bottom: 35px !important;
  width: 235px;
  left: 0px;
}
.owl-carousel5 .owl-nav {
	width: 188px;
}
.owl-carousel3 .owl-nav {
  bottom: -50px !important;
}
.owl-carousel3 .owl-nav {
  width: 140px;
}
.owl-carousel button.owl-dot {
  background: 0 0;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -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
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
.slide_text_thumb {}
.slide_team_img {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.slide_team_img img {
  position: relative;
  z-index: 2;
  float: left;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
.slide_overlay {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  display: flex;
  text-align: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
}
.slide_team_img:hover .slide_overlay {
  opacity: 1;
}
.slide_team_img:hover img {
  scale: 1.15;
}
.slide_overlay_center {
  padding: 20px;
  width: 100%
}
.slide_overlay_text {
  margin: 30px 0;
  color: #ffffff;
}
.slide_overlay p {
  font-size: 90%;
  line-height: 140%;
}
.slide_line {
  width: 120px;
  height: 3px;
  background: #fff;
  margin: 0 auto 30px;
  border-radius: 2px
}
.slide_overlay_text .social_icons_top a {
  width: 28px;
  display: inline-block;
  margin: 0 5px
}
.social_icons_mobile {
  display: none;
  position: absolute;
  top: 10px;
  right: 0
}
.social_icons_mobile a {
  width: 25px;
  display: inline-block;
  margin: 0 3px
}
@media (min-width: 1440px) and (max-width: 1800px) and (min-height: 780px) {
  .owl-carousel1 {
    margin-left: -745px !important;
  }
}
@media screen and (max-width:1600px) {
  .owl-carousel1 {
    margin-left: -620px !important;
  }
  .owl-carousel4 .item {
    width: 250px;
  }
  	
}


@media screen and (max-width:1500px) {
  
  .owl-carousel1 .item {
        width: 560px;
    }
  .owl-carousel1 .owl-nav {
    left: 125%;
  }	

}
@media screen and (max-width:1366px) {
	.owl-carousel2 .item, .owl-carousel5 .item {
	  padding: 0px 5px;
	}
	.owl-carousel5 .item {
		text-align: center;
	}
	.owl-carousel1 {
    margin-left: -570px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 800px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .owl-carousel1 .owl-nav {
    top: -88px !important;
    left: 125% !important;
  }

}
@media screen and (max-width:1200px) {
  .owl-carousel1 {
    margin-left: -460px !important;
  }		
  	
}
@media screen and (max-width:1100px) {
  .owl-carousel1 .owl-nav {
    left: 80% !important;
	    top: 0px !important;  
  }
  .owl-theme.owl-carousel2 .owl-dots, .owl-theme.owl-carousel5 .owl-dots {
    text-align: center !important;
    padding-left: 25px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 18px !important;
    height: 18px !important;
    margin: 7px !important;
  }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    width: 57px !important;
    height: 45px !important;
  }
  .owl-carousel .owl-nav .owl-next {}
  .owl-carousel .owl-nav .owl-prev {}
  .owl-carousel2 .owl-nav, .owl-carousel5 .owl-nav {
    bottom: 6px !important;
  }
  .owl-carousel1 {
    padding-left: 0% !important;
    margin-left: 0px !important;
    margin-bottom: 60px !important;
  }
  .owl-carousel1 .owl-stage-outer {
    padding-left: 50px;
  }
  .owl-carousel2 .owl-stage, .owl-carousel5 .owl-stage {
    align-items: flex-start;
  }
  .owl-carousel3 .owl-nav .owl-next, .owl-carousel3 .owl-nav .owl-prev, .owl-carousel4 .owl-nav .owl-next, .owl-carousel4 .owl-nav .owl-prev {
    width: 60px !important;
    height: 60px !important;
    bottom: 50% !important;
  }
  .owl-carousel3 .owl-nav .owl-prev {
    left: 0% !important;
  }
  .owl-carousel3 .owl-nav {
    bottom: -69px !important;
  }
  .owl-carousel4 .owl-nav {
    left: inherit !important;
  }
  .owl-carousel2 .owl-nav, .owl-carousel5 .owl-nav {
        bottom: 54px !important;
        width: 380px;
        left: 50%;
        margin-left: -192px;
  }	
  .owl-carousel5 .owl-nav {
	width: 320px;
	  margin-left: -160px;
}	
  .owl-carousel3 .owl-nav {
    width: 160px;
  }
.section2_our_works_carousel .owl-nav {
    top: 90px;
}	
}
@media screen and (max-width:900px) {
    .owl-carousel1 .owl-nav {
        left: 73% !important;
        top: 0px !important;
    }

}

@media screen and (max-width:800px) {
  .owl-carousel1 .owl-stage-outer {
    padding-left: 0px;
  }
  .owl-carousel1 .owl-nav {
    left: 74% !important;
    top: 0px !important;
    width: 140px;
  }
.owl-carousel2 .item, .owl-carousel5.item {
	  padding: 0px;
	        width: 95%;
	}	
.section2_our_works_carousel .owl-nav {
    top: 70px;
	right: 45px;
}	
}
@media screen and (max-width:600px) {
  .owl-theme .owl-dots .owl-dot span {
    margin: 5px 6px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    margin: 6px 5px !important;
  }
  .owl-carousel2 .owl-nav, .owl-carousel3 .owl-nav, .owl-carousel5 .owl-nav {
    bottom: 5px !important;
  }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    width: 45px !important;
    height: 30px !important;
  }

  .owl-carousel1 .item {
    width: 350px;
  }
  .owl-carousel1 {
    margin-bottom: 20px !important;
  }
  .owl-carousel3 .owl-nav {
    bottom: -20px !important;
  }
  .owl-carousel3 .owl-nav .owl-next {
    right: 20% !important;
  }
  .owl-carousel4 .owl-nav {
    left: inherit !important;
    right: 7.1% !important;
  }
  .owl-carousel4 .owl-nav .owl-prev {
    left: 52% !important;
  }
  
  .owl-carousel1 .owl-nav {
    left: 62% !important;
    top: -20px !important;
    width: 125px;
  }
  .owl-carousel2 .owl-nav, .owl-carousel5 .owl-nav {
    bottom: 41px !important;
    width: 287px;
    left: 50%;
    margin-left: -142px;
  }
  .owl-carousel5 .owl-nav {
	  width: 230px;
    margin-left: -115px;
	}
  .owl-carousel4 .owl-nav {
    width: 240px;
  }	

}
@media screen and (max-width: 380px) {
  .owl-carousel1 .item {
    width: 260px;
  }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    width: 30px !important;
    height: 23px !important;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 6px 4px !important;
  }
    .owl-carousel1 {
        margin-bottom: 0px !important;
    }
    .owl-carousel4 .item {
        width: 170px;
    }
  .owl-carousel1 .owl-nav {
    left: 66% !important;
    top: -20px !important;
    width: 90px;
  }
  .owl-theme .owl-nav {
    margin-top: 0px;
  }
.owl-carousel2 .owl-nav, .owl-carousel5 .owl-nav {
    bottom: 37px !important;
    width: 231px;
    left: 50%;
    margin-left: -116px;
}	
}