﻿/* Remix Icon */
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
/* Bootstrap */
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
/* G font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/* Slick Slider */
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
/* Variables */
/* CSS Reset */
*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    /*position: relative;*/
    box-sizing: border-box;
    /*transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);*/
}

    *:focus {
        outline: none !important;
        box-shadow: none !important;
    }

::selection {
    background-color: #211a1a;
    color: #ffffff;
}


html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    color: #000000;
    font-size: 16px;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
    }
}

@media (max-width: 576px) {
    html, body {
        font-size: 13px !important;
    }
}

div, header, nav, footer, section, aside, article {
    display: block;
}

a {
    color: #202243;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #202243;
    }

p {
    color: #666666;
}

@media (max-width: 576px) {
    p {
        font-size: 13px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
    }

video {
    width: 100%;
}

svg {
    height: auto;
    /*width: 100%;*/
}

/* Components */
.title {
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Components */
.btn {
    background-color: #202243;
    min-width: 170px;
    color: #fff;
}

    .btn:hover {
        background-color: transparent;
        border: 1px solid #202243;
        color: #202243;
    }


/* Main CSS */
@media (max-width: 768px) and (min-width: 576px) {
    header .nav {
        padding-right: 15px !important;
    }
}

@media (max-width: 576px) {
    header .bar {
        justify-content: space-around !important;
    }

    header .logo {
        max-width: 100% !important;
        flex: 100% !important;
    }

    header .nav {
        max-width: 40% !important;
        flex: 40% !important;
        padding: 0 !important;
    }

        header .nav span {
            display: none;
        }

        header .nav .social {
            display: none;
        }
}



    header .logo img {
        max-width: 340px;
        width: 100%;
    }

header .nav {
    background-color: #202243;
    max-width: calc( 100% - 250px);
    flex: calc( 100% - 250px);
    padding-right: 200px;
    padding-left: 50px;
    min-height: 100px;
    display: flex;
    align-items: center;
}

    header .nav .social ul {
        display: flex;
        justify-content: flex-end;
    }

        header .nav .social ul li {
            margin-left: 15px;
        }

        header .nav .social ul a {
            color: #fff;
        }

        header .nav .social ul i {
            font-size: 24px;
            display: block;
        }

            header .nav .social ul i:hover {
                transform: scale(1.3);
            }

    header .nav .bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

header .bar span {
    margin-bottom: 0;
    color: #fff;
}

header .bar i {
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
}

header .bar .bar-item {
    display: flex;
    margin-bottom: 0;
    color: #fff;
    cursor: pointer;
    align-items: center;
}

header .nav .bar .bar-item img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
}

header .nav .bar .search {
    cursor: pointer;
}

@media (max-width: 576px) {
    .slider .arrow {
        width: 30px !important;
        height: 30px !important;
    }
}

.slider .carousel-caption {
    background: rgba(2, 85, 163, 0.6);
    right: 25%;
    left: 25%;
    padding: 15px;
}

    .slider .carousel-caption h1, .slider .carousel-caption h2, .slider .carousel-caption h3, .slider .carousel-caption h4, .slider .carousel-caption h5, .slider .carousel-caption p {
        margin-bottom: 0;
        font-weight: bold;
        color: #fff;
        font-size: 60px;
        text-align: center;
    }

.slider .arrow {
    opacity: 1 !important;
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #202243;
    bottom: 40px;
    top: auto;
}

    .slider .arrow:hover {
        background-color: #00BBE4;
        border-radius: 5px;
    }

.slider .carousel-control-prev {
    left: 15%;
}

.slider .carousel-control-next {
    right: 15%;
}

.news-wrapper {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .news-wrapper {
        padding: 50px 0;
    }

        .news-wrapper .news {
            margin-top: 50px;
        }
}

.news-wrapper .time-table {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px 15px;
}

    .news-wrapper .time-table .header {
        background-color: #202243;
        border-radius: 8px;
        padding: 20px;
    }

    .news-wrapper .time-table .title p {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .news-wrapper .time-table .arrow {
        display: flex;
    }

        .news-wrapper .time-table .arrow i {
            width: 30px;
            height: 30px;
            display: grid;
            place-content: center;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 4px;
            color: #fff;
            margin: 0 5px;
            cursor: pointer;
        }

            .news-wrapper .time-table .arrow i:hover {
                background-color: #fff;
                color: #202243 !important;
            }

.news-wrapper .news .news-slider {
    display: flex;
    margin-top: 30px;
}

    .news-wrapper .news .news-slider .link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .news-wrapper .news .news-slider .slick-arrow {
        position: absolute;
        top: -80px;
        z-index: 2;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        border: 0;
    }

    .news-wrapper .news .news-slider .slick-prev {
        right: 65px;
        opacity: 0;
    }

    .news-wrapper .news .news-slider .slick-next {
        right: 24px;
        opacity: 0;
    }

.news-wrapper .news .header {
    background-color: #202243;
    border-radius: 8px;
    padding: 20px;
}

.news-wrapper .news .title p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.news-wrapper .news .arrow {
    display: flex;
}

    .news-wrapper .news .arrow i {
        width: 30px;
        height: 30px;
        display: grid;
        place-content: center;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        color: #fff;
        margin: 0 5px;
        cursor: pointer;
    }

        .news-wrapper .news .arrow i:hover {
            background-color: #fff;
            color: #202243 !important;
        }

.met-wrapper {
    padding: 100px 0;
    background-image: url("../images/met-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .met-wrapper {
        padding: 50px 0;
    }

        .met-wrapper .time-table {
            margin-top: 50px;
        }
}

.met-wrapper .time-table {
    background-color: #f1f3f6;
    border-radius: 8px;
    padding-bottom: 10px;
}

    .met-wrapper .time-table .header {
        background-color: #202243;
        border-radius: 8px;
        padding: 20px;
    }

    .met-wrapper .time-table .title p {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0;
    }

    .met-wrapper .time-table .arrow {
        display: flex;
    }

        .met-wrapper .time-table .arrow i {
            width: 30px;
            height: 30px;
            display: grid;
            place-content: center;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 4px;
            color: #fff;
            margin: 0 5px;
            cursor: pointer;
        }

            .met-wrapper .time-table .arrow i:hover {
                background-color: #fff;
                color: #202243 !important;
            }

.met-wrapper .met-item .met-slider {
    margin-top: -50px;
}

    .met-wrapper .met-item .met-slider .caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        bottom: 0;
        padding: 10px;
        background: #202243;
        text-align: center;
    }

        .met-wrapper .met-item .met-slider .caption p {
            margin-bottom: 0;
            color: #000000;
            font-weight: bold;
        }

    .met-wrapper .met-item .met-slider .mets-item {
        overflow: hidden;
        border-radius: 8px;
        width: 100%;
        max-height: 400px;
        height: 100%;
        position: relative;
    }

.met-wrapper .met-item .header {
    background-color: #202243;
    border-radius: 8px;
    padding: 20px;
    z-index: 2;
}

.met-wrapper .met-item .title p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.met-wrapper .met-item .arrow {
    display: flex;
}

    .met-wrapper .met-item .arrow i {
        width: 30px;
        height: 30px;
        display: grid;
        place-content: center;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        color: #fff;
        margin: 0 5px;
        cursor: pointer;
    }

        .met-wrapper .met-item .arrow i:hover {
            background-color: #fff;
            color: #202243 !important;
        }







.gallery-wrapper {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .gallery-wrapper {
        padding: 50px 0;
    }

        .gallery-wrapper .items img {
            max-width: 100% !important;
        }

    .slider .arrow {
        width: 30px !important;
        height: 30px !important;
        padding: 4px;
    }
}

.gallery-wrapper .gallery-items {
    margin: 0 -20px;
    margin-top: 20px;
}

    .gallery-wrapper .gallery-items .slick-arrow {
        position: absolute;
        top: -70px;
        z-index: 2;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        border: 0;
    }

    .gallery-wrapper .gallery-items .slick-prev {
        right: 85px;
        opacity: 0;
    }

    .gallery-wrapper .gallery-items .slick-next {
        right: 45px;
        opacity: 0;
    }

.gallery-wrapper .items {
    margin: 0 20px;
    overflow: hidden;
}

    .gallery-wrapper .items img {
        max-width: 270px;
        max-height: 270px;
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

.gallery-wrapper .header {
    background-color: #202243;
    border-radius: 8px;
    padding: 15px 20px;
    z-index: 2;
}

.gallery-wrapper .title p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.gallery-wrapper .arrow {
    display: flex;
}

    .gallery-wrapper .arrow i {
        width: 30px;
        height: 30px;
        display: grid;
        place-content: center;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        color: #fff;
        margin: 0 5px;
        cursor: pointer;
    }

        .gallery-wrapper .arrow i:hover {
            background-color: #fff;
            color: #202243 !important;
        }

.parallax-wrapper {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url("../images/parralx-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index:0;
}

    .parallax-wrapper::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        background-color: #202243;
        opacity: .6;
    }



.content-wrapper {
    padding: 100px 0;
}

    .content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4 {
        margin-bottom: 20px;
        font-weight: bold;
    }

    .content-wrapper p {
        margin-bottom: 30px;
    }











    .main-content .catagory-list ul{
        margin-left: 15px;
        margin-right: 15px;
    }


.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.3;
        }

            .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: -31px;
                    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;
        }

        .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;
        height: 100%;
    }

