/*
Theme Name: construction33 Child
Author: John Shrestha
Version:4.0
Template: construction33
*/

/*========= header ==========*/

.page-id-70000 .header {
    width: 100%;
    position:absolute;
	background:url(img/header-bg.png) no-repeat center;
	margin:0;
	z-index: 900;
	top:38px;
}

 .header {
    width: 100%;
    position:absolute;
	background:url(img/header-bg.png) no-repeat center;
	margin:0;
	z-index: 900;
	top:38px;
}
.page-id-70000 .content {
    padding: 0px 0 0px;
}
.content {
    padding: 94px 0 80px;
}

.header [class*="col-"] {
    vertical-align: top;
}

.top-area .col-md-2 {
    float: none;
    width: auto;
}

.top-area p {
    margin-bottom: 0.2em;
}

.navigation {
    margin-top: 44px;
}



.header-preset-01 .navigation > div > ul > li > a {
    margin: 0 4px;
    padding: 0px 0;
}

  .header-preset-01 .navigation > div > ul > li > a:after {
    /*content: '';*/
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 2px;
    width: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-preset-01 .navigation > div > ul > li > a:before {
   /* content: "\f106";*/
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: 32px;
    left: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .header-preset-01 .navigation > div > ul > li.current-menu-item > a,
  .header-preset-01 .navigation > div > ul > li:hover > a {
    border-top: 0px solid transparent;
	  background: #58A83A;
	  border-radius: 5px;
	  color: #fff;
  }
  .header-preset-01 .navigation > div > ul > li > a {
    padding: 5px 17px;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
  }
  .header-preset-01 .navigation > div > ul > li:first-child > a {
    border-left: 0px solid transparent;
  }

.has-bg {
    padding: 20px 0;
	margin-bottom: 30px;
}

.has-bg h1 {
    color: #ccc;
}

.fa-bars::before, .fa-navicon::before, .fa-reorder::before {
    content: "\f0c9";
    font-size: 24px;
}

.text-white{color: #fff;}

.wpcf7 input[type="text"], .wpcf7 select, .wpcf7 input[type="email"] {
    margin-bottom: 15px;
    border: 1px solid;
}
.wpcf7-textarea, .light-on-dark .wpcf7-textarea {
    width: 100%;
    max-width: 100%;
    height: 150px;
	border: 1px solid;
}

/*========= footer ==========*/

.footer {
    padding: 40px 0 0px;
    position: relative;
}

.footer .menu li {
    display: inline-block;
    width: 100%;
}

.footer .widget-title {
    margin-bottom: 0px;
    font-size: 20px;
}

.footer .social .menu li a::before {
    font-size: 26px;
}

.copyright {
    padding: 15px 0;
}

@media(max-width:768px){
.page-id-70000 .header {
    width: 100%;
	margin:0;
	z-index: 900;
	top:155px;
	}
	
	.header {
    width: 100%;
	margin:0;
	z-index: 900;
	top:155px;
}
	.header [class*="col-"] {
    vertical-align: middle;
}
	
	.content {
    padding: 96px 0 80px;
}
	.has-bg {
    padding: 50px 0 10px 0;
    margin-bottom: 30px;
}
}