.kc_title{
    color: #1877F2 !important;
    /* #FFCC66 */
}
strong, b{
    color: #3d8df4 !important;
    /* #E7D27C */
}
.section-title span, .section-title h2, .custom-title, .table thead{
    color: #fff !important;
    background: #1877F2 !important;
}

.table thead{
    color: #fff !important;
}

.btn-light-bg{
    background: #1877F2;
    color: #fff;
}
.btn-light-bg:hover{
    background: #fff;
    color: #000;
}
.btn-light-bg-two{
    background: #fff;
    color: #000;
}
.btn-light-bg-two:hover{
    background: #1877F2;
    color: #fff;
}

i, .topcontrol{
    background-color: #1877F2 !important;
}

.tp-rightarrow{

}

.tp-leftarrow{

}

/* rs-dotted{
    background-repeat: no-repeat !important;
} */

.teachers{
    width: 50%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    .teachers{
        width: 100%;
    }
  }