/*----------------
Template Name: Bootstrap Coming Soon Templates
Theme URI:  http://grafreez.com/743/bootstrap-coming-soon-templates
Author: Amrit Virk
Author URI: https://grafreez.com/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
----------------*/
/*
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
*/
body,html{
	height: 100%;
}
body{
	font-family: 'Montserrat', sans-serif;
}


/* ========== General ========== */

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}
a{color: #fff;}
.btn{
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.btn:focus{
	box-shadow: none;
}
.text-primary{
	color: #0A1F39!important;
}
.text-secondary{
	color: #ef6464!important;
}
.btn-primary{
	background-color: #0A1F39;
	border-color: #0A1F39; 
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active{
	background-color: #061322;
	border-color: #061322; 
}
.btn-secondary{
	background-color: #ef6464;
	border-color: #ef6464;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active{
	background-color: #bb3a3a;
	border-color: #bb3a3a;
}
.form-control{
	border-radius: 0;
	border:none;
	border-bottom: 2px solid #666;
}
.form-control:focus{
	box-shadow: none;
}


/* ========== Main Wrapper ========== */
.main-screen{
	background:none;
	position: relative;
	height: 100%;
	/*overflow: hidden;*/
}
.main-screen:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0);
	z-index: 1;
}
.main-screen .landimg{width:100%;min-width:1000px;}

.main-screen .landimg:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0);
	z-index: 1;
}


.main-screen .landimg img{width:100%;min-width:1000px;}



/* ========== Top Brand Block ========== */

.top-nav{
	float: left;
	width: 100%;
	color: #fff;
	margin: 40px 0;
	position: relative;
	z-index: 2;
}
.top-nav .navbar-brand{
	font-weight: 600;
	font-size: 23px;
}
.top-nav .navbar-brand:hover{
	color: #fff;
}
.top-nav .brand-deco{
	border: 1px solid #ef6464;
	padding-left: 20px;
	padding-right: 20px; 
	color: #ef6464;
}
.top-nav .brand-deco:hover{
	border: 1px solid #ef6464;
	background-color: #ef6464;
	color: #fff;
}


/* ========== Floating Menu ========== */

.float-menu{
	width: 50%;
	height: 100%;
	background-color: rgba(10,31,57,0.98);
	position: absolute;
	left:-50%;
	transition: 0.3s ease-in;
	top: 0;
	z-index: 9999;
}
.float-menu.show{
	left: 0
}
.float-menu .menu-icon{
	position: absolute;
	right: -83px;
	top: 43px;
	transition: 0.3s ease-in;
	z-index: 99999;
}
.float-menu.show .menu-icon {
    right: unset;
    left: 20px;
    top: 20px;
}
.float-menu .content-block{
	float: left;
	width: 100%;
	color: #fff;
}
.float-menu h2{
	font-weight: 700;
}
.float-menu p{
	font-weight: 400
}

/* ==== Animated Menu Icon === */

#nav-icon1 {
  width: 50px;
  height: 20px;
  position: relative;
  margin: -8px auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 67%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 11px;
}

#nav-icon1 span:nth-child(3) {
  top: 22px;
}

#nav-icon1.open span{
  background: #ef6464;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.float-menu hr{
	background-color: #ef6464;
}
/* === Our Member Block === */

.member-box{
  width:100%;
  float:left;
  position:relative;
  overflow:hidden
}
.member-box h4{}
.member-box:hover> img{
	transform: scale(1.05);
	transition:1s ease-in;  
}
.member-box img{
  transition:0.3s ease-in;  
}
.member-box.t-bottom .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
.member-box.t-center .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.member-box i.box-circle-solid{
	padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 35px;
    transition:0.4s ease-in;
}
.member-box i.box-circle-solid:hover{
	background-color: #ef6464;
	border-color: #ef6464;
	color: #fff;
}

/* === Member Hover Animation === */

.member-box.anim-lf .overlay-content{
  position:absolute;
  background-color:rgba(0,0,0,0.6);
  left:-100%;
  bottom:0;
  width: 100%;
  height:100%;
  transition:0.4s ease-in;
}
.member-box.anim-lf:hover>.overlay-content{
  left:0;
  transition:0.4s ease-in;
}

/* ==== Footer Section === */
footer {
	float: left;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    bottom: 0;
}
footer a{
	color:  #ef6464;
}


/* ========== Main Content Section ========== */

.heading-sec{
	float: left;
	width: 100%;
	color: #fff;
	padding: 0 30px;
	position: relative;
	z-index: 2;
}
.heading-sec h1{
	font-weight: 700;
	font-size: 52px;
}


/* ========== Countdown Section ========== */
.countdown-sec{
	float: left;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 2;
}
.countdown-sec #DateCountdown{
	width: 55%;
	margin: 0 auto;
}

/* ========== Notification and Social Media ========== */

.contact-sec{
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
.contact-sec .subscribe-box .btn{
	padding:8px 20px;
}
.contact-sec .social-container{
	width: 80%;
	margin: 0 auto;
}
.contact-sec .social-icon{
	border: 1px solid #efefef;
	color: #efefef;
	font-size: 20px;
	width: 40px;
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin: 0 5px;
}
.contact-sec .social-icon:hover{
	color: #fff;
	background-color: #061322;
	border-color: #061322;
	transition: .25s ease-in;
	-webkit-transition: .25s ease-in;
	-moz-transition: .25s ease-in;
}


/* === Notification Modal === */

.custom-modal .modal-header{
	border-radius: 0;
	background-color: #fff;
	position: relative;
	border-color: #ef6464;
}
.custom-modal .modal-header h5{
	color: #00cec9;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 700;
}
.custom-modal .modal-header .close{
	position: absolute;
    right: 10px;
    top: 4px;
    outline: none
}

.custom-modal .modal-footer{
	justify-content: center;
}


/* ========== Responsive Media Queries ========== */


@media only screen and (max-width: 900px){
	.float-menu{
		width:100%;
		left: -100%;
	}
	.countdown-sec #DateCountdown{
		width: 100%;
	}	
}
@media only screen and (max-width: 768px){
	.heading-sec h1{
		font-size: 45px;
	}
	.heading-sec{
		padding-left: 0px;
		padding-right: 0px; 
	}
}

@media only screen and (max-width: 575px){
	footer .copyright,footer .credit{
		width: 50%;
		font-size: 13px;
	}
}

@media only screen and (max-width: 574px){
	.countdown-sec #timer span{
		font-size: 55px;
		width: 50%;
		float: left;
		margin-bottom: 40px;
		
}
