@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {

  font-size: 16px;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  font-family: serif;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: !important;
}
a:hover {
  text-decoration: none !important;
}

p, ul, ol {
  margin: 8px 30px 20px 30px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
  margin: 0 0 30px 0;
}

h5{
	font-size: 22px;
	margin: 30px 10px 0px 10px;
    font-weight: bold;
    color: #2447b3;
}

figure {
  margin: 1em;
  display: inline-block;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::-moz-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::selection {
  background: #FCC72C;
}

#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
}

.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: calc(100vh);
  margin-bottom: 30px;
}

.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 650px;
}
.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/top.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
background-blend-mode:lighten;
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}

.company_detail{
  margin: 0px auto;
  width: 80%;
  font-size: 18px;
}


.fh5co-cover .btn {
  padding: 0.5em 3em;
  opacity: .9;
}
.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}


.fh5co-cover .desc {
  top: 72%;
  position: absolute;
  margin-top: 0px;
  z-index: 2;
  color: #fff;
  text-align: center;
  margin-left: 0;
  left: 75px;
}

.fh5co-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 35px;
  text-align: center;
  text-shadow: 2px 3px 7px #000, 3px 0px 3px #000, -3px -2px 8px #000, 4px 1px 15px #000;
  background-size: cover;
  font-family: sans-serif;
}

.fh5co-cover .desc h2 small{
	color: #fff;
    font-size: 0.5em;
}

.fh5co-cover .desc h4{
	color: #000;
	margin: 10px 20px 10px 80px;
	text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff;
}


.fh5co-cover .desc h5{
	color: #000;
	margin: 10px 20px 40px 80px;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
}

.fh5co-cover .desc p{
	margin: 50px 20px 30px 80px;
	font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #6cb4e4;
	text-align: center;
	padding: 0.5em;
	width: 18%;
	text-shadow: 0px 0px 1px #f0fff0, 0px 0px 2px #f0fff0, 0px 0px 3px #f0fff0, 0px 0px 4px #f0fff0;
}




.fh5co-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  text-shadow: 2px 2px 4px #000;
}
.fh5co-cover .desc span a {
  color: #fff;
}
.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}
.fh5co-cover .desc span a:hover.btn, .fh5co-cover .desc span a:focus.btn {
  background: red !important;
}
.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.fh5co-cover .desc .top_img{
	margin: 30px 70px;
}

.fh5co-cover .desc img{
	margin: 10px;
	box-shadow: 3px 3px 6px gray;
}


/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}


.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  color: #1D3A1E;
  padding: 19px 8px !important;
  font-weight: bold;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  border-bottom: none !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sf-menu .phone{
}

.phone:hover{
  color: #1D3A1E !important;
}


.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  opacity: 0.7;
}

.sf-menu ul li a:hover{
  color: #fff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}


.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}


#fh5co-header-section .container{
	width: 100%;
background-size: cover;
}

#fh5co-header-section .container .phone{
  height: 60px;
  right: 35px;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}
.nav-header img{
	margin-top: 0px;
	margin-left: 40px;
}

.shortcut{
  width: 470px;
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 28px;
  margin-top: 20px;
  font-weight: 600;
  float: left;
}
#fh5co-logo span {
  font-weight: 700;
  margin-left: 5px;
  font-size: 22px;
  letter-spacing: 2px;
}

#fh5co-logo a {
  color: #1D3A1E;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #1D3A1E !important;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #90ee90 !important;
}

.arrow_box{
    position:absolute;
    width:220px;
    height:40px;
    background:#002B47;
    padding:10px;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    z-index: 999;
    top: 75px;
    right: 90px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 43, 71, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#002B47;
    bottom:100%;
    left:50%;
    z-index: 999;
}


.float_right{
  display: flex;
  margin: 15px 0;
}

.phone{
  color: #fff;
    padding: 15px 8px !important;
    font-weight: bold;
    border-left: none;
    border-top: none;
    border-top: none;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000;
    font-size: 22px;
    margin-top: 35px;
    background: silver;
    box-shadow: 2px 2px 5px 1px black;
    background-image: url(./../images/phone.png);
}

