@import url('normalize.css');
@import url('https://fonts.googleapis.com/css?family=Roboto');


/*
	Theme Name: CONSTRUCTECH
	Created : June 21th 2017 
	Updated : None
	Version: 1.0

*/

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
    ## Main CSS RESET
    ## HTML <h1> to <h6> Tags
    ## BASIC HTML STRUCTURE CSS STYLES
    ## NAVBAR
	## CAROUSEL
    ## SLIDES BACKGROUNDS
    ## HOME PAGE
    ## SERVICES
    ## ABOUT
    ## CONTACT
    ## FAQ
    ## 404 ERR0R 
    ## BLOG DETAILS
    ## FILTER GALLERY
    ## SCROLLING TOP
    ## PARTNERS SLIDER
    ## TESTIMONIALS SLIDER
    ## FOOTER
    ## BOOTSTRAP RESET
    ## MEDIA QUERIES - RESPONSIVE
*/

/*------------------------------
--- Main CSS Reset ---
------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
    line-height: 2;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;

  min-height: 100%;
  overflow-x: hidden;
}

/* ==========================================================================
   #HTML <h1> to <h6> Tags
   ========================================================================== */
h1{font-size: 35px;}

h2{font-size: 30px; font-weight: 700; color: #47546b; line-height: 1;}

h3{font-size: 25px;}

h4{font-size: 20px;}

h5{font-size: 15px;}

h6{font-size: 10px;}

p{font-size: 14px;}

/* ==========================================================================
   #BASIC HTML STRUCTURE CSS STYLES
   ========================================================================== */
.wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main{
    margin-top: 30px;
}

.main-colored{
    background-color: #F0F0F0;
}


.main-colored .row .col-md-4{
    margin-bottom: 20px;
}

.content{
  padding: 0px 15px 0px 15px;
  margin-right: auto;
  margin-left: auto;
}

.content ul{
  list-style:none;
	padding:0 0 0 20px;
}

section{
    padding: 0px 0px 50px 0px;
}

/* ==========================================================================
   #NAVBAR
   ========================================================================== */
.nav-container{
  max-width: 1200px;
  padding: 0px 15px 0px 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-default{
    background-color: #FFF;
    border-color: transparent;
    border-bottom: solid 2px #A05D1C;
}

logo-color{
    color:#FFC428;
    font-weight: 700;
}

.navbar-default .navbar-brand{
    margin-top: -10px;
}

.navbar-default .navbar-brand h2{
    font-size: 22px;
    color: #47546b;
}

.navbar-default .navbar-brand p{
    font-size: 12px;
    margin: -16px 0px 0px 45px;
    font-style: italic;
}
.navbar-default .navbar-brand img{
    width: 150px;
}

.navbar-default .navbar-nav > li > a {
    color: #47546b;
    font-weight:500;
    font-size: 15px;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    transition-property: color;
    transition-duration: 0.4s;
    padding-left: 10px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #A05D1C;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #A05D1C;
    background-color: transparent;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #47546b;
    background-color: transparent;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

/* Mobile version */
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: red;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFC428;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 4px 0;
  margin: 2px 0 0;
  margin-left: -15px;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 2px 25px;
  clear: both;
  font-weight: normal;
  line-height: 2;
  color: #47546b 
  white-space: nowrap;
  -webkit-transition-property: width; /* Safari */
  -webkit-transition-duration: 5s; /* Safari */
  transition-property: color;
  transition-duration: 0.4s; 
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFC428;
  text-decoration: none;
  background-color: transparent;
}

.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
    
/* ==========================================================================
   #CAROUSEL
   ========================================================================== */
#first-slider .main-container {
  padding: 0;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #FFF;
    font-size: 60px;
    text-transform: uppercase;
    font-weight:700;
    text-align: center;
    padding-top: 40px;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #FFF;
    text-transform: uppercase;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}
#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 770px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.carousel-inner .item .content{
    top: 38%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner .item .content .btn-default {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  border-radius: 0px;
  font-size: 15px;
  -webkit-transition-property: width; /* Safari */ 
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-property: background;
  transition-duration: 0.4s;
}
.carousel-inner .item .content .btn-default:focus,
.carousel-inner .item .content .btn-default.focus {
  color: none;
  background-color: none;
  border-color: none    ;
}
.carousel-inner .item .content .btn-default:hover {
  color: #FFF;
  background-color: #A05D1C;
  border-color: #FFC428;
}

#first-slider h3{
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#first-slider h4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#first-slider h2 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}
#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #FFF;
    border:none;
}

