/* Default CSS */
@font-face{font-family:rage italic;font-style:normal;font-weight:400;src:local('Rage Italic'),url(https://fonts.cdnfonts.com/s/14164/RAGE_1.woff) format('woff')}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Light.eot');
    src: url('../fonts/Dubai-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Dubai-Light.woff2') format('woff2'),
    url('../fonts/Dubai-Light.woff') format('woff'),
    url('../fonts/Dubai-Light.ttf') format('truetype'),
    url('../fonts/Dubai-Light.svg#Dubai-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Regular.eot');
    src: url('../fonts/Dubai-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Dubai-Regular.woff2') format('woff2'),
    url('../fonts/Dubai-Regular.woff') format('woff'),
    url('../fonts/Dubai-Regular.ttf') format('truetype'),
    url('../fonts/Dubai-Regular.svg#Dubai-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Bold.eot');
    src: url('../fonts/Dubai-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Dubai-Bold.woff2') format('woff2'),
    url('../fonts/Dubai-Bold.woff') format('woff'),
    url('../fonts/Dubai-Bold.ttf') format('truetype'),
    url('../fonts/Dubai-Bold.svg#Dubai-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Medium.eot');
    src: url('../fonts/Dubai-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Dubai-Medium.woff2') format('woff2'),
    url('../fonts/Dubai-Medium.woff') format('woff'),
    url('../fonts/Dubai-Medium.ttf') format('truetype'),
    url('../fonts/Dubai-Medium.svg#Dubai-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rage Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Rage Italic'), url('https://fonts.cdnfonts.com/s/14164/RAGE_1.woff') format('woff');
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
}


body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: var(--body-font);
    background-color: #000000;
    color: #ffffff;
}



img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--heading-font);
}

p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    border: none;
    font-weight: 500;
    -webkit-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

title {
    text-transform: capitalize;
}

:root {
    --heading-font: 'Dubai';
    --body-font: 'Dubai';
    --primary-color: #367BF5;
    --secondary-color: #F3AA18;
    --black-color: #000;
    --lightblack: #222222;
    --white-color: #fff;
    --darkgrey: #868686;
    --lightgrey: #636363;
    --green: #069697;
    --red: #EA3D2F;
}

.green {
    color: var(--green) !important;
}

.lightblack {
    color: var(--lightblack) !important;
}

.blue {
    color: var(--primary-color) !important;
}

