body {
	font-family:'AvenirLTStdLight', sans-serif;
}
 @font-face {
 font-family: 'AvenirBlack';
 src: url('../fonts/avenir-black.eot');
 src: url('../fonts/avenir-black.eot') format('embedded-opentype'), url('../fonts/avenir-black.woff') format('woff'), url('../fonts/avenir-black.ttf') format('truetype'), url('../fonts/avenir-black.svg#AvenirBlack') format('svg');
}
@font-face {
 font-family: 'AvenirMedium';
 src: url('../fonts/avenir-medium.eot');
 src: url('../fonts/avenir-medium.eot') format('embedded-opentype'), url('../fonts/avenir-medium.woff') format('woff'), url('../fonts/avenir-medium.ttf') format('truetype'), url('../fonts/avenir-medium.svg#AvenirMedium') format('svg');
}
@font-face {
 font-family: 'AvenirLTStdLight';
 src: url('../fonts/AvenirLTStdLight.eot');
 src: url('../fonts/AvenirLTStdLight.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdLight.woff2') format('woff2'), url('../fonts/AvenirLTStdLight.woff') format('woff'), url('../fonts/AvenirLTStdLight.ttf') format('truetype'), url('../fonts/AvenirLTStdLight.svg#AvenirLTStdLight') format('svg');
}
@font-face {
 font-family: 'AvenirLTStdBook';
 src: url('../fonts/AvenirLTStdBook.eot');
 src: url('../fonts/AvenirLTStdBook.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdBook.woff2') format('woff2'), url('../fonts/AvenirLTStdBook.woff') format('woff'), url('../fonts/AvenirLTStdBook.ttf') format('truetype'), url('../fonts/AvenirLTStdBook.svg#AvenirLTStdBook') format('svg');
}
@font-face {
 font-family: 'AvenirLTStdHeavy';
 src: url('../fonts/AvenirLTStdHeavy.eot');
 src: url('../fonts/AvenirLTStdHeavy.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdHeavy.woff2') format('woff2'), url('../fonts/AvenirLTStdHeavy.woff') format('woff'), url('../fonts/AvenirLTStdHeavy.ttf') format('truetype'), url('../fonts/AvenirLTStdHeavy.svg#AvenirLTStdHeavy') format('svg');
}
@font-face {
 font-family: 'AvenirLTStd-HeavyOblique';
 src: url('../fonts/AvenirLTStd-HeavyOblique.eot');
 src: url('../fonts/AvenirLTStd-HeavyOblique.eot') format('embedded-opentype'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff'), url('../fonts/AvenirLTStd-HeavyOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-HeavyOblique.svg#AvenirMedium') format('svg');
}
@font-face {
 font-family: 'AvenirLTStdLightOblique';
 src: url('../fonts/AvenirLTStdLightOblique.eot');
 src: url('../fonts/AvenirLTStdLightOblique.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdLightOblique.woff2') format('woff2'), url('../fonts/AvenirLTStdLightOblique.woff') format('woff'), url('../fonts/AvenirLTStdLightOblique.ttf') format('truetype'), url('../fonts/AvenirLTStdLightOblique.svg#AvenirLTStdLightOblique') format('svg');
}
@font-face {
 font-family: 'avenir-black';
 src: url('../fonts/avenir-black.eot');
 src: url('../fonts/avenir-black.eot') format('embedded-opentype'), url('../fonts/avenir-black.woff') format('woff'), url('../fonts/avenir-black.ttf') format('truetype'), url('../fonts/avenir-black.svg#avenir-black') format('svg');/* CSS Document */
}
h1, h2, h3, h4, h5{
	font-family: 'AvenirLTStdHeavy';
}
h1 {
	font-size:48px;
	margin-top:40px;
	font-family: 'AvenirLTStdHeavy';
}
h3 {
	font-size:26px;
	font-family: 'AvenirLTStdHeavy';
}
.header {
	background-color:#7aaa35;
	height:60px;
	margin-top:26px;
}
.header2{	
	height:auto;
	padding: 20px 0;
}
.header2 .logo{
	width:250px;
}
.header2 .logo img{
	width:100%;
	margin:0px;
}
.head_text {
	font-family: 'AvenirMedium';
	font-size:30px;
	color:white;
	line-height:25px;
}
.logo img {
	margin:0 auto;
	padding:0;
	margin-top:40px;
}
.grn_head {
	font-size:26px;
	color:#7aaa35;
	margin-top: 10px;
}
.left_cont {/*margin-top:90px;*/
}
.left_cont img {
	height:660px;
	cursor:pointer;
}
.right_head {
	font-size:24px;
	font-family: 'AvenirMedium';
	margin-top:0px;
}
.head_content {
	margin-bottom: 90px;
}
.right_cont {
	height:610px;
	border:1px solid #ccc;
	border-radius:5px;
}
.submit {
	width:100%;
	margin:auto;
}
.submit {
	margin-top:10px;
}
.submit .form-group {
	margin-bottom:5px;
}
.submit .form-group textarea{
	resize:none;
	height: 80px;
}
.submit .form-group label {
	margin-bottom:0px;
}
label {
	font-size:18px;
	font-weight:normal;
	margin-left:-14px;
}
.butn_green {
	font-size:24px;
	color:white;
	background-color:#7aaa35;
	margin-top:10px;
	transition:all 0.4s ease-in-out;
}
.butn_green:hover {
	background-color:#97cb4c;
	color:#fff;
}
.cont_sec {
	width:19%;
}
input[type] {
	height:35px;
}
.head_discp {
	background-color:#f7f7f7;
	margin-top:65px;
	margin-bottom:40px;
}
.head_discp p {
	color:#666666;
	font-size:20px;
	margin: 32px 0px 35px 0px;
}
.head_discp p strong {
	margin-top:10px;
	display:block;
	font-style:italic;
}
.content {
	margin-top:0px;
}
.content_head {
	font-size:22px;
	margin-top:45px;
	color:#666666;
	font-family: 'AvenirMedium';
}
.content p {
	font-size:17px;
	margin-top:15px;
	color:#666666;
	margin-bottom: 0;
}
.link_btn {
	color:#7aaa35;
	font-size:16px;
}
.banner {
	position:relative;
	background-image:url(../images/sign.jpg);
	width:100%;
	height:400px;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	background-attachment:fixed;
}
.banner img {
	height:370px;
	width:100%;
}
.banner_discp h2 {
	font-size:36px;
	color:#fff;
	margin-top:60px;
	font-family: 'AvenirMedium';
}
.banner_discp p {
	font-size:20px;
	color:#cccccc;
	margin-top:20px;
}
.banner_discp {
	margin:0 auto;
}
.lg_btn {
	width:358px;
	height:50px;
	margin:auto
}
#txt {
	background-color:#fff;
	width:358px;
	height:50px;
	border-radius:5px;
	border:1px solid #fff;
	margin-top:40px;
}
.testmon {
	font-size:36px;
}
.testm_img1 {
	margin-top:42px;
}
.img1 {
	font-size:24px;
	color:#7aaa35;
}
.testm_img1 img {
	margin:auto;
	cursor:pointer;
}
.testm_img1 p {
	font-size:16px;
	color:#666666;
	font-family: 'AvenirLTStdLightOblique';
}
.footer {
	height:100px;
	width:100%;
	background-color:#7aaa35;
	/*margin-top:70px;*/
	margin-bottom:0px;
}
.footer p {
	font-size:18px;
	color:#fff;
	margin-top:40px;
}
.social_icon {
	margin-top:34px;
}

