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

body, html {
    transition: none;
}

button, a, .card, .modal {
    transition: all 0.2s ease-in-out;
}

::-moz-selection {
    background-color: #084D9D;
    color: #fff;
}

::selection {
    background-color: #084D9D;
    color: #fff;
}
.sidebar-widget .sidebar .card {
    height: 100%;
}
.card {
    border: none;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}



    .card .card-header {
        border-bottom: 1px solid #f1f3f6;
        background-color: transparent;
    }
.sidebar-widget .sidebar ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .sidebar-widget .sidebar ul li a {
        background-color: #f1f3f6;
        padding: 10px;
        display: block;
        border-radius: 4px;
    }

.main-content .subpage-navigation {
    background-color: #f1f3f6;
    /* margin: 140px 0 !important; */
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

html, body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    scroll-behavior: smooth;
}
.phone.icon.ng-scope {
    display: flex;
    margin-top: 16px;
}
.icon.email.ng-scope {
    display: flex;
    margin-top: 8px;
}
@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: #084D9D;
    text-decoration: none;
    transition: all 0.05s ease-in !important;
    font-size: 1rem;
}

    a:hover {
        text-decoration: none !important;
        color: #0F94F8;
    }

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: 32px;
        color: #084D9D;
        font-weight: 700;
        margin-bottom: 0;
    }

