﻿@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");

*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

div, header, nav, footer, section, aside, article {
    display: block;
}

p {
    color: #646668;
}

a {
    color: #1C3F96;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
    }



.title {
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}


background-color: transparent; {
    border: 1px solid #1C3F96;
    color: #fff !important;
}


.btn:hover::after, .btn:hover::before {
    padding-left: 15px;
}

.portfolio-btns .btn::after {
    content: none;
}

.portfolio-btns li::before {
    content: none !important;
}

.portfolio-btns li {
    display: inline-block;
    margin: 5px 5px;
}

.btn-sm {
    padding: 0.25rem .8rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    min-height: auto;
    min-width: auto;
}

.btn.bordered {
    background-color: transparent;
    border: 1px solid #1C3F96;
    color: #1C3F96;
}

.link {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* Main CSS */
@media (min-width: 315px) and (max-width: 576px) {
    header .top-head {
        padding: 15px !important;
        display: none;
    }

        header .top-head p {
            text-align: center !important;
        }

    header .bar p, header .bar i, header .bar button {
        color: #fff !important;
    }

    header .main-head {
        padding: 0 !important;
    }

    header .logo {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 10px !important;
    }

    header .bar {
        text-align: center !important;
        background-color: #1C3F96;
        color: #fff !important;
        margin-bottom: 15px;
        padding: 10px;
        justify-content: space-between;
        max-width: 50%;
        flex: 0 0 50%;
        flex-direction: column;
        margin: 0 !important;
    }

    main {
        padding-top: 92px !important;
    }
}

header .top-head {
    padding: 5px;
}

    header .top-head p {
        margin-bottom: 0;
    }

    header .top-head a {
        color: #fff;
    }

    header .top-head i {
        vertical-align: bottom;
    }


header .main-head .logo {
    padding: 6px 50px;
}

    header .main-head .logo img {
        width: 100%;
    }

header .main-head .bar {
    text-align: right;
    cursor: pointer;
    justify-content: flex-end;
}

    header .main-head .bar p {
        margin-bottom: 0;
    }

    header .main-head .bar i {
        font-size: 24px;
        vertical-align: middle;
        margin-left: 10px;
    }

.mega-menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

    .mega-menu.open {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 100px;
        z-index: 1999;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .mega-menu.open .cross {
            position: absolute;
            top: 30px;
            right: 30px;
            cursor: pointer;
            width: 50px;
            height: 50px;
        }

            .mega-menu.open .cross:hover::after {
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }

            .mega-menu.open .cross:hover::before {
                -webkit-transform: rotate(0);
                transform: rotate(0);
                margin-top: 10px;
            }

            .mega-menu.open .cross::after {
                content: '';
                background-color: #1C3F96;
                position: absolute;
                top: 0;
                left: 0;
                width: 30px;
                height: 2px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .mega-menu.open .cross::before {
                content: '';
                background-color: #1C3F96;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
                position: absolute;
                top: 0;
                left: 0;
                width: 30px;
                height: 2px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .mega-menu.open ul {
            text-align: center;
        }

            .mega-menu.open ul li {
                margin: 15px 0;
            }

                .mega-menu.open ul li a {
                    font-size: 24px;
                    -webkit-transition: all 0.1s linear;
                    transition: all 0.1s linear;
                    padding-bottom: 5px;
                    color: #1C3F96;
                }

                    .mega-menu.open ul li a:hover {
                        letter-spacing: 6px;
                    }

.slider .carousel-caption {
    text-align: left;
    top: 30%;
}

    .slider .carousel-caption p {
        font-size: 60px;
        color: #fff;
    }

.hero-slider .arrow {
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #1C3F96;
    color: #fff;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .hero-slider .arrow.carousel-control-prev {
        left: 50px;
    }

    .hero-slider .arrow.carousel-control-next {
        right: 50px;
    }

.services {
    padding: 50px 15px;
}

    .services .box {
        -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin-bottom: 15px;
    }

        .services .box:hover {
            cursor: pointer;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .services .box .icon {
            width: 80px;
            height: 80px;
            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;
            background-color: #1C3F96;
            color: #fff;
            font-size: 50px;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .services .box .icon i {
                color: #fff;
            }

        .services .box .title {
            width: calc(100% - 80px);
            text-align: center;
            position: relative;
            margin-bottom: 0 !important;
        }

            .services .box .title h3 {
                color: #333333;
                font-size: 18px;
                font-weight: 400;
                margin-bottom: 0;
            }

.news {
    padding: 50px 15px;
    background-color: #F1F3F6;
}

/*.calander .event-list-new .text-btn {
    background-color: transparent !important;
    color: #1C3F96 !important;
    border: 0 !important;
    margin-top: 0 !important;
}*/

@media (min-width: 768px) and (max-width: 992px) {
    .news .tag {
        display: none;
    }

    .news .news-item.big h1, .news .news-item.big h2, .news .news-item.big h3, .news .news-item.big h4 {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .news .news-item.big .content {
        margin-bottom: 10px !important;
        padding-bottom: 15px !important;
    }
}

@media (min-width: 315px) and (max-width: 576px) {
    .news .news-item.big h1, .news .news-item.big h2, .news .news-item.big h3, .news .news-item.big h4 {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .news .news-item.big .content {
        margin-bottom: 10px !important;
        padding-bottom: 15px !important;
    }

    .news .news-item {
        margin-bottom: 30px;
        margin-top: 15px;
    }

        .news .news-item h1, .news .news-item h2, .news .news-item h3, .news .news-item h4 {
            font-size: 16px !important;
            font-weight: 400 !important;
        }
}

.news .news-item .col-sm-6, .news .news-item .col-sm-4 {
    margin-bottom: 15px;
}

.news .news-item .box {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
    transition: all 0.2s linear;
    background-color: #fff;
}

    .news .news-item .box:hover {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
        transform: scale(1.1);
    }



    .news .news-item .box .tag {
        position: absolute;
        left: 0;
        top: 30px;
        color: #fff;
        background-color: #254651;
        padding: 5px 20px;
        font-size: 12px;
        text-transform: lowercase;
    }

    .news .news-item .box .content {
        padding: 15px;
    }


        .news .news-item .box .content h1, .news .news-item .box .content h2, .news .news-item .box .content h3, .news .news-item .box .content h4, .news .news-item .box .content h5, .news .news-item .box .content h5 {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0;
        }

    .news .news-item .box a {
        color: #333333;
    }

.news .news-item.big .box {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #fff;
}

    .news .news-item.big .box:hover {
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    }

    .news .news-item.big .box .tag {
        position: absolute;
        left: 0;
        top: 30px;
        color: #fff;
        background-color: #1C3F96;
        padding: 5px 20px;
        font-size: 16px;
        text-transform: lowercase;
    }

    .news .news-item.big .box .content {
        padding: 15px;
        padding-bottom: 0;
        margin-bottom: 0px;
    }

        .news .news-item.big .box .content h1, .news .news-item.big .box .content h2, .news .news-item.big .box .content h3, .news .news-item.big .box .content h4, .news .news-item.big .box .content h5, .news .news-item.big .box .content h5 {
            font-size: 24px !important;
            font-weight: 700;
        }

.calander {
    padding: 30px;
    background-image: url("/content/images/calanderbg.jpg");
    background-size: cover !important;
    padding: 30px;
}

    .calander h1, .calander h2, .calander h3, .calander h4 {
        color: #fff;
    }

@media (min-width: 768px) and (max-width: 992px) {
    .calander {
        background-repeat: no-repeat;
    }

        .calander h1, .calander h2, .calander h3, .calander h4 {
            font-size: 24px !important;
        }

        .calander .event-box {
            padding: 15px;
        }

            .calander .event-box p {
                font-size: 14px !important;
                font-weight: 400 !important;
            }
}

@media (min-width: 315px) and (max-width: 576px) {
    .calander {
        background-repeat: no-repeat;
    }

        .calander .event-list {
            margin-top: 100px;
            padding-top: 30px;
        }
}

.calander .event-list a.btn::after {
    content: '\EC9D';
}

.calander .event-list h3 {
    margin-bottom: 30px;
}

.calander .event-list .event-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    margin-bottom: 15px;
}

    .calander .event-list .event-box:hover {
        -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        background-color: #1C3F96;
    }

        .calander .event-list .event-box:hover * {
            color: #fff !important;
        }

    .calander .event-list .event-box p {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .calander .event-list .event-box span {
        font-size: 16px;
        text-transform: lowercase;
    }

    .calander .event-list .event-box a {
        color: #333333;
    }

@media (max-width: 576px) {


    .logo {
        max-width: 50%;
    }

    .bar {
        max-width: 50%;
    }
}


@media (max-width: 576px) {
    .calander .event-list-new {
        margin-top: 50px;
    }

    .services.container-fluid .row {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
    }

        .services.container-fluid .row .col-lg-3 {
            max-width: 50%;
            flex: 0 0 50%;
            text-align: center;
        }

        .services.container-fluid .row .box .title {
            text-align: center;
            width: 100% !important;
            padding: 10px 0;
        }

        .services.container-fluid .row .box {
            flex-wrap: wrap;
        }

            .services.container-fluid .row .box .icon {
                width: 100% !important;
            }
}

.calander .event-list-new .event-box:hover {
    background-color: #1C3F96 !important;
}

    .calander .event-list-new .event-box:hover h1, .calander .event-list-new .event-box:hover h2, .calander .event-list-new .event-box:hover h3, .calander .event-list-new .event-box:hover h4, .calander .event-list-new .event-box:hover h5, .calander .event-list-new .event-box:hover p, .calander .event-list-new .event-box:hover span, .calander .event-list-new .event-box:hover a {
        color: #fff !important;
    }

.calander .event-list-new .event-box.last {
    padding: 0px;
}

    .calander .event-list-new .event-box.last a {
        padding: 10px 30px;
    }

.calander .event-list-new .event-box:hover .center-text {
    color: #fff !important;
    background-color: #1C3F96 !important;
}

.calander .event-list-new .new-item {
    font-size: 18px !important;
    font-weight: bold;
    color: #000000;
}

.calander .event-list-new .center-text {
    background-color: #f1f3f6;
    margin-top: 30px;
    padding: 10px;
}

.calander .event-list-new .text-btn {
    background-color: transparent;
    color: #1C3F96 !important;
    border: 0 !important;
    margin-top: 0 !important;
}

    .calander .event-list-new .text-btn::after {
        display: none;
    }

.calander .event-list-new .new-boxes {
    background-color: transparent;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.calander .event-list-new span {
    color: #5B5B5B;
    font-size: 18px;
}

.calander .event-list-new a.btn::after {
    content: '\EC9D';
}

.calander .event-list-new h3 {
    margin-bottom: 30px;
}


.calander .event-list-new .event-box {
    background-color: #fff;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    margin-bottom: 15px;
}

    .calander .event-list-new .event-box:hover {
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    }

    .calander .event-list-new .event-box p {
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
    }

    .calander .event-list-new .event-box span {
        font-size: 16px;
    }

    .calander .event-list-new .event-box a.btn {
        color: #fff;
        margin-top: 30px;
    }

.calander .calander-date h3 {
    color: #fff;
    margin-bottom: 30px;
}

.calander .calander-date a.btn::after {
    content: '\EB1B';
}

.calander .calander-date a.btn:hover, .calander .event-list a.btn:hover, .calander .event-list-new a.read-more:hover {
    background-color: #fff;
    color: #1C3F96;
    border: 1px solid #fff;
}

.calander .calander-date .calander-day {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

    .calander .calander-date .calander-day:hover {
        background-color: #1C3F96;
    }

        .calander .calander-date .calander-day:hover * {
            color: #fff !important;
        }

    .calander .calander-date .calander-day .date {
        width: 30%;
        text-align: center;
        padding: 10px;
    }

        .calander .calander-date .calander-day .date p {
            font-size: 36px;
            font-weight: bold;
            color: #333333;
        }

        .calander .calander-date .calander-day .date span {
            font-size: 24px;
            font-weight: 200;
            text-transform: lowercase;
        }

    .calander .calander-date .calander-day .event {
        width: 70%;
        padding: 10px;
    }

        .calander .calander-date .calander-day .event p {
            font-size: 18px;
            color: #333333;
            font-weight: 700;
        }

        .calander .calander-date .calander-day .event span {
            font-size: 16px;
        }

        .calander .calander-date .calander-day .event a {
            color: #333333;
            position: absolute;
        }

    .calander .calander-date .calander-day p {
        margin-bottom: 0;
    }

.booking {
    background-color: #f1f3f6;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .booking .party {
        margin-bottom: 30px;
    }
}

@media (min-width: 315px) and (max-width: 576px) {
    .booking .party {
        margin-bottom: 30px;
    }

        .booking .party .d-flex {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }

            .booking .party .d-flex div {
                padding: 15px;
            }
}

.booking h3 {
    margin-bottom: 50px;
}

.booking .party {
    background-color: #fff;
}

    .booking .party h5 {
        margin-bottom: 15px;
    }

    .booking .party p {
        margin-bottom: 15px;
    }

    .booking .party a.btn::after {
        content: '\EB1B';
    }

.info-bar {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .info-bar .party {
        margin-top: 30px;
    }
}

@media (min-width: 315px) and (max-width: 576px) {
    .info-bar .party {
        margin-top: 30px;
    }

        .info-bar .party .d-flex {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }

            .info-bar .party .d-flex div {
                padding: 15px;
            }
}

.info-bar .info-logo {
    border-right: 1px solid #B2B2B2;
}

.info-bar .party {
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

    .info-bar .party h5 {
        margin-bottom: 15px;
    }


    .info-bar .party .time p {
        font-weight: 300 !important;
        margin-bottom: 10px;
    }

.contact-form {
    background-color: #1C3F96;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
}

@media (min-width: 315px) and (max-width: 576px) {
    .contact-form input, .contact-form button, .contact-form textarea {
        margin-bottom: 16px !important;
        margin-top: 15px !important;
        width: 100% !important;
    }

    header .main-head span {
        display: none;
    }

    header .main-head p {
        max-width: 40%;
        flex: 0 0 40%;
    }

    header .bar {
        text-align: center !important;
        background-color: #1C3F96;
        color: #fff !important;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px;
        justify-content: space-around;
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0 !important;
        flex-direction: row;
    }
}

.contact-form * {
    color: #fff;
}

.contact-form p {
    margin-bottom: 0;
}

.contact-form .form input, .contact-form .form textarea {
    background-color: #fff;
    color: #333333;
    margin-bottom: 15px;
    padding: 7px 15px;
    border: 1px solid #fff;
    width: 100%;
}

    .contact-form .form input:last-child {
        margin-bottom: 0;
    }

.contact-form .form textarea {
    padding: 12px 10px;
    margin-bottom: 0;
}

.contact-form .form button {
    background-color: #333333;
    border: 1px solid #333333;
    height: 70px;
    width: 70px;
}

    .contact-form .form button:hover {
        background-color: #fff;
    }

        .contact-form .form button:hover i {
            color: #1C3F96;
        }

    .contact-form .form button i {
        color: #fff;
        font-size: 24px;
        display: inline-block;
    }

.main-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .main-content .content-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-content .profile-row {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        .main-content .profile-row:hover .box {
            opacity: 0.7;
        }

            .main-content .profile-row:hover .box:hover {
                opacity: 1 !important;
            }

        .main-content .profile-row .box {
            text-align: center;
            margin-bottom: 30px;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .main-content .profile-row .box .pro-details {
                padding: 15px 0;
            }

                .main-content .profile-row .box .pro-details li::before {
                    display: none;
                }

            .main-content .profile-row .box .pro {
                position: relative;
                width: 270px;
                height: 270px;
                background-color: #1C3F96;
                border-radius: 50%;
                overflow: hidden;
            }

                .main-content .profile-row .box .pro img {
                    margin-left: -19px;
                    margin-top: 28px;
                }

            .main-content .profile-row .box .icon {
                position: absolute;
                width: 40px;
                height: 40px;
                background-color: red;
                display: -ms-grid;
                display: grid;
                place-items: center;
                border-radius: 50%;
                cursor: pointer;
            }

                .main-content .profile-row .box .icon i {
                    color: #fff;
                    font-size: 20px;
                }

                .main-content .profile-row .box .icon span {
                    position: absolute;
                    width: 100%;
                    color: #fff;
                    display: inline-block;
                }

                    .main-content .profile-row .box .icon span a {
                        color: #fff;
                        width: 100%;
                        display: inline-block;
                    }

                .main-content .profile-row .box .icon.phone {
                    top: 0;
                    right: 50px;
                }

                .main-content .profile-row .box .icon.email {
                    top: 50px;
                    right: 10px;
                }

            .main-content .profile-row .box .pro-info {
                width: 100%;
                padding: 5px 10px;
            }

                .main-content .profile-row .box .pro-info span {
                    font-size: 14px;
                }

                .main-content .profile-row .box .pro-info p {
                    margin-bottom: 0;
                    font-weight: bold;
                    font-size: 22px;
                }

    .main-content .content {
        padding-left: 30px;
    }

        .main-content .content h1, .main-content .content h2, .main-content .content h3, .main-content .content h4, .main-content .content h5, .main-content .content h6 {
            font-weight: 400;
            margin-bottom: 30px;
            margin-top: 25px;
        }

        .main-content .content p {
            font-size: 16px !important;
        }

        .main-content .content .post-image .caption {
            background-color: #F1F3F6;
            padding: 7px 15px;
        }

            .main-content .content .post-image .caption p {
                margin-bottom: 0;
            }

        .main-content .content .post-credit {
            margin-bottom: 30px;
            margin-top: 15px;
        }

            .main-content .content .post-credit span {
                margin-right: 30px;
                color: #333333;
            }

                .main-content .content .post-credit span i {
                    vertical-align: middle;
                    padding-right: 15px;
                }

        .main-content .content .social {
            margin-top: 15px;
            margin-bottom: 15px;
        }

            .main-content .content .social ul {
                padding-left: 0;
            }

            .main-content .content .social li {
                list-style-type: none;
                margin-right: 15px;
                display: inline-block;
            }

                .main-content .content .social li:hover i {
                    color: #1C3F96;
                }

                .main-content .content .social li:before {
                    display: none;
                }

                .main-content .content .social li i {
                    font-size: 24px;
                }

            .main-content .content .social a {
                color: #333333;
                display: inline-block;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                .main-content .content .social a:hover {
                    -webkit-transform: scale(1.2) rotate(10deg);
                    transform: scale(1.2) rotate(10deg);
                    color: #1C3F96;
                }

        .main-content .content ul {
            padding-left: 15px;
            position: relative;
        }

            .main-content .content ul li {
                list-style-type: none;
                margin-bottom: 10px;
            }

                .main-content .content ul li::before {
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    content: '';
                    background-color: #1C3F96;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    margin-left: -15px;
                    margin-top: 10px;
                }

    .main-content .sidebar {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
        padding: 30px;
    }

@media (min-width: 315px) and (max-width: 992px) {
    .main-content .sidebar {
        display: none;
    }

    .no-responsive {
        display: none;
    }
}

.main-content .sidebar ul li {
    margin-bottom: 15px;
    list-style-type: none;
}

    .main-content .sidebar ul li:hover a {
        background-color: #254651;
        color: #fff;
    }

    .main-content .sidebar ul li a {
        background-color: #F1F3F6;
        padding: 10px;
        display: block;
    }

    .main-content .sidebar ul li.active a {
        background-color: #254651;
        color: #fff;
        margin-bottom: 15px;
    }

    .main-content .sidebar ul li.active li {
        margin-top: -5px;
        margin-bottom: 5px;
    }

        .main-content .sidebar ul li.active li:hover a {
            color: #333333;
        }

        .main-content .sidebar ul li.active li a {
            background-color: transparent !important;
            color: #C7C7C7;
            margin-bottom: 0;
        }

        .main-content .sidebar ul li.active li.active a {
            color: #333333 !important;
        }

.calender-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 315px) and (max-width: 768px) {
    .calender-wrap td, .calender-wrap th {
        padding: 0.50em !important;
    }

    .calender-wrap .calender-date {
        margin: 15px -15px !important;
    }

    .calender-wrap .tags {
        margin-top: 15px;
    }

    .calender-wrap .form {
        margin-top: 15px !important;
        margin-top: 15px !important;
    }
}

.calender-wrap h1, .calender-wrap h2, .calender-wrap h3, .calender-wrap h4, .calender-wrap h5, .calender-wrap h6 {
    font-weight: 400;
}

.calender-wrap .tags span {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 7px;
    margin-bottom: 15px;
}

    .calender-wrap .tags span.booked {
        background: #D2D9EA;
    }

    .calender-wrap .tags span.pending {
        background: #FCD9D7;
    }

    .calender-wrap .tags span.p-booked {
        background: #DAECD4;
    }

    .calender-wrap .tags span.not-book {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    }

.calender-wrap .form {
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

    .calender-wrap .form form {
        width: 100%;
    }

        .calender-wrap .form form .btn {
            text-align: center !important;
        }

    .calender-wrap .form input, .calender-wrap .form select {
        display: block;
        width: 100%;
        padding: 7px 10px;
        margin-bottom: 30px;
        outline: 0 !important;
    }

.calender-wrap .calender-date .year {
    background-color: #254651;
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    width: calc( 100% - 2px);
}

.calender-wrap .calender-date .table {
    border-top: 0 !important;
}

    .calender-wrap .calender-date .table td, .calender-wrap .calender-date .table th {
        padding: 1.2em 0.75em;
    }

    .calender-wrap .calender-date .table th {
        border: none !important;
        color: #fff;
        background-color: #254651;
    }

    .calender-wrap .calender-date .table .disable {
        color: #E2E2E2;
    }

    .calender-wrap .calender-date .table .today {
        font-weight: 700;
        background-color: #F1F1F1;
    }

    .calender-wrap .calender-date .table .booked {
        background-color: #D2D9EA;
    }

    .calender-wrap .calender-date .table .panding {
        background-color: #FCD9D7;
    }

    .calender-wrap .calender-date .table .p-booked {
        background-color: #DAECD4;
    }

footer {
    padding-top: 30px;
}

@media (min-width: 315px) and (max-width: 576px) {
    footer .table {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    footer .other-info {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center !important;
    }

        footer .other-info img {
            width: 25% !important;
        }

        footer .other-info table {
            margin: 0 auto;
        }

    footer .border-right {
        border: none !important;
    }

    footer .other-info {
        padding-left: 0 !important;
    }

    header .bar {
        background-color: #fff !important;
    }

        header .bar p, header .bar span, header .bar i {
            color: #000000 !important;
        }
}

footer iframe {
    width: 100%;
    height: 250px;
}

footer .table h3 {
    font-size: 24px;
}

footer .table tr td {
    border: none !important;
}

    footer .table tr td p {
        margin-bottom: 0;
    }

footer .social h3 {
    font-size: 18px;
}

footer .social img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

footer .social i {
    display: inline-block;
    color: #333333;
    font-size: 24px;
    vertical-align: middle;
}

    footer .social i:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #1C3F96;
    }

footer .credit {
    border-top: 1px solid #EEEEEE;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

    footer .credit p {
        margin-bottom: 0;
        font-size: 14px !important;
    }

    footer .credit img {
        width: 99px;
    }


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1095;
}

    header #menu {
        cursor: pointer;
    }

    header .bar {
        cursor: pointer;
    }

        header .bar img {
            width: 40px;
        }

    header .search {
        cursor: pointer;
    }

        header .search i {
            font-size: 30px;
        }



    header .menu {
        position: absolute;
        height: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 1090;
        top: -3000px;
        left: 0;
        bottom: 0;
        right: 0;
        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;
    }

        header .menu .close {
            position: absolute;
            top: 15px;
            right: 15px;
            cursor: pointer;
        }

        header .menu ul li {
            list-style-type: none;
            display: block;
            margin: 15px;
            position: relative;
        }

            header .menu ul li:hover a {
                color: #fff;
            }

            header .menu ul li:hover::after {
                width: 130%;
            }

    header ul li::after {
        content: '';
        width: 0;
        height: 100%;
        background-color: #0852A3;
        position: absolute;
        left: -20px;
        z-index: -1;
    }

    header .menu ul li a {
        font-size: 24px;
    }



    header .search input[type=text] {
        border: 1px solid #333333;
        padding: 7px 12px;
        width: 100%;
    }

    header .search input[type="submit"] {
        background-color: #0852A3;
        color: #fff;
        width: 100%;
    }

        header .search input[type="submit"]:hover {
            background-color: #fff;
            color: #0852A3;
            width: 100%;
        }


    header .search .close {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

.close-btn {
    display: none;
}

@media (min-width: 315px) and (max-width: 768px) {
    .close-btn {
        display: none;
    }

    header {
        position: relative !important;
        text-align: center !important;
    }

    #st-trigger-effects {
        text-align: center !important;
    }

    header .container {
        margin: 0 !important;
    }

    header .mobile-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }

    /*    header img {
        width: 40% !important;
    }*/
}

.mobile-menu {
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

    .mobile-menu p {
        margin-bottom: 0;
        font-size: 700;
    }


.scroll-header {
    position: relative !important;
}

.scroll-header {
    position: fixed !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2) !important;
    z-index: 1095 !important;
}


.top-section-holder {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.2s ease-in-out;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

    .top-section-holder.hide-nav {
        margin-top: -120px;
    }

.back-to-top.is-visible {
    right: 30px;
    opacity: 1;
}

.back-to-top {
    bottom: 30px;
    right: -100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #254651;
    position: fixed;
    z-index: 200;
    transition: all 0.7s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

    .back-to-top:hover:before {
        margin-top: -5px;
    }

    .back-to-top:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(/Apps/Core/Content/Images/back-top-white.png) no-repeat center;
        margin-top: -2px;
        background-size: 20px 10px;
        transition: all 0.2s ease-in-out;
    }



/*------------MENU CSS-------------*/
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    transition: 0.5s;
    z-index: 9999;
    opacity: 0.95;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    text-decoration: none;
    font-size: 24px;
    color: #1C3F96;
    display: block;
    transition: 0.3s;
}


    .overlay a li:hover, .overlay a li:focus {
        color: #DE6F00;
    }

ul.Submenu a {
    font-size: 1.3077rem;
}

.menu-icon {
    right: 20px;
    position: absolute !important;
    top: 68px;
}

.overlay .closebtn:hover {
    color: #000000;
}

.overlay .closebtn {
    /*font-size: 60px;*/
    float: right;
    padding: 0;
    margin: 0;
    line-height: 58px;
    right: 20px;
    position: absolute;
    top: 15px;
}

.closebtn, .menu-icon {
    float: right;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

ul.overlay-main-menu > li > a {
    font-size: 24px;
    color: #0852A3;
    text-transform: uppercase;
}

    ul.overlay-main-menu > li > a:hover, ul.overlay-main-menu > li > a:focus, .Submenu li a:hover, .Submenu li a:focus {
        border-bottom: 2px solid #1C3F96;
    }

    ul.overlay-main-menu > li > a:before, .Submenu li a:before {
        content: '_';
        width: 1em;
        height: 100%;
        display: block;
        color: #fff;
        overflow: hidden;
        position: absolute;
        left: 100%;
        animation-name: underline_out;
        animation-duration: .65s;
        animation-timing-function: cubic-bezier(0.32, 0.01, 0, 1);
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-play-state: running;
        display: none;
    }

    ul.overlay-main-menu > li > a:hover:before, ul.overlay-main-menu > li > a:focus:before, .Submenu li a:hover:before, .Submenu li a:focus:before {
        animation-name: underline_in;
        animation-duration: 0.65s;
        animation-timing-function: cubic-bezier(0.32, 0.01, 0, 1);
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-play-state: running;
    }

ul.overlay-main-menu li {
    position: relative;
}

ul.overlay-main-menu, ul.Submenu {
    padding: 0;
    margin: 0px;
}

    ul.overlay-main-menu > ul.Submenu {
        left: 0px;
    }

    ul.overlay-main-menu li:nth-child(5) ul.Submenu {
        left: 0px;
    }

ul.Submenu {
    position: absolute;
    float: left;
    width: 942px;
    text-align: left;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
    transform-origin: 0 0 0;
    transform: scaleY(0);
    background: rgba(255, 255, 255, 1);
}

ul.Submenu2 {
    left: -4px;
}

ul.Submenu3 {
    left: -5px;
}

ul.Submenu4 {
    left: -5px;
}

ul.Submenu5 {
    left: -5px;
}

ul.Submenu1 {
    top: 67px;
}

ul.overlay-main-menu li, ul.Submenu li {
    padding: 0;
    margin: 15px 30px;
    display: inline-block;
}

ul.overlay-main-menu > li {
    border-bottom: none;
}

    ul.overlay-main-menu > li:hover > ul.Submenu, ul.overlay-main-menu > li > ul.Submenu > li:hover > ul.Submenu, ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu, ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu, ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li:hover ul.Submenu {
        opacity: 1;
        transform: scaleY(1);
        transition: all 0.5s ease 0s;
    }


@media screen and (max-width: 767px) {
    span.menu-icon {
        text-align: right;
    }

    a.closebtn:focus, a.closebtn:hover {
        background: none;
        color: orange !important;
        outline: none;
    }
}

@media screen and (min-width: 451px) and (max-width: 767px) {
    ul.overlay-main-menu > li > a {
        font-size: 22px;
    }

    ul.Submenu li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
    ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu > li:hover > ul.Submenu {
        left: -320px;
        width: 540px !important;
    }

    ul.overlay-main-menu > li > a {
        font-size: 26px;
    }

    ul.Submenu li a {
        font-size: 24px;
    }

    ul.Submenu {
        width: 613px !important;
        left: -77px;
    }

    ul.overlay-main-menu > li:nth-child(3) ul.Submenu {
        width: 636px !important;
        left: -280px;
    }

    ul.Submenu li {
        margin-bottom: 10px !important;
    }
}




@media screen and (min-width: 769px) and (max-width: 992px) {

    ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu {
        width: 600px !important;
        left: -250px !important;
    }

        ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu > li:hover > ul.Submenu {
            width: 600px !important;
            left: -250px !important;
        }

    .overlay {
        overflow: scroll;
    }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
    ul.overlay-main-menu ul.Submenu {
        box-shadow: 0 0 5px #dadada;
    }

    .inner-box {
        padding: 45px 5px !important;
    }

        .inner-box h3 {
            font-size: 12px !important;
        }

    .subscribe-banner .col-md-6, .subscribe-banner .col-md-3 {
        padding: 0;
    }
}

@media screen and (min-width: 993px) and (max-width: 1600px) {
    ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu {
        width: 600px !important;
        left: -50px !important;
    }

        ul.overlay-main-menu > li:nth-child(2n) > ul.Submenu > li:hover > ul.Submenu {
            width: 520px !important;
            left: -300px !important;
        }

    .video-responsive {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    ul.overlay-main-menu > li > a {
        font-size: 32px;
    }

    ul.overlay-main-menu > li:nth-child(3) ul.Submenu {
        width: 767px !important;
        left: -205px;
    }

    ul.Submenu li {
        margin-bottom: 10px !important;
    }
}


@media screen and (min-width: 1367px) and (max-width: 1600px) {
    ul.Submenu li a {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu li a::before {
        content: none;
    }

    .overlay-content {
        top: 15%;
    }

    ul.overlay-main-menu > li > a:before, .Submenu li a:before {
        content: none;
    }

    .overlay-main-menu > li > a {
        margin: 8px 0px;
    }

    ul.Submenu li a::before {
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-width: 7px;
        border-top-width: 7px;
        border-left: 7px solid #f15a29;
        position: absolute;
        content: '';
        left: 13px;
        top: 13px;
    }

    ul.Submenu li a:hover::before {
        border-left: 5px solid #fff;
    }

    ul.overlay-main-menu > li > a {
        font-size: 30px;
    }

    .overlay-main-menu a:hover, .overlay-main-menu a:focus {
        background: linear-gradient(#1b75bc, #003d6d);
        color: #fff !important;
    }

    ul.Submenu li a {
        font-size: 26px;
    }

    .overlay {
        overflow: auto;
    }

    ul.overlay-main-menu > li {
        display: inline;
        text-align: left;
        width: 100%;
        float: left;
    }

    ul.overlay-main-menu > ul.Submenu1 {
        width: 150px;
        left: 37px;
        top: 60px;
        position: absolute;
    }

    .overlay-main-menu > ul.Submenu li a {
        font-size: 24px;
        padding-left: 30px;
    }

    ul.Submenu1 li {
        width: 100%;
        float: left;
    }

    ul.overlay-main-menu li, ul.submenu1 li {
        border: none;
        width: 100%;
    }

    ul.Submenu {
        left: 0 !important;
        max-width: 98%;
    }

    ul.overlay-main-menu > li:hover > ul.Submenu > li a {
        padding-left: 31px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li:hover > ul.Submenu li a {
        padding-left: 38px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu li a {
        padding-left: 48px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu li a {
        padding-left: 58px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li:hover > ul.Submenu li a {
        padding-left: 68px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li a::before {
        left: 19px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu li a::before {
        left: 24px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu li a::before {
        left: 34px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu li a::before {
        left: 39px;
    }

    ul.overlay-main-menu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu > li > ul.Submenu li a::before {
        left: 44px;
    }

    @media screen and (max-width: 450px) {
        .overlay .closebtn {
            right: 10px;
            font-size: 31px;
            top: 0px;
        }

        .menu-icon {
            left: 40px;
        }
    }
}
/*--------------------------------*/

.pageaddBtn {
    position: fixed;
    right: 0;
    margin-top: 2px;
}

    .pageaddBtn a {
        background: #0096EB;
        width: 40px;
        font-size: 23px;
        padding: 3px 11px;
        display: block;
        color: #fff;
        margin-top: 0.6px;
    }

.editPage {
    background: #313131 !important;
}



.icon-setting a {
    color: #fff;
}

.icon-delete a {
    color: #fff;
}

div[data-widget-name="Navigation"] .widget-setting, div[data-widget-name="Navigation"] .widget-info {
    display: none !important;
}

#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    display: none;
}

    #search-overlay .search-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #254651 !important;
        /*opacity: 92%;*/
    }

        #search-overlay .search-bg .fa-search {
            color: #fff !important;
        }

        #search-overlay .search-bg .fa-search {
            color: #fff !important;
        }

.searchbox input {
    border: 1px solid #0C2E2D;
    padding: 7px 12px;
}

.searchbox {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10%;
    width: 90%;
    text-align: center;
}

    .searchbox i {
        color: #fff;
        font-size: 24px;
    }

#search-overlay .close-search-overlay {
    position: absolute;
    right: 13px;
    width: 24px;
    height: 24px;
    z-index: 100;
    color: #ffffff;
}

    #search-overlay .close-search-overlay:hover {
        color: #000000;
    }

.SearcchResult li {
    padding: 7px 0px;
}

.SearcchResult {
    background: #f2f2f2;
    margin-top: 0px;
    border: 1px solid RBG( 0, 150, 235,0.5);
    overflow-y: scroll;
    max-height: 500px;
    max-width: 579px;
    width: 100%;
    text-align: left;
}

    .SearcchResult li:hover {
        /*background: #2F80ED;*/
        color: #2F80ED;
    }

    .SearcchResult a {
        padding: 10px;
        line-height: 24px;
color:#254651 !important;
    }

        .SearcchResult a:hover {
            transition: color 0.05s cubic-bezier(0.32, 0.01, 0, 1) 0.05s;
            color: #DE6F00 !important ;
        }

#calendar .fa-plus {
    display: none;
}

i.far.fa-times-circle {
    font-size: 30px;
    cursor: pointer;
    opacity: 1;
    z-index: 999999;
}

.post-content .content {
    width: 100%;
}

div[widgettype="TextWidget"] p {
    line-height: 0.8em;
    font-size: 18px !important;
}


div[widgettype="TextWidget"] li {
    padding-left: 15px
}

div[widgettype="TextWidget"] ul li {
    margin-left: 20px;
    line-height: 1.8em
}

div[widgettype="DocumentFileTypes"] ol {
    list-style-type: none;
}

div[widgettype="TextWidget"] ol li {
    counter-increment: li;
    margin-left: 20px;
    line-height: 1.8em
}



.img-responsive {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}


div[widgettype="ImageGallery"] {
    padding: 18px;
}

p, span, li, a {
    line-height: 1.5 !important;
}

.searchbox .fa-search {
    padding: 5px;
    float: left;
    color: #0C2E2D;
    font-size: 24px;
}


div[widgettype="EventListTypes"] .table td {
    vertical-align: middle;
    padding: 0;
}

[data-widget-id="17669"] h2 {
    display: none;
}


/*.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #DE6F00;
    border-color: #DE6F00;
}*/

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    height: 35px;
    width: 35px;
    background-color: #DE6F00 !important;
    color: #fff !important;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

button.owl-prev, button.owl-next {
    background: red !important;
    height: 50px;
    width: 50px;
    position: absolute;
}


button.owl-prev {
    left: -60px;
    top: 60px;
}

button.owl-next {
    right: -60px;
    top: 60px;
    float: right;
}

    button.owl-prev span, button.owl-next span {
        color: #fff;
        font-size: 23px;
    }

div [widgettype="ImageGallery"] button.owl-prev, div [widgettype="ImageGallery"] button.owl-next {
    top: -50px;
}

.hide-nav {
    margin-top: -120px;
}

.btn-w.mr-2 {
    padding: 10px 0.75rem !important;
}

.tags_header {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 999;
    cursor: pointer;
}

    .tags_header img {
        width: 24px;
        margin-right: 10px;
    }

    .tags_header a.active img {
        width: 30px;
    }

main {
    padding-top: 116px;
}




.post-image div[widgettype="PlainText"] {
    background-color: #F1F3F6;
    padding: 7px 15px;
}

.info-bar img {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
}

    .info-bar img:hover {
        filter: grayscale(100%);
        transform: scale(1.1);
        background-color: #fff;
    }

footer .row img {
    width: 150px !important;
}

footer .other-info {
    padding-left: 30px;
}

footer .title {
    font-size: 24px;
}


.main-content .profile-row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .main-content .profile-row:hover .box {
        opacity: 0.7;
    }

        .main-content .profile-row:hover .box:hover {
            opacity: 1 !important;
        }

            .main-content .profile-row:hover .box:hover .icon.phone {
                top: 0;
                right: 50px;
                opacity: 1;
            }

            .main-content .profile-row:hover .box:hover .icon.email {
                top: 50px;
                right: 10px;
                opacity: 1;
            }

            .main-content .profile-row:hover .box:hover .icon.facebook {
                top: 115px;
                right: 0;
                opacity: 1;
            }

    .main-content .profile-row .box .pro-details {
        padding: 15px 0;
    }

        .main-content .profile-row .box .pro-details li::before {
            display: none;
        }

    .main-content .profile-row .box .pro {
        position: relative;
        width: 270px;
        height: 270px;
        background-color: #1C3F96;
        border-radius: 50%;
        overflow: hidden;
    }

        .main-content .profile-row .box .pro img {
            /*width: 100%;*/
            /* height: 100%;*/
        }

    .main-content .profile-row .box .icon {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: red;
        display: -ms-grid;
        display: grid;
        place-items: center;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        .main-content .profile-row .box .icon:hover .popup {
            top: -20px;
            opacity: 1;
            pointer-events: all;
        }

        .main-content .profile-row .box .icon i {
            color: #fff;
            font-size: 20px;
        }

        .main-content .profile-row .box .icon span {
            position: absolute;
            width: 100%;
            color: #fff;
            display: inline-block;
        }

            .main-content .profile-row .box .icon span a {
                color: #fff;
                width: 100%;
                display: inline-block;
            }

        .main-content .profile-row .box .icon .popup {
            position: absolute;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            background-color: #fff;
            padding: 5px 10px;
            -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            top: 0;
            pointer-events: none;
            opacity: 0;
        }

            .main-content .profile-row .box .icon .popup p {
                margin-bottom: 0;
                font-size: 14px;
            }

        .main-content .profile-row .box .icon.phone {
            top: 0;
            right: 80px;
            opacity: 0;
        }

        .main-content .profile-row .box .icon.email {
            top: 0;
            right: 80px;
            opacity: 0;
        }

        .main-content .profile-row .box .icon.facebook {
            top: 0;
            right: 80px;
            opacity: 0;
        }

    .main-content .profile-row .box .pro-info span {
        font-size: 14px;
    }

    .main-content .profile-row .box .pro-info p {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 22px;
    }

::-webkit-scrollbar-thumb {
    background: #181f4b;
    border-radius: 1px;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
}

::-webkit-scrollbar {
    width: 10px;
}
/*h1 {
    text-align: center;
    font-size: 40px;
    color: #666666;
    font-weight: bold;
}*/

#st-trigger-effects {
    text-align: right;
}

.pdf a {
    text-transform: uppercase;
}

.documentlist li {
    list-style: none;
    margin-top: 3rem;
}

a.FilterCategory {
    font-weight: 600;
    color: #000;
}

.btn.no-icon::after {
    display: none !important;
}

@media (min-width: 1440px) {
    .main-content #slides {
        width: calc(100% + 500px) !important;
        margin-left: -30px !important;
        margin-right: -30px !important;
        margin-bottom: 30px;
    }

    .slider .carousel-caption h1, .slider .carousel-caption h2, .slider .carousel-caption h3, .slider .carousel-caption h4, .slider .carousel-caption h5, .slider .carousel-caption h6 {
        font-size: 100px !important;
        line-height: 100px !important;
        padding: 5px !important;
    }

    .calander .container-fluid {
        max-width: 1440px;
    }
}

.custome-banner {
    overflow: hidden;
    width: calc(100% + 300px);
    margin-bottom: 30px;
}


@media screen and (min-width: 1900px) {
    .custome-banner {
        width: calc(100% + 500px);
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
}

@media screen and (min-width: 2200px) {
    .custome-banner {
        width: calc(100% + 620px);
    }
}

@media screen and (min-width: 2500px) {
    .custome-banner {
        width: calc(100% + 754px);
    }
}


.main-content #slides img {
    object-fit: cover;
    max-height: 400px;
    height: 100%;
}



header .main-head .bar p {
    margin-bottom: 0;
}

header .search {
    margin-left: -10px;
    padding-right: 10px;
}

p {
    color: #646668;
}

header #st-trigger-effects button {
    color: #646668;
}

.slides-navigation a {
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #1C3F96;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 24px;
}

.slider .carousel-caption h1, .slider .carousel-caption h2, .slider .carousel-caption h3, .slider .carousel-caption h4, .slider .carousel-caption h5, .slider .carousel-caption h6 {
    font-size: 70px;
    font-weight: 900;
    background: rgba(28, 63, 150, 0.7);
    width: max-content;
    line-height: 70px;
    padding: 5px;
}

.nav-tabs .active {
    border-color: #1C3F96 !important;
}

.nav-tabs .nav-item {
    border-radius: 0 !important;
    background-color: #254651;
    border: 1px solid #254651;
    color: #fff;
    margin: 0 auto;
}

.fc-view, .fc-view > table {
    z-index: 0;
}

#nav-tabContent ol, #nav-tabContent ol ul {
    padding-left: 18px;
}

.meeting {
    background-color: #fff;
    box-shadow: 4px 3px 17px rgba(0, 0, 0, 0.1);
    padding: 0;
}

    .meeting .event-box {
        border-top: 1px solid rgba(0,0,0,.1);
    }

        .meeting .event-box:hover {
            background-color: #1C3F96 !important
        }



    .meeting .event-box {
        padding: 10px 10px;
    }


    .meeting .table {
        margin-top: 1rem;
    }

        .meeting .table td {
            padding: 15px !important;
        }

#nav-tabContent {
    margin-top: 15px;
}

.nav-tabs p {
    margin: 0 auto;
}

#nav-tabContent [contenteditable="true"] {
    border: 1px solid #0096EB;
    margin-bottom: 37px;
    min-height: 50px;
}

#nav-tabContent [contenteditable="true"] {
    height: 100%;
}

.fc-state-default:not(:disabled):active, .fc-state-default:not(:disabled).fc-state-active {
    color: #fff;
    background-color: #254651;
    border-color: #254651;
}

.fc-button-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .fc-button-group > .fc-button:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: -1px;
    }

    .fc-button-group > .fc-button:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.fc-button-group > .fc-button {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .4em .65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
}

.fc-state-default {
    color: #fff;
    background-color: #254651;
    border-color: #254651;
}

    .fc-state-default:not(:disabled):active:focus, .fc-state-default:not(:disabled).fc-state-active:focus {
        box-shadow: 0 0 0 0.2rem rgba(76,91,106,.5);
    }

.fc-button-group > .fc-button:focus, .fc-button-group > .fc-button:active, .fc-button-group > .fc-button.fc-state-active {
    z-index: 1;
}

.ListArea .news .news-item {
    margin-bottom: 30px;
}

    .ListArea .news .news-item:hover {
        overflow: hidden;
    }

.main-content .news-item .col-sm-4 {
    margin-bottom: 30px;
}

    .main-content .news-item .col-sm-4:hover {
        overflow: hidden;
    }

@media (max-width: 576px) {
    .services {
        position: relative;
    }

        .services:before {
            z-index: 10;
            position: absolute;
            content: '';
            background: #fff;
            width: 100%;
            height: 35px;
            bottom: 40px;
            left: 0;
        }
}

@media (max-width: 576px) {
    .services .row:before {
        font-family: remixicon !important;
        position: absolute;
        left: 40%;
        width: 40px;
        height: 40px;
        content: "\EA64";
        bottom: 50px;
        z-index: 20;
        font-size: 24px;
        display: grid;
        place-content: center;
        background: #1c3f96;
        color: #fff;
    }

    .services .row:after {
        font-family: remixicon !important;
        position: absolute;
        left: 52%;
        width: 40px;
        height: 40px;
        content: "\EA6E";
        bottom: 50px;
        z-index: 20;
        font-size: 24px;
        display: grid;
        place-content: center;
        background: #1c3f96;
        color: #fff;
    }
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between !important;
    padding: 15px 0 !important;
}

    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a {
        display: block !important;
        padding: 10px !important;
        border-radius: 4px !important;
    }

        #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a:first-child {
            color: #1C3F96 !important;
            text-decoration: none !important;
            background-color: transparent !important;
            border: 1px solid #e4e4e4 !important;
        }

        #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a:nth-child(2) {
            color: #1C3F96 !important;
            text-decoration: none !important;
            background-color: transparent !important;
            border: 1px solid #1C3F96 !important;
            border-radius: 4px !important;
        }

        #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a:nth-child(3) {
            color: #fff !important;
            text-decoration: none !important;
            background-color: #1C3F96 !important;
            border: 1px solid #1C3F96 !important;
            border-radius: 4px !important;
            box-shadow: 0px 8px 12px rgba(28, 63, 150, 0.3) !important;
        }

#CybotCookiebotDialogBodyLevelButtons {
    display: block !important;
    width: 100% !important;
}

    #CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelButtonsTable {
        width: 100% !important;
    }

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
    border: none !important;
}

#CybotCookiebotDialogBodyLevelButtons #CybotCookiebotDialogBodyLevelDetailsWrapper {
    background-color: #CFCFCF;
    border-radius: 4px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px !important;
    border: none !important;
}

.CybotCookiebotDialogBodyLevelButtonWrapper input[type="checkbox"].CybotCookiebotDialogBodyLevelButton {
    opacity: 1 !important;
    top: 3px !important;
}

#CybotCookiebotDialogDetailFooter {
    position: relative !important;
}

    #CybotCookiebotDialogDetailFooter::before {
        position: absolute !important;
        right: 0 !important;
        width: 71px;
        height: 30px;
        background-color: #fff;
        content: '';
    }

