@font-face {
    font-family: "CeraPro";
    font-style: "";
    font-weight: "";
    src: url("../fonts/CeraPro-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "CeraPro";
    font-style: "";
    font-weight: "";
    src: url("../fonts/CeraPro-Regular.eot?") format("eot");
}

@font-face {
    font-family: "CeraPro";
    font-style: "";
    font-weight: "";
    src: url("../fonts/CeraPro-Regular.woff") format("woff");
}

@font-face {
    font-family: "Cera-light";
    font-style: "";
    font-weight: "";
    src: url("../fonts/CeraPro-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Cera-meduim";
    font-style: "";
    font-weight: "";
    src: url("../fonts/CeraPro-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Cera-meduim";
    font-style: "";
    font-weight: "";
    src: url("../fonts/CeraPro-Medium.eot?") format("eot");
}

@font-face {
    font-family: "Cera-bold";
    font-style: "";
    font-weight: "";
    src: url("../fonts/CeraPro-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Cera-bold";
    font-style: "";
    font-weight: "";
    src: url("../fonts/CeraPro-Bold.eot?") format("eot");
}

@font-face {
    font-family: "Cera-bold";
    font-style: "";
    font-weight: "";
    src: url("../fonts/CeraPro-Bold.woff") format("woff");
}

@font-face {
    font-family: "Avenir";
    font-style: "normal";
    font-weight: "600";
    src: url("../fonts/AvenirLTStd-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Avenir-Roman";
    font-style: "normal";
    font-weight: "600";
    src: url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
}

@font-face {
    font-family: "helvetica-Roman";
    font-style: "";
    font-weight: "";
    src: url("../fonts/helveticaneuelt-arabic-55-roman.ttf") format("truetype");
}

@font-face {
    font-family: "helvetica";
    font-style: "";
    font-weight: "";
    src: url("../fonts/helvetica-neue-lt-arabic-75-bold.ttf") format("truetype");
}

body {
    font-family: "Avenir";
    color: #5e5e5e;
}

h1,
h2,
h3,
h4,
h5,
.title,
.subtitle {
    font-family: "CeraPro";
}


.initiative-list .container {
    max-width: 1350px;
}

.page-home .initiative-list .container {
    max-width: 1350px;
}

.container {
    width: 100%;
    padding: 0 40px;
    max-width: 1640px;
}

img {
    max-width: 100%;
}

.btn {
    border-radius: 0;
}

    .btn.btn-white {
        color: #5e5e5e;
        border: solid 1px #ffffff;
        background-color: #ffffff;
    }

.hero .inner-block {
    height: 508px;
    /*background: url(../images/hero.png) no-repeat right;*/
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #a7d676;
    color: #fff;
    padding: 30px;
}

.btn.btn-primary {
    color: #fff;
    border: solid 1px #85cbcd;
    background-color: #85cbcd;
    /*  line-height: 35px; */
}

.btn.btn-outline-primary {
    color: #85cbcd;
    border: solid 2px #85cbcd;
    background-color: transparent;
}

.btn.btn-success {
    color: #fff;
    border: solid 1px #a7d676;
    background-color: #a7d676;
}

.btn.btn-outline-success {
    color: #a7d676;
    border: solid 2px #a7d676;
    background-color: transparent;
}

.btn.btn-warning {
    color: #fff;
    border: solid 1px #e1833b;
    background-color: #e1833b;
}

.title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.44;
    color: #000000;
    text-align: center;
}

.subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.38;
    text-align: center;
}

.vpro.subtitle {
    text-align: left;
}

.box-shadow {
    border-radius: 20px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
}

.green-bg {
    background-color: rgba(170, 255, 82, 0.23);
}

.blue-bg {
    background-color: #F5FCFC;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}


/**** start header style ***/

.bg-light {
    background-color: #fff !important;
    padding: 26px 0;
}

    .bg-light .navbar-brand {
        padding: 0;
        margin: 0;
    }

    .bg-light .navbar-collapse {
        align-self: flex-end;
    }

    .bg-light .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        font-weight: 600;
        /* line-height: 1.83; */
        color: #4d4d4d;
        /*font-family: "Avenir";*/
        padding: 9px 20px;
    }

        .bg-light .navbar-nav .nav-item .nav-link.btn-outline-black {
            min-width: 140px;
            border-radius: 10px;
            text-align: center;
            border: solid 1px #4d4d4d;
            margin-right: 40px;
            transition: all 0.3s ease;
        }

            .bg-light .navbar-nav .nav-item .nav-link.btn-outline-black::after {
                display: none;
            }

            .bg-light .navbar-nav .nav-item .nav-link.btn-outline-black:hover {
                background-color: #e1833b;
                border-color: #e1833b;
                color: #Fff;
            }

        .bg-light .navbar-nav .nav-item .nav-link::after {
            transition: all 0.3s ease;
            content: "";
            display: block;
            width: 50px;
            height: 3px;
            background: #e1833b;
            opacity: 0;
            visibility: hidden;
        }

        .bg-light .navbar-nav .nav-item .nav-link:hover {
            color: #e1833b;
        }

            .bg-light .navbar-nav .nav-item .nav-link:hover::after {
                opacity: 1;
                visibility: visible;
            }

    .bg-light .navbar-nav .nav-item.active .nav-link {
        color: #e1833b;
    }

        .bg-light .navbar-nav .nav-item.active .nav-link::after {
            opacity: 1;
            visibility: visible;
        }

#nav-oppo-rightTL .initiative-list {
    padding: 0;
}

artic
/**** start hero style *******/
.hero .inner-block {
    height: 508px;
    /*background: url("../images/hero.png") no-repeat right;*/
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #a7d676;
    color: #fff;
    padding: 30px;
}

@media (min-width: 992px) {
    .hero .inner-block {
        padding-left: 140px;
    }
}

.hero .inner-block .text-box {
    max-width: 708px;
}

    .hero .inner-block .text-box h1 {
        font-size: 66px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.15;
        letter-spacing: normal;
        margin-bottom: 40px;
    }

        .hero .inner-block .text-box h1 small {
            font-size: 36px;
            display: block;
        }

    .hero .inner-block .text-box .btn {
        max-width: 412px;
        width: 100%;
        line-height: 45px;
    }

        .hero .inner-block .text-box .btn:hover {
            background-color: #a7d676;
            border-color: #a7d676;
            color: #Fff;
        }

.hub {
    position: relative
}

    .hub .hub-box {
        position: relative;
        z-index: 9;
        width: 100%;
        max-width: 948px;
        margin: 0 auto;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: rgba(242, 255, 227, 0.43);
        text-align: center
    }

@media (min-width: 1200px) {
    .hub .hub-box {
        padding: 40px 85px
    }

    #msform {
        padding: 30px;
    }
}

.hub .hub-box h3 {
    font-size: 36px;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 16px
}

.hub .hub-box p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #5e5e5e;
    margin-bottom: 60px
}

.hub .hub-box .btn {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    max-width: 175px;
    padding: 11px;
    margin: 6px
}

    .hub .hub-box .btn.btn-success {
        background-color: #5ba80c
    }

    .hub .hub-box .btn.btn-light {
        background-color: rgba(170, 255, 82, 0.23);
        border-color: rgba(170, 255, 82, 0.23);
        color: #5ba80c
    }

    .hub .hub-box .btn:hover {
        background-color: #e1833b;
        border-color: #e1833b;
        color: #fff
    }

.hub .abs-img {
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 275px
}

.ad-content {
    position: relative;
    padding: 40px 0;
}

    .ad-content .hub-box {
        position: relative;
        z-index: 9;
        width: 100%;
        margin: 0 auto;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: rgba(255, 129, 0, 0.15);
        text-align: left
    }

@media (min-width: 1200px) {
    .ad-content .hub-box {
        padding: 40px 85px
    }
}

.ad-content .hub-box h3 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 16px
}

.ad-content .hub-box h4 {
    color: #000;
}

.ad-content .hub-box p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    margin-bottom: 60px
}

.ad-content .hub-box .btn {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    max-width: 175px;
    padding: 11px;
    margin: 6px
}

    .ad-content .hub-box .btn.btn-success {
        background-color: #5ba80c
    }

    .ad-content .hub-box .btn.btn-light {
        background-color: rgba(170, 255, 82, 0.23);
        border-color: rgba(170, 255, 82, 0.23);
        color: #5ba80c
    }

    .ad-content .hub-box .btn:hover {
        background-color: #e1833b;
        border-color: #e1833b;
        color: #fff
    }

.ad-content .abs-img {
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 275px
}

#adf.features {
    background: rgba(0, 199, 217, 0.15) url(../images/bg1.svg) no-repeat;
    padding-top: 183px;
    padding-bottom: 100px;
    position: relative;
    background-position: top 20px center;
}

.adi .button-group .button:active,
.adi .button-group .button.is-checked {
    background-color: rgba(0, 199, 217, 1);
    border: 2px solid rgba(0, 199, 217, 1) !important;
    border: none;
    outline: none;
    color: #fff !important;
}

.adi .button-group .button:hover {
    background-color: rgba(0, 199, 217, 1);
    border-color: rgba(0, 199, 217, 1);
    color: #Fff;
}

.adi .btn.btn-success {
    color: #fff;
    border: solid 1px rgba(27, 200, 46, 0.45);
    background-color: rgba(27, 200, 46, 0.45);
}

.adi .btn:hover:hover {
    background-color: rgba(225, 129, 9, 0.60) !important;
    border-color: rgba(225, 129, 9, 0.60) !important;
    color: #Fff;
}


/*** start vol-types style ****/

.vol-types {
    padding: 40px 0;
}

    .vol-types .box-shadow {
        padding: 50px 30px;
    }

    .vol-types .type {
        border-radius: 10px;
        padding: 15px;
        height: 100%;
    }

        .vol-types .type .row {
            margin: 0;
            padding: 0 15px;
        }

@media (min-width: 992px) {
    /* .vol-types .col-md-5 {
        padding: 0 30px;
    } */
    .vol-types img {
        height: 225.8px;
        object-fit: contain;
    }
}

.vol-types h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    color: #5e5e5e;
    margin-top: 15px;
    text-transform: uppercase;
}

.vol-types p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.43;
    color: #4d4d4d;
    margin-bottom: 4rem;
    min-height: 85px;
}

.vol-types .btn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 20px;
}

    .vol-types .btn:hover {
        background-color: #e1833b;
        border-color: #e1833b;
        color: #Fff;
    }


/**** initiative-list style *****/

.initiative-list {
    padding: 60px 0 120px 0;
    background: rgba(240, 254, 255, 0.19);
}


    /*.initiative-list .col-6 {
        padding: 0;
    }*/

    .initiative-list .item {
        margin-bottom: 40px;
        box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.02);
        box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }


        /*.initiative-list .item .col-6:first-child {
        padding-top: 25px;
        padding-bottom: 25px;
    }*/

        .initiative-list .item .item-img {
            height: 100%;
            width: 100%;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
            border-radius: 10px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            object-fit: contain;
            max-height: 300px;
            min-height: 300px;
        }

        .initiative-list .item .details {
            height: 100%;
            border-radius: 10px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            /*background-color: #ffffff;*/
            padding: 20px;
            position: relative;
            text-align: left;
        }

            .initiative-list .item .details h3 {
                font-size: 20px;
                line-height: 1.38;
                color: #000000;
                margin-bottom: 15px;
                max-width: calc(100% - 30px);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: inline-block;
                text-transform: uppercase;
            }

            .initiative-list .item .details ul {
                list-style: none;
                list-style-type: none;
                padding: 0;
                columns: 2;
                margin: 0;
            }

                .initiative-list .item .details ul li {
                    font-size: 14px;
                    line-height: 1.83;
                    color: #000000;
                    margin-bottom: 15px;
                    padding: 0 5px;
                    max-width: calc(100% - 50px);
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    display: inline-block;
                }

                    .initiative-list .item .details ul li span {
                        width: 25px;
                        margin-right: 8px;
                        display: inline-block;
                        vertical-align: bottom;
                    }
            /* 
.initiative-list .item .details .btn {
    font-size: 22px;
    width: 100%;
    font-family: "cerapro";
    line-height: 40px;
}

.initiative-list .item .details .btn:hover:hover {
    background-color: #e1833b;
    border-color: #e1833b;
    color: #Fff;
} */
            .initiative-list .item .details .btn {
                font-size: 18px;
                width: auto;
                font-family: "cerapro";
                line-height: 30px;
                position: absolute;
                display: inline-block;
                bottom: 0;
                right: 0;
                border-radius: 0;
                opacity: 0;
                transition: opacity 0.3s;
                -webkit-transition: opacity 0.3s;
            }

        .initiative-list .item:hover {
            cursor: pointer;
        }

            .initiative-list .item:hover .btn {
                opacity: 1;
            }

@media (min-width: 992px) {
    .initiative-list .container-fluid {
        padding: 0;
    }

    .initiative-list .slick-slide:not(.slick-current) .row {
        justify-content: flex-end;
        position: relative;
    }

        .initiative-list .slick-slide:not(.slick-current) .row .col-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

    .initiative-list .slick-slide:not(.slick-current) .left-side {
        transform: rotate(-90deg);
        display: inline-block;
        position: absolute;
        height: 30px;
        width: 355px;
        right: -164px;
        top: 188px;
    }

        .initiative-list .slick-slide:not(.slick-current) .left-side .details {
            background: #a7d676;
            padding: 30px 0;
        }

            .initiative-list .slick-slide:not(.slick-current) .left-side .details h3 {
                padding: 0;
                margin: 0;
                color: #fff;
                font-size: 18px;
                border: 0;
                text-align: center;
                margin-top: -25px;
            }

            .initiative-list .slick-slide:not(.slick-current) .left-side .details ul,
            .initiative-list .slick-slide:not(.slick-current) .left-side .details .btn {
                display: none;
            }

    .initiative-list .slick-slide:not(.slick-current) .item .item-img {
        box-shadow: none;
        max-height: 355px;
        border-radius: 10px;
    }

    .initiative-list .slick-current .item {
        max-width: 875px;
        margin: 0 auto;
        padding: 0 30px;
    }
}

.initiative-list .slick-prev:before,
.initiative-list .slick-next:before {
    display: none;
}

.initiative-list .slick-arrow {
    bottom: -102px;
    top: auto;
    opacity: 1;
    left: auto;
}

    .initiative-list .slick-arrow.slick-prev {
        left: auto;
        right: 53%;
    }

    .initiative-list .slick-arrow.slick-next {
        right: 46%;
    }

.initiative-list .pagingInfo {
    display: block;
    text-align: center;
    margin-top: 65px;
    font-size: 24px;
    color: #4d4d4d;
    font-weight: 600;
    margin-bottom: 60px;
}

.features {
    background: rgba(201, 237, 239, 0.36) url(../images/bg1.svg) no-repeat;
    padding-top: 183px;
    padding-bottom: 100px;
    position: relative;
    background-position: top 20px center;
}

@media (min-width: 992px) {
    /* .grid .col-lg-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    } */
}


/**** start features style *****/

#body_intList .feature {
    padding: 25px 15px !important;
}

    #body_intList .feature img {
        max-height: 75px !important;
    }

    #body_intList .feature h4 {
        font-size: 15px;
        margin: 0;
        line-height: 20px;
    }

.feature {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 26px 40px;
    height: calc(100% - 25px);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #fff url(../images/f6.svg) no-repeat center;
    background-size: 100% 100%;
}

.features .abs-img {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: -1;
}

.feature:hover {
    box-shadow: 1px 15px 19px 0 rgba(0, 0, 0, 0.16);
}

.feature img {
    max-height: 70px;
    margin-bottom: 15px;
}

.feature h4 {
    font-family: "Avenir";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.38;
    color: #4d4d4d;
}

.feature p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.44;
    color: #5e5e5e;
}


/*.feature.f1 {
            background: #fff url("../images/f1.svg") no-repeat;
            background-position: left 0 bottom -25px;
        }

        .feature.f2 {
            background: #fff url("../images/f2.svg") no-repeat;
            background-position: left 0 bottom -25px;
        }

        .feature.f3 {
            background: #fff url("../images/f3.svg") no-repeat;
            background-position: left 0 bottom -25px;
        }

        .feature.f4 {
            background: #fff url("../images/f4.svg") no-repeat;
            background-position: left 0 bottom -25px;
        }*/


/**** steps style ****/


/*.steps {
    padding-top: 140px;
    padding-bottom: 85px;
}*/

.page-home .steps {
    padding-top: 140px;
    padding-bottom: 85px;
}

.steps .step-info {
    text-align: center;
    background: url("../images/step.svg");
    background-size: 100% 100% !important;
    background-position: bottom 0 center !important;
    padding-bottom: 45px;
    background-repeat: no-repeat !important;
    transition: all 0.3s ease;
}

    .steps .step-info.s1 {
        background: url("../images/s1.svg");
    }

    .steps .step-info.s2 {
        background: url("../images/s2.svg");
    }

    .steps .step-info.s3 {
        background: url("../images/s3.svg");
    }

    .steps .step-info.s4 {
        background: url("../images/s4.svg");
    }

    .steps .step-info .num {
        width: 97px;
        height: 97px;
        border: solid 3px #a7d676;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 50px;
        color: #a7d676;
        margin-bottom: 35px;
        transition: all 0.3s ease;
    }

    .steps .step-info h3,
    .steps .step-info h3 a {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.45;
        color: #5e5e5e;
        transition: all 0.3s ease;
    }

    .steps .step-info p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.38;
        color: #5e5e5e;
    }

    .steps .step-info:hover .num {
        background-color: #a7d676;
        color: #fff;
    }

    .steps .step-info:hover h3,
    .steps .step-info:hover h3 a {
        color: #a7d676;
    }

    .steps .step-info h3 a:hover {
        color: #a7d676;
        text-decoration: none;
    }


/*** start map style *****/

.map .inner-block {
    background: url("../images/map.png") no-repeat;
    border-radius: 35px;
    margin-bottom: -135px;
    position: relative;
}

    .map .inner-block .bg {
        background-image: linear-gradient(51deg, #9ad4d8 28%, rgba(154, 212, 216, 0) 86%);
        color: #fff;
        padding: 85px 50px;
        border-radius: 35px;
    }

        .map .inner-block .bg h2 {
            max-width: 606px;
            font-size: 41px;
            font-weight: bold;
            line-height: 1.46;
        }

        .map .inner-block .bg p {
            max-width: 734px;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.38;
            margin-top: 20px;
            margin-bottom: 30px;
        }

        .map .inner-block .bg .btn {
            max-width: 282px;
            line-height: 44px;
            width: 100%;
        }


/**** footer style *****/

footer {
    padding-top: 60px;
}

.page-home footer {
    padding-top: 200px;
}

footer {
    background-color: #f9f9f9;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 600;
}

.page-inner footer {
    padding-top: 50px !important;
}

footer a {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.39;
    color: #5e5e5e;
}

    footer a:hover {
        color: #e1833b;
    }

footer .footer-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    margin-bottom: 30px;
}

