
.dropdown-menu-item:hover {
    border-color: #131568;
}

.dropdown-menu-item:hover > p {
    color: #1C92AC;
}

.dropdown-menu-item:hover .arrow-icon path {
    stroke: #1C92AC;
}

@media screen and (max-width: 1400px){ 
    .max-w-screen-xl {
      max-width: 1100px; 
    }
}


@media screen and (max-width: 1200px){ 
    .max-w-screen-xl {
      max-width: 1000px; 
    }
}


@media screen and (max-width: 1100px){ 
    .max-w-screen-xl {
      max-width: 900px; 
    }
}


@media screen and (max-width: 992px){ 
    .max-w-screen-xl {
      max-width: 900px; 
    }

    .responsive-carousel .owl-theme .owl-dots .owl-dot.active span{
        width: 29px !important;
        height: 8px !important;
        background: #414042 !important;
    }

    .responsive-carousel .owl-theme .owl-dots .owl-dot span{
        border: 1px solid #414042 !important;
        background-color: #fff !important;
        width: 8px !important;
        height: 8px !important;
    }

    #partners .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        width: 29px !important;
        height: 8px !important;
        background: #414042 !important;
        border-radius: 8px;
    }
  
    #partners .owl-theme .owl-dots .owl-dot span{
        border: 1px solid #414042 !important;
        background-color: #fff !important;
        width: 8px !important;
        height: 8px !important;
    }

    #partners .owl-dots {
      margin-top: 20px;
    }

    .owl-carousel .owl-item #carousel_menu img{
        width: 24px;
    }

    #events_slider {
      height: 250px;
    }
}

@media (max-width: 992px) {
  .truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
