/* 
    =============================================== 
      Designed By : Infy SKY Team.
      Author      : Team 
    =============================================== 
*/

body {
   
    border-top: 2px solid #1185e8;
    font-family: 'Lato', sans-serif;
    color: #555;
    font-weight: 400;
    text-align: left;
    border-bottom: 2px solid #1185e8;
    background-size: 100%;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #1185e8;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

img { max-width: 100%; }

::-moz-selection { background: #1185e8; color: #fff; text-shadow: none; }
::selection { background: #1185e8; color: #fff; text-shadow: none; }


/***** Header *****/

.logo h1 {
    margin-top: 7px;
    font-family: 'Lobster', cursive;
    font-size: 38px;
    line-height: 42px;
    font-weight: 400;
    color: #555;
}

.logo h1 span { color: #1185e8; }

.logo a { color: #555; }
.logo a:hover { color: #1185e8; }

.call-us {
    font-size: 18px;
    line-height: 22px;
    text-align: right;
}

.call-us p {
    margin-top: 18px;
}

.call-us p span { color: #888; }


/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.inner-bg {
    padding: 55px 0 60px 0;
    background: url(../img/pattern-3.png);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    background-size:100%;
    padding-top: 120px;
}

.coming-soon h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.coming-soon p {
    margin-top: 50px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

/***** Copy Right *****/
p.copy-right {
    color: #848484;
    text-align: center;
    margin-top: 14px;
    font-size: 18px;
}

p.copy-right a{
    color: #1185e8;
    text-decoration:none;
}





/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (max-width: 767px) {

    .logo h1 { text-align: center; }
    .call-us { padding-bottom: 7px; text-align: center; }

    .inner-bg { padding: 45px 0 50px 0; }

    .coming-soon h2 { font-size: 36px; }

}


@media (min-width: 320px) and (max-width: 380px) {
    .coming-soon h2 { font-size: 32px;}
    .inner-bg { padding: -80px 0 0 0; }
    .coming-soon p { margin-top: 5px; font-size: 14px; }
}
