@media (min-width: 1200px){
.container {
    max-width: 90%;
}
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-stage-outer {

	position: relative;
}

.owl-carousel .owl-item {
	opacity: 1;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0px;
	color: rgba(0, 0, 0, 0.2) !important;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.owl-carousel .owl-nav .owl-prev p span, .owl-carousel .owl-nav .owl-prev p small,
      .owl-carousel .owl-nav .owl-next p span,
      .owl-carousel .owl-nav .owl-next p small {
	display: block;
	color: #000;
	line-height: .8;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
	.owl-carousel .owl-nav .owl-prev p span, .owl-carousel .owl-nav .owl-prev p small,
          .owl-carousel .owl-nav .owl-next p span,
          .owl-carousel .owl-nav .owl-next p small {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.owl-carousel .owl-nav .owl-prev small,
      .owl-carousel .owl-nav .owl-next small {
	text-transform: uppercase;
}

.owl-carousel .owl-nav .owl-prev span,
      .owl-carousel .owl-nav .owl-next span {
	line-height: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
        .owl-carousel .owl-nav .owl-next span:before {
	font-size: 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
	.owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.owl-carousel .owl-nav .owl-prev:hover small,
      .owl-carousel .owl-nav .owl-next:hover small {
	color: #dbcc8f;
}

.owl-carousel .owl-nav .owl-prev:hover span:before,
      .owl-carousel .owl-nav .owl-next:hover span:before {
	color: #dbcc8f;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	margin: 5px;
	border-radius: 50%;
	background: #666666;
	position: relative;
	border: 1px solid #666666;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #000;
	border: 1px solid #000;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.testimony-wrap {
	background: #000 0% 0% no-repeat padding-box;
	padding:12px;
}

.testimony-wrap .text, .testimony-wrap .img {
	width: 50%;
}
.owl-carousel .owl-nav .owl-prev:focus,.owl-carousel .owl-nav .owl-next:focus
{
    outline: none;
}
@media (max-width: 767.98px) {
	.testimony-wrap .text, .testimony-wrap .img {
		width: 100%;
	}
}

.testimony-wrap .img {
	height: 500px;
}

@media (max-width: 767.98px) {
	.testimony-wrap .img {
		
		 height: 385px;
    background-size: cover;
     border-bottom-left-radius: 0px !important;
      border-top-right-radius: 12px;
    
	}
	.testimony-wrap .text p.h3 {	
	    font-size: 24px !important;
	    line-height: 34px !important;
	    
	}
	.testimony-wrap .text .name{
	    font-size: 20px !important;
	    line-height: 30px !important;
	}
	.testimony-wrap .text{
	    border-top-right-radius: 0px !important;
	    border-bottom-left-radius: 0px;
	    
	}
}

.testimony-wrap .text {
	
	 border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.testimony-wrap .text p.h3 {
	font-family: "Poppins", serif;
	font-size: 34px;
	    line-height: 48px;
	font-weight: 600;
	color:#cba441;
}

.testimony-wrap .text .name {
    color: #fff;
    font-size: 30px;
  
    line-height: 40px;
}
.testimony-wrap .img{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    
}