.pd-0{ padding: 0px 0px !important;}
.our-services p{ font-size: 13px !important;}
.pb-60{ padding-bottom: 60px;}
.mt-10{ margin-top: 10px;}
.bg-green{ background: #25843b !important;}
.site-footer.evergreen-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #26883d !important;
    opacity: .9;
}
.site_link{
	float: right;
    padding: 0;
    line-height: 46px;
	}
.site_link a{
	padding: 12px;
	margin: 0;
	background: #e46c0c;
	line-height: 16px;
	}
.keycontact{
	width:100%;
	float:left;
	margin-top:30px;
}	
.keycontact h3{
	margin-top:30px;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}	
.keycontact .addres_box{
	width:20%;
	float:left;
	margin-top: 15px;
	margin-bottom: 10px;
}	
.keycontact h4 {
   font-size: 13px;
    margin-bottom: 5px;
    color: #e46c0c;
    text-transform: capitalize;
}
.keycontact p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #222222 !importantt;
    letter-spacing: 0px;
}	
.keycontact .adress-details > div {
    font-size: 13px;
    display: table;
    margin-top: -1px;
}
.keycontact .adress-details > div > span {
    display: table-cell;
    border: 1px solid #eee;
    position: relative;
    text-align: center;
    width: 29px;
    height: 29px;
    vertical-align: middle;
}
.keycontact .adress-details > div > div {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.keycontact .adress-details > div:first-child {
    margin-bottom: 5px;
    margin-top: 0;
}
.mob_site_link{ 
visibility:hidden;
display:none;
}
@media screen and (max-width: 992px){
	  .keycontact .addres_box{
	width:33%;
	float:left;
	margin-bottom:20px;
} 
}

@media screen and (max-width: 798px) 
{ 
.site_link{
	visibility:hidden;
	display:none;
	}
.mb-text-center{ text-align: center !important}
 .clients ul li{ width: 50% !important;}
.clients ul li:nth-child(2) {
    border-right: 0px solid #dcdada;
}
  .keycontact .addres_box{
	width:50%;
	float:left;
	margin-bottom:20px;
} 
.mob_site_link{
	display:block;
	visibility:visible;
	float:right;
	margin-top: -46px;
	line-height: 46px;
	right: 3px;
	position: absolute;
	}
.mob_site_link a{
	padding: 12px;
	margin: 0;
	background: #e46c0c;
	line-height: 16px;
	color: #fff;
	/* font-size: 14px; */
	}	
}


::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #25843b;
}

::selection {
   color: #fff;
  background: #25843b;
}


@media screen and (max-width: 580px) {
	 .keycontact .addres_box{
	width:100%;
	float:left;
	margin-bottom:20px;
} 
}

.highlite-text{ background: #25843b; color: #fff !important; padding: 0 10px;}
.tetx-orange{ color: #25843b !important; }