@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;0,400;0,500;0,900&display=swap');
@import url('all.min.css');
@import url('animate.min.css');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #f7f7f7;
    color: #000717;
    font-weight: 400;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 187px;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin-top: 0;
}

hr {
    border-top: 1px solid #ddd;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    list-style: none;
    padding: 0;
}


/*.row {
    display: flex;
}*/

.container {
    max-width: 1440px;
    width: 100%;
}


.d-flex {
    display: flex;
    align-items: center;
}

.strong {
    font-weight: 900;
    font-family: 'Heebo', sans-serif;
}

.bg-pink {
    background-color: #002e5b;
}

.bg-orange {
    background-color: #002e5b;
}

.bg-blue {
    background-color: #0355a5;
}

.bg-sky-blue {
    background-color: #0355a5;
}

.bg-light-blue {
    background-color: #002e5b;
}

.form-select {
    padding-right: 35px;
}

.text-orange {
    color: #ffc107;
}

header {
    height: auto;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    header .top-bar {
        width: 100%;
        background-color: #07294d;
        color: #fff;
        height: 50px;
        line-height: 50px;
    }

        header .top-bar * {
            z-index: 9;
        }

        header .top-bar .download-app,
        header .top-bar .top-dropdown {
            display: inline-flex;
            align-items: center;
            flex-direction: row;
        }

            header .top-bar .top-dropdown .form-control,
            header .top-bar .top-dropdown a.btn {
                height: auto;
                background-color: #fff;
                border: 2px solid #fff;
                border-radius: 10px;
                box-shadow: none;
                /* color: #795548; */
                font-size: 16px;
                padding: 4px 15px;
                width: 130px;
            }

            header .top-bar .top-dropdown .form-select option {
                color: #000;
            }

            header .top-bar .top-dropdown .form-select {
                /* background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E); */
            }

        header .top-bar .top-bg-orange {
            position: relative;
        }

            header .top-bar .top-bg-orange:before {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                width: 10000px;
                /* background-color: #fab82c; */
                bottom: 0;
                top: 0;
                border-top-left-radius: 25px;
                border-bottom-left-radius: 25px;
            }

    header .download-app {
        color: #FFFFFF;
    }

        header .download-app a {
            margin-left: 1em;
            color: #fff;
            font-size: 16px;
            font-weight: 300;
            display: block;
        }

            header .download-app a#Sendmail {
                margin-left: 0;
            }

        header .download-app .downld-text {
            display: none;
        }

        header .download-app a:hover i {
            transform: scale(1.2);
        }

        header .download-app a i {
            border: 2px dotted #ffffff;
            padding: 6px 8px;
            font-size: 15px;
            border-radius: 12px;
            color: #FFFFFF;
            margin-right: 10px;
        }

            header .download-app a i.fa-apple {
                font-size: 19px;
            }

    header .top-dropdown * {
        margin-left: 10px;
        vertical-align: middle;
    }

    header .top-bar-two {
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
    }

    header .top-bar-two-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .top-bar-two .logo,
    header .top-bar-two .logo img {
        transition: all 300ms ease;
        position: relative;
        height: 56px;
    }

    header .top-boxes {
        display: flex;
        justify-content: flex-end;
    }

        header .top-boxes .top-box {
            display: flex;
            align-items: center;
            margin-left: 5%;
        }

        header .top-boxes a {
            color: #000717;
            transition: all 300ms ease;
        }

            header .top-boxes a:hover {
                color: #795548;
            }

        header .top-boxes i {
            border: 2px dotted #f7a800;
            padding: 6px 8px;
            font-size: 15px;
            border-radius: 12px;
            color: #f7a800;
            margin-right: 10px;
        }



.social-icons {
    margin: 0;
    display: flex;
    justify-content: center;
}

    .social-icons ul {
        margin-right: 15px
    }

    .social-icons li a {
        width: 35px;
        line-height: 35px;
        font-size: 20px;
        color: #fbc300;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        margin-right: 10px;
    }

        .social-icons li a:hover {
            background-color: #ffc600;
            color: #021d3a;
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
        }

#Menu1 a.popout {
    background-image: none !important;
}

    #Menu1 a.popout:after {
        content: '\f078';
        font-family: "Font Awesome 5 Pro";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-size: 13px;
        margin-left: 5px
    }