.red {
    color: var(--red) !important;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.theme-btn {
    background: #303030;
    border-radius: 6px;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
}

.theme-btn:hover {
    color: #f4f4f4;
}


/* #donate-button:hover svg path {
    fill: black;
  } */
  


@font-face {
    font-family: 'verdanabold';
    src: url('../fonts/verdana.woff2') format('woff2'),
    url('../fonts/verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'verdanabold';
    src: url('../fonts/verdanab.woff2') format('woff2'),
    url('../fonts/verdanab.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* header section css start */

.site-header {
    width: 100%;
    padding: 20px 80px;
    position: absolute;
    z-index: 11;
    top: 10px;
    left: 0;
}
.site-header .navbar-brand {
    width: 110px;
}
.site-header .navbar-expand-lg .navbar-nav {
    align-items: center;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 2rem;
    padding-left: 2rem;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link svg {
    width: 130px;
}
.site-header .navbar-expand-lg .navbar-nav .live-img img {
    width: 75px;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link #donate-button {
    width: 100px;
}
.social-media .nav-link {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
}

/* banner section css start */

.banner-section {
    width: 100%;
    position: relative;
}


.banner-section:after {
    content: '';
    position: absolute;
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 80%)) no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.banner-section video {
    width: 100%;
    position: relative;
}

.banner-carousel .slick-slide .slick-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.banner-carousel .banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}
.banner-carousel .banner-caption h2 {
    font-size: 84px;
    line-height: 90px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 2px 2px 5px #d64413;
    letter-spacing: 2px;
}
.banner-carousel .banner-caption p {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    padding-bottom: 15px;
    text-shadow: 2px 4px 5px #585858;
}
.banner-carousel .slick-dots {
    bottom: 25px;
}
.banner-carousel .slick-dots li button:before {
    opacity: .25;
    color: white;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: rgb(255, 255, 255);
}
.banner-carousel .slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
}

.banner-carousel .banner-caption .button-recent .link {
    color: #d64413;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
}
.banner-carousel .banner-caption .button-recent span {
    color: #ffffff;
}
.banner-carousel .banner-caption .button-recent .link:not(:last-child) {
    margin-right: 40px;
}

.banner-carousel .banner-caption .button-recent .link:not(:first-child) {
    margin-left: 40px;
}
.banner-carousel.slick-initialized .slick-slide {
    display: block;
    position: relative;
}

/* welcome section start */

.welcome-section {
    position: relative;
    width: 100%;
    padding: 60px 60px 60px;
}

.welcome-section::before {
    content: '';
    position: absolute;
    background: url(../img/home/welcome-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    top: -100px;
    left: 0;
    background-size: cover;
    z-index: -1;
    background-position: bottom;
}

.welcome-sec-right-content {
    position: relative;
    margin-left: 40px;
    margin-top: 40px;
}

.welcome-sec-right-content h4 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #ffffff;
}

.welcome-sec-right-content p {
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #ffffff;
}

/* event section start */

.event-section {
    position: relative;
    padding: 0px 60px 80px;
}

.event-section::before {
    content: '';
    position: absolute;
    background: url(../img/home/event-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 420px;
    top: 50px;
    left: 0;
    background-size: cover;
    z-index: -1;
    background-position: bottom;
}
.event-box-fix-sec {
    position: relative;
    text-align: center;
}
.event-box-fix-sec h4 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 5px;
    color: #ffffff;
}

.event-box-fix-sec p {
    color: #ffffff;
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 5px;
    font-weight: 400;
}

.event-box-fix-sec a {
    color: #dd3200;
    font-size: 20px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
}

/* upcoming-services css start */

.upcoming-services {
    position: relative;
    padding: 60px 80px;
}
.upcoming-services::before {
    content: '';
    position: absolute;
    background: url(../img/home/services-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -8px;
    left: 0;
}
.section-header {
    width: 100%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 40px;
}
.section-header h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
}

.upcoming-inner-sec-fix {
    position: relative;
    padding: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}
.date-sec {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-right: 2px solid #4c4a48;
}
.date-sec .number {
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    color: #dd3200;
}

.date-sec .month {
    color: #a09d9d;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.event-address-sec h2 {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
    color: #ffffff;
}

.event-address-sec h2 span a {
    color: #dd3200;
    font-size: 24px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
    margin-left: 20px;
}

.right-register-sec .btn {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
    text-align: center;
}

.right-register-sec .btn:focus {
    box-shadow: none;
}

.upcoming-services-inline-sec .row {
    align-items: center;
}

.upcoming-services-inline-sec {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #4c4a48;
    display: none;
}

.subscribe-section {
    position: relative;
    padding: 30px;
    background: url(../img/home/subscribe-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0;
    width: 100%;
    border-radius: 20px;
}

.subscribe-form .form-control {
    background: rgba(0, 0, 0, 0.8);
    border: none;
    height: 54px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    padding: 0.375rem 1.4rem;
    font-size: 20px;
}

.subscribe-form .form-control:focus {
    box-shadow: none;
}

.subscribe-form .form-control::-webkit-input-placeholder { /* Edge */
    color: #ffffff;
}

.subscribe-form .form-control:-ms-input-placeholder { /* Internet Explorer */
    color: #ffffff;
}

.subscribe-form .form-control::placeholder {
    color: #ffffff;
}

.subscribe-form {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.subscribe-form .subscribe-button {
    position: absolute;
    right: -4px;
    top: -4px;
    padding: 12px 40px;
    border-radius: 20px;
    background: #d64413;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    font-style: italic;
}

/* footer section start */

.site-footer {
    position: relative;
    padding: 115px 0 60px;
}

.site-footer .logo-sec {
    position: relative;
    text-align: center;
}

.site-footer .logo-sec img {
    width: 160px;
    margin-bottom: 20px;
}

.site-footer .logo-sec h4 {
    font-size: 24px;
    line-height: 30px;
}
.site-footer .logo-sec p {
    font-size: 21px;
    line-height: 24px;
}
.footer-navbar {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #4c4a48;
}
.footer-navbar .navbar-nav {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-navbar .navbar-nav .nav-link {
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
}

.copyright p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-top: 20px;
}

.current-service{
    display: none;
}

.lm-button-fix .btn:hover, .load-more-current:hover {
    background: white;
    color: black;
    opacity:0.7;
}

.sign-out-button-fix .btn:hover{
    background: whitesmoke;
    color: black;
    opacity:0.7;
}

.update-button-fix .btn:hover {
    background: whitesmoke;
    color: black;
    opacity:0.7;
}

.lm-button-fix .btn, .load-more-current .btn, .sign-out-button-fix .btn {
    width: 100%;
    max-width: 300px;
    padding: -1px 40px;
    font-size: 20px;
    color: #fff;
    border: 2px solid white;
    margin: 0 auto;
    opacity:0.7;
}

.lm-button-fix .btn:focus, .load-more-current .btn:focus, .sign-out-button-fix .btn:focus {
    box-shadow: none;
}

.sign-out-button-fix .btn {
    width: 97%;
    max-width: 300px;
    padding: -1px 40px;
    font-size: 20px;
    color: whitesmoke;
    border: 2px solid gray;
    margin: 0 auto;
    opacity:0.7;
}

.update-button-fix .btn{
    color: whitesmoke;
    border: 2px solid gray;
    margin: 0 auto;
}

.no-button-fix span {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.dn-button-fix .btn {
    width: 100%;
    max-width: 300px;
    background: #d64413;
    padding: 14px 40px;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    border: 2px solid #d64413;
    margin: 0 auto;
}

.dn-button-fix {
    margin-bottom: 60px;
    position: relative;
    z-index: 11;
}

#ProfileForm .form-group {
    display: flex;
}
#ProfileForm .form-group label {
    flex-basis: 150px;
}

.profile-sec {
    background-color: #81818161 ;
    padding: 25px;
    border-radius: 10px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row .mb-5 {
    font-size: 35px;
}

.profile-sec .fa-badge-dollar {
    font-size: 80px;
    color: #d64413;
    margin-bottom: 15px;
}
/*.profile-sec p {*/
/*    font-size: 42px;*/
/*}*/


/* Donate Page css start */

.page-header-sec-main {
    width: 100%;
    position: relative;
    padding: 50px;
    background-color: #ffffff;
}

.header-image-fix img {
    border-radius: 20px;
}
.header-image-fix {
    width: 100%;
    position: relative;
}
.header-image-fix img {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}

.header-image-fix::after{
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 700px;
    top: 0;
    left: 0;
}

.header-navbar-center-sec {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    text-align: center;
    width: 100%;
    max-width: 700px;
}

.header-navbar-center-sec .logo {
    margin-bottom: 40px;
}

.header-navbar-center-sec h1 {
    font-size: 54px;
    line-height: 58px;
    padding-bottom: 20px;
}

.header-navbar-center-sec p {
    font-size: 20px;
    line-height: 24px;
}

.make-donate-sec-main {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    padding: 40px 0 100px;
}

.make-donate--box-sec {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.make-donate--box-sec h2 {
    color: #000000;
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 25px;
    font-weight: bold;
}

.Donation-list .list-inline-item:not(:last-child) {
    margin-right: 0.4rem;
    margin-bottom: 1rem;
}

.Donation-list .list-inline-item {
    width: 104px;
    text-align: center;
    padding: 10px 14px;
    border: 1px solid #000000;
    border-radius: 5px;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    margin-left: 0.4rem;
    color: #000000;
    font-size: 16px;
}

.amount-alert {
    margin: 0 17px 30px 17px!important;
    display: none;
}

.toggle {
    display: none;
}


.Donation-list li:hover {
    background: #222222;
    color: #ffffff;
}

.Donation-list .active {
    background: #222222;
    color: #FFFFFF;
}

.make-donate--box-sec .other-btn {
    width: 100%;
    position: relative;
    display: flex;
    cursor: pointer;
}
.make-donate--box-sec .other-btn .outline-btn {
    text-align: center;
    padding: 10px 14px;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    font-size: 18px;
}

.select-outline .form-select {
    padding: 10px 14px;
    border: 1px solid #000000;
}

.select-outline .form-select:focus {
    box-shadow: none;
}
.make-donate--box-sec .donate-btn {
    display: flex;
    width: 100%;
}
.donate-btn .dark-btn {
    text-align: center;
    padding: 10px 14px;
    border: 1px solid #000000;
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
}

.donate-btn .dark-btn:hover{
    background-color: #000000a6;
    border: 1px solid #000000a6;
}


.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.section-header h4 {
    font-size: 34px;
    line-height: 36px;
    color: #dd3200;
    text-transform: uppercase;
    font-weight: 400;
}

.Register-Form-sec .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Register-Form-sec .form-group label {
    font-size: 20px;
    color: #ffffff;
}

.Register-Form-sec .form-group label span {
    color: #dd3200;
}

.Register-Form-sec .form-group .form-input {
    flex: 1;
    margin-left: 15px;
    background: transparent;
    border: 2px solid #9f9f9f;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
}
.Register-Form-sec .form-group .form-input:focus-visible {
    outline: none;
}

.Register-Form-sec .form-group .form-input.error {
    flex: 1;
    margin-left: 15px;
    background: transparent;
    border: 2px solid #9f9f9f;
    padding: 12px;
    border-radius: 4px;
    font-size: 20px;
    color: #ffffff !important;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
}
.Register-Form-sec .form-group .form-check-input {
    width: 24px;
    height: 24px;
    /* background: transparent; */
    border: 2px solid #9f9f9f;
}

.Register-Form-sec .form-group .form-check-input:checked {
    background-color: #dd3200;
    border: 6px solid #e5e5e5;
}

.Register-Form-sec .form-group .form-check-inline {
    margin-bottom: 1.5rem;
}

.Register-Form-sec {
    position: relative;
    padding: 40px 80px;
}

.Register-Form-sec .submit-btn .btn {
    background: #dd3200;
    padding: 6px 30px;
    border-radius: 20px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    transition: .2s ease-in-out 0s;
}

.Register-Form-sec .submit-btn .btn:focus,
.Register-Form-sec .submit-btn .btn:hover {
    box-shadow: none;
    transform: scale(1.2);
}

#thankModal .modal-body {
    padding: 2rem;
}
#thankModal .modal-body h4 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    /*font-weight: 600;*/
    text-transform: capitalize;
    text-align: center;
}
#thankModal .modal-body p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 100;
    /* text-transform: capitalize; */
    text-align: center;
    padding-top: 10px;
}


#thankModal .modal-footer .btn-secondary {
    background: #dd3200;
    padding: 6px 40px;
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    width: 100%;
}

#thankModal .modal-footer .btn-secondary:focus {
    box-shadow: none;
}

