/*
    Theme Name: WeBuild
    Theme URL: https://bootstrapmade.com/free-bootstrap-coming-soon-template-countdwon/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
	background: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #818285;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #11253C;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
  transition: background 0.3s;
}
.btn-theme:hover  {
  color: #fff;
  background-color: #5cacce;
  border-color: #5cacce;
}
form.signup input  {
	height: 42px;
	width: 250px !important;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}


/* wrapper */

#wrapper {
	text-align: center;
	padding: 5% 0 0 0;
	/*// background: url(../img/main-bg.jpg);
  background: #FFF;*/
	width: 100%;	
    height: 100%;
    background-size: cover;
}
.left-logo p, .right-logo p{
  margin-top: 25px;
}
.left-logo h2.intro-tittle, .left-logo p{
  color: #fff;
}
.right-logo h2.intro-tittle, .right-logo p{
  clear: #002d44;
}

#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #000;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	color: #595A5C;
	font-size: 24px;
}

h2.intro-tittle {
  font-size: 20px;
}
@media (max-width: 767px) {
  .left-logo {
    margin-bottom: 30px;
  }
  img.logo-img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* social */
.social {
    padding: 30px 0 0 0;
}

.social a {
    font-size: 24px;
    color: #fff;
    padding: 0 5px;
    transition: all 0.3s;
}

.social a:hover {
    color: #5cacce;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
p.copyright {
	margin-top: 30px;
	color: #595A5C;
	text-align: center;
    padding: 0;
    margin-bottom: 5px;
    background: #fff;
}	

.credits, .credits a {
    color: #fff;
}
.container{
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}


@media(min-width: 768px){
  body{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002d44+50,2989d8+50,002d44+50,207cca+50,ffffff+50 */
  background: #002d44; /* Old browsers */
  background: -moz-linear-gradient(left, #002d44 50%, #2989d8 50%, #002d44 50%, #207cca 50%, #ffffff 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #002d44 50%,#2989d8 50%,#002d44 50%,#207cca 50%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #002d44 50%,#2989d8 50%,#002d44 50%,#207cca 50%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d44', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }
}

@media(max-width: 768px){
  .left-logo{
    background:#002d44 ;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  img.logo-img{
    width: 100%;
  }
 .right-logo{
    background: #fff;

    padding-top: 20px;
  }
  .container.mobile, .container.mobile .col-md-12{
    padding: 0;
  }
  .container.mobile .row{
    margin: 0;
  }
  #wrapper{
    padding-top: 0;
  }
}