﻿html, body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow-x: hidden;
    color: #777;
}


h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
    color: #1d2143;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: #FCC741;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    color: #777;
}

    p.highlight {
        color: #898a9c;
        font-size: 16px;
        line-height: 27px;
    }


button, input, textarea, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
}


.form-control:active, .form-control:focus {
    box-shadow: none;
}


.btn.btn-primary {
    background-color: var(--primary-color);
}

.btn.btn-secondary {
    background-color: var(--secondary-color);
}



.form-control:active, .form-control:focus {
    box-shadow: none;
}


.btn.btn-primary {
    background-color: var(--primary-color);
}

.btn.btn-secondary {
    background-color: var(--secondary-color);
}


section#headlines {
    background-color: var(--primary-color);
    color: #fff;
}

    section#headlines .container {
        display: flex;
    }

    section#headlines .title {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--secondary-color);
        padding: 0px 20px;
    }


section#header {
    margin-top: 20px;
    margin-bottom: 20px;
}

    section#header div.logo img {
        max-height: 50px;
        margin-right: 10px;
    }

    section#header div.logo a, section#header div.info-wrap {
        display: flex;
    }

    section#header div.logo h1 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 500;
        color: var(--primary-color) !important;
    }

        section#header div.logo h1 span {
            font-size: 12px;
            display: block;
            text-align: right;
            text-transform: none;
        }

    section#header .header-aside {
        display: flex;
        flex-direction: row-reverse;
        font-size: 14px;
        font-weight: 500;
    }


    section#header div.info-wrap:not(:first-child) {
        border-right: 2px solid #eeeeee;
        padding-right: 25px;
    }

    section#header div.info-wrap div.info span {
        opacity: .5;
    }

    section#header div.info-wrap .icon {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        vertical-align: middle;
        margin-left: 25px;
        margin-right: 20px;
    }

        section#header div.info-wrap .icon i {
            color: var(--secondary-color);
            font-size: 35px;
        }


section#menubar {
    background-color: var(--primary-color);
}


section#banner {
    position: relative;
    z-index: 0;
}

    section#banner .overlay {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgb(34 47 70 / 75%);
        top: 0;
        left: 0;
        z-index: 1
    }

    section#banner .carousel-control-prev,
    section#banner .carousel-control-next {
        width: 50px;
        height: 50px;
        border: 3px solid var(--secondary-color);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        display: flex;
        left: auto;
        right: auto;
    }

    section#banner:hover .carousel-control-prev,
    section#banner:hover .carousel-control-next {
        visibility: visible;
        opacity: .5;
    }

    section#banner .carousel-control-prev:hover,
    section#banner .carousel-control-next:hover {
        background-color: var(--secondary-color);
        color: #fff;
        opacity: 1;
    }

    section#banner .carousel-control-next {
        right: 50px;
    }

    section#banner .carousel-control-prev {
        left: 50px;
    }








section#stats {
    text-align: center;
    margin-top: -75px;
    z-index: 2;
    padding-bottom: 80px;
    background-color: #F3F8FB;
}

    section#stats div.stats-item {
        background: #fff;
        text-align: center;
        position: relative;
        z-index: 1;
        transform: translateY(0);
        transition: .5s;
        box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
        border-radius: 5px;
        padding-top: 40px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        section#stats div.stats-item h5 {
            color: #fff;
            font-weight: 500;
            font-size: 35px;
            opacity: .7;
        }

        section#stats div.stats-item p {
            color: #fff;
        }






section#about-school {
    padding: 80px 0px;
}

    section#about-school .title {
        font-size: 45px;
        font-weight: 400;
        line-height: 55px;
        margin-bottom: 20px;
    }

    section#about-school .main-btn {
        background-color: var(--secondary-color);
        color: #fff;
        box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
        margin-top: 40px;
        padding: 15px 25px;
        text-transform: uppercase;
        border: 2px solid var(--secondary-color);
    }

        section#about-school .main-btn:hover {
            background-color: #fff;
            border: 2px solid var(--secondary-color);
            color: var(--secondary-color);
        }








