.hero-section {
    /*background-image: url(../img/hero/myfitnez.webp) !important;
	background-size: cover;
	min-height: 720px;*/
	background: none !important;
	padding: 0px !important;
}
@media screen only and (max-width: 768px) {
	.navbar-area {
    position: relative !important;
	}
}
@media screen only and (min-width: 1366px) {
.hero-section {
	min-height: 1012px !important;
}
}
.hero-section .hero-content {
    margin-top: 100px;
}
.feature-section .single-feature .icon {
    width: 250px !important;
    height: 250px !important;
}
.footer {
    background-image: url(../img/footer/footer-bg.webp) !important;
    background-size: cover;
}
.about-section .about-img {
    padding: 0 !important;
}
.page-title {
	color: #fe4213;
}
.navbar-nav .nav-item a {
	color: black !important;
}
.navbar-nav .nav-item a::before {
    height: 1px !important;
    bottom: 10px !important;
}
.cpage {
	background: linear-gradient(180deg, #ebbb03, #ebbb03) !important;
}
.inner-page-content {
	line-height: 30px;
}
.inner-page-content h2, .inner-page-content h3 {
	margin: 15px 0px 20px 0px;
}
/**COLOR CHANGE**//**COLOR CHANGE**//**COLOR CHANGE**/
.hero-section .hero-content .scroll-bottom {
    color: #ebbb03;
	border: 3px solid #ebbb03;
}
.scroll-top {
    background: #ebbb03;
}
/**COLOR CHANGE**//**COLOR CHANGE**//**COLOR CHANGE**/