.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
	height: 2px;
	width: 90%;
	left: 5%;
	background-color: #3f444b;
	z-index: 2;
}
.video-gallery-category { overflow: hidden; }
.video-gallery-category .item { margin: 10px 0; overflow: hidden; position: relative }
.video-gallery-category .item .img {
	overflow: hidden;
	border-radius:5px;
}
.video-gallery-category .item .img img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: -webkit-transform .5s ease-out;
	transition: -webkit-transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out,-webkit-transform .5s ease-out;
	width:100%; height: 100%; object-fit: cover;
}
.video-gallery-category .item .title {
	position: absolute; top:0; left:0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
	padding:20px;
	opacity: 0;
	transition: 0.8s all;
}
.video-gallery-category .item .title h3 {
	margin-top: 70%;
	font-size: 18px; line-height: 25px; letter-spacing: 5px;
	text-align: left;
	color:#fff;
	text-transform: uppercase;
	opacity: 0;
	margin-left: -10px;
	transition: 0.5s all;
}
.video-gallery-category .item .title h3:after {
	content: "";
	display: table;
	margin: 10px 0;
	height: 1px;
	width: 0;
	background: #fff;
	transition: 0.8s all;
}
.video-gallery-category .item:hover .img,
.video-gallery-category .item.active .img {
	box-shadow: 2px 2px 20px #333;
}
.video-gallery-category .item:hover .title,
.video-gallery-category .item.active .title {
	opacity: 1; transition: 0.3s all;
}
.video-gallery-category .item:hover .title h3,
.video-gallery-category .item.active .title h3 {
	opacity: 1;
	margin-left: 0px;
	transition: 0.5s all;
}
.video-gallery-category .item:hover .title h3:after,
.video-gallery-category .item.active .title h3:after {
	width: 100%;
	transition: 0.8s all;
}
.video-gallery-category .item:hover img {
	-webkit-transform: scale(1.03) translateX(1%);
	-ms-transform: scale(1.03) translateX(1%);
	transform: scale(1.03) translateX(1%);
}
.box-person{transition:0.3s;position: relative;top:0px;}
.box-person:hover{transition:0.3s;top:-10px;}
@media (max-width: 768px) {
	.video-gallery-category .item .img {
		box-shadow: 2px 2px 20px #333;
	}
	.video-gallery-category .item .title {
		opacity: 1; transition: 0.3s all;
	}
	.video-gallery-category .item .title h3 {
		opacity: 1;
		margin-left: 0px;
		transition: 0.5s all;
	}
	.video-gallery-category .item .title h3:after {
		width: 100%;
		transition: 0.8s all;
	}
}

.item .play-now {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	border-radius: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;
	opacity: 0.8;
}
.icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 65px;
	width: 65px;
	text-align: center;
	line-height: 65px;
	color: #fff;
	z-index: 1;
	font-size: 20px;
	padding-left: 5px;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
	-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
	-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
	box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
	background-color: var(--theme-color);
	opacity: 0.5;
}
.ripple,
.ripple:before,
.ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 65px;
	width: 65px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 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;
}
.ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}
.ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	background-color: var(--theme-color);
}

@-webkit-keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
p.button_submit_form input {
	background: black;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 10px 40px;
}
p.button_submit_form input:hover{background:grey;}

