/******************************************************************
Theme Name: 
Description: A full featured customized theme by <a target="_blank" href="https://www.odesk.com/users/~0140f55f1b31601bf8">Muhammad Morshed</a>.
Author: Muhammad Morshed
Author URI: http://www.morsheds.com
Version: 1.0
******************************************************************/
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: "Raleway", sans-serif;
    line-height: 1.5;
	font-size: 15px;
    color: #000;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #000;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}




/*======================================================
    Coming Soon Template
========================================================*/

.coming-soon {
    background: transparent url(../img/coming-soon.jpg) center center / cover no-repeat;
}

.coming-soon.update {
    background-image: url(../img/update.jpg);
}

.coming-soon.update .container {
    position: relative;
}

.coming-soon .overlay {
    background-color: rgba(14, 14, 14, 0.18);
    width: 100%;
    height: 100%;
}

.coming-soon.update .overlay {
    background-color: rgba(0,0,0,0.6);
}

.coming-content {
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    top: 26%;
    width: 100%;
    z-index: 11;
}

.coming-content > div {
    vertical-align: middle;
    display: table-cell;
}

.coming-soon .logo {
    margin: 20px 0 30px;
}

.coming-soon .logo a span {
    color: #333;
    display: block;
    font-size: 38px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 20px;
    text-transform: uppercase;
}

.coming-soon .coming-text {
    margin-bottom: 25px;
}

.coming-soon .coming-text h1 {
    color: white;
    font-size: 56px;
    font-weight: 900;
    line-height: 82px;
    text-transform: uppercase;
}

.coming-soon .coming-text h1 span {
    color: #00aeef;
    font-weight: 400;
}

.coming-soon .inner-content p {
    color: white;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px 0;
    display: inline-block;
    border-bottom: 1px solid #6b6969;
    padding-bottom: 10px;
}

.coming-soon .social-links {}

.coming-soon .social-links ul {}

.coming-soon .social-links ul li {
    display: inline-block;
}

.coming-soon .social-links ul li a {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: block;
    color: #777;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    margin: 0 auto;
    width: 42px;    
}

.coming-soon .social-links ul li a:hover {
    background-color: #00aeef;
    border-color: #00aeef;
    color: #fff;
}

.coming-soon .go-down {
    margin-top: 5px;
}

.coming-soon .go-down > a {
    display: inline-block;
}

.coming-soon .go-down .vrbox {
    border: 3px solid #00aeef;
    border-radius: 50px;
    display: inline-block;
    height: 46px;
    position: relative;
    width: 26px;
}

.coming-soon .go-down .vrbox:after {
    position: absolute;
    left: 50%;
    width: 4px;
    height: 10px;
    content: '';
    bottom: 6px;
    margin-left: -2px;
    background-color: #00aeef;
}

.coming-soon .go-down .down_arrow {
    color: #00aeef;
    display: block;
    font-size: 22px;
    line-height: 10px;
    margin-top: 5px;
    position: relative;
    -webkit-animation: mapping 1s linear infinite;
       -moz-animation: mapping 1s linear infinite;
         -o-animation: mapping 1s linear infinite;
            animation: mapping 1s linear infinite;
}

.coming-soon .go-down a span i {
    line-height: 9px;
}

@-webkit-keyframes mapping {
    0% {top: 0;}
    50%{top: -5px;}
    100% {top:0; }
}
@-moz-keyframes mapping {
    0% {top: 0;}
    50%{top: -5px;}
    100% {top:0; }
}
@-o-keyframes mapping {
    0% {top: 0;}
    50%{top: -5px;}
    100% {top:0; }
}
@-keyframes mapping {
    0% {top: 0;}
    50%{top: -5px;}
    100% {top:0; }
}

.coming-soon.update .subscription-text h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 82px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.coming-soon.update .subscription-text h1 span {
    display: block;
    font-weight: 400;
}

.coming-soon.update .subscription-text p {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 0;
    color: #fff;
}

.coming-soon.update .page-up a {
    background: url("../img/cross.png") no-repeat scroll center center / 50% auto #fff;
    height: 40px;
    position: absolute;
    right: -25%;
    text-align: center;
    text-indent: -9999em;
    top: 20px;
    width: 40px;
}

.coming-soon.update .sform7 {
    background-color: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.6);
    margin: 35px auto 0;
    font-weight: 600;
    padding: 29px;
    max-width: 514px;
    width: 100%;
}

.coming-soon.update .input-field {
    float: left;
    font-size: 14px;
    height: 50px;
    margin-right: 20px;
    background-color: #fff;
    color: #777;
    border: 0;
    padding: 0;
    text-indent: 25px;
    text-transform: lowercase;
    max-width: 300px;
    width: 100%;
}

.sform7 .input-field::-moz-placeholder {/* Firefox 19+ */
    text-transform: uppercase;
}

.sform7 .input-field::-webkit-input-placeholder {
   text-transform: uppercase;
}

.sform7 .input-field:-moz-placeholder { /* Firefox 18- */
   text-transform: uppercase;
}

.sform7 .input-field:-ms-input-placeholder {  
   text-transform: uppercase;
}

.coming-soon.update .mail-submit {
    width: 134px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #00aeef;
    border: 0;
    text-transform: uppercase;
}