header.minHeader .top-bar-two .logo img {
    height: 56px;
    padding-top: 6px;
}





.main-nav {
    background-color: #f5f5f5;
    box-shadow: 0 5px 7px 0px rgb(0 0 0 / 5%);
    /* border: 1px solid #eee; */
    border-top: 0;
}

    .main-nav .logo img {
        width: 160px;
        position: relative;
        top: 10px;
    }

    .main-nav nav {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 200ms ease;
    }

        .main-nav nav ul {
            margin-bottom: 0;
        }

            .main-nav nav ul li {
                display: inline-block;
                padding: 0 0px;
            }

        .main-nav nav > ul > li:nth-child(1) {
            padding-left: 0;
        }

        .main-nav nav ul li a {
            color: #222;
            display: block;
            padding: 0 20px !important;
            transition: 300ms;
            height: 60px;
            line-height: 60px;
            position: relative;
        }

            .main-nav nav ul li a:hover,
            .main-nav nav ul li a:focus {
                color: #ff6219;
                outline: 0;
            }

            /*.main-nav nav ul li a:hover,
.main-nav nav ul li a.active{
  color: #ffe000;
}*/
            .main-nav nav ul li a:before {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 0;
                transition: all 300ms ease;
                background-color: #fab82c;
            }

        .main-nav nav > ul > li > a:hover,
        .main-nav nav > ul > li > a.active {
            color: #fab82c;
        }

            .main-nav nav > ul > li > a:hover:before,
            .main-nav nav > ul > li > a.active:before {
                height: 3px;
            }

        .main-nav nav ul ul {
            position: absolute;
            top: 95px;
            opacity: 0;
            visibility: hidden;
            width: 250px;
            background-color: #ffffff;
            padding: 0;
            border-radius: 5px;
            box-shadow: 0 2px 20px 0px rgb(0 0 0 / 16%);
            z-index: 99;
            padding-top: 10px;
            overflow: hidden;
        }

        .main-nav nav ul li:hover > ul {
            top: 80px;
            opacity: 1;
            visibility: visible;
            transition: .3s linear;
        }

        .main-nav nav ul ul li {
            /* width: 150px; */
            display: list-item;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 51px;
            border: 1px solid #eee;
            margin-top: -1px;
        }

            .main-nav nav ul ul li a {
                line-height: inherit;
                height: inherit;
            }

.mobile-arrow {
    color: #fff;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    display1: none;
}

.main-nav nav ul ul ul {
    border-top: none;
}

    .main-nav nav ul ul ul li {
        position: relative;
        top: -70px;
        left: 150px;
    }

.main-nav nav ul ul li a i {
    margin-left: 45px;
}

.main-nav .donate-btn {
    margin-left: 45px;
}

.box-section a img {
    width: 100%;
    height: 100%;
    MAX-HEIGHT: inherit;
}

.banner-section .card {
    height: 100%;
    justify-content: center;
    padding: 0;
}

.owl-carousel .owl-stage-outer {
}

.box-section a {
    display: block;
    /* width: 100%;
    height: 100%;      position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;*/
}


.activity-counts {
    background-color: #e9e9e9;
    margin: 20px 0px 0px 0px;
    overflow: hidden;
    border-bottom: 1px solid #fab82c;
}

.count-box-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    /*   border-bottom-right-radius: 15px;*/
    box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 25%);
    background-color: #eee;
    float: left;
}

    .count-box-one:before {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        bottom: 0;
        width: 10000px;
        background-color: #eee;
        top: 0;
    }

.count-box {
    text-align: center;
    width: 33.33%;
    padding: 10px 0 12px;
}

.count-icon {
    color: #fab82c;
    font-size: 30px;
}

.count-number {
    font-size: 22px;
    /* font-weight: 300; */
    margin-bottom: 5px;
    /* font-weight: lighter; */
}

.count-number-heading {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    font-weight: 600;
    color: #053268;
}

.count-text {
    /* font-size: 15px; */
    /* font-weight: bold; */
    /* color: #000; */
    text-transform: uppercase;
}

    .count-text i {
        margin-right: 6px;
        color: #f7a800;
        font-size: 22px;
        position: relative;
        top: 2px;
    }

    .count-text span {
        text-transform: uppercase;
    }

.count-box.count-cost .count-number {
    /* color: #569900; */
    /* line-height: 25px; */
}

