/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700');*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
body {
  /*font-family: 'Comfortaa', cursive;*/
  font-family: 'Lato', sans-serif;
  color: #595959;
  font-size: 20px;
}

.pl-0 {
  padding-left: 0;
}

.d-ib {
  display: inline-block;
}
.mb50{margin-bottom: 50px;}

.form-control {
  padding: 0 27px;
  height: 70px;
  color: #000;
  font-size: 20px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn {
  background-color: #ff6300;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 50px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-width: 295px;
}
.btn:hover {
  background-color: #fff;
  color: #ff6300;
}
.btn.dtn-add {
  background-color: transparent;
  border: 2px solid #ff6300;
  color: #ff6300;
}
.btn.dtn-add:hover {
  background-color: #ff6300;
  color: #fff;
}

strong {
  font-weight: 700;
}

.header {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding-top: 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.header.on {
  background-color: rgba(43, 55, 70, 0.9);
}
.entry .header {
  background-color: rgba(43, 55, 70, 0.9);
}

.header-top {
  padding-bottom: 10px;
}

.logo {
  padding-top: 5px;
  display: inline-block;
  width: 100%;
}
.entry .page{padding-top: 85px;}
.slogon {
  text-align: center;
  font-size: 32px;
  padding-top: 10px;
}

.navbar {
  padding: 7px 0 0;
  min-height: 47px;
  margin-left: auto;
  margin-right: auto;
}

.menu {
  list-style: none;
  padding: 0px;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  width: 100%;
}
.menu li {
  display: inline-block;
}
.menu li a {
  color: #fff;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.menu li a:before {
  content: '';
  background-color: #fff;
  width: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 2px;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu li.active a {
  color: #ccc !important;
}
.menu li a:focus{
  text-decoration: none;
}
.menu li.active a:before {
  display: none;
}
.menu li:hover a {
  text-decoration: none;
}
.menu li:hover a:before {
  width: 100%;
}
.navbar-nav{
  float: left;
  max-width: 400px;
}
.info{
  float: right;
  margin: -3px -15px 0 25px;
}
.info a {
  background: url("../img/tel.png") 23px center no-repeat;
  color: #ff6300;
  white-space: nowrap;
  border: 1px solid #fff;
  padding: 10px 25px 10px 60px;
  font-size: 18px;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.info a:before {
  content: '';
  background-color: #fff;
  width: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 2px;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info a:hover{text-decoration: none;}
.info a:hover:before {
  width: 100%;
}

.block-1 {
  background: url("../img/bg.jpg") left top no-repeat;
  background-size: cover;
  height: 100vh;
}

.hero {
  height: 100vh;
}
.hero .heading {
  color: #fff;
  font-size: 100px;
  line-height: 110px;
  font-weight: 300;
}

.heading {
  color: #2a3747;
  font-size: 48px;
  line-height: 70px;
  font-weight: 700;
}
.heading.ttn {
  text-transform: none;
  font-size: 35px;
  line-height: 42px;
}

h2.heading {
  font-size: 40px;
  line-height: 50px;
}

.line {
  background-color: #1cbda4;
  height: 8px;
  width: 102px;
  margin-top: 20px;
  margin-bottom: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.block-2 {
  background: url("../img/bg-white.jpg") center center no-repeat/cover;
  padding-top: 90px;
  padding-bottom: 90px;
  border: 2px solid #e6e8eb;
}
.block-2 .heading {
  max-width: 880px;
  font-weight: 400;
  margin-bottom: 80px;
}
.block-2 .wrap {
  background-color: #fff;
  margin-bottom: 30px;
  min-height: 327px;
  position: relative;
  min-height: 478px;
  padding: 40px 20px 10px;
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.23);
}
.block-2 .icon {
  height: 101px;
  width: 116px;
  margin: 0 auto 50px;
}
.block-2 .title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a3a52;
  font-size: 20px;
  text-transform: uppercase;
  max-height: 44px;
  overflow: hidden;
  text-align: center;
}
.block-2 .text {
  font-size: 16px;
  line-height: 30px;
  color: #595959;
  text-align: center;
}

.block-3 {
  background-color: #fbfbfb;
  padding-top: 70px;
  padding-bottom: 80px;
  border: 2px solid #e6e8eb;
}
.block-3 .container {
  width: 1200px;
}
.block-3 .heading {
  font-weight: 400;
  max-width: 1100px;
  margin-bottom: 60px;
}
.block-3 .btn {
  margin-top: 50px;
}

.block-4 .bg {
  padding-top: 100px;
  padding-bottom: 1px;
  background: url("../img/bg-white-small.jpg") center center no-repeat/cover;
}
.block-4 .heading {
  font-weight: 400;
  margin-bottom: 90px;
}

.sup-heading {
  margin-bottom: 55px;
  overflow: hidden;
}
.sup-heading span {
  position: relative;
}
.sup-heading span:before, .sup-heading span:after {
  background-color: #ff6300;
  content: '';
  width: 135px;
  height: 2px;
  position: absolute;
  top: 50%;
  -moz-transform: trlaslate(0, -50%);
  -ms-transform: trlaslate(0, -50%);
  -webkit-transform: trlaslate(0, -50%);
  transform: trlaslate(0, -50%);
}
.sup-heading span:before {
  left: -166px;
}
.sup-heading span:after {
  right: -166px;
}

.map {
  height: 842px;
}

.lp-content {
  background-color: #fff;
  max-width: 554px;
  width: 100%;
  margin: 0 15px 30px;
  padding-bottom: 15px;
  overflow: hidden;
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.23);
  position: relative;
}
.lp-content .pic {
  border-bottom: 1px solid #ff6300;
  margin-bottom: 25px;
}
.lp-content .title {
  color: #ff6300;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  font-weight: 700;
}
.lp-content .title a {
  color: #ff6300;
}
.lp-content .text {
  padding: 0 30px;
  line-height: 30px;
  font-size: 16px;
}

.mb0 {
  margin-bottom: 0 !important;
}
.arrow-down{
  background: url(../img/arrow-down.png) no-repeat center center;
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: 50px;
  left: 0;
}

.form-body {
  background-color: #2a3747;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 76px;
}
.form-body .heading {
  color: #ff6300;
  font-size: 64px;
  margin-bottom: 20px;
}
.sub-heading{
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 300;
  line-height: 48px;
}
.form-body .f-row {
  border-bottom: 2px solid #fff;
  margin-bottom: 36px;
}
.form-body .form-control {
  background: none;
  color: #fff;
  padding: 0;
  height: 34px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}
.form-body .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
.form-body .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
.form-body .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
.form-body .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
.form-body textarea.form-control {
  background: url(../img/textarea.png) 0 top repeat;
  height: 180px;
  line-height: 36px;
}
.form-body .btn {
  cursor: pointer;
}

.mw325 {
  max-width: 325px;
}

.gm-style-pbc + div > div + div > div + div + div + div > div > div > div + div + div,
.gm-style-iw + div {
  display: none !important;
}

.gm-style-pbc + div > div + div > div + div + div + div > div > div > div + div + div + div {
  display: block !important;
}

.map-content .heading {
  font-size: 30px;
  color: #2c2f34;
  margin-bottom: 40px;
  width: 550px;
}
.map-content .heading span {
  color: #ff6300;
}
.map-content .c-row {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
}
.map-content .c-row + .c-row {
  margin-bottom: 40px;
}
.map-content .c-row span {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.gm-style-iw{background: url(../img/bg-contact.png) no-repeat right center;left: auto !important;right: 1px;}
.footer {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 20px;
}
.footer a {
  text-decoration: none;
  color: #3f3f3f;
  margin-left: 30px;
}
.footer .title {
  font-size: 25px;
  margin-bottom: 35px;
}
.footer .text {
  font-size: 20px;
}
.footer .text p {
  margin-bottom: 20px;
}
.project-page .block-1,
.project-page .hero{height: 60vh;}
.entry-template .block-1{
  background: url("../img/bg.png") center top no-repeat / cover;
}
.entry-template .block-2,
.entry-template .block-4 .bg{
  background: none;
}
.entry-template .block-2{
  border: none;
}
.entry-template .block-2 .text-block{
  font-size: 16px;
}
.entry-template .block-2 .text-block h3{
  font-size: 30px;
}
@media (max-width: 1199px) {
  .block-2 .wrap{min-height: 515px;}
}
@media (max-width: 992px) {
  .hero .heading,
  .form-body .heading {
    font-size: 40px;
    line-height: 46px;
  }
  .navbar-nav,
  .info{float: none;}
  .info{
    background-color: #2a3747;
    margin: 0;
    padding: 0 15px 15px;
  }
  .menu {
    background-color: #2a3747;
    padding: 15px;
    margin-top: 50px;
  }

  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .menu li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .menu li:first-child a {
    padding-left: 15px !important;
  }

  .info a {
    padding-left: 60px !important;
  }

  .info {
    font-size: 18px;
  }

  .info span {
    font-size: 14px;
  }

  .block-6 .form-block .btn {
    line-height: 24px;
  }

  .color-blocks .col-md-4 {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .lp-content .pic {
    text-align: center;
  }

  .form-body .btn {
    margin-top: 20px;
  }

  .block-3 .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 35%;
  }
  .logo img {
    display: block;
    height: auto;
  }
  .block-2 .wrap{min-height: 0;}
  .navbar-toggler {
    right: 5px;
  }
  .menu{margin-top: 15px;}
}
@media (max-width: 767px) {
  .navbar {
    min-height: 0;
  }
  .navbar-toggler {top: -50px;}

  .menu {
    
  }

  .form-body .heading,
  .block-4 .heading {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .block-4 .heading {font-size: 20px;}
  .sub-heading{font-size: 18px;line-height: 24px;}
  .map-content{width: 200px;}
  .map-content .c-row{font-size: 18px;line-height: 24px;}
}
@media (max-width: 380px) {
  .navbar-toggler{top: -35px;}
}