﻿body {
    font-family: 'Lato',sans-serif;
    font-size:16px !important;
}

.full-width{
    width:100% !important;
}

.service-block h3 {
    color: #fff;
}
.swal2-icon{
    border-radius:50% !important;
}

    .swal2-icon.swal2-success .swal2-success-ring{
        border-radius:50% !important;
    }
.swal2-popup .swal2-styled{
    border-radius:3px !important;
}
ul.navbar-nav li a{
    font-size:18px !important;
}
.cursor-pointer{
    cursor:pointer;
}
.bg-logo-green {
    background: #5fec43;
}

.bg-logo-blue {
    background: #5eaaed;
}
#upcoming-courses .block-grid-v2-info {
    min-height: 200px;
}
#search-result .block-grid-v2-info {
    min-height: 200px;
}
.team-v5 small{
    min-height:40px;
}
.team-v5 small::after{
    display:none;
}

@media all and (max-width:480px) {

    img.ls-bg {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}