.col-md-11 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-stage-outer {
	padding-top: 1em;
	padding-bottom: 2em;
	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: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: transparent;
	position: relative;
	border: 1px solid #000;
}

.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: #eca43e;
	border: 1px solid #eca43e;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.testimony-wrap {
	-webkit-box-shadow: 0px 10px 40px -30px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 10px 40px -30px rgba(0, 0, 0, 0.42);
	box-shadow: 0px 10px 40px -30px rgba(0, 0, 0, 0.42);
}

.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: 12px;
	    
	}
}

.testimony-wrap .text {
	background: white;
	 border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.testimony-wrap .text p.h3 {
	font-family: "Poppins", serif;
	font-size: 38px;
	    line-height: 48px;
	font-weight: 600;
}

.testimony-wrap .text .name {
	color: #eca43e;
	font-size: 24px;
	font-weight: 600;
}
.testimony-wrap .img{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    
}