footer ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
}

    footer ul li {
        margin-bottom: 15px;
    }

        footer ul li .icon {
            display: inline-block;
            width: 30px;
            font-size: 25px;
            text-align: center;
            margin-right: 10px;
            vertical-align: middle;
        }

        footer ul li .map-link {
            max-width: 231px;
            height: 35px;
            object-fit: contain;
            border-radius: 11px;
            background-color: rgba(170, 255, 82, 0.23);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 8px;
        }

        footer ul li:hover {
            color: #e1833b;
        }

footer .col-6 img {
    border-radius: 10px;
}

footer img.ef {
    max-width: 85% !important;
    position: absolute;
    bottom: 0;
}

footer img.mocd {
    max-width: 92% !important;
}

footer .bottom-footer {
    border-top: 1px solid #D5E9C0;
    padding-top: 20px;
    padding-bottom: 15px;
}

    footer .bottom-footer .social a {
        display: inline-block;
        margin-right: 15px;
        font-size: 25px;
    }

    footer .bottom-footer .links a {
        font-size: 20px;
        margin-right: 30px;
    }

@media (max-width: 1300px) {
    /* .vol-types .col-md-5 {
        padding: 0 15px;
    } */
    .hero .inner-block {
        height: 650px;
    }

    .summer_program_header.hero .inner-block {
        height: 508px;
    }

    .features .feature {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bg-light .navbar-nav .nav-item .nav-link {
        padding: 10px;
    }
}

@media (max-width: 1200px) {
    /* .vol-types .col-md-5 {
        max-width: 50%;
        flex: 0 0 50%;
    } */
    .initiative-list .slick-current .item {
        padding: 0 90px;
        width: 100%;
    }
}

@media (max-width: 1130px) {
    .vol-types .type {
        zoom: 0.8;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding: 0 20px;
    }

    .bg-light .navbar-collapse {
        position: absolute;
        top: 116px;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 99;
        border-top: 3px solid #e1833b;
        padding: 15px;
        -webkit-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.48);
        box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.48);
    }

    .bg-light .navbar-nav .nav-item .nav-link {
        padding: 15px 10px 13px 10px;
        border-bottom: 1px solid rgba(158, 158, 158, 0.149);
    }

        .bg-light .navbar-nav .nav-item .nav-link::after {
            display: none !important;
        }

    .features .abs-img {
        position: absolute;
        left: 0;
        top: -40px;
        max-width: 200px;
        z-index: -1;
    }

    .features .row {
        justify-content: center;
    }

        .features .row .col {
            max-width: 50%;
            flex: 0 0 50%;
        }

            .features .row .col .feature {
                background: #fff;
            }

    .map .inner-block .bg {
        background-image: linear-gradient(51deg, #9ad4d8 28%, rgba(154, 212, 216, 0.53) 86%);
    }
}

@media (max-width: 767.98px) {
    /* .vol-types .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    } */
    .vol-types .box-shadow {
        padding: 15px 30px;
    }

    .initiative-list .col-6 {
        padding: 0 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .initiative-list .item .col-6:first-child {
        padding-top: 0;
        padding-bottom: 0;
    }

    .initiative-list .item .details ul {
        columns: 2;
    }

        .initiative-list .item .details ul li {
            margin-bottom: 20px;
        }

    .initiative-list .item .details {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .initiative-list .slick-arrow.slick-next {
        right: 42%;
    }

    .initiative-list .slick-arrow.slick-prev {
        right: 55%;
    }

    .features .abs-img {
        max-width: 150px;
    }

    .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .subtitle {
        font-size: 18px;
    }

    .steps .row {
        justify-content: center;
    }

        .steps .row .col-sm-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .map .inner-block .bg h2 {
        font-size: 30px;
    }

    footer .col-4 {
        order: 2;
    }

    footer .part {
        order: 1;
        margin-bottom: 25px;
    }

    
}
@media (max-width: 575.5px) {
    .container {
        padding: 0 15px;
    }

    .vol-types .box-shadow {
        padding: 15px;
    }

    .hero .inner-block {
        height: auto;
        padding: 65px 15px;
    }

    .initiative-list .item .details ul {
        columns: 1;
    }

    .list-slider .row {
        margin: 0;
    }

    .initiative-list .slick-current .item {
        padding: 0 20px;
        width: 100%;
    }

    .steps .row .col-sm-4,
    .features .row .col,
    footer .col-4,
    footer .bottom-footer .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    footer .footer-title {
        color: #e1833b;
    }

    footer .bottom-footer {
        text-align: center;
    }

    .hero .inner-block {
        background-position: right;
        background-size: cover;
    }

        .hero .inner-block .text-box h1 {
            font-size: 35px;
        }

            .hero .inner-block .text-box h1 small {
                font-size: 18px;
                margin-top: 10px;
            }

    .vol-types .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero .inner-block {
        position: relative;
        margin: 0;
    }

        .hero .inner-block::after {
            content: "";
            position: relative;
            background: rgba(0, 0, 0, 0.3);
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            border-radius: 20px;
            left: 0;
        }

        .hero .inner-block .col-12 {
            z-index: 9;
        }

    .initiative-list .slick-arrow.slick-next {
        right: 37%;
    }

    .initiative-list .slick-arrow.slick-prev {
        right: 58%;
    }
}

@media (max-width: 450px) {
    .initiative-list .item .details h3 {
        font-size: 18px;
    }

    .initiative-list .item .details ul li {
        margin-bottom: 15px;
        font-size: 14px;
    }

        .initiative-list .item .details ul li span {
            width: 15px;
            vertical-align: middle;
        }

    .features {
        padding-top: 75px;
    }

        .features .container {
            position: relative;
        }
}


/*.modal .modal-content {
    border-radius: 0;
}*/

.modal .modal-content .modal-header {
    padding: 0;
    border: 0;
}

.image_modal.modal .modal-content .modal-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.modal .modal-content .modal-header .close {
    opacity: 1;
    position: absolute;
    /* top: 30px;
    padding: 0;
    right: 30px;
    z-index: 9; */
    top: 16px;
    right: 16px;
    z-index: 9;
    padding: 20px;
}

    .modal .modal-content .modal-header .close img {
        width: 30px;
    }

.modal .modal-content .modal-body .feature {
    padding-top: 50px;
    box-shadow: none !important;
    border-radius: 0;
    background-size: 300px auto !important;
    background-position: top;
}

    .modal .modal-content .modal-body .feature img {
        max-height: initial;
    }

.modal-body .select2.select2-container .select2-selection {
    margin-bottom: 0;
}

.modal .modal-content .modal-body .feature h4 {
    font-size: 36px;
    margin-top: 35px;
}

.modal .modal-content .modal-body .feature p {
    font-size: 20px;
    line-height: 1.35;
    color: #707070;
}

.modal .modal-content .modal-body .feature .btn-default,
.chat-box-body .feature .btn-default {
    width: 100%;
    max-width: 232px;
    line-height: 35px;
    border-radius: 10px;
    background-color: rgba(167, 214, 118, 0.17);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #a7d676;
}

    .modal .modal-content .modal-body .feature .btn-default:hover,
    .chat-box-body .feature .btn-default:hover {
        background-color: #a7d676;
        color: #fff;
    }

.steps .nav-tabs {
    border-radius: 36px;
    background-color: #eefbfc;
    border: 0;
    display: inline-flex;
    padding: 0;
    list-style-type: none;
    list-style: none;
    padding: 6px 8px 5px 8px;
}

    .steps .nav-tabs .nav-link {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.39;
        color: #5e5e5e;
        border-radius: 36px;
    }

        .steps .nav-tabs .nav-link.active {
            border: 0;
            border-radius: 36px;
            background-color: #ffffff;
            color: #85cbcd;
        }

.steps .tab-content {
    padding-top: 70px;
}

@media (min-width: 768px) {
    .steps .nav-tabs .nav-link {
        min-width: 300px;
        padding: 15px 20px;
    }
}

.FAQ {
    padding-bottom: 60px
}

    .FAQ .inner {
        border-radius: 50px;
        background-color: #f9f9f9;
        padding: 90px 30px
    }

        .FAQ .inner .contain {
            width: 100%;
            max-width: 1155px;
            margin: 0 auto
        }

    .FAQ .accordion-group {
        border-radius: 20px;
        border: solid 1px rgba(148, 148, 148, 0.61);
        margin-bottom: 16px;
        padding: 0;
        display: block;
        width: 100%;
    }

        .FAQ .accordion-group .accordion-heading {
            font-family: "CeraPro"
        }

            .FAQ .accordion-group .accordion-heading a {
                display: block;
                font-size: 24px;
                font-weight: bold;
                line-height: 1.46;
                color: #000000;
                padding: 25px 40px 25px 25px;
                text-decoration: none !important;
                position: relative;
            }

                .FAQ .accordion-group .accordion-heading a i {
                    float: right;
                    color: #a8dee0;
                    margin-top: 7px;
                    position: absolute;
                    right: 20px;
                    top: 25px;
                }

        .FAQ .accordion-group p {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.38;
            color: #4d4d4d
        }

        .FAQ .accordion-group.active {
            border-radius: 20px;
            background-color: rgba(201, 237, 239, 0.36);
            border-color: transparent
        }

    .FAQ .accordion-body {
        padding: 0 25px 25px 25px;
    }

    .FAQ .accordion-group.active .accordion-heading .fa-plus:before {
        content: "\f068"
    }

.partners {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.vol-sub-nav {
    left: auto !important;
    margin-top: 5px !important;
    max-width: 200px;
    width: 100%;
    border-radius: 10px 10px !important;
}

    .vol-sub-nav li a {
        display: block;
        padding: 15px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .vol-sub-nav > li > a:hover,
    .vol-sub-nav > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

.slick-slide {
    margin: 0px 10px;
    box-shadow: 0 0px 11px 0px rgba(0, 0, 0, 0.2);
    min-height: 154px;
    /* height: 130px !important;
    max-height: 130px !important;
    min-height: 130px !important; */
    /*padding: 20px;*/
    /*border-radius: 8px;*/
    /* border: 1px solid #cecece; */
}

#statistics_slider {
    padding: 10px 30px;
}

    #statistics_slider h6 {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 6px;
        box-sizing: border-box;
    }

    #statistics_slider p {
        font-size: 30px;
    }

    #statistics_slider .slick-slide {
        border: none;
        position: relative;
        padding: 0;
    }

    #statistics_slider .slick-list {
        padding: 30px 2px;
    }

    #statistics_slider .slick-prev,
    #statistics_slider .slick-next {
        top: 45% !important;
    }

    #statistics_slider .slick-prev {
        left: -5px !important;
        z-index: 9;
    }

    #statistics_slider .slick-next {
        right: 10px !important;
    }

.dashboard #statistics_slider .blocks {
    /*background-color: rgba(242, 255, 227, 0.43);*/
    border-radius: 10px;
    text-align: center;
    /*padding: 20px 20px 40px;*/
    padding: 0px;
    cursor: pointer;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
    transition: 1s;
}

    .dashboard #statistics_slider .blocks:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
    }

    .dashboard #statistics_slider .blocks.purple-box {
        background: rgba(248, 248, 254, 0.9);
    }

    .dashboard #statistics_slider .blocks.blue-box {
        background: #f5fcfc73;
    }

    .dashboard #statistics_slider .blocks.green-box {
        background-color: rgba(242, 255, 227, 0.43);
    }

    .dashboard #statistics_slider .blocks p {
        margin: 0;
    }

.slick-slide img {
    /*width: 88%;*/
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 20px;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1;
    /*opacity: .15 !important;*/
    color: rgb(7 50 86) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-next {
    top: 45% !important;
}

.slick-next {
    right: -3px !important;
}

.slick-prev {
    left: -15px !important;
}

.pagination {
    padding: 20px 50px;
    text-align: center;
    display: block !important;
}

    .pagination a {
        display: inline-block;
        padding: 4px 10px;
        font-size: 13pt;
        font-weight: bold;
        border: 1px solid #e1833b;
        border-radius: 8px;
        margin-left: 2px;
        margin-right: 2px;
        cursor: pointer;
    }

        .pagination a.disabled {
            cursor: none;
            background-color: #cecece !important;
        }

        .pagination a:first-child {
            background-color: #e1833b;
            font-family: FontAwesome;
        }

        .pagination a:last-child {
            background-color: #e1833b;
            font-family: FontAwesome;
        }

.iconPM {
    background: url(https://www.volunteers.ae/contents/images/live.png) center no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    border: none;
    display: inline-block;
    animation: blink 2s ease-in infinite;
    left: 39%;
    position: absolute;
    cursor: pointer;
}

@keyframes blink {
    from, to {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@media (max-width: 575.5px) {
    .iconPM {
        top: -50px;
        left: 45%;
        position: absolute;
    }
}

.button-group {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center !important;
}

    .button-group .button {
        float: none;
        display: inline-block;
        border-radius: 10px !important;
        margin-left: 0 !important;
        margin-right: 7px !important;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 8px 15px !important;
        background-color: #fff;
        border: 2px solid #85cbcd;
        color: #85cbcd;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

        .button-group .button:hover {
            background-color: #e1833b;
            border-color: #e1833b;
            color: #Fff;
        }

        .button-group .button:active,
        .button-group .button.is-checked {
            background-color: #85cbcd;
            border: 2px solid #85cbcd !important;
            border: none;
            outline: none;
            color: #fff !important;
        }


/*********** Survey ***********/

.page-survey .page-header-container > p {
    left: auto;
    right: 0;
    direction: rtl;
}

#survey-sec {
    padding: 50px 0;
    border-top: solid 1px #eee;
}

    #survey-sec .title,
    #survey-sec label,
    #survey-sec .vol-types {
        direction: rtl;
    }

#surveyForm {
    margin-top: 50px;
    text-align: right;
}

    #surveyForm ul {
        padding: 0;
        list-style: none;
        direction: rtl;
    }

        #surveyForm ul li {
            display: inline-block;
            text-align: center;
        }

            #surveyForm ul li span {
                display: block;
            }

#survey-sec label {
    font-size: 20px;
    /* font-weight: bold; */
    margin-bottom: 15px;
    display: block;
}

#survey-sec h6 {
    font-size: 22px;
    font-weight: bold;
    direction: rtl;
    margin-bottom: 25px;
}

.number_box {
    background: #e1833b;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    margin-bottom: 5px;
}

.smiley input[type="radio"] {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    .smiley input[type="radio"]:hover,
    .smiley input[type="radio"]:checked {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .smiley input[type="radio"]:focus {
        outline: 0;
    }

    .smiley input[type="radio"].happy {
        background: url("/survey/images/happy_ampvnc.svg") center;
        background-size: cover;
    }

    .smiley input[type="radio"].neutral {
        background: url("/survey/images/neutral_t3q8hz.svg") center;
        background-size: cover;
    }

    .smiley input[type="radio"].sad {
        background: url("/survey/images/sad_bj1tuj.svg") center;
        background-size: cover;
    }

.modal-body {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    padding: 20px !important;
    box-shadow: none !important;
}


/*body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #0f497b;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 15px #0f497b;
    border-radius: 10px;
}

    body::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 0 15px #4a759a;
    }*/

.project-tab {
    padding-top: 40px;
    padding-bottom: 80px;
}

    .project-tab #tabs {
        background: #007b5e;
        color: #eee;
    }

        .project-tab #tabs h6.section-title {
            color: #eee;
        }


    /* .project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 1px solid rgba(0, 199, 217, 1) !important;
    border-right: 0px !important;
    color: #fff;
    background-color: rgba(0, 199, 217, 1);
    border-radius: 0px !important;
    font-size: 16px;
    font-weight: bold;
} */


    /* .project-tab .nav-link {
    border: 1px solid rgba(0, 199, 217, 1) !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    height: 100px;
    line-height: 45px;
}
 */

    .project-tab .nav-link:last-child {
        border-right: 1px solid rgba(0, 199, 217, 1) !important;
    }

    .project-tab span {
        line-height: normal;
        display: inline-block;
        /*   vertical-align: middle; */
    }

    .project-tab .tab-content .tab-pane > span {
        width: 100%;
    }

    .project-tab .nav-link:hover {
        border: none;
    }

    .project-tab thead {
        background: #f3f3f3;
        color: #333;
    }

    .project-tab a {
        text-decoration: none;
        color: #333;
        font-weight: 600;
    }

    .project-tab.second_version {
        /* padding: 60px 10%;
    margin: 0; */
        /* margin-top: -8%; */
    }

        .project-tab.second_version .title {
            font-size: 26px;
            color: #5e5e5e;
        }

        .project-tab.second_version .initiative-list .title {
            margin-bottom: 1.5rem !important;
        }

        .project-tab.second_version nav {
            text-align: center;
        }

        .project-tab.second_version .nav {
            display: block;
            text-align: center;
            border: none;
            margin-bottom: 50px;
            background: #eefbfc;
            border-radius: 10px;
            padding: 12px;
        }

        .project-tab.second_version.summer_program .nav {
            display: inline-block;
        }

        .project-tab.second_version .nav-link {
            border: none;
            border-radius: 8px !important;
            color: #666;
            padding: 8px 20px !important;
            margin-right: 20px;
            display: inline-block;
            font-weight: bold;
            font-family: "CeraPro";
            font-size: 11pt;
        }

            .project-tab.second_version .nav-link:last-child {
                border: none !important;
                margin-right: 0;
            }

            .project-tab.second_version #tabs .nav-tabs .nav-item.show .nav-link,
            .project-tab.second_version .nav-tabs .nav-link.active,
            .project-tab.second_version .nav-link:hover {
                background-color: #fff;
                border-color: #fff;
                color: #85cbcd;
            }

        .project-tab.second_version ul li {
            /*margin-bottom: 5px;*/
        }

        .project-tab.second_version .feature h4 {
            text-transform: capitalize;
        }


/* .rights_obligations .feature {
    background: #fff url(../images/s1.svg) no-repeat center;
}
 */

.rights_obligations .btn-default {
    width: 100%;
    max-width: 232px;
    line-height: 35px;
    border-radius: 10px;
    background-color: rgba(167, 214, 118, 0.17);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #a7d676;
}

    .rights_obligations .btn-default:hover {
        background-color: #a7d676;
        color: #fff;
    }

.adcd_modals .modal-content .modal-body .feature {
    text-align: left;
    padding: 0;
    background-image: url(../images/s1.svg);
}

    .adcd_modals .modal-content .modal-body .feature h3 {
        margin-bottom: 1.5rem;
        color: #5cb85c;
        font-family: "CeraPro";
        font-weight: bold;
    }

    .adcd_modals .modal-content .modal-body .feature ul {
        padding: 0 0 0 15px;
    }

        .adcd_modals .modal-content .modal-body .feature ul .mb-3,
        .adcd_modals .modal-content .modal-body .feature ul .my-3 {
            margin-bottom: 0.3rem !important;
        }

    .adcd_modals .modal-content .modal-body .feature p.heading_pr {
        font-family: "CeraPro";
        font-weight: bold;
        color: #5cb85c;
    }

.adcd_modals .modal-content .modal-body {
    max-height: initial;
}