/*
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(255, 255, 255, 0.5);
}
*/

#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #90ee90 !important;
}

#fh5co-work-section,
#fh5co-content-section,
#fh5co-work-section_2,
#fh5co-blog-section {
  padding: 30px 0 20px;;
}
#fh5co-services-section{
  padding: 30px 0 30px;;
}


#construction .container{
  width: 1400px;
}



#wood #detail ul li{
  background: #f1f1f1;
  margin: 20px 0;
  padding: 5px;
  height: 250px;
}

.heading-section {
  padding-bottom:20px;
  margin-bottom: 10px;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 25px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 4px;
  background: #1c305c;
}
.heading-section h3 {
  font-size: 40px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 800;
}

.fh5co-grid {
  height: 302px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.fh5co-grid .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-grid .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.fh5co-grid .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.fh5co-grid .image-popup .prod-title span {
  color: #fff;
}

.prod-title p{
	text-align: center;
}

.fh5co-grid:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.fh5co-grid:hover .image-popup {
  opacity: 1;
}

.services {
  margin-bottom: 3em;
}
.services span {
  margin-bottom: 30px;
  margin-top: 20px;
  display: block;
  width: 100%;
}
.services span i {
  font-size: 50px;
  color: #fcc72c;
}
.services span img{
  height: 320px;
object-fit: fill;
}

.services h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0;
}
.services p{
	text-align: center;
    margin: 10px;
}
.services img{
	width: 100%;
}

#fh5co-services, #fh5co-about, #fh5co-contact {
  padding: 5em 0;
}


#fh5co-services .fh5co-number {
  font-size: 30px;
  color: #1fb5f6;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-services .fh5co-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #1fb5f6;
}
#fh5co-services .fh5co-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#fh5co-services .fh5co-icon i {
  font-size: 200px;
  color: #90ee90;
}


#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
}
#fh5co-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#fh5co-contact input[type="text"] {
  height: 50px;
}
#fh5co-contact .form-group {
  margin-bottom: 30px;
}

.fh5co-testimonial {
  position: relative;
  background: #fff;
  padding: 2em 0 2em;
  border-radius: 5px;
}

.fh5co-testimonial h2 {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 30px;
}

.fh5co-testimonial blockquote {
  border: none;
  margin-bottom: 20px;
}
.fh5co-testimonial blockquote p {
  font-style: italic;
  font-size: 26px;
  color: #555555;
}

.fh5co-blog {
  margin: 30px 0 20px 0;
}
.fh5co-blog a img {
  margin-bottom: 10px;
  width: 100%;

}

.fh5co-blog .image-popup {
  opacity: 1;
}
.fh5co-blog .image-popup span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .image-popup span.comment {
  float: right;
}
.fh5co-blog .image-popup span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .image-popup span.comment a i {
  color: #90ee90;
  padding-left: 7px;
}
.fh5co-blog .image-popup h3 {
  font-size: 23px;
  margin-bottom: 20px;
}
.fh5co-blog .image-popup h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#fh5co-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}
#fh5co-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}

#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

.fh5co-social-icons > a {
  padding: 4px 10px;
  color: #90ee90;
}
.fh5co-social-icons > a i {
  font-size: 26px;
}
.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}



#footer {
  background: #f1f1f1;
    background-size: cover;
  padding: 20px 10px 10px;
  position: relative;
}

#footer p {
  color: #1D3A1E;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 20px 0 15px 0;
}
#footer p:first-child {
  color: #1D3A1E;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 12px 0 15px 0;
}
#footer p a {
	color: #1D3A1E;
	text-transform: uppercase;
}
#footer p a:hover {
	color: #1D3A1E!important;
  opacity: 0.7;
}
#footer p span {
	font-size: 16px;
	margin: 10px;
}
#footer h4{
	color: #fff;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 1px;
    margin: 15px 0 40px 0;
}

