/*
	Template Name 	: Freelancer - Responsive Coming Soon Page
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

/************************************/
/***** 	      General css		 ****/
/************************************/
html{
	height: 100%;
}

body{
	font-size: 16px;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.comming-soon{
	width: 100%;
	position: relative;
	min-height: 100%;
}

.comming-soon:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.85);
}

.countdown-timer-wrapper{
	text-align: center;
	color: #000;
}

.timer .timer-wrapper{
	display: inline-block;
	width: 80px;
	margin-top: 40px;
	text-align: center;
	vertical-align: top;
}

.timer .timer-wrapper .time{
	font-size: 30px;
	color: #000;
	font-weight: 600;
	line-height: 1em;
}

.timer .timer-wrapper .text{
	color: #000;
	font-size: 12px;
	font-weight: 600;
}

.logo{
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 30px; 
}

.logo:before{
	content: '';
	display: block;
	position: absolute;
	width: 146px;
	top: -24px;
	left: 0px;
	bottom: -20px;
	border: 7px solid #1a1464;
	z-index: 0;
}

.logo h2{
	font-size: 44px;
	color: #000;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.logo h2 span{
	display: block;
	font-weight: 400;
	font-style: italic;
	position: relative;
	z-index: 1;
}

.logo p{
	display: inline-block;
	background: #1a1464;
	color: #000;
	padding: 6px 10px 4px;
	margin-top: 4px;
	position: relative;
	z-index: 1;
}

.comming-soon-info{
	width: 50%;
	position: absolute;
	background: #fff url(../images/bg.png) no-repeat right top;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	background-size:contain;
}

.comming-soon-inner{
	width: 100%;
	padding: 20px;
	text-align: center;
}

.comming-soon-inner .logo{
	margin: 60px 0;
}

.site-info h2{
	letter-spacing: 0.16em;
	color: #000;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5em;
}

.site-info h2 span{
	display: block;
	font-weight: 700;
}

.site-info p{
	margin-top: 40px;
	line-height: 1.8em;
	color: #000;
	font-weight: 600;
}

.contact-form{
	width: 50%;
	max-height: 100%;
	overflow: auto;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	z-index: 2;
	
}

.contact-box{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 20px;
}

.title{
	font-size: 28px;
	color: #000;
	font-weight: 600;
	padding-bottom: 16px;
	margin-bottom: 70px;
	position: relative;
	text-align: center;
	letter-spacing: 0.04em;
}

.title:after{
	content: '';
	display: block;
	position: absolute;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    background: #1a1464;
	left: 50%;
	bottom: 0;
}

.contact-box p{
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.contact-box form{
	margin-top: 50px;
}

.contact-box .form-control{
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: rgba(255,255,255,0.10);
	color: #000;
	height: auto;
	padding: 14px;
	margin-bottom: 30px;
	resize: none;
}

.contact-box .form-control::-webkit-input-placeholder{
	color: #000;
}

.contact-box .form-control:-moz-placeholder{
	color: #000;
}

.contact-box .form-control::-moz-placeholder{
	color: #000;
}

.contact-box .form-control:-ms-input-placeholder{
	color: #000;
}

.btn-submit{
	background: #000;
	color: #000;
	font-weight: 500;
	border: none;
	padding: 14px 30px 12px;
	transition: all 0.4s;
}

.btn-submit:hover{
	background: #fff;
	color: #e45164;
}

.portfolio{
	padding: 50px 0 0;
}

.portfolio-entry:after{
	content: '';
	display: block;
	clear: both;
}

.portfolio-single{
	width: 25%;
	float: left;
}

@media only screen and (max-width:980px){
	.comming-soon-info{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.comming-soon-info:before{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.6);
	}
	
	.comming-soon-inner{
		position: relative;
		z-index: 3;
	}
	
	.contact-form{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
		.countdown-timer-wrapper,.site-info h2,.site-info p{
		color:white;
	}
}

@media only screen and (max-width:768px){
	.portfolio-single{
		width: 50%;
	}
	
	.portfolio{
		padding: 60px 0 0;
	}
	
	.title{
		margin-bottom: 50px;
	}
	
	.contact-box{
		padding: 60px 20px;
	}
		.countdown-timer-wrapper,.site-info h2,.site-info p{
		color:white;
	}
}

@media only screen and (max-width:480px){
	.logo h2{
		font-size: 26px;
	}
	
	.logo p{
		font-size: 12px;
		padding: 6px 10px;
	}
	
	.logo:before{
		width: 146px;
		border: 7px solid #fff;
	}
	
	.site-info h2{
		font-size: 24px;
		letter-spacing: 0.05em;
	}
	
	.timer .timer-wrapper{
		display: inline-block;
		width: 60px;
		margin-top: 40px;
		text-align: center;
		vertical-align: top;
	}

	.timer .timer-wrapper .time{
		font-size: 26px;
		color: #000;
		font-weight: 600;
		line-height: 1em;
	}

	.timer .timer-wrapper .text{
		color: #000;
		font-size: 12px;
		font-weight: 300;
	}
	.countdown-timer-wrapper,.site-info h2,.site-info p{
		color:white;
	}
}


.key-feature {
  padding: 50px;
  background-color: #FFF; }


	
  @media screen and (max-width: 940px) {
    .key-feature {
      padding: 30px 10px; 
	  } 
	}
	@media screen and (min-width: 941px) {
	  
		.key-feature .key-cover h4 {

			padding: 34px 0;
		}
	}
	  
  .key-feature .session-title {
    padding-top: 10px; }
  .key-feature .key-cover {
    padding: 15px;
    border: 1px solid #cccccc85;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
    background-color: #1a1464;
    border-radius: 8px; }
    .key-feature .key-cover i, .key-feature .key-cover img {
      padding: 18px;
      border: 1px solid #cccccc85;
      border-radius: 50px;
      width: 60px;
      height: 60px;
      text-align: center;
      margin-bottom: 20px;
      margin-top: -40px;
      position: absolute;
      margin-left: -30px;
      background-color: #FFF;
      font-size: 22px; }
	 .key-feature .key-cover img {
      padding: 8px;
    }
    .key-feature .key-cover h4 {
     font-size: 15px;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    color: #FFF;    
    line-height: 26px; 
	}
    .key-feature .key-cover p {
      font-size: .8rem;
      font-weight: 400;
      text-align: center;
      padding: 0px 20px;
      margin-bottom: 20px;
      color: #FFF; }
    .key-feature .key-cover:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      background-color: #FFF;
      color: #444; }
      .key-feature .key-cover:hover h4 {
        color: #444; }
      .key-feature .key-cover:hover p {
        color: #444; }
		

