@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Lato', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: 'ARIAL';
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Trajan';
    src: url(../fonts/Trajan\ Pro\ 3\ Regular.otf);
}

@font-face {
    font-family: 'ARIAL';
    src: url(../fonts/ARIAL.TTF);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

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

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    color: #fff;
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Trajan';
}

h2 {
    color: #000;
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Trajan';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 400;
    font-family: 'Trajan';
}

h4 {
    color: #000;
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Trajan';
}

h5 {
    font-family: 'Trajan';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'ARIAL';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.theme1 {
    padding: 10px 25px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #3b3b3b;
}

.theme1:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #3b3b3b;
}

.theme-1 {
    color: #3b3b3b;
    padding: 10px 25px;
    text-transform: uppercase;
    background-color: #fff;
}

.theme-1:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #3b3b3b;
}

.add-padding {
    margin: auto;
    padding: 0px 5%;
    max-width: 1800px;
}

/*header css start */

.menuSec {
    padding: 15px 0;
    border-top: 5px solid #f3242a;
}

.header-logo img {
    width: 80%;
}

.menu-box ul {
    position: relative;
    gap: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-around;
}

.menu-box ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menu-box li ul {
    display: none;
}

.menu-box ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #171616;
    font-weight: 500;
    position: relative;
    transition: ease-in;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.9s;
}

.menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.9s;
}

.menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    transition: ease-in;
    transition-duration: 0.9s;
}

.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec ul li.active a::before {
    width: 100%;
}

.menu-box ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menu-box li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menu-box li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menu-box li>ul>li,
.menu-box li>ul>li>a {
    display: block;
    margin: 0;
}

.menu-box li>ul>li>a:before,
.menu-box li>ul>li>a:after {
    display: none;
}

.menu-box li:hover li {
    float: none;
}

.menu-box li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menu-box ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/*header css start */

/*banner css start */


.banner {
    position: relative;
    background-color: #000;
}

.banner_text {
    text-align: center;
}

.banner_text h1 {
    width: 80%;
    margin: auto;
}

.banner_text p {
    width: 60%;
    color: #fff;
    margin: 10px auto 45px;
}

.banner::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 1;
    height: 750px;
    position: absolute;
    background: url(../images/banner-before.png)no-repeat;
    background-position: bottom;
    background-size: cover;
}

.banner-bg-img {
    width: 100%;
    height: 750px;
    opacity: 0.502;
    object-fit: cover;
    position: absolute;
}

.banner_img::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(23, 22, 22, 0.726);
}

.banner-row {
    z-index: 2;
    height: 750px;
    position: relative;
    padding: 0px 3% 45px;
}

.banner-follow-bar {
    display: flex;
    position: absolute;
    align-items: center;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    padding: 25px 25px;
    justify-content: space-between;
}

.banner-follow-bar::after {
    left: 0;
    height: 1px;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    margin: auto;
    width: 90%;
    position: absolute;
    background-color: #242425;
}

.banner-follow-bar ul {
    gap: 10px;
    display: flex;
    margin: 15px 0px;
    background-color: #090909;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    align-items: center;
}

.banner-follow-bar ul li a {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
    position: relative;
    transition: ease-in;
    align-items: center;
    justify-content: center;
    background-color: #0b0a0a;
    transition-duration: 0.5s;
    border: 1px solid #232323;
}

.banner-follow-bar ul li a:hover {
    color: #000;
    transition-duration: 0.5s;
    background-color: #fff;
}

.banner-follow-bar p {
    color: #393331;
    position: relative;
    z-index: 1;
    margin-right: 5%;
    background-color: #221c1a;
    padding: 0px 25px;
}

.service-slider-nav {
    gap: 10px;
    display: flex;
    z-index: 1;
    position: relative;
    padding-right: 15px;
    align-items: center;
    justify-content: center;
    background-color: #090909;
}

.service-slider-nav button {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
    position: relative;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #0b0a0a;
    border: 1px solid #232323;
}

.service-slider-nav button img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(0%) hue-rotate(148deg) brightness(90%) contrast(83%);
}

.service-slider-nav button:hover {
    background-color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.service-slider-nav button:hover img {
    filter: brightness(0) saturate(100%) invert(6%) sepia(2%) saturate(746%) hue-rotate(314deg) brightness(95%) contrast(94%);
}

/*banner css end*/

/* inner-main_slider */

.inner-main_slider .banner-row,
.inner-main_slider .banner-bg-img,
.inner-main_slider .banner::before {
    height: 400px;
}

.inner-main_slider .banner-bg-img {
    opacity: 1;
}

.inner-main_slider .banner-row {
    padding: 0px 3% 0px;
}

.inner-banner_img {
    text-align: end;
}

.inner-banner_img h4 {
    font-size: 14px;
}

.inner-banner_img h4 a {
    font-size: 14px;
    color: #58504a;
}

/* inner-main_slider */

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 100%;
    height: 600px;
    border-left: 5px solid #fcb040;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    padding-left: 50px;
}

