/*** 

====================================================================
	Slider One
====================================================================

***/

.about-one{
	position: relative;
	padding: 110px 0px 80px;
	background-color: var(--color-four);
}

.about-one_video-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.about-one_video-column-inner{
	position: relative;
}

.about-one_video{
	position: relative;
	display: inline-block;
}

.about-one_video img{
	position: relative;
	width: 100%;
	display: block;
}

.about-one_play{
	position:absolute;
	top: 40%;
	right:-35px;
	width:70px;
	height:70px;
	font-weight:800;
	line-height:70px;
	text-align:center;
	border-radius:150px;
	display:inline-block;
	color: var(--white-color);
	font-size:var(--font-18);
	font-family: 'Font Awesome 5 Pro';
	transform: translateY(-35px);
	background-color: var(--main-color);
	
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.about-one_play:hover{
	color: var(--white-color);
	background-color: var(--color-two);
}

.about-one_play .ripple,
.about-one_play .ripple:before,
.about-one_play .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:70px;
	height:70px;
	border-radius:150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-one_play .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.about-one_play .ripple:after{
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.about-one_content-column{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.about-one_content-inner{
	position: relative;
}

.about-one_block{
	position: relative;
	margin-bottom: var(--margin-bottom-50);
}

.about-one_block-inner{
	position: relative;
	padding-left: 260px;
}

.about-one_block-icon{
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1em;
	color: var(--main-color);
	font-size: var(--font-50);
	font-family: "Flaticon";
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.about-one_block-inner:hover .about-one_block-icon{
	animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
}

.about-one_block-heading{
	position: absolute;
	left: 80px;
	font-weight: 600;
}

.about-one_block-text{
	position: relative;
	line-height: 28px;
	font-size: var(--font-15);
	color: var(--color-three);
}

.about-one_author{
	position: relative;
	overflow: hidden;
	padding-left: 265px;
	color: var(--color-five);
	font-size: var(--font-14);
	text-transform: capitalize;
	margin-top: 70px;
}

.about-one_author strong{
	position: relative;
	display: block;
	font-weight: 600;
	color: var(--color-two);
	font-size: var(--font-24);
	margin-top: var(--margin-top-15);
}

.about-one_author::before{
	position: absolute;
	content: "\f144";
	right: 0px;
	top: 0px;
	font-weight: 300;
	line-height: 1em;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-60);
	font-family: "Flaticon";
	transform: rotate(-45deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.about-one_author:hover::before{
	top: -150px;
}

.about-one_author-arrow{
	position: absolute;
	right: 0px;
	top: 150px;
	line-height: 1em;
	color: var(--color-two);
	font-size: var(--font-60);
	font-family: "Flaticon";
	transform: rotate(-45deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.about-one_author-arrow:hover{
	color: var(--main-color);
}

.about-one_author:hover .about-one_author-arrow{
	top: 0px;
} 

@media only screen and (max-width: 1540px){
	
	
	
}

@media only screen and (max-width: 1450px){
	
	
	
}
	
@media only screen and (max-width: 1340px){

	
	
}

@media only screen and (max-width: 1200px){
	
	

}

@media only screen and (max-width: 1140px){
	
	

}

@media only screen and (min-width: 768px){
	
	
	
}

@media only screen and (max-width: 1023px){
	
	.about-one_author{
		padding-left: var(--padding-zero);
	}
	
}

@media only screen and (max-width: 900px){
	
}

@media only screen and (max-width: 767px){
	
	.about-one_block-inner{
		padding-left: var(--padding-zero);
	}

	.about-one_block-icon{
		position: relative;
		margin-bottom: var(--margin-bottom-30);
	}

	.about-one_block-heading{
		position: relative;
		left: 0px;
		margin-bottom: var(--margin-bottom-15);
	}

	.about-one_author{
		margin-top: var(--margin-top-30);
	}

}

@media only screen and (max-width: 599px){
	
	.about-one_play{
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

}

@media only screen and (max-width: 479px) {
	
	.about-one_author::before{
		top: auto;
		bottom: 0px;
		font-size: var(--font-40);
	}

}