/* CSS File 
	===================
	Template Name: Startup - Coming soon templete
	Author: ashishmaraviya
	Author URI: https://www.codester.com/ashishmaraviya/
	Version: 1.0
	Copyright 2020
===================*/
/*------------------------------------------------------------------
	[ Layout 3 css file ]
*/
.main-block {
	background: url(../img/layout-bg-3.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-detail {
	background-color: rgba(255, 255, 255, 0.7);
	border: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .07)
}
.title {
	color: #222;
}
.hero-counter-desc {
    color: #888;
    font-size: 15px;
    font-weight: 300;
}
#timer .date-box{
	color: #222;
	border: 1px solid #888;
}
#timer .text{
	color: #555;
	font-weight: 400;
}
.contact ul li, .wc-style .wc-button {
	background-color: rgba(255, 255, 255, 0.7);
}
.contact ul li i {
    color: #222;
}
.contact ul li:hover {
	background-color: #222;
}
.contact ul li:hover i{
	color: #fff;
}
.active-btn i {
	color: #fff !important;
}