/* Carousel history */
.enov-history-main-container-top
{
    display: flex;
}
.enov-history-main-container-top .enov-history-item-top
{
    width: 33%;
    padding: 5px;
}
.enov-history-item-top img
{
    max-height: 250px;
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1;
}
/*.enov-history-main-container-top .slick-slide:nth-child(odd) img
{
    transform: rotate(3deg) scale(0.9);
}
.enov-history-main-container-top .slick-slide:nth-child(even) img
{
    transform: rotate(-3deg) scale(0.9);
}*/
.enov-history-main-container-top .slick-slide
{
    filter: opacity(0.3);
}
.enov-history-main-container-top .slick-current
{
    filter: opacity(1);
} 
.enov-history-main-container-top .slick-slide h2
{
    text-align: left;
    font-family: 'Montserrat';
    font-size: 42px;
    padding-top: 30px;
    line-height: 48px;
}
.enov-history-item-top h2 
{
    color: #124733;
}
.enov-history-item-down
{
  /*  
    text-align: left;
    width: 60% !important;
    padding-top: 30px; 
  */

    color: #124733;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 18px;
}
.enov-history-item-down h3
{
    font-size: 28px;
    padding-top: 20px;
    text-transform: uppercase;
    font-style: normal;
}
@media screen and (max-width: 880px)
{
    .enov-history-item-down h3
    {
        font-size: 18px;
    }
}

.enov-history-cursor-mobile
{
    display: none;
}

@media screen and (max-width: 600px)
{
    .enov-history-cursor-mobile
    {
        display: block;
    }
    .enov-history-cursor
    {
        display: none;
    }
    .enov-history-item-top h2
    {
        font-size: 32px !important;
        padding-top: 10px !important;
    }
}


.loading-bar 
{ 
    background: #dddddd;
    height: 10px;
    border-radius: 50px;
    justify-content: space-around;

    width: 100%;
    margin: 0 auto;

    border-top: 5px solid #ffffff;
}

.loading-bar .slick-prev:before, .loading-bar .slick-next:before
{
    position: absolute; 
    left: 0;
    top: 0;
    color: #000000
}
.loading-bar .slick-list
{
    margin-top: -7px;
}
.loading-bar-bullet::before 
{
  content: "";
  display: block;
  background: #445058; 
  height: 23px; 
  width: 16px;
  border-radius: 100px;
  z-index: 999;
  margin-top: -4px;
  margin-left: 35px;
  border: 5px solid white;
  cursor: pointer;
}
.loading-bar .slick-prev.slick-disabled:before, .loading-bar .slick-next.slick-disabled:before
{
    opacity: 1;
}
.slick-current.loading-bar-bullet::before 
{
    height: 18px;
    width: 18px;
    margin-top: 0px;
    margin-left: 35px; /* Center bullet - Half .slick-current width*/
    border: 3px solid #766961;
    background: white;
}