@charset "utf-8";
/* CSS Document */

/*============ Default Css Start ============*/

html,
body { 
	height:100%; 
}

* {
	margin:0;
	padding:0;
}

body {
	min-height: 100%;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#000;
	margin:0;
	padding:0;
}

.fl { float:left; }

.fr { float:right; }

li,
ul,
ol { 
	list-style:none; 
	margin:0;
	padding:0;
}

a,
a img {
	text-decoration:none;
	border:0;
	outline:none !important;
}

a,
button,
input[type=submit] {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}

img {
	max-width:100%;
}

:focus { outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}

.clear {}

.clear:before,
.clear:after {
	content:"";
	display:table;
}

.clear:after { 
	clear:both; 
}

input,
textarea { outline:none !important; }

::-webkit-input-placeholder {
	color:inherit; 
	opacity:1;
}

::-moz-placeholder {
	color:inherit;
	opacity:1;
}

:-ms-input-placeholder {
	color:inherit; 
	opacity:1;
}

:-moz-placeholder {
	color:inherit;
	opacity:1;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-bottom: 40px;
	background-color: #fff;
	overflow: hidden;
}

p { font-family: Verdana, Geneva, sans-serif; }


/*============ Default Css End ============*/

/*============ Bootstrap Class Overwriter CSS Code Start ============*/


