
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*================================================
Default CSS
=================================================*/
:root {
	--mainColor: #058d9f;
	--secondaryColor: #f9bb4e;
	--whiteColor: #fff;
	--blackColor: #222;
	--fontSize: 16px;
	--fontWeight: 500;
	--transition: .5s;
	--box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}

.bg-color {
	background-color: #f6f7fa;
}

/* Padding Top & Bottom */
.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.ptb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Magnific Popup CSS */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	background-color: transparent;
	font-size: 28px;
}

.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
	background-color: transparent;
}

.mfp-wrap .mfp-container .mfp-arrow {
	background-color: transparent;
	width: 90px;
}

.mfp-wrap .mfp-container .mfp-arrow:hover {
	background-color: transparent;
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
	top: 46%;
}

/* Section Title */
.section-title {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}

.section-title h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0;
}

.section-title.white-title h2 {
	color: var(--whiteColor);
}

.section-title.white-title p {
	color: var(--whiteColor);
}

.section-title p, .elementor-widget-container .section-title p {
	margin-top: 12px;
}

/* Content Center */
.star-content-center {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/* Star Default Button */
.star-default-btn {
	display: inline-block;
	text-align: center;
	color: var(--whiteColor);
	border: 2px solid var(--mainColor);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	position: relative;
	z-index: 1;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px #ebebeb;
	box-shadow: 3px 3px #ebebeb;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 58px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: 600;
}

.star-default-btn.no-icon {
	padding-left: 40px;
	padding-right: 40px;
}

.star-default-btn i {
	position: absolute;
	left: 30px;
	top: 50%;
	right: initial;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	margin-top: 1px;
}

.star-default-btn::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--mainColor);
	z-index: -1;
	content: "";
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.star-default-btn:hover {
	color: var(--mainColor);
	border: 2px solid var(--mainColor);
	background-color: transparent;
}

.star-default-btn:hover::before {
	opacity: 0;
	visibility: hidden;
}

/* Star Primary Button */
.star-primary-btn {
	background: var(--mainColor);
	z-index: 1;
	border: none;
	border-radius: 5px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 58px;
	padding-right: 30px;
	display: inline-block;
	color: var(--whiteColor);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	font-size: 16px;
	font-weight: 600;
}

.star-primary-btn.no-icon {
	padding-left: 40px;
	padding-right: 40px;
}

.star-primary-btn i {
	position: absolute;
	left: 30px;
	top: 50%;
	right: initial;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	margin-top: 1px;
}

.star-primary-btn:hover {
	color: var(--whiteColor);
}

.star-primary-btn::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 5px;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background-color: var(--blackColor);
}

.star-primary-btn:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Star Secondary Button */
.star-secondary-btn {
	display: inline-block;
	text-align: center;
	color: var(--whiteColor);
	border: 2px solid #fff;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	position: relative;
	z-index: 1;
	border-radius: 50px;
	-webkit-box-shadow: 3px 3px #ebebeb;
	box-shadow: 3px 3px #ebebeb;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 58px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: 600;
}

.star-secondary-btn.no-icon {
	padding-left: 40px;
	padding-right: 40px;
}

.star-secondary-btn i {
	position: absolute;
	left: 30px;
	top: 50%;
	right: initial;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	margin-top: 1px;
}

.star-secondary-btn::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	z-index: -1;
	content: "";
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.star-secondary-btn:hover {
	color: #fff;
	border: 2px solid var(--mainColor);
	background-color: var(--mainColor);
}

.star-secondary-btn:hover::before {
	opacity: 0;
	visibility: hidden;
}

