/*
Theme Name: MNDF
Author: Themepul
Description: This Child Theme for Rico Theme
Version: 1.0.0
Template: rico
*/

.rico-section-stitle {
    color: #000 !important;
}

.servie-icon {
    background-color: #0f345e;
    border: #0f345e;
	color: #fff;
}

.servie-icon svg {
	color: #fff;
}

.single-service-box::after {
    background: linear-gradient(to bottom, #00c6ff, #0072ff);
}

.white-icon svg {
    fill: white;
    width: 50px;   /* optional: adjust size */
    height: 50px;
}
#back-top,
.theme-btns {
        background-image: linear-gradient(to right, #00c6ff, #0072ff);
}

.social-icons ul li a {
    background: linear-gradient(to bottom, #00c6ff, #0072ff);
}

.expariance-box {
	display: none !important;
}

.site-info,
.blog-meta-box .blog-date a,
.event-meta-box .event-date a {
 color: #6EC1E4;
}

.video-icon-link {
	display: none;
}

.breadcroumb-area {
    padding-top: 30px !important;
    padding-bottom: 30px !important;

}

.main-navigation ul ul.sub-menu li a:hover {
    background-color: #0f345e;
}

.rico-footer-widgets h4 {
    color: #fff;
}

#block-12 p {
    color: #fff !important;
}

p {
  -webkit-touch-callout: none;
}