#thankModal .modal-footer  {
    justify-content: center;
    padding: 1rem;
}

#thankModal .modal-content {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid hsl(0, 0%, 42%);
    box-shadow: 0px 0px 40px rgb(255 251 251 / 35%);
}

#thankModal .modal-header h4 {
    color: #fff;
    font-weight: bold;
}

.REGISTRATION-sec .container {
    max-width: 1100px;
}

.tooltiptext {
    visibility: hidden;
    width: 100px;
    background: #323437;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%);
}

.site-header .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #323437 transparent;
}

.tooltiptext p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

.Register-Form-sec .form-group.day-all-check {
    align-items: flex-start;
    position: relative;
}

.Register-Form-sec .day-all-check .form-check-block {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-left: 15px;
}

.Register-Form-sec .day-all-check .form-check-block .form-check:not(:last-child) { 
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.Register-Form-sec .day-all-check .form-check-block .form-check .form-check-input {
   margin-right: 5px;
 }

 .Register-Form-sec .form-group.day-all-check .form-check-block .form-check-input:checked {
    background-color: #dd3200;
    border: 0px solid #e5e5e5;
}

.Register-Form-sec .day-all-check .form-check-block .form-check {
    position: relative;
}

/* 23-05-2023 css start */
.About-donate-section {
    position: relative;
    padding: 100px 0px 60px;
}
.About-donate-section .row {
    align-items: center;
}
.About-donate-left-sec h4 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
    font-weight: 400;
}

