.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fs-24{
  font-size: 24px;
}
.fs-36{
  font-size: 36px;
}
.fs-60{
  font-size: 60px;
}
.ls-5{
  letter-spacing: 5px;
}
.fc-2{
  color: #4c7c9e;
}
.pt-20{
  padding-top: 20px;
}
@media (max-width: 767px) {
  .pt-xs-20{
    padding-top: 20px;  
  }
  .pb-xs-30{
    padding-bottom: 30px;
  }  
}
.pt-40{
  padding-top: 40px;
}
.pt-60{
  padding-top: 60px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-60{
  padding-bottom: 60px;
}
.button{
  background: #fff;
  border:1px solid #000;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  margin:40px auto;
  cursor: pointer;
  padding: 10px;
  min-width: 260px;
}
.button:hover{
  color: #000;
}


.mt-sm-m40{
  margin-top: -40px;
}

.mt-sm-20{
  margin-top: 20px;
}

@media (max-width: 767px) {
  .mt-sm-m40{
    margin-top: 0;
  }
  .mt-sm-20{
    margin-top: 0;
  }
}

body{
  margin:0 auto;
  font-family: "Raleway";
  min-width: 320px;
}
nav{
  font-size: 12px;
  text-transform: uppercase;
}
.navbar-brand{
}
.navbar-inverse{
  background: #292929;
}
.navbar-inverse .navbar-nav>li>a{
  color: #fff;
}
nav li{
  position: relative;
}
nav li:after{
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 7px;
  background:#4c7c9e;
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  
}
nav li:hover:after{
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
nav li.active:after{
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
nav li:last-child{
  border-left: 1px solid #666666;
}
@media (max-width: 767px) {
  nav li:last-child{
    border-left: none;
  }
}
#hero{
    background:url(../img/sky.jpg) no-repeat center top;
    height: 1160px;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.cloud1{
    background:url(../img/cloud1.png) no-repeat right top;
    height: 635px;
    width: 100%;
    position: absolute;
    left: 600px;
    top: -30px;
}
.cloud2{
    background:url(../img/cloud2.png) no-repeat left top;
    height: 821px;
    width: 100%;
    position: absolute;
    left: -600px;
    top:250px;
}
@media (max-width: 1200px) {
  .cloud1{
      background-size: 100% auto;
  }
  .cloud2{
      background-size: 100% auto;
  }
}
.building{
    background:url(../img/building.png) no-repeat center top;
    height: 1179px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom:-360px;
}
.logo{
    margin-top: 220px;
}

#hero .logo img{
    width:100%;
    max-width:406px;
}

@media (max-width: 768px) {
  #hero{
    height: auto;
  }  
  .logo{
      margin-top: 100px;
      margin-bottom: 40px;
  }
}


#about{
  background: #292929 url(../img/bk-creating.jpg) fixed no-repeat center bottom;
  color: #fff;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #about{
    background: #292929 url(../img/bk-creating.jpg) no-repeat center bottom;
    padding: 30px 0;
  }
}
#about h2{
  margin-bottom: 30px;
}
h2, h3, h4{
  font-weight: normal;
}

#portfolio img{
  width:100%;
}

#services{
  text-transform: uppercase;
  padding: 70px 0;
}
#services a:link, #services a:hover, #services a:visited{
  text-decoration: none;
  color:#000000;
}
#services li{
  text-transform: capitalize;
}
.service{
  margin-top:40px;
  margin-bottom:40px;
}
@media (max-width: 767px) {
  #services{
    padding: 45px 0;
  }
  .service{
    margin-top:30px;
    margin-bottom:30px;
  }
}
#testimonials{
  background: #292929;
  color: #fff;
  padding: 70px 0;
}
#testimonials .item{
  min-height: 300px;
  padding-bottom: 30px;
}


@media (max-width: 380px) {
  #testimonials .item{
    min-height: 640px;
  }  
}
@media (min-width: 381px) and (max-width: 440px) {
  #testimonials .item{
    min-height: 540px;
  }  
}
@media (min-width: 441px) and (max-width: 560px) {
  #testimonials .item{
    min-height: 450px;
  }  
}
@media (min-width: 561px) and (max-width: 767px) {
  #testimonials .item{
    min-height: 340px;
  }  
}
@media (min-width: 768px) and (max-width: 991px) {
  #testimonials .item{
    min-height: 420px;
  }  
}
@media (min-width: 992px) and (max-width: 1199px) {
  #testimonials .item{
    min-height: 340px;
  }  
}


.carousel{
  padding-top: 50px;
  color:#99c1da;
}
.carousel-control{
  top:-139px;
  font-size: 60px;
  background: none;
}
@media (max-width: 767px) {
  .carousel-control{
    top:-70px;
  }
}
.carousel-control.left, .carousel-control.right{
  background: #4c7c9e;
  width: 80px;
  height: 80px;
  display: block;
  color:#292929;
}
.carousel-control.left{
  right:85px;
  left:auto;
}
.carousel-control.left .icon{
  left:-16px;
  position: relative;
}
.carousel-control.right{
  right:0;
}
.carousel-control.right .icon{
  right:-16px;
  position: relative;
}
.carousel-indicators{
  bottom: 0;
}
.carousel-indicators .active{
  background: #99c1da;
}
.carousel-indicators li{
  border-color:#99c1da;
}

