.circled {border-radius: 20px;}

.button-theme {
	background-color: #b87333 !important;
	color: #fff !important;
}
.text-theme {
	color: #b87333 !important;
}

#topnav .navigation-menu > li.active > a, 
#topnav .navigation-menu > li:hover > a {
	color: #b87333 !important;
}
.social-icon li a:hover {
	background-color: #b87333 !important;
	border-color: #b87333 !important;
}
.back-to-top {
	background-color: #b87333 !important;
}

#home.bg-half-170 {
	padding: 120px 0 20px;
}
#about.bg-half-170 {
	padding: 70px 0 70px;
}
.title-theme {
	color: rgba(184, 115, 51, .5) !important;
	font-size: 70px;
	font-weight: bold;
}
.title-theme-secondary {
	color: rgba(189, 195, 199, .5) !important;
	font-size: 90px;
	font-weight: bold;
}
.section-home {
	padding: 20px 0;
}
.features.feature-primary.feature-clean .icons i {
	background-color: rgba(184,115,51,.1);
	color: #b87333 !important;
}
/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #b87333 !important;
}*/
.features.feature-primary .color, 
.features.feature-primary .read-more,
.breadcrumb .breadcrumb-item.active{
	color: #b87333 !important;
}
.partner-list {
	list-style-type: none;
	padding: 0;
	text-align: center;
}
	
.partner-list li {
	display: inline-block;
	margin: 0 5px;
}
.partner-img {
	height: 70px;
	margin: auto;
	width: auto !important;
}
.customer-img {
	height: 70px;
	margin: auto;
	width: auto !important;
}
@media (max-width:767px){ 
.title-theme {
	font-size: 50px;
}
.title-theme-secondary {
	font-size: 90px;
}
}
.map iframe {
	width: 100% !important;
}