#nav-vol-right .feature p,
#nav-vol-rightTL .feature p {
    /*  display: none; */
}

#nav-vol-right .feature h4,
#nav-vol-rightTL .feature h4 {
    margin-bottom: 1.5rem;
}

.hero .inner-block.inner {
    height: 508px;
    background: url(/AbuDhabi/images/banner.png) no-repeat right;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #a7d676;
    color: #fff;
    padding: 30px;
    background-size: cover;
}

.summer_program_header.hero .inner-block {
    background-image: url("../images/summercamp-banner.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

    .summer_program_header.hero .inner-block::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.2;
    }

    .summer_program_header.hero .inner-block .text-box {
        position: relative;
        z-index: 2;
    }

.summer_program_features .feature {
    background: #ffffffd9 url('../images/f6.svg') no-repeat center;
}

.features.summer_program_features .abs-img {
    opacity: 0.6;
}

.hero .inner-block.inner .text-box {
    max-width: 100% !important;
    text-align: center;
    z-index: 9;
}

@media (max-width: 767.98px) {
    .project-tab.second_version {
        padding: 30px 30px;
        margin: 0;
    }

        .project-tab.second_version .nav {
            display: block;
            padding: 7px;
            margin-bottom: 20px;
        }

        .project-tab.second_version .nav-link {
            margin-right: 0;
            display: block;
            margin-bottom: 10px;
        }

    .hero.adcd_header .inner-block .text-box h1 {
        width: 100% !important;
        line-height: 28px;
        margin-bottom: 0;
    }

    .hero .inner-block.inner {
        height: 148px;
        padding: 0 30px;
    }

    .hero.adcd_header .inner-block .text-box h1 small {
        font-size: 18px !important;
    }

    .project-tab.second_version .nav-link:last-child {
        margin-bottom: 0;
    }

    #body_filters .button {
        display: block;
        width: 100%;
    }

    #body_opp {
        margin-top: 30px !important;
    }
}

p {
    line-height: 1.5 !important;
}

/*.tab-content #nav-vol-in-abudhabi.tab-pane p {
    text-align: justify !important;
}*/

.adcd_slider .item-1,
.adcd_slider .item-2,
.adcd_slider .item-3 {
    position: absolute;
    display: block;
    top: 2em;
    width: 60%;
    font-size: 2em;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.adcd_slider .item-1 {
    animation-name: anim-1;
}

.adcd_slider .item-2 {
    animation-name: anim-2;
}

.adcd_slider .item-3 {
    animation-name: anim-3;
}

@keyframes anim-1 {
    0%, 8.3% {
        left: -100%;
        opacity: 0;
    }

    8.3%, 25% {
        left: 25%;
        opacity: 1;
    }

    33.33%, 100% {
        left: 110%;
        opacity: 0;
    }
}

@keyframes anim-2 {
    0%, 33.33% {
        left: -100%;
        opacity: 0;
    }

    41.63%, 58.29% {
        left: 25%;
        opacity: 1;
    }

    66.66%, 100% {
        left: 110%;
        opacity: 0;
    }
}

@keyframes anim-3 {
    0%, 66.66% {
        left: -100%;
        opacity: 0;
    }

    74.96%, 91.62% {
        left: 25%;
        opacity: 1;
    }

    100% {
        left: 110%;
        opacity: 0;
    }
}

.slideshow-element {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    /* width: 650px; */
    /* margin-left: -325px; */
    /* top: 0; */
    /* bottom: 0; */
    width: 60%;
    margin: 0 auto;
    top: 50%;
}

.tamim_ambassador.hero .inner-block.inner {
    background: url('https://via.placeholder.com/1500') no-repeat right;
    position: relative;
    overflow: hidden;
}

    .tamim_ambassador.hero .inner-block.inner::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
    }

#media_listing .feature {
    text-align: left;
    padding: 20px;
}

#media_listing .media-body {
    padding: 8px 25px;
}

#media_listing .feature img {
    max-height: fit-content;
    margin-bottom: 0;
}

.abudhabi-banner .slick-list {
    padding: 0;
}

.abudhabi-banner .slick-slide {
    margin: 0;
    box-shadow: none;
    height: auto !important;
    min-height: none !important;
    max-height: none !important;
}

.abudhabi-banner.slick-dotted.slick-slider {
    margin-bottom: 10px;
}

.btn-initiative-shortlist {
    position: absolute;
    right: 10px;
    top: 10px;
}

.hub.volunteers_heroes {
    padding-bottom: 120px;
}

    .hub.volunteers_heroes .hub-box {
        background-color: rgba(245, 252, 252, 0.8);
    }

        .hub.volunteers_heroes .hub-box .btn.btn-light {
            background-color: #e6fdff;
            border-color: rgba(168, 239, 239, 0.6);
            color: #85cbcd;
        }

            .hub.volunteers_heroes .hub-box .btn.btn-light:hover {
                background-color: #e1833b;
                border-color: #e1833b;
                color: #fff;
            }

.meet_our_heroes .btn.btn-primary {
    font-size: 14px;
}

    .meet_our_heroes .btn.btn-primary:hover {
        background-color: #e1833b;
        border-color: #e1833b;
        color: #fff;
    }

.meet_our_heroes_list .feature {
    padding: 0;
}

    .meet_our_heroes_list .feature.media {
        display: block;
    }

        .meet_our_heroes_list .feature.media .ds {
            display: block;
            text-align: center;
        }

        .meet_our_heroes_list .feature.media a.ds {
            text-align: left;
        }

        .meet_our_heroes_list .feature.media div.ds {
            text-align: left;
            padding: 30px 30px 0 30px;
            position: relative;
            z-index: 1;
        }

        .meet_our_heroes_list .feature.media .media-body {
            margin-left: 0;
            padding: 10px 25px 25px 25px;
            position: relative;
            text-align: left;
            flex: none;
        }

        .meet_our_heroes_list .feature.media img {
            /* position: relative;
    top: 30px; */
        }

        .meet_our_heroes_list .feature.media .design_bg {
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            left: auto;
        }

#story .form-group,
#story #body_lblMessage,
#story .feature {
    text-align: left;
}

.main-home-hub {
    visibility: hidden;
    display: none;
}

.pl-15 {
    padding-left: 15px;
}

#feedback__form .form-group.radio label {
    padding-left: 10px;
}

.story-guideline p b {
    font-size: 13pt;
    color: #e1833b;
}

.mental_sec_header h1 {
    margin-bottom: 1.2rem;
}

#qissaty_container .mental_sec_header,
#maakum_container .mental_sec_header {
    padding-bottom: 20px;
}

.mental_modal.detai_page_modals .modal-content .modal-body .feature {
    padding: 0 !important;
}

.mental_modal.detai_page_modals .modal-body {
    max-height: initial;
}

.social_post_grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}


    /* Common style */

    .social_post_grid figure {
        position: relative;
        overflow: hidden;
        min-width: 320px;
        max-width: 480px;
        max-height: 360px;
        height: 360px;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
    }

        .social_post_grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: 0.8;
        }

        .social_post_grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .social_post_grid figure figcaption::before,
            .social_post_grid figure figcaption::after {
                pointer-events: none;
            }

            .social_post_grid figure figcaption,
            .social_post_grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }


                /* Anchor will cover the whole item by default */


                /* For some effects it will show as a button */

                .social_post_grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .social_post_grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .social_post_grid figure h2 span {
                font-weight: 800;
            }

        .social_post_grid figure h2,
        .social_post_grid figure p {
            margin: 0;
        }

        .social_post_grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }


        /*---------------*/


        /***** Ming *****/


        /*---------------*/

        .social_post_grid figure.effect-ming {
            background: #030c17;
        }

            .social_post_grid figure.effect-ming img {
                opacity: 0.9;
                -webkit-transition: opacity 0.35s;
                transition: opacity 0.35s;
            }

            .social_post_grid figure.effect-ming figcaption::before {
                position: absolute;
                top: 30px;
                right: 30px;
                bottom: 30px;
                left: 30px;
                border: 2px solid #fff;
                box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
                content: '';
                opacity: 0;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
                -webkit-transform: scale3d(1.4, 1.4, 1);
                transform: scale3d(1.4, 1.4, 1);
            }

            .social_post_grid figure.effect-ming h2 {
                margin: 20% 0 10px 0;
                -webkit-transition: -webkit-transform 0.35s;
                transition: transform 0.35s;
            }

            .social_post_grid figure.effect-ming p {
                padding: 1em;
                opacity: 0;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
                -webkit-transform: scale(1.5);
                transform: scale(1.5);
            }

            .social_post_grid figure.effect-ming:hover h2 {
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
            }

            .social_post_grid figure.effect-ming:hover figcaption::before,
            .social_post_grid figure.effect-ming:hover p {
                opacity: 1;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }

            .social_post_grid figure.effect-ming:hover figcaption {
                background-color: rgba(58, 52, 42, 0);
            }

            .social_post_grid figure.effect-ming:hover img {
                opacity: 0.4;
            }

@media (min-width: 992px) {
    .mental_wellbeing_sec #body_intList .feature {
        margin-bottom: 0;
        min-height: inherit;
        height: auto;
    }

    .mental_sec_header {
        /*max-width: 780px;*/
        text-align: center;
        margin: 0 auto;
    }
}

.livefromhome_tabs.project-tab.second_version .nav {
    display: inline-block;
}

.livefromhome_tabs.project-tab.second_version .timetable .nav {
    display: block;
}

.livefromhome_tabs.project-tab.second_version .timetable .nav-tabs a.nav-link:hover {
    color: #ffffff;
}

.livefromhome_tabs.project-tab.second_version .timetable .nav-tabs a.nav-link.active {
    background-color: #a7d676;
}

.success-story {
    padding-bottom: 40px
}

    .success-story .container {
        max-width: 1400px
    }

    .success-story .block-head {
        margin-bottom: 30px
    }

        .success-story .block-head p {
            width: 100%;
            max-width: 880px;
            font-size: 20px;
            line-height: 1.5;
            color: #5e5e5e;
            margin: 0 auto;
            z-index: 9
        }

    .success-story .story {
        padding: 30px 0;
        margin: 0;
        align-items: center
    }

@media (min-width: 1200px) {
    .success-story .story {
        padding: 70px
    }
}

.success-story .story img {
    border-radius: 10px;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .success-story .story .story-content {
        padding-left: 100px
    }
}

@media (min-width: 1200px) {
    .success-story .story:nth-child(odd) .col-md-6.story-content {
        padding-right: 100px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .success-story .story:nth-child(odd) .col-md-6 {
        order: 2
    }

        .success-story .story:nth-child(odd) .col-md-6.story-content {
            order: 1
        }
}

.success-story .story h3 {
    font-size: 32px;
    font-weight: bold;
    color: #183b56 !important
}

.success-story .story .author-pos {
    font-family: "CeraPro";
    font-size: 14px;
    color: #1565b4;
    margin-bottom: 20px
}

    .success-story .story .author-pos .dote {
        padding: 0 5px;
        font-size: 25px;
        line-height: 3px;
        color: #183b56
    }

.success-story .story p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.46;
    color: #0f497b;
    margin-bottom: 24px
}

.story-highlight {
    color: #7c4091;
}

.float-opp-direction {
    float: right;
}

.profiler {
}

    .profiler .form-body {
        padding-top: 20px;
        padding-bottom: 20px;
        border-left: 1px solid #c7e7ea;
        background-color: #F5FCFC;
        min-height: 600px;
    }

        .profiler .form-body .form-group {
            border-bottom: 1px solid #c7e7ea;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .profiler .form-body .form-group .control-label {
                margin-bottom: 0px;
            }

                .profiler .form-body .form-group .control-label .english_label span {
                    color: #0f497b;
                }

    .profiler .nav-sidebar {
        width: 100%;
        padding: 8px 0;
        display: block !important;
    }

        .profiler .nav-sidebar .nav > li {
            position: relative;
            display: block;
            padding: 3px 15px;
            padding-right: 0px !important;
            width: 100%;
        }

        .profiler .nav-sidebar a {
            color: #333;
            -webkit-transition: all 0.08s linear;
            -moz-transition: all 0.08s linear;
            -o-transition: all 0.08s linear;
            transition: all 0.08s linear;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
            width: 100%;
            padding: 10px 15px;
            display: block;
        }

        .profiler .nav-sidebar .active a {
            cursor: default;
            background-color: rgba(159, 214, 218, 0.5803921568627451);
        }

            .profiler .nav-sidebar .active a:hover,
            .profiler .nav-sidebar a:hover {
                background-color: rgba(159, 214, 218, 0.5803921568627451);
                cursor: pointer;
                text-decoration: none;
            }

        .profiler .nav-sidebar .profiler .nav-sidebar .text-overflow .media-body {
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

    .profiler .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

.pd-lr-opp-direction {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.align-alt-left {
    text-align: left;
}

.align-alt-right {
    text-align: right;
}

.timetable h4,
.timetable p {
    text-align: left;
}

#body_btnHeal {
    display: none;
}

.RadUpload_Bootstrap .ruStyled {
    width: 100% !important;
    max-width: 100%;
}

    .RadUpload_Bootstrap .ruStyled .ruFakeInput {
        width: 100% !important;
    }

.RadUpload_Bootstrap .ruButton {
    position: absolute;
    right: 0 !important;
}


/******** Ribbon **********/

.block-content > .item {
    position: relative;
}

.block-content .ribbon {
    z-index: 10;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
}

    .block-content .ribbon:before,
    .block-content .ribbon:after {
        position: absolute;
        z-index: -1;
        content: "";
        display: block;
        border: 5px solid #e1833b;
    }

    .block-content .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 16px 0;
        background-color: #e1833b;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        text-align: center;
    }

.block-content .ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .block-content .ribbon-top-right:before,
    .block-content .ribbon-top-right:after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .block-content .ribbon-top-right:before {
        top: 0;
        left: 0;
    }

    .block-content .ribbon-top-right:after {
        bottom: 0;
        right: 0;
    }

    .block-content .ribbon-top-right span {
        left: -34px;
        top: 18px;
        transform: rotate(45deg);
    }

#ctl00_body_fPhotorow0 {
    /*border: 1px solid #cecece;
    padding: 2px 5px;
    border-radius: 5px;*/
}

.hub-box.new-size {
    padding: 40px 30px !important;
}

    .hub-box.new-size p {
        font-size: 18px;
        font-weight: 500;
    }

    .hub-box.new-size h3 {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
    }

.hub-box.jasur-box.new-size {
    background: #f5fcfc73;
}

.hub .hub-box.jasur-box .btn.btn-light {
    background: #c8ffffab;
    color: #4d8c8e;
    border-color: #c8ffffab;
}

.hub-box.know-box.new-size {
    background: rgba(248, 248, 254, 0.9);
}

.hub .hub-box.know-box .btn.btn-light {
    background: #e3e3ff;
    border-color: #e3e3ff;
    color: #8d8dff;
}

    .hub .hub-box.jasur-box .btn.btn-light:hover,
    .hub .hub-box.know-box .btn.btn-light:hover {
        background-color: #e1833b;
        border-color: #e1833b;
        color: #fff;
    }

.hub .hub-box p {
    margin-bottom: 0;
    padding-bottom: 60px;
}

.scamp {
    visibility: hidden;
    display: none;
}

.project-tab blockquote {
    font-style: italic;
    padding: 1.2em 30px 1.2em 75px;
    /* border-left: 8px solid #85cbcd; */
    line-height: 1.6;
    position: relative;
    /* background: #eefbfc; */
}

    .project-tab blockquote::before {
        font-family: Arial;
        content: "\201C";
        color: #85cbcd;
        font-size: 11em;
        position: absolute;
        left: -20px;
        top: -70px;
    }

    .project-tab blockquote span.sheikha_name {
        color: #54acb3;
        font-size: 18px;
        margin-top: 1.2em;
    }

    .project-tab blockquote strong {
        opacity: 0.8;
    }

    .project-tab blockquote::after {
        content: '';
    }

    .project-tab blockquote span {
        display: block;
        font-style: normal;
        font-weight: bold;
        margin-top: 0.4em;
    }

.register .page-title {
    font-size: 24px;
    font-weight: bold;
    color: #5e5e5e;
    margin-bottom: 30px;
    margin-top: 40px;
}

.register .register-steps {
    display: flex;
    margin-bottom: 40px;
}

    .register .register-steps .step-num {
        font-size: 24px;
        color: #000000
    }

    .register .register-steps .step-info h3 {
        font-size: 24px;
        line-height: 1.38;
        color: #4d4d4d;
        margin-bottom: 5px
    }

    .register .register-steps .step-info p {
        font-size: 18px;
        color: #949494;
        margin-bottom: 0;
        line-height: 1.3
    }


/* .register .upload-box {
    padding: 30px 50px
} */

.register .upload-box h3 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: normal !important;
    line-height: 1.18;
    color: #4d4d4d
}

.register .upload-box .form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #4e4e4e;
}

.register .upload-box .btn {
    line-height: 27px
}

.register .upload-box .custom-file label {
    line-height: 1.7;
    color: #d5d5d5;
    height: 45px
}

    .register .upload-box .custom-file label::after {
        top: 5px;
        font-size: 16px;
        right: 5px;
        height: calc(100% - 10px);
        padding: .375rem 1.25rem;
        border-radius: 5px;
        line-height: 1.3;
        color: #fff;
        content: "Upload";
        background-color: #a7d676
    }

.register .stepwizard-step {
    display: none
}

.register .gray-title {
    margin-top: 35px;
    font-family: "Avenir-Roman";
    font-size: 104px;
    font-weight: bold;
    color: #efefef
}

.register .forget-link {
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 15px;
    display: block
}

.register .sign-link {
    font-size: 18px;
    font-weight: 600;
    color: #5e5e5e;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.register .login-slider {
    max-width: 700px;
    text-align: center;
    margin: 100px auto 30px auto
}

    .register .login-slider .carousel-item img {
        margin-bottom: 50px;
        max-height: 350px;
    }

    .register .login-slider .carousel-item p {
        max-width: 510px;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.33;
        color: #4d4d4d
    }

    .register .login-slider .carousel-indicators {
        position: relative;
        margin: 20px 0 0 0;
        align-items: center
    }

        .register .login-slider .carousel-indicators li {
            width: 11px;
            height: 12px;
            background-color: #4d4d4d;
            opacity: 1;
            border-radius: 50%;
            margin-right: 6px;
            margin-left: 6px
        }

            .register .login-slider .carousel-indicators li.active {
                width: 16px;
                height: 17px;
                background-color: #5ba80c
            }

