@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.css');

body {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    background-color: #f1f1f1;
    color: #000717;
    font-weight: 400;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 156px;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin-top: 0;
}

hr {
    border-top: 1px solid #858585;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

.fa-hands-heart:before {
    content: "\f1da";
}

/*.row {
    display: flex;
}*/

.container {
    max-width: 1440px;
    width: 100%;
}


.d-flex {
    display: flex;
    align-items: center;
}

.strong {
    font-weight: 900;
}

.bg-pink {
    background-color: #e91e63 !important;
}

.bg-orange {
    background-color: #064ba5 !important;
}

.bg-blue {
    background-color: #0033a0 !important;
}

.bg-sky-blue {
    background-color: #00aeef !important;
}

.form-select {
    padding-right: 35px;
    /* 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 {
    height: auto;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header .top-bar {
    width: 100%;
    background: #efefef;
    background: -moz-linear-gradient(left, #a4b357 0%, #75890c 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #a4b357), color-stop(100%, #75890c));
    /* background: -webkit-linear-gradient(left, #a4b357 0%, #75890c 100%); */
    background: -o-linear-gradient(left, #a4b357 0%, #75890c 100%);
    background: -ms-linear-gradient(left, #a4b357 0%, #75890c 100%);
    /* background: linear-gradient(to right, #a4b357 0%, #75890c 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4b357', endColorstr='#75890c', GradientType=1);
    color: #222;
    height: 50px;
    line-height: 50px;
}

header .top-bar * {
    z-index: 9;
}

header .top-bar .download-app,
header .top-bar .top-dropdown {
    display: flex;
    align-items: center;
}

header .top-bar .top-dropdown {
    height: 100%;
}

header .top-bar .top-dropdown {
    justify-content: flex-end;
}

header .top-bar .top-dropdown .form-control,
header .top-bar .top-dropdown a.btn {
    height: auto;
    background-color: #fff;
    border: 1px solid #064ba5;
    border-radius: 10px;
    /* box-shadow: none; */
    color: #064ba5;
    font-size: 16px;
    /* padding: 4px 15px; */
    /* width: 130px; */
    display: block;
    width: auto;
}

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: #064ba5; */
    bottom: 0;
    top: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

header .download-app {
    color: #222;
}

header .download-app a {
    margin-left: 20px;
    color: #064ba5;
    font-size: 16px;
    font-weight: 300;
    display: block;
}

header .download-app a:hover i {
    transform: scale(1.2);
}

header .download-app a i {
    margin-right: 5px;
    transition: all 300ms ease;
}

header .download-app a i.fa-apple {
    font-size: 19px;
}

header .top-dropdown * {
    margin-left: 5px;
    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 i {
    /* border: 2px dotted #064ba5; */
    padding: 8px 10px;
    font-size: 20px;
    border-radius: 12px;
    color: #064ba5;
    /* margin-right: 10px; */
}



.social-icons {
    margin: 0
}

.social-icons li a {
    color: #fff;
    /* padding: 12px; */
    font-size: 16px;
    background-color: #064ba5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 8px;
}

.social-icons li a:hover {
    color: #ffffff;
    background-color: #00d4ff;
}

#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: #064ba5;
    box-shadow: 0 5px 7px 0px rgb(0 0 0 / 5%);
    /* border: 1px solid #eee; */
    border-top: 0;
    /* background: rgb(2,0,36); */
    /* background: linear-gradient(93deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); */
}

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

.main-nav nav>ul>li:nth-child(1) {
    padding-left: 0;
}

.main-nav nav ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 0.8em 2em !important;
    transition: 300ms;
    /* height: 60px; */
    /* line-height: 60px; */
    position: relative;
}

.main-nav nav ul li a:hover {
    color: #064ba5;
    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;
    top: 0;
    height: 0;
    transition: all 300ms ease;
    background-color: #064ba5;
}



.main-nav nav>div>ul>li>a:hover:before,
.main-nav nav>div>ul>li>a.active:before {
    background-color: #ffeb3b;
    height: 3px;
}

.main-nav nav>div>ul>li>a:hover {
    color: #fff;
}

    .main-nav nav ul ul {
        position: absolute;
        top: 95px;
        opacity: 0;
        visibility: hidden;
        width: 250px;
        background-color: #eff1f3;
        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;
    color: #222;
}

.main-nav nav ul ul li a:hover {
    color: #064ba5;
}

.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 {
    padding: 20px 0 20px 0;
}

.owl-carousel .owl-stage-outer {
    border-radius: 10px;
}

.box-section a {
    display: block;
    /* width: 100%;
    height: 100%;      position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;*/
}

/**Count Boxes**/

.activity-counts {
    /* background-color: #064ba5; */
    /* margin-bottom: 40px; */
    /* overflow: hidden; */
    /* border-bottom: 1px solid #064ba5; */
    /* background: rgb(2,0,36); */
    /* background: linear-gradient(93deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); */
}

.count-box-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    position: relative;
    border-bottom-right-radius: 15px;
    /* box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 25%); */
    /* background-color: #fff; */
    /* float: left; */
}

.count-box-one:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 10000px;
    /* background-color: #fff; */
    top: 0;
}