.About-donate-left-sec .donate-btn {
    margin-top: 70px;
    text-align: center;
}

.About-donate-left-sec .donate-btn svg {
    width: 230px;
}


.About-donate-section #donation-title{
    font-family: 'Rage Italic', sans-serif;
    color: #dd3200;
}

.About-donate-section::before {
    content: '';
    position: absolute;
    background: url(../img/home/donation-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -8px;
    left: 0;
}

.About-donate-section .container {
    position: relative;
    padding: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

#DonationModal .modal-body {
    padding: 2rem;
}
#DonationModal .modal-body h4 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    /*font-weight: 600;*/
    text-transform: capitalize;
    text-align: center;
}
#DonationModal .modal-body p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 100;
    /* text-transform: capitalize; */
    text-align: center;
    padding-top: 10px;
}


#DonationModal .modal-footer .btn-secondary {
    background: #dd3200;
    padding: 6px 40px;
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    width: 100%;
}

#DonationModal .modal-footer .btn-secondary:focus {
    box-shadow: none;
}

#DonationModal .modal-footer  {
    justify-content: center;
    padding: 1rem;
}

#DonationModal .modal-content {
    background: rgba(0, 0, 0, 0.9);
    /* border: 1px solid hsl(0, 0%, 42%);
    box-shadow: 0px 0px 40px rgb(255 251 251 / 35%); */
}