.count-box.count-cost .count-icon {
    color: #569900;
}


.count-box-two {
    display: flex;
    justify-content: center;
    width: 20%;
    flex-direction: column;
    text-align: center;
}

    .count-box-two .text-white-black {
        font-size: 20px;
        font-family: 'Heebo', sans-serif;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .count-box-two .text-white-black span {
            color: #fff;
            font-size: 30px;
            min-width: 50px;
            text-align: right;
            margin-right: 5px;
        }

    .count-box-two .count-text {
        font-size: 14px;
    }

        .count-box-two .count-text .fal {
        }




/*All projects count*/
.allprojectsactivity-counts {
    background-color: #0355a5;
    margin-bottom: 1.5em;
    padding: 0.5em;
    border-bottom: 1px solid #fab82c;
}

.allprojectscount-box {
    text-align: center;
    width: 33.33%;
    padding: 10px 0 12px;
}

.allprojectscount-box-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    float: left;
}

.allprojectscount-text {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    color: #ffffff;
}

    .allprojectscount-text span {
        color: #ffc107;
    }

    .allprojectscount-text i {
        margin-right: 8px;
        color: #ff9800;
        font-size: 18px;
        position: relative;
        top: 2px;
        width: 30px;
        text-align: center;
    }

.allprojectscount-number {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #ff8d00;
}

.allprojectscount-text1 {
    color: #ffffff;
}

.allprojectscount-text1 {
    font-size: 16px;
    color: #fab82c;
    text-transform: uppercase;
    font-weight: 600;
}

.allprojectscount-box1 {
}

.count-text1 {
    font-size: 16px;
    color: #0015af;
    text-transform: uppercase;
    font-weight: 600;
}

.count-box1 {
    text-align: center;
    width: 20%;
    padding: 10px 0 12px;
}

/*end all projects count*/


/* #MainContent_div_search .input-group input {
        height: 45px
    }
*/

#teachers-page input[type="submit"] {
    border-left: 1px solid #ccc;
}

.You-makelike {
    background-color: transparent !important;
}

/**Event Section**/
.card {
    margin-bottom: 1em;
    background-color: #ffffff;
    padding: 20px 10px;
    /* box-shadow: 0 4px 13px 0px rgb(0 0 0 / 5%); */
    border-radius: 10px;
    transition: all 300ms ease;
}

.box-section .card {
    padding: 0;
}

.card .img {
    margin-bottom: 10px;
    height: 165px;
}

.events-section .d-flex {
    align-items: start;
}