#footer p a,#footer p{
  color: #1D3A1E;
	text-transform: uppercase;
}

#footer .phone a{
  color: #fff;
	text-transform: uppercase;
}

#footer .phone{
  color: #fff;
    padding: 10px 5px !important;
    font-weight: bold;
    border-left: none;
    border-top: none;
    border-top: none;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000;
    font-size: 18px;
    margin-top: 35px;
    background: silver;
    box-shadow: 2px 2px 5px 1px black;
    background-image: url(./../images/phone.png);
}


#footer .phone a:hover {
  color: #1D3A1E !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #ff8c00;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
  font-size: 20px;
  text-shadow: 2px 2px 4px #000;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: red;
  color: #fff;
}
.btn:hover, .btn:active, .btn:focus {
  background: red !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}



.animate-box h1{
	font-size:40px;
	font-weight:bold;
	color: #2447b3;
	letter-spacing: 2px;
	margin: 40px 20px 40px 80px;
	text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}


#offcanvas-menu {
  position: absolute;
  top: 144px;
  bottom: 0;
  z-index: 99;
  background: #1D3A1E;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
}
#offcanvas-menu ul li a:hover {
  color: #90ee90;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #90ee90;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}

.forsp{
		display: none;
	}

  .forphone{
    display: none;
  }



.row-bottom-padded-lg {
  padding-bottom: 7em;
}


.row-top-padded-lg {
  padding-top: 7em;
}


.row-bottom-padded-md {
  padding-bottom: 4em;
}


.row-top-padded-md {
  padding-top: 4em;
}


.row-bottom-padded-sm {
  padding-bottom: 2em;
}

.row-top-padded-sm {
  padding-top: 2em;
}


.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}


.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*# sourceMappingURL=style.css.map */


.works_tbl{
	margin: 10px auto 60px;
	width: 80%;
}

.works_tbl th{
	border-bottom: 2px solid #beedbe;
	vertical-align: top;
    padding: 5px;
}

.works_tbl td{
	text-align: left;
	padding: 5px;
	border-bottom: 1px dotted #ccffcc;
}

#work h2{
  font-size: 35px;
  padding: 0;
  color: #000;
  margin: 30px auto 0;
}


.company_tbl{
	margin: 10px auto 60px;
	width: 80%;
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}


.company_tbl th{
	border-bottom: 1px solid lightgray;
	width: 22%;
	vertical-align: top;
    padding: 8px 15px;
    letter-spacing: 1px;
}

.company_tbl td{
	border-bottom: 1px solid lightgray;
	text-align: left;
	padding: 8px 15px;
}


.company_tbl th small{
	color: #848484;
	font-weight: normal;
}

.shikaku_tbl{
	display:inline-block;
	width: 43%;
	vertical-align: top;
	margin: 20px 10px;
}

.shikaku_tbl td{
	font-size: 13px;
}


.formTable{
	width: 80%;
    margin: 20px auto 40px;
    table-layout: fixed;
}


.formTable td,table.formTable th{
	padding:5px;
    text-align: left;
    vertical-align: top;
}
.formTable th{
	width:25%;
	text-align:left;
	font-weight: normal;

}


.formTable td input{
	width: 100%;
    color: #000;
    padding: 5px;
}

textarea{
	width: 100%;
	color: #000;
}

::placeholder{
	color: lightgray;
}


small{
	font-size: 13px;
	color: red;
}

.midashi animate-box{
	margin: 50px;
}

.animate-box h2{
	font-size: 20px;
	margin: 30px auto;
    letter-spacing: 1px;
    font-weight: bold;
    color: #6cb4e4;
	text-align: center;
	padding: 0.7em;
	width: 100%;
}

.desc animate-box h2{
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
}

.animate-box h3{
	font-size: 30px;
    font-weight: bold;
    margin: 15px 30px 5px;
    color: #000;
    letter-spacing: 1px;
}
.animate-box h4{
	font-size: 22px;
	font-weight: bold;
	margin: 20px 20px 0 20px;
	color: #000;
}

