﻿h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}

.full_wrapper{
	background: url(/Contents/WebsiteTemplate/16/img/bg.jpg) no-repeat;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.full_wrapper:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
}
.wrapper{
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

/*
For larger Screen
*/
.large_screen.full_wrapper{
	height: 100vh;
}
.large_screen .wrapper{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
}

/*logo css*/
.logo img{
	display: inline-block;
}
/* comming soon title css */
.coming_text h2{
	font-size: 40px;
	color:#fefefe;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	padding: 90px 0 30px 0;
	box-sizing: border-box;
}
.coming_text h2 span{
	color:#e31307;
	font-weight: 600;
}
.coming_text p{
	font-size: 15px;
	color:#eeeeee;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 0 34px 75px 34px;
	box-sizing: border-box;
}

/*coundown part css*/
.coun{
	width: 120px;
	margin: 0 auto;
	height:120px;
	border: 1px solid #fff;
	border-radius: 3px;
	position: relative;
}

.coun_time{
	margin-top: 50%;
	transform: translateY(-50%);
	position: relative;
	z-index: 9;
}
.coun .coun_time h2{
	color:#fefefe;
	font-size: 40px;
	font-family: 'lato', sans-serif;
	font-weight: 400;
}
.coun .coun_time p{
	color:#eeeeee;
	font-size: 18px;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
}
.over{
	width: 120px;
	margin: 0 auto;
	height:120px;
	border: 1px solid transparent;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	
}
.over:before,
.over:after{
	content: '';
	height: 37px ;
	width: 37px;
	background: transparent;
	transform:translateX(-50%) rotate(45deg);
	-webkit-transform:translateX(-50%) rotate(45deg);
	-o-transform:translateX(-50%) rotate(45deg);
	left:50%;
	position: absolute;
	border-top-left-radius: 3px;
}
.over:after{
	top: -20px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	
}
.over:before{	
	bottom: -19px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
}

.coun:before,
.coun:after{
	content: '';
	top: 50%;
	height: 37px ;
	width: 37px;
	background: transparent;
	transform:translateY(-50%) rotate(45deg);
	-webkit-transform:translateY(-50%) rotate(45deg);
	-o-transform:translateY(-50%) rotate(45deg);
	position: absolute;
	border-bottom-left-radius: 3px;
}

.coun:after{
	left:-19px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
}
.coun:before{
	right:-19px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	
}
/*Subscribe part css */
.search_part{
	padding: 120px 0 107px 0;
	box-sizing: border-box;
}
.search_part h2{
	font-size: 18px;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	color:#fefefe;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.search_part .form-control{
	background: transparent;
	border-color: #fff;
	height: 40px;
	color: #fefefe;
	border-right:none;
}
.form-control:focus{
	box-shadow:none;
}
.search_part .btn{
	padding: 0px 50px;
	background: #e31307;
	color:#fff;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	height: 40px;
	position: relative;
}
.search_part .btn:after{
	content: '';
	position: absolute;
	width: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	background: rgba(252,60,48, .5);
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: -1;
}
.search_part .btn:focus:after,
.search_part .btn:hover:after{
	left: 0;
	right: 0;
	width: 100%;
}
/*social part css*/
.social_part{
	margin-bottom: -30px;
}
.social_part .coun{
	height: 34px;
	width: 34px;
	line-height: 34px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.social_part   a{
	display: inline-block;
	margin: 0 15px;
}
.social_part .coun i{
	color:#fff;
	font-size: 16px;
    padding-top: 7px;
}
.social_part a:focus .facbk,
.social_part a:hover .facbk {
	background: #3B579D;
}
.social_part a:focus .twiter,
.social_part a:hover .twiter {
	background: #1A93DD;
}
.social_part a:focus .gplus,
.social_part a:hover .gplus {
	background: #D1463A;
}
.social_part a:focus .behan,
.social_part a:hover .behan {
	background: #0080E6;
}
.social_part a:focus .lkdin, 
.social_part a:hover .lkdin {
	background: #0077B5;
}
.social_part a:focus .drble,
.social_part a:hover .drble {
	background: #C32361;
}
.social_part .over{
	height: 34px;
	width: 34px;
}
.social_part .coun:before,
.social_part .coun:after{
	height: 10px ;
	width: 10px;
	border-radius: 0;
}

.social_part .coun:after{
	left:-6px;
	
}
.social_part .coun:before{
	right:-6px;
}

.social_part  .over:before,
.social_part  .over:after{
	height: 10px ;
	width: 10px;
	border-radius: 0;
}
.social_part  .over:after{
	top: -7px;
}
.social_part  .over:before{	
	bottom: -5px;
}
.txt-info {
    color: white;
}

/*responsive part css*/
@media (min-width:768px) and (max-width:991px){
	.coming_text h2 {
	  padding: 50px 0 30px;
	}
	.coming_text p {
	  padding: 0 0 50px;
	}
	.search_part {
	  padding: 80px 0;
	}
}
@media (min-width:480px) and (max-width:767px){
	.wrapper {
	  padding: 50px 0;
	}
	.coun {
	  margin: 0 auto 80px;
	}
	
	.search_part {
	  padding:30px 0 80px ;
	}
	.coming_text h2 {
		padding: 30px 0;
	}
	.coming_text p {
	  padding: 0 0px 55px;
	}
	
	.coundown_res .col-sm-3{
		width: 50%;
		float: left;
	}
	.search_part .btn{
		padding: 0 35px;
	}
}
@media (max-width:479px){
	.container{
		width: 300px;
	}
	.wrapper {
	  padding: 50px 0;
	}
	.coun {
	  margin: 0 auto 80px;
	}
	.col-sm-3:last-child .coun{
		margin-bottom: 0;
	}
	.search_part {
	  padding: 80px 0;
	}
	.coming_text h2 {
		padding: 30px 0;
	}
	.coming_text p {
	  padding: 0 0px 55px;
	}
	.search_part .btn{
		padding: 0 20px;
	}
	.social_part .coun{
		margin: 0 auto 30px;
	}
	.social_part a {
	  margin: 0 16px;
	}
}