/*------------------------------------------------------------------
[Master Stylesheet]

Template Name:Rakib Responsive HTML5 Coming Soon Template
Template URI: http://bootexperts.com
Description: Coming Soon Template
Author: Rakib
Author URI:https://www.facebook.com/rakibhossain82
Version: 1.0

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
1. Body
	[2. Coming-soon-screen ]
		[ 2.1 Screen-bg-and-overlay ]
			[ 2.1.1 come-Text ]
			[ 2.1.2 Counter-Text ]
			[ 2.1.3 Contact-Text ]
				[ 2.1.3.1 Contact-Input ]
				[ 2.1.3.2 Contact-Icon ]
/*-------------------------------------------------------------------*/
a:focus {
  outline:0px solid;
  color:#fff;
}
img {
  max-width:100%;
  height:auto;
}
h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
}
p{
	font-size:18px;
	color:#fff;
}
a {
  color:#fff;
  text-decoration:none;
  transition: all 300ms ease-out 0s;
  text-transform: uppercase;
}
a:hover{
  text-decoration:none;
  color:#fff;
}
/*------------------------------------------------------------------
[1. body ]
--------------------------------------------------------------------*/
body {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
/*------------------------------------------------------------------
[2. Coming-soon-screen ]
--------------------------------------------------------------------*/
/*---------------------------------------
[ 2.1 Screen-bg-and-overlay ]
----------------------------------------*/
section.coming_soon_text::after {
  background: #424242 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.coming_soon_text {
	background: rgba(0, 0, 0, 0) url("images/Coming-soon.jpg")no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
}
section.coming_soon_text .container,.time_counter{
  position:relative;
  z-index:2;
}
html,body{height:100%;}
/*----------------------------
[ 2.1.1 come-Text ]
------------------------------*/
.padding_top {
  padding-top: 4.5%;
}
.come_text h1 {
  font-family: "Lobster",cursive;
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
  margin-bottom: 20px;
}
.come_text,.time_counter {
  margin-bottom: 45px;
}
/*-----------------------------
[ 2.1.2 Counter-Text ]
-------------------------------*/
.time_counter::after {
  background: #3e3e3e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.circle {
  padding: 20px 0;
}
.dash {
  display: inline-block;
  padding-left: 7.5%;
}
.dash ul li{display:inline-block;}
.digit {
  font-family: "Dosis",sans-serif;
  font-size: 110px;
  height: 115px;
  line-height: 1;
  overflow: hidden;
  padding: 0;
}
.dash_title {
  display: block;
  font-family: "Dosis",sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-left: 28px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.time_counter_text{
 position:relative;
 z-index:2;
}
.pt-counter-wrap.clearfix.text-center, .contact_text {
  margin-left: 9%;
}
/*---------------------------------
[ 2.1.3 Contact-Text ]
-----------------------------------*/
/*-------------------
[ 2.1.3.1 Contact-Input ]
---------------------*/
.contact_text {
  display: inline-flex;
}
.contact_input {
  margin-right: 90px;
}
.contact_input > p {
  font-size: 25px;
}
.contact_icon {
  padding-top: 20px;
}
.contact_input input {
  background: #74787b none repeat scroll 0 0;
  border: 1px solid #5ca0d9;
  border-radius: 10px;
  font-size: 18px;
  padding: 5px 8px;
}
#subscribe_btn {
  background: #5ca0d9 none repeat scroll 0 0;
  margin-left: 10px;
  padding: 5px 10px;
}
/*-------------------
[ 2.1.3.2 Contact-Icon ]
---------------------*/
.contact_icon {
  padding-top: 36px;
}
.contact_icon a {
  background: #3B5998 none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  height: 55px;
  margin-right: 20px;
  padding: 15px;
  width: 55px;
  transition: all 300ms ease-out 0s;
}
.contact_icon a i {
  font-size: 28px;
}
.fa.fa-facebook {
  padding-left: 5px;
}
.contact_icon a:nth-child(2) {
  background: #55acee none repeat scroll 0 0;
}
.contact_icon a:nth-child(2):hover{
  background: #2F6086 none repeat scroll 0 0;
}
.contact_icon a:nth-child(3) {
  background: #0077B5 none repeat scroll 0 0;
}
.contact_icon a:nth-child(3):hover{
  background: #32627B none repeat scroll 0 0;
}
.contact_icon a:nth-child(4) {
  background: #BD081C none repeat scroll 0 0;
}
.contact_icon a:nth-child(4):hover{
  background: #790512 none repeat scroll 0 0;
}
.contact_icon a:nth-child(5){
  background: #DC4E41 none repeat scroll 0 0;
}
.contact_icon a:nth-child(5):hover{
  background: #9E382E none repeat scroll 0 0;
}
#subscribe_btn:hover,.contact_icon a:hover {
  background: #005682;
}









/*--------------------------------------------------------
---------------------------[End ]-----------------------
---------------------------------------------------------*/