/*
  SCRN HTML Template
  Version 6.0
  Copyright 2016 KLLR
  Website: http://themes.wearekllr.com
  Support: http://kllr.ticksy.com

	Contents:

  01. Typography
	02. Generic styles
	03. Buttons
	04. Separators
	05. Intro
	06. Navigation
	07. Services
  08. About
	09. Contact
	10. 404 page
	11. Media queries

*/


/******************************
 01. Typography
******************************/

body, p, a, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
}

p {
  font-size: 16px;
  line-height: 1.65em;
}

h1 {
  font-family: FontShui;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

span.big-h1 {
  font-size: 180px;
  color: #0174DF;
}

span.small-h1 {
  font-size: 120px;
  color: #0174DF;
}

span.lower-h1 {
  color: #DF0174;
}

h2 {
  font-family: FontShui;
  font-size: 80px;
  font-weight: 700;
  color: #2c2c2c;
}

span.small-h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

a {
  color: #0082b8;
}

@font-face {
  font-family: 'FontShui';
  src: url(../fonts/fontshui.woff?v=4.7.0) format('woff'), url(../../../fonts/fontshui.ttf?v=4.7.0) format('truetype');
  font-weight: normal;
  font-style: normal;
}

/******************************
 02. Generic styles
******************************/

body {
  position: relative;
  overflow-x: hidden;
}

section {
  position: relative;
  z-index: 2;
}

section header {
  text-align: center;
}

section header h2::after {
  background-color: #DF0174;
  content: "";
  height: 3px;
  width: 36px;
  display: block;
  margin: 28px auto;
}

section header p {
  color: #505050;
  font-size: 18px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

section#services,
section#about,
section#contact {
  padding: 130px 0 140px 0;
}

/* call to action */

.call-to-action {
  background: #f6f9fa;
  height: 340px;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.call-to-action h3 {
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 25px;
}

.call-to-action p {
  color: #666;
  font-size: 18px;
}

.call-to-action .btn {
  margin-top: 52px;
}

/******************************
 03. Buttons
******************************/

.btn-default {
  background: #2c2c2c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  padding: 16px 38px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}

.btn-default:hover {
  background-color: #2c2c2c;
  color: #fff;
  opacity: 0.7;
}

.btn-white {
  background-color: #fff;
  color: #2c2c2c;
}

.btn-white:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}



/*******************************
 04. Separators
******************************/

.separator {
  text-align: center;
  position: relative;
  height: 750px;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.separator p {
  font-family: FontShui;
  color: #0174DF;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  width: 70%;
  margin-bottom: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

div.parallax-mirror {
  z-index: 0 !important;
}



/******************************
 05. Intro
******************************/

#intro {
  position: relative;
  width: 100%;
  height: 93vh;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#intro h1, #intro p {
  color: #fff;
}

.intro-1 {
  background-size: cover;
  background-position: center;
  text-align: center;
}

.intro-1 .intro-content {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.intro-1 p {
  font-size: 24px;
  margin: 30px 0;
  padding: 0 80px;
}

/* intro 2 */

.intro-2 {
  background-size: cover;
  background-position: center;
  text-align: left;
}

.intro-2 .intro-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro-2 h1 {
  text-transform: none;
}

.intro-2 h1 span {
  font-size: 130px;
  margin-left: -10px;
}

.intro-2 p {
  font-size: 24px;
  margin-top: 30px;
  width: 60%;
}

/******************************
 06. Navigation
******************************/

.navbar {
  background-color: #0174DF;
  -webkit-box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: 0;
  position: relative;
  z-index: 1000;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar li a:hover {
  background-color: #DF0174;
}

.nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 40px;
}

.navbar-toggle .icon-bar {
  background: #2c2c2c;
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}

/******************************
 07. Services
******************************/

#services {
  background-color: #fff;
  padding-bottom: 110px !important;
}

.services-list {
  text-align: left;
  margin-top: 150px;
}

.services-list i {
  font-size: 60px;
  margin-bottom: 20px;
}

.services-list h4 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.services-list p {
  margin-bottom: 90px;
}

.services-list h4 {
  font-family: FontShui;
}

.col-sm-4 {
  width: 100%;
  margin-bottom: 30px;
}

#service-banner {
  text-align: center;
}

#service-banner h4 {
  color: #DF0174;
}

.col-sm-4 p {
  float: left;
  width: 60%;
}

.col-sm-4 img {
  float: left;
  width: 35%;
  margin-right: 5%;
}

/******************************
 8. About
******************************/

#about {
  background-color: #fff;
}

#about header {
  margin-bottom: 120px;
}

.about-intro {
  margin-bottom: 150px;
}

.about-intro p {
  color: #777;
  margin-bottom: 25px;
}

.about-intro .col-md-4 {
  width: 40%;
}

.about-intro img {
  width: 100%;
  float: left;
}

/******************************
 9. Contact
******************************/