.about-text h2 {
    margin-bottom: 10px;
}

.about-text h3 {
    color: #171616;
    margin-top: 20px;
    position: relative;
    margin-bottom: 25px;
}

.about-text h3 span {
    color: #c7c7c7;
}

.about-text h3 b {
    font-size: 40px;
    font-weight: 300;
    margin-left: 5px;
    color: #c7c7c7;
}

.about-text p {
    width: 90%;
    margin-bottom: 15px;
}

.about-text ul li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Lato';
}

.about-text a {
    margin-top: 15px;
}

/* about-sec */

/* scene-img */

.scene-img {
    width: 100%;
    height: 500px;
    position: relative;
    border-right: 5px solid #fcb040;
}

.scene-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene-text h2 {
    margin-bottom: 10px;
}

.scene-text p {
    width: 75%;
    margin-bottom: 15px;
}

.scene-img a {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.scene-img a i {
    width: 65px;
    height: 65px;
    display: flex;
    z-index: 1;
    color: #171616;
    position: relative;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    animation: pulse 2s infinite;
}

/* scene-img */

/* inner-about-sec */

.inner-about-sec .scene-text p {
    width: 100%;
}

/* inner-about-sec */

/* team-box */

.team-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 40px;
}

.team-box {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    background-color: #fff;
}

.team-box p {
    font-weight: 600;
}

.team-box::before {
    bottom: 0;
    width: 65%;
    right: 5%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #f3242a;
}

.teamSlider {
    margin-top: 25px;
}

.teamSlider .slick-active {
    opacity: 1;
}

.teamSlider .slick-slide {
    margin: 0px 10px;
}

.teamSlider .slick-next,
.teamSlider .slick-prev {
    left: -55px;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: flex;
    position: absolute;
    transition: ease-in;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #fff;
}

.teamSlider .slick-prev:before {
    color: #fff;
    content: '';
    height: 12px;
    width: 18px;
    position: absolute;
    background-image: url(../images/btn-icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1455%) hue-rotate(314deg) brightness(99%) contrast(94%);
}

.teamSlider .slick-next {
    left: unset;
    right: -55px;
}

.teamSlider .slick-next:before {
    color: #fff;
    content: '';
    height: 12px;
    width: 18px;
    position: absolute;
    background-image: url(../images/btn-icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1455%) hue-rotate(314deg) brightness(99%) contrast(94%);
}

.teamSlider .slick-next:hover,
.teamSlider .slick-prev:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #171616;
}

.teamSlider .slick-next:hover:before,
.teamSlider .slick-prev:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(29%) hue-rotate(255deg) brightness(107%) contrast(100%);
}

/* team-box */

/* donate now form css start */
.donate-now {
    padding: 100px 0px;
}

section.donate-now button {
    display: block;
    margin: 0 auto;
}

.donator-detials input {
    background: transparent;
    height: 60px;
}

.donator-detials label {
    text-transform: capitalize;
}

section.donate-now input[type="radio"] {
    margin: 0 14px 0 0;
}

section.donate-now span {
    font-family: 'ARIAL';
    font-size: 22px;
    line-height: 45px;
    color: #666666;
    text-transform: capitalize;
}

section.donate-now h3 {
    font-size: 25px;
    font-family: 'ARIAL';
}

section.donate-now .don-amount input[type='text'] {
    font-size: 15px;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 0 10px 18px;
    font-family: 'ARIAL';
    margin: 25px 0px;
    height: 60px;
    color: #000000;
}

section.donate-now select,
section.donate-now textarea {
    font-size: 15px;
    width: 100%;
    color: #000000;
    font-family: 'ARIAL';
    padding: 10px 0 10px 18px;
    border: 1px solid #d9d9d9;
}

section.donate-now select option {
    color: #000;
}

section.donate-now select {
    height: 60px;
}

.inner-board-box {
    padding: 25px;
    box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
    margin-top: 30px;
}

section.donate-now .don-amount input::placeholder,
section.donate-now textarea::placeholder {
    font-family: 'ARIAL';
    color: #000000;
    height: 60px;
    text-transform: capitalize;
    font-size: 15px;
}

section.donate-now .donator-detials input {
    background-color: #f3f3f2;
}

