﻿/* Brand Colors */
*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #0A5187;
    color: #fff;
}

::selection {
    background-color: #0A5187;
    color: #fff;
}

html, body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
    }
}

html.nprogress-busy {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

div, header, nav, footer, section, aside, article {
    display: block;
}

a {
    color: #0A5187;
    text-decoration: none;
    transition: all 0.05s ease-in !important;
    font-size: 1rem;
}

    a:hover {
        text-decoration: none !important;
        color: #0A5187;
    }
a.btn-primaryy:hover {
background: none;
    color: #084D9D;
    border: 1px solid #084D9D !important;
}

p {
    font-size: 1rem;
    color: #2F2F30;
    font-weight: 400;
}

@media (max-width: 576px) {
    p {
        font-size: 14px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
        font-size: 1rem;
        position: relative;
    }

/*img {
    width: 100%;
}*/

hr {
    border-color: #f1f3f6;
    opacity: 1;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
        font-size: 30px;
        color: #000;
        font-weight: 700;
        margin-bottom: 0;
    }

.btn-primary {
    background: #0A5187;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid transparent !important;
    min-width: 120px;
    text-align: center;
}

    .btn-primary:hover {
        background: none;
        color: #0A5187;
        border: 1px solid #0A5187 !important;
        transition: all 0.3s ease-in-out;
    }

    .btn-primary:active {
        transform: scale(0.95);
        transition: all 0.3s ease-in-out;
    }

    .btn-primary:focus {
        outline: none;
        box-shadow: none;
    }

header {
    background: #f1f3f6;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    header .top-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        width: 100%;
        margin: 12px
    }

    header .logo img {
        max-width: 315px;
    }

    header .nav-item {
        display: flex;
        align-items: center;
        /*        gap: 30px;*/
        justify-content: right;
        margin: -40px;
    }

        header .nav-item .mobile-menu {
            display: none;
        }

        header .nav-item .menu-items ul {
            display: flex;
        }

            header .nav-item .menu-items ul a {
                font-size: 22px !important;
                color: #000;
                font-weight: bold;
            }


        header .nav-item button {
            width: 40px;
            height: 40px;
            /*            display: flex;*/
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 25px;
            border-radius: 5px;
            background-color: #0A5187;
            border: 1px solid #0A5187;
        }

            header .nav-item button:hover {
                background: #fff;
                color: #0A5187 !important;
                border-radius: 5px;
                transition: all 0.3s ease-in-out;
                border: 1px solid #0A5187;
            }

                header .nav-item button:hover i {
                    color: #0A5187 !important;
                }

@media (max-width: 768px) {
    /*    header .nav-item {
        gap: 10px;
    }*/

    header .menu-items {
        /*        position: absolute;*/
        right: -15px;
        /*        top: 60px;*/
        background-color: #fff;
        z-index: 2;
        padding: 10px;
        min-width: 200px;
        width: 100%;
        display: none;
    }

        header .menu-items ul {
            flex-direction: column;
        }

        header .menu-items.open {
            display: block !important;
        }

    header .mobile-menu {
        display: block !important;
    }

    header .logo img {
        max-width: 250px;
    }
}

.hero-wrapepr .carousel-item img {
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-height: 500px;
}

.hero-wrapepr .slider-caption {
    position: absolute;
    top: 30%;
    max-width: 700px;
    left: 15%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 20px;
    min-height: 150px;
    justify-content: center;
}

    .hero-wrapepr .slider-caption p {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .hero-wrapepr .slider-caption h1, .hero-wrapepr .slider-caption h2, .hero-wrapepr .slider-caption h3, .hero-wrapepr .slider-caption h4, .hero-wrapepr .slider-caption h5, .hero-wrapepr .slider-caption h6 {
        color: #fff;
        font-weight: 700;
        font-size: 56px;
        margin-bottom: 10px;
        line-height: 54px;
    }

.hero-wrapepr .slider-action {
    position: absolute;
    top: calc(30% + 50px);
    left: calc(15% + 600px);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

    .hero-wrapepr .slider-action button {
        background: #0A5187;
        color: #fff;
        border: none;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }

        .hero-wrapepr .slider-action button:hover {
            background: #fff;
            color: #0A5187;
            border-radius: 5px;
            transition: all 0.3s ease-in-out;
        }

@media (max-width: 768px) {
    .hero-wrapepr .slider-caption {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        max-width: 100%;
        padding: 20px;
    }

        .hero-wrapepr .slider-caption h1, .hero-wrapepr .slider-caption h2, .hero-wrapepr .slider-caption h3, .hero-wrapepr .slider-caption h4, .hero-wrapepr .slider-caption h5, .hero-wrapepr .slider-caption h6 {
            font-size: 28px;
        }

    .hero-wrapepr .slider-action {
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        top: auto !important;
        flex-direction: row;
    }

    .hero-wrapepr img {
        min-height: 450px;
    }
}

.flokker-wrapper {
    padding: 80px 0;
}

    .flokker-wrapper .flokker-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .flokker-wrapper .flokker-list .flokker-item a {
            width: 120px;
            height: 90px;
            background-color: #f1f3f6;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            border-radius: 4px;
        }

            .flokker-wrapper .flokker-list .flokker-item a:hover {
                background: #0A5187;
            }

                .flokker-wrapper .flokker-list .flokker-item a:hover p {
                    color: #fff;
                }

                .flokker-wrapper .flokker-list .flokker-item a:hover h1 {
                    color: #0A5187;
                    background: #fff;
                }

            .flokker-wrapper .flokker-list .flokker-item a h1 {
                height: 40px;
                width: 40px;
                background: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 32px;
                color: #0A5187;
                font-weight: 400;
                border-radius: 50px;
                margin-bottom: 0;
                border: 1px solid #0A5187;
            }

            .flokker-wrapper .flokker-list .flokker-item a p {
                font-weight: 700;
                text-transform: uppercase;
                margin: 0;
                color: #0A5187;
                font-size: 14px;
            }

@media (max-width: 768px) {
    .flokker-wrapper {
        padding: 40px 0;
    }

        .flokker-wrapper .flokker-list {
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .flokker-wrapper {
        padding: 40px 0;
    }

        .flokker-wrapper .flokker-list {
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
}

.calander-wrapper {
    padding: 80px 0;
}

    .calander-wrapper .container {
        background-color: #f1f3f6;
        padding: 0;
        border: 1px solid #D2D2D2;
    }

        .calander-wrapper .container .section-title {
            padding: 10px;
            border-bottom: 1px solid #D2D2D2;
            margin-bottom: 10px;
        }

    .calander-wrapper .calander-list {
        padding: 10px;
    }

    .calander-wrapper .calander-item {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        border: 1px solid transparent;
    }

        .calander-wrapper .calander-item:hover {
            border: 1px solid #0A5187;
        }

            .calander-wrapper .calander-item:hover .date {
                background-color: #0A5187;
            }

                .calander-wrapper .calander-item:hover .date p {
                    color: #fff;
                }

        .calander-wrapper .calander-item .calander-content {
            width: calc(100% - 120px);
        }

            .calander-wrapper .calander-item .calander-content p {
                margin-bottom: 0;
                font-size: 16px;
            }

        .calander-wrapper .calander-item .date {
            width: 80px;
            height: 80px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .calander-wrapper .calander-item .date p {
                margin-bottom: 0;
                color: #0A5187;
                font-size: 18px;
                line-height: 18px;
            }

@media (max-width: 768px) {
    .calander-wrapper {
        padding: 40px 0;
    }
}

.news-wrapper .news-item {
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f3f6;
    overflow: hidden;
    min-height: 400px;
}

    .news-wrapper .news-item:hover {
        border: 1px solid #0A5187;
    }

        .news-wrapper .news-item:hover .thumb img {
            transform: scale(1.05);
            transition: all 0.3s ease-in-out;
        }

    .news-wrapper .news-item .thumb img {
        width: 100%;
        max-height: 215px;
        min-height: 215px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        transform-origin: bottom;
    }

    .news-wrapper .news-item .content {
        padding: 15px;
    }

        .news-wrapper .news-item .content .title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #000;
            height: 90px;
            overflow: hidden;
        }

        .news-wrapper .news-item .content .date {
            display: inline-block;
            background-color: #E4EEFC;
            padding: 0 10px;
            font-size: 14px;
            color: #0A5187;
            margin-bottom: 10px;
            position: absolute;
            top: -30px;
            z-index: 2;
            left: 50%;
            transform: translateX(-50%);
        }

        .news-wrapper .news-item .content .link {
            color: #0A5187;
            font-size: 16px;
            font-weight: bold;
        }

@media (max-width: 768px) {
    .news-wrapper {
        padding: 40px 0;
    }

        .news-wrapper .container {
            display: flex;
            flex-direction: column;
        }

        .news-wrapper .section-title {
            justify-content: space-between !important;
        }

        .news-wrapper .news-item {
            margin-bottom: 15px;
        }
}

footer {
    background-color: #f1f3f6;
}

    footer .credit {
        background-color: #0A5187;
    }

        footer .credit .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0;
        }

        footer .credit .credit-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            footer .credit .credit-item p {
                font-size: 16px;
            }

        footer .credit .links {
            display: flex;
            gap: 30px;
        }

            footer .credit .links a {
                color: #fff;
                font-size: 18px;
            }

        footer .credit p {
            margin-bottom: 0;
            color: #fff;
            font-size: 12px;
        }

        footer .credit img {
            max-width: 90px;
        }

    footer .time {
        border-bottom: 1px solid #BEBEBE;
    }

        footer .time .text-center {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            padding: 20px 0;
        }

            footer .time .text-center i {
                color: #848484;
            }

            footer .time .text-center p {
                margin: 0;
            }

                footer .time .text-center p:nth-child(2) {
                    padding: 0 30px;
                    border-left: 1px solid #BEBEBE;
                    border-right: 1px solid #BEBEBE;
                }

                    footer .time .text-center p:nth-child(2) p {
                        margin: 0;
                        padding: 0;
                    }

    footer .contact .container {
        display: flex;
        justify-content: space-between;
        background-color: #f1f3f6;
        padding: 20px;
        align-items: center;
    }

        footer .contact .container .emails {
            display: flex;
            align-items: center;
            gap: 30px;
            width: 50%;
            justify-content: center;
        }

            footer .contact .container .emails a {
                color: #000;
            }

                footer .contact .container .emails a:hover {
                    color: #0A5187;
                }

            footer .contact .container .emails p {
                margin-bottom: 0;
            }

            footer .contact .container .emails .items {
                display: flex;
                align-items: center;
                gap: 10px;
            }

        footer .contact .container .phone-numbers {
            display: flex;
            justify-content: space-between;
            width: 25%;
        }

            footer .contact .container .phone-numbers .text {
                display: flex;
                flex-direction: column;
            }

                footer .contact .container .phone-numbers .text a {
                    font-size: 18px;
                    font-weight: bold;
                    color: #0A5187;
                }

                    footer .contact .container .phone-numbers .text a:hover {
                        color: #0A5187;
                    }

                footer .contact .container .phone-numbers .text p {
                    font-size: 14px;
                    margin: 0;
                }

            footer .contact .container .phone-numbers .items {
                display: flex;
                align-items: center;
                gap: 10px;
            }

            footer .contact .container .phone-numbers .icon {
                width: 40px;
                height: 40px;
                background: #0A5187;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                border-radius: 50%;
            }

                footer .contact .container .phone-numbers .icon i {
                    font-size: 24px;
                }

@media (max-width: 992px) {
    footer .credit .container {
        flex-direction: column;
    }

    footer .credit .credit-item {
        flex-direction: column;
        padding-top: 15px;
    }

    footer .time .text-center {
        flex-direction: column;
        gap: 10px;
    }

        footer .time .text-center p {
            margin: 0;
            border: none !important;
        }

    footer .contact .container {
        flex-direction: column;
    }

        footer .contact .container .emails {
            width: 100%;
            margin: 25px 0;
            gap: 10px;
            flex-direction: column;
        }

            footer .contact .container .emails .items {
                width: 100%;
                flex-direction: column;
            }

    footer .phone-numbers {
        width: 100% !important;
        border: 0 !important;
        justify-content: center !important;
    }
}
/*# sourceMappingURL=style.css.map */
header .nav-item #closeMenuBtn {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    background: none;
    border: none;
}

.btn-primaryy {
    background: #0a4d9d;
    color: #fff;
    border: none;
    padding: 7px 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent !important;
    min-width: 150px;
    text-align: center;
}
section.hero-wrapepr {
    margin-top: 80px;
}
/*calender css */
.section-wrap {
    padding-bottom: 70px;
}

    .section-wrap .almanakkii .almanakkii-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .section-wrap .almanakkii .almanakkii-list .info {
            width: calc(100% - 65px);
        }

            .section-wrap .almanakkii .almanakkii-list .info p {
                margin: 0;
                font-size: 14px;
                color: #000;
            }

        .section-wrap .almanakkii .almanakkii-list .date {
            width: 55px;
            height: 55px;
            background-color: #0A5187;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            font-size: 14px;
        }

        .section-wrap .almanakkii .almanakkii-list .almanakkii-items {
            border: 1px solid #A5ADBA;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px;
            margin-bottom: 20px;
        }

            .section-wrap .almanakkii .almanakkii-list .almanakkii-items:hover {
                background-color: #f1f3f6;
            }

    .section-wrap .class-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .section-wrap .class-list li {
            width: calc(50% - 10px);
            display: flex;
            justify-content: space-between;
            background-color: #f1f3f6;
            border-radius: 42px;
            padding: 10px;
            align-items: center;
            border: 1px solid #f1f3f6;
        }

            .section-wrap .class-list li a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
            }

            .section-wrap .class-list li:hover {
                border-color: #0C75B0;
            }

            .section-wrap .class-list li .class {
                width: 30px;
                height: 30px;
                border: 1px solid #0C75B0;
                display: grid;
                place-content: center;
                color: #0C75B0;
                border-radius: 50%;
                font-size: 18px;
                text-transform: uppercase;
            }

            .section-wrap .class-list li .class-info {
                display: flex;
                align-items: center;
                gap: 10px;
            }

                .section-wrap .class-list li .class-info .name {
                    color: #0C75B0;
                    font-size: 18px;
                }

                .section-wrap .class-list li .class-info .std {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background-color: #0C75B0;
                    color: #fff;
                    display: grid;
                    place-content: center;
                    font-size: 22px;
                    font-weight: bold;
                }

@media (max-width: 786px) {
    .section-wrap .col-sm-6 {
        margin-bottom: 20px;
    }

    .section-wrap .almanakkii .almanakkii-list .date {
        width: 55px;
    }

    .section-wrap .almanakkii .almanakkii-list .info {
        width: 100%;
    }

    .section-wrap .almanakkii .almanakkii-list .almanakkii-items {
        width: 100%;
    }

    .section-wrap .class-list li {
        width: 100%;
    }
    .col-xs-12.col-md-8.col-lg-9.padding-left-30 {
        margin-left: 0px !important;
    }
}
.col-xs-12.col-md-8.col-lg-9.padding-left-30 {
    margin-left: 220px;
}
.homework .homework-table .day-homework-list ul li h3{
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

.homework .homework-table .day-homework-list ul li p{
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.top-head .logo{
    padding-left: 30px;
}

.editing-on .edit-delete-homework{
    z-index: 3;
    background-color: #f1f3f6;
}




