﻿@charset "utf-8";
/* CSS Document */

body {
    background-color: rgb(241,241,241);
    font-family: 'Tajawal', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.paddingless {
    padding-left: 0px;
    padding-right: 0px;
}
.landing-row {
    direction:ltr !important;
}
.header1-cont {
    padding: 0px;
    height: auto;
    min-height: 200px;
}
.error{
    margin-top:6px;
}
.fullwidth {
    max-width:100%;
}
.header-row {
    width: calc(100% - 4px);
    max-width: 1280px;
    height: auto;
    min-height: 40px;
    margin: 0px auto 10px;
}

    .header-row:first-child {
        direction: rtl;
    }

.upperNav {
    display: inline-block;
    width: auto;
    height: auto;
    direction: ltr;
}

    .upperNav > ul {
        margin: 0px;
        padding: 0px;
    }

        .upperNav > ul > li {
            list-style-type: none;
            float: left;
            position: relative;
        }

            .upperNav > ul > li > a {
                display: block;
                padding: 10px 15px 7px;
                text-decoration: none;
                color: #7a8189;
                font-size: 13px;
            }

            .upperNav > ul > li:last-child > a {
                font-weight: 500;
                color: rgb(0, 95, 139);
            }

            .upperNav > ul > li.sub-holder > a::after {
                content: '▼';
                font-weight: 600;
                color: #005F8B;
                padding: 0px 0px 0px 5px;
                font-size: 8px;
            }

            .upperNav > ul > li ul.sub-menu {
                position: absolute;
                z-index: 2;
                background-color: #005F8B;
                color: #fff;
                padding: 0px;
                margin: -20px 0px 0px;
                width: 160px;
                height: 0px;
                overflow: hidden;
                border-radius: 4px;
                box-shadow: rgba(0,95,139,0.3) 0px 3px 15px;
                left: 50%;
                transform: translateX(-50%);
                opacity: 0;
                transition: all ease 0.3s;
            }

                .upperNav > ul > li ul.sub-menu::before {
                    content: '▲';
                    display: block;
                    width: 100%;
                    position: absolute;
                    text-align: center;
                    font-size: 14px;
                    color: #005F8B;
                    line-height: 14px;
                    margin-top: -10px;
                }

                .upperNav > ul > li ul.sub-menu > li {
                    list-style-type: none;
                    display: block;
                    border-bottom: solid 1px rgba(255,255,255,0.1);
                }

                    .upperNav > ul > li ul.sub-menu > li a {
                        display: block;
                        background-color: rgba(0,0,0,0);
                        text-decoration: none;
                        color: #fff;
                        font-size: 13px;
                        padding: 8px 3px;
                        text-align: center;
                        transition: all ease 0.3s;
                    }

                        .upperNav > ul > li ul.sub-menu > li a:hover {
                            background-color: rgba(0,0,0,0.2);
                            transition: all ease 0.3s;
                        }

.sub-holder:hover ul.sub-menu {
    height: auto;
    margin: 0px 0px 0px;
    overflow: visible;
    opacity: 1;
    transition: all ease 0.3s;
}

#nav-button {
    display: none;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.Coutact-us {
    direction:ltr;
}
.nav-ico {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #005f8b;
    float: left;
    border-radius: 3px;
    color: #fff;
    background-image: url(../images/nav.svg);
    background-size: cover;
    background-position: center;
}

.nav-title {
    display: inline-block;
    width: auto;
    float: left;
    padding: 0px 0px 0px 10px;
    line-height: 28px;
    color: #005F8B;
}

.upper-social-holder {
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 30px;
    padding: 5px 0px 0px;
}

    .upper-social-holder > div {
        width: 32px;
        height: 32px;
        margin: 0px 5px 0px 0px;
        padding: 4px 0px 0px;
        border-radius: 3px;
        color: white;
        float: left;
        text-align: center;
    }

.tw-color {
    width: 32px;
    height: 32px;
    margin: 0px 5px 0px 0px;
    padding: 4px 0px 0px;
    border-radius: 3px;
    color: white;
    float: left;
    text-align: center;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    font-size: 20px;
}

.fb-color {
    background-color: #547BBD;
    width: 32px;
    height: 32px;
    margin: 0px 5px 0px 0px;
    padding: 4px 0px 0px;
    border-radius: 3px;
    color: white;
    float: left;
    text-align: center;
}

.yt-color {
    background-color: #E73A3A;
    width: 32px;
    height: 32px;
    margin: 0px 5px 0px 0px;
    padding: 4px 0px 0px;
    border-radius: 3px;
    color: white;
    float: left;
    text-align: center;
}

.header-motto-col {
    padding: 0px 0px;
    display: flex;
    align-items: center;
}

    .header-motto-col::before {
        content: '"';
        display: block;
        height: 30px;
        font-size: 40px;
        line-height: 60px;
        font-family: monospace;
        color: #00608c;
        text-align: left;
        position: absolute;
        margin-top: -20px;
        left: 0;
    }

    .header-motto-col::after {
        content: '"';
        display: block;
        height: 30px;
        font-size: 40px;
        line-height: 60px;
        font-family: monospace;
        color: #00608c;
        text-align: right;
        position: absolute;
        right: 0;
    }

    .header-motto-col p {
        display: block;
        width: 100%;
        font-size: 21px;
        text-align: center;
        color: #3d7088;
        margin: 0px;
    }
/*.header-motto-col p::before{
    content: '"';
    height: 30px;
    font-size: 40px;
    line-height: 60px;
    font-family: monospace;
    color: #00608c;
}

.header-motto-col p::after{
     content: '"';
    font-size: 40px;
    line-height: 60px;
    font-family: monospace;
    color: #00608c;
}*/

.header-logo {
    width: 100%;
    max-width: 320px;
    height: 120px;
    background-image: url('../images/header-logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.master-nav {
    display: block;
    width: 100%;
    height: auto;
}

    .master-nav > ul {
        padding: 0px;
        margin: 0px;
    }

        .master-nav > ul > li {
            position: relative;
            list-style-type: none;
            padding: 1px 1px;
            display: flex;
            flex-direction: column;
        }

            .master-nav > ul > li > a {
                line-height: 20px;
                background-color: grey;
                text-decoration: none;
                padding: 10px 2px;
                min-height: 60px;
                text-align: center;
                font-size: 18px;
                font-weight: 500;
                color: #fff;
                display: inline-flex;
                height: 100%;
                justify-content: center;
                align-items: center;
                position: relative;
                text-transform: uppercase;
            }

ul.master-subNav {
    position: absolute;
    z-index: 2;
    top: calc(100% - 1px);
    width: calc(100% - 2px);
    padding: 0px;
    margin: -20px 0px 0px;
    background-color: grey;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    box-shadow: rgba(0,0,0,0.1) 0px 10px 15px;
    transition: all ease 0.3s;
}

    ul.master-subNav > li {
        list-style-type: none;
    }

        ul.master-subNav > li > a {
            text-decoration: none;
            color: #fff;
            padding: 10px 15px;
            display: block;
            font-size: 15px;
            border-bottom: solid 1px rgba(255,255,255,0.1);
            transition: all ease 0.3s;
        }

.master-nav > ul > li:hover ul.master-subNav {
    height: auto;
    margin: 0px 0px 0px;
    opacity: 1;
    transition: all ease 0.3s;
}

ul.master-subNav > li > a:hover {
    background-color: rgba(0,0,0,0.1);
    transition: all ease 0.3s;
}

.master-nav > ul > li:nth-child(1) > a {
    background-color: #A1C62F;
}

.master-nav > ul > li:nth-child(2) > a {
    background-color: #D27326;
}

.master-nav > ul > li:nth-child(3) > a {
    background-color: #D23226;
}

.master-nav > ul > li:nth-child(4) > a {
    background-color: #CA124F;
}

.master-nav > ul > li:nth-child(5) > a {
    background-color: #D61083;
}

.master-nav > ul > li:nth-child(6) > a {
    background-color: #005F8B;
}

.master-nav > ul > li:nth-child(7) > a {
    background-color: #234554;
}

.master-nav > ul > li:nth-child(8) > a {
    background-color: #483a7d;
}

.master-nav > ul > li:nth-child(9) > a {
    background-color: #4e68b3;
}

.master-nav > ul > li:nth-child(10) > a {
    background-color: #3892bd;
}

.master-nav > ul > li:nth-child(11) > a {
    background-color: #33a595;
}

.master-nav > ul > li:nth-child(12) > a {
    background-color: #2abd79;
}

.master-nav > ul > li:nth-child(1) > ul {
    background-color: rgba(161,198,47,0.95);
}

.master-nav > ul > li:nth-child(2) > ul {
    background-color: rgba(210,115,38,0.95);
}

.master-nav > ul > li:nth-child(3) > ul {
    background-color: rgba(210,50,38,0.95);
}

.master-nav > ul > li:nth-child(4) > ul {
    background-color: rgba(202,18,79,0.95);
}

.master-nav > ul > li:nth-child(5) > ul {
    background-color: rgba(214,16,131,0.95);
}

.master-nav > ul > li:nth-child(6) > ul {
    background-color: rgba(0,95,139,0.95);
}

.master-nav > ul > li:nth-child(7) > ul {
    background-color: rgba(35,69,84,0.95);
}

.master-nav > ul > li:nth-child(8) > ul {
    background-color: rgba(72,58,125,0.95);
}

.master-nav > ul > li:nth-child(9) > ul {
    background-color: rgba(78,104,179,0.95);
}

.master-nav > ul > li:nth-child(10) > ul {
    background-color: rgba(56,146,189,0.95);
}

.master-nav > ul > li:nth-child(11) > ul {
    background-color: rgba(51,165,149,0.95);
}

.master-nav > ul > li:nth-child(12) > ul {
    background-color: rgba(42,189,121,0.95);
}

.white-strip {
    width: 100%;
    max-width: 1280px;
    height: 4px;
    margin: 0px auto;
    background-color: rgba(255,255,255,0.86);
}

.header2-cont {
    padding: 0px;
    margin: 0px;
    height: auto;
    min-height: 460px;
    background-image: url(../images/Slider-Pattern.png);
    background-repeat: repeat-x;
    background-position: top;
}

    .header2-cont::before {
        content: '';
        display: block;
        width: 100%;
        height: 470px;
        background-image: url(../images/home-clouds.png);
        background-size: 1920px 470px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 0;
    }

.home-slider-row {
    /*width:calc(100% - 40px);
	max-width:1280px;*/
    width: 100%;
    height: 460px;
    margin: 0px auto 10px;
    position: relative;
    z-index: 1;
    max-width: 1280px;
}

.landing-row {
    width: calc(100% - 4px);
    max-width: 1280px;
    height: auto;
    min-height: 460px;
    margin: 0px auto 20px;
    padding: 20px 20px 20px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

    .landing-row:nth-child(1) {
        margin: 0px auto 0px;
        padding: 60px 20px 0px;
        background-image: url(../images/landing-header-shadow.png);
        background-size: 100% 40px;
        background-repeat: no-repeat;
        background-position: center top;
    }

.landing-slider-col {
    padding: 0px;
    height: auto;
    min-height: 420px;
    background-color: black;
    background-image: url(../images/boys-school-slider-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.landing-row > h1 {
    font-size: 36px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    border-bottom: solid 4px #f1f1f1;
    line-height: 36px;
}

.landing-asideE-row {
    margin: 0px;
    padding: 0px;
}

#homeSlider {
    display: block;
    width: calc(100%);
}

.slider-photo-holder {
    display: block;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.0);
}

.carousel-control-next, .carousel-control-prev {
    width: 40px;
}

.home-sections-row {
    width: calc(100% - 4px);
    max-width: 1280px;
    height: auto;
    margin: 0px auto 2px;
}

.section-col {
    padding: 0px 1px;
}

    .section-col > a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        background-color: black;
        text-align: center;
        padding: 10px 10px;
        opacity: 1;
        transition: all ease 0.3s;
    }

        .section-col > a:hover {
            opacity: 0.9;
            transition: all ease 0.3s;
        }

.section-icon {
    width: 60px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto 5px;
}

.section-col:nth-child(1) > a {
    background-color: #005F8B;
}

.section-col:nth-child(2) > a {
    background-color: #D61083;
}

.section-col:nth-child(3) > a {
    background-color: #D27326;
}

.section-col:nth-child(4) > a {
    background-color: #A1C62F;
}

.body-cont {
    padding: 0px;
    margin: 0px;
    height: auto;
}

.body-row {
    width: calc(100% - 4px);
    max-width: 1280px;
    height: auto;
    margin: 0px auto 30px;
}

.home-aside-col {
    padding: 0px 1px 0px 1px;
}

.home-aside {
    height: 100%;
    background-color: #b1d2dc;
    border-top: solid 10px rgba(0,0,0,0.1);
    padding: 20px 10px;
}

    .home-aside > h4 {
        color: #005F8B;
        font-size: 21px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
    }

.home-news-ul {
    margin: 0px 0px 40px;
    padding: 0px;
    height: 257px;
    overflow: auto;
}

    .home-news-ul > li {
        list-style-type: none;
    }

        .home-news-ul > li a {
            display: block;
            height: auto;
            border-bottom: solid 1px rgba(255,255,255,0.3);
            padding: 10px 0px 5px;
            text-decoration: none;
            color: #234554;
            overflow: hidden;
        }

            .home-news-ul > li a .headline-photo {
                width: 70px;
                height: 70px;
                background-color: #e1e7e8;
                border: solid 2px #fff;
                border-radius: 60px;
                box-sizing: border-box;
                float: left;
                overflow: hidden;
                background-image: url(../images/no-image.svg);
                background-size: cover;
                background-position: center;
            }

                .home-news-ul > li a .headline-photo > div {
                    width: 70px;
                    height: 70px;
                    background-size: cover;
                    background-position: center;
                }

            .home-news-ul > li a .heading-text {
                width: calc(100% - 70px);
                height: auto;
                padding: 0px 0px 0px 15px;
                float: left;
            }

.heading-text label {
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
}

.heading-text span {
    font-size: 11px;
    color: #005f8b;
}

.calendar-container {
    width: 100%;
    height: auto;
    min-height: 328px;
    /*background-image: url(../images/calendar-demo.png);*/
    background-size: 100% 328px;
    background-repeat: no-repeat;
    background-position: center;
}

.title-tab {
    width: 100%;
    height: auto;
    background-color: rgba(250,250,250,1);
    padding: 20px 5px 10px;
    margin: 10px 0px 20px;
}

.primary-heading {
    font-size: 26px;
    color: #005f8b;
    text-align: center;
}

.data-box {
    padding: 0px 20px;
    margin: 0px 0px 15px;
    /*0px 0px 40px;*/
}

    .data-box:last-child {
        margin: 0px 0px 0px;
    }

.welcome-par {
    font-size: 17px;
    color: #234554;
    font-weight: 500px;
    text-align: center;
    margin-bottom: 0px;
}

.home-facilities-col {
    padding: 1px;
    height: auto;
    margin: 0px 0px 10px;
}

    .home-facilities-col > a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #005f8b;
    }

.home-facility-photo {
    width: 100%;
    height: 210px;
    margin-bottom: 5px;
    background-color: #e1e7e8;
    background-image: url(../images/no-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

    .home-facility-photo > div {
        width: 100%;
        height: 210px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.home-facilities-col h6 {
    margin: 10px 0px;
}

.guid-col {
    padding: 0px 1px 2px;
    display: flex;
}

    .guid-col > .guide-box {
        display: block;
        width: 100%;
        height: auto;
        min-height: 100px;
        background-color: black;
        text-decoration: none;
        color: #fff;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
        padding: 0px 0px 10px;
    }

        .guid-col > .guide-box::before {
            content: '';
            width: 100%;
            height: 100%;
            z-index: 1;
            position: absolute;
        }

    .guid-col:nth-child(1) > .guide-box::before {
        background-color: rgba(0,95,139,0.85);
    }

    .guid-col:nth-child(2) > .guide-box::before {
        background-color: rgba(214,16,131,0.85);
    }

    .guid-col:nth-child(3) > .guide-box::before {
        background-color: rgba(210,115,38,0.85);
    }

    .guid-col:nth-child(4) > .guide-box::before {
        background-color: rgba(161,198,47,0.85);
    }

    .guid-col > .guide-box h5 {
        position: relative;
        z-index: 2;
        padding: 15px 10px;
        text-shadow: rgba(0,0,0,0.3) 0px 1px 1px;
        background-color: rgba(0,0,0,0.4);
    }

    .guid-col > .guide-box > ul {
        position: relative;
        z-index: 2;
        padding: 0px;
        margin: 0px;
    }


    .guid-col > .guide-box ul > li {
        list-style-type: none;
        padding: 0px 10px;
        margin-bottom: 1px;
        background-color: rgba(0,0,0,0.0);
        transition: background-color ease 0.3s;
    }

        .guid-col > .guide-box ul > li:hover {
            background-color: rgba(0,0,0,0.15);
            transition: background-color ease 0.3s;
        }

        .guid-col > .guide-box ul > li a {
            display: block;
            padding: 5px 0px;
            text-decoration: none;
            color: #fff;
            border-bottom: solid 1px rgba(255,255,255,0.15);
        }

.authorizations-container {
    padding: 0px;
    height: auto;
    min-height: 20px;
    background-color: #1b92b8;
    margin: 0px;
    border-bottom: solid 10px #20a1ca;
}

    .authorizations-container .body-row {
        margin: 0px auto 0px;
    }

.auth-col {
    min-height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-container {
    padding: 0px;
    margin: 0px;
    background-color: #20a1ca;
    overflow: hidden;
}

.footer-row,
.footer-row-2 {
    width: calc(100% - 4px);
    max-width: 1280px;
    margin: 0px auto;
    padding: 10px 0px 20px;
}

.footer-list-holder {
    overflow: hidden;
    padding: 0px 10px 0px 0px;
    margin-bottom: 20px;
}

    .footer-list-holder > a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }

    .footer-list-holder > ul {
        padding: 0px;
        margin: 0px;
        overflow: hidden;
    }

        .footer-list-holder > ul li {
            list-style-type: none;
            padding: 0px 0px 0px 10px;
        }

            .footer-list-holder > ul li a {
                display: block;
                text-decoration: none;
                color: #eee;
                padding: 5px 0px;
                border-bottom: solid 1px rgba(255,255,255,0.1);
                font-size: 14px;
            }

footer {
    text-align: center;
    height: auto;
    overflow: hidden;
    padding: 20px 0px;
}

    footer p {
        text-align: center;
        color: #234554;
        font-size: 12px;
        margin-bottom: 0px;
    }

.side-nav-holder {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    padding: 50px 0px 20px;
    background-color: rgba(30,40,55,0.99);
    box-shadow: rgba(0,96,140,0.2) 3px 0px 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .side-nav-holder h4 {
        width: 250px;
        color: #fff;
        margin: 0px 0px 40px;
        padding: 0px 10px;
    }

        .side-nav-holder h4 a {
            float: right;
            text-decoration: none;
            color: #fff;
            margin: 0px 10px;
        }

    .side-nav-holder .side-nav {
        width: 250px;
    }

    .side-nav-holder .subLinks-nav {
        width: 250px;
        display: none;
    }

.subLinks-nav > a {
    display: inline-block;
    text-decoration: none;
    color: #6cabc7;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
}

.side-nav-holder .side-nav ul {
    padding: 0px;
    margin: 0px;
}

.side-nav-holder .subLinks-nav ul {
    display: none;
    padding: 0px;
    margin: 0px;
}

    .side-nav-holder .subLinks-nav ul.active {
        display: block;
    }

.side-nav-holder .side-nav ul li {
    list-style-type: none;
}

.side-nav-holder .subLinks-nav ul li {
    list-style-type: none;
}

.side-nav-holder .side-nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: #eee;
    padding: 15px 10px;
    background-color: rgba(0,0,0,0);
    transition: all ease 0.3s;
}

.side-nav-holder .subLinks-nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #eee;
    padding: 10px 10px 10px 20px;
    background-color: rgba(0,0,0,0);
    transition: all ease 0.3s;
}

.side-nav-holder .side-nav ul li a:hover {
    background-color: rgba(225,225,225,0.15);
    color: #fff;
    transition: all ease 0.3s;
}

.side-nav-holder .subLinks-nav ul li a:hover {
    background-color: rgba(225,225,225,0.15);
    color: #fff;
    transition: all ease 0.3s;
}

.side-nav-holder .side-nav ul li:last-child a {
    border-bottom: solid 1px rgba(255,255,255,0.0);
}

.side-nav-holder .subLinks-nav ul li:last-child a {
    border-bottom: solid 1px rgba(255,255,255,0.0);
}

.nav-shader {
    display: none;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background-color: rgba(255,255,255,0.75);
    opacity: 0;
}

.inner-body-row {
    width: calc(100% - 4px);
    max-width: 1280px;
    height: auto;
    margin: 0px auto 30px;
    padding: 40px 0px 20px;
    position: relative;
    z-index: 1;
}

.inner-body-large-col {
    height: auto;
    min-height: 480px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 20px;
}

    .inner-body-large-col h1 {
        font-size: 36px;
        color: #005f8b;
        margin-bottom: 20px;
        padding-bottom: 25px;
        border-bottom: solid 4px #f1f1f1;
        line-height: 36px;
    }

        .inner-body-large-col h1 span {
            font-size: 22px;
            color: #a7a9ac;
            font-weight: 500;
        }

.inner-page-inner-row {
    margin: 0px;
    padding: 0px;
}

    .inner-page-inner-row h5 {
        color: #20a1ca;
    }

.inner-page-body-large-col {
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    color: #234554 !important;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height:100%;
}

.innerpage-gallery-row {
    padding: 0px;
    margin: 0px 0px 20px;
}

.photo-holder {
    display: block;
    padding: 1px;
    margin: 0px;
    height: 122px;
}

    .photo-holder a {
        display: block;
        height: 120px;
        text-decoration: none;
        color: #fff;
        background-color: #e1e7e8;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/no-image.svg);
    }

        .photo-holder a > div {
            width: 100%;
            height: 120px;
            padding-top: 80px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .photo-holder a > div > span {
                width: 100%;
                text-align: center;
                /* align-self: flex-end; */
                background-color: rgba(0,0,0,0.6);
                color: #fff;
                font-size: 12px;
                height: 40px;
                margin: 0px;
                padding: 3px;
                overflow: hidden;
                text-overflow: ellipsis;
                min-height: initial;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

.viedo-holder {
    display: block;
    padding: 1px;
    margin: 0px;
    height: 122px;
}
.viedo
{
    width:100%;
    height:auto;
}
.inner-page-body-small-col {
    background-color: rgba(234,241,245,0.7);
    padding: 20px 20px;
    border-radius: 6px;
}

    .inner-page-body-small-col > ul {
        padding: 0px;
        margin: 0px;
    }

        .inner-page-body-small-col > ul > li {
            list-style-type: none;
            border-bottom: solid 1px rgba(255,255,255,0.9);
            background-color: rgba(255,255,255,0.0);
            transition: background-color ease 0.3s;
        }

            .inner-page-body-small-col > ul > li:hover {
                background-color: rgba(255,255,255,0.6);
                transition: background-color ease 0.3s;
            }

            .inner-page-body-small-col > ul > li > a {
                display: block;
                padding: 5px 0px;
                height: auto;
                overflow: hidden;
                text-decoration: none;
                color: #234554;
            }

                .inner-page-body-small-col > ul > li > a .attachment-image {
                    width: 80px;
                    height: 80px;
                    background-size: contain;
                    background-repeat: no-repeat;
                    float: left;
                }

                .inner-page-body-small-col > ul > li > a .attachment-title {
                    display: flex;
                    align-items: center;
                    width: calc(100% - 80px);
                    min-height: 80px;
                    float: left;
                    padding: 0px 0px 0px 10px;
                }

.landing-asidee-row table tr td {
    font-size: 16px;
    font-weight: 700;
    color: #234554;
}

    .landing-asidee-row table tr td:first-child {
        padding: 5px 20px 5px 0px;
    }

    .landing-asidee-row table tr td a {
        display: block;
        text-decoration: none;
        color: #234554;
    }

.landing-nav {
    position: absolute;
    z-index: 1;
    margin-top: -40px;
    padding: 0px;
}

    .landing-nav ul {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
    }

        .landing-nav ul li {
            list-style-type: none;
            float: left;
            border-right: solid 1px rgba(0,0,0,0.1);
        }

            .landing-nav ul li:last-child {
                border-right: none;
            }

            .landing-nav ul li a {
                display: block;
                padding: 2px 10px;
                text-decoration: none;
                color: #234554;
            }

            .landing-nav ul li:first-child a.active {
                font-weight: 700;
                color: #0579af;
            }

            .landing-nav ul li:nth-child(2) a.active {
                font-weight: 700;
                color: #D61083;
            }

            .landing-nav ul li:nth-child(3) a.active {
                font-weight: 700;
                color: #D27326;
            }

            .landing-nav ul li:nth-child(4) a.active {
                font-weight: 700;
                color: #89ab21;
            }

.boys-cont {
    padding: 0px;
    margin: 0px;
    height: auto;
    min-height: 460px;
    background-image: url(../images/Boys-BG.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.girls-cont {
    padding: 0px;
    margin: 0px;
    height: auto;
    min-height: 460px;
    background-image: url(../images/Girls-BG.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.primary-cont {
    padding: 0px;
    margin: 0px;
    height: auto;
    min-height: 460px;
    background-color: #e1d9d2;
    background-image: url(../images/abc-3523453_1920.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.kg-cont {
    padding: 0px;
    margin: 0px;
    height: auto;
    min-height: 460px;
    background-image: url(../images/../images/child-1864718_1920.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    background-attachment: fixed;
}

.boys-color {
    color: #0579af;
}

.girls-color {
    color: #D61083;
}

.primary-color {
    color: #D27326;
}

.kindergarten-color {
    color: #89ab21;
}

.Countact-Address {
    padding: 20px;
    width: 98%;
    color: black;
    height: auto;
    margin: 0 auto;
    min-height: 487px;
    overflow: hidden;
}


.Coutact-Contaier {
    width: 100%;
}

.PostImage {
    background-attachment: scroll;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid rgb(221, 232, 241);
    height: 300px;
    /*230px;*/
    margin: 0 auto 20px;
    min-height: 50px;
    min-width: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.NewsBox {
    background-color: rgba(234,241,245,0.7);
    padding: 20px 20px;
    border-radius: 6px;
    margin-top: 10px;
    height: auto;
    /*525px;*/
}


.postsTitle {
    font-size: 15px;
    padding: 20px 0px 15px;
    line-height: 1.2;
}

.postsHint {
    font-size: 20px;
    padding: 16px;
    text-align: center;
    height: 136px;
    width: 100%;
    overflow: hidden;
    line-height: 43px !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: initial;
    max-height: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.postsMore {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 22px;
}

.button-ReadMore {
    color: white;
    font-size: 19px;
    text-align: center;
    height: auto;
    display: block;
    overflow: hidden;
    text-decoration: none;
}



.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #0062cc;
    border-color: #fff;
}
/*Calendar*/

.table-bordered td, .table-bordered th {
    border: 1px solid #f0f5f7;
}

.table {
    width: 100% !important;
    max-width: 900px;
}

.btn-primary {
    color: #fff;
    background-color: #005F8B;
    border-color: #005F8B;
}

.a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    display: none;
}

.fc-content {
    display: none;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    display: none;
}

.fc-center h2 {
    font-size: 27px;
}

.calendar-row {
    margin: 0px;
}

    .calendar-row > div {
        padding: 0px;
    }

#CalenderMonth {
    margin: 0px;
}

    #CalenderMonth > div {
        padding: 0px;
    }

.sm-slider {
    display: inline-flex;
    width: auto;
    height: 100%;
    align-items: center;
    position: fixed;
    z-index: 2;
    top: 0;
    left: auto;
    right: 0;
    direction: ltr;
}

    .sm-slider > ul {
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }

        .sm-slider > ul > li {
            list-style-type: none;
        }

            .sm-slider > ul > li > a {
                display: flex;
                width: 30px;
                height: 30px;
                color: white;
                text-decoration: none;
                text-align: center;
                justify-content: center;
                align-items: center;
                border-radius: 4px 0px 0px 4px;
                position: relative;
                top: -145px;
                margin: 0;
            }

.sm-plugin-holder {
    width: 0px;
    height: 320px;
    background-color: #547bbd;
    border-radius: 0px 0px 0px 4px;
    padding: 0px;
}

.flag_holder {
    /*width: 100%;
    padding-left: 289px;
    margin-bottom:5px;
    display:flex;*/
    padding: 5px;
}

.sm-plugin-holder > iframe {
    margin: 4px;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #005f8b;
    }

.second-data-box {
    height: auto;
    overflow: hidden;
    display: flex;
}

.secondary-data-box-col:first-child {
    /*width:calc(100% - 360px);*/
    width: calc(100% - 459px);
    padding: 0px 4px 0px 20px;
    float: left;
}

.secondary-data-box-col:last-child {
    width: 458px;
    padding: 0px 0px 0px 4px;
    float: left;
}

.secondary-data-box-col > h5 {
    background-color: #005e8b;
    text-align: center;
    padding: 10px 0px 7px;
    color: #fff;
    font-weight: 500;
}

.secondary-data-box-col > h2 {
    color: #3d7088;
    font-weight: 100;
    margin: 0px 0px 20px;
}

.homePage-mobile {
    display: block;
    width: 100%;
    height: 240px;
    /*max-width: 320px;
    height: 267px;
    border-top: solid 10px #cfd6da;
    border-left: solid 10px #cfd6da;
    border-right: solid 10px #cfd6da;
    border-radius: 45px 45px 0px 0px;
    float: right;*/
    background-image: url('../images/بناة الغدslide2 (1).jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-notch {
    width: 160px;
    height: 30px;
    border-radius: 0px 0px 15px 15px;
    background-color: #cfd6da;
    display: block;
    margin: 0px auto 67px;
    padding: 5px 15px;
}

.front-camera {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #f1f1f1;
    float: right;
}

.front-volume {
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: #f1f1f1;
    padding: 6px 52px 0px;
    margin: 2px 9px auto;
}


.mobile-button-holder {
    /*width:100%;
    height:auto;
    display:flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;*/
    width: 100%;
    height:60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color:#fffffff0;
    /*border:1px solid #e0eaec;*/

}

    .mobile-button-holder > a {
        display: block;
        width: 160px;
        height: 40px;
        text-decoration: none;
        text-align: center;
        margin:0px;
    }

.store-anchorgoogle {
    background-image: url('../images/http___pluspng.com_img-png_download-on-app-store-png-get-started-download-from-the-app-store-download-from-the-google-play-240.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
}

.store-anchoriphone {
    background-image: url('../images/http___pluspng.com_img-png_download-on-app-store-png-with-without-wifi-or-data-2000.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 21px;
    background-position: center;
}