section#featured-link {
    padding: 40px 0px;
    background-color: var(--primary-color);
}

    section#featured-link .title {
        font-size: 30px;
        font-weight: 500;
        line-height: 55px;
        margin-bottom: 10px;
        color: #fff;
        opacity: .7;
    }

    section#featured-link .description {
        font-size: 18px;
    }

    section#featured-link .main-btn {
        background-color: var(--secondary-color);
        color: #fff;
        box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
        margin-top: 40px;
        padding: 15px 25px;
        text-transform: uppercase;
    }

        section#featured-link .main-btn:hover {
            background-color: #fff;
            color: var(--primary-color);
        }

section#news {
    padding: 80px 0px;
    padding-bottom: 0px;
    background-color: #F3F8FB;
}


    section#news .section-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    section#news .section-description {
        font-size: 18px;
    }

section#map {
    padding: 80px 0px;
    background-image: url('/assets/themes/102/images/contact-bg-1.jpg');
    background-size: cover;
}

    section#map div.embed-responsive {
        max-height: 300px;
        height: 300px;
    }

    section#map .title {
        text-align: center;
        font-size: 45px;
        margin-bottom: 40px;
    }




section#testimonials {
    background-color: var(--primary-color);
    padding: 80px 0px;
}

    section#testimonials .title {
        color: #fff;
    }

    section#testimonials .description {
        color: #fff;
        opacity: .6;
        font-size: 20px;
        margin-top: 25px;
    }

    section#testimonials .testimonial-box {
        background: #fff;
        padding: 50px;
        position: relative;
        z-index: 1;
        margin-top: 50px;
        border-bottom: 4px solid #fff;
        transition: .3s;
        border-radius: 5px;
    }

        section#testimonials .testimonial-box .testimonial-icon i {
            font-size: 25px;
            background: #FCC741;
            padding: 10px;
            position: absolute;
            top: -20px;
            color: #fff;
            z-index: 9;
            border-radius: 5px;
        }

        section#testimonials .testimonial-box p {
            height: 100px;
            overflow: hidden;
            text-align: justify;
        }

        section#testimonials .testimonial-box img {
            max-width: 70px;
            height: auto;
            float: left;
            border-radius: 50%;
            margin-right: 10px;
        }


        section#testimonials .testimonial-box .author-desc {
            margin-top: 30px;
        }

            section#testimonials .testimonial-box .author-desc h5 {
                font-size: 16px;
                color: #1d2143;
                margin: 0;
            }


        section#testimonials .testimonial-box span {
            font-size: 90%;
            color: #FCC741;
        }


section#cards {
    background-color: #F3F8FB;
    padding: 80px 0px;
}

    section#cards .title {
        margin-bottom: 20px;
    }

    section#cards .description {
        font-size: 20px;
        margin-top: 25px;
    }

    section#cards .homepage-card {
        background: #fff;
        box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
        margin-bottom: 60px;
        border-radius: 5px;
    }

        section#cards .homepage-card .card-image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            min-height: 200px;
        }


        section#cards .homepage-card .card-content {
            background-color: #fff;
            padding: 20px;
        }

            section#cards .homepage-card .card-content h6 {
                font-size: 20px;
                margin-bottom: 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            section#cards .homepage-card .card-content p {
                height: 100px;
                text-align: justify;
                overflow: hidden;
            }


section#breadcrumb {
    background-image: url(/assets/themes/102/images/bread-bg.jpg);
    height: 300px;
    background-size: cover;
    background-position: center bottom;
    background-color: #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

    section#breadcrumb:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: var(--primary-color);
        opacity: .9;
        z-index: -1;
    }

    section#breadcrumb h2 {
        font-size: 50px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
        margin-top: 40px;
        position: relative;
        padding-left: 30px;
    }

        section#breadcrumb h2:before {
            position: absolute;
            content: " ";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-left: 5px solid var(--secondary-color);
        }

    section#breadcrumb ul {
        margin: 0px;
        padding: 0px;
        margin-top: 25px;
    }

        section#breadcrumb ul li {
            color: #aeb1b3;
            font-size: 16px;
            list-style-type: none;
            display: inline-block;
            font-weight: 500;
        }

            section#breadcrumb ul li:not(:first-child):before {
                content: '>';
                margin: 0px 5px;
            }

            section#breadcrumb ul li:last-child a {
                color: #777;
            }

            section#breadcrumb ul li a {
                color: #fff;
            }


