.cm-about-icon-wrapper {
	padding-top: 40px;
}

.cm-about-icon-item {
	width: calc(33.33% - 30px);
	margin: 0 15px 35px;
}

.cm-about-icon-item .cm-content {
	padding-left: 10px;
}

.cm-about-icon-item .cm-content h4 {
	font-size: 18px;
	padding-bottom: 10px;
}

.padding-top {
	padding-top: 150px;
}

/* About Timeline */

.cm-about-timeline-container,
.cm-about-timeline-wrapper {
	position: relative;
}

.cm-about-timeline-wrapper .cm-content,
.cm-about-timeline-bg {
	position: absolute;
}

.cm-about-timeline-bg-1 {
	left: 0;
	bottom: 30px;
}

.cm-about-timeline-bg-2 {
	right: 0;
	top: -180px;
}

.cm-about-timeline-wrapper .cm-about-timeline-item {
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}

.cm-about-timeline-item h3 {
	display: flex;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin: 0 auto;
	border: 6px solid #707070;
}

.cm-about-timeline-item .cm-content {
	position: absolute;
	top: 50%;
	width: calc(50% - 180px);
	font-size: 16px;
	padding: 25px;
	border-radius: 10px;
	max-width: 500px;
	left: calc(50% - 95px);
	transform: translate(-100%, -50%);
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.6);
}

.cm-about-timeline-item:nth-child(even) .cm-content {
	right: calc(50% - 95px);
	left: auto;
	transform: translate(100%, -50%);
}

.cm-about-timeline-item .cm-content:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -17px;
	top: 40px;
	box-sizing: border-box;
	border: 10px solid black;
	border-color: transparent transparent #FDFDFD #FDFDFD;
	transform-origin: 0 0;
	transform: rotate(-132deg);
	box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 10%);
}

.cm-about-timeline-item:nth-child(even) .cm-content:after {
	right: unset;
	left: 2px;
	top: 7px;
	transform: rotate(42deg);
	box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 6%);
}

.cm-about-timeline-wrapper:after {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 0;
	border-right: 1px dashed #000;
	top: 50px;
	z-index: 1;
	transition: all 1000ms linear;
}

.active-section .cm-about-timeline-wrapper:after {
	height: calc(100% - 50px);
}

.cm-about-timeline-wrapper:before {
	content: '';
	position: absolute;
	bottom: -25px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #6c63ff;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	opacity: 0;
	transition: all 500ms ease;
	transition-delay: 1000ms;
}

.active-section .cm-about-timeline-wrapper:before {
	opacity: 1;
}


/* About User Reviews */

.cm-about-reviews-slide {
	border-right: 1px solid #fff;
	padding: 0 25px;
}

.cm-about-reviews-slide:nth-child(3n) {
	border-right: none;
}

.cm-about-reviews-slide:before {
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	background-image: url('../quote.png');
	margin-bottom: 25px;
}

.cm-about-reviews-slide h3 {
	font-size: 20px;
	padding-top: 15px;
}

.cm-about-reviews-slider .slick-arrow {
	right: 50px;
	bottom: 0;
}

.cm-about-reviews-slider {
	padding-bottom: 60px;
}

.cm-about-reviews-wrapper .cm-about-reviews-col {
	position: relative;
}

.cm-about-reviews-slider .slick-prev {
	right: 80px;
}

.cm-about-reviews-wrapper .cm-view-more {
	position: absolute;
	right: 130px;
	bottom: 6px;
	font-size: 16px;
	text-decoration: none;
}


/* About Team */

.cm-about-team-wrapper {
	padding-top: 40px;
}

.cm-about-team-wrapper .cm-about-team-item {
	width: calc(28% - 60px);
	margin: 0 30px;
}

.cm-about-team-wrapper .cm-about-team-item img {
	width: 100%;
}


/* .cm-about-team-wrapper .cm-about-team-item:nth-child(odd) img {
clip-path: polygon(100% 0, 100% 75%, 65% 100%, 0 100%, 0 0);
}

.cm-about-team-wrapper .cm-about-team-item:nth-child(even) img {
clip-path: polygon(65% 0, 100% 24%, 100% 100%, 0 100%, 0 0);
} */

