 /* ---------------------------- */
/*           Google Fonts
/* ---------------------------- */

@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';


/* ---------------------------- */
/*           General
/* ---------------------------- */

body {
  font-family: 'Roboto', sans-serif;
	font-weight: 400;
  font-size: 15px;
	color: #2a2a2a;
  text-align: justify;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-size: cover;
}

img {
	max-width:100%;
}

a {
	color:inherit;
	text-decoration:none;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	transition:all .2s ease-in;
}

a:focus {outline: none; }

h1, h2, h3, h4, h5, h6{font-family: 'Lato', sans-serif; font-weight:400;}
.page-info h1{color: #0b9444;}
.page-info hr{border: 0; height: 1px; background-color: #293722; width: 100px; margin: 15px 0;}
button.btn-default{background-color: #0b9444;
color: #fff;
padding: 15px 25px;
font-size: 15px;
color: #fff;
border: 0;
}
.btn-default:hover, .btn-default:focus{background-color: #075628; color: #fff;}
label{font-weight: normal; font-size: 16px;}
ul {padding-left: 0px;padding-top: 25px;}
ul li {display: inline-block;}
p{margin-bottom: 0px; font-weight: 300;}
.error{font-weight: normal; font-size: 13px; color: #b5300d;}
input[type=text], input[type=email], input[type=password], button, textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #d4d1d1;
}
input.error, select.error, textarea.error{border: 1px dotted red;}
.inner-container{background-color: #fff !important; padding: 20px;}
 
input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 5px rgba(11, 148, 68, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(11, 148, 68, 1);
}

table{border: 1px solid #868383; width: 100%;}
table td, table th{border: 1px solid #868383; padding: 5px;}

/* ---------------------------- */
/*           Custom CSS
/* ---------------------------- */


/* Header */
#header{width: 100%; z-index: 999; padding-top: 15px; background-color: #fff;}
.header-border{border-bottom: 1px solid gray;}
#header .nav-container{padding-bottom: 15px; padding: 0px 55px 15px 30px;}
#header #fdw{float: right;}
#header #logo-header{padding-top: 0px; display: inline-block;}
#header #fdw ul > li{margin-right: 20px; color: #464646; font-size: 18px; font-weight: 400;}
#header #fdw ul > li:last-child{margin-right: 0;}
#header #fdw ul > li > a.active{color: #0b9444; border-bottom: 1px solid #0b9444;}
#header #fdw ul > li > a{padding-bottom: 10px; position: relative;}
#header #fdw ul > li > a::after{
content: "";
position: absolute;
z-index: 9;
left: 50%;
right: 50%;
bottom: 0;
background: #0b9444;
height: 1px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
#header #fdw ul > li > a:hover::after{left: 0; right: 0;}
#header #fdw ul > li > a.current:hover::after{left: 50%; right: 50%;}
#header #fdw ul > li > a:hover{color: #0b9444;}
#header #fdw ul > li > a.mm-selected{color: #0b9444;}
.mobilemenu{display: none;}
#header a.mobilemenu{ position: absolute; display: none; top: 25px; right: 20px; text-indent: -999999px; width: 30px; height: 26px;background: url(../images/icons/mobile-nav.png) no-repeat center center; z-index: 99;}
#header .mobile-logo{display: none; padding-bottom: 30px;}
#fdw nav ul li ul.sub_menu li a{border-bottom: none;}
/* Header End */


/* Home */
#banner-holder{padding: 0px 0px 0px 0px; position: relative; background-color: #0b5a2c; min-height: 350px;}
.flexslider .slides > li:before{content: ''; background-color: rgba(0,0,0,0.3); z-index: 9999; position: absolute; display: block; width: 100%; height: 100%;}
#banner-holder .flexslider .slides > li p.caption{text-transform: uppercase; text-align: center; font-weight: bold; font-size: 30px; color: #fff; position: absolute; left: 0; right: 0; top: 46%; z-index: 9999;}
#banner-holder .flexslider .slides > li .top-left{content: ''; background-image: url(../images/icons/top-left.png); width: 18px; height: 17px; position: absolute; left: 20px; top: 20px; z-index: 9999; }
#banner-holder .flexslider .slides > li .top-right{content: ''; background-image: url(../images/icons/top-right.png); width: 17px; height: 18px; position: absolute; right: 20px; top: 20px; z-index: 9999; }
#banner-holder .flexslider .slides > li .bottom-left{content: ''; background-image: url(../images/icons/bottom-left.png); width: 17px; height: 18px; position: absolute; left: 20px; bottom: 20px; z-index: 9999; }
#banner-holder .flexslider .slides > li .bottom-right{content: ''; background-image: url(../images/icons/bottom-right.png); width: 18px; height: 17px; position: absolute; right: 20px; bottom: 20px; z-index: 9999; }
.mobile-view-slider-container, .mobile-slider, .flex-control-nav{display: none;}
.banner-container{min-height: 100px; background-color: #0b5a2c;}

#body-container .text-container{background-color: #fff; background-image: url(../images/home/bg-image.jpg);}
#body-container .text-container .div-content{width: 80%; display: block; margin: 0px auto; padding: 40px 50px 50px;}
#body-container .text-container .div-content h2 span{color: #0b9444; font-size: 30px; font-weight: 300;}
#body-container .text-container .div-content h2{font-weight: 300; font-size: 30px; text-align: center; color: #293722; text-transform: uppercase;}
#body-container .text-container .div-content hr{border: 0; background-color: #0b9444; height: 1px; width: 30%; margin: 35px auto 55px;}
#body-container .text-container .div-content p{font-size: 16px; color: #010101;}
#body-container .text-container .div-content a{color: #667a36;}

.our-business-container{text-align: center; background-color: #0b5a2c; padding: 50px 10px;}
.our-business-container h2{font-size: 32px; font-weight: 500; color: #fff; display: block; text-transform: uppercase; margin-top: 0;}
.our-business-container p{font-size: 16px; font-weight: 300; color: #fff; width: 60%; margin: 30px auto; display: block;}
.our-business-container ul li{position: relative; width: 23%; margin: 10px 10px 5px; text-align: left; overflow: hidden; min-height: 150px; background-color: #073c1d;}
.our-business-container ul li a{z-index: 9999; position: relative;display: block;}
.our-business-container ul li img{width: 100%;
transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.our-business-container ul li a:hover img{
  -webkit-transform: scale(1.1) rotate(0.01deg); 
-moz-transform: scale(1.1) rotate(0.01deg);
-o-transform: scale(1.1) rotate(0.01deg);
transform: scale(1.1) rotate(0.01deg);
}
.our-business-container ul li span{position: relative; font-size: 16px; font-weight: 400; background-color: #fff; padding: 10px 10px; z-index: 9; display: block; min-height: 65px;
transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.our-business-container ul li a:hover span{padding-left: 15px;}
.our-business-container ul li span:after{content: ''; background-image: url(../images/icons/right-arrow.png); display: inline-block; width: 23px; height: 15px; float: right; margin-top: 5px;}
.our-business-container ul li a:before{content: ''; position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); z-index: 9; bottom: 0; opacity: 0;
transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.our-business-container ul li a:hover:before{
opacity: 1;
}
.our-business-container ul li a:after{content: 'Find More'; position: absolute; left: 0; right: 0; text-align: center; color: #fff; top: 35%; font-size: 20px; opacity: 0; margin-top: -10px; z-index: 9;
transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;

}
.our-business-container ul li a:hover:after{opacity: 1; margin-top: 0;}
.our-business-container ul li:hover span{background-color: rgba(0,0,0,1); color: #fff;}
/* End Home */

/* Business */
.page-info ul.address-ul{padding-top: 0; margin-bottom: 30px;}
.page-info ul.address-ul li{display: block;}
.page-info ul.address-ul li span{font-weight: bold;}
.page-info h3{margin-top: 0; color: #0b9444;}
.page-info ul.photo-gallery-ul li{display: inline-block; width: 30%; margin-right: 10px; margin-bottom: 10px; position: relative;}
.page-info ul.photo-gallery-ul li a:after{content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(11,148,68,0);
transition: all 0.3s;
-ms-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.page-info ul.photo-gallery-ul li a:hover:after{background-color: rgba(11,148,68,0.7);}
.page-info ul.photo-gallery-ul li a:before{content: ''; position: absolute; background-image: url(../images/icons/camera.png); width: 100%; height: 100%; display: block; background-position: center; background-repeat: no-repeat; opacity: 0;
transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
margin-left: 50px;
}
.page-info ul.photo-gallery-ul li a:hover:before{opacity: 1; z-index: 999; margin-left: 0;}
.page-info p span{font-weight: bold; display: block;}
.page-info p span.highlight{font-weight: bold; display: block; font-size: 22px; margin-bottom: 20px;}
/* End Business */

/* About Us */
.page-info ul.inner-page-nav{padding-top: 0;}
.page-info ul.inner-page-nav li a{display: block; padding: 10px 5px 10px 10px;}
.page-info ul.inner-page-nav li{display: block; background-color: #0b9444; color: #fff; margin-bottom: 5px;
transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.page-info ul.inner-page-nav li.active{background-color: rgb(7, 60, 29);}
.page-info ul.inner-page-nav li:hover{background-color: rgb(7, 60, 29); padding-left: 15px;}
.page-info ul.concerns-ul{padding-top: 0;}
.page-info ul.concerns-ul li{width: 100%; margin-bottom: 10px;}
.page-info ul.concerns-ul li span{min-width: 60%; display: inline-block;}
/* End About Us */

/* Gallery */
.page-info ul.gallery-ul li{width: 24%; margin-bottom: 60px;}
.page-info ul.gallery-ul li p{padding: 5px 0; z-index: 999; background-color: #fff; position: absolute; width: 100%; text-align: left; min-height: 52px;}
.page-info ul.mobile-gallery{display: none;}
/* End Gallery */


/* footer Start */
#footer{ padding:20px 0; color: #293722; font-size: 12px; text-align: left; background-color: #fff;}
#footer ul{padding: 0 15px 0 15px; margin-bottom: 0;}
#footer ul li{font-size: 14px; font-weight: 400; padding: 5px; display: inline-block; text-align: right; width: 50%;}
#footer ul li:first-child{text-align: left;}
#footer ul li:hover a{color: #0b9444;}
/* footer End */