.btn-area {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Custom Animation */
.custom_animation1 {
	backface-visibility: hidden;
	animation: jumping_animation 3s ease-in-out .5s infinite alternate;
	animation-delay: .5s;
	transition: all .5s ease 5s;
	user-select: none;
}

.custom_animation_2 {
	backface-visibility: hidden;
	animation: jumping_animation2 3s ease-in-out .5s infinite alternate;
	animation-delay: .5s;
	transition: all .5s ease 5s;
	user-select: none;
}

.custom-animation {
	backface-visibility: hidden;
	animation: jumping 3s ease-in-out .5s infinite alternate;
	animation-delay: .5s;
	transition: all .5s ease 5s;
	user-select: none;
}

.custom-animation1 {
	backface-visibility: hidden;
	animation: jumping1 3s ease-in-out .5s infinite alternate;
	animation-delay: .5s;
	transition: all .5s ease 5s;
	user-select: none;
}

.custom-animation2 {
	backface-visibility: hidden;
	animation: jumping2 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 1s ease 3s;
	user-select: none;
}

.custom-animation3 {
	backface-visibility: hidden;
	animation: jumping3 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 7s ease 2s;
	user-select: none;
}

.custom-animation4 {
	backface-visibility: hidden;
	animation: jumping4 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 8s ease 4s;
	user-select: none;
}

.custom-animation5 {
	backface-visibility: hidden;
	animation: jumping4 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 8s ease 4s;
	user-select: none;
}

.custom-animation6 {
	backface-visibility: hidden;
	animation: jumping6 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 8s ease 4s;
	user-select: none;
}

.custom_animation_icon {
	backface-visibility: hidden;
	animation: custom_animation_icon1 9s ease-in-out 2s infinite alternate;
	animation-delay: 1s;
	transition: all 8s ease 4s;
	user-select: none;
}

@keyframes jumping_animation {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: .8;
	}
	
	50% {
		transform: translateY(-25px) translateX(-25px) rotate(5deg) scale(.75);
		opacity: .9;
	}
	
	100% {
		transform: translateY(-25px) translateX(-25px) rotate(0) scale(1);
		opacity: .85;
	}
}

@keyframes jumping_animation2 {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: .8;
	}
	
	50% {
		transform: translateY(-10px) translateX(-10px) rotate(2deg) scale(.9);
		opacity: .9;
	}
	
	100% {
		transform: translateY(-20px) translateX(-20px) rotate(0) scale(1);
		opacity: .85;
	}
}

@keyframes jumping {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: .8;
	}
	
	50% {
		transform: translateY(-25px) translateX(-25px) rotate(15deg) scale(.95);
		opacity: .9;
	}
	
	100% {
		transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
		opacity: .85;
	}
}

@keyframes jumping1 {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: .8;
	}
	
	50% {
		transform: translateY(-15px) translateX(-15px) rotate(5deg) scale(.95);
		opacity: .9;
	}
	
	100% {
		transform: translateY(-15px) translateX(-15px) rotate(5deg) scale(1);
		opacity: .85;
	}
}

@keyframes jumping {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: .8;
	}
	
	50% {
		transform: translateY(-15px) translateX(-15px) rotate(15deg) scale(.95);
		opacity: .9;
	}
	
	100% {
		transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
		opacity: .85;
	}
}

@keyframes jumping2 {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: .5;
	}
	
	25% {
		transform: translateY(-30px) translateX(10px) rotate(20deg) scale(.8);
		opacity: .8;
	}
	
	50% {
		transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.7);
		opacity: .8;
	}
	
	75% {
		transform: translateY(30px) translateX(20px) rotate(20deg) scale(.75);
		opacity: .7;
	}
	
	100% {
		transform: translateY(-15px) translateX(15px) rotate(0) scale(.75);
		opacity: .9;
	}
}

@keyframes jumping3 {
	0% {
		transform: translateY(10px) translateX(0) rotate(0) scale(1);
		opacity: .9;
	}
	
	20% {
		transform: translateY(20px) translateX(10px) rotate(-20deg) scale(.8);
		opacity: .8;
	}
	
	40% {
		transform: translateY(15px) translateX(-15px) rotate(10deg) scale(.75);
		opacity: .8;
	}
	
	40% {
		transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(.5);
		opacity: 1;
	}
	
	80% {
		transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(.75);
		opacity: .6;
	}
	
	100% {
		transform: translateY(15px) translateX(15px) rotate(0) scale(.95);
		opacity: .7;
	}
}

@keyframes jumping4 {
	0% {
		transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
		opacity: .7;
	}
	
	25% {
		transform: translateY(-20px) translateX(10px) rotate(50deg) scale(.6);
		opacity: .8;
	}
	
	50% {
		transform: translateY(15px) translateX(-15px) rotate(20deg) scale(.5);
		opacity: .9;
	}
	
	75% {
		transform: translateY(30px) translateX(20px) rotate(50deg) scale(.75);
		opacity: .7;
	}
	
	100% {
		transform: translateY(-15px) translateX(15px) rotate(0) scale(.5);
		opacity: .9;
	}
}