.services h4{
  font-size: 22px;
}



caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

.shikaku{
	font-size: 13px;
}


.text_center{
	text-align: center;
	margin: 10px;
}

.text_right{
	text-align: right;
}

.recruit_p{
	display: inline-block;
	margin: 10px;
	width: 60%;
}
.recruit_pic{
	display: inline-block;
	margin: 10px;
	width: 30%;
	vertical-align: top;
	text-align: center;
}


.aisatsu{
	margin: 30px auto;
    border: 1px solid #e0e0e0;
    padding: 20px;
    width: 80%;
}
.aisatsu h4{
	margin: 20px 30px;
}
.left{
	width: 100%;
	display: inline-block;
}

#detail ul{
  list-style: none;
  padding-left: 0;
}

#detail .flex{
  margin: 8px 0 20px;
}

#detail .flex li{
  width: 31%;
}

#detail .flex li img{
  width: 30%;
  margin: auto;
  padding-top: 45px;
}

#detail .flex li h4{
  margin: 10px 0 20px 0;
}

/* 1800px以上 */
@media screen and (min-width: 1800px){
  .fh5co-overlay{
    background-size: cover;
  }
  .fh5co-cover,
  .fh5co-hero {
  }
}
/* 2000px以上 */
@media screen and (min-width: 2000px){
  .fh5co-cover,
  .fh5co-hero {
  }
    .fh5co-overlay{
    }
}

@media screen and (max-width: 1400px){
  #construction .container{
    width: 1170px;
  }

  .services span img{
    height: 260px;
  object-fit: fill;
  }
}

@media screen and (max-width: 1220px){
  .fh5co-cover, .fh5co-hero{
    height: 640px;
  }

  .fh5co-cover .desc{
    top: 72%;
  }

  .fh5co-cover .desc {
    left: auto;
  }
  #construction .container{
    width: 970px;
  }


}
/* 1024px */
@media screen and (max-width: 1024px) {
  .fh5co-cover .desc{
    left: auto;
  }

	.fh5co-cover .desc p{
		width: 25%;
	}
  .fh5co-cover,
  .fh5co-hero {
    height: 640px;
  }

  .animate-box h2{
    padding: 10px;
  }

  .fh5co-overlay{
    margin-top: 85px;
  }

  .nav-header img{
  	margin-left: 20px;
  }

  #construction .container{
    width: 970px;
  }
}

/* */
@media screen and (max-width: 896px){
	.formTable th,
	.formTable td,
	.company_tbl th,
	.company_tbl td{
		display: inline-block;
		width: 100%;
	}
	.company_tbl tr td:first-child{
		border-bottom: 0;
	}
	.forsp{
		display: block;
	}

  #fh5co-logo {
    margin-top: 15px;
  }
  #construction .container{
    width: 750px;
  }
}


/* 768px */
@media screen and (max-width: 896px) {

  #construction .container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }

  .fh5co-cover,
  .fh5co-hero {
    height: 590px;
    margin-top: 0;
  }

  .fh5co-overlay{
    margin-top: 65px;
  }

  .services span img{
    height: 450px;
  }

  #fh5co-logo span{
    margin: auto 0;
  }

  #fh5co-logo a{
    display: flex;
  }

  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }

  .fh5co-cover.fh5co-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
  .fh5co-cover .desc h2 {
      font-size: 32px;
  }
  .fh5co-cover img {
      width: 100%;;
  }
  .fh5co-cover .desc p{
    width: 35%;
    margin-left: 30px;
  }
  .fh5co-cover .desc h4{
    font-size:18px;
    margin-left: 30px;
  }
  .fh5co-cover .desc h5{
    margin-left: 30px;
  }

  .animate-box h3{
    margin: 15px 30px 20px !important;
  }

  #fh5co-logo {
    width: 90%;
    float: none;
    text-align: center;
  }

  #fh5co-work-section,
  #fh5co-services-section,
  #fh5co-content-section,
  #fh5co-work-section_2,
  #fh5co-blog-section{
    padding: 20px 0;
  }

  #fh5co-services, #fh5co-about, #fh5co-contact {
    padding: 4em 0;
  }

  #fh5co-services .fh5co-icon {
    margin-top: 0px;
    float: none;
  }

  #fh5co-services .fh5co-icon i {
    font-size: 100px;
  }

  .fh5co-testimonial {
    border-right: 0;
    margin-bottom: 10px;
    padding: 0em 0 0em;
  }
  .fh5co-testimonial p img{
    width: 100%;
  }

  .fh5co-blog {
    width: 100%;
  }

  #fh5co-start-project-section h2 {
    font-size: 30px;
  }

  #map {
    height: 200px;
  }

  .animate-box h1{
    font-size:26px;
    margin-left: 30px;
  }
  .recruit_p{
    width: 100% !important;
  }

  .nav-header img,#fh5co-logo span{
    margin-left: 0;
  }

  #wood #detail ul li{
    height: 215px;
  }

