.video-testimonial-slider-module {
	border-radius: 120px 120px 0 0;
	padding: 50px 20px;
}
.video-testimonial-slider-module .top-section {
	margin-bottom: 50px;
}
.video-testimonial-slider-module .box {
	padding-top: 25px;
}
.video-testimonial-slider-module .box .image-box {
	border-radius: 14px;
	display: block;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.video-testimonial-slider-module .box .image-box .image-relative {
	position: relative;
	z-index: 1;
}
.video-testimonial-slider-module .box .image-box .image-relative img {
	display: block;
	border-radius: 14px;
	width: 500px !important;
}
@media (min-width: 1200px) {
	.video-testimonial-slider-module .box .image-box .image-relative {
		width: fit-content;
		overflow: hidden;
	}
	.video-testimonial-slider-module .box .image-box .image-relative img {
		overflow: hidden;
		width: fit-content;
	}
}
.video-testimonial-slider-module .box .image-box .overlay {	
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(14, 26, 40, 0.35);
	border-radius: 15px;
}
.video-testimonial-slider-module .box .image-box .play-text-flex {
	padding: 26px 25px;	
	color: #fff;
	display: flex;
	gap: 10px;
	transition: all .3s ease;
}
.video-testimonial-slider-module .box .image-box .popup-video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-decoration: none;
}
.video-testimonial-slider-module .box .desc i {
	font-size: 36px;
}
.video-testimonial-slider-module .content-box {
	transition: all .4s;
	display: flex;
  justify-content: center;
	gap: 15px;
	align-items: center;
/* 	box-shadow: 0px 15px 70px -10px #0000001A; */

}

.carousel-position-social{
	position: relative;
  margin-top: -90px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
	width: 100%;
}

.carousel-position-social .social-icons-links{
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  gap: 12px;
}

.carousel-position-social .social-icons-links a{
  background: #fff;
  padding: 10px 18px;
  border-radius: 35px;
}

.carousel-position-social .social-icons-links a:hover{
	background: #80d34e;
}

.cards-name-position{
	box-shadow: 0px 7px 30px -5px #0000001A;
	padding: 20px;
	border-radius: 10px;
	z-index: 5;
	background: #fff;
  text-align: center;

}

.video-testimonial-slider-module .content-box .star-flex {
	display: flex;
	gap: 5px;
}
.video-testimonial-slider-module .content-box .star-flex i {
	color: #EB6D1E;
}
.video-testimonial-slider-module .content-box .star-flex .d-none {
	display: none;
}
.video-testimonial-slider-module .content-box.box-shadow {
	box-shadow: 3px 3px 30px -7px #0000001A;
}
.video-testimonial-slider-module .content-box img {
	height: 60px;
	width: 60px;

}
.video-testimonial-slider-module .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

/* Logo Grid ITem */
.testimonial-grid .flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	align-items: center;
	margin-left: -16px;
	margin-right: -16px;
}
.testimonial-grid .flex .flex-item {
	flex-basis: 33.333%;
	-moz-flex-basis: 33.333%;
	-webkit-flex-basis: 33.333%;
	-o-flex-basis: 33.333%;
	padding-right: 16px;
	padding-left: 16px;
}
@media (max-width: 800px) {
	.testimonial-grid .flex .flex-item {
		flex-basis: 50%;
		-moz-flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-o-flex-basis: 50%;
	}
}
@media (max-width: 650px) {
	.testimonial-grid .flex { 
		display: block;
		margin: 0;
	}
	.testimonial-grid .flex .flex-item {
		padding: 0;
	}
	.testimonial-grid .flex .flex-item:not(:last-child) {
		margin-bottom: 20px;
	}
}
/* End of Logo Grid  */

@media only screen and (max-width: 768px) {
.carousel-position-social {
    margin: -80px 10px 20px;
    position: relative;
}
}


/* new css */
.cards-carousel h2.title {
    font-size: 46px;
    font-weight: 700;
    margin-top: 1rem;
}

.social-icons-links a svg,
.social-icons-links a png,
.social-icons-links a webp,
.social-icons-links a jpg,
.social-icons-links a jpeg{
	width: 0.7rem;
}

.testimonial-slider .content-box .position, .testimonial-slider .content-box .ccs-org-name{
	font-size:14px;
}

.testimonial-slider .content-box .name-position{
	    min-height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
}