#contact {
  background: #fff;
  color: #000;
  padding-bottom: 0 !important;
}

#contact p, #contact h2, #contact h5 {
  color: #2c2c2c;
}

#contact header {
  margin-bottom: 100px;
}

#contact form {
  margin-top: 70px;
}

#contact label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

#contact .form-group {
  margin-bottom: 35px;
}

#contact .form-control {
  background-color: #c2c2c2;
  color: #2c2c2c;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact input.form-control {
  height: 50px;
}

#contact button:hover {
  color: #fff;
  background-color: #DF0174;
}

.btn-default {
  background-color: #0174DF;
  color: #fff;
}

.contact-info {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.contact-info li {
  background-color: #c2c2c2;
  border-radius: 3px;
  width: 230px;
  height: 190px;
  display: flex;
}

.contact-info li a{
  color: #2c2c2c;
  text-decoration: none;
}

.contact-info i {
  color: #DF0174;
  font-size: 50px;
  margin-bottom: 15px;
}

.contact-info .content {
  margin: auto auto;
}

.col-md-8 {
  width: 100%
}

.col-sm-12 {
  width: 100%
}

/***** map *****/

#map {
  height: 400px;
  width: 100%;
  margin-top: 90px;
}

#map div {
  background-color: transparent !important;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

div#d {
  background-color: #2c2c2c !important;
}

footer {
  background: #0174DF;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}

footer p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

p.copyright {
  font-size: 14px;
  text-align: center;
  margin: 50px 0;
}

p a {
  color: #fff;
}

p a:hover { 
  text-decoration: none;
  color: #DF0174;
}


/******************************
 10. 404 page
******************************/

.page-404 {
  background: url(../images/intro-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 98vh;
  position: relative;
  margin-top: -30px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.page-404-content {
  color: #2c2c2c;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.page-404-content h1 {
  color: #2c2c2c;
  font-size: 200px;
  font-weight: 600;
}

.page-404-content p {
  color: #2c2c2c;
  font-size: 50px;
}



/******************************
 11. Media queries
******************************/

@media only screen and (max-width: 1200px) {
  .nav > li > a {
    padding: 15px 30px;
  }

  .single-project-info li {
    margin-bottom: 25px;
  }

  .contact-info li {
    width: 190px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .page-404-content p {
    font-size: 40px;
  }
}


@media only screen and (max-width: 992px) {
  section header p {
    width: 100%;
  }

  .separator {
    height: 60vh;
  }

  .separator p {
    width: 100%;
  }

  .call-to-action {
    text-align: center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .pricing-table {
    margin-bottom: 30px;
  }

  .about-intro img {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-preview {
    margin-bottom: 50px;
  }

  ul.social-footer {
    margin-bottom: 50px;
  }
}


@media only screen and (max-width: 768px) {
  .separator p {
    font-size: 30px;
  }

  .page-404-content p {
    font-size: 30px;
  }

  /**** intro ****/
  .intro-1 h1 {
    font-size: 60px;
  }

  .intro-1 .big-h1 {
    font-size: 100px;
  }

  .intro-1 p {
    font-size: 20px;
  }

  .intro-1 p {
    padding: 0;
  }

  .intro-2 h1 span {
    font-size: 100px;
  }

  .intro-2 h1 {
    font-size: 60px;
  }

  .intro-2 p {
    width: 100%;
  }

  .single-project img {
    margin: 0 auto 30px auto;
  }

  .services-list p {
    margin-bottom: 60px;
  }

  p.post-title {
    font-size: 55px;
  }

  .col-centered {
    display: block;
  } 

  .contact-info {
    display: block;
  }

  .contact-info li {
    width: 100%;
    margin-bottom: 30px;
  }
}


@media only screen and (max-width: 560px) {
  .intro-1 h1 {
    font-size: 50px;
  }

  .intro-1 .big-h1 {
    font-size: 90px;
  }

  .intro-1 p {
    font-size: 20px;
  }

  .intro-2 h1 span {
    font-size: 80px;
  }

  .intro-2 h1 {
    font-size: 30px;
  }

  .intro-2 p {
    font-size: 18px;
  }
}

  .page-404-content p {
    font-size: 30px;
  }
}


@media only screen and (max-width: 480px) {
  .separator p {
    font-size: 20px;
  }

  .intro-1 .intro-content {
    padding-top: 10px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    -webkit-transform: none;
  }

  .intro-1 h1 {
    margin-top: 20px;
    padding-top: 20px;
  }

  h2 {
    font-size: 50px;
  }

  .parallax p {
    font-size: 30px;
  }

  .page-404-content h1 {
    font-size: 120px;
  }
}


@media only screen and (max-width: 380px) {
  #intro {
    height: 91vh;
  }

  .intro-1 p {
    font-size: 16px;
  }

  .intro-1 h1 {
    margin-top: 0;
  }
}