.upload {
    position: relative;
    width: 100%;
    min-height: 1;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: none;
    background: #fff;
    border: dashed 1.5px rgba(119, 126, 255, 0.478);
    animation: fadeup .5s .5s ease both;
    transform: translateY(20px);
    opacity: 0
}

    .upload .upload-files {
        padding: 20px
    }

        .upload .upload-files .body {
            text-align: center
        }

            .upload .upload-files .body.hidden {
                display: none
            }

            .upload .upload-files .body input {
                visibility: hidden;
                position: absolute
            }

            .upload .upload-files .body i {
                font-size: 65px;
                color: lightgray
            }

            .upload .upload-files .body p {
                font-size: 18px;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #4d4d4d;
                margin-top: 10px
            }

                .upload .upload-files .body p a {
                    color: #5ba80c
                }

            .upload .upload-files .body.active {
                border: dashed 2px #4db6ac
            }

                .upload .upload-files .body.active i {
                    box-shadow: 0 0 0 -3px #fff, 0 0 0 lightgray, 0 0 0 -3px #fff, 0 0 0 lightgray;
                    animation: file .5s ease both
                }

@keyframes file {
    50% {
        box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -8px 8px 0 -3px #fff, -8px 8px 0 lightgray
    }

    75%, 100% {
        box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -16px 16px 0 -3px #fff, -16px 16px 0 lightgray
    }
}

.upload .upload-files .body.active .pointer-none {
    pointer-events: none
}

.upload .upload-files footer {
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-top: 0;
    background-color: transparent
}

    .upload .upload-files footer .divider {
        margin: 0 auto;
        width: 0;
        text-align: center;
        overflow: hidden;
        transition: width .5s ease
    }

        .upload .upload-files footer .divider span {
            display: inline-block;
            transform: translateY(-25px);
            font-size: 12px;
            padding-top: 8px
        }

    .upload .upload-files footer.hasFiles {
        height: auto
    }

        .upload .upload-files footer.hasFiles .divider {
            width: 100%
        }

            .upload .upload-files footer.hasFiles .divider span {
                transform: translateY(0);
                transition: transform .5s .5s ease
            }

    .upload .upload-files footer .list-files {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        overflow-x: hidden;
        overflow-y: auto
    }

        .upload .upload-files footer .list-files::-webkit-scrollbar-track {
            background-color: rgba(211, 211, 211, 0.25)
        }

        .upload .upload-files footer .list-files::-webkit-scrollbar {
            width: 4px;
            background-color: rgba(211, 211, 211, 0.25)
        }

        .upload .upload-files footer .list-files::-webkit-scrollbar-thumb {
            background-color: rgba(77, 182, 172, 0.5)
        }

        .upload .upload-files footer .list-files .file {
            width: 100%;
            min-height: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            opacity: 0;
            animation: fade .35s ease both
        }

            .upload .upload-files footer .list-files .file .progress {
                width: 93%;
                height: 15px;
                border-radius: 10px;
                background: #a7d676 no-repeat;
                background-size: 100% 100%
            }

                .upload .upload-files footer .list-files .file .progress.active {
                    animation: progress 30s linear
                }

@keyframes progress {
    from {
        background-size: 0 100%
    }

    to {
        background-size: 100% 100%
    }
}

.upload .upload-files footer .list-files .file .done {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #a7d676;
    border-radius: 50%;
    margin-left: -10px;
    transform: scale(0);
    position: relative
}

    .upload .upload-files footer .list-files .file .done:before {
        content: "View";
        position: absolute;
        top: 0;
        left: -5px;
        font-size: 24px;
        opacity: 0
    }

    .upload .upload-files footer .list-files .file .done:hover:before {
        transition: all .25s ease;
        top: -30px;
        opacity: 1
    }

    .upload .upload-files footer .list-files .file .done.anim {
        animation: done1 .5s ease forwards
    }

        .upload .upload-files footer .list-files .file .done.anim #path {
            animation: done2 2.5s .5s ease forwards
        }

    .upload .upload-files footer .list-files .file .done #path {
        stroke-dashoffset: 7387.59423828125;
        stroke-dasharray: 7387.59423828125 7387.59423828125;
        stroke: #fff;
        fill: transparent;
        stroke-width: 50px
    }

@keyframes done2 {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes done1 {
    50% {
        transform: scale(0.5);
        opacity: 1
    }

    80% {
        transform: scale(0.25);
        opacity: 1
    }

    100% {
        transform: scale(0.5);
        opacity: 1
    }
}

.upload .upload-files footer .importar {
    outline: none;
    margin: auto;
    border: solid 1px #a7d676;
    color: #a7d676;
    background: transparent;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 4px;
    font-family: Roboto;
    line-height: 1;
    cursor: pointer;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    margin-left: calc(50% - 40px)
}

    .upload .upload-files footer .importar.active {
        transition: transform .5s 1.5s ease, opacity .5s 1.5s ease, background;
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

    .upload .upload-files footer .importar:hover {
        background: #a7d676;
        color: #fff
    }

.upload .upload-files footer .name {
    text-align: initial
}

    .upload .upload-files footer .name img {
        width: 45px;
        margin-right: 20px
    }

@keyframes fadeup {
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes faderight {
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade {
    to {
        opacity: 1
    }
}

@media (max-width: 400px) {
    .upload {
        width: 100%;
        height: 100%
    }
}

.upload-video {
    position: relative
}

    .upload-video h3 {
        margin-bottom: 50px
    }

    .upload-video .upload-img-abs {
        position: absolute;
        left: 0;
        top: 0;
        max-height: 100%
    }

    .upload-video .bottom-img {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 700px
    }

    .upload-video .container {
        position: relative;
        z-index: 2
    }

    .upload-video .upload-box {
        /*padding-bottom: 185px;*/
        margin-bottom: 20px
    }

.small-box {
    max-width: 400px;
    margin: 50px auto 80px auto
}

.form-box {
    margin-top: 11px;
    border-radius: 20px;
    box-shadow: 0 0 50px 0 #f2ffe3;
    background-color: #ffffff;
    padding: 50px;
    position: relative;
}

.modal-body .form-box {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #ffffff;
    padding: 0;
}

.form-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #5e5e5e;
    font-family: "Avenir-Roman"
}

.form-box .form-group {
    margin-bottom: 18px
}

.form-box label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #5e5e5e;
    margin-bottom: 8px;
}

.form-box .form-control {
    border-radius: 0;
    border: solid 1px #d5d5d5;
    background-color: #ffffff;
    color: #4d4d4d;
    height: 44px;
}

    .form-box .form-control:focus {
        box-shadow: none;
        border-color: #a7d676
    }

.interests {
    padding-top: 70px
}

    .interests .container {
        width: 100%;
        padding: 0 40px;
        max-width: 1500px
    }

    .interests .block-header .title {
        margin-bottom: 40px
    }

    .interests .block-header p {
        width: 100%;
        max-width: 880px;
        font-size: 20px;
        line-height: 1.5;
        color: #5e5e5e;
        margin: 0 auto;
        text-align: center;
        margin-bottom: -35px;
        position: relative;
        z-index: 9
    }

    .interests .inner {
        padding-top: 100px;
        padding-bottom: 50px;
        -webkit-clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%);
        background-color: #F5FCFC
    }

        .interests .inner .box {
            border-radius: 10px;
            /*box-shadow: 0 3px 10px 0 rgba(213,213,213,0.73);*/
            /*background-color: #ffffff;*/
            text-align: center;
            padding: 20px;
            height: calc(100% - 30px);
            margin-bottom: 30px
        }

            .interests .inner .box h4 {
                font-size: 15px;
                font-weight: 500;
                line-height: 1.65;
                color: #5e5e5e;
                margin-top: 30px
            }

.services-block .container {
    max-width: 1021px !important;
}

.services-block .nav-tabs {
    background-color: #eefbfc;
    width: 100%;
    max-width: 100%;
    margin-bottom: 90px
}

    .services-block .nav-tabs .nav-link {
        line-height: 40px;
        color: #5e5e5e
    }

        .services-block .nav-tabs .nav-link.active {
            color: #a7d676 !important
        }

.services-block .inner {
    padding-top: 0;
    background-color: #fff;
    -webkit-clip-path: none;
    clip-path: none;
    position: relative
}

    .services-block .inner .inner-bg {
        -webkit-clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%);
        background-color: #F9FDFD;
        position: absolute;
        right: 0;
        height: calc(100% - 80px);
        width: 100%;
        top: 80px
    }

    .services-block .inner .tab-content {
        padding-top: 0
    }

    .services-block .inner .box {
        background-color: transparent;
        box-shadow: none
    }

        .services-block .inner .box h4 {
            font-stretch: normal;
            font-style: normal;
            line-height: 1.39;
            letter-spacing: normal;
            text-align: center;
            color: #4d4d4d
        }

.nav-tabs {
    border-radius: 36px;
    border: 0;
    display: inline-flex;
    padding: 0;
    list-style-type: none;
    list-style: none;
    padding: 6px 8px 5px 8px;
    margin-top: 25px
}

    .nav-tabs .nav-link {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.39;
        color: #5e5e5e;
        border-radius: 36px
    }

        .nav-tabs .nav-link.active {
            border: 0;
            border-radius: 36px;
            background-color: #ffffff;
            color: #85cbcd !important
        }


/*.feature {
    text-align: left !important;
}*/


/*.feature img {
        max-height: none !important;
    }*/

#body_media_listing1 {
    height: auto !important;
}

.success-story .initiative-list .item .item-img {
    max-height: 220px !important;
    min-height: 220px !important;
}

.success-story .initiative-list .item .details ul li {
    margin-bottom: 7px;
    max-width: unset;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}

    .success-story .initiative-list .item .details ul li span {
        width: 100%;
    }

    .success-story .initiative-list .item .details ul li:nth-child(2) {
        font-weight: bold;
        font-size: 12pt;
        color: #e1833b;
    }

.success-story .initiative-list .item .details h3 {
    margin-bottom: 0px !important;
    color: #7c3f91;
    font-weight: bold;
}

.flip-card a {
    /*display: block;
            position: absolute;
            top: 0;
            right: 10px;
            bottom: 40px;
            left: 10px;
            z-index: 1;*/
}

.flip-card h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
}

.flip-card p {
    margin-top: 12px;
    font-size: 15px;
}

.flip-card small {
    display: block;
    color: #ffffff;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 465px;
    perspective: 1000px;
    display: inline-block;
    /* margin-bottom: 30px; */
    /* Remove this if you don't want the 3D effect */
}

.flip_container2 {
    margin-bottom: 30px;
}

.flip-card img {
    width: 430px;
    /* max-height: 300px; */
}


/* This container is needed to position the front and back side */

.flip-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
}


/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}


/* Position the front and back side */

.flip-card .flip-card-front,
.flip-card .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}


/* Style the front side (fallback if image is missing) */

.flip-card .flip-card-front {
    background-color: #a7d676;
    color: black;
}


/* Style the back side */

.flip-card .flip-card-back {
    background-color: #a7d676;
    color: #ffffff;
    transform: rotateY(180deg);
    padding: 20px;
}

.flip-card .story_title {
    background: #a7d676;
    padding: 10px 20px;
    /* color: #ffffff; */
    color: #ffffff;
}

    .flip-card .story_title h6 {
        margin-bottom: 0;
        /* opacity: 0.6; */
    }

.story_pic_cont {
    background: #ffffff;
}

ul.story_btns {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.story_btns li {
        display: inline-block;
    }

        ul.story_btns li a {
            padding: .375rem .75rem;
            border-radius: 10px;
            line-height: 30px;
            color: #fff;
            min-width: 150px;
            display: inline-block;
            margin: 15px 4px 0;
        }

            ul.story_btns li a.ng_btn {
                background: #ebffd7;
                color: #a7d676;
            }

            ul.story_btns li a.bordered_btn {
                border: solid 1px #ebffd7;
                color: #ebffd7;
                cursor: pointer;
            }

p.story_label {
    margin: 0;
    padding: 8px 12px;
    background: #ebffd7;
    color: #a7d676;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 8px;
}

.popover-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .popover-body ul li {
        display: inline-block;
        margin: 0 4px;
    }

        .popover-body ul li a {
            display: inline-block;
            /* padding: 8px; */
            background: #000;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

.flip-card-back .effect .buttons {
    margin-top: 10px;
}

.flip-card-back .effect a {
    width: 50px;
    height: 50px;
}

.flip-card-back .buttons a {
    background: #ebffd7;
    color: #a7d676;
}


/* #youtube_video_lightbox .embed-container {
                margin-top: 40px;
            } */

#youtube_video_lightbox .modal-content .modal-header .close {
    top: 0;
    right: 0;
}

#youtube_video_lightbox .embed-container iframe {
    width: 100%;
    height: 255px;
}

.effect {
    width: 100%;
}


    /* .effect:nth-child(2n+1) {
                 background-color: #fff; 
            } */

    .effect:nth-child(2n+1) h2 {
        color: #212121;
    }

    .effect .buttons {
        margin-top: 50px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .effect a:last-child {
        margin-right: 0px;
    }


/*common link styles !!!YOU NEED THEM*/

.effect {
    /*display: flex; !!!uncomment this line !!!*/
}

    .effect a {
        text-decoration: none !important;
        color: #fff;
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 10px;
        margin-right: 20px;
        font-size: 25px;
        overflow: hidden;
        position: relative;
    }

        .effect a i {
            position: relative;
            z-index: 3;
        }

        .effect a.fb {
            background-color: #3b5998;
        }

        .effect a.tw {
            background-color: #00aced;
        }

        .effect a.g-plus {
            background-color: #dd4b39;
        }

        .effect a.dribbble {
            background-color: #ea4c89;
        }

        .effect a.pinterest {
            background-color: #cb2027;
        }

        .effect a.insta {
            background-color: #bc2a8d;
        }

        .effect a.in {
            background-color: #007bb6;
        }

        .effect a.vimeo {
            background-color: #1ab7ea;
        }


    /* aeneas effect */

    .effect.aeneas a {
        -webkit-transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s, -webkit-transform 0.4s linear 0s;
        transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s, -webkit-transform 0.4s linear 0s;
        transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
        transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s, -webkit-transform 0.4s linear 0s;
    }

        .effect.aeneas a i {
            -webkit-transition: -webkit-transform 0.4s linear 0s;
            transition: -webkit-transform 0.4s linear 0s;
            transition: transform 0.4s linear 0s;
            transition: transform 0.4s linear 0s, -webkit-transform 0.4s linear 0s;
        }

        .effect.aeneas a:hover {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            border-radius: 50%;
        }

            .effect.aeneas a:hover i {
                -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
            }

@media (min-width: 1399px) {
    .flip-card {
        height: 515px;
    }
}


/*.title.title2 span::after {
    content: "";
    display: block;
    width: 100%;
    width: 100%;
    height: 15px;
    background-color: rgba(170, 255, 82, 0.23);
    position: absolute;
    bottom: 4px;
}
*/

.dashboard {
    padding: 11px 0;
    position: relative
}


    /* 
.dashboard .row {
    margin: 0 -15px;
} */


    /* .dashboard .row.top-col {
    margin: 0
}
 */

    .dashboard .blue-text {
        color: #0f497b !important
    }

    .dashboard p {
        font-size: 15px;
        line-height: 1.11;
        color: #4d4d4d;
        margin-bottom: 3px
    }

    .dashboard .edit-exp-modal .inner {
        background: #fff;
        padding: 30px;
        width: 650px;
        position: absolute;
        left: calc(100% + 10px);
        bottom: -50%;
        z-index: 9;
        transform: translateX(-650px);
        display: none
    }

        .dashboard .edit-exp-modal .inner .close-modal {
            font-size: 30px;
            font-weight: 600;
            position: absolute;
            right: 25px;
            top: 4px;
            color: #a7d676;
            font-family: "Avenir";
            cursor: pointer
        }

        .dashboard .edit-exp-modal .inner .px-0 {
            padding: 0px 4px 5px 4px !important
        }

        .dashboard .edit-exp-modal .inner .form-group {
            margin-bottom: 30px
        }

            .dashboard .edit-exp-modal .inner .form-group .btn {
                width: 100%;
                line-height: 29px;
                margin-top: -3.5px
            }

        .dashboard .edit-exp-modal .inner .green-text {
            font-size: 20px;
            font-weight: 600;
            color: #5ba80c
        }

        .dashboard .edit-exp-modal .inner .personal-info {
            width: auto;
            min-width: 169px;
            border-radius: 10px;
            border: solid 1px rgba(170, 255, 82, 0.23);
            background-color: rgba(170, 255, 82, 0.23);
            padding: 10px 20px;
            margin-right: 5px
        }

            .dashboard .edit-exp-modal .inner .personal-info .fa {
                color: #a7d676;
                float: right;
                margin-left: 20px
            }

        .dashboard .edit-exp-modal .inner .options {
            text-align: right
        }

            .dashboard .edit-exp-modal .inner .options .btn {
                font-size: 20px;
                width: 200px;
                text-transform: capitalize;
                line-height: 42px
            }

                .dashboard .edit-exp-modal .inner .options .btn.cancel {
                    color: #5ba80c
                }

                .dashboard .edit-exp-modal .inner .options .btn.btn-success {
                    border-radius: 10px;
                    background-color: #a7d676
                }

        .dashboard .edit-exp-modal .inner .border-block {
            border-radius: 10px;
            border: solid 1px #d5d5d5;
            padding: 15px
        }

        .dashboard .edit-exp-modal .inner .no-border {
            border: 0 !important;
            box-shadow: none !important
        }

        .dashboard .edit-exp-modal .inner .added-blocks {
            max-height: 150px;
            overflow-y: auto
        }

    .dashboard .menu-overly {
        top: 10px;
        border-radius: 10px;
        background-color: rgba(148, 148, 148, 0.19);
        position: absolute;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        z-index: 6;
        display: none
    }

    .dashboard .dash-menu {
        padding: 10px !important;
        /* max-width: 388px; */
        /*flex: 0 0 388px;*/
        /* border-radius: 10px; */
        /*background-color: #e8e8e8;*/
        background-color: #9ad4d894;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        /* padding: 24px; */
    }

    .dashboard .dash-body {
        padding: 10px;
        background-color: #9bd4d824;
        border-radius: 10px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .dashboard .dash-menu .menu-block {
        border-radius: 10px;
        box-shadow: 0 3px 10px 0 rgba(213, 213, 213, 0.14);
        background-color: #ffffff;
        padding: 15px;
        margin-bottom: 10px;
        position: relative;
        z-index: 9;
        min-height: 100px;
    }

        .dashboard .dash-menu .menu-block a.full-block {
            position: absolute;
            border: 2px solid #76b4b8;
            display: inline-block;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            border-radius: 10px;
        }

        .dashboard .dash-menu .menu-block.transparency {
            background-color: #7c3f91;
        }

            .dashboard .dash-menu .menu-block.transparency h4 {
                color: #fff !important
            }

    .dashboard .dash-menu .menu-block-1 {
        border-radius: 0px !important;
        box-shadow: none !important;
        background-color: #ffffff;
        padding: 0px 25px 0px 0px;
        margin-bottom: 0 !important;
        position: relative;
        z-index: 9;
    }

    .dashboard .dash-menu .menu-block.editable::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        z-index: 99;
        right: -10px;
        height: 100%;
        width: 20px;
        background: #fff
    }

    .dashboard .dash-menu .menu-block.editable .edit-exp-modal .inner {
        display: block;
        transform: translateX(0px)
    }

    .dashboard .dash-menu .menu-block:last-child .edit-exp-modal .inner {
        bottom: -20px
    }

    .dashboard .dash-menu .menu-block .thumbnail {
        width: 100%;
        overflow: hidden;
    }

        .dashboard .dash-menu .menu-block .thumbnail .view-img img {
            width: auto;
            display: block;
            height: 292px;
            border-radius: 10px;
            border: solid 2px #f2ffe3;
            object-fit: cover;
        }

        .dashboard .dash-menu .menu-block .thumbnail #upload {
            display: none
        }

        .dashboard .dash-menu .menu-block .thumbnail .uploadbtn {
            border: 0;
            color: #5ba80c;
            font: 400 15px 'Roboto', Arial, Helvetica, sans-serif;
            line-height: 1.1;
            float: right;
            border-radius: 50%;
            margin-top: -25px;
            position: relative;
            overflow: hidden;
            text-align: center;
            cursor: pointer;
            width: 43px;
            height: 43px;
            border: solid 2px #f2ffe3;
            background-color: #ffffff;
            margin-right: 15px;
            outline: 0;
            box-shadow: none !important;
            padding: 4px
        }

            .dashboard .dash-menu .menu-block .thumbnail .uploadbtn span {
                display: flex;
                width: 100%;
                height: 100%;
                justify-content: center;
                align-items: center
            }

                .dashboard .dash-menu .menu-block .thumbnail .uploadbtn span img {
                    height: 100%;
                    width: 100%;
                    border: 0 !important
                }

                    .dashboard .dash-menu .menu-block .thumbnail .uploadbtn span img.cam2 {
                        display: none
                    }

            .dashboard .dash-menu .menu-block .thumbnail .uploadbtn:hover {
                color: #fff;
                border-color: #5ba80c;
                background-color: #5ba80c
            }

                .dashboard .dash-menu .menu-block .thumbnail .uploadbtn:hover span img.cam1 {
                    display: none
                }

                .dashboard .dash-menu .menu-block .thumbnail .uploadbtn:hover span img.cam2 {
                    display: block
                }

    .dashboard .dash-menu .menu-block .QR {
        font-size: 18px;
        font-weight: 600;
        color: #949494;
        margin: 0 0 24px;
    }

        .dashboard .dash-menu .menu-block .QR span {
            width: 70px;
            height: 70px;
            border-radius: 6px;
            box-shadow: 0 3px 6px 0 rgba(213, 213, 213, 0.52);
            background-color: #ffffff;
            display: block;
            padding: 0;
        }

            .dashboard .dash-menu .menu-block .QR span img {
                width: 100%;
                height: 100%
            }

        .dashboard .dash-menu .menu-block .QR b {
            color: #4d4d4d;
            margin-right: 4px
        }

    .dashboard .dash-menu .menu-block .complete {
        margin-bottom: 15px
    }

        .dashboard .dash-menu .menu-block .complete .progress {
            height: 5px;
            border-radius: 10px;
            background-color: #eee;
            margin: 0 0 10px;
        }

            .dashboard .dash-menu .menu-block .complete .progress .progress-bar {
                border-radius: 10px;
                background-color: #5ba80c
            }

        .dashboard .dash-menu .menu-block .complete .w-4 {
            width: 40% !important
        }

        .dashboard .dash-menu .menu-block .complete .collapsed {
            cursor: pointer
        }

    .dashboard .dash-menu .menu-block .manage-block {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 5px;
    }

    .dashboard .dash-menu .menu-block .custom-control {
        font-size: 16px;
        color: #4d4d4d;
        font-weight: 400;
        margin-bottom: 10px
    }

    .dashboard .dash-menu .menu-block .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #5ba80c;
        background-color: #5ba80c
    }

    .dashboard .dash-menu .menu-block .collapse.show .card-body {
        padding: 0;
        border: 0;
        padding-bottom: 15px
    }

    .dashboard .dash-menu .menu-block p {
        color: #949494
    }

    .dashboard .dash-menu .menu-block h4 {
        font-size: 18px;
        font-weight: 100;
        line-height: 1;
        color: #0f497b;
        margin-bottom: 8px;
    }

    .dashboard .dash-menu .menu-block .personal-info {
        border-radius: 4px;
        background-color: #f1f1f1;
        padding: 8px;
        font-size: 14px;
        line-height: 1;
        color: #4d4d4d;
        margin: 5px;
    }

    .dashboard .dash-menu .menu-block .social {
        display: flex;
    }

        .dashboard .dash-menu .menu-block .social a {
            margin: 10px;
            display: block
        }

            .dashboard .dash-menu .menu-block .social a .fa {
                font-size: 25px
            }

            .dashboard .dash-menu .menu-block .social a .fa-twitter {
                color: #5fb2e9
            }

            .dashboard .dash-menu .menu-block .social a .fa-instagram {
                color: #bd298c
            }

            .dashboard .dash-menu .menu-block .social a .fa-facebook {
                color: #325892
            }

    .dashboard .dash-menu small {
        font-size: 14px;
        line-height: 1;
        color: #5ba80c;
        display: block;
    }

        .dashboard .dash-menu small .float-right {
            margin-top: 4px
        }

    .dashboard .dash-menu .show-all {
        font-size: 14px;
        line-height: 0.93;
        color: #5ba80c;
        cursor: pointer
    }

        .dashboard .dash-menu .show-all.float-right {
            margin-top: 4px
        }


    /* 
.dashboard .right {
    padding: 0 20px;
} */

    .dashboard h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.31;
        color: #4d4d4d;
        margin-bottom: 0
    }

    .dashboard .copy-link-inner {
        max-width: 100%;
        border-radius: 10px;
        border: solid 1px #5ba80c;
        background-color: #ffffff;
        padding: 10px 10px 10px 10px;
        position: relative;
        margin-top: 20px
    }

        .dashboard .copy-link-inner form {
            width: 100%
        }

            .dashboard .copy-link-inner form input {
                width: 100%;
                border: 0 !important;
                box-shadow: none !important;
                outline: none !important;
                font-size: 15px;
                color: #5ba80c
            }

            .dashboard .copy-link-inner form .btn-copy {
                background: none;
                box-shadow: none;
                border: 0;
                position: absolute;
                right: 6px;
                top: 9px;
                width: 27px;
            }

