/*======= DARK SEA GREEN =======*/
.first-section, .about, .services, .portfolio, .team, .news, .contact {
background-color:darkSeaGreen;
background-image: -moz-radial-gradient(center center, circle cover, darkSeaGreen 0%, #138813 100%);
background-image: -webkit-radial-gradient(center center, circle cover, darkSeaGreen 0%, #138813 100%);
background-image: -o-radial-gradient(center center, circle cover, darkSeaGreen 0%, #138813 100%);
background-image: -ms-radial-gradient(center center, circle cover, darkSeaGreen 0%, #138813 100%);
background-image: radial-gradient(center center, circle cover, darkSeaGreen 0%, #138813 100%);
}
.about, .portfolio, .contact {
	color:#111;
	background:#fff;
}
.about a, .portfolio a, .contact a{
	color:#111;
}
.about a.button, .portfolio a.button, .contact a.button{
	color:#fff;
}
.about a.button:hover, .portfolio a.button:hover, .contact a.button:hover{
	color:#111;
}

.about .bbot1 , .about .btop1, .about .bdot, 
.portfolio .bbot1, .portfolio .btop1, .portfolio .bdot, 
.contact .bbot1 , .contact .btop1, .contact .bdot, ul.blog-news li {
	border-color:rgba(0,0,0,0.5);
}
.contact-form input[type="text"], .contact-form textarea{
	border:1px dashed #999;
}
/* Testimonials section */
#testimonials{
	background: #121B26;
	color: #D9C896;
}
#testimonials h5{
	color: #44545E;
}