#contact img{
  width:100%;
}
.view {
   overflow: hidden;
   position: relative;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   position: absolute;
   width: 100%;
   bottom:13%;
   left: 0;
}
.view.half h2{
   bottom:20%;
}
.view p {
   position: absolute;
   color: #fff;
   width: 100%;
   bottom:10%;
   left: 0;
}
.view.half p{
  bottom:15%;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-sixth .mask {
   background-color: rgba(0,0,0,0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: transparent;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}

.view-sixth:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}

#footer{
  background: #4c7c9e;
  padding:70px 0;
  color:#fff;
}
#footer .logo{
  max-width: 290px;
  margin: 0;

}
#footer .logo img{
  width:100%;
}
#footer p{
  margin-top: 60px;
}

video{
  width: 100%;
  display: block;
}
#contact .content{
  padding-left: 50px;
}
@media (max-width: 767px) {
  #contact .content{
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  #contact .content{
    padding-left: 10px;
  }
}
#contact hr{
  border-color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact textarea{
    resize: none;
}
@media (max-width: 1199px) {
  #contact hr{
    margin-top: 20px;
    margin-bottom: 20px;
  }  
}
#contact a:link, #contact a:hover{
  color:#000;
  text-decoration: none;
}

.top{
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin:0 auto;
  cursor: pointer;
  padding: 5px;
  min-width: 100px;
  text-align: center;
  position: absolute;
  right: 15px;
  top:10%;
  font-size: 12px
}
.top:hover{
  text-decoration: none;
  color:#fff;
}

#page-services #hero{
    background:url(../img/bk-services.jpg) no-repeat center top;
    height: 952px;
    position: relative;
}
#page-portfolio #hero.commercial{
    background:url(../img/hero_portfolio_commercial.jpg) no-repeat center top;
}
#page-portfolio #hero.residential{
    background:url(../img/hero_portfolio_residential.jpg) no-repeat center top;
}
#page-portfolio #hero.cabanas{
    background:url(../img/hero_portfolio_cabanas.jpg) no-repeat center top;
}
#page-portfolio #hero{
    height: 956px;
    position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  

}
.bk-lecture{
  background: #fff;
  padding-left:80px;
  padding-right:80px;
}
#page-services h3, #page-portfolio h3{
  margin-top: 10px;
}
@media (max-width: 767px) {
  .bk-lecture{
    padding:20px 30px 10px;
  }
}
#page-services #hero h2, #page-portfolio #hero h2{
  margin-top: 260px;
}
.special{
  margin-top:-220px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #page-services .bk-lecture{
    padding-left:40px;
    padding-right:40px;
  }
}
@media (max-width: 767px) {
  #page-services .bk-lecture{
    padding-left:20px;
    padding-right:20px;
  }
}

@media (max-width: 767px) {
  #page-services #hero, #page-portfolio #hero{
      height: 800px;
  }
  #page-services #hero h2, #page-portfolio #hero h2{
    margin-top: 200px;
  }
  .special{
    margin-top:-120px;
  }

}
#gallery-selector{
  list-style: none;
  margin:60px 0;
  padding:0;
}
#gallery-selector li{
  display: inline-block;
  text-transform: uppercase;
  position:relative;
  text-align: center;
  width: 26%;
  margin:0 2%;
  padding:20px 0;
}
@media (max-width: 767px) {
  #gallery-selector li{
    display: block;
    width: 100%;
    margin:0;
  }
}
#gallery-selector li:after{
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 7px;
  background:#4c7c9e;
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  
}
#gallery-selector li:hover:after{
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#gallery-selector li.active:after{
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#gallery-selector a:link, #gallery-selector a:visited, #gallery-selector a:hover{
  text-decoration: none;
  color:#868686;
  display: block;
  width: 100%;
  height: 100%;
}



#sync1 .item {
  padding: 0;
  margin: 0;
  text-align: center;
}
#sync2 .item {
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 50px;
}
#sync1.owl-theme .owl-next {
  right: 50px;
}

#sync3 .item {
  padding: 0;
  margin: 0;
  text-align: center;
}
#sync4 .item {
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
}
#sync3.owl-theme {
  position: relative;
}
#sync3.owl-theme .owl-next,
#sync3.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync3.owl-theme .owl-prev {
  left: 50px;
}
#sync3.owl-theme .owl-next {
  right: 50px;
}
#sync5 .item {
  padding: 0;
  margin: 0;
  text-align: center;
}
#sync6 .item {
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
}
#sync5.owl-theme {
  position: relative;
}
#sync5.owl-theme .owl-next,
#sync5.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync5.owl-theme .owl-prev {
  left: 50px;
}
#sync5.owl-theme .owl-next {
  right: 50px;
}

.thumbs{
  padding:50px 0;
  text-align: center;
  width: 50%;
  margin:0 auto;
}

.thumbs .owl-prev, .thumbs .owl-next{
  display: none;
}
@media (max-width: 767px) {
  .thumbs{
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .thumbs{
    width: 80%;
  }
}

.vc{
  position:relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  
}
.vc h2{
  margin-top:0;
}
@media (max-width: 999px) {
  .vc{
    padding-top: 30px;
    padding-bottom:20px;
  }
}

/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
    .nav .fa{
        width:auto;
    }
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    
    color: white;
}

/* Twitter */
.fa-instagram {
    
    color: white;
}

.dflex{
    display: flex;
}
.child{
    width: 50%;
}
.img-full{
    width: 100%;
}
.child.f{
    align-self: center;
}
.child .content{
    padding: 15px 30px;
}
label.error{
    color:#ff0033;
}
@media (max-width: 991px) {
    .dflex{
        flex-direction: column;
    }
    .child{
        width: 100%;
    }

}