:root {
	--white: #fff;
	--gray: #5F6160;
	--primary: #CF2034;
    --secondary: #E29A00;
	--success: #00A827;
	--info: #36b9cc;
	--warning: #E29A00;
	--danger: #EA0000;
	--light: #f8f9fc;
    --light-dark: #404040;
	--dark: #2C2C2C;
	--border-color: #5F6160; 
    --border-light: #DEE2E6;
	--bg-light: #fff;
    --bg-dark :#2C2C2C;
	--table-border: #F5F5F5;
	--light-primary: #E9E3D5;
    --border-radius : 1.25rem;
    --section-padding: 6.25rem 0;
}

* {
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  *,
  ::after,
  ::before {
      box-sizing: border-box
  }


html {
  scroll-behavior: smooth !important;
}

body {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    font-family: "Exo", sans-serif !important;
    text-rendering: optimizeLegibility;
    scroll-snap-type: y mandatory;
}
.fw-800 {font-weight: 800 !important;}
.fw-700 {font-weight: 700 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-100 {font-weight: 100 !important;}

.primary {color: var(--primary) !important;}
.white {color: var(--white) !important;}
.dark {color: var(--dark) !important;}
.warning {color: var(--warning) !important;}
.gray {color: var(--gray);}
.z-9 {z-index: 9;}
.z-99 {z-index: 99;}
.z-999 {z-index: 999;}

a {
    text-decoration: none !important;
    font-size: 1rem;
    color: var(--primary) !important;
}
a:hover {color: var(--primary) !important;}
.lh-normal {line-height: normal;}
p {font-size: 1.1rem; color: var(--gray);}

.card {
    border-radius: 20px !important;
}

section.page-sec {
    padding-top: 20px;
    margin-bottom: 50px;
    overflow-x: hidden;
}
.card {
    border-radius: 30px;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 3.25rem 0 3.25rem 0;
}
header.scrolled {
  background-color: #000000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 1.25rem 0 1.25rem 0;
}
header.scrolled .logo {
  height: 70px;
  width: auto;
  transition: height 0.3s ease;
}
header .logo {
    width: 130px;
    height: 100px;
    object-fit: contain;
}
.btn-primary {
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    color: var(--white) !important;
    min-width: 100px;
    border-radius: 30px !important;
    padding: 10px 40px !important;
    font-size: 1rem !important;
}
header.scrolled .navbar-nav .nav-link {
    font-size: 1.2rem;
}
button.btn.res-menu {
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner {
    background-image: url(../images/banner_home.webp);
    min-height: 100dvh;
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    place-content: center;
    text-align: center;
    padding-bottom: 50px;
    height: 1300px;
}
.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}
.home-banner.team-page {
    background-image: url(../images/team-banner.webp);
    height: auto;
    place-content: end;
}
.home-banner.event-page {
    background-image: url(../images/event-banner.webp);
    height: auto;
    place-content: end;
}
.home-banner.contact-page {
    background-image: url(../images/contact-banner.webp);
    height: auto;
    place-content: end;
}
.home-banner.about-page {
    background-image: url(../images/about-banner.webp);
    height: auto;
    place-content: end;
}
.banner-content.inner-page-content {
    width: 70%;
}
section.inn-banner h3 { margin-bottom: 0;}
.banner-content {
    text-align: center;
    color: #fff;
    padding: 100px 0 30px;
    width: 60%;
    margin: 0 auto;

}
.banner-content h1 {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 110px;
}
.banner-content h3 {
    width: 90%;
    margin: 0 auto;
    line-height: 50px;
    margin-bottom: 10px;
}
.banner-card h2 {
    font-size: 3rem;
    font-weight: 600;
}
.card.banner-card {
    border-radius: 30px;
}
.banner-date-sec h1 {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 80px;
}
.banner-upcmg img {
    width: 250px;
    border-radius: 10px;
    object-fit: cover;
}
.card.banner-date-sec {
    border: 0;
    border-left: 1px solid #e6e6e6 !important;
    border-radius: 0;
}

.navbar-nav .nav-link {
    color: var(--white) !important;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.16rem;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--white) !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: var(--white);
    transition: width 0.3s ease;
}
.navbar-nav .nav-link.active {color: var(--white) !important;}
.mobile-menu .navbar-nav .nav-link.active {color: var(--primary) !important;}
.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .nav-link:hover {
    transition: transform 0.3s ease, color 0.3s ease;
}

.primary-btn {
    background: var(--primary) !important;
    padding: 1rem 3rem;
    border-radius: 10rem;
    color: var(--white) !important;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}
.primary-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  border-radius: 10rem;
  z-index: -2;
}
.primary-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--white);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.primary-btn:hover {
  color: var(--primary) !important;
}
.primary-btn:hover:before {
  width: 100%;
}
.container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.container-xxl {
    max-width: 1700px !important;
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {width: 300px !important;}
.mobile-menu ul.navbar-nav {
    text-align: center;
}
.mobile-menu .navbar-nav .nav-link {
    color: var(--dark) !important;
}
.counter-box h1 {
    font-size: 80px;
    line-height: 80px;
}
.counter-box h4 {
    font-size: 30px;
}
.counter-box {
    border-left: 1px solid var(--primary);
    padding: 10px 30px;
}
footer {
    background: var(--bg-dark);
    padding: 50px 0 20px 0;
}
img.footer-logo {
    width: 150px;
}
ul.footer-social {
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
ul.footer-social li a {
    width: 35px;
    background: var(--white);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 5px;
    color: var(--dark) !important;
    border: 1px solid var(--white);
}
ul.footer-social li a:hover {
    background: transparent;
    color: var(--white) !important;
}
ul.footer-links {
    padding-left: 0;
    list-style: none;
}
ul.footer-links li {
    padding: 5px 0;
}
.content-sec {
    position: relative;
}
.content-sec::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2%;
    background-image: url(../images/red-before.webp);
    background-position: left;
    background-size: contain;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
h2.hd-h2 {
    font-size: 60px;
    font-weight: 700;
}
p.hd-p {
    font-size: 1.5rem;
}
h2.hd-h2 {
    width: 70%;
}
a.link.learn-more {
    font-size: 1.1rem;
    position: relative;
    font-weight: 500;
}
a.link.learn-more i {
    transform: rotate(-40deg);
    transition: all 0.3s;
}
a.link.learn-more:hover {
    color: var(--primary) !important;
}
a.link.learn-more:hover i {
     transform: rotate(0deg);
    transition: all 0.3s;
}
a.link.learn-more::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: width 0.3s ease;
}
a.link.learn-more:hover::after {
    width: 100%;
}
.team-card {
    width: 100%;
    /* height: 400px; */
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
}
.team-card img {
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    transition: all 0.4s;
}
.team-card::after {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.team-dtl {
    position: absolute;
    bottom: 20px;
    left: 23px;
    color: var(--white) !important;
    z-index: 9;
}
.team-dtl h3 {
    margin-bottom: 0;
    font-size: 2rem;
}

ul.team-social {
    display: flex;
    position: absolute;
    list-style: none;
    padding-left: 0;
    right: -100%;
    bottom: 20px;
    z-index: 99;
    margin-bottom: 0;
    transition: all 0.4s;
}
ul.team-social li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: white !important;
    margin: 3px;
    border-radius: 50%;
}
.team-card:hover ul.team-social {
    right: 15px;
    transition: all 0.4s;
}
ul.team-social li a:hover {
    background: var(--white);
    color: var(--primary) !important;
}
.team-card:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}
section.events-sec .card {
    border-radius: 20px;
    transition: all 0.5s;
    overflow: hidden;
}
section.events-sec .card img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 250px;
    transition: all 0.4s;
}
.card-hd {
    height: 250px;
    position: relative;
    overflow: hidden;
}
.date-badge {
    background: var(--primary);
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    bottom: -100%;
    transition: all 0.4s;
}
section.events-sec .card:hover .date-badge {
    bottom: 10px;
    transition: all 0.4s;
}
section.events-sec .card:hover {
    border-color: var(--primary);
    transition: all 0.5s;
}
section.events-sec .card:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}
.up-cmng-cntent:hover h3 {
    color: var(--primary) !important;
}
.up-cmng-cntent:hover .date-arrow h5 {
    color: var(--primary);
}
.date-arrow i {
    transform: rotate(-40deg);
    transition: all 0.3s;
}
.up-cmng-cntent:hover .date-arrow i {
    transform: rotate(0deg);
    transition: all 0.3s;
    color: var(--primary);
}
.modal.event-modal .modal-content {
    border-radius: 30px;
    overflow: hidden;
}
.event-content {
    padding: 50px 50px 50px 10px;
}
.event-content button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--white);
    opacity: .9;
}
.event-content button.btn-close span {color: var(--gray);}
.modal.event-modal img {
    height: 600px;
    object-fit: cover;
}
.stand-banner {
    overflow: hidden;
    border-radius: 30px;
}
.stand-banner img {
    border-radius: 30px;
    position: relative;
     transition: all 0.4s;
}
.stand-banner img:hover {
    transform: scale(1.1);
    transition: all 0.4s;
}
.stand-content-card {
    background: #CD2234;
    background: linear-gradient(180deg, rgba(205, 34, 52, 1) 0%, rgba(103, 17, 26, 1) 100%);
    border-radius: 30px;
    overflow: hidden;
}
.stand-content-card img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 99;
}
.stand-content-card ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.stand-content-card ul a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    margin: 3px;
    color: var(--primary);
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid var(--white);
    transition: all 0.3s;
}
.stand-content-card ul a:hover {
    background: var(--primary);
    color: var(--white) !important;
    transition: all 0.3s;
}
.stand-content-card h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 15px;
}
.stand-content-card h5 {
    font-size: 1.5rem;
}
.stand-content-card.stand-content-card-right {
    border-radius: 30px 0 0 30px;
    margin-right: -40px;
    z-index: 9;
    position: relative;
}
.stand-content-card.stand-content-card-left {
    border-radius: 0 30px 30px 0;
    margin-left: -40px;
    z-index: 9;
    position: relative;
}
img.quotes-icon {
    position: absolute;
    width: 250px;
    height: auto;
    object-fit: contain;
    right: -50px;
    top: 15%;
}
.stand-right-side {position: relative;}
.stand-right-side::before {
    content: '';
    position: absolute;
    background: url(../images/stand-before.webp);
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    right: 0;
    top: 0;
}
.stand-for-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 700px;
    top: 20%;
    right: 0;
    background: #333;
    background-position: center;
    background-repeat: no-repeat;
}
.stand-content {
    position: relative;
    padding: 80px 0;
}
.stand-content h1{
    font-size: 70px;
}
.stand-content::before {
    content: '';
    position: absolute;
    right: -11%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/white-before.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: 9;
    width: 100%;
    height: 230px;
}
/* team-page */