section.donate-now p {
    color: #000;
    font-family: 'ARIAL';
    margin-bottom: 50px;
}

section.donate-now .mbs {
    margin-bottom: 100px;
}

section.donate-now h2 {
    font-family: 'ARIAL';
    margin-bottom: 50px;
    padding-bottom: 1px;
    max-width: max-content;
    border-bottom: 3px solid #000;
}

.btn2 {
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 15px 70px;
    font-family: 'ARIAL';
    text-transform: uppercase;
    margin-top: 50px !important;
    background-color: #3b3b3b;
}

.center-line {
    margin-bottom: 25px;
    position: relative;
}

.center-line::before {
    top: 0;
    width: 1px;
    left: 350px;
    content: '';
    height: 98%;
    position: absolute;
    background-color: #e7e7e7;
}


/* donate now form css end */


/* blog-sec */

.blog-sec {
    padding: 100px 0px;
    background-color: #f0f0f0;
}

.inner-blog-sec {
    padding: 100px 0px;
}

.inner-blog-sec .blog-box {
    border: 1px solid #bcbec0;
}

.blog-box {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
    background-color: #ffff;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.02);
}

.blog-box::before {
    bottom: 0;
    width: 65%;
    right: 5%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #f3242a;
}

.blog-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 25px;
}

.blog-box h4 {
    margin: 0px 20px;
}

.blog-box p {
    font-weight: 500;
    margin: 15px 20px;
}

.blog-box a {
    color: #171616;
    font-size: 13px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 10px 40px;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #cccccc;
}

.blogSlider {
    margin-top: 25px;
}

.blogSlider .slick-active {
    opacity: 1;
}

.blogSlider .slick-next,
.blogSlider .slick-prev {
    left: -55px;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: flex;
    position: absolute;
    transition: ease-in;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #fff;
}

.blogSlider .slick-prev:before {
    color: #fff;
    content: '';
    height: 12px;
    width: 18px;
    position: absolute;
    background-image: url(../images/btn-icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1455%) hue-rotate(314deg) brightness(99%) contrast(94%);
}

.blogSlider .slick-next {
    left: unset;
    right: -55px;
}

.blogSlider .slick-next:before {
    color: #fff;
    content: '';
    height: 12px;
    width: 18px;
    position: absolute;
    background-image: url(../images/btn-icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1455%) hue-rotate(314deg) brightness(99%) contrast(94%);
}

.blogSlider .slick-next:hover,
.blogSlider .slick-prev:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #171616;
}

.blogSlider .slick-next:hover:before,
.blogSlider .slick-prev:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(29%) hue-rotate(255deg) brightness(107%) contrast(100%);
}

/* blog-sec */

/* Testimonial */

.inner-testi-sec {
    padding-top: 100px;
}

.sec-heading3 h2 {
    color: #171616;
    font-size: 50px;
}

.sec-heading3 p {
    color: #1d1c1c;
    margin-bottom: 15px;
}

.sec-heading3 p {
    font-size: 14px;
}

.testimonial-slider {
    margin: 40px 0;
}

.testimonial-slider .slick-list {
    padding: 0 !important;
}