@keyframes jumping5 {
	0% {
		transform: rotate(180deg);
		display: block;
	}
	
	100% {
		transform: rotate(30deg);
		display: block;
	}
}

@keyframes jumping6 {
	0% {
		transform: rotate(180deg) translate(-20px, 20px);
		display: block;
	}
	
	100% {
		transform: rotate(30deg) translate(0px, 0px);
		display: block;
	}
}

@keyframes custom_animation_icon1 {
	0% {
		transform: translateY(0px) translateX(0) rotate(0) scale(1);
		opacity: .8;
	}
	
	50% {
		transform: translateY(-15px) translateX(-15px) rotate(15deg) scale(.95);
		opacity: .9;
	}
	
	100% {
		transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
		opacity: .85;
	}
}

@-webkit-keyframes circleAnimation {
	0%, 100% {
		border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
		-webkit-transform: translate3d(0, 0, 0) rotateZ(.01deg);
		transform: translate3d(0, 0, 0) rotateZ(.01deg);
	}
	
	34% {
		border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
		-webkit-transform: translate3d(0, 5px, 0) rotateZ(.01deg);
		transform: translate3d(0, 5px, 0) rotateZ(.01deg);
	}
	
	50% {
		-webkit-transform: translate3d(0, 0, 0) rotateZ(.01deg);
		transform: translate3d(0, 0, 0) rotateZ(.01deg);
	}
	
	67% {
		border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
		-webkit-transform: translate3d(0, -3px, 0) rotateZ(.01deg);
		transform: translate3d(0, -3px, 0) rotateZ(.01deg);
	}
}

/*================================================
Photo Gallery Area CSS
=================================================*/
.image-gallery-area .gallery-g-mb-30, .image-gallery-mansory-area .gallery-g-mb-30 {
	margin-bottom: 24px;
}

.image-gallery-area, .image-gallery-mansory-area {
	overflow: hidden;
}

.image-gallery-area .gallery, .image-gallery-mansory-area .gallery {
	position: relative;
}

.image-gallery-area .gallery .full-screen, .image-gallery-mansory-area .gallery .full-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	opacity: 0;
}

.image-gallery-area .gallery .full-screen i, .image-gallery-mansory-area .gallery .full-screen i {
	font-size: 50px;
	color: var(--whiteColor);
}

.image-gallery-area .gallery:hover .full-screen, .image-gallery-mansory-area .gallery:hover .full-screen {
	background-color: rgba(0, 0, 0, .5);
	opacity: 1;
}

.admin-bar .mfp-wrap.mfp-gallery {
	margin-top: 32px;
}

.elementor-lightbox {
	display: none !important;
}