section.page-sec.team-sec.team-page-sec h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

section.page-sec.team-sec.team-page-sec .team-card, section.page-sec.team-sec.team-page-sec .team-card img {
    height: 375px;
}
section.page-sec.team-sec.team-page-sec .team-card .team-dtl {
    left: 20px;
}
section.page-sec.team-sec.team-page-sec .team-card:hover ul.team-social {
    right: 10px;
}
section.page-sec.team-sec.team-page-sec .team-card .team-dtl h3 {
    margin-bottom: 3px;
    font-size: 1.25rem;
    font-weight: 600;
}
section.page-sec.team-sec.team-page-sec .team-card .team-dtl p {
    font-size: 0.938rem;
}
section.page-sec.join-us-sec {
    background: #CD2234;
    background: linear-gradient(90deg, rgba(205, 34, 52, 1) 0%, rgba(103, 17, 26, 1) 100%);
    height: 500px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
section.page-sec.join-us-sec:before {
    content: '';
    position: absolute;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/join-before.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    z-index: 9;
    width: 100%;
    height: 230px;
}
section.page-sec.join-us-sec:after {
    content: '';
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/join-after.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: 9;
    width: 100%;
    height: 230px;
}
section.page-sec.join-us-sec h1 {
    font-size: 60px;
}
section.page-sec.join-us-sec h5 {
    line-height: 35px;
}
a.btn.btn-white {
    background: var(--white);
    padding: .75rem 3rem;
    font-size: 1.5rem !important;
    border-radius: 50px;
    color: var(--primary);
    font-weight: 600;
    border: 1px solid var(--white);
}
a.btn.btn-white:hover {
    background: var(--primary);
    color: var(--white) !important;
}
.stand-content-card p {
    font-size: 22px;
    line-height: 30px;
}
h3.hd-h2 {
    font-size: 40px;
}
.upcoming-events-list .date-sec {text-transform: uppercase;}
.upcoming-events-list .date-sec h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
}
/* .event-cntnt {
    padding-left: 50px;
} */
.upcoming-events-list img {
    border-radius: 15px;
    width: 100%;
    /* min-width: 250px; */
    height: 180px;
    object-fit: cover;
}
.upcoming-events-list .date-arrow i {
    font-size: 40px;
}
.upcoming-events-list h2 {
    color: var(--dark);
    font-size: 35px;
}
a.up-cmng-cntent.upcoming-events-list:hover .event-cntnt h2 {
    color: var(--primary);
}
.contact-card-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    margin: 0px 0 20px 0;
}
.contact-card-icon span {
    font-size: 4rem;
    color: var(--primary);
}
.contact-section .card-body {
    padding: 30px;
}
.contact-section .card-body p {
    line-height: 28px;
    font-size: 1.1rem;
    margin-bottom: 0;
}
.contact-section .card-body a {
    font-size: 1.2rem;
    font-weight: 600;
}
.contact-section h2 {
    margin-bottom: 10px;
}
input.form-control {
    height: 50px;
}
.input-group input.form-control {
    border-left: 0;
    border-radius: 10px;
}
.input-group button.btn.btn-outline-secondary.dropdown-toggle {
    border-color: #ced4da !important;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}
span.input-group-text {
    background: #fff;
    border-right: 0;
    border-radius: 10px;

}
textarea.form-control {
    border-radius: 10px;
}
label.form-label {
    font-size: 1rem !important;
    color: var(--gray);
    font-weight: 500;
}
.input-group-text {color: var(--gray);}


.page-sec.testimonials {
    background: url(../images/testimonail-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    position: relative;
    padding: 120px 0;
}
.page-sec.testimonials::before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}
.profile-sec {
    display: flex;
    align-items: center;
}
.profile-sec img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.profile-sec p {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}
.profile-sec small {
    line-height: normal;
}
.primary-bg {
    background: var(--primary);
}
/* .testimonial-list {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.testimonial-card span {
    font-size: 100px;
    line-height: 100px;
    color: var(--primary);
    padding-bottom: 10px;
    display: block;
}
.testimonial-card p {
    font-size: 1.2rem;
}
.testimonial-card .card-body {
    padding: 30px;
}
.testimonial-arrows {
    display: flex;
    padding-top: 100px;
}
.testimonial-arrows button {
    position: relative !important;
    border: 1px solid var(--white);
    padding: 10px 0 ;
    border-radius: 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 100px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    border: 1px solid var(--white);
}
.testimonial-arrows  button span {
    font-size: 20px;
}
.testimonail-hd {
    width: 60%;
}
.testimonail-hd h2 {
    font-size: 60px;
    font-weight: 700;
}
.testimonail-hd p {
    font-size: 1.1rem;
    line-height: 35px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {background-image: none !important;}
.card.testimonial-card {
    border: 0;
    overflow: clip;
    max-width: 600px;
    height: 450px;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.carousel-inner.testimonial-list {
    width: 600px;
    height: 450px;
    margin: 0 auto;
    z-index: 99;
    position: relative;
    overflow: visible;
}
.carousel-inner.testimonial-list::before {
    content: '';
    width: 550px;
    height: 420px;
    background: #fff;
    border-radius: 20px;
    top: 0;
    right: 0;
    transform: rotate(7deg);
    position: absolute;
    z-index: -3;
     box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.carousel-inner.testimonial-list::after {
    content: '';
    width: 550px;
    height: 420px;
    background: #fff;
    border-radius: 20px;
    top: 0;
    left: 0;
    transform: rotate(353deg);
    position: absolute;
    z-index: -3;
     box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.card-body.primary-bg {
    height: 100px;
   flex: none;
   display: flex;
   align-items: center;
   padding: 0 30px;
}
.card-body.top-card-body {
    height: 350px;
}
.card-body.top-card-body p {
    height: 150px;
    overflow-y: auto;
    color: var(--dark);
    font-weight: 500;
}
section.page-sec.content-sec.about-content-sec {
    overflow-y: hidden;
}
section.page-sec.content-sec.about-content-sec::before {
    transform: translateY(0);
    top: 40%;
}
.our-mission img {
    border-radius: 30px;
    max-height: 700px;
    object-fit: cover;
    min-height: 550px;
}
.our-mission .card {
    background: var(--bg-dark);
    max-width: 500px;
    color: var(--white);
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.our-mission .card-body {
    padding: 30px;
}
.our-mission .card-body h2 {
    font-size: 40px;
    font-weight: 700;
}
.our-mission .card-body p {
    color: var(--white);
    margin-bottom: 0;
    line-height: 35px;
    font-size: 1.25rem;
}
.value-sec .card {
    height: 100%;
}
img.value-img {
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}
section.page-sec.value-sec .card h3 {
    font-weight: 700;
}
section.page-sec.value-sec .card p {
    font-size: 1.1rem;
    width: 80%;
}
section.page-sec.value-sec .contact-card-icon {
    width: 80px;
    height: 80px;
}
.gradient-bg {
    background: #CD2234;
    background: linear-gradient(176deg, rgba(205, 34, 52, 1) 0%, rgba(103, 17, 26, 1) 100%);
}
.place-content-end {
    place-content: end;
}
.giver-card {
    border-color: var(--primary) !important;
}
.giver-card img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 130px;
    height: 130px;
    object-fit: contain;
}
img.login-logo {
    width: 170px;
    height: auto;
    object-fit: contain;
}
section.login-sec .card {
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: var(--border-color); 
}
section.login-sec .card .card-body {
    padding: 40px;
}
section.login-sec .card .card-body p {
    font-size: 1rem;
}
body.login-page {
    background: #F8F9FA;
    height: 100%;
}
.login-sec .back-btn {
    position: absolute;
    left: 0;
    top: 20%;
    font-size: 1.2rem;
    color: var(--dark) !important;
    font-weight: 500;
}
/* Responsive-view */

@media (min-width: 1600px) {
 .container {max-width: 1600px !important;}
}
@media (max-width: 1399.98px) {
    .banner-content {width: 80%;}
    .banner-content h1 {font-size: 6rem;}
    img.grow-img { height: 300px; object-fit: cover; object-position: top;}
    header {padding: 2.25rem 0 2.25rem 0;}
    .stand-content-card img {height: 500px;}
    section.page-sec.join-us-sec:before {height: 170px; left: -15%;}
    section.page-sec.join-us-sec::after {height: 170px; right: -15%;}
    .testimonail-hd {width: 100%;}
    section.page-sec.value-sec .card p {width: 100%;}
    section.page-sec.content-sec.about-content-sec::before {left: -20%;}
    .banner-content.inner-page-content {padding-bottom: 0;}
    .card-body.top-card-body {height: 300px;}
    .card.testimonial-card {height: 400px;}
}
@media (max-width: 1199.98px) {
    .banner-content { width: 100%;}
    .banner-content h1 { font-size: 4.5rem; line-height: 80px;}
    .banner-content h3 { width: 100%; line-height: 40px;}
    .home-banner {padding-bottom: 10px;}
    .counter-box {padding: 10px 20px;}
    .counter-box h1 { font-size: 70px; line-height: 70px;}
    section.page-sec { padding-top: 10px; margin-bottom: 30px;}
    .content-sec::before {left: -20%;}
    .stand-content::before {right: -50%;}
    h2.hd-h2 {width: 100%;}
    ul.team-social {bottom: 90px;}
    .banner-content {padding-top: 120px; padding-bottom: 0 !important;}
    header { padding: 2rem 0 2rem 0;}
    footer p {font-size: 14px; line-height: 25px;}
    ul.footer-links a {font-size: 14px;}
    .banner-upcmg img {width: 100%;}
    section.page-sec.home-banner.team-page.pt-0 {padding-bottom: 30px;}
    section.page-sec.content-sec.about-content-sec h2 { font-size: 1.5rem;}
    section.page-sec.join-us-sec {padding-top: 0;}
}
@media (max-width: 991.98px) {
    header {padding: 1.5rem 0 1.5rem 0;}
    .banner-content h1 {font-size: 3.5rem; line-height: 60px; margin-bottom: 15px;}
    .banner-content h3 { width: 100%; line-height: 35px; font-size: 22px;}
    .card.banner-card h2 {font-size: 2rem;}
    .card.banner-card h5 {font-size: 1.1rem; line-height: 27px;}
     .home-banner {height: 1100px;}
    img.grow-img {height: 250px;}
    .counter-box h1 {font-size: 50px; line-height: 50px;}
    .counter-box {padding: 10px;}
    .counter-box h5 {font-size: 0.875rem;}
    .content-sec::before { left: -20%; height: 140px;}
    section.page-sec.content-sec h3 {font-size: 1.5rem;}
    .stand-for-sec::before {top: 8%;}
    .stand-content h1 {font-size: 50px;}
    .stand-content {padding: 40px 0;}
    .stand-content-card h1 {font-size: 2rem;}
    .stand-content-card h5 {font-size: 1rem;}
    .stand-content-card img {min-height: 400px; height: 100%;}
    h2.hd-h2 {font-size: 50px;}
    p.hd-p {font-size: 1.2rem;}
    .date-arrow h5 {font-size: 1.1rem;}
    /* modal-width */
    .modal.event-modal {--bs-modal-width: 760px;}
    .event-content { padding-right: 20px;} 
     .banner-upcmg img {width: 100%; height: 150px;}
    .banner-date-sec h1{font-size: 60px; line-height: 60px;}
    section.page-sec.team-sec.team-page-sec h3 {font-size: 1.1rem;}
    .upcoming-events-list h2 {font-size: 25px;}
    .upcoming-events-list h5 {font-size: 1rem;}
    .upcoming-events-list img {height: 130px;}
    .upcoming-events-list .date-sec h2 {font-size: 55px; line-height: 55px;}
    section.page-sec.home-banner.inn-banner {min-height: 500px; height: 100%; padding-bottom: 30px;}
    .banner-content.inner-page-content { width: 90%;}
    section.page-sec.content-sec.about-content-sec::before {display: none;}
    .page-sec.testimonials {height: 100%; padding: 30px 0;}
    .testimonial-arrows {padding-top: 30px; justify-content: center;}
    .carousel-inner.testimonial-list { margin-top: 70px;}
    .testimonail-hd {text-align: center;}
    .carousel-inner.testimonial-list::before {height: 360px;}
    .carousel-inner.testimonial-list::after {height: 360px;}
    section.page-sec.value-sec .card p {margin-bottom: 0;}
    .login-sec .back-btn {position: relative; top: 0; margin-bottom: 10px; display: block; font-size: 1rem;}
}
@media (max-width: 767.98px) {
    .container-fluid {padding-left: 20px !important; padding-right: 20px !important;}
     header {padding: 1rem 0 1rem 0;}
     header .logo {width: 100px; height: auto;}
     .banner-content h1{font-size: 3rem; line-height: 50px; margin-bottom: 15px;}
     .banner-content h3 {font-size: 18px; line-height: 25px;}
     .primary-btn { padding: .875rem 2rem; font-size: 1.1rem;}
     .card.banner-date-sec .card-body {padding: 10px 0 10px 10px;}
     .banner-date-sec h1 { font-size: 50px; line-height: 50px; }
     .card.banner-card h2 {font-size: 1.75rem;}
     .card.banner-card h5 {font-size: 1rem; line-height: 22px;}
     .card.banner-card h3 {font-size: 20px;}
     .card.banner-card p {font-size: 0.875rem; margin-bottom: 5px;}
     .card.banner-card p span {font-size: 1.2rem;}
     .banner-upcmg img {width: 180px;}
     .content-sec::before {display: none;}
     section.page-sec.content-sec h3 {font-size: 1.25rem;}
     .stand-content h1 {font-size: 40px;}
     .stand-content {padding: 30px 0;}
     .stand-content::before {display: none;}
     .stand-for-sec::before {top: 5%;}
     .stand-content-card img {min-height: 100%; height: 350px;}
     h2.hd-h2 {font-size: 30px;}
     p.hd-p {font-size: 1rem;}
     a.up-cmng-cntent h3 {font-size: 20px; margin-bottom: 5px;}
     a.up-cmng-cntent p {font-size: 0.938rem; margin-bottom: 5px;}
     .team-card img {height: 400px;}
     ul.team-social {bottom: 15px;}
     header.scrolled .logo {width: 70px; height: auto;}
     img.footer-logo {width: 120px;}
     /* modal-width */
    .modal.event-modal {--bs-modal-width: 500px;} 
    .modal.event-modal img {height: 300px !important; width: 100%;}
    .event-content {position: unset; padding: 20px;}
     .banner-upcmg img {width: 100%; height: 150px;}
     section.page-sec.join-us-sec:before {display: none;}
     section.page-sec.join-us-sec:after {display: none;}
     section.page-sec.join-us-sec h1 {font-size: 40px;}
     section.page-sec.join-us-sec h5 { line-height: 30px; font-size: 20px;}
     section.page-sec.join-us-sec { height: 400px;}
    a.btn.btn-white {padding: .75rem 2rem; font-size: 1.2rem !important;}
    section.page-sec.team-sec.team-page-sec h3 {font-size: 1rem;}
    .upcoming-events-list .date-arrow i {font-size: 35px}
    section.page-sec.home-banner.inn-banner {min-height: 400px; height: 100%;}
    .banner-content.inner-page-content { width: 100%;}
    .contact-section .card-body {padding: 15px;}
    .contact-card-icon { width: 50px; height: 50px; display: flex; align-items: center; margin: 0px 0 15px 0;}
    .contact-card-icon span {font-size: 3rem;}
    .contact-section h2 {font-size: 1.5rem;}
    .contact-section .card-body p {font-size: 1rem; line-height: 22px;}
    .contact-section .card-body a {font-size: 1rem;}
    .contact-section .card-body h1 {font-size: 1.75rem; padding-top: 10px;}
    .carousel-inner.testimonial-list {width: 500px;}
    .carousel-inner.testimonial-list::before {width: 450px;}
    .carousel-inner.testimonial-list::after {width: 450px;}
    .testimonial-card p {font-size: 1rem;}
    .our-mission .card {left: 20px; bottom: 20px;}
    .our-mission .card-body {padding: 20px;}
    .our-mission .card-body p {font-size: 1rem; line-height: 28px;}
    .our-mission .card-body h2 {font-size: 30px;}
    section.page-sec.content-sec.about-content-sec h2 {font-size: 1.2rem;}
    .testimonial-card span {font-size: 80px; line-height: 80px;}
    .testimonail-hd h2 {font-size: 40px;}
    .giver-card img {width: 100px; height: 100px;}
    .testimonail-hd p {font-size: 1rem; line-height: 27px;}
    img.login-logo {width: 120px;}
    section.login-sec .card .card-body {padding: 30px;}
}
@media (max-width: 575.98px) { 
    p {font-size: 0.938rem;}
    .banner-content {padding-top: 100px;}
    .home-banner {height: 1000px;}
    .container-fluid {padding-left: 15px !important; padding-right: 15px !important;}
    .banner-content h1 {font-size: 2.25rem; line-height: 40px; margin-bottom: 10px;}
    .banner-content h3 { font-size: 1rem;}
    .card.banner-card h2 {font-size: 1.5rem;}
    .banner-upcmg img {width: 100%;}
    img.grow-img {display: none;}
    .counter-box h1 {font-size: 40px; line-height: 40px;}
    section.page-sec.content-sec h3 {font-size: 1.1rem;}
    section.page-sec {margin-bottom: 20px;}
    img.stand-banner {border-radius: 15px;}
    .stand-content h1 {font-size: 30px;}
    h2.hd-h2 {font-size: 1.6rem;}
    p.hd-p {font-size: 0.938rem; margin-bottom: 7px;}
    a.up-cmng-cntent p {font-size: 0.875rem;}
    a.up-cmng-cntent h3 {font-size: 1.2rem;}
    .date-arrow h5 {font-size: 0.938rem;}
    .stand-content-card.stand-content-card-right {border-radius: 30px; margin-right: auto;}
    .stand-content-card.stand-content-card-left {border-radius: 30px; margin-left: auto;}
    .stand-content-card h1 {font-size: 1.75rem;}
    .team-dtl {left: 15px;}
    footer {padding-top: 30px;}
    img.footer-logo {width: 100px; margin: 0 auto; text-align: center;}
    ul.footer-social {margin-top: 10px; margin-bottom: 0;}
    .copyright-sec p {font-size: 0.813rem; padding-bottom: 2px;}
    section.page-sec.join-us-sec h1 {font-size: 30px;}
    section.page-sec.join-us-sec h5 {line-height: 30px; font-size: 18px;}
    .upcoming-events-list .date-sec h2 {font-size: 45px; line-height: 45px;}
    section.page-sec.value-sec .card p {font-size: 1rem;}
    .giver-card img {width: 60px; height: 60px;} 
    .card.giver-card h5 {font-size: 1.1rem;}
    .testimonial-card span {font-size: 60px; line-height: 60px;}
    .testimonial-card .card-body {padding: 20px;}
    .carousel-inner.testimonial-list {width: 330px;}
    .carousel-inner.testimonial-list::before {width: 300px;}
    .carousel-inner.testimonial-list::after {width: 300px;}
    .testimonail-hd h2 {font-size: 30px;}
    .card-body.top-card-body p {height: 100%; max-height: 180px;}
    .carousel-inner.testimonial-list {height: 400px;}
    .our-mission .card {max-width: 330px;}
    section.login-sec .card .card-body {padding: 20px;}
    section.login-sec .card .card-body p {font-size: 0.938rem;}
    section.login-sec .card .card-body a {font-size: 0.938rem;}
}
@media (max-width: 400.98px) { 
    .our-mission .card {max-width: 290px;}
}
