/*common*/
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.text-color-dark{
	color: #585858;
}
.text-color-theme{
	color: #08c
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.line-height27 {
	line-height: 27px;
}
.hide {
	display: none;
}
.divider-small-left{
	float: left;
}
@media only screen and (max-width: 766px) {
	.divider {
		display: none;
	}
		.mobile-hide {
			display: none;
	}
}
@media only screen and (max-width: 992px) {
	.mobile-mb15 {
		margin-bottom: 15px;
	}
}

/*company01*/
.page-header h1 {
    font-size: 40px;
}
#company_01 .featured-box-primary h3{
    color: #0088cc;
}
#company_01 .featured-box-secondary h3{
    color: #e36159;
}
#company_01 .featured-box-tertiary h3{
    color: #2baab1;
}
#company_01 .featured-box-quaternary h3 {
    color: #383f48;
}
