 @charset "utf-8";
/* CSS Document */
/* ========== Do Not Touch In Css Strat ========== */
/* ========== Commn Css Strat ========== */
 @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i');


 html,body{
    height: 100%;
     font-family: 'Montserrat', sans-serif;
}
 body{
    overflow-x: hidden;
}
 p {
    margin-bottom: 10px;
     padding: 0px 0px 12px 0px;
     line-height: 22px;
     color: #000;
     font-size: 12px;
     font-weight: 500;
}
 .floatleft {
    float:left;
}
 .floatright {
    float:right;
}
 .clear {
    clear:both;
}
 .bold {
    font-weight:bold;
}
 a {
    text-decoration:none;
     color:#324268;
     outline:none;
}
 a:active, a:focus{
     outline:none;
     text-decoration:none!important;
}
 a:hover, a.selected {
    text-decoration:none;
     color:#333333;
}
 ul {
    list-style:none;
}
 li {
    list-style:none;
}
 .nonebox_shadow{
    box-shadow:0 0px 0px rgba(0, 0, 0, 0.05)!important;
}
 .padzero{
    padding: 0px;
}
.padlzero{
    padding-left:0px;
}
.padrzero{
    padding-right:0px;
}
 .slider{
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
 h1{
    font-size: 28px;
    color: #343434;
    font-weight: 600!important;
}
 .title{
    padding-bottom: 15px;
}
 .title h1{
    font-size: 25px;
    color: #545454;
    text-transform: uppercase;
    font-weight: 400!important;
}
 .title h1 span{
    font-weight: 800;
}
 .padl0{
    padding-left:0px;
}
 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: red;
     opacity: 1;
    /* Firefox */
}
 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: red;
}
 ::-ms-input-placeholder {
    /* Microsoft Edge */
     color: red;
}
/* ========== Commn Css End ========== */
#coming_soon{
    height: 100vh;width:100%;position: fixed; background-image: url(../images/bg.jpg); background-repeat: no-repeat;background-size: 100%;background-position: center top;
/*    padding:50px 0px;*/
}
.logo_section{
   background-color: rgba(1, 168, 151, 0.9);
    height: 100vh;
    padding: 20px;
}
.logo{background-color: #fff;padding:10px; border-radius: 5px;display: block; margin:0 auto;width:80%;padding:15px 0px;margin-top:30px;}

.logo img{
    width:100%;
}
.content{position: relative; float: left; text-align: center;width:100%;}
.content h1{
    color: #fff;
    font-weight: 400 !important;
    font-size: 50px;
    text-align: center;
    margin: 30px 0px;
    text-transform: uppercase;
}
.content h3{
/*    color: #00ffe4;*/
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
}
img.register{display: block; width:40%; border-radius:20px;margin:30px auto;}
.content h4, .content p, .content a{
    color: #fff; font-size:14px; text-align: center;padding:5px 0px;
}
/* ========== Do Not Touch In Css End ========== */