﻿section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
}

.wrap {
    display: flex;
    background: #ffffff;
    border-right: 10px solid #7b2840;
    /* padding: 1rem 1rem 1rem 1rem; */
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    /* margin-bottom: 2rem; */
}

    .wrap:hover {
        background: #a96b65;
        color: white;
    }

.ico-wrap {
    background: #7b2840;
    width: 12%;
    padding-top: 9px;
    padding-bottom: 10px;
    text-align: -webkit-center;
}

.mbr-iconfont {
    font-size: 23px;
    color: #ffffff;
    margin: 1rem;
    text-align: -webkit-center;
}

.vcenter {
    /* margin: auto; */
    padding: 2px 28px;
}

.mbr-section-title3 {
    text-align: left;
}

h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
}

.mbr-bold {
    font-weight: 700;
}

p {
    /* padding-top: 0.5rem; */
    /* padding-bottom: 0.5rem; */
    /* line-height: 18px; */
    font-size: 16px;
}

.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re;
}

.arrow_box {
    position: relative;
}

    .arrow_box:after, .arrow_box:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #7b2840;
        border-width: 13px;
        margin-top: -11px;
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #7b2840;
        border-width: 3px;
        margin-top: 0px;
    }



div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 600px) {
    div.scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        font-size: 10px;
        padding: 5px 12px;
        text-decoration: none;
        border-right: 1px solid #80394d;
    }

    p {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        line-height: 5vw;
        font-size: 3.5vw;
    }

    .event-date .date {
        font-size: 7vw;
        color: #00ced1;
        font-weight: 700;
        font-family: var(--heading-font);
    }

    .event-date .month {
        background-color: rgb(0, 206, 209);
        padding: 2px 4px;
        color: #ffffff;
        font-family: var(--heading-font);
        text-transform: capitalize;
        font-size: 6vw;
    }
}

@media only screen and (min-width: 600px) {
    div.scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 5px 19px;
        text-decoration: none;
    }
}

.icon {
    font-size: 17px;
    color: #d67878;
}

div.scrollmenu a:hover {
    background-color: #96304d;
}

::-webkit-scrollbar {
    width: 6px;
    height: 9px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #38475e;
    border-radius: 0px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.Bottomnavbar {
    overflow: hidden;
}

    .Bottomnavbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 4px 16px;
        text-decoration: none;
        font-size: 14px;
    }

        .Bottomnavbar a:hover {
            background: #ddd;
            color: black;
        }

div.parent {
    position: relative;
    height: 200px;
    border: 3px solid #8AC007;
}

div.sticky {
    position: sticky;
    width: 50%;
    bottom: 10px;
    border: 3px solid #8AC007;
}

.modal {
    display: none; /* Hidden by default */
    /*position: fixed;*/ /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0px;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: #000000e0;
}

/* Modal Content */
@media only screen and (min-width: 600px) {

    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
    }

    .profile {
        padding-left: 31%;
    }
}

@media only screen and (max-width: 600px) {

    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 8px;
        border: 1px solid #888;
        width: 100%;
    }

    .profile {
        padding-left: 30%;
    }
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 600px) {
    .banner {
        width: 28%;
        height: 12.5vw;
        border-bottom: 1px solid #d7d7d7;
    }
}

@media only screen and (min-width: 600px) {
    .banner {
        width: 88%;
        height: 5.5vw;
        border-bottom: 1px solid #d7d7d7;
    }
}