.doc_wrapper .ID-block {
    margin: 0 -15px
}

    .doc_wrapper .ID-block img {
        border-radius: 10px;
        width: 100%
    }

    .doc_wrapper .ID-block .upload-id {
        border-radius: 10px;
        border: dashed 1px #5ba80c;
        height: 100%
    }

        .doc_wrapper .ID-block .upload-id .page__wrapper {
            height: 100%
        }

            .doc_wrapper .ID-block .upload-id .page__wrapper .page__view {
                height: 100%
            }

            .doc_wrapper .ID-block .upload-id .page__wrapper .o3-file-uploader {
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center
            }

        .doc_wrapper .ID-block .upload-id .o3-phantom-trigger {
            padding: 10px 10px 30px 10px;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 5;
            border-radius: 10px
        }

            .doc_wrapper .ID-block .upload-id .o3-phantom-trigger img {
                width: auto
            }

            .doc_wrapper .ID-block .upload-id .o3-phantom-trigger h4 {
                font-size: 20px;
                font-weight: 500;
                line-height: 1;
                color: #4d4d4d;
                margin-bottom: 17px
            }

            .doc_wrapper .ID-block .upload-id .o3-phantom-trigger p {
                font-size: 18px;
                color: #4d4d4d
            }

                .doc_wrapper .ID-block .upload-id .o3-phantom-trigger p span.green-text {
                    display: block;
                    color: #5ba80c
                }

        .doc_wrapper .ID-block .upload-id .download-img {
            position: absolute;
            height: 100%;
            width: calc(100% - 30px);
            padding: 10px 20px;
            left: 15px;
            bottom: 0;
            background-image: linear-gradient(to bottom, rgba(167, 214, 118, 0), rgba(167, 214, 118, 0.83));
            border-radius: 10px;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end
        }

            .doc_wrapper .ID-block .upload-id .download-img .btn {
                border-radius: 5px;
                background-color: #ffffff;
                padding: 0;
                width: 30px;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-right: 3px;
                margin-left: 3px;
                cursor: pointer;
                position: relative;
                z-index: 99;
            }

                .doc_wrapper .ID-block .upload-id .download-img .btn label {
                    display: block;
                    width: 100%;
                    height: 100%;
                    margin: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer
                }

.dashboard .blocks {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(213, 213, 213, 0.3);
    border: solid 1px rgba(213, 213, 213, 0.55);
    background-color: #ffffff;
    /*  padding: 20px 10px; */
    margin-bottom: 20px;
}

    .dashboard .blocks:last-child {
        margin-bottom: 0;
    }

    .dashboard .blocks .editable-block.focused {
        border-bottom: 1px solid #fff;
        color: #e2e2e2
    }

    .dashboard .blocks .options {
        margin-top: 40px;
        text-align: center
    }

        .dashboard .blocks .options .btn {
            font-size: 20px;
            width: 200px;
            text-transform: capitalize;
            line-height: 42px
        }

            .dashboard .blocks .options .btn:first-child {
                margin-left: 15px;
            }

            .dashboard .blocks .options .btn:last-child {
                margin-left: 5px;
            }

            .dashboard .blocks .options .btn i {
                font-size: 12px;
                position: absolute;
                top: 6px;
                left: 7px;
            }

            .dashboard .blocks .options .btn.cancel {
                color: #5ba80c
            }


            /*.dashboard .blocks .options .btn.btn-success {
                border-radius: 10px;
                background-color: #a7d676
            }*/

            .dashboard .blocks .options .btn.btn-success.edit-btn {
                border-radius: 5px;
                background-color: #5ba80c;
                color: #fff;
                width: 26px;
                height: 22px;
                line-height: unset;
                padding: 0px;
                border: 0px;
                position: relative;
            }

                .dashboard .blocks .options .btn.btn-success.edit-btn i {
                    font-size: 12px;
                    position: absolute;
                    top: 6px;
                    left: 7px;
                }

            .dashboard .blocks .options .btn.btn-danger.btnDel {
                border-radius: 5px;
                background-color: #8b0707;
                color: #fff;
                width: 26px;
                height: 22px;
                line-height: unset;
                padding: 0px;
                border: 0px;
                position: relative;
            }

                .dashboard .blocks .options .btn.btn-danger.btnDel i {
                    font-size: 12px;
                    position: absolute;
                    top: 5px;
                    left: 9px;
                }

.dashboard .top-col .col-md-8 {
    padding: 0
}

    .dashboard .top-col .col-md-8 p {
        margin-bottom: 15px
    }

    .dashboard .top-col .col-md-8 .blocks {
        height: calc(100% - 10px)
    }

.dashboard .top-col .col-md-4 {
    padding: 0 0 0 10px
}

.blocks.stats_blocks {
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .blocks.stats_blocks .hours {
        position: relative;
        display: block;
        flex: 0 0 calc(50% - 20px);
        border-radius: 10px;
        margin-bottom: 14px;
        background-color: rgba(170, 255, 82, 0.1);
        padding: 50px 12px 12px;
        font-size: 12px;
        font-weight: 100;
        color: #5e5e5e;
        border: 1px solid rgba(170, 255, 82, 0.3);
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        min-height: 85px;
    }

        .blocks.stats_blocks .hours:last-child,
        .blocks.stats_blocks .hours:nth-last-child(3) {
        }

        .blocks.stats_blocks .hours span {
            font-weight: 500;
            color: #5e5e5e;
            width: 100%;
            text-align: center;
            font-size: 32px;
            position: absolute;
            left: 0;
            top: 10px;
        }

.dashboard .top-col strong {
    font-size: 17px;
    font-weight: 400;
    font-family: "Avenir-Roman";
    display: block;
    margin-bottom: 8px;
    color: #949494
}

.dashboard .top-col .btn-edit {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #5ba80c
}

.dashboard .nav-tabs {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 0;
    border-bottom: solid 1px rgba(213, 213, 213, 0.55);
    border-radius: 0
}

    .dashboard .nav-tabs .nav-item {
        margin-bottom: -1px;
        display: inline-block
    }

        .dashboard .nav-tabs .nav-item .nav-link {
            font-size: 20px;
            font-weight: 600;
            line-height: 1;
            color: #4d4d4d;
            padding-bottom: 20px;
            border-radius: 0;
            text-transform: capitalize;
        }

            .dashboard .nav-tabs .nav-item .nav-link.active {
                color: #a7d676 !important;
                border-bottom: 2px solid #a7d676
            }

.dashboard .tab-content {
    padding-top: 10px;
}

#myTabContent1 {
    padding-right: 13px;
    max-height: 600px;
    min-height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .dashboard .tab-content {
        /*min-height: 800px*/
    }
}

.dashboard .job-details .box {
    padding: 10px 0;
    position: relative
}

    .dashboard .job-details .box .edit-job {
        width: 30px;
        height: 30px;
        color: #fff;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.3);
        box-shadow: none;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px
    }

    .dashboard .job-details .box .work-date {
        color: #4d4d4d
    }

        .dashboard .job-details .box .work-date strong {
            font-weight: bold;
            font-family: "Avenir-Roman";
            font-size: 13px;
        }

        .dashboard .job-details .box .work-date .right {
            margin-left: 0
        }

    .dashboard .job-details .box .job-title {
        font-family: "Avenir-Roman";
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        color: #5e5e5e;
        margin: 0 0 14px 0
    }

    .dashboard .job-details .box .inner-box p {
        margin-bottom: 10px
    }

.dashboard .job-details .action-btn {
    box-shadow: 0 0 10px 0 rgba(213, 213, 213, 0.8);
    border-radius: 10px;
    padding: 10px;
}

    .dashboard .job-details .action-btn .btn.btn-success {
        border-radius: 10px;
    }

    .dashboard .job-details .action-btn .msg-records {
        top: 18px;
        position: absolute;
    }

.dashboard .job-details .box .inner-box .row {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(213, 213, 213, 0.8);
    background-color: #ffffff
}

    .dashboard .job-details .box .inner-box .row .col-12 {
        padding: 24px 24px 0 24px
    }


/* .dashboard .job-details .box .inner-box .row .col-12.col-md-5 {
    padding: 30px 24px 0 24px
} */

.dashboard .job-details .box .inner-box .green-bg {
    background-color: #a7d676;
    border-radius: 0 10px 10px 0
}

.dashboard .job-details .box .inner-box .purple-bg {
    background-color: #7c4091;
    border-radius: 0 10px 10px 0
}

.dashboard .job-details .box .inner-box .black-bg {
    background-color: #5e5e5e;
    border-radius: 0 10px 10px 0
}

.dashboard .job-details .box .inner-box .blue-bg {
    background-color: #0f497b;
    border-radius: 0 10px 10px 0
}

.dashboard .job-details .box .inner-box .options {
    margin: 23px -15px 15px -15px
}

    .dashboard .job-details .box .inner-box .options .btn {
        color: #fff;
        border-radius: 4px;
        background-color: rgb(162, 83, 189);
        padding: 0;
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 3px;
        margin-left: 3px;
        border: none;
    }

        .dashboard .job-details .box .inner-box .options .btn.blue {
            background-color: rgb(56, 116, 169);
        }

        .dashboard .job-details .box .inner-box .options .btn .fa {
            color: #fff
        }

.dashboard .job-details .add-job {
    border-radius: 10px;
    background-color: rgba(170, 255, 82, 0.07);
    padding: 20px
}

    .dashboard .job-details .add-job h3 {
        font-size: 24px;
        font-weight: 600;
        color: #000000
    }

    .dashboard .job-details .add-job .add-field {
        width: 265px;
        text-transform: capitalize;
        line-height: 42px;
        border-radius: 10px;
        background-color: #a7d676;
        margin-bottom: 130px;
        font-size: 20px
    }

        .dashboard .job-details .add-job .add-field:Hover {
            background-color: #e1833b;
            border-color: #e1833b
        }

    .dashboard .job-details .add-job label {
        font-size: 16px;
        font-weight: 600;
        font-family: "Avenir-Roman";
        color: #5e5e5e;
        text-transform: capitalize;
        display: block;
        margin-bottom: 0
    }

    .dashboard .job-details .add-job .form-control {
        border-radius: 6px;
        border: solid 1px #d5d5d5;
        background-color: #ffffff;
        height: 43px
    }

        .dashboard .job-details .add-job .form-control::placeholder {
            color: #d5d5d5
        }

    .dashboard .job-details .add-job .form-group {
        margin-bottom: 10px
    }

        .dashboard .job-details .add-job .form-group .col-4 {
            padding: 0 5px
        }

    .dashboard .job-details .add-job .custom-control-label {
        color: #0089ff
    }

    .dashboard .job-details .add-job .options {
        text-align: right
    }

        .dashboard .job-details .add-job .options .btn {
            font-size: 16px;
            width: auto;
            text-transform: capitalize;
            line-height: 33px;
            padding: 10px 20px 6px 20px
        }

.dashboard .train-part .col-12 {
    padding: 0 10px
}

.dashboard .training-box {
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 16px;
    margin-bottom: 20px
}

    .dashboard .training-box .col-md-4 {
        padding: 0
    }

        .dashboard .training-box .col-md-4 img {
            border-radius: 10px
        }

    .dashboard .training-box .col-md-8 {
        padding-right: 0
    }

    .dashboard .training-box h3 {
        font-size: 18px;
        font-weight: 600;
        color: #5e5e5e;
        font-family: "Avenir-Roman"
    }

    .dashboard .training-box p {
        font-size: 14px;
        line-height: 1.11;
        color: #4d4d4d
    }

        .dashboard .training-box p.small-date {
            color: #949494;
            font-size: 13px
        }

    .dashboard .training-box .bottom {
        margin-top: 5px;
        border-top: 1px solid #d5d5d5;
        padding-top: 15px
    }

        .dashboard .training-box .bottom .btn {
            width: 100%;
            margin-top: 30px;
            background-color: #a7d676;
            line-height: 35px
        }

    .dashboard .training-box .train-info h3 {
        font-size: 16px;
        font-weight: 600;
        color: #4d4d4d;
        font-family: "Avenir"
    }

    .dashboard .training-box .train-info p {
        color: #0f497b
    }

        .dashboard .training-box .train-info p i {
            color: #5e5e5e;
            font-size: 23px;
            vertical-align: text-bottom
        }

.dashboard .download-cert {
    display: none
}

    .dashboard .download-cert .back {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        color: #5ba80c;
        vertical-align: bottom
    }

        .dashboard .download-cert .back i {
            font-size: 33px;
            margin-right: 10px;
            vertical-align: sub
        }

    .dashboard .download-cert .btn-success {
        text-transform: uppercase
    }

@media (min-width: 768px) {
    .dashboard .download-cert .btn-success {
        width: 421px
    }
}