.btn-primary {
    background: linear-gradient(91deg, #084D9D 0%, #0F94F8 100%);
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent !important;
    min-width: 150px;
    text-align: center;
}

    .btn-primary:hover {
        background: none;
        color: #084D9D;
        border: 1px solid #084D9D !important;
        transition: all 0.3s ease-in-out;
    }
.btn-primaryy {
    background: linear-gradient(91deg, #084D9D 0%, #0F94F8 100%);
    color: #fff;
    border: none;
    padding: 7px 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent !important;
    min-width: 150px;
    text-align: center;
}

    .btn-primaryy:hover {
        background: none;
        color: #084D9D;
        border: 1px solid #084D9D !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: linear-gradient(91deg, #084D9D 0%, #0F94F8 100%);
    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%;
    }

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

    header .nav-item {
        display: flex;
        align-items: center;
        gap: 0px;
    }

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

            header .nav-item button:hover {
                background: #fff;
                color: #084D9D;
                border-radius: 5px;
                transition: all 0.3s ease-in-out;
            }

@media (max-width: 768px) {
    header .logo img {
        max-width: 250px;
    }
}

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

.hero-wrapepr .slider-caption {
    position: absolute;
    top: 30%;
    max-width: 550px;
    left: 15%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: 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: 52px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

.hero-wrapepr .slider-action {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

    .hero-wrapepr .slider-action button {
        background: linear-gradient(91deg, #084D9D 0%, #0F94F8 100%);
        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: #084D9D;
            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: 0;
    }

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

.flokker-wrapper {
    background-color: #E4EEFC;
    padding: 80px 0;
}

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

        .flokker-wrapper .flokker-list .flokker-item a {
            width: 150px;
            height: 150px;
            background-color: #fff;
            border: 1px solid #084D9D;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 5px;
            border-radius: 4px;
        }

            .flokker-wrapper .flokker-list .flokker-item a:hover {
                background: linear-gradient(91deg, #084D9D 0%, #0F94F8 100%);
            }

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

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

            .flokker-wrapper .flokker-list .flokker-item a h1 {
                height: 65px;
                width: 65px;
                background: linear-gradient(91deg, #084D9D 0%, #0F94F8 100%);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 32px;
                color: #fff;
                font-weight: 400;
                border-radius: 5px;
                margin-bottom: 0;
            }

            .flokker-wrapper .flokker-list .flokker-item a p {
                font-weight: 700;
                text-transform: uppercase;
                margin: 0;
                color: #084D9D;
                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 .calander-item {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        border-radius: 10px;
        border: 1px solid transparent;
    }

        .calander-wrapper .calander-item:hover {
            border: 1px solid #084D9D;
        }

            .calander-wrapper .calander-item:hover .date {
                background-color: #084D9D;
            }

                .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: 18px;
            }

        .calander-wrapper .calander-item .date {
            width: 120px;
            height: 60px;
            background-color: #E4EEFC;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

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

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

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

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

        .news-wrapper .news-item:hover {
            border: 1px solid #084D9D;
        }

            .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: 22px;
                font-weight: 700;
                margin-bottom: 10px;
                color: #000;
                height: 80px;
                overflow: hidden;
            }

            .news-wrapper .news-item .content .date {
                display: inline-block;
                border-radius: 24px;
                background-color: #E4EEFC;
                padding: 0 10px;
                font-size: 14px;
                color: #084D9D;
                margin-bottom: 10px;
            }

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

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

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

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

footer .credit {
    background: linear-gradient(91deg, #084D9D 0%, #0F94F8 100%);
    text-align: center;
    padding: 15px;
}

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

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

footer .links {
    background-color: #E4EEFC;
}

    footer .links .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }

        footer .links .container a {
            font-size: 20px;
            color: #084D9D;
        }

            footer .links .container a:hover {
                color: #0F94F8;
            }

footer .time .text-center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 40px 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: #084D9D;
            }

        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: 50%;
        border-right: 1px solid #BEBEBE;
    }

        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: #084D9D;
            }

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

            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;
            width: 50%;
        }

        footer .contact .container .phone-numbers .icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(91deg, #084D9D 0%, #0F94F8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

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

@media (max-width: 992px) {
    footer .links .container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        footer .links .container .logo {
            margin-bottom: 10px;
        }

    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-top: 10px;
            gap: 10px;
            flex-direction: column;
        }

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

    footer .phone-numbers {
        width: 100% !important;
        border: 0 !important;
        margin-bottom: 20px;
        flex-direction: column;
        gap: 15px;
    }
    footer .contact .container .phone-numbers .items{
        width: 100%;
    }
}
header .nav-item button:hover i{
	color: #0F94F8 !important;
}
/*# sourceMappingURL=style.css.map */

More css to imrove slider
 
.news-detail-inner{

	display: none;

}
 
.news-info ul {

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    background: #f1f3f6;

    padding: 10px 20px;

    border-radius: 4px;

    margin-top: 20px;

}
 
@media (max-width: 768px){

	.news-info ul{

		flex-direction: column;

	}

}
 
.hero-wrapepr .carousel-item img{

	max-height: 350px !important;

}
 
.homework-widget .tabbing .nav{
	background: #f1f3f6 !important;
	border-radius: 8px !important;
	padding: 0 !important;
	margin: 0 !important;
}
 
.homework-widget .sidebar-widget .content-widget ul li{
	margin: 0;
	padding: 0;
}
 
.homework-widget .tabbing a.active{
	background: #084D9D !important;
	background-color: #084D9D !important;
}
 
.homework-day .sidebar-widget .content-widget .h3{
	font-size: 18px !important;
}
 
.homework .sidebar-widget .content-widget p{
	margin-bottom: 0 !important;
	font-size: 16px !important; 
}
 
.col-sm-4.sidebar .card .card-header{
	background: #0a4d9d;
}
 
.col-sm-4.sidebar .card .card-header h1,
.col-sm-4.sidebar .card .card-header h2,
.col-sm-4.sidebar .card .card-header h3,
.col-sm-4.sidebar .card .card-header h4,
.col-sm-4.sidebar .card .card-header h5,
.col-sm-4.sidebar .card .card-header h6{
	font-size: 22px;
	margin-bottom: 0;
	color: #fff;
}

.news-widget #projectSlide .news-items .details{
	max-width: unset !important;
    margin: 0 !important;
    background: none !important;
}

.news-widget #projectSlide .news-items .details h1,
.news-widget #projectSlide .news-items .details h2,
.news-widget #projectSlide .news-items .details h3,
.news-widget #projectSlide .news-items .details h4,
.news-widget #projectSlide .news-items .details h5,
.news-widget #projectSlide .news-items .details h6{
	font-size: 20px !important;
}
.icookiebot-wrapper #cookieSettingsButton {
    display: none !important;
}
ul.webUl {
    margin-top: 1em;
    margin-bottom: 0em;
}