﻿

/*=======================================Margin=======================================*/

.margin-left-right-0{
    margin-left:0px;
    margin-right:0px;
}
.margin-bottom-0{
    margin-bottom:0px;
}
.mr-5{
    margin-right:5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.ml-5 {
    margin-left: 5px;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom:30px;
}
.mb-60 {
    margin-bottom: 60px;
}

.mt-1 {
    margin-top: .25rem !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.me-3 {
    margin-right: 1rem !important;
}

.m-auto{
    margin:auto;
}

/*=======================================Margin End=======================================*/

/*=======================================Bootstrap Override=======================================*/

.form-control {
    border-radius: 0px;
}

.form-control-lg {
    padding: 20px 15px;
}

.form-control-ddl-lg {
    height: 42px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-home-carousel{
    /*max-height:600px;*/
}


/*=======================================Bootstrap Override End=======================================*/

/*=======================================Font=======================================*/
.font-12 {
    font-size: 12px;
}

/*=======================================Font End=======================================*/

/*=======================================Hight=======================================*/
.height-5 {
    height: 5px;
}
.height-10 {
    height: 10px;
}
.height-15 {
    height: 15px;
}
.height-20 {
    height: 20px;
}

.min-height-15{
    min-height:15px;
}
.min-height-20{
    min-height:20px;
}
.min-height-25 {
    min-height: 25px;
}
.min-height-80 {
    min-height: 80px;
}

/*=======================================Height End=======================================*/

/*=======================================Width=======================================*/

.width-30 {
    width: 30px;
}
.width-50 {
    width: 50px;
}
.width-55 {
    width: 55px;
}
.width-60 {
    width: 60px;
}
.width-70 {
    width: 70px;
}
.width-100 {
    width: 100px;
}
.width-100p {
    width: 100%;
}
.max-width-250{
    max-width:250px;
}

/*=======================================Width End=======================================*/

/*=======================================Padding=======================================*/

.padding-top-bottom-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-bottom-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-bottom-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-0 {
    padding: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-right-0, .padding-right-0 label {
    padding-right: 0px !important;
}

.padding-left-right-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-top-bottom-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padding-2 {
    padding: 2px;
}

.padding-top-4 {
    padding-top: 4px;
}

.padding-5 {
    padding: 5px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-bottom-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-top-2 {
    padding-top: 2px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}
.padding-bottom-2 {
    padding-bottom: 2px;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-top-bottom-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-top-bottom-2-cell {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-6 {
    padding-bottom: 6px;
}

.padding-top-6 {
    padding-top: 6px;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-8 {
    padding: 8px;
}

.padding-left-8 {
    padding-left: 8px;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-bottom-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.padding-top-bottom-11 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.padding-top-bottom-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-6 {
    padding-left: 6px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-top-bottom-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.paading-20 {
    padding: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-40 {
    padding: 40px;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.py-20{
    padding-top:20px;
    padding-bottom:20px;
}

/*=======================================Padding End=======================================*/

/*=======================================Button=======================================*/
.btn {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
}

.btn-site, .btn-site a {
    background-color: #0f6ec1;
    border-color: #367fa9;
    color: #ffffff;
    padding:6px 20px !important;
}

.btn-site:hover, .btn-site a:hover, .btn-site:active, .btn-site a:active, .btn-site:focus, .btn-site a:focus {
    background-color: #0f6ec1;
    border-color: #0f6ec1;
    color: #ffffff !important;
    outline: none !important;
}

.btn-site-lg, .btn-site-lg a {
    background-color: #0f6ec1;
    border-color: #367fa9;
    color: #ffffff;
    padding: 10px 20px !important;
}

.btn-site-lg:hover, .btn-site-lg a:hover, .btn-site-lg:active, .btn-site-lg a:active, .btn-site-lg:focus, .btn-site-lg a:focus {
    background-color: #0f6ec1;
    border-color: #0f6ec1;
    color: #ffffff !important;
    outline: none !important;
}

/*=======================================Button End=======================================*/

/*=======================================Text/Color=======================================*/

.text-size-12 {
    font-size: 12px;
    vertical-align: text-top;
}

.text-error {
    font-size: 12px;
    color: red;
    vertical-align: text-top;
}
.text-error-xs {
    font-size: 11px;
    color: red;
    vertical-align: text-top;
}

.text-success {
    font-size: 12px !important;
    color: #049406 !important;
}

.color-white{
    color:#fff;
}
.color-green {
    color: #049406 !important;
}
.color-black {
    color: #000000 !important;
}

.text-pan {
    text-transform: uppercase;
}

/*=======================================Text End=======================================*/

/*=======================================Border=======================================*/

.border-bottom-dotted {
    border-bottom: 1px dotted #eee;
}

.border-bottom-solid {
    border-bottom: 1px solid #eee;
}

/*=======================================Border End=======================================*/


/*=======================================Display=======================================*/

.display-table {
    display: table !important;
}

.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block !important;
}

.display-flex {
    display: flex !important;
}

.display-inline-flex {
    display: inline-flex !important;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.inline-block {
    display: inline-block;
}

.display-inlineblock-767 {
    display: none;
}

.display-inlineblock-991 {
    display: none;
}

/*=======================================Display End=======================================*/

/*=======================================Home Page/Pages=======================================*/
.about-home {
    padding: 60px 0;
    padding-bottom: 30px;
    background-color:#fdfdfd;
}
.about-home-row {
    background-color: #fff;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}
.home-about-box {
    background-color: #fff;
    padding: 20px;
}
.img-home-about {
    max-width: 100%;
    height: auto;
    /* filter: blur(8px); */
    /* -webkit-filter: blur(6px); */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin:auto;
}

.img-home-contact {
    max-width: 100%;
    height: auto;
    /* filter: blur(8px); */
    /* -webkit-filter: blur(6px); */
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.home-title {
    padding-bottom: 30px;
}
    .home-title h1 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: var(--bs-gray-dark);
    }
    .home-title h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: var(--bs-gray-dark);
    }
    .home-title h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: var(--bs-gray-dark);
    }
    .home-title p {
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        /*font-style: italic;*/
        color: var(--bs-gray-700);
        margin-bottom: 20px;
    }
    .home-title ul li {
        font-size: 16px;
        text-align: left;
        /*font-style: italic;*/
        color: var(--bs-gray-700);
        margin-bottom:10px;
    }


.products-home {
    padding: 60px 0;
    background-color: #fff;
}
.products-home-row {
    background-color: #fdfdfd;
    padding-bottom: 30px;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}
.products-home-img {
    max-width: 100%;
    height: auto;
}
.products-home-image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.products-home-image-box img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.products-home-image-box:hover img {
    transform: scale(1.3);
}

.page-content {
    padding: 40px 0;
    background-color: #fff;
    margin-bottom: 40px;
}

.faq-home {
    padding: 60px 0;
    background-color: #f5f9fc;
}
.faq-home-item {
    margin-bottom: 40px;
}
.faq-home-item h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #1f3548;
}

.contact-home {
    padding: 60px 0;
    background-color: #fdfdfd;
}
.contact-home-box {
    color: #444;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px 10px 30px 10px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #fff;
    min-height:200px;
}
.contact-home-row {
    background-color: #fff;
    padding-bottom: 30px;
}
.contact-home h3 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}
.contact-home p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.charity-home-box {
    color: var(--bs-gray-700);
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px 0 20px 0;
    width: 100%;
    background-color: var(--bs-white);
    /*min-height: 285px;*/
    min-height: 250px;
    border-radius: 8px;
}
    .charity-home-box:hover, .charity-home-box:active {
        color: var(--bs-white);
        background-color: var(--bs-logo);
        border-color: var(--bs-logo);
        box-shadow: 0 0 0.25em .25em var(--bs-orange), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-orange);
    }
        .charity-home-box:hover i, .charity-home-box:hover a {
            color: var(--bs-white);
        }
.charity-home-box a{
    color: var(--bs-logo);
    text-decoration:none;
}
.charity-home-image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 400px;
}
.charity-home-box img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
}
    .charity-home-box:hover img {
        transform: scale(1.3);
    }

.join-us-box {
    color: var(--bs-gray-700);
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px 0 20px 0;
    width: 100%;
    background-color: var(--bs-white);
    /*min-height: 285px;*/
    border-radius: 8px;
}

    .join-us-box:hover, .join-us-box:active {
        color: var(--bs-white);
        background-color: var(--bs-logo);
        border-color: var(--bs-logo);
        box-shadow: 0 0 0.25em .25em var(--bs-orange), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-orange);
    }

        .join-us-box:hover i, .join-us-box:hover a {
            color: var(--bs-white);
        }

    .join-us-box a {
        color: var(--bs-logo);
        text-decoration: none;
    }

.totals-home-box {
    color: var(--bs-gray-700);
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px 0 20px 0;
    width: 100%;
    background-color: var(--bs-white);
    min-height: 285px;
    border-radius: 8px;
}
    .totals-home-box:hover, .totals-home-box:active {
        /*color: var(--bs-white);
        background-color: var(--bs-logo);*/
        border-color: var(--bs-logo);
        box-shadow: 0 0 0.25em .25em var(--bs-orange), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-orange);
    }
.totals-home-circle {
    display: inline-block;
    line-height: 1;
    padding: 87px 0;
    border-radius: 50%;
    text-align: center;
    width: 250px;
    height: 250px;
    font-size: 70px;
    color: var(--bs-logo);
    border-radius: 50%;
    border: 2px dotted var(--bs-logo);
}


.officers-home-box {
    color: var(--bs-gray-700);
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 0px 0 20px 0;
    width: 100%;
    background-color: var(--bs-white);
    min-height: 275px;
    border-radius: 8px;
}
    .officers-home-box:hover {
        color: var(--bs-white);
        background-color: var(--bs-logo);
        border-color: var(--bs-logo);
        box-shadow: 0 0 0.25em .25em var(--bs-orange), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-orange);
    }
    .officers-home-box:hover a {
        color: var(--bs-white);
    }
    .officers-home-box a {
        color: var(--bs-logo);
        text-decoration: none;
    }
.officers-home-image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    /*height: 400px;*/
    height: 320px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.officers-home-box img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.officers-home-box:hover img {
    transform: scale(1.3);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.public-home-image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.contact-home-ion {
    display: inline-block;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 32px;
    color: var(--bs-logo);
    border-radius: 50%;
    border: 2px dotted var(--bs-logo);
}

.home-ion-circle {
    display: inline-block;
    line-height: 1;
    padding: 22px 0;
    border-radius: 50%;
    text-align: center;
    width: 120px;
    height: 120px;
    font-size: 70px;
    color: var(--bs-logo);
    border-radius: 50%;
    border: 2px dotted var(--bs-logo);
}

.access-denied {
    padding: 60px 0;
    background-color: #fdfdfd;
}

.access-denied-box {
    color: #444;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
    width: 100%;
    background-color: #fff;
    min-height: 200px;
}

.page-home {
    padding: 60px 0;
    padding-bottom: 30px;
    background-color: #fdfdfd;
}
.page-home-row {
    background-color: #fff;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}
.page-home-box {
    background-color: #fff;
    padding: 20px;
}
.page-title {
    text-align: center;
    padding-bottom: 30px;
}
.page-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}
.page-title h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}
.page-title p {
    text-align: left;
    font-style: italic;
    color: #666;
}
.page-paragraph {
    font-size:14px;
    text-align: left;
    color: #666;
}


.home-carousel-top-container {
    position: absolute;
    /*margin: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;*/
}

.home-carousel-top-inner {
    /*float: right;
    margin-top: 50px;
    margin-right: 20px;
    padding: 10px;
    width: 240px;
    height: 260px;
    background-color: #e2e2e2;
    filter: Alpha(Opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;*/
    float: left;
    margin-top: 50px;
}

.truck-reuest-form-xs {
    padding: 10px;
    width: 240px;
    height: 260px;
    background-color: #e2e2e2;
    text-align: center;
    margin: auto;
}

.home-carousel-top-header {
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
    text-transform: uppercase;
}


.bank-detail {
    padding: 60px 0;
    background-color: #fdfdfd;
}
.bank-detail-box {
    color: #444;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    /*padding: 20px 0 30px 0;*/
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    width: 100%;
    background-color: #fff;
    min-height: 200px;
}
.bank-detail h3 {
    /*font-size: 20px;*/
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}
.bank-detail h4 {
    /*font-size: 20px;*/
    color: #666;
    /*font-weight: 700;*/
    margin: 10px 0;
}


.offer-detail {
    padding: 60px 0;
    background-color: #fdfdfd;
}

.offer-detail-box {
    color: #444;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 20px 0 20px 0;
    margin-bottom: 10px;
    width: 100%;
    background-color: #fff;
    min-height: 200px;
}
.offer-detail-box-noitem {
    color: #444;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 20px 0 20px 0;
    margin-bottom: 10px;
    width: 100%;
    background-color: #fff;
}

.offer-detail h3 {
    /*font-size: 20px;*/
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}

.offer-detail p {
    font-size: 16px;
    color: #666;
    /*font-weight: 700;*/
    margin: 10px 0;
}

.home-join {
    background: var(--bs-nav-background);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.btn-join-home {
    width:200px;
    background: var(--bs-background);
    color: var(--contrast-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.7px;
    padding: 12px 30px;
    transition: 0.5s;
    border-radius: 0px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
    .btn-join-home:hover, .btn-join-home:focus {
        color: var(--contrast-color);
        background: color-mix(in srgb, var(--bs-background), transparent 20%);
        text-decoration: none;
        letter-spacing: 1.5px;
        transition: 0.5s;
    }

.carousel-indicators li {
    background-color: var(--bs-gray-100);
    height: 14px;
    width: 14px;
    border-color: var(--bs-gray-100);
    margin: 0px !important;
    margin-right:15px !important;
}
.carousel-indicators .active {
    background-color: var(--bs-nav-background);
    height: 14px;
    width: 14px;
    border-color: var(--bs-nav-background);
}

.home-event-box {
    position:relative;
}
    .home-event-box .inner-box {
        position: relative;
        color: var(--bs-gray-700);
        box-shadow: 0 0 30px rgb(214 215 216 / 60%);
        padding: 20px;
        width: 100%;
        background-color: var(--bs-white);
        min-height: 370px;
        border-radius: 8px;
    }
        .home-event-box .inner-box .upper-box {
            position: relative;
        }
            .home-event-box .inner-box .upper-box .upper-inner {
                position: relative;
                padding-top: 15px;
                padding-left: 100px;
            }
            .home-event-box .inner-box .upper-box .date-outer {
                position: absolute;
                left: 0px;
                top: 0px;
            }
                .home-event-box .inner-box .upper-box .date-outer .date {
                    position: relative;
                    color: #333333;
                    width: 70px;
                    height: 70px;
                    font-size: 36px;
                    font-weight: 700;
                    line-height: 1.3em;
                    border-radius: 10px;
                    text-align: center;
                    line-height: 66px;
                    border: 2px solid #e1e1e1;
                }
                .home-event-box .inner-box .upper-box .date-outer .month {
                    position: relative;
                    color: #ff5722;
                    font-size: 24px;
                    font-weight: 700;
                    border-radius: 10px;
                    text-align: center;
                    margin-top: 10px;
                    text-transform: uppercase;
                }
            .home-event-box .inner-box .upper-box .upper-inner .category {
                position: relative;
                font-size: 16px;
                text-align: left;
                font-weight: bold;
                color: var(--bs-gray-700);
                letter-spacing: 0.5px;
            }
                .home-event-box .inner-box .upper-box .upper-inner .category .location {
                    position: relative;
                    color: var(--bs-logo);
                    font-size: 20px;
                    line-height: 1.9em;
                    margin-right: 10px;
                    width: 20px;
                }
                .home-event-box .inner-box .upper-box .upper-inner .category .time {
                    position: relative;
                    color: var(--bs-logo);
                    font-size: 20px;
                    line-height: 1.9em;
                    margin-right: 10px;
                    width: 20px;
                }
                .home-event-box .inner-box .upper-box .upper-inner .category span {
                    /*display: block;*/
                }
        .home-event-box .inner-box h3 {
            position: relative;
            color: var(--bs-gray-700); 
            font-size: 20px;
            line-height: 1.5em;
            font-weight: 700;
            margin-top: 60px;
            margin-bottom: 30px;
            min-height:60px;
        }
            .home-event-box .inner-box h3 a {
                position: relative;
                color: #333333;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }
                .home-event-box .inner-box h3 a:hover {
                    color: var(--bs-logo);
                }
        .home-event-box .inner-box .post-meta {
            position: relative;
            padding-top: 25px;
            margin-bottom: 18px;
            border-top: 3px solid #cccccc;
        }
            .home-event-box .inner-box .post-meta:before {
                position: absolute;
                content: '';
                left: 0px;
                top: -3px;
                width: 20px;
                height: 3px;
                transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
                background-color: #ff5722;
            }
        .home-event-box .inner-box:hover .post-meta:before {
            width: 100%;
        }
        .home-event-box .inner-box .post-meta .organization {
            position: relative;
            font-weight: 500;
            margin-right: 2px;
            margin-bottom: 8px;
            display: inline-block;
            font-size: 16px;
            text-align: left;
            color: var(--bs-gray-700);
            letter-spacing: 0.5px;
        }
            .home-event-box .inner-box .post-meta li:last-child {
                margin-right: 0px;
            }
            .home-event-box .inner-box .post-meta li a {
                position: relative;
                color: #777777;
            }
                .home-event-box .inner-box .post-meta li a .icon {
                    position: relative;
                    margin-right: 8px;
                    color: #ff5722;
                }
        .home-event-box .inner-box .btns-box {
            position: relative;
            text-align: center;
            margin-top: 30px;
            margin-bottom: 15px;
        }

/*=======================================Home Page End=======================================*/

/*=======================================Login=======================================*/
.login-title {
    text-align: left;
}

.login-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}

.login-title h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}

.login-title p {
    text-align: left;
    color: #666;
}

.login-register-link {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.reg-form-header {
    background: #ffe9e2;
    padding: 7px 10px 7px 35px;
    border-radius: 2px;
    font-weight: bold;
    color: #525252;
    position: relative;
    margin-left: 10px;
}
.reg-form-header span {
    width: 34px;
    height: 34px;
    background: var(--bs-logo);
    position: absolute;
    left: -10px;
    top: 0;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.img-login-left-banner {
    max-width: 100%;
    height: auto;
    /* filter: blur(8px); */
    /* -webkit-filter: blur(6px); */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*=======================================Login End=======================================*/


/*=======================================Misc=======================================*/

.page-header {
    padding-bottom: 9px;
    margin-top: 0px;
    padding: 40px 0 40px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(rgb(255 99 99 / 80%), rgba(255, 99, 99, .9)), url(/images/carousel/slide_1.png) center center no-repeat; 
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.breadcrumb {
    padding: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color:#fff;
}
    .breadcrumb a {
        color: #fff;
    }

.glb-search-container {
    position: absolute;
    margin-top: -48px;
}

.btn-glb-search, .btn-glb-search:hover {
    background-color: var(--bs-nav-background);
    color: var(--nav-color);
    font-size: 18px;
    padding: 6px 18px;
    height: 34px;
    border: 0px solid transparent;
}
.btn-glb-close, .btn-glb-close:hover {
    background-color: transparent;
    color: red;
    font-size: 22px;
     padding: 2px 8px; 
    height: 34px;
    border: 0px solid transparent;
}

.btn-ssr {
    background-color: var(--bs-nav-background);
    color: var(--nav-color);
}
.btn-ssr:hover {
    background-color: var(--bs-nav-background);
    color: var(--nav-color);
}

.btn-ssr-home {
    /*display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    --glow-color: rgb(24 24 24);
    --glow-spread-color: rgb(219 0 0 / -19%);
    --enhanced-glow-color: rgb(231, 206, 255);
    --btn-color: rgb(26 26 26);
    border: .25em solid var(--glow-color);
    padding: 1em 3em;
    color: var(--bs-white);
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: bold;
    background-color: var(--btn-color);
    border-radius: 1em;
    outline: none;
    box-shadow: 0 0 1em .25em var(--glow-color), 0 0 1em 1em rgb(255 142 142 / 78%), inset 0 0 .75em .25em var(--glow-color);
    text-shadow: 0 0 .5em rgb(141 71 71);
    position: relative;
    transition: all 0.3s;
    letter-spacing: 0.7px;
    text-decoration: none;
    border-radius: 0px 20px;*/

    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    --glow-color: rgb(0 0 0);
    --glow-spread-color: rgb(219 0 0 / -19%);
    --enhanced-glow-color: rgb(231, 206, 255);
    /* --btn-color: rgb(209 24 24); */
    border: .25em solid rgb(255 55 55);
    padding: 1em 3em;
    color: var(--bs-white);
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(255 0 0);
    border-radius: 1em;
    outline: none;
    box-shadow: 0 0 0.15em .25em rgb(255 42 42), 0 0 0.15em 0.15em rgb(255 142 142 / 78%), inset 0 0 .25em .25em rgb(0 0 0);
    text-shadow: 0 0 .5em rgb(255 0 0);
    position: relative;
    transition: all 0.3s;
    letter-spacing: 0.7px;
    text-decoration: none;
    border-radius: 0px 20px;
}
    .btn-ssr-home:hover {
        color: var(--bs-white);
        background-color: var(--glow-color);
        box-shadow: 0 0 1em .25em var(--glow-color), 0 0 1em 2em var(--glow-spread-color), inset 0 0 .75em .25em var(--glow-color);
        text-decoration: none;
    }
    .btn-ssr-home:active, .btn-ssr-home:visited {
        color: var(--bs-white);
        background-color: var(--glow-color);
        box-shadow: 0 0 1em .25em var(--glow-color), 0 0 1em 2em var(--glow-spread-color), inset 0 0 .75em .25em var(--glow-color);
        text-decoration: none;
    }

.btn-home-round {
    display: inline;
    color: var(--bs-white);
    background-color: var(--bs-logo);
    border-color: var(--bs-logo);
    padding: 15px 40px;
    border-radius: 50rem !important;
    font-weight: 600;
    transition: .5s;
    box-shadow: 0 0 0.25em .25em var(--bs-red), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-red);
}
    .btn-home-round:hover, .btn-home-round:active, .btn-home-round:focus {
        color: var(--bs-white);
        background-color: var(--bs-logo);
        border-color: var(--bs-logo);
        box-shadow: 0 0 0.25em .25em var(--bs-orange), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-orange);
        outline: none !important;
    }

.btn-home-round-xs {
    display: inline;
    color: var(--bs-white);
    background-color: var(--bs-logo);
    border-color: var(--bs-logo);
    padding: 10px 30px;
    border-radius: 50rem !important;
    font-size:13px;
    font-weight: 600;
    transition: .5s;
    box-shadow: 0 0 0.25em .25em var(--bs-red), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-red);
}
    .btn-home-round-xs:hover, .btn-home-round-xs:active, .btn-home-round-xs:focus {
        color: var(--bs-white);
        background-color: var(--bs-logo);
        border-color: var(--bs-logo);
        box-shadow: 0 0 0.25em .25em var(--bs-orange), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-orange);
        outline: none !important;
    }

.btn-ssr {
    display: inline;
    color: var(--bs-white);
    background-color: var(--bs-logo);
    border-color: var(--bs-logo);
    padding: 12px 40px;
    border-radius: 8px !important;
    font-weight: 600;
    transition: .5s;
    box-shadow: 0 0 0.25em .25em var(--bs-red), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-red);
}

    .btn-ssr:hover, .btn-ssr:active, .btn-ssr:focus {
        color: var(--bs-white);
        background-color: var(--bs-logo);
        border-color: var(--bs-logo);
        box-shadow: 0 0 0.25em .25em var(--bs-orange), 0 0 0.25em 0.25em rgb(40 37 37 / 78%), inset 0 0 .25em .25em var(--bs-orange);
        outline:none !important;
    }

.donation-icon{

}
    .donation-icon::before {
        content: "\f186";
        font-family: Flaticon;
        font-style: normal;
    }

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.counter h2 {
    color: #ffb6b6;
}

.row-center {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.right-side-nav {
    position: fixed;
    top: 40%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: -1px;
    width: auto;
    z-index: 11;
}
.right-side-nav-content {
    /*background-color: var(--bs-logo);*/
    background-color: #ff3a3a;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 12px 10px 15px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}
    .right-side-nav-content a{
        color:#fff;
        font-weight:bold;
    }
    .right-side-nav-ion {
        display: inline-block;
        line-height: 1;
        padding: 14px 0;
        border-radius: 50%;
        text-align: center;
        width: 50px;
        height: 50px;
        font-size: 20px;
        color: #fff;
        border-radius: 50%;
        border: 2px dotted #fff;
    }
.right-side-nav-content:hover {
    background-color: var(--bs-logo);
    color: #fff;
    cursor: pointer;
}

.glb-loading-bg {
    filter: Alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    background-color: #180803;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
}
.glb-loading-image {
    max-width: 100%;
    width: 150px;
    height:auto;
}
.glb-loading-text {
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 20px;
    z-index: 1000;
}

.member-success-popup {
    /*background-color: red;*/
    color:#fff;
    font-size:50px;
    font-weight:bold;
    padding: 25px;
    /*position: absolute;*/
    /*top: 112px;
    left: 50%;*/
    width: 400px;
    margin-left: -200px;
    z-index: 99;
    border-radius: 2px;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin: 0px !important;
    transform: translate(-50%, -50%);
    text-align:center;
}
.popup-background {
    /*background: #ff3d00;*/
    background: rgba(255, 61, 0, .9);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 3;
}



/*=======================================Misc End=======================================*/