.dashboard .download-cert .cert {
    box-shadow: 10px 10px 50px 0 rgba(167, 214, 118, 0.47);
    background: url("../images/Confetti-Doodles.png") no-repeat center;
    background-size: 100%;
    padding: 35px;
    margin-top: 30px;
    position: relative
}

    .dashboard .download-cert .cert h2 {
        margin-top: 45px;
        font-size: 45px;
        color: #5ba80c
    }

    .dashboard .download-cert .cert p {
        font-family: "Avenir";
        font-size: 20px;
        line-height: 1.25;
        color: #4d4d4d
    }

    .dashboard .download-cert .cert .big-text {
        font-family: "Avenir";
        font-size: 30px;
        color: #949494;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .dashboard .download-cert .cert h3 {
        font-size: 50px;
        font-weight: 600;
        color: #4d4d4d
    }

    .dashboard .download-cert .cert h4 {
        font-size: 36px;
        font-weight: bold;
        color: #4d4d4d
    }

    .dashboard .download-cert .cert .block-footer {
        max-width: 800px;
        margin: 0 auto 15px auto;
        z-index: 9;
        position: relative
    }

    .dashboard .download-cert .cert hr {
        max-width: 500px;
        margin: 26px auto;
        border-color: rgba(167, 214, 118, 0.26)
    }

    .dashboard .download-cert .cert .abs-img {
        width: 210px;
        position: absolute;
        left: 0;
        bottom: 5px
    }

#timer_default {
    position: absolute;
    right: 0px;
    top: 28px;
    height: 44px;
    line-height: 43px;
    width: 65px;
    font-size: 14px;
}


/********** Profile Page ****************/

#profile_header {
    position: relative;
    height: 460px;
}

#pheader_img {
    height: 300px;
    overflow: hidden;
}

#p_photo {
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 160px;
    height: 160px;
    padding: 4px;
    background: #fff;
    border-radius: 5px;
}

#p_info {
    position: relative;
    top: 73px;
}

.p_hours_info {
    position: absolute;
    left: 220px;
    top: 20px;
}

    .p_hours_info ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .p_hours_info ul li {
            display: inline-block;
            text-align: center;
            margin: 0 15px;
        }

#p_info .vol_name {
    margin-bottom: 4px;
    font-size: 16px;
}

#p_info .vol_no {
    margin: 0;
}

#p_info p {
    font-size: 14px;
}

.p_c_container .alert {
    margin-bottom: 25px;
}

.box-style {
    background-color: #052c5c;
    padding: 25px 15px;
    text-align: center;
    color: #ffffff;
    border-radius: 15px;
    margin-bottom: 25px;
}

    .box-style:hover {
        cursor: pointer;
        background-color: #7c4091;
    }

    .box-style i {
        font-size: 26px;
    }

    .box-style p {
        margin: 0;
    }

#slider_container {
    margin-bottom: 30px;
}

.img_container {
    height: 200px;
    overflow: hidden;
}

#slider_container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.list_styling {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    #profile_header .container,
    .p_c_container .container {
        max-width: 1140px;
        position: relative;
    }
}

.img_hover_effect .list_styling {
    font-size: 14px;
}

.img_hover_effect .figure {
    background-color: rgba(230, 230, 230, .7);
    padding: 20px;
    display: block;
}

.img_hover_effect .figcaption {
    background-color: rgba(255, 255, 255, .9);
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1)
}


/************** image hover effects (https://codepen.io/maheshambure21/pen/kXwgyJ) *************/

[class*=' imghvr-'],
[class^=imghvr-] {
    font-family: Montserrat, sans-serif;
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: rgba(230, 230, 230, .7);
    color: #666;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    [class*=' imghvr-'] img,
    [class^=imghvr-] img {
        vertical-align: top;
        max-width: 100%
    }

    [class*=' imghvr-'] figcaption,
    [class^=imghvr-] figcaption {
        background-color: rgba(255, 255, 255, .9);
        padding: 20px;
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        border: 1px solid rgba(0, 0, 0, .1)
    }

    [class*=' imghvr-'] h3,
    [class*=' imghvr-'] p,
    [class^=imghvr-] h3,
    [class^=imghvr-] p {
        margin: 0;
        padding: 0
    }

    [class*=' imghvr-'] h3,
    [class^=imghvr-] h3 {
        font-weight: 700;
        color: #333;
        margin-bottom: 2px
    }

    [class*=' imghvr-'] p,
    [class^=imghvr-] p {
        font-family: Lora, sans-serif;
        font-size: .9em
    }

    [class*=' imghvr-'] a,
    [class^=imghvr-] a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1
    }

    [class*=' imghvr-'],
    [class*=' imghvr-'] *,
    [class*=' imghvr-'] :after,
    [class*=' imghvr-'] :before,
    [class*=' imghvr-']:after,
    [class*=' imghvr-']:before,
    [class^=imghvr-],
    [class^=imghvr-] *,
    [class^=imghvr-] :after,
    [class^=imghvr-] :before,
    [class^=imghvr-]:after,
    [class^=imghvr-]:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

.imghvr-fade figcaption,
.imghvr-fade:hover img {
    opacity: 0
}

.imghvr-fade:hover figcaption {
    opacity: 1
}

[class*=' imghvr-push-']:hover figcaption,
[class*=' imghvr-slide-']:hover figcaption,
[class^=imghvr-push-]:hover figcaption,
[class^=imghvr-slide-]:hover figcaption {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.imghvr-push-up figcaption {
    -webkit-transform: translateY(120%);
    transform: translateY(120%)
}

.imghvr-push-up:hover img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.error.help-block {
    color: #ab0000;
    font-size: 12px;
}

.o3-phantom-trigger.active {
    background: none !important;
}

    .o3-phantom-trigger.active .btn {
        display: none;
    }

.uploaded_img {
    display: none;
}

.o3-phantom-trigger.active .uploaded_img {
    display: inline-block;
}

.modal.custom_modal .modal-content .modal-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    background: rgb(8, 37, 62);
}

    .modal.custom_modal .modal-content .modal-header h5 {
        color: #fff;
    }


/*.modal.custom_modal .modal-body {
        max-height: initial;
    }*/

.page-search-opp .slide-wrapper,
.page-search-org .slide-wrapper {
    padding: 10px 20px;
    border: solid 1px #a7d676;
    background: rgba(170, 255, 82, 0.07);
}

    .page-search-opp .slide-wrapper .list-inline,
    .page-search-org .slide-wrapper .list-inline {
        margin-bottom: 0;
    }

.app_wrapper {
    position: relative;
}

.dropArea > p {
    line-height: 40px;
    font-size: 14px;
    position: relative;
    color: #666;
    /* margin-bottom: 30px; */
    overflow: hidden;
}

    .dropArea > p .btn-upload {
        width: 120px;
        padding: 4px 15px;
        font-size: 14px;
        border: 1px solid #0f497b;
        background-color: rgba(15, 73, 123, 0.76);
        color: #ffffff;
        margin-right: 20px;
        /*line-height: 100%;*/
    }

    .dropArea > p input {
        position: absolute;
        font-size: 480px;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        cursor: pointer;
    }

.image-container {
    position: relative;
    overflow: hidden;
    /* border: 1px solid #bbb; */
    margin-bottom: 5px;
}

    .image-container img {
        position: absolute;
    }

.list_view .card-title {
    margin-bottom: .25rem;
}

.list_view .card-title {
    margin-bottom: .25rem;
}

.list_view .card-text {
    margin-bottom: 5px;
}

.border_modal.modal.custom_modal .modal-content .modal-header {
    border-top: 5px solid #a7d676;
    border-bottom: solid 1px #eee;
    background: none;
}

.modal.border_modal .modal-content .modal-header .close {
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 16px;
    z-index: 9;
    padding: 20px;
    background: rgb(236 236 236 / 43%);
}

.modal.custom_modal.border_modal .modal-body {
    border-bottom: solid 5px #a7d676;
}

#countryCode, #countryCode1 {
    width: 80px;
    position: absolute;
    right: auto;
    text-align: center;
    top: 27px;
    background-color: #eee;
    border: none;
}

#mobile,
#intmobile, #p_ResidentialContact {
    padding-left: 95px;
}

.edit__btn {
    padding-left: 5px;
    cursor: pointer;
}

.circular_image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e0e0e0;
    display: inline-block;
    vertical-align: bottom;
}

    .circular_image img {
        width: 100%;
    }

.train-part .train-info {
    display: inline-block;
    padding-left: 15px;
}

#page-vol-dashboard .nav-tabs .nav-link:focus,
#page-vol-dashboard .nav-tabs .nav-link:hover {
    /* border-color: transparent;
    border-bottom: 2px solid #a7d676; */
}

.custom_table.table {
    border-collapse: collapse !important;
    color: #5e5e5e;
}

.table.custom_table thead th {
    border-bottom: none;
    background: rgba(0, 0, 0, .05);
    border-top: none;
}

.table.custom_table td,
.table.custom_table th {
    border-top: 1px solid #eaeaea;
}

.custom_modal .dataTables_wrapper.container-fluid {
    padding: 0;
}

.table.custom_table td .btn {
    padding: 1px 6px;
}

.table-striped.custom_table tbody tr:nth-of-type(odd) {
    background-color: #efffff73;
}

.cropper-bg {
    overflow: hidden;
}

#getCropped,
.get_cropper {
    margin-top: 15px;
}

#result,
.cropper_result {
    margin: 0 auto;
    border: solid 1px rgba(168, 239, 239, 0.6);
    padding: 8px;
    border-radius: 8px;
    background: rgba(245, 252, 252, 0.8);
    text-align: center;
    margin-bottom: 20px;
}

    #result img,
    .cropper_result img {
        /*width: 200px;*/
        margin: 0 auto;
        display: inline-block;
        border-radius: 8px;
    }

ul.navbar-nav li.dropdown-user {
    line-height: 1 !important;
    /* margin-right: 15px; */
    border: 1px solid rgb(15 73 123 / 26%);
    padding-left: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*background-color: rgb(15 73 123 / 15%);*/
    min-width: 100px;
}

ul.navbar-nav li a.dropdown-user-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6E6B7B;
    padding: 0 .5rem;
    position: relative;
    white-space: nowrap;
}

    ul.navbar-nav li a.dropdown-user-link .user-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        float: right;
        margin-right: .8rem;
        margin-left: .8rem;
        margin-top: 0.3rem;
    }

    ul.navbar-nav li a.dropdown-user-link .user-name {
        display: inline-block;
        margin-bottom: .2rem;
        margin-left: .2rem;
        width: 100%;
        text-align: left;
    }

    ul.navbar-nav li a.dropdown-user-link .user-status {
        font-size: smaller;
        display: block;
        text-align: left;
        color: rgba(0, 0, 0, .5);
        width: 100%;
    }

.dropdown-user-link .avatar {
    white-space: nowrap;
    background-color: #C3C3C3;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    color: #FFF;
    display: inline-flex;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    overflow: hidden;
}

ul.navbar-nav li a.dropdown-user-link img {
    box-shadow: 0 4px 8px 0 rgb(34 41 47 / 12%), 0 2px 4px 0 rgb(34 41 47 / 8%);
}

.avatar .avatar-status-online {
    background-color: #28C76F;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #FFF;
}

.bg-light .navbar-nav .nav-item .nav-link.dropdown-user-link {
    line-height: 1;
    color: #4d4d4d;
    display: block;
    font-size: 16px;
    padding: 5px 0;
}

    .bg-light .navbar-nav .nav-item .nav-link.dropdown-user-link::after,
    .bg-light .navbar-nav .nav-item .nav-link.dropdown-user-link:hover::after {
        /* display: none; */
        opacity: 0;
        display: none;
    }

.dropdown-menu.custom-dropdown-menu {
    min-width: 16rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #7d7d7d;
    text-align: left;
    list-style: none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(34, 41, 47, .05);
    border-radius: .358rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}

.custom-dropdown-menu .dropdown-item {
    padding: .75rem 1.5rem;
    border-bottom: solid 1px #f3f3f3;
    color: #6b6b6b;
}

    .custom-dropdown-menu .dropdown-item:last-child {
        border: none;
    }

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:visited {
    background-color: #eefbfc;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #6b6b6b;
    outline: none;
}

.mobile_input {
    /* font-size: 14px; */
    position: relative;
}

    .mobile_input .country-select.inside input,
    .mobile_input .country-select.inside input[type=text] {
        padding-left: 80px;
        position: relative;
        top: -6px;
    }

    .mobile_input .txt_mobile {
        padding-left: 90px;
    }

    .mobile_input .country-select.inside .selected-flag {
        width: 86px;
        top: -6px;
    }

    .mobile_input .selected-flag .flag > span {
        display: inline-block;
        position: absolute;
        left: 28px;
        top: -4px;
    }

    .mobile_input .country_code {
        width: 78px;
        position: absolute;
        text-align: center;
    }

#page-vol-profile .steps {
    padding-top: 0;
}

    #page-vol-profile .steps .tab-content {
        padding-top: 0;
    }

    #page-vol-profile .steps .nav-tabs .nav-link {
        min-width: 220px;
    }

#docs-container .o3-phantom-trigger,
#docs-container .o3-phantom-trigger p {
    text-align: center;
}

.doc_wrapper .ID-block .upload-id .download-img .btn {
    display: none;
}

.doc_wrapper .ID-block .page__view.active .download-img .btn {
    display: block;
}

.doc_wrapper .ID-block .upload-id,
.doc_wrapper .ID-block .upload-id .page__wrapper,
.doc_wrapper .ID-block .upload-id .page__wrapper .page__view,
.doc_wrapper .ID-block .upload-id .page__wrapper .o3-file-uploader,
.doc_wrapper .ID-block .upload-id .o3-phantom-trigger,
.doc_wrapper .ID-block .upload-id .download-img {
    /* height: 100%; */
    height: auto;
}

.doc_wrapper .ID-block .upload-id {
    border: none;
}

.o3-file-uploader {
    background: linear-gradient(to bottom, rgba(167, 214, 118, 0), rgba(167, 214, 118, 0.83));
    position: relative;
    margin-bottom: 30px;
}

.doc-css-wrapper {
    position: relative;
    margin-bottom: 20px;
    border: dashed 1px #5ba80c;
    border-radius: 10px;
    opacity: 0.8;
    text-align: center;
    overflow: hidden;
    padding: 2px;
    overflow: hidden;
    background-color: #eee;
}

    .doc-css-wrapper .upload-doc-modal-btn {
        min-height: 258px;
    }

    .doc-css-wrapper.active {
        opacity: 1;
        padding: 5px;
    }

    .doc-css-wrapper ul.btn-upload,
    .img-details ul {
        list-style: none;
        margin: 0;
        display: inline-block;
    }

.img-details ul {
    /*background: rgba(255, 255, 255, .85);*/
    padding: 8px;
    padding-left: 0px;
    /*display: none;*/
}

    .img-details ul li:first-child {
        font-size: 13pt;
    }

.doc-css-wrapper ul.btn-upload li {
    display: inline-block;
}

.doc-css-wrapper ul.btn {
    padding: 10px;
}

.doc-css-wrapper ul.btn-upload li > a {
    color: #a7d676;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #e9fdd4;
    padding: 2px 7px;
    background: #f3ffe7;
}

.user-photo .doc-css-wrapper ul.btn {
    padding: 0;
}

.doc-css-wrapper h4 {
    font-size: 18px;
}

.doc-css-wrapper p {
    font-size: 14px;
}

.doc-css-wrapper .download-img {
    display: none;
}

.doc-css-wrapper.active .download-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.doc-css-wrapper.active .upload-doc-modal-btn {
    display: none;
}

.doc-css-wrapper .box20 {
    display: none;
}

.doc-css-wrapper.active .box20 {
    display: block;
    border-radius: 10px;
}

.doc-css-wrapper.active .uploaded_img {
    display: block;
    max-height: 220px;
    height: 220px;
    max-width: 100%;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.doc-css-wrapper.active .img-details {
    /*background: rgba(255, 255, 255, .8);*/
    /*position: absolute;*/
    bottom: 0;
    left: 20px;
    /*border-radius: 10px 10px;*/
    overflow: hidden;
    /*width: calc(100% - 40px);*/
    /*backdrop-filter: blur(10px) saturate(4);
    -webkit-backdrop-filter: blur(10px) saturate(4);
    box-shadow: 0 0 35px rgb(0 0 0 / 35%);*/
    min-height: 90px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .doc-css-wrapper.active .img-details ul {
        display: block;
        text-align: left;
    }

        .doc-css-wrapper.active .img-details ul li {
            padding: 2px;
            font-size: 13px;
        }

            .doc-css-wrapper.active .img-details ul li:first-child {
                margin-bottom: 10px;
            }

.orange-btn,
.timetable .nav-tabs a.nav-link.orange-btn {
    background-color: rgb(255 170 82 / 36%);
}

    .orange-btn:hover,
    .timetable .nav-tabs a.nav-link.orange-btn:hover {
        background-color: rgb(255 170 82 / 52%);
    }


/************* Video page ***********/

.ekko-lightbox.modal .modal-content {
    border-radius: 15px;
}

    .ekko-lightbox.modal .modal-content .modal-header .close {
        position: absolute;
        z-index: 9;
        background: #a7d676;
        color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 10px;
        text-align: center;
        top: 30px;
        right: 30px;
        padding: 0;
    }

.ekko-lightbox.modal .modal-body {
    max-height: none;
}

.element-item {
    margin: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.ekko-lightbox.modal .modal-content .modal-header {
    padding: 1rem 1rem 0 1rem;
    border: 0;
}

.video_section .img-responsive {
    width: 100%;
    height: 100%;
}

.video_section button.btn-play {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    margin-left: -15px;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    width: 100%;
    background-color: transparent;
    color: rgba(245, 245, 245, 0.8);
}

    .video_section button.btn-play:hover,
    .video_section button.btn-play:active,
    .video_section button.btn-play:visited,
    .video_section button.btn-play:focus {
        color: white;
    }

    .video_section button.btn-play .glyphicon {
        padding: 0;
        margin: 0;
        color: inherit;
        background-color: inherit;
        font-size: 64px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .video_section button.btn-play .glyphicon {
        font-size: 56px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video_section button.btn-play .glyphicon {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .video_section a.video {
        display: block;
    }

    .video_section button.btn-play .glyphicon {
        font-size: 56px;
    }
}

.video_section .video_container {
    position: relative;
    margin-bottom: 40px;
}

    .video_section .video_container > a {
        text-decoration: none;
    }

.video_section .play {
    height: 40px;
    width: 40px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    right: 10px;
    bottom: 10px;
    display: block;
    background: #FA614D;
    transition: background-color 0.5s ease;
    color: white;
    line-height: 40px;
}

    .video_section .play:hover {
        background: #C31A1F;
    }

.video_section .icon-play {
    line-height: 80px;
}

    .video_section .icon-play:before {
        cursor: pointer;
    }

.inner_page .navigation-bar {
    -webkit-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    -moz-box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
}

.video_section .video_content {
    background: #f7f8f9;
    padding: 20px;
    border-left: solid 2px #85cbcd;
}

    .video_section .video_content h5 {
        margin-bottom: 8px;
        opacity: 0.9;
        color: #5e5e5e;
    }

    .video_section .video_content h6 {
        opacity: 0.6;
        color: #5e5e5e;
    }

    .video_section .video_content p {
        margin: 0;
        display: inline-block;
        padding: 2px 12px;
        background: #a7d676;
        border-radius: 8px;
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        margin-top: 8px;
        position: absolute;
        top: 5px;
        left: 10px;
    }

.video_section .image_cont {
    position: relative;
    height: 260px;
}

.video_section .button-group {
    margin-bottom: 30px;
    text-align: center;
}

    .video_section .button-group .button {
        float: none;
        display: inline-block;
        border-radius: 10px;
        margin-left: 0;
        margin-right: 7px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 8px 15px;
        background-color: #fff;
        border: 2px solid #85cbcd;
        color: #85cbcd;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

        .video_section .button-group .button:last-child {
            margin-right: 0;
        }

        .video_section .button-group .button:active,
        .video_section .button-group .button.is-checked {
            background-color: rgba(0, 199, 217, 1);
            border: 2px solid rgba(0, 199, 217, 1);
            border: none;
            outline: none;
            color: #fff;
        }

button:focus {
    border: none;
    outline: none;
}


/* New Block */

.new-block {
    color: #333333;
    text-align: left;
    padding: 40px 55px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: rgba(242, 255, 227, 0.43);
    margin: 40px 0 80px 0;
}

.expo__sec {
    padding: 80px 0;
}

    .expo__sec .container {
        max-width: 100%;
    }

    .expo__sec .nav-tabs .nav-item {
        min-width: unset;
    }

    .expo__sec .steps .nav-tabs .nav-link {
        min-width: 130px;
        margin: 0 8px;
    }

    .expo__sec .steps .nav-tabs {
        display: block;
        margin-top: 0;
    }

#filters_form .form-check {
    padding-left: 0;
}

.expo-main-banner .img-responsive {
    width: 100%;
}

.supervisor-block {
    border-radius: 20px;
    background-color: rgba(170, 255, 82, 0.07);
    padding: 20px 15px;
}

.page-expo2020-details .social-list,
.page-expo2020-details .expo-bold-list {
    padding-left: 15px;
}

    .page-expo2020-details .social-list li {
        margin-bottom: 5px;
    }

        .page-expo2020-details .social-list li em {
            margin-right: 5px;
        }

.page-expo2020-details #Section1 {
    margin-bottom: 30px;
}

#load_fields > label {
    padding-top: 20px;
    border-top: solid 1px #e6e6e6;
    display: block;
    padding-bottom: 10px;
    /* background: #e6e6e6; */
}

    #load_fields > label:first-child {
        border: none;
    }

#filters_form .card {
    border: none;
    border-bottom: 1px solid #a7d676;
}

#filters_form .list-inline {
    margin-top: 0;
    padding: 10px;
    background: #fbfbfb;
}