#DonationModal .modal-header h4 {
    color: #fff;
    font-weight: bold;
}

/* 05-06-2023 */
.amount-list .list-inline-item:not(:last-child) {
    margin-right: 0.4rem;
    margin-bottom: 1rem;
}

.amount-list .list-inline-item {
    width: 104px;
    text-align: center;
    padding: 10px 14px;
    border: 1px solid #ffffff;
    /* border-radius: 5px; */
    font-weight: bold;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    margin-left: 0.4rem;
    color: #dd3200;
    font-size: 16px;
}

.amount-list li:hover {
    background: #dd3200;
    color: #ffffff;
}

.amount-list .active {
    background: #dd3200;
    color: #FFFFFF;
}

#DonationModal .form-group .form-input {
    flex: 1;
    margin-left: 15px;
    background: transparent;
    border: 2px solid #9f9f9f;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    width: 50%;
}

#donation-amount {
    text-align: center;
    padding-bottom: 2rem;
}

#donation-amount .donation-btn {
    background-color: #dd3200;
    color: #ffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 5px 25px;
}

/* Responsive Css Start */

@media  screen and (max-width: 1600px) {
    .site-header .navbar-expand-lg .navbar-nav .nav-link svg {
        width: 110px;
    }
    .Register-Form-sec {
        padding: 20px 80px;
    }

    .site-footer {
        position: relative;
        padding: 120px 0 40px;
    }
    .footer-navbar .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 20px;
    }
    .site-footer .logo-sec p {
        font-size: 18px;
        line-height: 20px;
    }
    .site-footer .logo-sec h4 {
        font-size: 21px;
        line-height: 24px;
    }
    .right-register-sec .btn {
        font-size: 24px;
        line-height: 24px;
    }
    .event-address-sec h2 span a {
        font-size: 22px;
    }
    .event-address-sec h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .date-sec .month {
        color: #a09d9d;
        font-size: 16px;
    }
    .date-sec .number {
        font-size: 48px;
    }
    .section-header h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .event-box-fix-sec a {
        font-size: 18px;
    }

    .event-box-fix-sec p {
        font-size: 18px;
        line-height: 20px;
    }

    .event-box-fix-sec h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .welcome-sec-right-content h4 {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 15px;
    }
    .welcome-sec-right-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .welcome-sec-right-content {
        margin-left: 30px;
        margin-top: 20px;
    }

    .banner-carousel .banner-caption p {
        font-size: 26px;
        line-height: 26px;
    }

    .banner-carousel .banner-caption h2 {
        font-size: 78px;
        line-height: 84px;
    }

    .social-media .nav-link {
        font-size: 20px;
        line-height: 24px;
    }
    .site-header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 21px;
        line-height: 26px;
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }


    .site-header .navbar-brand {
        width: 100px;
    }
    /* .site-header .navbar-expand-lg .navbar-nav .live-img img {
        width: 80px;
    }
    .site-header .navbar-expand-lg .navbar-nav .nav-link #donate-button {
        width: 95px;
    } */
}
@media  screen and (max-width: 1440px) {
    .About-donate-left-sec .donate-btn svg {
        width: 220px;
    }
    .About-donate-left-sec h4 {
        font-size: 26px;
        line-height: 30px;
    }

    #paypal-donate-button-container img {
        width: 160px!important;
    }

    .upcoming-services-inline-sec {
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .event-address-sec h2 span a {
        font-size: 20px;
    }
    .right-register-sec .btn {
        font-size: 20px;
        line-height: 24px;
    }
    .date-sec .number {
        font-size: 36px;
        line-height: 44px;
    }
    .event-address-sec h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .upcoming-inner-sec-fix {
        padding: 40px 10px;
    }
    .section-header {
        margin-bottom: 30px;
    }
    .Register-Form-sec {
        padding: 0px 80px;
    }
    .About-donate-left-sec .donate-btn {
        margin-top: 50px;
    }
    .About-donate-left-sec .donate-btn img {
        width: 30% !important;
        padding-top: 20px;
    }
    .section-header h4 {
        font-size: 30px;
        line-height: 32px;
    }
    .Register-Form-sec .submit-btn .btn {
        font-size: 20px;
    }
    .site-header {
        padding: 20px 40px;
    }
    .banner-carousel .banner-caption {
        width: 80%;
    }
    .site-header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.4rem;
        padding-left: 1.4rem;
    }
    .welcome-sec-right-content {
        margin-top: 10px;
    }
    .site-footer {
        padding: 80px 0 40px;
    }
    .REGISTRATION-sec .container {
        max-width: 1000px;
    }
}