.events-section {
    padding: 15px 0px 15px 0px;
}

    .events-section .card {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .events-section .event-pipes {
        /* display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 20px;*/
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .events-section .event-pipes > div {
        }

        .events-section .event-pipes a {
            color: #fff;
            /* background-color: #fff; */
            margin-bottom: 0;
            /* height: 219px; */
            width: 200px;
            margin: 5px;
            display: flex;
            align-items: center;
            padding: 10px 12px;
            border-radius: 15px;
            height: 60px;
            font-size: 16px;
            text-align: left;
            flex-direction: row;
            line-height: 18px;
        }

            .events-section .event-pipes a i.fal {
                /* margin-bottom: 30px; */
                /* width: 65px; */
                text-align: center;
                font-size: 20px;
                color: #ffffff;
                margin-right: 10px;
            }

            .events-section .event-pipes a i.fa-chevron-right {
                margin-left: auto;
                margin-right: 0;
            }
/*Animation*/

.button__wrapper {
    display: inline-block;
    max-width: 700px;
    margin: auto;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.button-pulse a {
    background: var(--bg-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    line-height: 65px;
    font-weight: 400;
    color: #005b91;
}

    .button-pulse a strong,
    .club-counter-holder .count-box .count-text,
    ul.area-focus-info .card-title {
        font-weight: 700
    }

.pulsing {
    width: 99%;
    height: 99%;
    border-radius: 50px;
    z-index: 1
}

    .pulsing:after,
    .pulsing:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0;
        left: 0;
        z-index: 0;
        background: #61d3ff;
        border-radius: inherit;
        animation: 2.5s linear infinite pulsing
    }

    .pulsing:after {
        animation: 2.5s linear infinite pulsing1
    }

@keyframes pulsing {
    0% {
        opacity: 1;
        transform: scaleY(1) scaleX(1)
    }

    20% {
        opacity: .5
    }

    70% {
        opacity: .2;
        transform: scaleY(1.8) scaleX(1.3)
    }

    80% {
        opacity: 0;
        transform: scaleY(1.8) scaleX(1.3)
    }

    90% {
        opacity: 0;
        transform: scaleY(1) scaleX(1)
    }
}

@keyframes pulsing1 {
    0% {
        opacity: 1;
        transform: scaleY(1) scaleX(1)
    }

    20% {
        opacity: .5
    }

    70% {
        opacity: .2;
        transform: scaleY(1.3) scaleX(1.2)
    }

    80% {
        opacity: 0;
        transform: scaleY(1.3) scaleX(1.2)
    }

    90% {
        opacity: 0;
        transform: scaleY(1) scaleX(1)
    }
}
/*--//--Animation*/

/*Othermodules*/
.club-modules.events-section {
}

    .club-modules.events-section .event-pipes a {
        background-color: #fff;
        color: #333;
        width: 250px;
        justify-content: center;
        box-shadow: 1px 1px 1px 1px #eee;
        border: 1px solid #0355a5;
        transition: all .2s ease-in-out;
    }

        .club-modules.events-section .event-pipes a:hover {
            transform: scale(1.1);
            margin: 0px 17px;
        }

        .club-modules.events-section .event-pipes a .fal {
            color: #0355a5;
        }
/*--//--Othermodules*/


.card-boxes {
    width: calc(100% - 450px);
}

.map-box {
    width: 450px;
}

.club-meeting h2 {
    font-weight: 300;
    margin-top: 5px;
    text-align: center;
}

    .club-meeting h2 span {
        color: #0355a5;
        font-weight: 900;
        margin-right: 10px;
    }

.text-icon {
    display: flex;
    align-items: center;
    /* margin-left: 8%; */
    /* margin-bottom: 10px; */
    text-align: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

    .text-icon i {
        /* border: 2px dotted #fab82c; */
        /* padding: 6px; */
        font-size: 20px;
        border-radius: 12px;
        color: #f7a800;
        /* margin-right: 15px; */
        width: 40px;
        margin-left: 15px;
    }

    .text-icon p {
        text-align: left;
        text-transform: capitalize;
        margin: 0;
        font-size: 16px;
        margin-left: 5px;
    }

        .text-icon p.meeting-day-time {
        }


.advt-block {
    padding: 0;
    overflow: hidden;
    border: 1px solid #fab82c;
}

    .advt-block img {
        width: 100%;
        height: 100%;
    }



/**Club Members**/
.title {
    color: #000000;
    font-weight: 500;
}


.club-members {
    background-color: #eee;
    padding: 20px 0 20px;
    margin: 0;
}

    .club-members .row {
        align-items: center;
        display: flex;
    }

    .club-members .dignitaries h2 {
        border-left: 5px solid;
        padding-left: 15px;
        color: #ffc107;
        font-weight: bold;
    }

    .club-members .dignitaries span {
        color: #fff;
        font-weight: 400;
        font-size: 19px;
        position: relative;
        bottom: -4px;
        display: block;
        /* clear: both; */
        line-height: 1.2;
    }

.member-profile-box {
    background-color: #f3f3f3;
    border: 1px solid #eee;
    box-shadow: 0 3px 3px 0px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
    flex-direction: row;
}

    .member-profile-box .member-pic {
        border-radius: 50%;
        overflow: hidden;
        height: 190px;
        width: 190px;
        box-shadow: 2px 5px 0px 0px #fecc00;
    }

        .member-profile-box .member-pic img {
            height: 100%;
        }

    .member-profile-box .member-profile {
        text-align: left;
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 8px 0;
        width: calc(100% - 200px);
    }

        .member-profile-box .member-profile .member-name h2 {
            font-weight: 300;
            border-bottom: 1px solid #fab82c;
            padding-bottom: 5px;
            font-size: 28px;
        }

            .member-profile-box .member-profile .member-name h2 a {
                color: #000717;
            }

        .member-profile-box .member-profile .member-name .member-post {
            color: #808080;
            font-size: 14px;
        }

        .member-profile-box .member-profile .member-profile-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .member-profile-box .member-profile .member-profile-footer .member-social-links a {
                color: #fab82c;
                margin-right: 15px;
            }

            .member-profile-box .member-profile .member-profile-footer .member-know-more {
                font-size: 14px;
            }

                .member-profile-box .member-profile .member-profile-footer .member-know-more:hover {
                }



.member-text h2 {
    color: #036;
    font-size: 25px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    text-transform: uppercase;
    font-weight: lighter;
}


.member-text span {
    font-size: 25px;
    color: #036;
    font-weight: 700;
}


/**Inner Banner**/
#page-banner {
    background-image: url(../img/inner-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
    text-align: left;
    background-color: #000000;
    margin-bottom: 18px;
}


.page-banner-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .page-banner-cont h2 {
        color: #fff;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-weight: 300;
    }


    .page-banner-cont nav {
        display: none;
    }

/*project details*/
.categories-sub-categoris {
}

    .categories-sub-categoris span {
        position: relative;
        display: block;
        margin-left: 25px;
        margin-bottom: 5px;
    }

        .categories-sub-categoris span.sub-cat {
        }

        .categories-sub-categoris span.sub-to-cat {
            margin-left: 45px;
        }

            .categories-sub-categoris span.sub-cat:before,
            .categories-sub-categoris span.sub-to-cat:before {
                content: '\f111';
                font-weight: 900;
                position: absolute;
                left: -20px;
                font-family: "Font Awesome 5 Pro";
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                top: 49%;
                transform: translateY(-50%);
                font-size: 12px;
            }

            .categories-sub-categoris span.sub-to-cat:before {
                font-weight: normal;
            }

        .categories-sub-categoris span:empty {
            display: none;
        }

/*Projects*/
.projects-wrapper h3 {
    margin-bottom: 40px;
}

.projects-wrapper .projects-count {
}

.projects-wrapper .count-value {
    display: block;
    width: 50px;
    height: 48px;
    background-color: #ffe000;
    border-radius: 50%;
    margin: 0 auto 10px;
    line-height: 48px;
    font-size: 20px;
}

.projects-wrapper {
    margin-bottom: 35px;
}

    .projects-wrapper .projects-txt {
    }

.ui-autocomplete {
    background-color: #eee;
    padding: 20px;
    width: 455px;
    height: 500px;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px 2px #00000012;
}

.menu-bar {
    display: none;
}

.event-cont .col-lg-2 .btn {
    padding: 0.5rem 1rem !important;
    height: 31px !important;
    margin-top: 4px !important;
}

.single-event-list .event-cont a {
    margin-right: 10px !important;
    margin-top: 4px !important;
}





/*Calendar*/

.myCalendar {
    width: 100%;
    border: none !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

    .myCalendar a {
        text-decoration: none
    }

    .myCalendar tr td.circle a {
    }

    .myCalendar .myCalendarTitle {
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        background-color: #00577e;
        color: #fff;
        border: none !important
    }

    .myCalendar .myCalendarNextPrev {
        text-align: center
    }

        .myCalendar .myCalendarNextPrev a {
            font-size: 1px
        }

        .myCalendar .myCalendarNextPrev:nth-child(1) a {
            color: #4ccaef !important;
            background: url(../images/la.png) no-repeat center center
        }

            .myCalendar .myCalendarNextPrev:nth-child(1) a:hover,
            .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
                background-color: transparent
            }

        .myCalendar .myCalendarNextPrev:nth-child(3) a {
            color: #4ccaef !important;
            background: url(../images/ra.png) no-repeat center center
        }

        .myCalendar .myCalendarDay a,
        .myCalendar .myCalendarDayHeader a,
        .myCalendar .myCalendarNextPrev a,
        .myCalendar .myCalendarSelector a {
            display: block;
            line-height: 20px
        }

    .myCalendar .myCalendarToday {
        background-color: #f2f2f2;
        /* height: 16px; */
    }

    .myCalendar tr td,
    .myCalendar tr th {
        font-size: 14px;
        text-align: center;
        border: 1px solid #dbdbdb;
        padding: 0.8em;
        position: relative;
    }

    .myCalendar > tbody > tr:nth-child(1) td {
        background-color: transparent !important;
        padding: 0;
        border: 0;
    }

.myCalendarTitle tr td {
    padding: 1em 0 !important;
}

.myCalendar .myCalendarToday a {
    color: #25bae5 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}



    .myCalendar .myCalendarToday a:after {
        content: "TODAY";
        color: #000;
        font-size: .5em;
        display: inline-block;
        pointer-events: none;
        width: 100%;
        float: left
    }

.circle {
    /* background: #07294d; */
    border: 1px solid #ccc;
    font-size: 1.5em;
}

#cal-spn {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
}

#cal-bday, #cal-anniversary, #cal-events {
    margin-bottom: 5px;
    display: block;
}

    #cal-bday::after, #cal-anniversary::after, #cal-events::after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

    #cal-bday::after {
        background-color: #4caf50;
    }

    #cal-anniversary::after {
        background-color: #ff5722;
    }

    #cal-events::after {
        background-color: #2196f3;
    }


