/* ============================================================

Template Name: MARS - Responsive Coming Soon
Author: Marwa El-Manawy -- http://elmanawy.info
Description: MARS - Responsive Coming Soon
Version: 1.0

===============================================================
*/

/*************************
       Google Fonts
*************************/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700);


/*************************
     Global styles
*************************/
body{
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-base-color: #03A9F4;
    scrollbar-base-color: #03A9F4;
    scrollbar-3dlight-color: #2f3742;
    scrollbar-highlight-color: #2f3742;
    scrollbar-track-color: #2f3742;
    scrollbar-arrow-color: #2f3742;
    scrollbar-shadow-color: #2f3742;
    scrollbar-dark-shadow-color: #2f3742;
    overflow-x: hidden;
}
body, p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400; 
    line-height: 20px;
    color: #58666e;
}
::selection {
    background: #03A9F4;
    color: #ffffff;
    text-shadow: none;
}
p{
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
h1{
    font-size: 36px;
    line-height: 48px;
}
h2{
    font-size: 28px;
    line-height: 38px;
}
h3{
    font-size: 24px;
    line-height: 34px;
}
h4{
    font-size: 18px;
    line-height: 28px;
}
h5{
    font-size: 14px;
    line-height: 24px;
}
a{
    transition: 0.5s ease;
    text-decoration: none;
}
a:focus, a:hover {
    color: #03A9F4;
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
input, textarea{
    height: 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #03A9F4;
    outline-color: none;
    outline-style: none;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 22px;
    outline: 0 !important;
    outline: none !important;
}
textarea{
    height: 100px;
}
input:focus, textarea:focus{
    outline:0 !important;
    border-bottom: 1px solid #03A9F4 !important;
    border-left: 1px solid #03A9F4 !important;
    outline: 0 !important;
    outline: none !important;
}
.btn-primary {
    color: #fff;
    background-color: #03A9F4;
    border-color: #03A9F4;
    border-radius: 0;
    outline: 0 !important;
    outline: none !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary:active{
    background-color: #fff;
    color: #03A9F4;
    border-color: #03A9F4;
    outline: 0 !important;
    outline: none !important;
}
button:focus{
    outline: 0;
}


/*************************
     Scrollbar Page
*************************/
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-track-piece  {
    background-color: transparent;
}
::-webkit-scrollbar-thumb:vertical {
    height: 0;
    background-color: transparent;
}
/*************************
     Scrollbar model
*************************/
.modal-dialog ::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}
.modal-dialog ::-webkit-scrollbar-track-piece  {
    background-color: #03A9F4;
}
.modal-dialog ::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #03A9F4;
}

/*************************
     Start Loading
*************************/
#loading {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
    text-align: center;
}
#loading img{
    width:700px;
    height: 700px;
    margin: auto;
    vertical-align: middle;
}
.main-wrapper{
    position: relative;
    width: 100%;
    height: 100vh;
}

/*************************
   Site Content
*************************/

.header{
    position: relative;
    width: 100%;
    height: 100vh;
}
.bg-cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-overlay{
    background-color: rgba(3, 169, 244, 0.31);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}
.header-content{
    position: relative;
    width: 100%;
    display: table;
    text-align: center;
    color: #fff;
}
.logo{
    display: block;
    text-align: center;
    margin: 30px 0 40px 0;
}
.header-content h1{
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px; 
}
.header-content p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    width: 50%;
    margin: auto;
}
/* Countdown Part
=====================================================================*/
.countdown{
    color: #fff;
    margin: 60px auto 10px auto;
    width: 60%;
}
.countdown_row{
    display: block;
    margin-left: 5px;
    overflow: hidden;
    width: 100%;
}
.countdown_section{
    background: none repeat scroll 0 0 transparent;
    border: 2px solid #ddd;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 25px;
    margin: 15px 30px auto;
    padding: 45px 10px;
    text-align: center;
    width: 140px;
}
.countdown_amount{
    font-size: 25px;
    font-weight: 800;
}
/* Social Media
=====================================================================*/
.header-social-media{
    position: fixed;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
}
.header-social-media li, .header-social-media li a{
    display: inline-block;
}
.header-social-media li a{
    color: #fff;
    font-size: 23px;
    margin-right: 15px;
}
.header-social-media li a:hover{
    color: #03A9F4;
}
.header-social-media .tooltip.top .tooltip-inner {
    background-color:#03A9F4;
}
.header-social-media .tooltip.top .tooltip-arrow {
    border-top-color: #03A9F4;
}
/* left and right icons
=====================================================================*/
.toogle-section li {
    position: fixed;
    margin-bottom: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    vertical-align: middle;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
}
.toogle-section li a{
    display: block;
}
.a{
    left: 2%;
    top: 40%;
}
.b{
    left: 2%;
    top: 50%;
}
.c{
    right: 2%;
    top: 40%;
}
.d{
    right: 2%;
    top: 50%;
}
.toogle-section li img{
    width: 25px;
    height: 25px;
}