.social-contact-style3 {
	--social-pc-vertical:100px;
	--social-pc-horizontal:10px;
	--social-mb-vertical:100px;
	--social-mb-horizontal:10px;
	--social-pc-display:block;
	--social-mb-display:block;
	--mainColor: black;
	--txtColor: white;
	position: fixed;
	z-index: 21;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--mainColor);
	transform: translateY(-50%);
	flex-direction: column;
	padding:10px;
}
.social-contact-style3:before, .social-contact-style3:after {
	content: "";
	position: absolute;
	height: 30px;
	width: 60px;
	pointer-events: none;
}
.social-contact-item {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 30px;
	display: flex; align-items: center; justify-content: center;
	background: var(--mainColor);
	position: relative;
	color:var(--txtColor);
	font-size:30px;
	margin: 5px 0;
}
.social-contact-item svg {
	fill: var(--txtColor);
}
.social-contact-item.phone-box {
	animation: play0 1.5s ease infinite
}
@keyframes play0 {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}
@media(min-width: 601px) {
	.social-contact-style3.social-bottomLeft {
		left: 0;
		bottom: var(--social-pc-vertical);
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		animation-name:fadeInLeft;
	}
	.social-contact-style3.social-bottomLeft:before, .social-contact-style3.social-topLeft:before {
		top: -30px;
		left: 0px;
		border-radius: 0 0 0 50px;
		box-shadow: -30px 0 0 0 var(--mainColor);
	}
	.social-contact-style3.social-bottomLeft:after, .social-contact-style3.social-topLeft:after {
		bottom: -30px;
		left: 0px;
		border-radius: 50px 0 0 0;
		box-shadow: -30px 0 0 0 var(--mainColor);
	}
	.social-contact-style3.social-bottomRight {
		right: 0;
		bottom: var(--social-pc-vertical);
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		animation-name:fadeInRight;
	}
	.social-contact-style3.social-bottomRight:before, .social-contact-style3.social-topRight:before {
		top: -30px;
		right: 0px;
		border-radius: 0 0 50px 0;
		box-shadow: 30px 0 0 0 var(--mainColor);
	}
	.social-contact-style3.social-bottomRight:after, .social-contact-style3.social-topRight:after {
		bottom: -30px;
		right: 0px;
		border-radius: 0 50px 0px 0;
		box-shadow: 30px 0 0 0 var(--mainColor);
	}
	.social-contact-style3.social-topLeft {
		left: 0;
		top: var(--social-pc-vertical);
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		animation-name:fadeInLeft;
	}
	.social-contact-style3.social-topRight {
		right: 0;
		top: var(--social-pc-vertical);
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		animation-name:fadeInRight;
	}
}
@media(max-width: 600px) {
	.social-contact-style3 {
		display: var(--social-mb-display)!important;
	}
	.social-contact-style3.social-mb-bottomLeft {
		left: 0;
		bottom: var(--social-mb-vertical);
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		animation-name:fadeInLeft;
	}
	.social-contact-style3.social-mb-bottomRight {
		right: 0;
		bottom: var(--social-mb-vertical);
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		animation-name:fadeInRight;
	}
	.social-contact-style3.social-mb-topLeft {
		left: 0;
		top: var(--social-mb-vertical);
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		animation-name:fadeInLeft;
	}
	.social-contact-style3.social-mb-topRight {
		right: 0;
		top: var(--social-mb-vertical);
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		animation-name:fadeInRight;
	}
	.social-contact-style3.social-mb-bottomLeft:before, .social-contact-style3.social-mb-topLeft:before {
		top: -30px;
		left: 0px;
		border-radius: 0 0 0 50px;
		box-shadow: -30px 0 0 0 var(--mainColor);
	}
	.social-contact-style3.social-mb-bottomLeft:after, .social-contact-style3.social-mb-topLeft:after {
		bottom: -30px;
		left: 0px;
		border-radius: 50px 0 0 0;
		box-shadow: -30px 0 0 0 var(--mainColor);
	}
	.social-contact-style3.social-mb-bottomRight:before, .social-contact-style3.social-mb-topRight:before {
		top: -30px;
		right: 0px;
		border-radius: 0 0 50px 0;
		box-shadow: 30px 0 0 0 var(--mainColor);
	}
	.social-contact-style3.social-mb-bottomRight:after, .social-contact-style3.social-mb-topRight:after {
		bottom: -30px;
		right: 0px;
		border-radius: 0 50px 0px 0;
		box-shadow: 30px 0 0 0 var(--mainColor);
	}
}