section#common-page {
    background: #F3F8FB;
    padding: 100px 0px;
}

    section#common-page div.common-page-content {
        line-height: 26px;
        text-align: justify;
        padding: 30px;
        border-top: 5px solid #eaeaea;
    }


        section#common-page div.common-page-content h1,
        section#common-page div.common-page-content h2,
        section#common-page div.common-page-content h3,
        section#common-page div.common-page-content h4,
        section#common-page div.common-page-content h5 {
            margin-bottom: 20px;
            font-weight: 500;
        }

    section#common-page div.common-page-content {
    }

    section#common-page.contact-page {
        background-image: url('/assets/themes/102/images/contact-bg-1.jpg');
        background-size: cover;
    }

        section#common-page.contact-page .info-box {
            background-color: #fff;
            text-align: center;
            padding: 40px 30px;
            border-right: 1px solid #eee;
            min-height: 250px;
        }

            section#common-page.contact-page .info-box .title {
                margin-bottom: 20px;
            }


section#contact-page.contact-page {
    background-color: var(--primary-color);
    padding: 80px 0px;
}

    section#contact-page.contact-page .title {
        color: #fff;
        text-align: center;
        font-size: 45px;
        margin-bottom: 40px;
    }

    section#contact-page.contact-page .form-control {
        background-color: transparent;
        border-radius: 0px;
        padding: 15px 30px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        -webkit-transition: .3s;
        transition: .3s;
        margin-bottom: 20px;
        height: initial !important;
    }

    section#contact-page.contact-page button[type="submit"] {
        background-color: var(--secondary-color);
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding: 15px 40px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
    }


div.widget-box-1 {
    background-color: #fff;
    padding: 30px;
    border-top: 5px solid var(--secondary-color);
}

    div.widget-box-1 .title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    div.widget-box-1 ul {
        padding: 0px;
    }

        div.widget-box-1 ul li {
            margin-bottom: 10px;
            padding: 10px;
            list-style-type: none;
            border-bottom: 1px solid #eaeaea;
        }

            div.widget-box-1 ul li .fa {
                color: var(--secondary-color);
            }

            div.widget-box-1 ul li,
            div.widget-box-1 ul li a {
                color: #777;
            }

                div.widget-box-1 ul li:hover,
                div.widget-box-1 ul li:hover a {
                    color: var(--secondary-color);
                }


section#footer {
    background-color: var(--primary-color);
    padding: 80px 0px;
}

    section#footer div.footer-box .title {
        color: #fff;
        font-size: 18px;
        margin-bottom: 20px;
        opacity: .8;
    }


    section#footer div.footer-box ul.links {
        padding-left: 0px;
    }



        section#footer div.footer-box ul.links li {
            list-style-type: none;
            padding: 5px 0px;
        }

            section#footer div.footer-box ul.links li a {
                color: #fff;
                opacity: .6;
            }

            section#footer div.footer-box ul.links li i {
                color: var(--secondary-color);
                opacity: .8;
            }


    section#footer div.footer-box ul.social-media {
        padding-left: 0px;
    }



        section#footer div.footer-box ul.social-media li {
            list-style-type: none;
            padding: 5px 0px;
            display: inline-block;
        }

            section#footer div.footer-box ul.social-media li a {
                display: block;
                color: #fff;
                width: 36px;
                line-height: 36px;
                text-align: center;
            }

section#branding {
    background-color: var(--primary-color);
    padding: 10px 0px;
}

    section#branding a {
        color: #777;
    }

section#copyright {
    background-color: #20242d;
    padding: 10px 0px;
}

    section#copyright a {
        color: #777;
    }

        section#copyright a:hover {
            color: #fff;
        }