#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #FFC428;
    border:none;
		display:none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    font-size: 60px;
    color: #A05D1C;
    border-radius: 53px;
    padding-top: 30px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    font-size: 60px;
    color: #A05D1C;
    border-radius: 53px;
    padding-top: 30px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ==========================================================================
   #SLIDES BACKGROUNDS
   ========================================================================== */
#first-slider .slide1 {
    background-image: url("../pics/bg1.jpg");
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
    background-image: url("../pics/bg1.jpg");
      background-size: cover;
    background-repeat: no-repeat;
}
}

/* ==========================================================================
   #HOME PAGE
   ========================================================================== */
.home-bar{
    width: 100%;
    height: 100px;
    background-color: #FFC428;
    color: #FFF;
}

.section-title{
    padding: 25px 0px 25px 0px;
    float: left;
}

.home-btn{
    padding: 30px 0px 25px 0px;
    float: right;
}

hr.short{
	width: 80px;
    border-top: 3px solid #FFC428;
    margin: 15px 0px 30px 0px;
}

.service-img img{
    width: 500px;
}

.services-icons img{
    width: 55px;
}

.services-icons h4{
    font-size: 16px;
    font-weight: 600;
    color: #47546b;
    margin-top: 15px;
}

.services-icons p{
    font-size: 14px;
    color: #9999;
    line-height: 1.5;
    margin-bottom: 25px;
}

.col-md-7{
    margin-top: -10px;
}

.content section .row .col-md-7{
    padding-left: 60px;
}