.list-inline1 {
	font-size:0px;
	margin:0px;
}
.list-inline1 > li {
  
  border-radius: 4px;
  margin: 0 5px;
  min-height: 410px;
  padding: 15px 7px;
  vertical-align: top;
  transition:ease 0.5s;
}
.list-inline1 > li:first-child{
	margin-left:0px;
}
.list-inline1 > li:last-child{
	margin-right:0px;
}
.list-inline1 > li:hover{
	background: #f7f7f7;
}
.cont_sec {
	position:relative;
	z-index:1;
}
.cont_sec a {
	position:relative;
	display:inline-block;
	text-decoration: underline;
	font-family: 'AvenirLTStdLightOblique';
}
.list-inline1 > li:hover .hover {
	opacity:1;
}
.hover {
	background-color:rgba(122, 169, 53, 0.7);
	width:170px;
	height:170px;
	border-radius:50%;
	overflow:hidden;
	top:0px;
	bottom:0;
	position:absolute;
	left:0px;
	right:0;
	cursor:pointer;
	opacity:0;
	transition:ease 1s;
	display:table;
}
.hover a {
	text-decoration:none;
	font-family: 'AvenirLTStdLight';
}
.hover p {
	color: #fff;
	display: table-cell;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}
.cont_img_hover {
	text-align: center;
	display: block;
	margin: auto;
	width: 170px;
	height: 170px;
	position:relative;
}
.cont_img_hover > a{
	width:170px;
	height:170px;
	border-radius:50%;
	overflow:hidden;
	border:solid 3px #ccc;
}
.cont_img_hover > a > img{
	max-width:100%;
}
.transp_btn {
	background-color:transparent;
	border:2px solid #fff;
	border-radius:4px;
	position:relative;
	top:70px;
	left:0px;
	bottom:0;
	color:white;
	width:124px;
	font-weight:bold;
	transition: ease 0.5s;
}
.transp_btn:hover {
	background-color:transparent;
	border:2px solid #fff;
	border-radius:4px;
	color:#7aaa35;
	background-color:#fff;
	width:124px;
	font-weight:bold;
}
/*-----------------crousal-------------*/
.carousel-control {
	width:0;
	color:#000;
	background-color:rgba(255, 255, 255, 1);
	opacity:0;
}
.carousel-control:focus, .carousel-control:hover {
	color:#7aaa35;
}
.carousel-indicators {
	top:100%;
	margin-top:20px;	
}
.carousel-indicators li {
	border:1px solid #000;
	border-radius:50%;
}