.fh5co-nav-toggle i,.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after{
    background: #1D3A1E
  }

  #fh5co-header .flex{
    display: block;
  }

  #offcanvas-menu{
    top: 65px;
  }

  #fh5co-menu-wrap {
    display: none;
  }

  .fh5co-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 20px;
  }

  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }

  .row-top-padded-lg {
    padding-top: 2em;
  }

  .row-bottom-padded-md {
    padding-bottom: 2em;
  }

  .row-top-padded-md {
    padding-top: 2em;
  }
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }

  .row-top-padded-sm {
    padding: 1.4em;
  }

  .company_tbl{
    width: 100%;
  }

  iframe{
    width: 82%;
    height: 300px;
  }
  .col-sm-4 {
      width: 100%;
  }
  .link img{
    width: 90%;
  }

  .left{
    width: 100%;
  }

  .company_tbl th{
    border-bottom: none;
  }

  #offcanvas-menu ul li{
    margin: 0 0 20px 0;
  }

  .forpconly{
    display:none;
  }

}

/* 480px */
@media screen and (max-width: 480px) {

  #construction .container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
	.fh5co-cover .desc p{
		width: 100% !important;
		font-size: 18px;
	}

  .fh5co-cover .desc h2 {
      font-size: 20px;
  }

  .company_detail{
    width: 90%;
  }

  #detail .flex li{
    width: 49%;
  }

  #detail .flex li img{
    padding-top: 20px;
  }

  #wood #detail ul li{
    height: 150px;
  }

  .fh5co-cover,
  .fh5co-hero {
    height: 320px;
  }

	.animate-box h3{
		font-size: 24px !important;
	}

  .fh5co-grid {
    height: 400px;
  }

  .col-xxs-12 {
    float: none;
    width: 100%;
  }

  .works_tbl{
    width: 100%;
  }

  .formTable{
    width: 100%;
  }

  .shikaku_tbl{
    width: 90%;
  }

  .services span img{
    height: 260px;
  }

  .animate-box h4{
    font-size: 18px;
    margin: 20px 10px 10px;
  }

  .animate-box p{
    margin: 15px 10px 10px;
  }

  .animate-box h2{
    padding: 5px;
  }

  .company_tbl td{
    border-bottom: 2px solid lightgray;
  }

  .aisatsu{
    height: 300px;
    overflow-y: scroll;
  }

  .forsp{
    display: block;
  }

  .forphone{
    display: block;
  }

  .forpc{
    display: none;
  }

  #footer p span{
    display: block;
  }

  #footer p:first-child{
    font-size: 13px;
  }
}

#sns{
	margin-bottom: 4em;
}
.description{
	margin: 40px 10px;
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
.description p{
	font-size: 24px;
	font-weight: bold;
}

.description iframe{
  text-align: center;
}

@media screen and (max-width: 768px) {
	.description{
		margin: 20px 0;
		width: 50%;
	}
	.description iframe{
		width: 100%;
	}
	.description img{
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.description{
		width: 90%;
	}
