/*
Theme Name:   Auriculoformation
Theme URI:    https://demo.edublink.co/
Author:       DevsBlink
Author URI:   https://themeforest.net/user/devsblink/portfolio
Description:  EduBlink Child Theme For LMS and Education Purpose.
Version:      1.0.0
Template:     edublink
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  edublink-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/
.mainuu ul li a:hover, .mainuu ul .current-menu-item  a{
    color: #000000 !important;
    background: transparent !important;
}

.marquee_container {
width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /* background: #ff5c5c; */
    /* padding: 0.2rem 0; */
    /* border: none !important; */
    padding: 0 !important;
    display: flex
;
}
.marquee {
    display: inline-block;
    animation: marquee 150s linear infinite;
    background-color: #333;
    border: none;
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.marquee h1 {
 display: inline-block;
    margin: 0 0 0 70px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
}

.sec11 .eb-course-cat-container-grid.eb-course-cat-grid.edublink-row {
    justify-content: center;
}