/*-- Interio Pages --*/
.inner-banner{
	height:400px;
	overflow:hidden;
	margin:30px 0;
	margin-top:0;
}
.inner-banner img{
	width:100%;
}
.page-header {
    padding: 30px 0;
    background-color:#7aaa35;
    margin: 0;
    text-align: center;
}
.page-header h2{
	color:#fff;
	margin: 0;
}
.header2 .head_text {
    color: #333;
    line-height: 48px;
    margin: 0;
}

#submitform_results span{margin-top: -20px; display: block;}

.preferred-logo img{
    border: 2px solid #ccc;
    border-radius: 8px;
    margin-top: 40px;
    width: 300px;
}
.preferred-logo h3{
	margin-bottom:35px;
}
/*-----------------crousal-------------*/
@media (max-width: 767px) {

.inner-banner {
    height: auto;
}

.right_cont {
height:auto;
padding-bottom:15px;
}
.head_discp {
height:auto;
}
.head_content {
    margin-bottom: 0;
}
.content_head{
	margin-top:20px;
}
.list-inline1 > li{
	margin-bottom:30px;
}
.footer {
height:auto;
line-height:30px;
padding-top:0px;
padding-bottom:20px;
}
.footer p {
margin-top:20px;
text-align:center
}
.social_icon {
margin:0 auto;
width:100%;
text-align:center;
}
.banner {
height:465px;
}
h1 {
font-size:38px;
}
.grn_head {
font-size:20px;
}
.left_cont {
margin-top:50px;
}
.cont_sec {
width:100%;
margin:auto;
}
.cont_sec img {
margin:auto;
}
.head_text {
font-size:25px;
}
#txt {
width:100%;
}
.lg_btn {
width:100%;
}
.left_cont img {
height: auto;
}
 .testm_img1 {
margin-top:10px;
}
 .content p {
width:100%;
margin:auto;
}
 .content {
margin-top:0px;
}
 .logo img {
max-width:100%;
}
 .right_head {
margin-top:40px;
}
 .right_head br {
display:none;
}
 .hover {
opacity:1;
background:none;
}
 .transp_btn {
 color: #7aaa35;
 background-color: #fff;
}
}
 @media (min-width: 320px) and (max-width: 568px) {
.head_text {
font-size:26px;
}
.lg_btn {
width:100%;
}
#txt {
width:100%;
}
}
 @media (min-width: 768px) and (max-width: 1024px) {
.head_discp {
height:235px;
}
 .right_cont {
height:582px;
}
 .cont_img_hover {
width:100%;
}
.cont_img_hover > a, .hover, .cont_img_hover {
  height: 130px;
  width: 130px;
}
.transp_btn {
  top: 50px;
  width: 90px;
}
.list-inline > li .content_head{
	height:40px;
}
.list-inline > li p{
	height:150px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.carousel-inner .row{margin:0px;}
}


.project-details{
    background: #f9f5f5;
    padding: 10px;
    color: #000;
	padding-bottom:0;
}

.project-details ul{
padding-left:0;
list-style:none;
}

.project-details li {

 
	border-bottom:1px solid #f3e9e9;
 }

.project-details li:nth-last-child(1){
 border:none;
}

.project-details a{
color:#000;
display:block;
    padding: 10px;
}

.project-details a:hover{
	text-decoration:none;
	color:#7aaa35;
}

.project-details h4{
border-bottom:1px solid #666;
}
.big-title{margin-top:0;}
.inner-pages {font-size:17px;}


.bedcrum{
	color:#000;
	padding: 10px;
    background: #f9f5f5;
    margin: 10px 0;
	text-align:center;
}
.bedcrum a{color:#000;}
.bedcrum a:hover{text-decoration:none;}
.bedcrum span{padding:0 5px;}
.bedcrum i{font-size:10px; color:#666;}
.bedcrum i:nth-of-type(2){margin-left: -5px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .submitform input[type] {
    height: 35px;
}
}
.preferred-logo div {
	padding-top:40px;
}

.preferred-logo div a:hover {
    background-color: #97cb4c;
    text-decoration: none;
}

.preferred-logo div a {
    padding: 10px 20px;
    background-color: #7aaa35;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
}