.title-bday {
    color: #4caf50;
}

.title-anniversary {
    color: #ff5722;
}

.title-events {
    color: #2196f3;
}

.scrol1 {
    height: 400px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

    .scrol1 ol {
        list-style-type: none;
    }

.style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.style-4::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #15519c;
    border: 2px solid #15519c
}


.cal {
    font-size: 16px;
    color: #949494
}

.cal1 {
    margin-top: 20px
}



.app:after {
    content: "";
    display: table;
    clear: both
}

/*.cont{
    margin-bottom:10px;
    padding:0px;
}

.cal1 {
    font-size: 15px;
    color: #9b7303;
    margin-top: 20px;
   
}*/
/*Calender End*/




/*Newsletter*/
.pbox1 {
    padding: 12px;
    font-size: 17px;
    border: 1px solid #e1e1e1;
    font-weight: 700;
}

    .pbox1 a {
        color: #036;
    }
/*Upcoming Event*/
.upEvents {
    padding: 0;
    overflow: hidden;
}

    .upEvents .card {
    }

    .upEvents .card-body {
        height: 150px;
    }

    .upEvents .card-text {
    }

    .upEvents .card-footer {
        height: 160px;
    }

        .upEvents .card-footer a {
            padding: 0.2rem 0.8rem;
        }

        .upEvents .card-footer .card-text {
        }

    .upEvents .single-lightbox {
        height: 250px;
        border-radius: 0;
        background-color: #ccc;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
    }

        .upEvents .single-lightbox a {
            display: block;
            width: 100%;
            height: 100%;
        }

    .upEvents .event-description {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*Activities*/
.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activities-list .card {
    padding: 0;
    margin-bottom: 0px;
    position: relative;
}

    .activities-list .card a {
        transition: all 200ms ease;
    }

    .activities-list .card:hover a {
        transform: scale(1.1);
        box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, .30) !important;
    }

    .activities-list .card .card-footer {
        padding: 1em 2em !important;
        background-color: transparent;
    }

        .activities-list .card .card-footer i {
            color: #ffc107;
        }

    .activities-list .card .card-body {
        height: 106px
    }

    .activities-list .card .card-img {
        height: 250px;
        position: relative;
        overflow: hidden;
        background-color: #ffc107;
        position: relative;
        overflow: hidden;
        background-color: #ffc107;
        background-size: cover;
        background-position: top center;
    }

        .activities-list .card .card-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }


    .activities-list .card .card-text {
        height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .activities-list .card .card-text * {
            font-size: 14px !important;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }


.activities-loop {
    display: flex !important;
    width: inherit !important;
    flex-wrap: wrap;
}

    .activities-loop .card {
        margin-bottom: 0;
    }

.card-holder .leader-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 2px 5px 0px 0px #fecc00;
    margin-top: 0;
}

    .card-holder .leader-img img {
        width: 120px;
        height: 120px;
    }