.opportunity-details .app-header,
.page-opportunity-details .app-header {
    padding-top: 30px;
}

.shortlisting_box {
    margin-top: 30px;
}

    .shortlisting_box .feature {
        text-align: left;
        background-color: rgba(242, 255, 227, 0.43);
        background-image: url(../images/s1.svg);
    }

    .shortlisting_box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .shortlisting_box ul li {
            margin-bottom: 12px;
        }

            .shortlisting_box ul li i {
                margin-right: 5px;
            }

.page-opportunity-details .tab-content {
    padding-top: 0;
    padding-bottom: 30px;
}

.page-opportunity-details .project-tab {
    padding: 20px;
}

dl,
ol,
ul {
    padding: 0;
    padding-left: 15px;
}

.page-vol-register .icheckbox_square-grey {
    position: absolute !important;
}

.page-vol-register .skin.skin-square > label {
    padding-left: 40px;
    line-height: 22px;
    top: -4px;
    position: relative;
}

.dashboard .doc_wrapper {
    position: relative;
    padding: 20px 20px 0;
}

.page-search-opp #_loadFilters {
    padding-bottom: 40px;
}


/* Select2 */

.select2.select2-container {
    width: 100% !important;
}

    .select2.select2-container .select2-selection {
        border: 1px solid #ccc;
        border-radius: 0;
        height: 45px;
        margin-bottom: 0;
        outline: none;
        transition: all 0.15s ease-in-out;
    }

        .select2.select2-container .select2-selection .select2-selection__rendered {
            color: #5e5e5e;
            line-height: 42px;
            padding-right: 43px;
            padding-left: 16px;
            background: #f8f8f8;
        }

        .select2.select2-container .select2-selection .select2-selection__arrow {
            background: #f8f8f8;
            border-left: 1px solid #ccc;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            height: 42px;
            width: 43px;
            right: 2px;
        }

    .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
        background: #f8f8f8;
    }

        .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
            -webkit-border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0;
        }

    .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
        border: 1px solid #5e5e5e;
    }

    .select2.select2-container.select2-container--focus .select2-selection {
        /* border: 1px solid #5e5e5e; */
    }

    .select2.select2-container .select2-selection--multiple {
        height: auto;
        min-height: 34px;
    }

        .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
            margin-top: 0;
            height: 32px;
        }

        .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
            display: block;
            padding: 0 4px;
            line-height: 29px;
        }

        .select2.select2-container .select2-selection--multiple .select2-selection__choice {
            background-color: #f8f8f8;
            border: 1px solid #ccc;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin: 4px 4px 0 0;
            padding: 0 6px 0 22px;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            position: relative;
        }

            .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
                position: absolute;
                top: 0;
                left: 0;
                height: 32px;
                width: 32px;
                margin: 0;
                text-align: center;
                color: #e74c3c;
                font-weight: bold;
                font-size: 16px;
            }

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

    .select2-container .select2-dropdown .select2-search {
        padding: 0;
    }

        .select2-container .select2-dropdown .select2-search input {
            outline: none;
            border: 1px solid #5e5e5e;
            border-bottom: none;
            padding: 4px 6px;
        }

    .select2-container .select2-dropdown .select2-results {
        padding: 0;
    }

        .select2-container .select2-dropdown .select2-results ul {
            background: #fff;
            border: 1px solid #5e5e5e;
        }

            .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
                background-color: #3498db;
            }

.vol-types.uae_pass {
    text-align: center;
    padding: 0;
}

    .vol-types.uae_pass .type {
        padding: 50px;
    }

    .vol-types.uae_pass p {
        margin-bottom: 0;
        min-height: initial;
        font-size: 16px;
    }

    .vol-types.uae_pass img {
        height: initial;
        object-fit: none;
        margin-bottom: 5px;
    }

.page-vol-dashboard .slick-slide {
    box-shadow: none;
}

.photo_sec,
.opp_box_header {
    padding: 8px;
    border: solid 1px rgba(91, 168, 12, .50);
    border-radius: 10px;
}

.opp_box_header {
    padding: 10px 10px 10px 10px;
}

.photo_sec {
    margin-bottom: 15px;
}

.page-vol-dashboard #qr_img {
    position: absolute;
}

.page-vol-dashboard .qr_cont {
    padding-left: 90px;
    display: inline-block;
    overflow-wrap: anywhere;
}

.page-vol-dashboard .qr_name {
    margin: 0;
    font-weight: 600;
    color: #4d4d4d !important;
    font-size: 15px;
}

.page-vol-dashboard .qr_email {
    margin: 0;
}

.photo_sec .userID {
    color: #949494;
}

.user-photo .doc-css-wrapper {
    border: none;
}

.dashboard .dash-menu .menu-block .thumbnail .view-img img {
    border-radius: 50%;
    border: dashed 2px #5ba80c;
    display: inline-block;
    height: 132px;
}

.opp_box_header {
    position: relative;
    z-index: 2;
    background-color: rgba(91, 168, 12, .06);
}

    .opp_box_header:not(:first-child) {
        margin-top: 20px;
    }

    .opp_box_header h3 {
        font-size: 18px;
    }

    .opp_box_header p {
    }

.opp_box_footer {
    border-top: 1px solid rgba(91, 168, 12, .23);
    /* border-radius: 6px; */
    padding: 10px;
    color: #fff;
    margin: 10px 0px 0;
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
}

    .opp_box_footer p {
        color: rgb(91, 168, 12);
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
    }

.summary-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.ar-font {
    font-family: "helvetica-Roman";
}

.doc-css-wrapper.active .img-details ul li strong {
    font-size: 16px;
    font-weight: bolder;
    color: #5ba80c;
}

#load_experience .inner-box > .row,
#load_education .inner-box > .row {
    margin: 0;
}


/*Multistep Form Wizard*/

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal;
    text-align: center;
}

#msform {
    /*text-align: center;*/
    position: relative;
    margin-top: 20px;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }


        /*.form-card {
            text-align: left
        }*/

        #msform fieldset:not(:nth-of-type(1)) {
            display: none
        }

    #msform .action-button {
        width: 100px;
        background: #673AB7;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 0px 10px 5px;
        float: right
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            background-color: #311B92
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px 10px 0px;
        float: right
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            background-color: #000000
        }

    #msform hr {
        border-top: 1px solid rgb(103, 58, 183);
    }

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    /*text-align: left*/
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.fieldlabels {
    color: gray;
    /*text-align: left*/
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #673AB7
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 20%;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
    }

    #progressbar #profile:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f030"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #673AB7
    }

.progress {
    height: 6px;
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.project-tab.second_version.modal-body span {
    display: block;
}

    .project-tab.second_version.modal-body span.danger {
        display: inline-block;
    }

.project-tab.second_version.modal-body .tab-content {
    padding-top: 0;
}

.project-tab.second_version.modal-body .nav {
    margin-bottom: 15px;
    margin-top: 0px;
}


/*legend Multistep form Wizard*/

.form-group {
    /* margin-bottom: 2rem !important; */
}

.iconbox {
    /*padding: 20px;*/
    /*border: 1px solid #555;*/
    display: inline-flex;
    width: 100%;
    min-height: 88px;
}

    .iconbox p {
        margin-bottom: 0;
    }

.icon-wrap {
    background: rgb(124, 64, 145);
    padding: 7px;
    /*margin-right: 15px;*/
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .icon-wrap i {
        font-size: 1.7rem;
        width: 3rem;
        color: #fff;
    }

.text-wrap {
    padding: 10px 10px 10px 0px;
    width: 100%;
}

    .text-wrap h5 {
        font-size: 10pt;
        text-align: center;
    }


/*********************** Demo - 20 *******************/

.box20 {
    position: relative;
    overflow: hidden;
    height: 245px;
    /* margin-bottom: 20px;
    padding: 5px;
    border: 1px dashed #8bc04d;
    border-radius: 10px;
    height: 245px; */
}

    .box20:after,
    .box20:before {
        position: absolute;
        content: ""
    }

    /* .box20:before {
        width: 80%;
        height: 220%;
        background: #0f497b;
        top: -50%;
        left: -100%;
        z-index: 1;
        transform: rotate(25deg);
        transform-origin: center top 0;
        transition: all .5s ease 0s
    }

    .box20:hover:before {
        left: 10%;
        display: none;
    }

    .box20:after {
        width: 55%;
        height: 175%;
        background-color: rgba(0, 0, 0, .8);
        bottom: -1000%;
        left: 53%;
        transform: rotate(-33deg);
        transform-origin: center bottom 0;
        transition: all .8s ease 0s
    } */

    .box20 .box-content,
    .box20 .icon {
        width: 100%;
        padding: 0 10px;
        position: absolute;
        right: 0;
        z-index: 2;
        transition: all 1.1s ease 0s
    }

    .box20:hover:after {
        bottom: -70%;
        display: none;
    }

    .box20 img {
        /* width: 100%; */
        height: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
    }

    .box20 .box-content {
        top: -100%;
        color: #fff;
        display: none;
    }

    .box20:hover .box-content {
        top: 5px;
        text-align: left;
    }

    .box20 .title {
        font-size: 17px;
        margin: 0;
        color: #fff;
        text-align: left;
    }

    .box20 .icon li a,
    .box20 .post {
        display: inline-block;
        font-size: 14px
    }

.myparticipation,
.doc_wrapperNew,
.education-experience {
    position: relative;
}

.blocks.doc_wrapper.doc_wrapperNew {
    min-height: 200px;
}

.box20 .post {
    margin-top: 5px
}

.box20 .icon {
    list-style: none;
    margin: 0;
    right: 0;
    bottom: 10px;
    text-align: right;
    width: auto;
    opacity: 0;
}

.box20:hover .icon {
    opacity: 1;
}
/* .frontLayer:active .icon,
.box20:active .icon,
.frontLayer:focus .icon,
.box20:focus .icon,
.frontLayer:visited .icon,
.box20:visited .icon{
    right: 0;
}  */
.box20 .icon li {
    /*display: inline-block*/
}

    .box20 .icon li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: rgb(255 255 255 / 90%);
        border-radius: 5px;
        margin: 2px 0px;
        color: #0a3559;
        text-align: center;
        transition: all .5s ease 0s;
    }

        .box20 .icon li a:hover {
            background: #fff;
            color: #ff402a
        }

@media only screen and (max-width:990px) {
    .box20 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .box20 .title {
        font-size: 20px
    }
}


/*#mdlScanner.modal .modal-content {
    border-radius: 20px;
    background-color: #08253e;
}

    #mdlScanner.modal .modal-content .modal-body {
        padding-bottom: 0px !important;
    }

        #mdlScanner.modal .modal-content .modal-body h4 {
            color: #fff;
        }*/

#eid_slider .slick-list {
    padding-bottom: 0px !important;
}

#eid_slider .uploader label {
    border-radius: 5px;
}

/*.modal.custom_modal .modal-content .modal-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}*/

.dashboard ul .nav {
    margin-bottom: 0px !important;
}

.participation-hours {
    font-size: 11pt;
    position: absolute;
    right: 15px;
    top: 0px;
    background-color: rgba(91, 168, 12, .10);
    border-radius: 6px;
    padding: 8px 10px;
    text-align: center !important;
    border: 1px solid rgba(91, 168, 12, .23);
}

    .participation-hours span {
        font-size: 15pt;
        font-weight: bold;
    }

.CV-timeline {
    position: relative;
    margin: 0 0 0 0.5em;
    padding-left: 1.5em;
    border-left: solid 1px #222;
}

    .CV-timeline:first-of-type {
        margin-top: 1em;
    }

    .CV-timeline:last-of-type {
        border-left-color: transparent;
    }

    .CV-timeline:before {
        content: "";
        position: absolute;
        top: 0;
        left: -0.5em;
        display: block;
        width: 1em;
        height: 1em;
        border: solid 1px #222;
        background-color: #FFF;
        border-radius: 50%;
    }

.CV-timeline-heading {
    margin: 0;
    padding-bottom: 0.5em;
    line-height: 1em;
    font-weight: normal;
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
    font-size: 18px;
}

.CV-timeline-heading-title {
    line-height: 1;
    color: #0f497b;
    /* font-style: italic; */
    text-transform: capitalize;
}

.CV-timeline-heading-location {
    font-size: 0.9em;
}

.CV-timeline-heading-duration {
    display: block;
    font-size: 0.8em;
    color: #6f6f6f;
    line-height: 35px;
}

.CV-timeline-details {
    display: block;
    margin: 0;
    padding-bottom: 2em;
    padding: 0 0 2em 1em;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGElEQVQIW2NkYGD4D8TIgJERTQDMpVAQAGaUAQbko3DsAAAAAElFTkSuQmCC);
}

.CV-timeline-details-item {
    margin-bottom: 0.5em;
    padding-left: 10px;
}

.menu-block .alert {
    padding: .35rem 1.25rem;
    margin-bottom: 0px;
    margin-top: 15px;
}

.uploader label {
    /*padding: 2rem 1.5rem;*/
    padding: 0px;
    text-align: left;
    background: #fff;
    /*border-radius: 7px;*/
    border: 1px solid #cecece;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .uploader label:hover {
        border-color: #454cad;
    }

    .uploader label.hover {
        border: 3px solid #454cad;
        box-shadow: inset 0 0 0 6px #eee;
    }

        .uploader label.hover #start i.fa,
        .uploader label.hover #start-back i.fa {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            opacity: 0.3;
        }

.uploader #start,
.uploader #start-back {
    float: left;
    clear: both;
    width: 100%;
}

.uploader div#start {
    margin-bottom: 0px !important;
}

.uploader #start.hidden,
.uploader #start-back.hidden {
    display: none;
}

.uploader #start i.fa,
.uploader #start-back i.fa {
    font-size: 50px;
    /*margin-bottom: 1rem;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.uploader #response,
.uploader #response-back {
    float: left;
    clear: both;
    width: 100%;
}

    .uploader #response.hidden,
    .uploader #response-back.hidden {
        display: none;
    }

    .uploader #response #messages,
    .uploader #response-back #messages-back {
        margin-bottom: .5rem;
    }

.uploader #file-image,
.uploader #file-image-back {
    display: inline;
    margin: 0 auto .5rem auto;
    width: auto;
    height: auto;
    max-width: 500px;
}

    .uploader #file-image.hidden,
    .uploader #file-image-back.hidden {
        display: none;
    }

.uploader #notimage,
.uploader #notimage-back {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

    .uploader #notimage.hidden,
    .uploader #notimage-back.hidden {
        display: none;
    }

.uploader progress,
.uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

    .uploader .progress[value]::-webkit-progress-bar {
        border-radius: 4px;
        background-color: #eee;
    }

    .uploader .progress[value]::-webkit-progress-value {
        background: -webkit-linear-gradient(left, #393f90 0%, #454cad 50%);
        background: linear-gradient(to right, #393f90 0%, #454cad 50%);
        border-radius: 4px;
    }

    .uploader .progress[value]::-moz-progress-bar {
        background: linear-gradient(to right, #393f90 0%, #454cad 50%);
        border-radius: 4px;
    }

.uploader input[type="file"] {
    display: none;
}

.uploader div {
    /*margin: 0 0 .5rem 0;*/
    color: #5f6982;
}

.uploader .btn {
    display: inline-block;
    margin: .5rem .5rem .5rem .5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: .2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #454cad;
    border-color: #454cad;
    cursor: pointer;
}

.lead {
    font-size: 11pt;
}

@media (min-width: 1000px) {
    .modal-dialog {
        max-width: 950px;
        margin: 1.75rem auto;
    }

        .modal-dialog.modal-md {
            max-width: 500px;
        }
}

@media (min-width: 1100px) {
    .page-vol-register .modal-dialog {
        max-width: 1050px;
        margin: 1.75rem auto;
    }
    .page-vol-register .modal-dialog.EIDFModal-register {
        max-width: 780px;
    }
}

#eid_slider .slick-slide {
    box-shadow: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    padding-top: 5px;
}