@media  screen and (max-width: 1366px) {

    .site-footer {
        position: relative;
        padding: 80px 0 40px;
    }

    .welcome-sec-right-content h4 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .welcome-sec-right-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .event-address-sec h2 span a {
        font-size: 20px;
    }
    .date-sec .month {
        font-size: 14px;
        line-height: 16px;
    }

    .upcoming-services-inline-sec {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .subscribe-form .subscribe-button {
        font-size: 21px;
        padding: 14px 40px;
    }
    .subscribe-form .form-control {
        font-size: 18px;
    }
    .site-footer .logo-sec p {
        font-size: 16px;
        line-height: 18px;
    }
    .site-footer .logo-sec h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .site-footer .logo-sec img {
        width: 140px;
        margin-bottom: 15px;
    }
    .banner-carousel .banner-caption .button-recent .link {
        font-size: 20px;
        line-height: 20px;
    }
    .banner-carousel .banner-caption p {
        font-size: 24px;
        line-height: 24px;
    }
    .banner-carousel .banner-caption h2 {
        font-size: 72px;
        line-height: 78px;
    }
    .social-media .nav-link,
    .site-header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 24px;
    }
    .site-header .navbar-brand {
        width: 85px;
    }
}

@media  screen and (max-width: 1300px) {
    .About-donate-left-sec h4 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media  screen and (max-width: 991px) {
    .About-donate-left-sec .donate-btn {
        margin-top: 40px;
    }
    .About-hand-image-sec {
        padding-bottom: 44px;
    }
    .About-donate-section {
        position: relative;
        padding: 40px 20px 0;
    }
    .About-donate-section .row {
        align-items: center;
        flex-direction: column-reverse;
    }
    .Register-Form-sec .day-all-check .form-check-block{
        margin-left: 0;
    }
    .Register-Form-sec .day-all-check .form-check-block .form-check:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .Register-Form-sec {
        padding: 0px 40px;
    }
    .copyright p {
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        padding-top: 10px;
    }
    .footer-navbar .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 20px;
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }
    .event-address-sec h2 span a,
    .right-register-sec .btn {
        font-size: 16px;
        line-height: 20px;
    }
    .event-address-sec h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .welcome-sec-right-content {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }

    .welcome-sec-left-img {
        margin-bottom: 30px;
        text-align: center;
    }

    .site-header .navbar-collapse {
        background: #222222;
        padding: 40px 0;
    }

    .site-header .navbar-light .navbar-toggler {
        background: #fff;
    }
    .site-header .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }
    .tooltiptext::after {
        bottom: 40%;
        left: 0;
        margin-left: -10px;
        transform: rotate(-90deg);
    }
    .tooltiptext {
        bottom: 0px;
        left: 100%;
        transform: translate(-0%);
    }
}

