.header__top {
	background-color: #fff;
	border-bottom: .5px solid #eae8e8;
}

.header__menu ul li.active a {
	color: #f6841f;
}

.header__menu ul li:hover>a {
	color: #f6841f;
}

.banner__top {
	background-color: #f6841e;
}

.banner__top p {
	color: white;
	font-size: 20px;
	margin: 10px auto;
    text-align: center;
}

.banner__top p i {
	margin-right: 10px;
}

section.hero {
	position: relative;
	padding: 100px 0;
	background-image: url(../img/hero/bg-cta.jpg);
	background-position: center;
	background-size: cover;
}

section.hero h2 {
	font-size: 46px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-content p {
	font-size: 24px;
	color: #e0ddd6;
}

.breadcrumb-custom h2 {
	font-size: 36px;
}

.breadcrumb-custom a {
	color: #fba253;
}

.breadcrumb-custom a:after {
	display: none;
}

.from-blog {
	background-color: #fff;
}

.categories {
	margin-top: 50px;
}

.banner {
	margin-top: 50px;
}

.footer__copyright__text a {
	opacity: 0;
}

.blog__item__text h5 {
	font-weight: 800;
}

.section-title .loc:after {
	height: 0px;
    width: 0px;
}