.home-slider-arrow div.owl-next,.home-principale-message div.owl-prev{
    border: 1px solid #00CB54;
    color: #00CB54;
}
.home-slider-arrow div.owl-next:hover,.home-slider-arrowdiv.owl-prev:hover{
    color: #fff;
}
.iconbox-xxxxl{
    width: 150px !important;
    height: 150px !important;
}

.home-notice-table th{
    text-align: center;
    background-color: #00CB54;
    color: white;
    font-weight: bold;
    vertical-align: middle;
}
.home-notice-table td{
    text-align: center;
    vertical-align: middle;
}
.home-notice-table th.first-child{
    width: 75%;
}
.blinking{
    animation:blinkingText 0.8s infinite;
    color: #FFF;
    padding: 1px;
    font-size: 12px;
}
@keyframes blinkingText{
    0%{     background-color: #FFF;   }
    49%{    background-color: transparent; }
    50%{    background-color: transparent; }
    99%{    background-color:red;  }
    100%{   background-color: red;    }
}
.table-overflow{
    height: 500px;
    overflow-y: auto;
}
.video-model .modal-body iframe{
    width: 100%;
}