@media (min-width: 315px) and (max-width: 992px) {
    .main-content .sidebar {
        display: none;
    }
}

.main-content .sidebar ul li {
    margin-bottom: 15px;
    list-style-type: none;
}

    .main-content .sidebar ul li:hover a, .main-content .sidebar ul li:hover span {
        background-color: #1C3F96;
        color: #fff;
    }

    .main-content .sidebar ul li a {
        background-color: #F1F3F6;
        padding: 10px;
        display: block;
    }

    .main-content .sidebar ul li.active a {
        background-color: #1C3F96;
        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;
        }








footer {
    background-color: #f1f3f6;
    padding-top: 50px;
}

@media (max-width: 576px) {
    footer .footer-box {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    footer .social {
        margin-top: 20px;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    footer .footer-box {
        flex-wrap: wrap;
        margin-top: 50px;
    }
}

footer .credit {
    text-align: center;
    padding: 10px;
    background-color: #fff;
}

    footer .credit img {
        width: 95px;
    }

footer .footer-box {
    display: flex;
    align-items: center;
}

    footer .footer-box .btn {
        min-width: 270px;
    }

    footer .footer-box .social ul {
        display: flex;
    }

    footer .footer-box .social li {
        margin: 0 10px;
    }

    footer .footer-box .social i {
        width: 40px;
        height: 40px;
        background-color: #202243;
        display: grid;
        place-content: center;
        color: #fff;
        font-size: 24px;
        border-radius: 4px;
    }

        footer .footer-box .social i:hover {
            transform: scale(1.3);
        }

footer .address {
    border-right: 1px solid #202243;
    padding-bottom: 20px;
}

    footer .address i {
        width: 40px;
        height: 40px;
        display: grid;
        place-content: center;
        background-color: #202243;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
    }

    footer .address .ri-map-pin-line {
        padding-top: 33px;
    }

    footer .address i:hover {
        transform: scale(1.3);
    }












.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 {
    margin-top: 0 !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

    .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: #202243;
    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: #202243;
        opacity: 0.95;
    }

.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;
    top: 18px;
    right: 33px;
    width: 24px;
    height: 24px;
    background: url(/Apps/Core/Content/Images/icon-close-white.svg) center no-repeat;
    z-index: 100;
}

    #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: #000;
        font-weight: bold;
    }

    .SearcchResult a {
        padding: 10px;
        line-height: 24px;
        color: #000;
    }

        .SearcchResult a:hover {
            transition: color 0.05s cubic-bezier(0.32, 0.01, 0, 1) 0.05s;
            color: #000;
            font-weight: bold;
        }

