.to_center {
	text-align: center;
}
.c-tags.c-theme-ul-bg a:hover{
	color: white;
}
.c-content-media-3 {
    padding: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.c-page-on-scroll .c-layout-header.c-layout-header-4 {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 0;
    box-shadow: none;
}
.c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    color: #ffffff;
}

.owl-carousel .owl-item img.main_recent_posts {
    max-height: 240px;
}
.c-layout-footer-6 .c-body .c-right {
    display: flex;
    justify-content: end;
}
.c-layout-footer-6 .c-body .c-right .c-title {   
    margin: 15px 30px 0;
}
.c-layout-footer.c-layout-footer-4 .c-footer .c-feedback{
    margin-right: 20px;
}
.about_form_bg{
    background-color: #42c6d2;
}
pre code {
    border: none;
}
.about_text {
    margin-bottom: 40px;
}


@media (min-width: 992px) {
    .c-layout-header.c-layout-header-4 {
        border-bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }
}