header{display:none;}
footer{display:none;}
.contact-wrp{display:none;}
.copyright{display:none;}
.landing-hero-banner{
	position: relative;
	background: url('../images/body-back.png') 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
}
.landing-hero-center-block{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.landing-hero-content-box{
	max-width: 640px;
}
.landing-hero-content-box .logo-box{
	padding: 30px 0 55px;
}
.landing-hero-content-box .logo-box img{
	height: 79px;
}
.landing-hero-banner-data h1{
	font-size: 55px;
	font-weight: normal;
	color: #fff;
	line-height: 70px;
	margin: 0 0 35px;
}
.landing-hero-banner-data h1 br{display: none;}
.landing-hero-banner-data ul{
	margin: 0 0 50px;
	padding: 0 0 0 35px;
	max-width: 500px;
}
.landing-hero-banner-data ul li{
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	line-height: 35px;	
	position: relative;
	margin: 0;
	display: block;
}
.landing-hero-banner-data ul li span{
	padding: 12px 30px;
	display: block;
	border-radius: 50px;
	transition: .4s linear;
	-webkit-transition: .4s linear;
}
.landing-hero-banner-data ul li:hover span{
	background: #9000FF;
}
.landing-hero-banner-data ul li:after{
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: #9000FF;
	top: 23px;
	left:-30px;
}
.landing-hero-banner-data ul li:last-child{
	margin: 0;
}
.landing-hero-banner-data h3{
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	line-height: 39px;
}
.landing-hero-banner-img{
	position: absolute;
	bottom:230px;
	right: 0;
	z-index: 1;
}
.landing-banner-shap1{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.logo-shap{
	position: absolute;
	top: 0;
	right: 6%;	
	mix-blend-mode: exclusion;
	z-index: 1;
}
.logo-shap img{
	width:85%;
}
.mobile-img{display: none;}

.landing-contact-wrp{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0800DB;
	padding: 50px;
	border-radius: 150px 150px 0 0;
	z-index: 10;
}
.landing-contact-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	max-width: 1300px;
}
.landing-contact-title{
	width: 23%;
	padding: 0 15px;
}
.landing-contact-title h2{
	margin: 0;
	font-size: 67px;
	font-weight: 800;
	color: #ffffff;
	line-height: 66px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}
.landing-contact-form{
	width: 77%;
	padding: 0 15px;
}
.landing-contact-form .row{
	margin: 0 -5px;
}
.landing-contact-form .row .col-md-8,
.landing-contact-form .row .col-md-4{padding: 0 5px;}
.landing-contact-form .form-group{margin: 5px 0 5px;}
.landing-contact-form .form-group .form-control{
	padding: 12px 25px;
	border: none;
	background: #F5F5F5;
	height: auto;
	box-shadow: none;
	outline: none;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 300;
	display: block;
	width: 100%;
	color: #000000;
	resize: none;
	margin: 0;
	line-height: 22px;
	font-family: "Poppins", sans-serif;
}
.landing-contact-form .form-group .form-control::placeholder{
	color: #000000;
}
.landing-contact-form .form-group.sbl p{
background: #9000FF;	
border-radius: 50px !important;
}
.btn-send{
	padding:0px;
	border: none;
	background: #9000FF;
	background:transparent;
	height: auto;
	box-shadow: none;
	outline: none;
	font-size: 15px;
	font-weight:700;
	color: #fff;
	line-height:46px;
	display: block;
	border-radius: 50px !important;
	width: 100%;
	position: relative;
	transition: .4s linear;
	-webkit-transition: .4s linear;
	cursor:pointer;
	z-index:2;
	font-family: "Poppins", sans-serif;
}
.btn-send:after{
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	border-radius: 50px;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .4s linear;
	-webkit-transition: .4s linear;
}
.btn-send span{
	position: relative;
	z-index: 1;
}
/*.btn-send:hover{
	color: #0000E8;
}
.btn-send:hover:after{
	width: 100%;
}*/
.landing-contact-form .form-group.sbl p:hover .btn-send{color:#0000E8;}
.landing-contact-form .form-group.sbl p{position:relative;}
.landing-contact-form .form-group.sbl p:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    border-radius: 50px;
}

.landing-contact-form .form-group.sbl p:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.video-back{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.video-back:after{
	position: absolute;
	content: '';
	background: #090C47;
	opacity: 0.70;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.video-back video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{color:white;}
.wpcf7 form.spam .wpcf7-response-output{color:white; border:none; margin:10px 0 0;}

.landing-contact-form .form-group .form-control:placeholder{
	font-family: "Poppins", sans-serif;
}
.full_img{position:absolute; bottom:0; right:0;}

@media(min-width:1201px) and (max-width:1600px){
	/* *** Landing Page CSS *** */
	.landing-hero-content-box .logo-box{padding: 15px 0 15px;}
	.landing-hero-content-box .logo-box img{height: 45px;}
	.landing-hero-banner-data h1{font-size: 40px;line-height: 50px;margin: 0 0 15px;}
	.landing-hero-banner-data ul{padding: 0 0 0 30px;margin: 0 0 15px;}
	.landing-hero-banner-data ul li{font-size: 16px;}
	.landing-hero-banner-data ul li span{padding: 5px 15px;}
	.landing-hero-banner-data ul li:after{width: 10px;height: 10px;top: 18px;}
	.landing-hero-banner-data h3{font-size: 18px;line-height: 26px;}

	.logo-shap{right:0%;}
	.logo-shap img{width: 55%;}
	.landing-hero-banner-img{max-width:62%;bottom: 168px;}
	.landing-hero-banner-img img{width: 100%;}
	.landing-banner-shap1{max-width: 30%;}

	.landing-contact-wrp{padding: 30px;border-radius: 85px 85px 0 0;}
	.landing-contact-title h2{font-size: 40px;line-height: 50px;}
	.landing-contact-form .form-group .form-control{padding: 10px 20px;font-size: 14px;}
	/* *** End Landing Page CSS *** */
}
@media(min-width:1025px) and (max-width:1200px){
	/* *** Landing Page CSS *** */
	.landing-hero-banner{height: auto;overflow: hidden;}
	.landing-hero-center-block{position: relative;}
	.logo-shap,.landing-banner-shap1{display: none;}
	.landing-hero-center-block .container{padding: 0;max-width: 100%;}

	.landing-hero-content-box{max-width:95%;}
	.landing-hero-banner-img{display: none;}
	.landing-hero-banner-img.mobile-img{display: block;}	
	.landing-hero-banner-img{width: 75%;top: auto;bottom:168px;right:-50px;}
	.landing-hero-banner-img img{width: 100%;}

	.landing-hero-content-box .logo-box{padding: 50px 50px;}
	.landing-hero-banner-data h1{font-size: 42px;line-height: 50px;padding: 0 50px;margin: 0 0 25px;}
	.landing-hero-banner-data h1 br{display: block;}
	.landing-hero-content-box .logo-box img{height: 70px;}
	.landing-hero-banner-data ul{margin: 0 0 100px;padding: 0 0 0 65px;position: relative;z-index: 9;}
	.landing-hero-banner-data ul li span{padding: 10px 20px;font-size: 18px;line-height: 28px;}
	.landing-hero-banner-data ul li:after{width: 10px;height: 10px;top: 20px;left: -10px;}

	.landing-hero-banner-data h3{padding: 30px 50px 100px;background:rgba(144, 0, 255, 0.35);border-radius: 0 150px 150px 0;font-size: 28px;margin: 0 0 -70px}

	.landing-contact-wrp{position: relative;border-radius: 85px 0 0 0;padding: 70px 50px;}
	.landing-contact-wrp .container{padding: 0;}
	.landing-contact-form,.landing-contact-title{width: 100%;padding: 0;}
	.landing-contact-title h2{font-size: 46px;margin: 0 0 15px;line-height: 56px;}
	.landing-contact-title h2 br{display: none;}
	.landing-contact-form .btn-send{margin: 15px auto 0;}
	/* *** End Landing Page CSS *** */
}
@media(min-width:768px) and (max-width:1024px){
	/* *** Landing Page CSS *** */
	.landing-hero-banner{height: auto;overflow: hidden;}
	.landing-hero-center-block{position: relative;}
	.logo-shap,.landing-banner-shap1{display: none;}
	.landing-hero-center-block .container{padding: 0;max-width: 100%;}

	.landing-hero-banner-img{display: none;}
	.landing-hero-banner-img.mobile-img{display: block;}	
	.landing-hero-content-box{max-width:95%;}
	.landing-hero-banner-img{width: 75%;top: auto;bottom:167px;right:-50px;}
	.landing-hero-banner-img img{width: 100%;}

	.landing-hero-content-box .logo-box{padding: 30px 50px;}
	.landing-hero-banner-data h1{font-size: 28px;line-height: 40px;padding: 0 50px;margin: 0 0 25px;}
	.landing-hero-banner-data h1 br{display: block;}
	.landing-hero-content-box .logo-box img{height: 50px;}
	.landing-hero-banner-data ul{margin: 0 0 100px;padding: 0 0 0 65px;position: relative;z-index: 9;}
	.landing-hero-banner-data ul li span{padding: 10px 20px;font-size: 18px;line-height: 28px;}
	.landing-hero-banner-data ul li:after{width: 10px;height: 10px;top: 20px;left: -10px;}

	.landing-hero-banner-data h3{padding: 30px 50px 100px;background:rgba(144, 0, 255, 0.35);border-radius: 0 100px 100px 0;font-size: 20px;margin: 0 0 -85px}

	.landing-contact-wrp{position: relative;border-radius: 85px 0 0 0;padding: 40px 50px;}
	.landing-contact-wrp .container{padding: 0;}
	.landing-contact-form,.landing-contact-title{width: 100%;padding: 0;}
	.landing-contact-title h2{font-size: 46px;margin: 0 0 15px;line-height: 56px;}
	.landing-contact-title h2 br{display: none;}
	.landing-contact-form .btn-send{margin: 15px auto 0;}
	/* *** End Landing Page CSS *** */
}
@media(max-width:767px){
	/* *** Landing Page CSS *** */
	.landing-hero-banner{background: url(../images/mobile_bg.webp) 0 0 no-repeat; background-size: cover; width: 100%;}
	.landing-hero-banner{height: auto;overflow: hidden;}
	.landing-hero-center-block{position: relative;}
	.logo-shap,.landing-banner-shap1{display: none;}
	.landing-hero-center-block .container{padding: 0;}

	.landing-hero-banner-img{display: block;width: 97%;top: auto;bottom:167px;right: -24px;}
	.landing-hero-banner-img img{width: 100%;}

	.landing-hero-banner-img.mobile-img{display: block;}
	.landing-hero-banner-img{display: none;}
	.landing-hero-content-box .logo-box{padding: 30px 30px;}
	.landing-hero-banner-data h1{font-size: 29px;line-height: 41px;padding: 0 30px;margin: 0 0 10px; font-weight:500;}
	.landing-hero-banner-data h1 br{display: block;}
	.landing-hero-content-box .logo-box img{height: 50px;}
	.landing-hero-banner-data ul{margin: 0 0 100px;padding: 0 0 0 45px;position: relative;z-index: 9;max-width: 320px;}
	.landing-hero-banner-data ul li span{padding: 10px 20px 10px 15px;font-size: 18px;line-height: 28px;}
	.landing-hero-banner-data ul li:hover span{margin-left: 5px;}
	.landing-hero-banner-data ul li:after{width: 10px;height: 10px;top: 20px;left: -10px;}

	.landing-hero-banner-data h3{padding: 30px 30px 100px;background:rgba(144, 0, 255, 0.35);border-radius: 0 100px 100px 0;font-size: 20px;margin: 0 0 -85px}

	.landing-contact-wrp{position: relative;border-radius: 85px 0 0 0;padding: 40px 30px;}
	.landing-contact-wrp .container{padding: 0;}
	.landing-contact-form,.landing-contact-title{width: 100%;padding: 0;}
	.landing-contact-title h2{font-size: 46px;margin: 0 0 15px;line-height: 56px;}
	.landing-contact-title h2 br{display: none;}
	.landing-contact-form .form-group textarea.form-control{height: 100px;border-radius: 30px;}
	.landing-contact-form .btn-send{margin: 15px auto 0;}
	/* *** End Landing Page CSS *** */
	.full_img img{max-width:100%; object-fit:cover;}
}