.client-box::after {
    content: '';
    top: -35px;
    right: 40px;
    height: 75px;
    width: 65px;
    position: absolute;
    background-image: url(../images/testi-quote.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-box {
    background-color: #f0f0f0;
    padding: 20px 40px;
    position: relative;
    margin-bottom: 100px;
}

.client-box img {
    margin-top: -60px;
    height: 80px;
    width: 80px;
    object-fit: contain;
    border-radius: 50%;
    border: 5px solid #fff;
}

.client-box p {
    width: 96%;
    color: #000;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}

.client-box ul {
    display: flex;
    padding: 15px 0;
    margin-top: 20px;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cfcfd2;
}

.client-box ul li h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: 'ARIAL';
}

.client-box ul li h6 {
    margin: 0;
    color: #171616;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'ARIAL';
    text-transform: uppercase;
}

.client-box ul li i {
    color: #f4a600;
}

.client-sli {
    margin: 40px 0;
}

.testimonial-slider .slick-slide {
    opacity: 1;
    margin: 40px 5px;
}

.testimonial-slider .slick-slide .client-box {
    background-color: transparent;
}

.testimonial-slider .slick-current .client-box {
    background-color: #f0f0f0;
}

.testimonial-slider .slick-current .client-box::after {
    opacity: 0;
}

.testimonial-slider .slick-current .client-box p,
.testimonial-slider .slick-current .client-box ul li h5,
.testimonial-slider .slick-current .client-box ul li h6 {
    color: #000;
}

/* Testimonial */

/* envent-detail-sec */

.envent-detail-sec {
    padding: 100px 0px;
}

.envent-detail-img {
    height: 300px;
    width: 100%;
}

.envent-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.envent-detail-img h4 {
    font-size: 26px;
    position: relative;
    font-family: 'ARIAL';
    padding-bottom: 10px;
    margin: 15px 0px 25px;
    border-bottom: 1px solid #cececf;
}

.envent-detail-img h4::before {
    content: '';
    right: 0;
    width: 10px;
    height: 10px;
    bottom: -5px;
    position: absolute;
    border-radius: 50%;
    background-color: #f3242a;
}

.envent-detail-img h4::after {
    right: -4px;
    width: 18px;
    content: '';
    height: 18px;
    bottom: -9px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #cececf;
}

.envent-detail-img p {
    color: #8d8d8d;
    font-family: 'ARIAL';
}

.envent-detail-text p {
    color: #8d8d8d;
    margin-bottom: 25px;
    font-family: 'ARIAL';
}

.envent-detail-text {
    margin-top: 25px;
}

.envent-detail-text ul {
    gap: 15px;
    display: flex;
    align-items: center;
}

.envent-detail-text ul li i {
    font-size: 20px;
    color: #f3242a;
}

.envent-detail-text ul li {
    color: #000;
    font-weight: 600;
    font-family: 'Lato';
}

/* envent-detail-sec */

/* inner-programs-deatil-sec */

.inner-programs-deatil-sec .about-img {
    border: none;
    height: 500px;
}

.about-senter-text {
    margin-top: 50px;
}

.about-senter-text p {
    margin-bottom: 15px;
}

.about-senter-text .scene-img {
    border: none;
    margin-bottom: 50px;
}

.about-senter-text h3 {
    margin-bottom: 25px;
}

.about-senter-text a {
    margin-top: 25px;
    padding: 10px 35px;
}

.about-senter-text .mtspace {
    margin-top: 50px;
}

.about-senter-text .mtspace .scene-img {
    margin: 0;
}

/* inner-programs-deatil-sec */

/*contact */


.contact-form form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 45px;
    top: 3px;
    background-size: 10px 50px;
    background-image: url(../images/contact-input-bef.png);
    background-repeat: no-repeat;
}

.contact-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 65px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    display: flex;
}

.contact-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;

}

.contact-form form textarea.form-control {
    font-size: 15px;
    padding-left: 65px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
}

.contact-form .email {
    padding: 0;
}

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 1px solid #f2242a;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #f2242a;
}

.cicle-icon img {
    margin: 0 auto;

}

.contact-info {
    background: transparent;
    width: 100%;
    display: inline-block;
    padding: 14px;
    margin-bottom: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin-bottom: 25px;
    border: 1px solid #c6c6c6;
}


.contact-main-sec h4 {
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    font-family: 'ARIAL';
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    color: #000;
    margin-bottom: -5%;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.contact_text {
    padding-top: 0px;
}

.contact_text p {
    font-size: 16px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 0px;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 16px;
    color: #8b8b8b;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
}


.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text {
    font-size: 15px;
    color: #8b8b8b;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 50px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
    margin-top: 20px;
    border: none;
    padding: 12px 20px;
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
}

.b-img img {
    border-radius: 20px;
}

.contact-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    color: #7e7e7e;
}

.contact-form {
    margin-top: 23px;
}

.contact-form button {
    margin-top: 5%;
}

button.theme_btn img {
    width: 30%;
}

/*contact end*/

/*Up Coming Start*/

.up-coming-sec {
    padding: 100px 0;
}

.up-coming-heading h2 {
    margin-bottom: 35px;
}

.up-coming-heading p {
    width: 60%;
    margin: 0 auto;
}

.up-coming-img img {
    width: 100%;
    height: 307px;
    object-fit: cover;
}

.up-coming-text {
    margin-left: 25px;
}

.up-coming-box {
    position: relative;
    padding: 35px 0;
}

.up-coming-text ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}

.up-coming-text ul li span i {
    font-size: 25px;
    color: #f32c32;
    animation: tada 1.5s ease infinite;
}

.up-coming-text ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.up-coming-text ul li h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.up-coming-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}


.up-coming-box:before {
    top: 0;
    right: 0;
    width: 85%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
}

.up-coming-text h2 {
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    border-bottom: 2px solid #cececf;
    padding-bottom: 10px;
    position: relative;
}

.up-coming-text h2:before {
    content: "";
    position: absolute;
    background-image: url(../images/up-coming-box-points.png);
    width: 21px;
    height: 21px;
    right: -9px;
    bottom: -10px;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    animation: tada 1.5s ease infinite;
}