.tools{
    background-image: url("../img/icons/tools.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.drawing{
    background-image: url("../img/icons/drawing.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.paint{
    background-image: url("../img/icons/paint.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.tools-2{
    background-image: url("../img/icons/tools-2.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.skyline{
    background-image: url("../img/icons/skyline.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.helmet{
    background-image: url("../img/icons/helmet.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.electricity{
    background-image: url("../img/icons/electricity.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.content-contact{
    /* The image used */
    background-image: url("../pics/bg6.jpg");

    /* Full height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info{
    color: #FFF;
    padding: 80px 0px 80px 0px;
}

.contact-info h2{
    color: #FFF;
    text-align: center;
    font-size: 50px;
}

.contact-info h3{
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.contact-info p{
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
}

hr.short-center{
	width: 8%;
    border-top: 3px solid #FFC428;
    margin-top: 15px;
    margin-bottom: 30px;
}

.content-testimonials{
    /* The image used */
    background-image: url("http://placehold.it/1800x775");

    /* Full height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ==========================================================================
   #SERVICES
   ========================================================================== */
.pages-header{
    background-image: url("../pics/page_header.jpg");
    height: 280px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: left;
}

h1.title{
    font-size: 35px;
    padding: 195px 0px 0px 0px;
    margin: 0px;
}

.pages-header p{
    margin-top: -20px;
}

.service-block{
    height: auto;
    padding: 40px 20px 40px 20px;
}

.service-block:hover{
    background:#F0F0F0;
}

.service .row .col-md-4{
    border: solid 1px #f2f2f2;
}

.service-block img{
    width: 50px;
}

.service-image{
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.service-block h3{
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}

.service-block p{
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.service{
    padding: 40px 15px 40px 15px;
}

.service .row .col-md-4{
    padding: 0px;
    margin: 0px;
  
}

/* ==========================================================================
   #ABOUT
   ========================================================================== */
.about{
    margin-bottom: 40px;
}

.about h2{
    color: #47546b; 
}

.about p{
    color: #999999;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}

/* ==========================================================================
   #CONTACT
   ========================================================================== */
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.contact-address p{
    color: #8c8c8c;
}

.contact-address h4{
    margin-top: 10px;
    color: #47546b;
}

.contact-address h5{
    font-size: 18px;
    color: #2B96CC;
}

.contact-address p{
    font-size: 14px;
}

.contact-address{
    margin-left: 100px;
}

.contact-address .fa{
    color: #FFC428;
}

/* ==========================================================================
   #FAQ
   ========================================================================== */
.faq{
    width: 80%;
}

.faq p{
    margin-bottom: 30px;
}
/* ==========================================================================
   #404 ERR0R 
   ========================================================================== */
.page-404{
    text-align: center;
    margin-bottom: 40px;
}

.page-404 h3{
    font-size: 250px;
    font-weight: 700;
    line-height: 1.1;
    color: #FFC428;
}

.page-404 h4{
    font-size: 25px;
    font-weight: 700;
    color: #47546b;
}

.page-404 p{
    font-size: 18px;
    color: #999;
}
/* ==========================================================================
   #BLOG DETAILS
   ========================================================================== */
.blog-details{
    margin-top: 80px;
}

.blog-details h2{
    font-size: 20px;
}

.blog-details hr.short{
    width: 60px;
}

.post-title h1{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2; 
}

.post-title h2{
    font-size: 17px;
    line-height: 1.5; 
}

.post-image{
    margin: 20px 0px 20px 0px;
}

.post-image img{
    width: 100%;
}

.post-content p{
    margin-bottom: 20px;
    color: #999;
}

.share-btns{
    display: inline-block;
    margin-right: 10px;
}

.share-btns img{
    width: 35px;
}

.blog-details .caption p{
    display: none;
}

.post-below{
    margin-top: 30px;
}

.post-below .row .col-md-4 .thumbnail .caption{
    height: 40px;
}

.post-below .row .col-md-4 .thumbnail .caption h3{
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
}

.comments-block{
    margin-top: 30px;
}

.sidebar{
    height: 300px;
}

.feature-post{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.feature-post img{
    width: 100%;
}

.feature-post img:hover{
  opacity: 0.5;

}

.feature-post {
    position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.feature-post:hover .image {
  opacity: 0.3;
}

.feature-post:hover .middle {
  opacity: 1;
}

.text {
  background-color: #FFC428;
  color: #47546b;
  font-size: 16px;
  padding: 5px 16px;
}


.post-thumbnail img{
    width: 150px;
    height: 101px;
    float: left;
    margin-right: 10px;
}

.top-post .thumbnail-info h3{
    text-align: left;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #47546b; 
}

.top-post .thumbnail-info p.category{
    line-height: 1.6;
    color: #FFC428;
    font-size: 13px;
    margin-top: 5px;
 }


.top-post .row .col-md-12{
    margin-bottom: 15px;
}

/* ==========================================================================
   #FILTER GALLERY
   ========================================================================== */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

section .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

section .nav-item {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 18px;
  color: #47546b;
  text-decoration: none;
  line-height: 1.5;
  
}
.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  color:#01B9AF;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-item.active {
  color: #FFC428;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.nav-item.active:before {
  width: 100%;
}

.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.project {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 20px);
          flex: 1 0 calc(100% - 20px);
  
}
.project:hover .project-info {
  background: rgba(255, 196, 40, 0.8);
}
@media (min-width: 520px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 2) );
            flex: 0 0 calc((100% / 2) );
  }
}
@media (min-width: 860px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 3) );
            flex: 0 0 calc((100% / 3) );
  }
}

@media (max-width: 991px) {
    .gallery .nav-item {
        font-size: 15px;
    }
}

.project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  color: #f6f6f6;
  background: rgba(89, 89, 89, 0.8);
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
.project-info:hover {
  opacity: 1;
}

.project-info-title {
  margin: 0 0 .5em;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.project-info-button {
  padding: .5em 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.project-info-button:hover {
  color: #FFF;
  background: #47546b;
  border-color: #47546b;
}

/* ==========================================================================
   #SCROLLING TOP
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(9, 92, 131, 1) url(../img/icons/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 5px;  
  background-color: #A05D1C;    
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ==========================================================================
   #PARTNERS SLIDER
   ========================================================================== */
.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: #FFC428;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #47546b;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: #47546b;
}

.responsive div img{
    margin-left: auto;
    margin-right: auto;
}

.customers{
    padding: 40px 0px 80px 0px;
}

/* Custom Arrow */
.prev {
  color: #FFC428;
  position: absolute;
  top: -3%;
  left: 10px;
  font-size: 1.5em;
}
.prev :hover {
  cursor: pointer;
  color: #47546b;
}

.next {
  color: #FFC428;
  position: absolute;
  top: -3%;
  right: 10px;
  font-size: 1.5em;
}
.next :hover {
  cursor: pointer;
  color: #47546b;
}

@media screen and (max-width: 800px) {
  .next, .prev {
    display: none !important;
  }
}

/* ==========================================================================
   #TESTIMONIALS SLIDER
   ========================================================================== */
.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 50px auto 50px auto;
  }

.testimonial-avatar {
  width: 150px;
  border-radius: 50%;
  border: solid 4px #FFC428;
}

.testimonial-quote {
  display: block;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 0;
  color: #FFF;
}

.testimonial-author {
  display: block;
  font-weight: 800;
  color: #FFC428;
  font-size: 20px;
}

.flickity-page-dots .dot.is-selected {
  background: #FFC428;
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
footer {
  color: #FFF;
}

footer a, a:hover{
  color: #FFF;
}

footer h3 {
  margin-bottom: 10px;
    font-size: 20px;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #333c4d;
  border-top: solid 3px #FFC428;
}

footer .footer-above p{
 font-size: 13px;
 color: #FFF;
}

footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 18px 0;
  background-color: #29303d;
  text-align: center;  
  font-size: 13px;
  color: #fff;
}

.footer-above .container .row .col-md-5 img{
    width: 40px;
}

.social{
    margin-top: 10px;
}

.social img{
    width: 30px;
    height: 30px;
}

.social-icons{
    display:inline-block;
    margin-right: 5px;
}

.social-icons .fa{
    color: #FFF;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-property: color;
    transition-duration: 0.5s;
}

.social-icons .fa:hover{
    color: #FFC428;
}

.schedule{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

hr.short-footer{
	width: 50px;
    border-top: 3px solid #FFC428;
    margin: 5px 0px 15px 0px;
}

hr.footer{
    border-top: 1px solid #8593ad;
    margin: 5px 0px 5px 0px;
}

/* ==========================================================================
   #BOOTSTRAP RESET
   ========================================================================== */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail .caption {
  padding: 0px;
  color: #333;
  padding-top: 15px;
}

.thumbnail .caption p{
  font-size: 15px;
  color: #999999;
  line-height: 1.7;
    margin-bottom: 15px;
}

.thumbnail .caption h3{
  font-size: 20px;
  color: #47546b;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
    
}

.thumbnail .caption h6{
  font-size: 14px;
  color: #2B96CC;
  line-height: 1.5;
  margin-bottom: 5px;
    
}

.btn-default {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  border-radius: 0px;
  font-size: 15px;
  -webkit-transition-property: width; /* Safari */ 
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-property: background;
  transition-duration: 0.4s;
}
.btn-default:focus,
.btn-default.focus {
  color: #FFC428;
  background-color: none;
  border-color: #FFC428;
}
.btn-default:hover {
  color: #47546b;
  background-color: transparent;
  border-color: #47546b;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #47546b;
  background-color: transparent;
  border-color: #47546b;
}

.btn-warning {
  color: #FFF;
  background-color: #FFC428;
  border-color: #FFC428;
  border-radius: 0px;
  font-size: 14px;
  -webkit-transition-property: width; /* Safari */ 
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-property: background;
  transition-duration: 0.4s;
}

.btn-warning:hover {
  color: #FFC428;
  background-color: #FFF;
  border-color: #FFC428;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #FFC428;
  border-color: #FFC428;
}

.panel-default{
    border: none;
}

.panel{
    border: none;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: none;
}
.panel-default {
  border-color: #ddd;
}
.faq .panel-default > .panel-heading {
  color: red;
  background-color: #FFC428;
  border-color: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: transparent;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-title{
    font-size: 20px;
}

.faq .panel-title a {
  display: block;
  color: #47546b;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.faq .panel-body p{
    color: #999;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}

a:hover, a:active, a:visited, a:focus {color:#A05D1C;}

.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #FFC428;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #47546b;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #FFF;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ==========================================================================
   #MEDIA QUERIES - RESPONSIVE
   ========================================================================== */
@media (min-width: 1200px) {
  .content {
    width: 1200px;
  }
}

@media (max-width: 1130px) {
.content section .row .col-md-7{
padding-left: 120px;
}
    
.service-img img{
    width: 450px;
}
    
}

@media (max-width: 1024px) {    
h2{
    font-size: 20px;
}
    
h1.title{
    font-size: 30px;
    padding: 208px 0px 0px 0px;
    margin: 0px;
}
    
.thumbnail .caption h3{
  font-size: 17px;
    
}
    
.thumbnail .caption p{
  font-size: 14px;
    
}
    
.contact-info h2{
    font-size: 35px;
}

.contact-info p{
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}
    
}

@media (max-width: 991px) {    
.navbar-header {
    float: none;
}
    
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 10px;
}

.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-collapse.collapse {
    display: none!important;
}

.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}

.navbar-nav>li {
    float: none;
    border-top: 1px solid #ffebb3;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
}

.collapse.in{
    display:block !important;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: -10px;
}

.dropdown-menu > li > a {
    border-top: 1px solid #ffebb3;
    padding: 3px 25px;
    font-size: 14px;
}
    
.sidebar{
    display: none;
}
    
.contact-info h2{
    color: #FFF;
    text-align: center;
    font-size: 30px;
}

.contact-info h3{
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.contact-info p{
    text-align: center;
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 1.5;
}
    
.home-bar{
    width: 100%;
    height: 70px;
    background-color: #FFC428;
    color: #FFF;
}
    
section{
    padding: 20px 0px 20px 0px;
}

    .section-title{
    padding: 15px 0px 15px 0px;
    float: left;
}

.section-title h3{
    font-size: 18px;
}

.home-btn{
    padding: 20px 0px 15px 0px;
    float: right;
}
    
hr.short{
	width: 50px;
    border-top: 3px solid #FFC428;
    margin: 15px 0px 30px 0px;
}
    
h3{
    font-size: 20px;
}
    
.pages-header{
    height: 200px;  
}
      
h1.title{
    font-size: 18px;
    padding-top: 145px;;
    line-height: 2.5;
}
    
.pages-header p{
    margin-top: -20px;
    font-size: 12px; 
}
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    font-size: 25px;
    padding-top: 7px;
}
    
#first-slider .carousel .item {
  min-height: 450px; 
}
    
.carousel-indicators{
    display: none;
}
    
.col-md-7{
    margin-top: 0px;
  
}

.content section .row .col-md-7{
    padding-left: 0px;
    padding: 20px;
}
   
.services-icons h4{
    text-align: center;
}

.services-icons p{
    text-align: center;
}
    
.tools, .drawing, .paint, .tools-2, .skyline, .helmet, .electricity{
    margin-left: auto;
    margin-right: auto;
}
    
.service-img img{
    width: 100%;
}
    
.contact-address{
    margin: 0px;
    margin-left: 8px;
}
    
.contact-address h4{
    font-size: 16px;
    margin-top: 0px;
}
    
.about p{
    color: #999999;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 15px;
}
    
.about h2{
    padding: 0px 15px 0px 15px;
}
    
.faq{
    width: 100%;
}
    
.faq .panel-title a {
  padding: 15px;
  font-size: 14px;
}
    
.page-404 h3{
    font-size: 120px;
    font-weight: 700;
    line-height: 1.1;
    color: #FFC428;
}

.page-404 h4{
    font-size: 18px;
    font-weight: 700;
    color: #47546b;
}

.page-404 p{
    font-size: 14px;
    color: #999;
}
    
.thumbnail .caption p{
  font-size: 14px;
  color: #999999;
  line-height: 1.7;
    margin-bottom: 15px;
}

.thumbnail .caption h3{
  font-size: 18px;
  color: #47546b;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
    
.blog-details{
    margin-top: 80px;
}
    
.post-title h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2; 
}

.post-title h2{
    font-size: 17px;
    line-height: 1.5; 
}
    
.post-content p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}
    
.about p{
    color: #999999;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    padding: 0px 15px 0px 15px;
}
    
.about h2{
    padding: 10px 15px 10px 15px;
}
    
}

@media (max-width: 767px) {
    
.content{
  padding: 0px 10px 0px 10px;
  margin-right: auto;
  margin-left: auto;
}
    
.nav-container{
  padding: 0px 5px 0px 5px;
  margin-right: auto;
  margin-left: auto;
}
    
.navbar-default .navbar-brand{
    margin-top: -7px;
}

.navbar-default .navbar-brand h2{
    font-size: 15px;
    color: #47546b;
}

.navbar-default .navbar-brand p{
    font-size: 10px;
    margin: -16px 0px 0px 40px;
    font-style: italic;
}
    
.navbar-default .navbar-brand img{
    width: 100px;
}
      
h2{
    font-size: 20px;  
    font-weight: 600; 
    color: #47546b; 
    line-height: 1;
}
    
.thumbnail .caption p{
  font-size: 13px;
  color: #999999;
  line-height: 1.7;
  margin-bottom: 15px;
}

.thumbnail .caption h3{
  font-size: 17px;
  color: #47546b;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
    
}
    
.blog-details{
    margin-top: 40px;
}
    
.post-title h1{
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2; 
}

.post-title h2{
    font-size: 15px;
    line-height: 1.5; 
}
    
.share-btns img{
    width: 25px;
}
    
section .nav-item {
  font-size: 16px;
    margin: 0px;
}

}

@media (max-width: 620px) {
.section-title{
    float: none;
    padding-bottom: 10px;
}
    
.section-title h3{
    line-height: 1.3;
}

.home-btn{
    float: none;
    padding-top: 0px;
}
    
.home-bar{
    height: auto;

}
        
.carousel-inner .item .content{
    top: 44%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    font-size: 20px;
    padding-top: 7px;
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
    
.contact-info{
    color: #FFF;
    padding: 50px 0px 50px 0px;
}

.contact-info h2{
    color: #FFF;
    text-align: center;
    font-size: 25px;
}

.contact-info h3{
    font-size: 15px;
    color: #FFF;
    text-align: center;
}

.contact-info p{
    text-align: center;
    font-size: 13px;
    padding-bottom: 20px;
    line-height: 1.5;
}
    
.thumbnail .caption p{
  font-size: 12px;
  color: #999999;
  line-height: 1.7;
    margin-bottom: 15px;
}

.thumbnail .caption h3{
  font-size: 16px;
  color: #47546b;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
    
}
    
.home-bar{
    width: 100%;
    height: 75px;
    background-color: #FFC428;
    color: #FFF;
}

.section-title{
    padding: 10px 0px 0px 0px;
    float: none;
}

.section-title h3{
    font-size: 16px;
}
    
.home-btn{
    padding: 5px 0px 15px 0px;
    float: none;
}
    
.home-btn .btn{
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #FFF;
}
    
section .nav-item {
  font-size: 14px;
}
    
.btn{
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #FFF;
}
    
.testimonial-quote {
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 0;
  color: #FFF;
  line-height: 1.5;
}
    
h1.title{
    font-size: 16px;
    padding-top: 153px;;
    line-height: 2.5;
}
    
.pages-header p{
    margin-top: -16px;
    font-size: 11px; 
}
   
        
}

@media (max-width: 430px) {
    .carousel-inner .item .content{
    top: 44%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    font-size: 18px;
    padding-top: 7px;
}
    
.carousel-inner .item .content p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
    
.home-bar{
    width: 100%;
    height: 75px;
    background-color: #FFC428;
    color: #FFF;
}

.section-title{
    padding: 10px 0px 0px 0px;
    float: none;
}

.section-title h3{
    font-size: 14px;
}
    
.home-btn{
    padding: 5px 0px 15px 0px;
    float: none;
}
    
section .nav-item {
  font-size: 13px;
}
      
    
}