.count-box {
    text-align: center;
    width: 33.33%;
    padding: 14px 0;
}

.count-icon {
    color: #064ba5;
    font-size: 35px;
    line-height: 0;
}

.count-number {
    font-size: 25px;
    /* font-weight: 300; */
}

.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.count-cost .count-text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
}

.count-box-two {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
}

.text-white-black {
    font-size: 18px;
    /* font-family: 'Heebo', sans-serif; */
    /* font-weight: 300; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    height: 100%;
    /* margin: 0; */
    /* align-content: space-around; */
}

.text-white-black span {
    color: #fff;
    font-size: 30px;
    min-width: 50px;
    text-align: right;
    margin-right: 5px;
}

.text-white-black a {
    color: #fff;
    padding: 0 57px;
    /* border-radius: 8px; */
    display: flex;
    /* width: calc(50% - 10px); */
    /* transition: background-color 300ms ease-in-out; */
    /* border-bottom: 1px solid #d7d7d7; */
    position: relative;
    /* padding-left: 30px; */
    /* background-color: #bdbdbd; */
    height: 100%;
    /* line-height: 100%; */
    /* display: flex; */
    /* margin: 0 5px; */
    /* margin-top: 0px; */
    align-items: center;
}

.text-white-black a:nth-last-child(1) {
    border: 0;
}

.text-white-black a:hover {}

.text-white-black a .fal {
    margin-right: 15px;
    position: absolute;
    left: 10%;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.fade.show {
    opacity: 1 !important;
}

.text-white-black .col {}

.text-white-black .card {
    height: 100%;
    justify-content: center;
}


/* #MainContent_div_search .input-group input {
        height: 45px
    }
*/
.single-event-list {
    align-items: center;
}

.single-event-list h4 {
    margin-top: 15px
}

#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 25px;
    /* box-shadow: 0 4px 13px 0px rgb(0 0 0 / 5%); */
    border-radius: 10px;
    transition: all 300ms ease;
    height: 100%;
}

.box-section .card {
    padding: 0;
}

.card .img {
    margin-bottom: 10px;
    height: 165px;
}

.events-section .d-flex {
    align-items: start;
}

.events-section {
    padding-bottom: 10px;
}

.events-section .card {
    /* height: 370px; */
    height: 100%;
    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;*/
}

.events-section .event-pipes>div {}

.events-section .event-pipes a {
    color: #000;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 0;
    height: 219px;
}

.events-section .event-pipes a i.fal {
    margin-bottom: 30px;
    width: 40px;
    text-align: center;
    font-size: 50px;
    /* color: #064ba5; */
}

.events-section .event-pipes a i.fa-chevron-right {
    margin-left: auto;
    margin-right: 0;
}


.card-boxes {
    width: calc(100% - 450px);
}

.map-box {
    width: 450px;
}