#fa-cog {
    cursor: pointer;
    z-index: 999;
    background: #254651;
    width: 36px;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    padding: 10px 0px 0px 11px;
    margin-right: 10px;
}

.cookie-settings {
    margin: 0px 50px 5px 54px;
    position: fixed;
    bottom: 0;
}

#CybotCookiebotDialogBodyContentTitle {
    color: #1C3F96 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a {
    text-decoration: none !important;
}

@media (max-width: 576px) {
    .custome-banner {
        margin-left: -30px;
        margin-top: -50px;
        width: calc(100% + 60px);
    }
}

@media (max-width: 576px) {
    .main-content .profile-row .box .pro {
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .main-content .content h1, .main-content .content h2, .main-content .content h3, .main-content .content h4, .main-content .content h5, .main-content .content h6 {
        font-size: 28px;
        font-weight: bold;
    }
}

.Category {
    width: max-content;
    padding: 3px 15px;
    background-color: #f1f3f6;
    color: #1C3F96 !important;
    margin-bottom: 30px;
    border-radius: 24px;
}

@media (max-width: 576px) {
    .Category {
        width: max-content;
        padding: 3px 15px;
        background-color: #f1f3f6;
        color: #1C3F96 !important;
        margin-bottom: 30px;
        border-radius: 24px;
    }
}

@media (min-width: 1200px) {
    .main-content .content {
        padding-right: 0 !important;
    }
}

.main-content .content h1, .main-content .content h2, .main-content .content h3, .main-content .content h4, .main-content .content h5, .main-content .content h6 {
    font-size: 40px;
}

@media (max-width: 576px) {
    .main-content .content h1, .main-content .content h2, .main-content .content h3, .main-content .content h4, .main-content .content h5, .main-content .content h6 {
        font-size: 28px !important;
        font-weight: 400 !important;
    }
}

@media (max-width: 576px) {
    .main-content {
        padding-top: 10px !important;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .main-content {
        padding-top: 15px !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .main-content {
        padding-top: 20px !important;
    }
}

@media (max-width: 1170px) and (min-width: 992px) {
    .main-content {
        padding-top: 20px !important;
    }
}

.slides-container a img {
    position: relative !important;
}

[ng-cloak] {
    opacity: 0.01;
}




/*// new style*/
/* Brand Colors */
*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #254651;
    color: #ffffff;
}

::selection {
    background-color: #254651;
    color: #ffffff;
}

html, body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    scroll-behavior: smooth;
overflow-x: hidden;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

div, header, nav, footer, section, aside, article {
    display: block;
}

a {
    color: #254651;
    text-decoration: none;
    transition: all 0.05s ease-in !important;
}

    a:hover {
        text-decoration: none !important;
        color: #1C3F96;
    }

p {
    font-size: 16px;
    color: #868686;
    font-weight: 400;
}

@media (max-width: 576px) {
    p {
        font-size: 14px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
        font-size: 16px;
        position: relative;
    }
/*
img {
    width: 100%;
}
*/
hr {
    border-color: #f1f3f6;
    opacity: 1;
}

@media (max-width: 992px) {
    .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1,
    .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2,
    .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3,
    .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4,
    .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5,
    .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6,
    .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7,
    .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8,
    .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9,
    .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10,
    .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11,
    .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
        margin-bottom: 20px;
        width: 100%;
    }
}

.card {
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px;
}

    .card .card-header {
        background-color: #ffffff;
        border-bottom: 1px solid #f1f3f6;
        min-height: 60px;
        padding: 15px;
        display: flex;
        align-items: center;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        .card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {
            color: #254651;
            margin: 0;
        }

    .card .card-footer {
        background-color: #ffffff;
        border-top: 1px solid #f1f3f6;
        align-items: flex-end;
        justify-content: flex-end;
    }

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
        font-size: 32px;
        color: #254651;
        font-weight: 700;
        margin-bottom: 0;
        position: relative;
    }

        .section-title h1::before, .section-title h2::before, .section-title h3::before, .section-title h4::before, .section-title h5::before, .section-title h6::before {
            bottom: -10px;
            position: absolute;
            left: 0;
            width: 100px;
            height: 2px;
            content: "";
            background-color: #254651;
        }

@media (max-width: 768px) {
    .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
        font-size: 22px;
    }
}

.section-title.light h1, .section-title.light h2, .section-title.light h3, .section-title.light h4, .section-title.light h5, .section-title.light h6 {
    color: #ffffff;
}

    .section-title.light h1::before, .section-title.light h2::before, .section-title.light h3::before, .section-title.light h4::before, .section-title.light h5::before, .section-title.light h6::before {
        background-color: #ffffff;
    }

.btn-primary {
    background: #254651;
    color: #ffffff !important;
    border: none;
    padding: 5px 15px !important;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent !important;
    min-width: 80px;
    text-align: center;
}

button#button-1590436157899 {
    background: #254651;
    color: #ffffff !important;
    border: none;
    padding: 5px 15px !important;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent !important;
    min-width: 60px;
    text-align: center;
}


    button#button-1590436157899:hover {
        background: none;
        color: #254651 !important;
        border: 1px solid #254651 !important;
        transition: all 0.3s ease-in-out;
    }