/* MODEL
=====================================================================*/
.modal {
    background: rgba(0, 0, 0, 0.1);
}
.modal-dialog{
    margin: 0 auto;
}
.cls-pop {
    right: 2%;
    top: 2%;
    color: #03A9F4;
    font-size: 15px;
    position: absolute;
    border: 2px solid #03A9F4;
    border-radius: 50%;
    padding: 3px 5px;
}
.cls-pop:hover{
    opacity: 0.8;
}
.modal-content {
    background-color: #000;
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-content p {
    color: #9e9e9e;
    line-height: 20px;
    font-size: 15px;
}
.modal-content h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 30px 0 60px 0;
    padding: 0;
    color: #03A9F4;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.pop-up h3:before {
    background-color: #03A9F4;
    bottom: -30px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 300px;
}
.pop-up h3:before {
    left: 50%;
    margin-left: -150px;
}

/*  ABOUT MODEL
=====================================================================*/
.about-img img{
    width: 100%;
}
.twke3{
    float: right;
    margin: 10px 0;
}

/*  LOCATION MODEL
=====================================================================*/
#map {
    width:100%;
    height:300px;
    margin-bottom: 30px;
}
.location p{
    text-align: center;
    margin-bottom: 30px;
} 
.contact-info {
    text-align: center;
}
.contact-info i{
    color:#03A9F4;
    font-size: 30px;
}
.contact-info h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-info p {
    font-size: 14px;
    text-align: center;
}
/*  CONTACT MODEL
=====================================================================*/
.contact_form{
    margin-top: 30px;
}
.input-icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    color:#03A9F4;;
}
.contact_form input, .contact_form textarea{
    height: 40px;
    border: none;
    border-bottom: 1px solid #9e9e9e ;
    background-color: transparent;
    border-left: 1px solid #9e9e9e ;
    padding-left: 40px;
    color: #fff;
}
.contact_form textarea{
    height: 100px;
}
.contact_form .btn-primary {
    background-color: transparent;
    color: #9E9E9E;
    border-color: #9E9E9E;
    height: 40px;
    width: 100%;
}
.contact_form .btn-primary:hover, .contact_form .btn-primary:focus, .contact_form .btn-primary:visited, .contact_form .btn-primary:active {
    background-color: #03A9F4;
    color: #fff;
    border-color: #03A9F4 !important;
    outline: 0 !important;
    outline: none !important;

}
/*  SUBSCRIBE MODEL
=====================================================================*/
.subscribe-form input{
    border-right: 1px solid #9e9e9e ; 
    border-top: 1px solid #9e9e9e ; 
    border-left: 1px solid #9e9e9e ; 
    border-bottom: 1px solid #9e9e9e ; 
}
.subscribe-form input:hover, .subscribe-form input:focus{
    border-bottom: 1px solid #03A9F4 ; 
    border-left: 1px solid #03A9F4 ; 
    border-right: 1px solid #03A9F4 ; 
    border-top: 1px solid #03A9F4 ; 
}
.subscribe p{
    text-align: center;
}
/* Show Messages
=====================================================================*/
.gen {
    background: none repeat scroll 0 0 #00BCD4;
    color: #fff;
    font-size: 16px;
    margin: 15px;
    padding: 5px;
    text-align: center;
}
.err {
    background: none repeat scroll 0 0 #03A9F4;
    color: #fff;
    font-size: 16px;
    margin: 15px;
    padding: 5px;
    text-align: center;
}