.club-meeting h2 {
    font-weight: 300;
}

.club-meeting h2 span {
    color: #064ba5;
    font-weight: 900;
    margin-right: 10px;
}

.text-icon {
    display: flex;
    align-items: flex-start;
    margin-left: 8%;
    margin-bottom: 10px;
}

.text-icon i {
    border: 2px dotted #064ba5;
    padding: 10px;
    font-size: 25px;
    border-radius: 12px;
    color: #064ba5;
    margin-right: 15px;
    width: 52px;
}

.text-icon p {
    text-align: left;
    text-transform: capitalize;
}

.text-icon p.meeting-day-time {
    width: 150px;
}


.advt-block {
    padding: 0;
    overflow: hidden;
    border: 1px solid #064ba5;
}

.advt-block img {
    width: 100%;
    height: 100%;
}



/**Club Members**/
.club-members {
    padding: 20px 0;
    margin: 0;
}

.club-members .row {
    align-items: center;
    display: flex;
}

.club-members .dignitaries {
    margin-bottom: 25px;
}

.club-members .dignitaries h2 {
    color: #064ba5;
    font-weight: bold;
}

.club-members .dignitaries span {
    color: #333;
    font-weight: 400;
    font-size: 19px;
    position: relative;
    bottom: -4px;
    display: block;
    /* clear: both; */

    line-height: 1.2;
}

.member-profile-box {
    border: 1px solid #eee;
    box-shadow: 0 3px 3px 0px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 240px;
}

.member-profile-box .member-pic {
    border-radius: 50%;
    overflow: hidden;
    height: 190px;
    width: 190px;
    box-shadow: 2px 2px 10px 0px rgb(6 75 165 / 33%);
}

.member-profile-box .member-pic img {
    width: 100%;
    height: 100%;
}

.member-profile-box .member-profile {
    text-align: left;
    margin-left: 30px;
    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 #064ba5; */
    /* padding-bottom: 5px; */
    font-size: 28px;
    margin: 0;
    /* color: #ccc; */
}

.member-profile-box .member-profile .member-name h2 a {
    color: #064ba5;
}

.member-profile-box .member-profile .member-name .member-post {
    color: #000000;
    font-size: 16px;
}

    .member-profile-box .member-profile .member-profile-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 92px;
    }

.member-profile-box .member-profile .member-profile-footer .member-social-links a {
    color: #064ba5;
    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 {}

/**Inner Banner**/
#page-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
    text-align: left;
    background-color: #ffffff;
    /* margin-bottom: 18px; */
    /* background: rgb(2,0,36); */
    /* background: linear-gradient(171deg, #1e5f6c 0%, #000000 35%, #a7f7ff 100%); */
    /* background-image: url(../img/footer.jpg); */

    margin-bottom: 20px;
}


.page-banner-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-banner-cont h2 {
    color: #b1b1b1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 300;
}


.page-banner-cont nav {
    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;
}

/*Chapter 21-04-2022*/


/*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 {

    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;
}

.activities-loop span {
    width: 25%;
    padding: 1em;
}

.card-holder .leader-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 2px 2px 7px 0px rgb(6 75 165 / 35%);
    margin-top: 0;
}

.card-holder .leader-img img {
    width: 100%;
}

.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;
    width: 120px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 14%);
}

.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);
}

.qr-code {
    display: none;
    padding: 10px 10px 0;
    background-color: #eee;
    position: relative;
    z-index: 1;
}

.share-text:hover .btn,
.share-text:hover .qr-code {
    display: block;
}



.share-text #div_copied {
    position: absolute;
    bottom: -55px;
    background-color: #eee;
    padding: 2px 8px;
    left: 23px;
}

.qr-code img {}

.qr-code .down-qrcode {}

.qr-code .down-qrcode a {
    padding: 5px;
    font-size: 12px;
}



.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;
    color: #064ba5;
}

.act-detail-sidebar .sidebar-title .fal {
    width: 35px;
    margin: 0;
    font-size: 20px;
    text-align: center;
}

.act-detail-sidebar .sidebar-desc {
    margin-left: 40px;
}

.act-gallery {
    display: flex;
}

.act-gallery .card-img {
    height: 100px;
    position: relative;
    overflow: hidden;
    background-color: #ffc107;
    position: relative;
    overflow: hidden;
    background-color: #ffc107;
    background-size: cover;
    background-position: top center;
    width: 25%;
    transition: all 200ms ease;
}

.act-gallery .card-img:hover {
    transform: scale(1.1);
    z-index: 1;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .45) !important;
}

.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%);
}

/*Voice of JITO*/
.voiceofJito a.card {
    color: #222;
}