.navbar-inverse {
	min-height: inherit;
	margin: 30px 0 0 0;
	background: none;
	border: none;
	border-top: solid 1px #93908e;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar-inverse .container { position: relative; }

.navbar-inverse .navbar-nav { width: 100%; }

.navbar-inverse .navbar-nav > li {
	position: relative;
	display: inline-block;
	float: none;
	margin-right: 25px;
	margin-left: 25px;
}

.navbar-inverse .navbar-nav > li > a {
	position: relative;
	padding: 0;
	padding-top: 22px;
	font-family: 'open_sanssemibold';
	font-size: 15px;
	color: #fff;
	letter-spacing: 2px;
	background: none;
	text-transform: uppercase;
	text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: 0;
	margin-left: -4px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	content: "";
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-inverse .navbar-nav > li.active > a:before,
.navbar-inverse .navbar-nav > li > a:hover:before {
	top: 0;
	margin-top: -5px;
	visibility: visible;
	opacity: 1;
}

.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li.active > a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus { color: #fff; background: none; }

.header_main.inner_header .navbar-inverse .navbar-nav > li > a { color: #00502a; }

.header_main.inner_header .navbar-inverse .navbar-nav > li.active > a,
.header_main.inner_header .navbar-inverse .navbar-nav > li > a:hover { color: #a38a6f; }

.header_main.inner_header .navbar-inverse .navbar-nav > li > a:before { background-color: #a38a6f; }



/*============ Bootstrap Class Overwriter CSS Code End ============*/

/*============ New Class Add By Designer Start ============*/


/*============ Header Start ============*/

.header_main {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1000;
	width: 100%;
	text-align: center;
}

.header_main .container {
	position: relative;
}

.header_top {
	position: relative;
	width: 100%;
}

.header_main .logo {
	display: inline-block;
}

.header_main .logo a { display: block; }

.header_main.inner_header {
	position: relative;
	top: 0;
	margin-top: 30px;
}




/*============ Header End ============*/



/*============ Content Start ============*/


/*............ Home Page Start ............*/


#makeMeScrollable {
	position: relative;
	width:100%;
	height: 1000px;
}

#makeMeScrollable div.scrollableArea a,
#makeMeScrollable div.scrollableArea img {
	position: relative;
	float: left;
}

/*............ Home Page End ............*/


.about_main {
	position: relative;
	width: 100%;
	margin-top: 34px;
}

.about_main .title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #ad8666;
}

.about_main .title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00502a;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.about_main h3 {
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #805F44;
	font-weight: bold;
}

.about_main p {
	margin-bottom: 20px;
	font-size: 13px;
	color: #1d1d1d;
	line-height: 20px;
}



.projects_main {
	position: relative;
	width:100%;
	margin-top: 34px;
}

.projects_main .title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.projects_main .title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00502a;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#projects-scrollable {
	position: relative;
	width: 100%;
	height: 470px;
	margin-bottom: 30px;
}



.faq_main {
	position: relative;
	width: 100%;
	margin-top: 34px;
}

.faq_main .title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #ad8666;
}

.faq_main .title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00502a;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.faq_main .table {
	min-width: 1040px;
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

.faq_main .table > thead > tr > th {
	padding: 6px 0 6px 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background-color: #006633;
	border: none;
}

.faq_main .table > tbody > tr > td {
	padding: 4px 0;
	border: none;
	white-space: normal;
}

.faq_main .table > tbody > tr:first-child td { padding-top: 30px; }

.faq_main .table .col-1 {
	float: left;
	width: 418px;
}

.faq_main .table .col-2 {
	float: right;
	width: 580px;
}

.faq_main h6 {
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #805F44;
	line-height: 20px;
	font-weight: bold;
}

.faq_main p {
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #1d1d1d;
}

.faq_main p strong { display: inline-block; }

.faq_main p a {
	color: #006633;
	font-weight: bold;
}



.contact_main {
	position: relative;
	width: 100%;
	margin-top: 34px;
	text-align: center;
}

.contact_main .title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #ad8666;
}

.contact_main .title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00502a;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact_main .row {
	display: table;
	margin-bottom: 15px;
}

.contact_main div[class*=col-] {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.contact_main h6 {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #ad8666;
	font-weight: bold;
}

.contact_main p {
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #1d1d1d;
	line-height: 20px;
}

.contact_main p a { color: #ad8666; }




.content_right {
	position: relative;
	float: right;
	width: 86%;
}

.content_right .container { max-width: 1000px; }

.content_right .header_main { margin-top: 0; }

.content_right .header_main .menu-btn {
	position: fixed;
	top: 30px;
	left: 30px;
	display: none;
	width: 35px;
	height: 35px;
	background-color: #00502a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content_right .header_main .menu-btn .fa {
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
}

.content_right .header_main h3 {
	margin-top: 5px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #00502a;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	border-top: solid 1px #E2E2E2;
}

.content_right .header_main .title {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	text-align: left;
	border-top: solid 1px #E2E2E2;
	border-bottom: 1px dashed #ad8666;
}

.content_right .header_main .title h2 {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #00502a;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sidenav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	float: left;
	width: 14%;
	height: 100%;
	padding: 0.5%;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidenav ul {
	display: block;
	width: 100%;
	border: solid 1px #e2e2e2;
	background-color: #fff;
	overflow: hidden;
}

.sidenav ul li {
	display: block;
	float: left;
	width: 100%;
	border-bottom: solid 1px #e2e2e2;
}

.sidenav ul li:last-child { border-bottom: none; }

.sidenav ul li a {
	display: block;
	padding: 10px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-transform: capitalize;
}

.sidenav ul li a:hover {
	color: #fff;
	background-color: #00502a;
}

.sidenav ul li a.active {
	color: #fff;
	background-color: #ff5a00;
}

.sidenav.medium ul li a {
	padding: 7px 10px;
	font-size: 13px;
	line-height: 16px;
}

.sidenav.small ul li a {
	padding: 5px 10px;
	font-size: 10px;
	line-height: 11px;
}

.range_main {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	padding-right: 32px;
	padding-left: 32px;
}

.range_main .scrollto {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.range_main .scrollto:last-child {
	margin-bottom: 0;
	padding-bottom: 50px;
}

.range_main .scrollto h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #00502a;
	line-height: 60px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.range_main .block_main {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.range_main .block_main:before,
.range_main .block_main:after {
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	visibility: hidden;
	opacity: 0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	content: "";
}

.range_main .block_main:before { left: 0; }

.range_main .block_main:after { right: 0; }

.range_main .block_main:hover:before,
.range_main .block_main:hover:after {
	width: 50%;
	visibility: visible;
	opacity: 1;
}

.range_main .block_main .caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.range_main .block_main .caption:before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: solid 1px #fff;
	content: "";
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.range_main .block_main:hover .caption {
	visibility: visible;
	opacity: 1;
}

.range_main .block_main:hover .caption:before {
	visibility: visible;
	opacity: 1;
}

.range_main .block_main p {
	position: relative;
	top: 50%;
	max-width: 100%;
	margin-top: -43px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.range_main .block_main:hover p {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

.back_button {
	position: fixed;
	right: 0;
	bottom: 60px;
	z-index: 999;
	display: inline-block;
	width: 100%;
	text-align: right;
}

.back_button a {
	display: inline-block;
	margin-right: 15px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c8a4f+0,00502b+100 */
	background: #0c8a4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #0c8a4f 0%, #00502b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0c8a4f 0%,#00502b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0c8a4f 0%,#00502b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8a4f', endColorstr='#00502b',GradientType=0 ); /* IE6-9 */
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
}

.back_button a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#707070+0,3d3d3d+100 */
	background: #707070; /* Old browsers */
	background: -moz-linear-gradient(top,  #707070 0%, #3d3d3d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #707070 0%,#3d3d3d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #707070 0%,#3d3d3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */
}

.back_button a .fa {
	display: inline-block;
	margin-right: 10px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.back_button a:hover .fa {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.range_main.inner_page { margin-top: 20px; }


.range_scroller {
	position: relative;
	width:100%;
	height: 470px;
	margin-top: 20px;
}

.range_scroller div.scrollableArea img {
	position: relative;
	float: left;
}

/*============ Content End ============*/




/*============ Footer Start ============*/

.footer_main {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width:100%;
	padding-top: 14px;
	padding-bottom: 11px;
	background-color: #00502a;
}

.footer_main .fl,
.footer_main .fr {
	width: 50%;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

.footer_main .fr {
	text-align: right;
	text-transform: none;
}

.footer_main.style2 {
	position: absolute;
	z-index: auto;
}



/*============ Footer End ============*/



/*============ New Class Add By Designer End ============*/