.card-holder .title {
    text-align: center;
}

.activities-loop.fix-height .card {
    height: 300px;
    justify-content: center;
    text-align: center;
}

.share-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.share-text {
    position: relative;
    height: 25px;
    width: 70px;
}

    .share-text .btn {
        position: absolute;
        bottom: -20px;
        display: none;
        padding: 0;
        text-align: left;
        color: #2196f3;
        font-size: 12px;
        left: 50%;
        margin-left: -30px;
    }

        .share-text .btn:hover {
            transform: scale(1);
        }

    .share-text:hover .btn {
        display: block;
    }

    .share-text #div_copied {
        position: absolute;
        bottom: -55px;
        background-color: #eee;
        padding: 2px 8px;
    }


.act-detail-wrapper {
}

    .act-detail-wrapper .act-det-header {
    }

        .act-detail-wrapper .act-det-header h4 {
        }

    .act-detail-wrapper .act-category h4 {
        margin-bottom: 0;
    }

    .act-detail-wrapper .fal {
        margin-right: 10px;
    }

.act-detail-sidebar {
    margin-bottom: 30px;
}


    .act-detail-sidebar .sidebar-title {
        font-size: 18px;
    }

        .act-detail-sidebar .sidebar-title .fal {
            width: 35px;
            margin: 0;
            font-size: 20px;
            text-align: center;
            color: #ffc107;
        }

    .act-detail-sidebar .sidebar-desc {
        margin-left: 40px;
    }


