*{margin:0; padding:0; outline:0;}
.carousel_box{direction:ltr; overflow:hidden; padding:0px 30px; margin:60px auto;}
.carousel_box h1{font-size:24px; font-weight:bold; margin-bottom:10px;}
.carousel_box p{font-size:14px;}
.carousel_box ul{list-style:none;}
.carousel_box ul li{max-width:300px; margin:0px 10px; position:relative;}
.carousel_box ul li img{width:100%; border-radius:30px;}
.carousel_box ul li h2{font-size:22px; padding:10px;}
.overlay{position:absolute;top:0; bottom:0; left:0; right:0; height:100%; width:100%; opacity:0; transition:.5s ease; background:rgba(35, 32, 32, 0.6); border-radius:30px;}
.carousel_box ul li:hover .overlay{opacity:1; cursor:pointer;}
.text{color:#fff;position:absolute; top:20%; left:0px; text-align:right; padding:20px;}
.instagram_img .owl-theme .owl-controls{margin:0;}
.owl-demo2 .owl-pagination {
    display: none;
}
.testimonials {
    position: relative;
    padding-bottom: 50px;
}
.inner-testimonials .owl-dots {
     display: none;
}
.custome_slide.owl-carousel .owl-item.active.center .main-reviewimage {
     border: 0px solid #fff;
}
.main-reviewimage {
    height: 310px;
    width: 100%;
    background: #000;
    position: relative;
     border-radius: 15px;
}
.main-reviewimage img {
     opacity: 0.3;
}
#slide-testimonal .active.center .main-reviewimage img {
     opacity: 1;
}
.test_img {
     position: relative;
     opacity: 1;
     -webkit-transition: .4s ease all;
     transition: .4s ease all;
     margin: 0 -45px;
     margin-top: 40px;
     overflow: visible;
}
.inner-testimonials {
     width: 100%;
     max-width: 680px;
     margin: 0 auto;
}
#slide-testimonal .center .test_img:before {
     content: none;
     transition: 0.7s ease-in-out;
}
.test_img img {
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}
body {
     font-family: tahoma;
}
.custome_slide.owl-carousel .owl-item.active.center {
     transform: scale(1.3);
     margin-top: 0 !important;
     position: relative;
     z-index: 999;
     -webkit-transform: scale(1);
     transform: scale(1);
}
.custome_slide.owl-carousel .owl-item {
     transform: scale(0.7);
     padding: 10px 0px;
     transition: all 0.5s;
}
 .testimonial_detail {
     text-align: center;
}
.testimonial_detail {
    transform: scale(1) !important;
    width: 675px;
    position: relative;
    left: -179px;
    margin-top: 20px;
}
.testimonial_detail h4 {
    font-size: 24px !important;
    margin: 0;
    font-weight: bold !important;
    color: #5e5e5e !important;
    margin-bottom: 10px;
}
 .testimonial_detail p {
     color: #2b2a28;
     font-size: 16px;
}
 .testimonial_detail p a.read-more {
    color: #c74293;
}

.custome_slide.owl-carousel .active .testimonial_detail {
     display: none;
}
.custome_slide.owl-carousel .owl-item .testimonial_detail{
  display: none;
}
.custome_slide.owl-carousel .active.center .testimonial_detail {
     display: block !important;
}

section.testimonials .inner-testimonials div#slide-testimonal .owl-nav {
    position: absolute;
    top: 180px;
    display: flex;
    width: 100%;
}
section.testimonials .inner-testimonials div#slide-testimonal .owl-nav .owl-next,
 section.testimonials .inner-testimonials div#slide-testimonal .owl-nav .owl-prev {
    background: #eee;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    border-radius: 10px;
}
section.testimonials .inner-testimonials div#slide-testimonal .owl-nav .owl-prev {
    left: -70px;
}
section.testimonials .inner-testimonials div#slide-testimonal .owl-nav .owl-next{
  right: -70px;
}
@media only screen and (max-width:767px){
  .main-reviewimage {
    height: 400px;
    width: 425px;
    margin: 0 auto;
    display: block;
  }
  .testimonial_detail {
    left: inherit;
    width: 100%;
  }

}
.owl-item a{color:#000;}
.owl-demo2 .owl-prev {
    background: url(../images/left_arrow2.png) left center no-repeat!important;
    width:14px;
    height:24px;
    position: absolute;
    left:20px;
    top:28%;
	font-size:0px!important;
	margin:0;
	opacity: inherit!important;
	margin-top:-24px;
}
.owl-demo2 .owl-next {
    background: url(../images/right_arrow.png) left center no-repeat!important;
    width:14px;
    height:24px;
    position: absolute;
    right:0px;
    top:28%;
	font-size:0px!important;
	margin:0;
	opacity: inherit!important;
	margin-top:-24px;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-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;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.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);
}