@media  screen and (max-width: 800px) {
    .site-footer {
        position: relative;
        padding: 40px 0 20px;
    }
    .section-header {
        margin-bottom: 15px;
    }
    .Register-Form-sec .form-group .form-check-input:checked {
        border: 4px solid #e5e5e5;
    }
    .Register-Form-sec .form-group .form-check-input {
        width: 20px;
        height: 20px;
    }
    .Register-Form-sec .form-group {
        display: inline-block;
        width: 100%;
    }
    .Register-Form-sec .form-group .form-input {
        width: 100%;
        margin-left: 0;
        padding: 6px;
    }
    .Register-Form-sec .form-group label {
        font-size: 18px;
    }
    .welcome-section {
        padding: 40px 40px 40px;
    }
    .banner-carousel .banner-caption p {
        font-size: 21px;
        line-height: 24px;
    }
    .banner-carousel .banner-caption h2 {
        font-size: 54px;
        line-height: 64px;
    }
    .site-header .navbar-brand {
        width: 60px;
        margin-right: 0px;
    }
    .Register-Form-sec .form-group .form-input.error {
        padding: 6px;
    }
}

@media  screen and (max-width: 600px) {
    .REGISTRATION-sec .upcoming-inner-sec-fix {
        margin: 0 10px;
    }
    .site-header .navbar-brand {
        width: 50px;
    }
    .site-header .navbar-toggler {
        padding: 0.25rem 0.55rem;
    }
    .banner-carousel .banner-caption {
        position: absolute;
        top: 60%;
    }
    .Register-Form-sec .form-group .form-input.error {
        margin-left: 0;
    }
    .site-footer .logo-sec img {
        width: 80px;
        margin-bottom: 10px;
    }
    .welcome-section {
        padding: 20px 20px;
    }
    .dn-button-fix {
        margin-bottom: 30px;
    }
    .Register-Form-sec .submit-btn .btn {
        font-size: 16px;
    }
    .section-header h4 {
        font-size: 24px;
        line-height: 24px;
    }
    .dn-button-fix .btn {
        width: 100%;
        max-width: 260px;
        padding: 12px 20px;
        font-size: 24px;
    }
    .section-header h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .site-header {
        padding: 0px 5px;
        top: 0;
    }
    .banner-carousel .banner-caption {
        width: 90%;
    }
    .banner-carousel .banner-caption p {
        font-size: 16px;
        line-height: 20px;
    }
    .banner-carousel .banner-caption h2 {
        font-size: 42px;
        line-height: 54px;
    }
    .upcoming-services {
        position: relative;
        padding: 40px 0px;
    }
    .footer-navbar .navbar-nav {
        flex-direction: column;
    }
    .Register-Form-sec .form-group.mb-4 {
        margin-bottom: 1rem!important;
    }
    .About-donate-left-sec .donate-btn svg {
        width: 160px;
    }
    .About-donate-left-sec .donate-btn {
        margin-top: 0;
    }
    .site-header .navbar-expand-lg .navbar-nav .nav-link svg {
        width: 100px;
        height: 50px;
    }
    .About-donate-left-sec .donate-btn img {
        width: 50% !important;
        padding-top: 20px;
    }
}
@media  screen and (max-width: 500px) {
    .About-donate-left-sec h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .site-header .navbar-collapse {
        padding: 20px 0;
    }
    .Register-Form-sec {
        padding: 0px 20px;
    }
    .footer-navbar {
        padding-top: 25px;
        margin-top: 30px;
    }
    .Register-Form-sec .form-group label {
        width: 100%;
    }
    .Register-Form-sec .form-group .form-check-inline {
        display: inline-flex;
        margin-bottom: 1rem;
    }
    .dn-button-fix .btn {
        width: 100%;
        max-width: 240px;
        padding: 8px 20px;
        font-size: 20px;
    }
    .banner-carousel .banner-caption h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media  screen and (max-width: 440px) {
    .event-box-fix-sec p {
        font-size: 16px;
        line-height: 20px;
    }
    .event-box-fix-sec h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .dn-button-fix .btn {
        width: 100%;
        max-width: 240px;
        padding: 6px 13px;
        font-size: 18px;
    }
    .event-section {
        padding: 0px 20px 40px;
    }
    .right-register-sec .btn {
        font-size: 14px;
        line-height: 20px;
    }
    .date-sec .number {
        font-size: 24px;
        line-height: 30px;
    }
    .event-address-sec h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .section-header h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .upcoming-services {
        padding: 40px 0px 0px;
    }
    .Register-Form-sec .form-group .form-check-input {
        width: 16px;
        height: 16px;
    }
    .site-header .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
    .Register-Form-sec .form-group label {
        font-size: 16px;
    }
    .section-header h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .banner-carousel .banner-caption h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .banner-carousel .banner-caption p {
        font-size: 15px;
        line-height: 20px;
    }
}