/*
 *
 * Template Name: Alissa
 * Template URI: http://azmind.com
 * Description: Alissa - Responsive Coming Soon Template
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #fff;
    text-align: left;
   font-family: 'Poppins', sans-serif;
    color: #333;
    font-weight: 100;
    border-top: 8px solid #00407f;
    text-transform: uppercase;
}

strong { font-weight: 700; }
a:hover { text-decoration: none; }

::-moz-selection { background: #e75967; color: #fff; text-shadow: none; }
::selection { background: #e75967; color: #fff; text-shadow: none; }

.logo h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 400;
    color: #555;
        text-align: center;
        text-transform: uppercase;
}

.logo h1 span { color: #e75967; }

.logo a {
    color: #555;
    text-decoration: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.logo a:hover { color: #e75967; }

.call-us {
    font-size: 16px;
    text-align: center;
}

.call-us p {
    margin-top: 18px;
    padding-right: 50px;
}

.call-us p span { color: #888; }


/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #dbdbdb;
}

.inner-bg {
    padding: 120px 0 120px 0;
     background-color: rgb(15 14 14 / 75%);

}

.coming-soon h2 {
   font-size:45px;
      font-weight: 700;
      text-transform: none;
      /* text-shadow: 0 1px 7px rgba(0,0,0,.2); */
      padding-bottom: 30px;
      padding-top:20px;
      color: #7EBC37;
      text-transform: uppercase;
      letter-spacing: 3px;
    line-height: :1.5;
    font-family: 'Poppins', sans-serif;
}

.coming-soon p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 32px;
   text-transform: none;
 font-family: 'Poppins', sans-serif;
}

.timer {
    margin-top: 30px;
    text-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 140px;
    margin: 0 10px;
    padding-top: 20px;
    background: #5d616575 /* browsers that don't support rgba */;
    background:#1f42824f;
    font-size: 12px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    background: transparent;
    text-shadow: none;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 60px;
    line-height: 90px;
}


/***** Content *****/

.subscribe {
    margin-top: 0px;
    text-align: center;
}

.subscribe h3 {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    line-height:1.2;
    text-transform: uppercase;
   letter-spacing:1px;
     font-family: 'Poppins', sans-serif;
    margin-top: 0px;
}

.subscribe p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.subscribe form {
    margin-top: 10px;
}

.subscribe form input {
    width: 310px;
    height: 38px;
    margin: 0;
    padding: 0 10px;
    background: #F7F7F7;
font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 38px;
    color: #888;
  
}

.subscribe form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

.subscribe form button {
    width: 130px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #204184;
    border: 0;
font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.subscribe form button:hover {
    background: #000;
    color: #fff;
}

.subscribe form button:active {
    background: #0270bb;
    color: #fff;
}

.success-message, .error-message {
    font-size: 18px;
}

.error-message {
    color: #0270bb;
}

.social {
    margin-top: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
  
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
        background-color:#204184;
}

.social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 3px;
}

.social a.facebook { background: url(../img/social-icons/facebook.png); }
.social a.twitter { background: url(../img/social-icons/twitter.png); }
.social a.dribbble { background: url(../img/social-icons/dribbble.png); }
.social a.googleplus { background: url(../img/social-icons/googleplus.png); }
.social a.pinterest { background: url(../img/social-icons/pinterest.png); }
.social a.flickr { background: url(../img/social-icons/flickr.png); }
.social a.email { background: url(../img/social-icons/email.png);}
.social a.linkedin { background: url(../img/social-icons/linkedin.png); }
.social a.instagram { background: url(../img/social-icons/instagram.png); }
.social a.youtube { background: url(../img/social-icons/youtube.png); }


/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 979px) {

    .logo h1 {
        padding-left: 0;
    }

    .call-us p {
        padding-right: 0;
    }

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper {
        width: 140px;
        height: 120px;
        margin: 0 7px;
        padding-top: 20px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds {
        font-size: 60px;
        line-height: 70px;
    }

}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .logo h1 {
        padding-left: 0;
        text-align: center;
    }

    .call-us {
        padding-bottom: 7px;
        text-align: center;
    }

    .call-us p {
        padding-right: 0;
    }

    .inner-bg {
        padding: 45px 15PX 45px 15PX;
         background-color: rgb(0 0 0 / 72%);
    }

    .coming-soon h2 {
        font-size: 36px;
        padding: 0 20px;
    }
    
.h1 {
    font-size: 14px !IMPORTANT;
}

    .coming-soon p {
        padding: 0 20px;
    }

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper {
        width: 140px;
        height: 120px;
        margin: 7px;
        padding-top: 20px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds {
        font-size: 50px;
        line-height: 70px;
    }

    .subscribe h3 {
        padding: 0 20px;
        font-size: 14px;
    }

    .subscribe p {
        padding: 0 20px;
    }

}

@media (max-width: 480px) {

    .subscribe form {
        padding: 0 20px;
    }
.h1 {
    font-size: 25px !important;
}
    .subscribe form input {
        width: 90%;
    }

    .subscribe form button {
        width: 90%;
        margin-top: 10px;
    }

}

.iframe
{
	text-align:center;
	margin-top: 20px;
margin-bottom: 20PX;
}