.flipThumb {
    padding: 0;
    position: relative;
    height: 350px;
    overflow: hidden;
    margin-bottom: 0.8em;
    border: 4px solid #fff;
    box-shadow: 2px 4px 11px 0px rgb(0 0 0 / 15%);
    border-radius: 15px;
}

.flipThumb:before {
    content: '';
    display: block;
    background-color: rgb(0 0 0 / 13%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

.flipThumb:hover:before {
    opacity: 1;
}

.flipThumb:hover .flipLink {
    top: 50%;
}

.flipThumb .flipLink {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 15px;
    transition: all 300ms ease-in-out;
    z-index: 9;
    padding: 15px 30px;
    font-weight: bold;
    box-shadow: 2px 4px 11px 0px rgb(0 0 0 / 15%);
}

.flip-card-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #064ba5;
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    font-size: 1.2em;
}

.myBookThumb img {
    width: 100%;
}

.voiceofJito a.card i {
    font-size: 18px;
    transition: all 0ms ease;
}

.voiceofJito a.card:hover {
    background-color: #ffc107;
    color: #fff;
}

/**Responsive**/
@media only screen and (max-width: 1199px) {
    .club-members .row {
        flex-wrap: wrap;
    }

    .dignitaries {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {

    .count-box {
        margin-bottom: 1.5em;
    }

    .map-box,
    .card-boxes {
        width: 100%;
    }


    .club-members .row {
        flex-direction: column;
        align-items: stretch;
    }

    .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>div>ul>li>a:hover:before,
    .main-nav nav>div>ul>li>a.active:before {
        background-color: #fff;
        color: #000;
    }

    .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: #8f6363;

    }

    header .top-bar .top-bg-orange {
        padding-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: 171px;
    }

    .activity-counts .container {
        flex-wrap: wrap;
    }

    .activity-counts .count-box-one {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%
    }

    .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;
    }

    header .top-bar .top-dropdown {
        justify-content: center;
    }

    header .top-bar .top-dropdown .form-control,
    header .top-bar .top-dropdown a.btn {
        font-size: 12px;
        padding: 0.5rem 0.5rem;
        height: 35px;
    }

    header .top-bar .top-dropdown .form-control {
        padding-right: 2rem;
    }

    header .top-bar .download-app,
    header .top-bar .top-dropdown {
        justify-content: center;
    }

    header .top-bar {
        height: auto;
        padding-bottom: 10px;
    }

    /*Menu*/

    .main-nav nav ul ul li {
        border: 0;
    }

    /*/End--Menu*/

    #page-banner {
        background-color: #e5e5e5;
    }
}

@media only screen and (max-width: 767px) {
    .events-section .event-pipes a {
        width: 100%;
    }

    .activities-loop span {
        width: 100%;
    }

    .text-white-black a {
        padding: 10px 0px 10px 70px;
    }

    .text-white-black a .fal {
        left: 5%;
    }

    .act-gallery {
        flex-wrap: wrap;
    }

    .act-gallery .card-img {
        width: 50%
    }
}

@media (max-width: 575px) {
    .member-profile-box {
        align-items: center;
        flex-direction: column;
    }

    .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%;
    }

    .count-box:nth-last-child(1) {
        padding-bottom: 35px;
    }

    header .top-bar .top-dropdown .form-control {
        padding: 4px 30px 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;
    }
}