﻿
section.section.section-accredation {
    padding-top: 6px;
}
h1.display-5.mb-4 {
    font-weight: 600;
}
.highlight-home {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    padding: 19px 20px;
    border-right: 1px solid #d2232a;
    background: #fff;
    color: #000;
    font-size: 16px;
}

    .highlight-home span {
        font-size: 24px;
        margin-right: 5px;
        clear: right;
        display: block;
        margin-bottom: 15px;
        color: #d2232a;
        font-weight: bold;
    }

.hightlight-overlay img {
    width: 75%;
    display: block;
    margin: 0 auto;
}

.highlight-home span b {
    font-size: 35px;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure figcaption, figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure h2 {
    /* word-spacing: -0.15em; */
    font-weight: 300;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 28px;
    padding: 20px;
}

figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    max-height: 342px;
    height: 342px;
    background: #1e1d1d;
    text-align: center;
    cursor: pointer;
}

    figure.effect-julia {
        background: #1d1e21;
    }

        figure.effect-julia p {
            display: inline-block;
            margin: 0 30px 10px;
            /* padding: 0.2em 1em; */
            padding: 0.0em 1em;
            /* background: rgba(255, 255, 255, 0.7); */
            /* background: #da3233; */
            /* color: #2f3238; */
            color: #fff;
            text-transform: none;
            font-weight: 500;
            font-size: 75%;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translate3d(-530px, 0, 0);
            transform: translate3d(-530px, 0, 0);
            font-size: 16px;
            /* font-weight: bold; */
            width: 70%;
            margin-left: 89%;
        }

    figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

    figure.effect-julia p img {
        width: 50px !important;
        max-height: 50px !important;
        min-height: 30px;
        opacity: 1 !important;
        float: left;
        padding-right: 20px;
    }

    figure h2 span {
        font-weight: 1000;
    }

.stats-bg {
    background: url(../img/stats-bg11.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 95vh;
    position: relative;
    padding-top: 0px;
}

.owl-carousel.owl-loaded {
    display: block;
}

.stats {
    width: 100%;
    color: #fff;
    padding: 8em 0em;
    float: left;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    font-size: 22px;
}

    .stats h2 {
        font-size: 45px;
        margin-top: 0px;
        font-weight: bold;
        color: #FFF;
    }

    .stats p {
        font-size: 19px;
        line-height: 25px;
    }

section.section.section-about {
    background-color: #e0e0e0;
    padding-bottom: 40px;
    padding-top: 37px;
    margin-top: -6px;
}
.section.section.section-bredcrum {
    
    background-image: url('/assets/img/new-bredcrum.png');
    background-size: cover;
    padding: 0;
}
@media screen and (max-width: 991px) {
    .section.section.section-bredcrum {
        background-position:center;
    }
}

.title-bredcrum {
    padding-top: 73px;
    height: 200px;
}

    .title-bredcrum h1 {
        color: #b22b2f;
        text-align: center;
        font-weight:bold;
    }

.p-info {
    text-align: justify;
}

.founder-bottom-info {
    text-align: center;
    color: #6a0c0d;
    padding-top: 7px;
}

.founder-info-image {
    border-bottom: 6px solid #dbab1a;
    border-radius: 8px;
}
.vision-mission-info {
    background-color:#FFF; 
    padding:25px;
    margin-bottom: 20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
   

}
ul.mission-list li {
    padding-bottom: 8px;
    list-style-type: disclosure-closed;
}
    ul.mission-list li::marker {
        color: #d7a50f;
    }
.About-img {
    margin-top: 25px;
    margin-bottom: 45px;
}
.founder-info-bg {
    /*background-image: url(img/profile-img-1.png), url(img/profile-img-2.png);*/
    background-image: url('../../img/profile-img-1.png'), url('../../img/profile-img-1.png');
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 175px 10px !important;
}
.founder-info {
    background-image: url(../../img/background-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 17px;
}

@media(max-width:1440px){
    .founder-info-bg {
        background-image: none !important;
        text-align: justify;
        padding: 20px 20px 10px !important;
    }
}
