.hideloader #loading {
    display: none !important
}

div#loading-image_index .percentage {
    line-height: 0
}

p.name {
    margin-bottom: 10px
}

.descritption {
    text-align: justify
}

.des-col .name {
    text-align: center;
    margin-bottom: 0
}

.des-col span {
    font-size: 21px;
    text-transform: uppercase
}

.des-col .clearfix {
    text-align: center;
    margin-bottom: 5px
}

.flat-event .event-images img {
    max-width: 380px
}

.font-size {
    font-size: 30px !important
}

.flat-courses .courses-thumbnail a.courses-viewmore {
    left: 0;
    padding: 0 15px
}

.flat-courses:hover .courses-thumbnail a.courses-viewmore {
    top: 10%;
    opacity: 1;
    left: 0
}

.flat-courses .courses-thumbnail a.courses-viewmore:hover {
    color: #fff
}

.large-fonts {
    font-size: 2.7em !important;
    text-align: center !important;
    line-height: 170% !important
}

.about-us-img img {
    height: 257px;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 1s
}

.flat-about-us {
    border: 1px solid #fff;
    margin: 0;
    background: #32406e
}

.about-us-img a {
    display: block;
    position: relative;
    overflow: hidden
}

.about-us-img a:hover img {
    transform: scale(1.5)
}

.about-us-img span {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 53px;
    margin: auto;
    z-index: 1;
    transform: scale(0);
    transition: all .3s
}

.about-us-img a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, .92);
    transform: scale(0);
    transition: all .3s
}

.about-us-img a:hover:after {
    transform: scale(1)
}

.about-us-img a:hover span {
    transform: scale(1)
}

.flat-about-us blockquote {
    font-weight: 700;
    font-size: 1.4em;
    color: #fff;
    margin-bottom: 10px
}

.flat-about-us blockquote sub,
.flat-about-us blockquote sup {
    font-size: 1.6em;
    line-height: 0
}

.flat-about-us sup {
    top: -.1em
}

.flat-teammember {
    position: relative
}