.act-gallery {
    display: flex;
}

    .act-gallery > span {
        height: 200px;
        position: relative;
        overflow: hidden;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
        width: 20%;
        transition: all 300ms ease;
    }

        .act-gallery > span a {
            display: block;
            height: 100%;
            background-size: cover;
            background-position: top;
        }

            .act-gallery > span a img {
                display: block;
                height: 100%;
            }

        .act-gallery > span:hover {
            transform: scale(1.1);
            z-index: 1;
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, .45) !important;
        }

        .act-gallery > span br {
            display: none;
        }

.chapterName {
    position: absolute;
    top: 0;
    left: 3em;
    font-size: 20px;
    background-color: #ffb100;
    color: #fff;
    padding: 6px 12px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.act-chapter {
    position: absolute;
    bottom: 0;
    background-color: #ffb100;
    padding: 4px 10px;
    color: #fff;
}

.no-data-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.currently-loading {
    background-image: url(../../images/rolling.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/*SHARE */
.div-share {
    float: right;
    position: relative;
    float: right;
    position: relative;
    border: 1px solid #2196f3;
    padding: 0 9px;
    box-shadow: var(--bs-box-shadow);
    background-color: #ffffff;
    border-radius: 5px;
    color: #2d3383;
    margin-bottom: 20px;
}

    .div-share:hover #sidebar {
        display: -webkit-inline-box;
    }

#sidebar {
    position: sticky;
    left: 0px;
    display: -webkit-inline-box;
    flex-direction: column;
    /*background-color: #fff;*/
    padding: 6px 6px;
    border-radius: 5px;
    top: 30px;
    z-index: 9;
}

    /*#sidebar a {
        color: #2196f3;
        display: block;
        padding: 0px 2px;
        height: 35px;
        line-height: 40px;
        cursor: pointer;
        margin: 0px 0px 0px 0;
        position: relative;
        text-align: center;
    }

*/

    #sidebar a {
        color: #2d3383;
        background-color: #fff;
        padding: 7px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 19px;
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        margin: 0px 0px 0px 0px;
        position: relative;
        text-align: center;
    }

        #sidebar a i {
            font-size: 25px;
        }

#div_copied {
    position: absolute;
    z-index: 9999;
    right: 100%;
    top: -1px;
    margin-right: 10px;
    background-color: #222;
    padding: 0px 8px;
    border-radius: 7px;
    color: #f3f3f3;
}

/*/END / SHARE*/

.modal-body .entimg1 .card-img {
    height: 560px;
    border-radius: 10px;
    background-color: #f4f6f9;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
}

.modal-body .single-lightbox a {
    display: block;
    width: 100%;
    height: 100%;
}

.evt-tle {
    font-size: 26px;
    font-weight: bold;
}

.modal-body .entimg1 .evtimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


/*.modal-body .entimg1 {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

    .modal-body .entimg1 .card-img .evtimg img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        justify-content: center;*/ /* Ensures the image keeps its aspect ratio */
/*position: relative;
    }*/
.entdes {
    font-size: 16px;
    text-align: justify;
    padding: 10px 10px 10px 0px;
    border-bottom: solid 1px #ccc;
}