/*==================Thim css===================*/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#5f8beb;
	margin-top:50px;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


.owlbox {
    display: block;
}
.owlbox.content-full{
	align-items: unset;
}
.vid-test-m--image {
    position: relative;
}
.owlbox a.videothumb {
    width: 100%;
    position:relative;
    height: 300px;
}
.owlbox .vid-test-m--text {
    width: 100%;
}
.vid-test-m--text p {
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.vid-test-m--text:hover p {
	color: #226f7d;
}
.vid-test-m--text p.show-read-more a.read-more {
    color: #992165;
    font-weight: bold;
    font-size: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #226f7d !important;
}
ul.owl-demo2.owl-carousel.owl-theme .owl-item .owlbox {
    box-shadow: 0 0 10px #e6e6e6;
}
.owlbox .vid-test-m--text {
    width: 100%;
    padding: 20px 16px;
    position: relative;
    min-height: 250px;
}
.carousel_box ul li {
    max-width: 100%;
}
.carousel_box ul li img {
    width: 100%;
    border-radius:10px;
    height: 300px;
    object-fit: cover;
}
.owlbox .vid-test-m--text p.client-name {
    font-style: inherit;
    font-weight: bold;
    color: #226f7d;
    display: block;
}

/*.owlbox .vid-test-m--text:before{
	content: "";
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 40px;
	background-image: url(https://test-gcp-cdn.xyz/iqzoo/wp-content/uploads/2021/01/pattern-quotes.png);
	background-repeat: no-repeat;
	background-size: 80px;
	z-index: 0;
}*/
.owl-demo2 .owl-prev {
    left: -30px;
}
.owl-demo2 .owl-next {
    right: -30px;
}
.owl-demo2 .owl-prev,
.owl-demo2 .owl-next{
	top: 25% !important;
}
.owl-demo2 .owlbox.content-full .owl-prev,
.owl-demo2 .owlbox.content-full .owl-next{
	top: 28% !important;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}
.carousel_box ul li .owlbox img.imgalone {
    object-fit: contain;
    max-width: 100%;
    height: 300px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.show-read-more .more-text{
        display: none;
    }
@media screen and (max-width:768px){
	.carousel_box ul li{max-width:initial;}
	.text{top:0}
	.owlbox a.videothumb {
    width: 100%;
}
section.testimonials .inner-testimonials div#slide-testimonal .owl-nav {
    position: static;
    justify-content: center;
    margin-bottom: 20px;
}
section.testimonials .inner-testimonials div#slide-testimonal .owl-nav .owl-next, section.testimonials .inner-testimonials div#slide-testimonal .owl-nav .owl-prev {
    position: static;
}
section.testimonials .inner-testimonials div#slide-testimonal .owl-nav .owl-prev {
    margin-right: 10px;
}
.testimonial_detail {
    transform: scale(1) !important;
    max-width: 680px;
    position: relative;
    left: 0;
    margin-top: 20px;
}

}

@media screen and (max-width:740px){
.test_img {
    margin: 20px 0 0px;
}
.main-reviewimage {
    width: 100%;
}
}
@media screen and (max-width:600px){
.owlbox {
    display: block;
    flex-direction: column;
}
.owlbox .vid-test-m--image {
    width: 100%;
    position: relative;
}
.vid-test-m--text p {
    font-size: 16px;
    line-height: 25px;
}
.owlbox .vid-test-m--text:before{
	top: 30px;
	left: 0px;
}

}
@media screen and (max-width:480px){
.main-reviewimage {
    height: 300px;
    margin: 0 auto;
    display: block;
}
}