@media only screen and (min-width: 600px) {

    .imgHolder:after {
        left: 21px;
        top: -5px;
        position: absolute;
        content: "";
        background: url(../images/digital-banking-circle-bg.png) no-repeat center center;
        width: 120px;
        height: 120px;
        z-index: -1;
        background-size: 120px;
        -webkit-animation: 10s linear 0s infinite running spin;
        animation: 10s linear 0s infinite running spin;
    }
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 120px;
    height: 120px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.imgdiv {
    width: 110px;
    height: 110px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #1d1b7e;
    border-radius: 50%;
}

    .imgdiv:hover {
        background-color: #0fa6ef;
    }

.imgdivi {
    color: #fff;
    padding: 11px 3px 3px;
    font-size: 27px;
}

.imgdivib {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    .imgHolder:after {
        left: 8%;
        top: -5px;
        position: absolute;
        content: "";
        background: url(../images/digital-banking-circle-bg.png) no-repeat center center;
        width: 120px;
        height: 120px;
        z-index: -1;
        background-size: 120px;
        -webkit-animation: 10s linear 0s infinite running spin;
        animation: 10s linear 0s infinite running spin;
    }
}

/* coming-events-section css start */
.event-item {
    background-color: #f8f8f8;
    border-radius: 5px;
    background-color: rgb(248, 248, 248);
    box-shadow: 0px 2px 9.7px 0.3px rgba(0, 0, 0, 0.2);
    border-right: 5px solid var(--main-color-one);
    padding: 8px 5px;
    display: inline-flex !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    margin-bottom: 30px;
    -o-transition: all 0.3s;
    width: 100%;
}

    .event-item:hover {
        /* -webkit-box-shadow: 0px 10px 35px 4px rgba(51, 51, 51, 0.15); */
        /* box-shadow: 0px 10px 35px 4px rgba(51, 51, 51, 0.15); */
    }

.section-bg .event-item {
    background-color: #ffffff;
}

.event-left {
    width: 20%;
    min-width: 62px;
    max-width: 62px;
}

.event-thumb img {
    width: 100%;
}

.item-style-three .event-date {
    padding: 6px 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

    .item-style-three .event-date .date {
        font-size: 14px;
    }

    .item-style-three .event-date .month {
        padding: 0;
        background-color: transparent;
    }

.event-date {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 2px 2px 5px 0px #ccc;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 9px 4px;
    background-color: var(--main-color-two);
}

    .event-date .date {
        font-size: 26px;
        color: #00ced1;
        font-weight: 700;
        font-family: var(--heading-font);
    }

    .event-date .month {
        background-color: rgb(0, 206, 209);
        padding: 2px 4px;
        color: #ffffff;
        font-family: var(--heading-font);
        text-transform: capitalize;
        font-size: 14px;
    }


.event-content {
    padding-left: 20px;
    position: relative;
    width: 100%;
}

    .event-content:after {
        position: absolute;
        content: '';
        top: 0;
        height: 100%;
    }

.event-title {
    margin-bottom: 5px;
}

.event-time-add-list {
    width: 30%;
}

    .event-time-add-list li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }

        .event-time-add-list li i {
            font-size: 24px;
            color: var(--main-color-one);
        }

        .event-time-add-list li i {
            width: 40px;
            color: var(--main-color-one);
            font-size: 24px;
        }

        .event-time-add-list li p {
            width: calc(100% - 40px);
            font-family: var(--heading-font);
            font-weight: 600;
            font-size: 14px;
        }
/* event-item style-two */
.event-item.item-style-two .event-left,
.event-item.item-style-three .event-left {
    width: 24%;
}

.event-item.item-style-two .event-content,
.event-item.item-style-three .event-content {
    width: 76%;
    padding-right: 0;
}

    .event-item.item-style-two .event-content:after,
    .event-item.item-style-three .event-content:after {
        display: none;
    }

.event-item.item-style-two .event-time-add-list,
.event-item.item-style-three .event-time-add-list {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 18px;
}

    .event-item.item-style-two .event-time-add-list li:first-child,
    .event-item.item-style-three .event-time-add-list li:first-child {
        width: 47%;
    }

    .event-item.item-style-two .event-time-add-list li:last-child,
    .event-item.item-style-three .event-time-add-list li:last-child {
        width: 53%;
    }

.event-time-add-list li i {
    width: 40px;
    font-size: 22px;
}

.event-item.item-style-two .event-time-add-list li i,
.event-item.item-style-three .event-time-add-list li i {
    width: 20px;
    font-size: 16px;
}

.event-item.item-style-two .event-time-add-list li p,
.event-item.item-style-three .event-time-add-list li p {
    width: calc(100% - 20px);
}

.join-amount {
    display: block;
    background-color: #e3e3e3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--heading-font);
    font-weight: 600;
    text-align: center;
    padding: 7px 5px;
    margin-top: 10px;
}

.Calfa {
    font-size: 32px;
    font-weight: 700;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    /*.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}*/

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.single-blog-post.single_post {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

    .single-blog-post.single_post .top-box {
        position: relative;
        display: block;
        overflow: hidden;
        padding-left: 55px;
        height: 78px;
    }

        .single-blog-post.single_post .top-box .left {
            position: absolute;
            top: 0;
            left: 0;
        }

        .single-blog-post.single_post .top-box .right {
            display: block;
            padding-left: 31px;
        }

            .single-blog-post.single_post .top-box .right .title-holder {
                margin-top: -6px;
            }

            .single-blog-post.single_post .top-box .right .blog-title {
                color: #303030;
                font-size: 16px;
                font-weight: 700;
                margin-top: 0px;
                line-height: 25px;
                margin-bottom: 0px;
            }

            .single-blog-post.single_post .top-box .right .meta-box {
                position: relative;
                display: block;
            }

                .single-blog-post.single_post .top-box .right .meta-box .meta-info {
                    display: block;
                    overflow: hidden;
                    margin: 15px 0 0px;
                }

                    .single-blog-post.single_post .top-box .right .meta-box .meta-info li {
                        display: inline-block;
                        float: left;
                        line-height: 20px;
                        margin-right: 20px;
                    }

                        .single-blog-post.single_post .top-box .right .meta-box .meta-info li:last-child {
                            margin-right: 0;
                        }

                        .single-blog-post.single_post .top-box .right .meta-box .meta-info li a {
                            color: #303030;
                            font-size: 13px;
                            font-weight: 500;
                            text-transform: uppercase;
                            font-family: 'Rubik', sans-serif;
                            transition: all 500ms ease;
                        }

                            .single-blog-post.single_post .top-box .right .meta-box .meta-info li a span:before {
                                position: relative;
                                top: 2px;
                                color: #8bc43f;
                                font-size: 16px;
                                display: inline-block;
                                padding-right: 9px;
                                transition: all 500ms ease;
                            }

                            .single-blog-post.single_post .top-box .right .meta-box .meta-info li a:hover {
                                color: #8bc43f;
                            }

    .single-blog-post.single_post .single-post-image {
        position: relative;
        display: block;
        margin-top: 40px;
        margin-bottom: 44px;
    }

    .single-blog-post.single_post .text-box1 {
        position: relative;
        display: block;
    }

    .single-blog-post.single_post .main-author-box {
        position: relative;
        display: block;
        border: 2px solid #eeeeee;
        padding: 31px 40px 31px;
        margin-top: 43px;
        margin-bottom: 65px;
    }

        .single-blog-post.single_post .main-author-box .inner {
            position: relative;
            display: block;
            overflow: hidden;
            padding-left: 50px;
        }

            .single-blog-post.single_post .main-author-box .inner .icon-holder {
                position: absolute;
                top: 7px;
                left: 0;
                width: 50px;
                height: 50px;
                background: #32b6a1;
                text-align: center;
                display: block;
                padding: 14px 0;
            }

                .single-blog-post.single_post .main-author-box .inner .icon-holder img {
                    width: auto;
                }

            .single-blog-post.single_post .main-author-box .inner .text {
                position: relative;
                display: block;
                padding-left: 30px;
            }

                .single-blog-post.single_post .main-author-box .inner .text p {
                    font-size: 17px;
                    line-height: 26px;
                    margin: 0 0 18px;
                }

                .single-blog-post.single_post .main-author-box .inner .text h3 {
                    font-size: 18px;
                    font-weight: 500;
                }

                    .single-blog-post.single_post .main-author-box .inner .text h3 span {
                        color: #8bc43f;
                        font-size: 15px;
                        font-family: 'Rubik', sans-serif;
                    }

    .single-blog-post.single_post .text-box2 {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-blog-post.single_post .text-box2 h3 {
            margin: 0 0 19px;
        }

        .single-blog-post.single_post .text-box2 p {
            margin: 0;
        }

        .single-blog-post.single_post .text-box2 ul {
            position: relative;
            display: block;
            overflow: hidden;
            margin-top: 21px;
        }

            .single-blog-post.single_post .text-box2 ul li {
                position: relative;
                display: block;
                line-height: 36px;
            }

                .single-blog-post.single_post .text-box2 ul li i {
                    color: #8bc43f;
                    font-size: 16px;
                    display: inline-block;
                    padding-right: 9px;
                }

    .single-blog-post.single_post .image-video-gallery-box {
        position: relative;
        display: block;
        margin-top: 37px;
        margin-bottom: 66px;
    }

        .single-blog-post.single_post .image-video-gallery-box .single-box {
            position: relative;
            display: block;
        }

            .single-blog-post.single_post .image-video-gallery-box .single-box img {
                width: 100%;
            }

        .single-blog-post.single_post .image-video-gallery-box .video-holder-box2 {
            padding: 87px 0 88px;
            z-index: 1;
        }

            .single-blog-post.single_post .image-video-gallery-box .video-holder-box2 .icon-holder .icon .inner {
                margin: 0;
            }

.post-info-style1 {
    width: 70px;
    height: 75px;
    border: 1px solid #eeeeee;
    text-align: center;
    display: block;
    padding: 11px 0;
    background: #108a8c;
    color: #fff;
    border-radius: 50% 0%;
    box-shadow: 2px 4px 8px 1px #ccc;
}

    .post-info-style1 h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        margin: 0 0 6px;
        font-family: 'Rubik', sans-serif;
    }

    .post-info-style1 .borders {
        height: 1px;
        width: 50px;
        display: block;
        background: #eeeeee;
        margin: 0 auto;
    }

    .post-info-style1 p {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        margin: 10px 0 0;
    }
.align-center{
    justify-content: center !important;
    display: flex;
}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0 !important;
}
.print > .table > tbody > tr > td, .print > .table > tbody > tr > th, .print > .table > tfoot > tr > td, .print > .table > tfoot > tr > th, .print > .table > thead > tr > td, .print > .table > thead > tr > th {
    padding: 0px !important;
    line-height: 2;
}
.th-border > thead > tr > th {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.width-th {
    width: 4% !important;
}
.width-th-sm {
    width: 2% !important;
}
.print-logo {
    padding: 3px;
}
.m-0{
    margin: 0 !important
}
.vertical-middle{
    vertical-align: middle !important
}