/* See Soon - Coming Soon/Under Construction Responsive Template
Author: EGrappler.com
Tags: Dark, coming soon, under construction, black, one column
*/

body{
	
	color:#222;
	font:16px/28px 'Montserrat', sans-serif;
	font-weight:400;
}
img {
    
    max-width: 100%;
}
/* General  */

a, a:hover, a:focus{
	color:#fff;
}
a:hover{
}
a:focus{
	outline:none;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Montserrat', sans-serif;
	margin:0;
	padding:0;
	font-weight:600;
}
h1{
	font-size:72px;
}
h2{
	font-size:40px;
}
h3{
	font-size:36px;
}
h4{
	font-size:30px;
}
h5{
	font-size:24px;
}
h6{
	font-size:18px;
}

.vtb-logo{max-height:150px; border-radius:10px;}

.twologo{display:flex; margin:0 auto 40px;justify-content:center; }
.twologo > div{margin:10px;}
.twologo > div img{max-height:70px;border-radius:7px;}
.loader {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:#fff url(../images/favicon.png) 50% 50% no-repeat;
}

/* Header  */

#header{min-height:calc(100vh - 68px);}
	.header-overlay{
		
		padding:30px 0;		
	}
	 
.hexagon {
  position: relative;
text-align:center;

  margin: 90px auto 100px auto;

}



	
.hexagon i { font-size: 50px;
color: #fff;
position: absolute;
left: 35%;
z-index: 10;
top: -13%; }
	#header .main-head h2, #header .main-head h4{
	
	}
	#header .main-head h4{
		line-height:40px;
	}
	
/* Countdown  */	
	
	#countdown-area{
		
		padding:40px 0;
		margin:0 0 40px;
	}
		ul.countdown{
			list-style:none;
			margin:0;
			padding:0;
			display:block;
			text-align:center;
		}
			ul.countdown li{
				display:inline-block;
				margin:0 20px;
				padding:0;
			}
				ul.countdown li span{
					font-family:'Coustard', sans-serif;
					width:100px;
					display:block;
					font-size:48px;
				}
			ul.countdown li.seperator{
				font-size:80px;
				line-height:70px;
				vertical-align:top;
			}
				ul.countdown li p{
					color: rgba(255,255,255,0.5);
					font-size: 18px;
					text-transform:capitalize;
					margin:0;
					padding:15px 0 30px 0;
				}
				

/* Main Heading Style Starts */

	.main-head{
		text-align:center;
		padding:0 0 40px;
	}
		.main-head h2, .main-head p{
			color:#222;
		}
		.main-head h2{
			padding:0 0 20px;
		}
		.main-head p{
			font-size:24px;
			line-height:36px;color:#222;
		}
		

/* Services */

#services{
}
.sblock{border:1px solid transparent; margin:0; -webkit-transition: all 0.5s ease;
					   -moz-transition: all 0.5s ease;
					     -o-transition: all 0.5s ease;border-radius:10px;
					       }
.sblock img{max-width:100%; border-radius:10px;}
.sblock:hover { border:1px solid #371d4f; background:#371d4f; color:#fff }
.sblock:hover span.fa{color:#fff !important }
#services p { font-size:16px;  }
	.services-overlay{
		background:#f4f4f4;
		padding:70px 0;
	}
	#services-blocks{
	}
		#services-blocks div{
			text-align:center;
			padding:20px 20px 30px 20px;
		}
			#services-blocks div span.fa{
				
				width:90px;
				height:90px;
				line-height:90px;
				font-size:60px;
				
				color:#222;
				-webkit-border-radius:50%;
				   -moz-border-radius:50%;
						border-radius:50%;
			}
			#services-blocks h4{
				padding:20px 0 0; font-size:22px;
			}

/* Contact  */

input { border: 1px solid #fff !important; -webkit-box-shadow: none !important;
box-shadow: none !important; }
#contact{
	background:#ddd; text-align:center;
	padding:50px 0 35px;
}	
.MT40 { margin-top:40px;}

#contact i { font-size:22px; color:#371d4f; margin-bottom:10px;}
#contact p { font-size:16px;}
#contact .contactbox {margin-bottom:15px;}
	#contact-area{
	}
		#contact-area h3{
			padding:0 0 38px 0;
		}
		#contact-form{
		}
			#contact-form .form-group{
				margin:0 0 20px;
			}
				#contact-form .form-control{
					
					font-size:16px;
					font-weight:400;
					-webkit-border-radius:5px;
					   -moz-border-radius:5px;
					        border-radius:5px;
					
				}
				#contact-form .form-control:focus{
					border-color:#fff;
				}
				#contact-form input.form-control{
					height:40px;
					line-height:40px !important;
					padding:3px 20px 0;
				}
				
				
		

/* Footer  */

#footer{
	padding:10px 0;
	background:#00538a;
	font-size:14px; color:#fff;
	text-align:center;

}

#footer p {margin:10px; }
	
	
	/* Responsive */
	
	
		
/* Contact Style Starts */

	#contact h3, .address, #contact-form .form-group{
		text-align:center;
	}
	#contact-area{
		padding-bottom:20px;
	}
	
}



@media (max-width: 767px) {

/* Countdown Style Starts */

	ul.countdown li{
		display:inline-block;
		margin:5px;
		padding:0;
	}
		ul.countdown li span{
			width:100px;
			height:100px;
			display:block;
			font-size:48px;
			font-weight:300;
			line-height:100px;
			border:2px solid #fff;
			-webkit-border-radius:50%;
			   -moz-border-radius:50%;
					border-radius:50%;
		}
		ul.countdown li p{
			padding:15px 0;
		}

/* Contact Style Starts */

	#contact h3, .address, #contact-form .form-group{
		text-align:center;
	}
	#contact-area{
		padding-bottom:20px;
	}

/* Footer Style Starts */

	#footer ul.sm-links li a span{
		width:45px;
		height:45px;
		line-height:42px;
		font-size:20px;
	}
	.copyright{
		font-size:16px;
	}
	
}

@media only screen and (max-width:991px){
	#services-blocks {margin: 0;}
	
}
@media only screen and (max-width:479px){
	h2 {font-size: 24px;}
	.main-head p {font-size: 20px;line-height: 28px;}
	.hexagon {margin: 50px auto 60px auto;}
	h5 {font-size: 22px;}
	#services-blocks h4 {font-size: 18px;}
	.sblock {border: 1px solid #ccc;background-color: #fff;margin-bottom: 10px;}
	.services-overlay {padding: 30px 0;}
}