.btn-primary:hover {
    background: none;
    color: #254651 !important;
    border: 1px solid #254651 !important;
    transition: all 0.3s ease-in-out;
}

.btn-primary:active {
    transform: scale(0.95);
    transition: all 0.3s ease-in-out;
    color: #fff !important;
}

.btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.btn-secondary {
    background: #ffffff;
    color: #254651;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent !important;
    min-width: 80px;
    text-align: center;
}

    .btn-secondary:hover {
        background: none;
        color: #ffffff;
        border: 1px solid #ffffff !important;
        transition: all 0.3s ease-in-out;
    }

    .btn-secondary:active {
        transform: scale(0.95);
        transition: all 0.3s ease-in-out;
    }

    .btn-secondary:focus {
        outline: none;
        box-shadow: none;
    }

.input {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

    .input label {
        margin-bottom: 5px;
    }

    .input .input-item {
        display: flex;
        background-color: #ffffff;
        border-radius: 4px;
        overflow: hidden;
        align-items: center;
        justify-content: space-between;
    }

        .input .input-item i {
            width: 35px;
            height: 35px;
            display: grid;
            place-content: center;
            font-size: 24px;
            color: #868686;
        }

        .input .input-item input, .input .input-item textarea, .input .input-item select {
            width: calc(100% - 35px);
            background: transparent;
            padding: 8px 15px;
            border: 0;
        }

/* Custome CSS */
header {
    background-color: #ffffff;
    z-index: 10;
    position: relative;
}

    header .top-head {
        max-height: 90px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
    }

        header .top-head .header-action {
            display: flex;
        }

            header .top-head .header-action .mobile-menu {
                display: none;
            }

            header .top-head .header-action button {
                width: 45px;
                height: 45px;
                display: grid;
                place-content: center;
                background-color: transparent;
                border: 0;
                cursor: pointer;
                border-radius: 4px;
            }

                header .top-head .header-action button:hover {
                    background-color: #254651;
                    color: #ffffff;
                }

                header .top-head .header-action button i {
                    font-size: 28px;
                }

                    header .top-head .header-action button i.ri-search-line {
                        margin-left: 8px;
                    }

        header .top-head .logo img {
            max-width: 185px;
        }

        header .top-head .nav ul {
            display: flex;
            align-items: center;
            gap: 30px;
        }

            header .top-head .nav ul li > a {
                color: black;
                font-size: 20px;
                font-weight: bold;
            }

@media (max-width: 768px) {
    header .mobile-menu {
        display: block !important;
    }

    header .nav {
        position: absolute;
        top: 85px;
        width: 100%;
        background-color: #f1f3f6;
        padding: 30px;
        left: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
    }

        header .nav ul {
            flex-direction: column;
            width: 100%;
            /*            gap: 10px !important;*/
        }

        header .nav.open {
            height: auto !important;
            visibility: visible;
            opacity: 1;
        }
}

.hero-wrapper {
    position: relative;
    margin-top: -28px;
}

    .hero-wrapper img {
        max-height: 500px;
        min-height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .hero-wrapper::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(249deg, rgba(0, 0, 0, 0) 69.64%, rgba(0, 0, 0, 0.7) 89.17%);
        z-index: 2;
        content: "";
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .hero-wrapper .slider-action {
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 3;
        display: flex;
        gap: 10px;
    }

        .hero-wrapper .slider-action button {
            width: 40px;
            height: 40px;
            display: grid;
            place-content: center;
            background-color: #254651;
            color: #ffffff;
            border: 0;
            cursor: pointer;
            border-radius: 4px;
            font-size: 24px;
        }

    .hero-wrapper .hero-caption {
        position: absolute;
        bottom: 100px;
        left: 30px;
        z-index: 3;
        max-width: 50%;
    }

        .hero-wrapper .hero-caption h1, .hero-wrapper .hero-caption h2, .hero-wrapper .hero-caption h3, .hero-wrapper .hero-caption h4, .hero-wrapper .hero-caption h5, .hero-wrapper .hero-caption h6 {
            font-size: 64px;
            color: #ffffff;
            font-weight: 900;
            margin-bottom: 0;
        }

        .hero-wrapper .hero-caption p {
            color: #ffffff;
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 0;
        }

@media (max-width: 768px) {
    .hero-wrapper img {
        min-height: 400px;
        max-height: 400px;
    }

    .hero-wrapper .slider-action {
        left: 20px;
    }

    .hero-wrapper .hero-caption {
        width: 100%;
        max-width: 100%;
        left: 0;
        padding: 20px;
    }

    .hero-wrapper h1, .hero-wrapper h2, .hero-wrapper h3, .hero-wrapper h4, .hero-wrapper h5, .hero-wrapper h6 {
        font-size: 32px !important;
    }

    .hero-wrapper p {
        font-size: 20px !important;
    }
}

.feature-wrapper {
    background-color: #254651;
    padding: 50px 0;
}

@media (min-width: 1200px) {
    .feature-wrapper .container {
        max-width: 1350px !important;
    }
}


.feature-wrapper .box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .feature-wrapper .box-list .box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

        .feature-wrapper .box-list .box:hover {
            background-color: rgba(255, 255, 255, 0.05);
        }

        .feature-wrapper .box-list .box:nth-child(4) {
            border-right: 0;
        }

        .feature-wrapper .box-list .box:last-child {
            border-right: 0;
        }

        .feature-wrapper .box-list .box:nth-child(5), .feature-wrapper .box-list .box:nth-child(6), .feature-wrapper .box-list .box:nth-child(7), .feature-wrapper .box-list .box:nth-child(8) {
            border-bottom: 0;
        }

        .feature-wrapper .box-list .box a {
            color: #ffffff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            gap: 15px;
            min-height: 100px;
            width: 290px;
        }

            .feature-wrapper .box-list .box a i {
                font-size: 30px;
            }

            .feature-wrapper .box-list .box a span {
                font-size: 18px;
            }

@media (max-width: 1092px) {
    .feature-wrapper .box-list .box {
        width: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        padding: 10px;
    }

        .feature-wrapper .box-list .box span {
            font-size: 14px !important;
        }
}

.news-wrapper {
    padding: 80px 0;
}

    .news-wrapper .news-item {
        background-color: #ffffff;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        border: 1px solid #f1f3f6;
        overflow: hidden;
        min-height: 360px;
    }

        .news-wrapper .news-item:hover {
            border: 1px solid #254651;
        }

            .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 .date {
            color: #868686;
            margin-bottom: 10px;
        }

        .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: 70px;
                overflow: hidden;
            }

@media (max-width: 768px) {
    .news-wrapper {
        padding: 40px 0;
    }

        .news-wrapper .container {
            display: flex;
            flex-direction: column;
        }

        .news-wrapper .news-item {
            margin-bottom: 15px;
        }
}


    .calander-wrapper .calander-box {
        background-color: #f1f3f6;
        border-radius: 10px;
        padding: 20px;
        height: 100%;
    }

        .calander-wrapper .calander-box .box {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin: 15px 0;
        }

            .calander-wrapper .calander-box .box .calander-item {
                background-color: #ffffff;
                display: flex;
                align-items: center;
                gap: 15px;
                border-radius: 4px;
                padding: 10px;
                position: relative;
                border: 1px solid transparent;
            }

                .calander-wrapper .calander-box .box .calander-item::before {
                    position: absolute;
                    right: 15px;
                    top: 15px;
                    content: "\eb21";
                    font-family: remixicon !important;
                    width: 30px;
                    height: 30px;
                    font-size: 30px;
                    opacity: 0.1;
                }

                .calander-wrapper .calander-box .box .calander-item:hover {
                    border: 1px solid #254651;
                }

                .calander-wrapper .calander-box .box .calander-item a {
                    position: absolute;
                    z-index: 2;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                .calander-wrapper .calander-box .box .calander-item .details {
                    display: flex;
                    flex-direction: column;
                }

                    .calander-wrapper .calander-box .box .calander-item .details p {
                        margin: 0;
                        font-size: 20px;
                        color: #254651;
                        font-weight: bold;
                    }

                .calander-wrapper .calander-box .box .calander-item .date {
                    width: 60px;
                    height: 60px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    background-color: #254651;
                    border-radius: 4px;
                }

                    .calander-wrapper .calander-box .box .calander-item .date p {
                        font-size: 30px;
                        margin: 0;
                        color: #ffffff;
                        line-height: 26px !important;
                    }

                    .calander-wrapper .calander-box .box .calander-item .date span {
                        font-size: 16px;
                        margin: 0;
                        color: #ffffff;
                    }

    .calander-wrapper .no-icon .calander-item::before {
        display: none;
    }

    .calander-wrapper .no-icon .calander-item .details span {
        color: #868686;
    }

@media (max-width: 768px) {
    .calander-wrapper {
        padding: 30px 0;
    }
}

.community-wrapper {
    padding: 50px 0;
}

    .community-wrapper .icon-widget {
        background: #254651;
        height: 100%;
        padding: 20px 20px 40px;
        border-radius: 8px;
        width: 100% !important;
    }

        .community-wrapper .icon-widget .icon-box {
            display: flex;
            justify-content: space-around;
            text-align: center;
            color: #ffffff;
            padding-top: 30px;
        }

            .community-wrapper .icon-widget .icon-box .item {
                cursor: pointer;
            }

                .community-wrapper .icon-widget .icon-box .item:hover i {
                    background: #ffffff;
                    color: #254651;
                }

            .community-wrapper .icon-widget .icon-box i {
                width: 60px;
                height: 60px;
                border: 1px solid rgba(255, 255, 255, 0.2);
                display: inline-grid;
                font-size: 35px;
                border-radius: 8px;
                margin-bottom: 20px;
            }

            .community-wrapper .icon-widget .icon-box h1, .community-wrapper .icon-widget .icon-box h2, .community-wrapper .icon-widget .icon-box h3, .community-wrapper .icon-widget .icon-box h4, .community-wrapper .icon-widget .icon-box h5, .community-wrapper .icon-widget .icon-box h6 {
                font-size: 20px;
            }

            .community-wrapper .icon-widget .icon-box p {
                font-size: 16px;
                color: #ffffff;
            }

    .community-wrapper .calander-box {
        background-color: #f1f3f6;
        border-radius: 10px;
        padding: 20px 20px 6px 20px;
        height: 100%;
    }

        .community-wrapper .calander-box .box {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

            .community-wrapper .calander-box .box .calander-item {
                display: flex;
                align-items: center;
                gap: 15px;
                padding: 10px;
                position: relative;
                border-bottom: 1px solid #DCDFDD;
            }

                .community-wrapper .calander-box .box .calander-item:hover {
                    background: #ffffff;
                }

                .community-wrapper .calander-box .box .calander-item a {
                    position: absolute;
                    z-index: 2;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                .community-wrapper .calander-box .box .calander-item .details {
                    display: flex;
                    flex-direction: column;
                }

                    .community-wrapper .calander-box .box .calander-item .details p {
                        margin: 0;
                        font-size: 20px;
                        color: #254651;
                        font-weight: bold;
                    }

@media (max-width: 768px) {
    .community-wrapper .item {
        margin: 20px 0;
    }

    .community-wrapper .icon-box {
        flex-direction: column;
        padding-top: 0 !important;
    }
}

.info-wrapper {
    background: url("../images/other.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
}

    .info-wrapper .box {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        min-height: 300px;
        max-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        position: relative;
    }

        .info-wrapper .box:hover img {
            transform: scale(1.1);
        }

        .info-wrapper .box a {
            z-index: 2;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .info-wrapper .box p {
            color: #254651;
            font-size: 16px;
        }

        .info-wrapper .box h1, .info-wrapper .box h2, .info-wrapper .box h3, .info-wrapper .box h4, .info-wrapper .box h5, .info-wrapper .box h6 {
            font-size: 20px;
            color: #254651;
        }

        .info-wrapper .box img {
            max-width: 200px;
            margin-bottom: 20px;
        }

.community-form {
    padding: 70px 0;
}

    .community-form .info-box {
        text-align: center;
        background-color: #ffffff;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 30px 20px 60px;
    }

        .community-form .info-box p {
            margin: 20px 0;
            color: #254651;
            font-size: 18px;
            font-weight: bold;
        }

        .community-form .info-box img {
            margin-bottom: 20;
    width: 100%;
        }

        .community-form .info-box ul {
            margin-top: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 10px;
        }

            .community-form .info-box ul li a {
                display: flex;
                width: 300px;
                align-items: center;
                justify-content: center;
                background: #f1f3f6;
                padding: 8px 10px;
                border-radius: 8px;
                gap: 10px;
                font-size: 18px;
                font-weight: bold;
            }

    .community-form .form-widget {
        padding: 30px 30px 6px 30px;
        height: 100%;
        background-color: #f1f3f6;
        border-radius: 10px;
    }

        .community-form .form-widget p {
            color: #254651;
        }

footer {
    background: #f1f3f6;
    padding-top: 30px;
}

    footer .credit {
        background-color: #ffffff;
        padding: 10px;
    }

        footer .credit p {
            margin-bottom: 0;
        }

        footer .credit .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            footer .credit .container img {
                max-width: 100px;
            }

    footer .social-media {
        display: flex;
        justify-content: space-between;
        text-align: center;
        padding-bottom: 30px;
        align-items: center;
        gap: 169px;
white-space: nowrap;
    }

        footer .social-media .link {
            font-weight: bold;
            font-size: 18px;
            color: #254651;
            text-decoration: underline;
        }

        footer .social-media .item:hover .icon {
            background: #254651;
        }

            footer .social-media .item:hover .icon a {
                color: #ffffff !important;
            }

        footer .social-media .item p {
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 18px;
            color: #254651;
        }

        footer .social-media .icon {
            background-color: #ffffff;
            width: 100%;
            min-width: 200px;
            padding: 10px;
            border-radius: 4px;
        }

    footer .brand {
        display: flex;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        gap: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #DCDFDD;
        margin-bottom: 30px;
    }

        footer .brand img {
            width: 230px;
        }

        footer .brand .time {
            display: flex;
            justify-content: space-around;
            gap: 30px;
            width: calc(100% - 230px);
        }

        footer .brand .item {
            background-color: #ffffff;
            padding: 10px 0px;
            border-radius: 4px;
            color: #254651;
            font-weight: bold;
            min-width: 270px;
            width: 33%;
        }

            footer .brand .item:hover {
                background-color: #254651;
            }

                footer .brand .item:hover a {
                    color: #ffffff;
                }

@media (max-width: 992px) {
    footer .brand, footer .time, footer .social-media {
        flex-direction: column;
        width: 100% !important;
        justify-content: center !important;
        text-align: center;
        gap: 10px !important;
    }

        footer .brand .item, footer .time .item, footer .social-media .item {
            width: 100%;
        }

    footer .social-media {
        gap: 20px !important;
    }

    footer .credit .container {
        flex-direction: column;
    }

        footer .credit .container p {
            margin-bottom: 10px;
        }
}

.subpage-title {
    text-align: center;
}

    .subpage-title .title {
        background-color: #f1f3f6;
        margin-bottom: 50px;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 130px;
    }

        .subpage-title .title h1, .subpage-title .title h2, .subpage-title .title h3, .subpage-title .title h4, .subpage-title .title h5, .subpage-title .title h6 {
            font-size: 32px;
            margin-bottom: 0;
        }

.employee-wrapper {
    padding: 70px 0;
}

    .employee-wrapper .container {
        margin-top: -50px;
    }

    .employee-wrapper .col-sm-4, .employee-wrapper .col-sm-3 {
        margin-bottom: 20px;
    }

    .employee-wrapper .box {
        background-color: #f1f3f6;
        overflow: hidden;
        border-radius: 8px;
        height: 100%;
        border: 1px solid transparent;
    }

        .employee-wrapper .box:hover {
            box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
            background-color: #ffffff;
            cursor: pointer;
            border: 1px solid #254651;
        }

        .employee-wrapper .box img {
            max-height: 270px;
            min-height: 270px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .employee-wrapper .box .info {
            padding: 20px;
        }

            .employee-wrapper .box .info h1, .employee-wrapper .box .info h2, .employee-wrapper .box .info h3, .employee-wrapper .box .info h4, .employee-wrapper .box .info h5, .employee-wrapper .box .info h6 {
                font-size: 22px;
                margin-bottom: 0;
            }

            .employee-wrapper .box .info p {
                font-size: 16px;
                margin-bottom: 10px;
            }

.webUl {
    display: block;
}

.phoneUl {
    display: none;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (max-width: 992px) {

    ul.webUl {
        display: none !important;
    }

    .phoneUl {
        display: block;
    }
    .nav {
        max-height: 100vh;
        overflow-y: auto;
        scroll-behavior: smooth;
    }

        .nav::-webkit-scrollbar {
            width: 6px;
        }

        .nav::-webkit-scrollbar-thumb {
            background-color: #ccc;
            border-radius: 3px;
        }

    header .nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        background: #254651;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1001;
        color: #fff;
        padding: 20px;
    }

        header .nav.open {
            right: 0; /* slide in from right */
            padding-top: 80px;
            padding-right: 0px;
            padding-left: 0px;
            width: 100%;
            height: 100vh !important;
        }

        header .nav #closeMenuBtn {
            width: 40px;
            height: 40px;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 25px;
            border-radius: 5px;
            background: none;
            border: none;
        }

    .close-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        background: none;
        border: none;
        color: #333;
        cursor: pointer;
        z-index: 1001;
    }

    header .nav ul {
        flex-direction: column;
    }

    .top-head .nav ul li a {
        border: 0;
        /*        color: #084D9D !important;*/
    }


    .top-head .nav ul li li {
        padding-left: 20px;
    }

    li.active {
        background: rgba(0, 0, 0, 0.2);
    }

    .top-head .bar ul {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

        .top-head .bar ul li {
            list-style-type: none;
            width: 100%;
        }

            .top-head .bar ul li a {
                min-width: 80px;
                display: block;
                padding: 1em 1em 1em 2em;
                color: #fff;
                text-decoration: none;
                font-size: 16px !important;
                border-left: 1px solid #fff;
            }

    .top-head .nav a {
        min-width: 80px;
        display: block;
        padding: 1em 1em 1em 2em;
        color: #fff;
        text-decoration: none;
        font-size: 16px !important;
        border-left: 1px solid #fff;
    }

    header .top-head .nav ul {
        display: flex;
        align-items: flex-start;
        gap: 0px;
    }

    header .top-head .header-action {
        display: flex;
        justify-content: space-between;
        width: 90px;
    }

    header .top-head .nav ul li > a {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }


    .top-head .nav ul li li {
        padding-left: 20px;
    }

    li.active {
        background: rgba(0, 0, 0, 0.2);
    }
    .top-head .nav .phoneUl a {
        min-width: 80px;
        display: block;
        padding: 1em 1em 1em 2em;
        color: #fff;
        text-decoration: none;
        font-size: 16px !important;
/*        border-left: 1px solid #fff;*/
    }
    .top-head .nav .phoneUl li {
        list-style-type: none;
        width: 100%;
        text-align: start;
    }
    i.ri-arrow-down-s-line {
        float: right !important;
    }

    i.SubNavExpand {
        float: right !important;
    }
}
.error {
    color: red;
}
.icookiebot-wrapper #cookieSettingsButton {
    display: none !important;
}
/*calender css */
.calander-wrapper {
    padding-bottom: 70px;
}

    .calander-wrapper .almanakkii .almanakkii-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .calander-wrapper .almanakkii .almanakkii-list .info {
            width: calc(100% - 65px);
        }

            .calander-wrapper .almanakkii .almanakkii-list .info p {
                margin: 0;
                font-size: 14px;
                color: #000;
            }

        .calander-wrapper .almanakkii .almanakkii-list .date {
            width: 55px;
            height: 55px;
            background-color: #254651;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            font-size: 14px;
        }

        .calander-wrapper .almanakkii .almanakkii-list .almanakkii-items {
            border: 1px solid #A5ADBA;
            border-radius: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px;
            margin-bottom: 20px;
        }

            .calander-wrapper .almanakkii .almanakkii-list .almanakkii-items:hover {
                background-color: #f1f3f6;
            }

    .calander-wrapper .class-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .calander-wrapper .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;
        }

            .calander-wrapper .class-list li a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
            }

            .calander-wrapper .class-list li:hover {
                border-color: #0C75B0;
            }

            .calander-wrapper .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;
            }

            .calander-wrapper .class-list li .class-info {
                display: flex;
                align-items: center;
                gap: 10px;
            }

                .calander-wrapper .class-list li .class-info .name {
                    color: #0C75B0;
                    font-size: 18px;
                }

                .calander-wrapper .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) {
    .calander-wrapper .col-sm-6 {
        margin-bottom: 20px;
    }

    .calander-wrapper .almanakkii .almanakkii-list .date {
        width: 55px;
    }

    .calander-wrapper .almanakkii .almanakkii-list .info {
        width: 100%;
    }

    .calander-wrapper .almanakkii .almanakkii-list .almanakkii-items {
        width: 100%;
    }

    .calander-wrapper .class-list li {
        width: 100%;
    }
}