body {
	letter-spacing: 0.32px;
	position: relative;
}

.block {
	padding: 70px 0;
	position: relative;
}

.fixed-bg {
	height: 100%;
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	content: '';
}

.fixed-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #000010;
	opacity: .7;
}

.style1 .coming-soon-page {
	float: left;
	width: 100%;
}

.style1 .coming-soon-inner {
	float: left;
	max-width: 780px;
	width: 100%;
}

.style1 .coming-soon-inner>h4 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 0;
}
.style1 .countdown li {
	height: 170px;
	width: 170px;
	text-align: center;
	position: relative;
	padding: 20px 0;
}
.style1 .countdown li + li {
	margin-left: 15px;
}
.style1 .countdown li:before {
    border: 2px solid #ffffff;
    border-bottom: 0 none;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.style1 .countdown li:after {
    border-bottom: 2px solid #d51c1c;
    border-left: 2px solid #d51c1c;
    border-right: 2px solid #d51c1c;
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
}
.style1 .countdown span {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
}
.style1 .countdown p {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: -10px;
}
.style1 form.coming-sub-form {
	position: relative;
	width: 500px;
}

.style1 form.coming-sub-form input {
	background: #fff;
	border: none;
	color: #424242;
	font-family: roboto;
	font-size: 15px;
	height: 80px;
	width: 100%;
	padding: 12px 30px;
}

.style1 form.coming-sub-form button {
	font-size: 16px;
	font-weight: 700;
	background-color: #d51c1c;
	padding: 12px 40px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	border: none;
}

.webinane_coming_soon_logo>.logo {
	width: 100%;
}
.style1 .webinane_coming_soon_content p{
	max-width: 70%;
}
.style1 .comming-counter {
	text-align: center;
}
.social ul li a{
	background-color: rgba(0, 0, 0, 0.38);
	height: 55px;
	width: 55px;
	line-height: 55px;
	display: inline-block;
	border: 1px solid #fff;
	text-align: center;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
}
.social ul li + li {
	margin-left: 14px;
}
.social ul li:hover a{
	background-color: #d51c1c;
	border-color: #d51c1c;
}
.webinane_coming_soon_timer,
.webinane_coming_soon_newsletter,
.webinane_coming_soon_social_profile {
    float: left;
    width: 100%;
}
.style1 .block {
    height: 100vh;
}
/*=====================================
	Responsive
	==================================*/
@media(max-width: 812px) {
	.style1 .webinane_coming_soon_content p {
	    max-width: 85%;
	}
	.style1 .countdown li {
		width: 140px;
		height: 140px;
	}
	.style1 .countdown span {
		font-size: 45px;
	}
}

@media(max-width: 740px) {
	.style1 .webinane_coming_soon_content p {
	    max-width: 100%;
	}
	.style1 .countdown span {
	    font-size: 35px;
	}
	.style1 .countdown p {
		font-size: 15px;
	}
	.style1 .countdown li {
		width: 120px;
		height: 120px;
	}
	.style1 form.coming-sub-form input {
		height: 60px;
	}
	.style1 form.coming-sub-form button {
		height: 60px;
	}
}

@media(max-width: 425px) {
	.style1 .countdown span {
	    font-size: 25px;
	}
	.style1 .countdown p {
		font-size: 14px;
	}
	.style1 .countdown li {
		width: 80px;
		height: 80px;
		padding: 12px 0;
	}
	.style1 .countdown li:before {
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	    -o-border-radius: 10px;
	    border-radius: 10px;
	}
	.style1 .countdown li:after {
	    -webkit-border-radius: 0 0 10px 10px;
	    -moz-border-radius: 0 0 10px 10px;
	    -ms-border-radius: 0 0 10px 10px;
	    -o-border-radius: 0 0 10px 10px;
	    border-radius: 0 0 10px 10px;
	}
	.style1 form.coming-sub-form input {
	    padding: 10px 20px;
	}
	.webinane_coming_soon_content h1 {
		font-size: 1.8rem;
	}
	.webinane_coming_soon_content p {
		font-size: 1rem;
	}
}

@media(max-width: 375px) {
	.style1 .countdown li {
	    width: 70px;
	    height: 70px;
	}
	.style1 .countdown span {
	    font-size: 20px;
	}
	.style1 .countdown li + li {
	    margin-left: 10px;
	}
	.style1 .countdown p {
	    font-size: 12px;
	    margin-top: -8px;
	}
	.style1 form.coming-sub-form button {
		position: relative;
		width: 100%;
		text-align: center;
	}
	.social ul li a {
		height: 45px;
		width: 45px;
		line-height: 45px;
		font-size: 15px;
	}
	.social ul li + li {
	    margin-left: 10px;
	}
}