.ft-about-section {
	padding: 80px 0px 100px;
}
.ft-about-img-exp {
	padding-top: 100px;
}
.ft-about-exp-area {
	top: 0px;
	right: 0;
	.ft-about-exp-text {
		top: 50px;
		left: 60px;
		max-width: 185px;
		h3 {
			font-size: 18px;
			color: $color-2;
			font-weight: 700;
			span,b {
				font-size: 48px;
			}
		}
		p {
			font-weight: 500;
		}
	}
}
.ft-about-feature-list-warpper {
	padding-top: 35px;
}
.ft-about-feature-list-item {
	padding: 27px 20px 25px 20px;
	border-radius: 6px;
	margin-bottom: 30px;
	box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
	.ft-about-feature-icon {
		width: 55px;
		height: 55px;
		margin-right: 20px;
		border-radius: 100%;
		background-color: #ffebeb;
		transition: 500ms all ease;
		i {
			font-size: 30px;
			line-height: .75;
			color: $base-color;
			transition: 500ms all ease;
		}
	}
	.ft-about-feature-text {
		max-width: 420px;
		h3 {
			color: $color-2;
			font-size: 20px;
			font-weight: 700;
			padding-bottom: 5px;
		}
	}
	&:hover {
		.ft-about-feature-icon {
			background-color: $base-color;
			i {
				color: #fff;
			}
		}
	}
}
.ft-about-section-2 {
	padding: 140px 0px 100px;
}
.ft-about-text-wrapper-2 {
	.ft-section-title-2 {
		h2 {
			max-width: 385px;
		}
	}
}
.ft-about-feature-wrapper-2 {
	margin-top: 40px;
	.ft-about-feature-list-item .ft-about-feature-icon {
		background-color: transparent;
		margin-right: 15px;
	}
	.ft-about-feature-list-item {
		margin-bottom: 0;
		padding: 18px 15px 20px 15px;
	}
	.ft-btn-3 {
		margin-top: 40px;
	}
}
.ft-about-img-2 {
	overflow: hidden;
	border-radius: 8px;
}
.ft-about-img-2-wrapper {
	padding-left: 40px;
	z-index: 1;
	.ft-about-shape1 {
		right: 0;
		top: -30px;
	}
	.ft-about-shape2 {
		left: 0;
		z-index: -1;
		bottom: -40px;
	}
}
.ft-video-section {
	padding-bottom: 105px;
}
@-webkit-keyframes border_animation {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0
	}
}
@-moz-keyframes border_animation {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-moz-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1
	}
	100% {
		-moz-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0
	}
}
@-o-keyframes border_animation {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1
	}
	100% {
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0
	}
}
@keyframes border_animation {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		-webkit-transform: scale(1.24);
		-moz-transform: scale(1.24);
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2.1);
		-moz-transform: scale(2.1);
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0
	}
}
.ft-video-play {
	left: 0;
	top: 50%;
	right: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	transform: translateY(-50%);
	a {
		width: 60px;
		height: 60px;
		margin: 0 auto;
		border-radius: 100%;
		background-color: $base-color;
		i {
			color: #fff;
		}
		.video_btn_border {
			top: 0;
			left: 0;
			opacity: 0;
			width: 100%;
			height: 100%;
			border-radius: 60px;
			position: absolute;
			animation-play-state: running;
			border: 10px solid $base-color;
			animation: border_animation 3.9s linear 0s infinite;
		}
		.video_btn_border.border_wrap-2 {
			animation-delay: 1.3s
		}
	}
}
.ft-about-section-3 {
	padding: 115px 0px;
}
.ft-about-sign-img-text {
	right: 0;
	bottom: -20px;
	position: absolute;
	.sign-shape {
		left: -95px;
		bottom: 10px;
		position: absolute;
	}
	span {
		color: #141415;
		display: block;
		margin-top: 5px;
		font-weight: 700;
	}
}
.ft-about-text-3 {
	.ft-about-sub-text {
		color: #272727;
		font-size: 17px;
		line-height: 1.765;
		padding: 25px 0px 20px;
	}
	.ft-about-feature-text {
		color: #666666;
		font-size: 15px;
		line-height: 1.667;
	}
	.ft-about-btn-group {
		margin-top: 30px;
		a  {
			color: #141415;
			font-size: 14px;
			font-weight: 700;
			padding: 15px 30px;
			margin-right: 25px;
			font-family: $heading;
			border: 2px solid #fa3b0e;
			i {
				 margin-left: 5px;
			}
			&:hover {
				color: #fff;
				border: 2px solid var(--ft-main-theme);
				background-color: var(--ft-main-theme);
			}
		}
	}
}