.up-coming-box:after {
    content: "";
    position: absolute;
    background-image: url(../images/up-coming-number-1.png);
    width: 89px;
    height: 43px;
    background-size: cover;
    top: -40px;
    right: 50px;
}

.up-coming-box.chg,
.up-coming-box.mtbs {
    margin-top: 70px;
}

.up-coming-text ul li p {
    font-size: 14px;
    width: 40%;
    line-height: 15px;
    margin-bottom: 0;
    color: #000;
}

.up-coming-text ul li a {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 500;
}

.up-coming-box-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.up-coming-box.chg:before {
    right: inherit;
    left: 0;
}

.up-coming-box.chg .up-coming-text {
    margin-left: 0;

}

.up-coming-box.chg .up-coming-text h2 {
    padding-left: 25px;
}

.up-coming-box.chg .up-coming-text p {
    padding-left: 35px;
}

.up-coming-text ul {
    gap: 10px;
}

.up-coming-box.chg .up-coming-box-row {
    padding-left: 35px;
}

.up-coming-box.chg .up-coming-text h2:before {
    left: -9px;
}

.up-coming-box.chg .up-coming-text ul li p {
    padding-left: 0 !important;
}

.up-coming-box.chg:after {
    background-image: url(../images/up-coming-number-2.png);
    left: 50px;
    width: 97px;
    height: 42px;
}

/*Up Coming End*/

/* footer */

.footerSec {
    background: #171616;
    border-top: 5px solid #f3242a;
}

.footer-contact {
    margin-top: 70px;
    margin-bottom: 40px;
}

.footer-contact a {
    width: 100%;
    margin-bottom: 15px;
}

.footer-contact p {
    color: #a2a2a2;
    width: 90%;
    margin-bottom: 15px;
}

.left-right-border {
    height: 100%;
    padding-top: 70px;
    position: relative;
    margin-bottom: 70px;
    border-right: 1px solid #4a4949;
}

.left-right-border::before {
    top: 0;
    width: 1px;
    left: -40px;
    content: '';
    height: 100%;
    position: absolute;
    border-left: 1px solid #4a4949;
}

.foot-links {
    padding-top: 70px;
    padding-left: 40px;
}

.foot-links h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Lato';
}

.foot-links ul {
    columns: 2;
    margin-top: 35px;
    line-height: 45px;
}

.foot-links ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.foot-links ul li i {
    color: #fff;
}

.foot-links ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato';
    text-transform: uppercase;
}

.footer-contactmai {
    display: flex;
    gap: 25px;
    margin-top: 50px;
    align-items: center;
    justify-content: flex-start;
}

.footer-contactmai ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-contactmai ul li i {
    height: 45px;
    width: 45px;
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contactmai ul li h5 {
    color: #fff;
    margin-bottom: 5px;
    font-family: 'ARIAL';
}

.footer-contactmai ul li h6 {
    color: #fff;
    font-size: 12px;
    font-family: 'ARIAL';
}

.donation-box {
    max-width: 350px;
}

.donation-box h2 {
    color: #ffff;
    font-size: 30px;
    margin-bottom: 15px;
}

.input-group {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.donation-box input[type="text"],
.donation-box input[type="email"] {
    width: 48%;
    padding: 10px;
    border: none;
    border-radius: 3px;
}

.amount-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.amount-buttons button {
    flex: 1;
    margin: 5px;
    padding: 10px;
    background: #222;
    color: #fff;
    border: 2px solid #444;
    cursor: pointer;
    font-size: 16px;
}

.amount-buttons button.active {
    background: #fff;
    color: #000;
}

.donate-btn {
    width: max-content;
    padding: 12px 25px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.donate-btn:hover {
    background: #fff;
    color: #000;
}

.footer-btm {
    width: 100%;
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    background-color: #0f0e0e;
}

.copy-txt {
    text-align: center;
}

.copy-txt p {
    color: #fff;
}

section.donate-now input[type="radio"] {
    display: none;
}

/* Custom radio button container */
section.donate-now label {
    color: #000;
}

/* Outer circle */
section.donate-now label span::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    transition: 0.3s;
    position: relative;
}

/* Inner circle when selected */
section.donate-now input[type="radio"]:checked+span::before {
    border-color: #d7d7d7;
    /* Outer border color */
}

section.donate-now input[type="radio"]:checked+span::before {
    content: "";
    background: radial-gradient(circle, #9a0200 50%, transparent 55%);
}

/* footer */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

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

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .banner-follow-bar {
        flex-direction: column;
    }

    .foot-links {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 25px;
    }
}


/*Media Query End*/