.image-gallery-area .row {
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.image-gallery-mansory-area .gallery .full-screen {
	left: 11px;
	right: 11px;
	width: 94%;
}

@media only screen and (max-width: 767px) {
	.image-gallery-mansory-area .gallery .full-screen {
		width: 93%;
	}
	
	.image-gallery-area .gallery-g-mb-30, .image-gallery-mansory-area .gallery-g-mb-30 {
		margin-bottom: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.image-gallery-mansory-area .gallery .full-screen {
		width: 94%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.image-gallery-mansory-area .gallery .full-screen {
		width: 93%;
	}
}

/*================================================
Video Gallery Area CSS
=================================================*/
.video-btn-one {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 0;
	color: var(--mainColor);
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 50%;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.video-btn-one i {
	font-size: 40px;
	color: var(--mainColor);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.video-btn-one::after, .video-btn-one::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 0;
	border-radius: 50%;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	background-color: rgba(255, 255, 255, .9);
}

.video-btn-one:hover::before, .video-btn-one:hover::after {
	background-color: rgba(255, 255, 255, .9);
}

@-webkit-keyframes ripple {
	0%, 35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes ripple {
	0%, 35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .8;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

/*
Video wave Style*/
.video-btn-two span {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	content: "";
	display: block;
	border-radius: 50%;
	width: 90px;
	height: 90px;
}

.video-btn-two span::after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: .1px solid var(--mainColor);
	-webkit-animation: videoTwo 8s linear infinite;
	animation: videoTwo 8s linear infinite;
}

.video-btn-two span::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: .1px solid var(--mainColor);
	-webkit-animation: videoTwo 8s linear infinite;
	animation: videoTwo 8s linear infinite;
}

.video-btn-two span:nth-child(1)::after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.video-btn-two span:nth-child(1)::before {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.video-btn-two span:nth-child(2)::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.video-btn-two span:nth-child(2)::before {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.video-btn-two span:nth-child(3)::after {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.video-btn-two span:nth-child(3)::before {
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}

.video-btn-two span:nth-child(4)::after {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.video-btn-two i {
	width: 90px;
	height: 90px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: var(--whiteColor);
	color: var(--mainColor);
	border: 5px solid var(--mainColor);
	font-size: 60px;
}

.video-btn-two.video-btn-3 i {
	color: var(--mainColor);
	border-color: var(--mainColor);
}

.video-btn-two.video-btn-3 span::before {
	border: .1px solid var(--mainColor);
}

.video-btn-two.video-btn-3 span::after {
	border: .1px solid var(--mainColor);
}

@-webkit-keyframes videoTwo {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate(-50%, -50%) scale(5);
		transform: translate(-50%, -50%) scale(5);
		opacity: 0;
	}
}

@keyframes videoTwo {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate(-50%, -50%) scale(5);
		transform: translate(-50%, -50%) scale(5);
		opacity: 0;
	}
}

.video-content {
	max-width: 1010px;
	margin: auto;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	z-index: 1;
}

.video-content.bg-2 {
	background-image: unset;
	padding: 0;
}

.video-content.bg-2 img {
	border-radius: 50%;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
	border: 5px solid var(--whiteColor);
}

.video-content.bg-2::before {
	display: none;
}

.video-content.bg-2 .video-btn-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-content.bg-5 {
	border: 5px solid var(--whiteColor);
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
}

.video-content.bg-5::before {
	display: none;
}

.video-content.bg-5 .video-btn-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-content.bg-6 {
	border-radius: 0;
}

.video-content.bg-6::before {
	display: none;
}

.video-content.bg-7 {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
	border-radius: 15px;
}

.video-content.bg-7::before {
	display: none;
}

.video-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: linear-gradient(45deg, #38c8f3 0%, #38c8f3 0%, #397fe7 100%);
	opacity: .9;
	z-index: -1;
}

.video-content h3 {
	color: var(--whiteColor);
	font-size: 40px;
	margin-bottom: 0;
	margin-top: 30px;
}

.video-bg {
	padding-left: 50px;
	background-color: #fff7f2;
	border-radius: 0 225px 225px 0;
}

.video-bg p {
	padding-right: 50px;
	font-size: 16px;
}

.video-bg h3, .video-content h3 {
	font-size: 36px;
	margin-bottom: 20px;
}

.video-bg .video-btn-one i {
	color: #d14327;
}

.video-area-style-three {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
	z-index: 1;
}

.video-area-style-three::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
}

.video-area-style-three .video-bg {
	background-color: transparent;
	padding-left: 0;
}

.video-area-style-three .video-bg h3 {
	color: var(--whiteColor);
}

.video-area-style-three .video-bg p {
	color: var(--whiteColor);
}

.video-style-four .video-bg {
	background-color: transparent;
	padding-left: 0;
}

.video-style-four .bg-4 {
	background-image: unset;
	padding: 0;
	position: relative;
}

.video-style-four .bg-4::before {
	display: none;
}

.video-style-four .bg-4 .video-btn-center {
	position: absolute;
	bottom: 200px;
	right: 200px;
}

.video-style-four .video-play-btn i {
	top: -12px;
}

.video-play-btn {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 70px;
	display: inline-block;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-color: #db3945;
	color: var(--mainColor);
	border: 5px solid #464d4b;
}

.video-play-btn i {
	position: relative;
	top: -7px;
	left: 4px;
	color: var(--whiteColor);
}

.video-area-style-five .video-content {
	border-radius: 0;
}

.video-area-style-five .video-content::before {
	display: none;
}

.video-area-style-five {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}

.video-area-style-five::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fff;
	z-index: -1;
}

.video-area-style-five::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
}

.video-area-style-six .video-bg {
	background-color: var(--whiteColor);
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
}

.video-area-style-seven .video-bg {
	background-color: var(--whiteColor);
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
}

.video-area-style-seven .video-content-wrap {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 50px 40px;
	border-radius: 0 10px 10px 0;
}

.video-area-style-seven .pl-0 {
	padding-left: 0;
}

.video-area-style-seven .pr-0 {
	padding-right: 0;
}

.video-area-style-seven .video-content {
	position: relative;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.video-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.video-content h3 {
		font-size: 22px;
		margin-top: 30px;
	}
	
	.video-btn-one {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	
	.video-btn-one i {
		font-size: 30px;
	}
	
	.video-bg {
		padding: 15px;
		padding-top: 30px;
		padding-bottom: 30px;
		border-radius: 0;
	}
	
	.video-bg h3 {
		font-size: 20px;
		margin-top: 10px;
		margin-top: 0;
	}
	
	.video-bg p {
		padding: 0;
		margin-bottom: 20px;
	}
	
	.video-area-style-three {
		padding-top: 0;
		padding-bottom: 40px;
	}
	
	.video-area-style-three .video-bg {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.video-area-style-three .video-bg p {
		margin-bottom: 50px;
	}
	
	.video-content.bg-2 {
		margin-top: 10px;
	}
	
	.video-style-four .video-bg {
		padding: 0;
	}
	
	.video-area-style-five {
		padding-top: 60px;
	}
	
	.video-style-four .video-bg p {
		margin-bottom: 0;
	}
	
	.video-area-style-seven .video-bg {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	.video-area-style-seven .video-content-wrap {
		padding: 15px;
	}
	
	.video-area-style-seven .pr-0 {
		padding-right: 12px !important;
	}
	
	.video-area-style-seven .pl-0 {
		padding-left: 12px !important;
	}
	
	.video-area-style-seven .video-bg {
		padding-right: 0;
	}
	
	.video-area-style-seven .video-bg p {
		margin-bottom: 0;
	}
	
	.video-area-style-seven.bg-shape {
		padding-bottom: 60px;
	}
	
	.video-area-style-seven.bg-shape::before {
		display: none;
	}
	
	.video-area-style-seven .video-content-wrap {
		margin-top: 30px;
		border-radius: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-content {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.video-content h3 {
		font-size: 22px;
		margin-top: 30px;
	}
	
	.video-btn-one {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	
	.video-btn-one i {
		font-size: 30px;
	}
	
	.video-bg {
		padding: 20px;
		padding-top: 60px;
		padding-bottom: 60px;
		border-radius: 0;
	}
	
	.video-bg h3 {
		font-size: 22px;
		margin-top: 10px;
		margin-top: 0;
	}
	
	.video-bg p {
		padding: 0;
		margin-bottom: 30px;
	}
	
	.video-area-style-three {
		padding-top: 0;
		padding-bottom: 40px;
	}
	
	.video-area-style-three .video-bg {
		padding-right: 0;
	}
	
	.video-content.bg-2 {
		margin-top: 30px;
	}
	
	.video-style-four .video-bg {
		padding: 0;
	}
	
	.video-area-style-five {
		padding-top: 30px;
	}
	
	.video-style-four .video-bg p {
		margin-bottom: 0;
	}
	
	.video-area-style-seven .video-bg {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	.video-area-style-seven .video-content-wrap {
		padding: 15px;
	}
	
	.video-area-style-seven .pr-0 {
		padding-right: 12px !important;
	}
	
	.video-area-style-seven .pl-0 {
		padding-left: 12px !important;
	}
	
	.video-area-style-seven .video-bg {
		padding-right: 0;
	}
	
	.video-area-style-seven .video-bg p {
		margin-bottom: 0;
	}
	
	.video-area-style-seven.bg-shape {
		padding-bottom: 60px;
	}
	
	.video-area-style-seven.bg-shape::before {
		display: none;
	}
	
	.video-area-style-seven .video-content-wrap {
		margin-top: 30px;
		border-radius: 10px;
	}
}