.EID-Details {
    padding-right: 0px;
}

    .EID-Details label {
        font-size: 11px;
    }

    .EID-Details .col-md-12 {
        border: 1px solid rgba(139,192,77,0.3);
        border-bottom: 0;
        min-height: 60px;
    }

        .EID-Details .col-md-12:first-child {
            /*border-top-right-radius: 20px;*/
        }

        .EID-Details .col-md-12:last-child {
            border-bottom: 1px solid rgba(139,192,77,0.3);
            /*border-bottom-right-radius: 20px;*/
        }

        .EID-Details .col-md-12:nth-child(odd) {
            background: rgba(139,192,77,0.13);
        }

        .EID-Details .col-md-12:nth-child(even) {
            background: rgba(139,192,77,0.18);
        }

    .EID-Details .eid-data {
        font-size: 13px;
    }

#mdlScanner .slick-slide {
    margin: 0 !important;
}

.MD8 {
    padding-right: 0;
    margin-right: 0;
    padding-left: 0;
}

.MD4 {
    padding-left: 0;
    margin-top: 0.63rem !important;
}

.min-heigh-200 {
    min-height: 200px;
}

.alert-warning {
    color: #856404;
    background-color: #f7f0da;
    border-color: #ffeeba;
    font-size: 11px;
    border-style: dashed;
}

.btn {
    border-radius: 5px;
}

.table td,
.table th {
    padding: .35rem;
}

#skillTable thead tr th:first-child,
#langTable thead tr th:first-child,
#interestTable thead tr th:first-child {
    width: 55% !important;
}

#skillTable tr th:nth-child(2n+1),
#langTable tr th:nth-child(2n+1),
#interestTable tr th:nth-child(2n+1) {
    width: 30% !important;
}

#skillTable tr th:last-child,
#langTable tr th:last-child,
#interestTable tr th:nth-child(2n+1) {
    width: 15% !important;
}

#skillTable tr th,
#skillTable tr td:last-child,
#langTable tr th,
#langTable tr td:last-child,
#interestTable tr th,
#interestTable tr td:last-child {
    text-align: center;
}

    #skillTable tr td:last-child .btn,
    #langTable tr td:last-child .btn,
    #interestTable tr td:last-child .btn {
        border-radius: 5px;
        font-size: 11px;
    }

        #skillTable tr td:last-child .btn:last-child,
        #langTable tr td:last-child .btn:last-child,
        #interestTable tr td:last-child .btn:last-child {
            margin-left: 10px;
        }

#load_upcomingOpp.list_view .list-card {
    position: relative;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%);
    border-radius: 10px;
    border: 1px solid #eee;
    width: 99%;
}

    #load_upcomingOpp.list_view .list-card .img {
        margin: 5px;
        border-radius: 10px;
        border: 1px solid #cecece;
        max-height: 109px;
        height: 100%;
        padding: 10px;
    }

    #load_upcomingOpp.list_view .list-card img {
        border-radius: 10px;
    }

    #load_upcomingOpp.list_view .list-card h5.card-title {
        font-size: 13pt;
    }

    #load_upcomingOpp.list_view .list-card p.card-text {
        font-size: 11pt;
    }

/*#load_upcomingOpp {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}*/


    /* width */

    #load_upcomingOpp::-webkit-scrollbar,
    #myTabContent1::-webkit-scrollbar {
        width: 10px;
    }


    /* Track */

    #load_upcomingOpp::-webkit-scrollbar-track,
    #myTabContent1::-webkit-scrollbar-track {
        background: #f1f1f1;
    }


    /* Handle */

    #load_upcomingOpp::-webkit-scrollbar-thumb,
    #myTabContent1::-webkit-scrollbar-thumb {
        background: #104777;
    }


        /* Handle on hover */

        #load_upcomingOpp::-webkit-scrollbar-thumb:hover,
        #myTabContent1::-webkit-scrollbar-thumb:hover {
            background: #08253e;
        }

#loadInterestsTeamPermit {
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 15px;
}

.file__pdf.box20 img {
    width: 130px;
}

.dashboard .dash-menu small.show-more-lang,
.dashboard .dash-menu small.show-more-interest,
.dashboard .dash-menu small.show-more-skills,
.dashboard .dash-menu small.show-more-diseases,
.dashboard .dash-menu small.show-more-allergies {
    margin-top: 12px;
    display: none;
    cursor: pointer;
}


/************* Floating Feedback Form *******************/

/*#chat-circle {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #a7d676;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    padding: 17px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0px 3px 16px 0px rgb(144 144 144 / 60%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}*/
#chat-circle {
    color: #3e3e3e;
    cursor: pointer;
}

footer ul li .icon1 {
    display: inline-block;
    width: 30px;
    font-size: 25px;
    text-align: center;
    margin-right: 6px;
    vertical-align: sub;
}

.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}

#chat-overlay {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}

.chat-box {
    display: none;
    background: #efefef;
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 450px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 5px;
    /*   box-shadow: 0px 5px 35px 9px #464a92; */
    box-shadow: 0px 5px 35px 9px #ccc;
    z-index: 99;
}

.chat-box-toggle {
    /* float: right;
    cursor: pointer; */
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -15px;
}

.chat-box-header {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #4d4d4d;
    font-size: 18px;
    padding: 12px 25px;
    /* border-bottom: solid 1px #eee; */
}

.chat-box-body {
    position: relative;
    /* height: 370px; */
    max-height: 370px;
    /* border: 1px solid #ccc; */
    overflow-y: scroll;
}

    .chat-box-body:after {
        content: "";
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
        opacity: 0.1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        position: absolute;
        z-index: -1;
    }

#chat-input {
    background: #f4f7f9;
    width: 100%;
    position: relative;
    height: 47px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
    resize: none;
    outline: none;
    border: 1px solid #ccc;
    color: #888;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.chat-input > form {
    margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

#chat-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

#chat-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

#chat-input:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.chat-submit {
    position: absolute;
    bottom: 3px;
    right: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #5A5EB9;
    width: 35px;
    height: 35px;
}

.chat-logs {
    padding: 15px;
    height: 370px;
    overflow-y: scroll;
}

    .chat-logs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .chat-logs::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .chat-logs::-webkit-scrollbar-thumb {
        background-color: #5A5EB9;
    }

@media only screen and (max-width: 500px) {
    .chat-logs {
        height: 40vh;
    }
}

.chat-msg.user > .msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    width: 15%;
}

.chat-msg.self > .msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: right;
    width: 15%;
}

.cm-msg-text {
    background: white;
    padding: 10px 15px 10px 15px;
    color: #666;
    max-width: 75%;
    float: left;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 30px;
}

.chat-msg {
    clear: both;
}

    .chat-msg.self > .cm-msg-text {
        float: right;
        margin-right: 10px;
        background: #5A5EB9;
        color: white;
    }

.cm-msg-button > ul > li {
    list-style: none;
    float: left;
    width: 50%;
}

.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}

.chat-box-body .feature {
    margin-bottom: 0;
    text-align: left;
    padding: 5px 25px 25px 25px;
    border-radius: 0;
    height: auto;
}

    .chat-box-body .feature .btn-default {
        max-width: 132px;
        line-height: 30px;
    }


/***** Vertical Tabs ************/

.vertical-tabs-icons {
    max-width: 60rem;
    display: flex;
    min-height: 500px;
}

    .vertical-tabs-icons > ul {
        list-style-type: none;
        padding: 0;
        background: rgba(170, 255, 82, 0.1);
    }

        .vertical-tabs-icons > ul li {
            display: block;
            text-align: left;
        }

            .vertical-tabs-icons > ul li a {
                display: block;
                text-decoration: none;
                /* background: rgba(170, 255, 82, 0.1); */
                padding: 0.7rem 1.5rem;
                color: #a7d676;
                transition: all 0.2s ease-in-out;
                font-size: 14px;
                border-bottom: 1px solid rgb(170 255 82 / 48%);
            }

                .vertical-tabs-icons > ul li a i {
                    /*display: block;
    margin-bottom: 8px;*/
                    text-align: left;
                }

                .vertical-tabs-icons > ul li a.active {
                    color: #5ba80c;
                    /*color: #fff;*/
                }

                .vertical-tabs-icons > ul li a:hover:not(.active) {
                    color: #5ba80c;
                }

    .vertical-tabs-icons section {
        background: #fff;
        padding: 0 2.5rem;
        display: none;
        width: 100%;
    }

        .vertical-tabs-icons section h4 {
            margin-bottom: 25px;
        }

        .vertical-tabs-icons section.active {
            display: block;
        }

.form-box .form-control:disabled,
.form-box .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}


.card-header {
    padding: 0px !important;
    background-color: #fff !important;
}

.arrow-toggle.collapsed .icon-arrow-down {
    display: none;
}

.arrow-toggle .icon-arrow-down {
    display: inline-block;
    float: right;
}

.arrow-toggle.collapsed .icon-arrow-up {
    display: inline-block;
    float: right;
}

.arrow-toggle .icon-arrow-up {
    display: none;
}


ul.dropdown {
    background: #fff;
    border: solid 1px rgba(91, 168, 12, .50);
    border-radius: 10px;
    box-shadow: none;
    margin-top: 20px;
    width: 100%;
    background-color: rgba(91, 168, 12, 0.05);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

    ul.dropdown li {
        list-style: none;
        padding: 10px 10px;
        border-bottom: solid 1px rgba(91, 168, 12, .20);
    }

        ul.dropdown li:hover {
            background-color: rgba(91, 168, 12, 0.07);
            cursor: pointer;
        }

        ul.dropdown li:last-child {
            border-bottom: 0px !important;
        }

        ul.dropdown li a {
            color: #5ba80c;
        }

            ul.dropdown li a:hover {
                text-decoration: none;
            }

            ul.dropdown li a .fa.pull-right {
                margin-top: 3px;
            }


    ul.dropdown:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 16px;
        z-index: 10;
    }

    ul.dropdown:after {
        content: "";
        border-bottom: 12px solid rgba(91, 168, 12, .50);
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        right: 14px;
        z-index: 9;
    }

.doc-css-wrapper.active .img-details {
    padding-left: 50px;
}

    .doc-css-wrapper.active .img-details ul li strong, .doc-css-wrapper.active .img-details ul li {
        color: #fff;
    }

        .doc-css-wrapper.active .img-details ul li span {
            background: rgb(255 255 255 / 80%);
            color: #022d52;
            border-radius: 3px;
            display: inline-block;
            min-width: 60px;
            margin-right: 10px;
            text-align: left;
            padding-left: 5px;
            padding-right: 5px;
        }

.doc-css-wrapper .frontLayer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    /*background-color: rgb(15 73 123 / 90%);*/
    /*background-image: linear-gradient(to bottom, rgb(238 238 238 / 80%), rgb(191 188 188));*/
    background-image: linear-gradient(to bottom, rgb(2 45 82 / 59%), rgb(2 45 82));
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 133px;
    border-top-left-radius: 84px;
    border-top: solid 4px #022d52
}

.box20 img {
    margin-left: 5px;
    padding: 5px;
}


.skeleton-loader-background {
    width: 100%;
    height: 15px;
    display: block;
    background: lightgray;
}

.skeleton-loader {
    width: 100%;
    /*height: 15px;*/
    display: block;
    background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80% ), lightgray;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: shine 1s infinite;
}

    .skeleton-loader:empty {
        width: 100%;
        /*height: 15px;*/
        display: block;
        background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80% ), lightgray;
        background-repeat: repeat-y;
        background-size: 50px 500px;
        background-position: 0 0;
        animation: shine 1s infinite;
    }

.skeleton-loader-gradient {
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80% ), lightgray;
    background-repeat: repeat-y;
    background-size: 50px 200px;
    background-position: 0 0;
}

@keyframes shine {
    to {
        background-position: 100% 0, /* move highlight to right */ 0 0;
    }
}


.mobileapp {
    margin-top: 70px;
}

    .mobileapp img.device {
        position: absolute;
        right: 100px;
        top: -100px;
        max-width: 480px;
    }

    .mobileapp span.scanme {
        display: inline-block;
        /* width: 100%; */
        border-radius: 10px;
        padding: 2px 20px;
        background-color: #225785;
        color: #fff;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .mobileapp .inner-block {
        /* background: url(../images/map.png) no-repeat; */
        border-radius: 35px;
        margin-bottom: -135px;
        position: relative;
    }

        .mobileapp .inner-block .bg {
            background: url(https://www.volunteers.ae/vol2/images/abs4.png), linear-gradient(51deg, #0f497beb 30%, #0f497b17 86%);
            color: #fff;
            background-position: top center;
            background-repeat: no-repeat;
            padding: 85px 50px;
            border-radius: 35px;
        }

            .mobileapp .inner-block .bg h3 {
                max-width: 606px;
                font-size: 30px;
                font-weight: bold;
                line-height: 1.46;
            }

            .mobileapp .inner-block .bg p {
                max-width: 734px;
                font-size: 17px;
                font-weight: 500;
                line-height: 1.38;
                /* margin-top: 20px; */
                /* margin-bottom: 30px; */
            }

a.btn-download-app {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    margin: 15px 15px 10px 0;
    padding: 9px 25px 14px 25px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    a.btn-download-app:hover {
        color: #008aff;
        background: rgba(255,255,255,0.15);
        border: 1px solid #fff;
    }

.btn-download-app span.fa {
    color: #fff;
    font-size: 50px;
    line-height: 42px;
    padding-right: 12px;
    vertical-align: text-bottom;
}

.btn-download-app p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.k-qrcode {
    display: inline-block;
    margin: 10px 0 0;
    border: none;
}

.form-group {
    position: relative;
}

.error.help-block {
    position: absolute;
    top: 0;
    right: 0;
}
/*.modal_img_container {
    height: 250px;
    overflow: hidden;
}*/
.card-flip {
    perspective: none !important;
}

.flip-horizontally {
    transform: scaleX(-1);
}

span.flip-icon {
    position: absolute;
    right: 10px;
    top: 25px;
    padding: 8px;
    background: #00000099;
    border-radius: 100%;
    cursor: pointer;
}

    span.flip-icon img {
        width: 25px;
    }

.doc-download {
    cursor: pointer;
}

.form-group .danger {
    color: #dc3545 !important;
}

#teamMemberTable_wrapper {
    padding: 0;
}

#inviteMemberCard .card-header {
    padding: 0.75rem 1.25rem !important;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03) !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.Photo-card-title,
.Photo-card-text,
.Photo-card-dash {
    display: none;
}

.page-reach .slick-slide img {
    border-radius: 10px;
}

#docs-container > .card {
    border: solid 1px #eee;
    margin-bottom: 15px;
}

    #docs-container > .card .badge {
        margin: 0 3px;
    }

    #docs-container > .card .modal_img_container {
        border-left: solid 1px #eee;
        padding-left: 15px;
    }

.maan-banner {
    padding: 0px !important;
    height: unset !important;
}

    .maan-banner img {
        border-radius: 20px;
    }



ul.profile-new-menu li a .fa {
    width: 22px;
}

.profile-pages-left-sidebar .blocks.stats_blocks {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
}

#dateCalendarContainer {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 250px;
}

#resetBtn {
    cursor: pointer;
}

#dateCalendarContainer2 {
    margin-bottom: 25px;
    float: right;
    display: flex;
}

    #dateCalendarContainer2 select {
        width: 60%;
        margin-right: 15px;
    }

.notification-top-bar {
    padding: 20px;
    width: 100%;
    font-weight: lighter;
    font-size: 14px;
}

    .notification-top-bar div {
        padding: 0;
        margin: 0;
    }

    .notification-top-bar h4 {
        font-size: 15px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.cert_icons {
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #d6d8db;
    border-radius: 5px;
}

    .cert_icons ul {
        list-style: none;
        margin-bottom: 0px !important;
        padding: 15px !important;
    }

        .cert_icons ul li {
            display: inline-block;
            background: #a7d676;
            padding: 15px;
            border-radius: 10%;
            margin: 0 10px;
            min-width: 120px;
            cursor: pointer;
            text-align: center;
        }

            .cert_icons ul li img {
                width: 50px;
                float: none;
                margin-left: auto;
                margin-right: auto;
            }

#certificateModal .modal-footer,
#cardModal .modal-footer {
    justify-content: center;
}

.page-vol-new-teamlicense .table.custom_table thead th {
    text-align: center;
}

#membershipTable_wrapper {
    padding: 0 !important;
}

    #membershipTable_wrapper .table.custom_table td .btn {
        margin: 0 5px;
    }


.summery-padding-right {
    padding-right: 0.5rem !important
}

.summery-padding-left {
    padding-left: 0.5rem !important
}


.contact-person b {
    color: #7c3f91;
}

.contact-person i.fa {
    color: #7c3f91;
    margin-left: 10px;
}

.mobileapp img.device {
    display: none;
}
#load_upcomingOpp .opp_box_footer {
    padding: 10px 0 0 0;
}
#load_upcomingOpp .alert {
    margin: 10px 0 0 0;
    padding: 5px 12px;
    font-size: 13px;
}
@media (min-width: 1199px) {
    .mobileapp img.device {
        position: absolute;
        right: 100px;
        top: 70px;
        max-width: 300px;
        display: block;
    }
}

@media (min-width: 1460px) {

    .mobileapp img.device {
        position: absolute;
        right: 100px;
        top: -100px;
        max-width: 480px;
        display: block;
    }
}
.page-vol-new-EServoces .opp_box_footer,
.page-vol-new-EServoces .opp_box_header {
    z-index: auto;
}
@media (max-width: 767.98px) {
    #dateCalendarContainer {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }
    .opp_box_header p,
    .opp_box_header h3 {
        padding-right: 70px;
    }
    .opp_box_header p.participation-hours {
        padding: 8px 10px;
    }
    .opp_box_header img {
        width: 100%;
    }
    .layout-E .opp_box_footer .text-right {
        text-align: left !important;
    }
    .mobileapp .inner-block .bg {
        padding: 35px;
    }
    .mobileapp img.device {
        display: none;
    }

    .mobileapp .inner-block .bg {
        padding: 35px;
    }

    footer .footer-title {
        margin-bottom: 10px;
    }

    footer img.ef {
        position: relative;
        bottom: 0;
    }

    a.btn-download-app {
        margin: 15px 0 10px 0;
        display: block;
        text-align: center;
    }

    .mobileapp span.scanme {
        margin-top: 10px;
    }
    .CV-timeline.ml-5, .CV-timeline.mx-5 {
        margin-left: 1.5rem !important;
    }
    .CV-timeline-heading-title {
        display: block;
        line-height: 22px;
    }
    .CV-timeline .save-edits {
        margin-top: 5px;
        display: block;
    }
    .dashboard .blocks .options .btn.btn-success.edit-btn{
        margin: 0;
        margin-right: 10px;
    }
    .CV-timeline-details {
        padding: 0;
        border-bottom: solid 1px #eee;
        margin-bottom: 20px;
    }
}
.checkboxContError{
    position: relative;
}
#loginModal78548 .sign-link {
    text-align: center;
    margin-top: 24px;
}
#loginModal78548 .forget-link {
    float: right;
}
/* .imgForWeb-EIDF {
    padding: 18px;
    background-color: #f1fdff;
    border-color: #bee5eb;
    border: dashed 3px #bee5eb;
}
.dragDropText{
    text-align: center;
    font-size: 18px !important;
    margin-bottom: 0;
} */