/**Responsive**/
@media only screen and (max-width: 1199px) {


    .dignitaries {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {

    .allprojectscount-box-one {
        flex-wrap: wrap;
    }

        .allprojectscount-box-one .count-box {
            text-align: left;
        }

    .map-box,
    .card-boxes {
        width: 100%;
    }

    .evt-tle {
        font-size: 18px;
        font-weight: bold;
    }




    .activities-loop span {
        width: 50%;
    }

    .main-nav .logo img {
        width: 120px;
        top: 5px;
    }

    header {
        height: 72px;
    }

    .menu-bar {
        display: block;
        z-index: 10;
        color: #9f9f9f;
    }


        .menu-bar input {
            display: none;
        }

    .main-nav nav {
        position: fixed;
        margin-left: -320px;
        top: 0;
        bottom: 0;
        background-color: #000;
        left: 0;
        width: -320px;
        transition: all 200ms ease-in-out;
        overflow-y: scroll;
        /* margin-top: 198px; */
        flex-direction: column;
        padding-top: 80px;
        z-index: 9;
    }


    .main-nav.toggleNav nav {
        margin-left: 0;
        width: 100%;
    }

        .main-nav.toggleNav nav div {
            width: 100%;
        }

    .main-nav nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin-top: 50px!important; */
    }

        .main-nav nav ul li {
            display: block;
        }

            .main-nav nav ul li a {
                color: #fff;
            }



    .main-nav nav > ul > li > a:hover:before,
    .main-nav nav > ul > li > a.active:before {
        background-color: #2b2a29;
    }

    .main-nav nav ul li a:before {
        bottom: 0;
    }

    .main-nav nav ul ul {
        justify-content: center;
        align-content: center;
        width: 100%;
        top: 0 !important;
        /* height: 50vh; */
        opacity: 1;
        visibility: visible;
        position: relative !important;
        display: block !important;
    }

        .main-nav nav ul ul li a {
            color: #333333;
        }

    header .top-bar .top-bg-orange {
    }

    header .download-app a {
        margin-left: 0;
    }

    .welcome-txt {
        display: none;
    }

    .download-app .downld-text {
        display: none;
    }

    .download-app span {
        display: none;
    }

    .top-form-inputs {
    }

    header .top-boxes {
        display: none;
    }

    header .top-bar-two-inner {
        display: block;
    }

    header #div_Upperlogo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    body {
        padding-top: 127px;
    }

    .activity-counts .container {
        flex-wrap: wrap;
    }

    .activity-counts .count-box-one {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        box-shadow: none
    }

    .activity-counts .count-box-two {
        justify-content: space-evenly;
        width: 100%;
        flex-direction: row;
        margin: 35px 0 25px 0;
    }

    .events-section .d-flex {
        flex-direction: column;
    }

    .events-section {
        padding-bottom: 15px;
    }

        .events-section .card {
            height: auto;
        }

    .text-icon {
        margin-left: 0;
    }

    .events-section .event-pipes a {
        /* font-size: 20px; */
        width: 47%;
    }
}

@media only screen and (max-width: 767px) {
    .events-section .event-pipes a {
        width: 100%;
    }

    .activities-loop span {
        width: 100%;
    }

    .evt-tle {
        font-size: 18px;
        font-weight: bold;
    }

    .allprojectsactivity-counts {
        margin-bottom: 1em;
    }

    .allprojectscount-box-one {
    }

        .allprojectscount-box-one .count-box {
            width: 100%;
            margin: 0;
        }

    .main-slider.slider-active {
        margin-bottom: 1em;
    }

    /**Count Boxes**/
    #counter-part .container {
        padding: 0;
    }

    .act-gallery {
        flex-direction: column;
    }

        .act-gallery > span {
            width: 100%;
        }
}

@media (max-width: 575px) {
    .member-profile-box {
        align-items: center;
        flex-direction: column;
    }

    .evt-tle {
        font-size: 18px;
        font-weight: bold;
    }

        .member-profile-box .member-profile {
            width: 100%;
            margin: 0;
            text-align: center;
            padding: 0;
            margin-top: 20px;
        }

            .member-profile-box .member-profile .member-profile-footer {
                margin-top: 15px;
            }

            .member-profile-box .member-profile .member-name h2 {
                font-size: 20px;
            }

    .activity-counts .count-box-one {
        display: flex;
        flex-direction: column;
    }

    .count-box {
        padding-bottom: 0;
        width: 100%;
        margin-bottom: 1.5em;
    }


    header .top-bar .top-dropdown .form-control {
        padding: 4px 10px;
    }

    header .top-bar .top-dropdown .form-control,
    header .top-bar .top-dropdown a.btn {
        width: 110px;
        font-size: 14px;
    }



    .box-section .card {
        height: auto;
    }

    .member-profile-box .member-profile .member-profile-footer {
        justify-content: center;
    }
}