.cm-about-team-wrapper .cm-about-team-item h4 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 5px;
}

.cm-about-team-wrapper .cm-about-team-item span {
	font-weight: 500;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}


/* About Serve */

.cm-about-serve-slider {
	padding: 40px 15px 0;
}

.cm-about-serve-slide .cm-about-serve-inner {
	border: 2px solid #fff;
	padding: 25px;
	border-radius: 10px;
	text-align: center;
}

.cm-about-serve-slide .cm-about-serve-inner img {
	margin: 0 auto 15px;
	width: 80px;
}

.cm-about-serve-slide .cm-about-serve-inner p {
	font-size: 16px;
	font-weight: 500;
}

.cm-about-serve-slider .slick-slide {
	margin: 0 15px;
}

.cm-about-serve-slider .slick-list {
	margin: 0 -15px;
}

.cm-about-serve-slider .slick-prev {
	left: -15px;
	right: unset;
}

.cm-about-serve-slider .slick-next {
	left: unset;
	right: -15px;
}


/* About Partners */

.cm-about-partners-wrapper {
	padding-top: 40px;
	flex-wrap: wrap;
}

.cm-about-partners-wrapper .cm-about-partners-item img {
	width: 80%;
}

.cm-about-partners-wrapper .cm-about-partners-item {
	width: calc(20% - 15px);
	margin: 0 7.5px;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

/* Responsive */

@media(max-width: 1023px) {

	.cm-about-timeline-item .cm-content {
		padding: 10px 15px;
		width: calc(50% - 120px);
	}

	.cm-about-timeline-bg-2 {
		top: -60px;
		height: 100%;
	}

	.cm-about-timeline-bg-1 {
		bottom: 0;
		height: 60%;
	}

	.cm-about-partners-wrapper .cm-about-partners-item {
		width: calc(33.33% - 15px);
	}

}


@media(max-width: 900px) {
	.cm-about-icon-item {
		width: calc(50% - 30px);
	}
}

@media(max-width: 767px) {

	.cm-about-icon-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.cm-about-timeline-item h3 {
		width: 100px;
		height: 100px;
		font-size: 18px;
	}

	.cm-about-timeline-item .cm-content {
		left: calc(50% - 65px);
		width: calc(50% - 100px);
		font-size: 14px;
	}

	.cm-about-timeline-item:nth-child(even) .cm-content {
		right: calc(50% - 65px);
	}

	.padding-top {
		padding-top: 100px;
	}

}

@media(max-width: 600px) {

	.cm-about-timeline-wrapper .cm-about-timeline-item {
		background-color: rgba(255, 255, 255, 0.6);
		box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
		max-width: 100%;
		border-radius: 6px;
		padding: 60px 15px 10px;
		position: relative;
		margin-top: 50px;
	}

	.cm-about-timeline-wrapper:before,
	.cm-about-timeline-wrapper:after,
	.cm-about-timeline-item .cm-content:after {
		content: none;
	}

	.cm-about-timeline-wrapper {
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	.cm-about-timeline-item .cm-content,
	.cm-about-timeline-item:nth-child(even) .cm-content {
		position: static;
		transform: none;
		width: 100%;
		max-width: 100%;
		box-shadow: none;
		padding: 10px 0 0;
	}

	.cm-about-timeline-wrapper .cm-about-timeline-item+.cm-about-timeline-item {
		margin-top: 80px;
	}

	.cm-about-timeline-item h3 {
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
	}

}

@media(max-width: 480px) {

	.cm-about-icon-item {
		margin-bottom: 20px;
		box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
		flex-flow: column;
		border-radius: 6px;
		padding: 10px;
	}

	.cm-about-icon-item .cm-content {
		padding-top: 10px;
	}

	.cm-about-serve-slider {
		padding-top: 20px;
	}

	.cm-about-partners-wrapper .cm-about-partners-item {
		width: calc(50% - 15px);
	}

}

@media(max-width: 420px) {

	.cm-about-partners-wrapper .cm-about-partners-item img {
		width: 100%;
	}

}