#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;
}


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
}

/*div[widgettype="TextWidget"] ol li::before {
        content: counter(li);
        color: #0C2E2D;
        display: inline-block;
        text-align: left;
        direction: rtl;
        background: none !important;
    }*/

.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;
    }

.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 {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
        padding: 20px;
    }

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.3;
    }

        .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 {
            left: -15px;
        }

    .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: #202243;
    border-radius: 1px;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
}

::-webkit-scrollbar {
    width: 7px;
}
/*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;
}

@media (min-width: 1440px) {
    .main-content #slides {
        width: calc(100% + 208px) !important;
    }
}

.main-content #slides img {
    object-fit: cover;
    max-height: 400px;
    height: 100%;
}

.header .title {
    margin-bottom: 0;
}

.parallax-wrapper p {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 36px !important;
    font-style: italic;
}

.parallax-wrapper .container {
    z-index: 3;
}

.subpage {
    padding: 20px;
    background-color: #f1f3f6;
}

    .subpage h1, .subpage h2, .subpage h3, .subpage h4, .subpage h5, .subpage h6 {
        margin-bottom: 0;
        font-size: 42px;
        font-weight: bold;
        color: #5B5B5B;
    }

.inner-content {
    padding: 30px 0;
    background-color: #f1f3f6;
}

@media (max-width: 576px) {
    .inner-content {
        padding: 50px 0;
    }

        .inner-content .sidebar {
            margin-top: 30px;
        }
}

.inner-content .sidebar .share {
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
}

    .inner-content .sidebar .share .date, .inner-content .sidebar .share .author {
        max-width: 100%;
        flex: 0 0 100%;
        background-color: #fff;
        margin: 5px 0;
        display: flex;
        justify-content: center;
        padding: 10px;
        border-radius: 4px;
    }

        .inner-content .sidebar .share .date p, .inner-content .sidebar .share .author p {
            margin-bottom: 0;
            font-weight: bold;
        }

        .inner-content .sidebar .share .date i, .inner-content .sidebar .share .author i {
            vertical-align: middle;
        }

    .inner-content .sidebar .share ul {
        display: flex;
        background-color: #fff;
        width: 100%;
        justify-content: space-around;
        border-radius: 4px;
        padding: 5px 10px;
    }

        .inner-content .sidebar .share ul i {
            color: #000000;
            font-size: 20px;
            display: block;
        }

            .inner-content .sidebar .share ul i:hover {
                transform: scale(1.6);
            }

.inner-content .sidebar .sidebar-item {
    background-color: #ffff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05)
}

    .inner-content .sidebar .sidebar-item .title {
        padding: 10px;
        border-bottom: 1px solid #000000;
        font-weight: bold;
        font-size: 24px;
    }

    .inner-content .sidebar .sidebar-item ul {
        padding: 10px;
        padding-left: 30px;
        padding-bottom: 100px;
    }

        .inner-content .sidebar .sidebar-item ul .has-menu {
            font-weight: bold;
        }

            .inner-content .sidebar .sidebar-item ul .has-menu ul {
                margin-left: 20px;
                margin-top: 10px;
            }

                .inner-content .sidebar .sidebar-item ul .has-menu ul::before {
                    position: absolute;
                    top: 0;
                    left: -35px;
                    content: '';
                    width: 1px;
                    height: 100%;
                    background-color: #000000;
                }

                .inner-content .sidebar .sidebar-item ul .has-menu ul li:hover {
                    transform: translateX(20px);
                }

            .inner-content .sidebar .sidebar-item ul .has-menu li {
                font-weight: 400;
            }

                .inner-content .sidebar .sidebar-item ul .has-menu li.active {
                    font-weight: bold;
                }

        .inner-content .sidebar .sidebar-item ul li {
            margin-bottom: 10px;
            position: relative;
        }

          

                .inner-content .sidebar .sidebar-item ul li:hover::before {
                }

                

            .inner-content .sidebar .sidebar-item ul li a {
                color: #000000;
                text-decoration: none;
            }
            .inner-content .sidebar .sidebar-item ul li a:hover {
                font-weight: bold;
            }

            .inner-content .sidebar .sidebar-item ul li::before {
                position: absolute;
                left: -20px;
                top: 12px;
                content: '';
                background-color: #000000;
                width: 12px;
                height: 2px;
            }

.inner-content .content{
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05)
}

.inner-content .content ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .inner-content .content ul li {
        margin-bottom: 5px;
    }

.inner-content .content .sidebar .sidebar-item ul li::before {
    position: absolute;
    left: -20px;
    top: 8px;
    content: '';
    background-color: #202243;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.inner-content .content .layout {
    margin-bottom: 20px;
    position: relative;
}

.inner-content .content .inner-thumb .author {
    position: absolute;
    width: max-content;
    padding: 10px;
    background-color: #202243;
    bottom: 20px;
    left: -20px;
    border-radius: 8px;
}

    .inner-content .content .inner-thumb .author p {
        margin-bottom: 0;
        font-weight: bold;
    }

    .inner-content .content .inner-thumb .author i {
        vertical-align: middle;
    }

.inner-content .content .inner-thumb::before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #202243;
    border-radius: 8px;
    z-index: -1;
}

.inner-content .content .inner-thumb img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Import all css */
/* animation */
[data-scroll] {
    transition: all 3.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Animation delay */
[animate-delay="1"] {
    transition-delay: 0.3s !important;
}

[animate-delay="2"] {
    transition-delay: 0.6s !important;
}

[animate-delay="3"] {
    transition-delay: 0.9s !important;
}

[animate-delay="4"] {
    transition-delay: 1.2s !important;
}

[animate-delay="5"] {
    transition-delay: 1.5s !important;
}

[animate-delay="6"] {
    transition-delay: 1.8s !important;
}

[animate-delay="7"] {
    transition-delay: 2s !important;
}

[animate-delay="8"] {
    transition-delay: 2.3s !important;
}

[animate-delay="9"] {
    transition-delay: 2.6s !important;
}

/* Animation class */
[data-scroll="in"].in-left {
    transform: translateX(0);
}

[data-scroll="out"].in-left {
    transform: translateX(-70px);
}

[data-scroll="in"].in-right {
    transform: translateX(0);
}

[data-scroll="out"].in-right {
    transform: translateX(70px);
}

[data-scroll="in"].in-bottom {
    transform: translateY(0);
}

[data-scroll="out"].in-bottom {
    transform: translateY(70px);
}

[data-scroll="in"].in-top {
    transform: translateY(0);
}

[data-scroll="out"].in-top {
    transform: translateY(-70px);
}

[data-scroll="in"].scale {
    transform: scale(1);
}

[data-scroll="out"].scale {
    transform: scale(0);
}

.first-element .in-top {
    animation: in-top 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.8s;
}

.first-element .in-right {
    animation: in-right 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.6s;
}

.first-element .in-left {
    animation: in-left 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.3s;
}

.first-element .in-bottom {
    animation: in-bottom 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.4s;
}

.first-element .scale {
    animation: scale 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes in-top {
    0% {
        transform: translateY(-70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes in-right {
    0% {
        transform: translateY(70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes in-left {
    0% {
        transform: translateX(-70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes in-bottom {
    0% {
        transform: translateY(70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes scale {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 576px) {
    [data-scroll="out"], [data-scroll="in"] {
        opacity: 1 !important;
        transform: scale(1) translateY(0) translateX(0) !important;
        transition: none !important;
    }
}

.primary-navigation {
    background-color: #202243 !important;
}

.st-menu ul li a {
    color: #000 !important;
    font-weight: 600 !important;
}

.primary-navigation .closeNav a {
    color: #000 !important;
}

.news-wrapper .bs4-new-slider {
    margin-top: 30px;
}

    .news-wrapper .bs4-new-slider .carousel-control-prev {
        left: auto !important;
        right: 40px !important;
    }

    .news-wrapper .bs4-new-slider .arrow {
        opacity: 1 !important;
        top: -80px;
        bottom: auto !important;
        width: 60px;
        height: 30px;
        z-index:0;
    }

    .news-wrapper .bs4-new-slider .link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .news-wrapper .bs4-new-slider .caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        bottom: 0;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 0 0 8px 8px;
    }

        .news-wrapper .bs4-new-slider .caption p {
            margin-bottom: 0;
            color: #fff;
        }

    .news-wrapper .bs4-new-slider img {
        border-radius: 8px;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 230px;
    }

@media (max-width: 768px) {
    .news-wrapper .bs4-new-slider .item {
        margin-bottom: 20px;
    }
    .news-wrapper .bs4-new-slider .col-sm-6 {
        max-width: 50%;
    }
}

.carousel-inner .item {
    position: relative;
}

.gallery-wrapper .gallery-item-new {
    margin-top: 20px;
}

    .gallery-wrapper .gallery-item-new .item img {
        max-width: 270px;
        max-height: 270px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        border-radius: 8px;
        min-height: 220px;
        height: 220px;
        object-fit: cover;
    }

    .gallery-wrapper .gallery-item-new .arrow {
        opacity: 1 !important;
        top: -70px;
        bottom: auto !important;
        width: 60px;
        height: 30px;
        z-index: 0;
    }

    .gallery-wrapper .gallery-item-new .carousel-control-prev {
        left: auto !important;
        right: 40px !important;
    }

.fc-button {
    background-color: #202243;
    border-color: #202243;
}
    .fc-button:hover, .fc-state-active {
        color: #fff;
        background-color: #202243;
        border-color: #202243;
    }
    .fc-button:not(:disabled):active, .fc-button:not(:disabled).fc-button-active {
        color: #fff;
        background-color: #202243;
        border-color: #202243;
    }

 
       
      .list-details .time-table.details .catagory ul a {
        background-color: #f1f3f6;
        display: block;
        padding: 3px 10px;
        border-radius: 4px;
      }