/*.bg-green{ background:#769247;}*/
.bg-green{ background : #769247; }
.bg-gray{ background:#727376;}
.text-green{ color:#A6D785 ; }

.bg-opacity {background: rgba(118,146,71,.5);}
/*.nav-link , .navbar-brand{ color: #f4f4f4; cursor: pointer;}
*/
.nav-link{padding: 0.8em !important;color:black;}

 /*home style*/
/*home style*/

.tiny{font-size:0.6em}
.small{font-size:0.8em}
.semi-medium{font-size: 1.1em}
.medium{font-size:1.5em}
.large{font-size:2em}
.extra-large{font-size:3em}
#home
{
	vertical-align: middle;
	background-image: url('../../images/design-assets/home-bg.jpg');
	background-size: cover; 
	background-attachment: fixed;
}

#home h1
{
	padding-top: 4em;
	text-shadow: rgba(255,255,255, 0.5);
	color: #e2e2e2;
}

.section{
	padding-top: 3.8em;
	/*padding-bottom:70px;*/
}


.team
{
	margin: 4em 0;
	position: relative;  
}
.team .item
{
	position: relative;	
}
.team .des
{
	background: #769247;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 93%;
	transition:.3s ease-in-out;
}
.team .item:hover .des
{
	height: 100%;
	background: rgba(118, 146, 71, 0.50);
	position: absolute;
	/*width: 89%;*/
	padding: 5em;
	top: 0;
	border-bottom-left-radius: 0;
}

#captcha-img, #rr-captcha-img
{
  display:inline-block;
  height:2em;
  width:auto;
  margin:0;
  vertical-align:top;
}

.captchaUserInput
{
  display:inline-block !important;
  width:3em !important;
  margin-top:0;
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #7D905C;
    margin: 1em 0; padding: 0; }
    
 /*Download PDF*/
 .download-ebrochure
{
  line-height:24px;
  display:inline-block;
  text-decoration:none;
  padding:12px 12px 12px 60px;
  background:#CCCCCC url(../../images/design-assets/download-icon.png) left top no-repeat;
}
.download-ebrochure:hover, .download-ebrochure:focus, .download-ebrochure:active,
.download-ebrochure:hover sub, .download-ebrochure:focus sub, .download-ebrochure:active sub
{
  background:#AF0000 url(../../images/design-assets/download-icon.png) left top no-repeat;
  color:#FFFFFF;
}
/*---------------------------------------------------------------------------------------------*/