@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('BebasNeue-Regular.woff2') format('woff2'),
    url('BebasNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('woff2'),
    url('../fonts/OpenSans-Bold.ttf') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Italic[wght].ttf') format('woff2'),
    url('../fonts/Urbanist-Italic[wght].ttf') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/OutfitRegular.ttf') format('woff2'),
    url('../fonts/OutfitRegular.ttf') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}


/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
  display: none;
}

.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 0px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}

.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*.mobile-menu .nveMenu h1 {
   color: #000;
   font-weight: 700;
   }*/
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.mobile-menu .navlinks li {
  display: block;
  padding: 12px 0;
}

.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
}

.mobile-menu .navlinks li a:hover {
  text-decoration: none;
}

/*RESPONSIVE NAVIGATION*/

.container {
  max-width: 1490px !important;
}

:root {
  --blue: #02295B;
  --red: #D6111E;
  --white: #fff;
  --black: #000;
  --outfit: 'Outfit';
  --Urbanist: 'Urbanist';
  --Opensans: 'Opensans';
}

.btn-1 {
  padding: 12px 21px;
  text-transform: capitalize;
  border-radius: 40px;
  font-size: 15px;
  font-family: var(--outfit);
  font-weight: 600;
  background-color: var(--red);
  color: var(--white);
}

.btn-1:hover,
.btn-2:hover {
  color: var(--white);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transition: all ease-in-out 0.3s;
}

.btn-2 {
  padding: 12px 21px;
  text-transform: capitalize;
  border-radius: 40px;
  font-size: 15px;
  font-family: var(--outfit);
  font-weight: 600;
  background-color: var(--blue);
  color: var(--white);
}

.desktop-menu-item ul {
  display: flex;
  gap: 15px;
}

.desktop-menu-item ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--outfit);
  color: #5C5C5C;
  position: relative;
  padding-bottom: 8px;
}

.d-head-btn a i {
  color: #5C5C5C;
  margin-left: 15px;
}

.desktop-menu-item ul li a:hover::after {
  width: 100%;
}

.desktop-menu-item ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3.5px;
  border-radius: 30px;
  background: var(--red);
  /* border color */
  transition: width 0.3s ease;
}

.logo img {
  width: 70%;
}

section.desktop-menu .row {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 20px 10px;
}

.d-head-btn {
  text-align: right;
}

/* hero banner css start */
.hero-banner {
  background-image: url(../images/hero-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  padding: 60px 0;
  position: relative;
}

.hero-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000073;
  top: 0;
  z-index: 0;
}

.hero-content {
  text-align: center;
  position: relative;
}

.hero-content h1 {
  font-size: 72px;
  font-weight: 300;
  font-family: var(--Urbanist);
  color: var(--white);
}

.hero-content h1 span {
  font-size: 63px;
  font-weight: 800;
  font-family: var(--Opensans);
  color: var(--white);
}

.hero-btn {
  padding: 16px 30px;
  text-transform: capitalize;
  border-radius: 40px;
  font-size: 18px;
  font-family: var(--outfit);
  font-weight: 600;
  background-color: var(--red);
  color: var(--white);
}

.hero-btn:hover {
  background-color: #d6111ed6;
  color: var(--white);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transition: all ease-in-out 0.3s;
}

.btn-margin {
  margin-top: 13rem;
}

/* hero banner css end */

/* about start */
.about-sec {
  padding: 60px 0;
}

.about-img img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 20px;
}

.about-content h2 {
  font-size: 99px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-text-stroke: 1px #02295b4d;
  -webkit-text-fill-color: white;
}

.about-content h3 {
  font-size: 63px;
  font-weight: 300;
  font-family: var(--Urbanist);
  color: var(--blue);
  padding-bottom: 10px;
}

.about-content h3 span {
  font-size: 50px;
  font-weight: 700;
  font-family: var(--Opensans);
  color: var(--red);
}

.about-content p {
  font-size: 18px;
  font-weight: 300;
  font-family: var(--outfit);
  color: #5E5E5E;
  padding-bottom: 60px;
}

.about-content {
  margin-left: 20px;
}

/* about end */

/* donate start */
.donate-sec {
  background-image: url(../images/bg-2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
}

section.donate-sec .row {
  display: flex;
  align-items: center;
}

.donate-content h2 {
  font-size: 99px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-text-stroke: 1px #ffffffb3;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.donate-content h3 {
  font-size: 39px;
  font-weight: 300;
  font-family: var(--Urbanist);
  color: var(--white);
  padding-bottom: 10px;
  line-height: 50px;
  text-transform: capitalize;
}

.donate-content h3 span {
  font-size: 53px;
  font-weight: 300;
  font-family: var(--Opensans);
  color: var(--red);
  text-transform: capitalize;
}

.donate-btn {
  margin-top: 50px;
}

.donate-slid {
  background-image: url(../images/donate-slide-1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 460px;
  border-radius: 20px;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.donate-box {
  background: #fff;
  width: 85%;
  border-radius: 20px;
}

.progress-box {
  padding: 20px 20px 30px 20px;
}

.progress_heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.progress_heading.main p {
  font-size: 18px;
  font-weight: 600;
  font-family: poppins;
}

.progress-box .pg-line {
  width: 100%;
  height: 6px;
  border-radius: 8px;
  background: #f2f2fc;
}

.progress-box .pg-line .increase-line {
  border-radius: 8px;
  background: rgba(4, 41, 121, 0.795);
}

.increase_line {
  width: 50%;
  background-color: #0a1448;
  border-radius: 8px;
}

.progrees-button {
  margin-top: 30px;
  text-align: center;
}

.progrees-button a {
  padding: 14px 30px;
  text-transform: capitalize;
  border-radius: 40px;
  font-size: 18px;
  font-family: var(--outfit);
  font-weight: 600;
  background-color: var(--red);
  color: var(--white);
}

.progrees-button a:hover {
  background-color: var(--blue);
  color: var(--white);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transition: all ease-in-out 0.3s;
}

.donate-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.donate-carousel .owl-dot {
  background-color: var(--white) !important;
  width: 32px;
  height: 7px;
  border-radius: 30px;
}

.donate-carousel .owl-dot.active {
  background-color: var(--red) !important;

}

/* donate end */

/* meet team start */
.meet-the-team {
  padding: 60px 0;
}

.meet-team-content {
  text-align: center;
}

.meet-team-content h2 {
  font-size: 99px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-text-stroke: 1px #02295b4d;
  -webkit-text-fill-color: white;
}

.meet-team-content h3 {
  font-size: 63px;
  font-weight: 300;
  font-family: var(--Urbanist);
  color: var(--blue);
  padding-bottom: 10px;
}

.meet-team-content h3 span {
  font-size: 63px;
  font-weight: 700;
  font-family: var(--Opensans);
  color: var(--red);
}

.slider-meet-team {
  padding-top: 40px;
}

.slide-box {
  background-color: var(--red);
  border-radius: 15px;
  padding: 0;
}

.team-img img {
  width: 100%;
  border-radius: 15px 0 0 15px;
}

.team-content h2 {
  font-family: var(--outfit);
  font-size: 30px;
  font-weight: 900;
  color: var(--white);
}

.team-content {
  padding: 20px 0px;
}

.team-content h3 {
  font-family: var(--outfit);
  font-size: 23px;
  font-weight: 500;
  color: var(--white);
  padding-top: 10px;
}

.meet-team-button {
  margin-top: 30px;
}

.meet-team-button a {
  padding: 14px 30px;
  text-transform: capitalize;
  border-radius: 40px;
  font-size: 16px;
  font-family: var(--outfit);
  font-weight: 600;
  background-color: var(--white);
  color: var(--black);
}

.meet-team-button a:hover {
  background-color: var(--blue);
  color: var(--white);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  transition: all ease-in-out 0.3s;
}

.slider-meet-team .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.slider-meet-team .owl-dot {
  background-color: var(--black) !important;
  width: 32px;
  height: 7px;
  border-radius: 30px;
}

.slider-meet-team .owl-dot.active {
  background-color: var(--red) !important;

}

/* meet team end */
/* membership start */
.menbership-section {
  background-image: url(../images/bg-3.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.menbership-section .row {
  display: flex;
  align-items: center;
}

.member-content {
  margin-right: 110px;
}

.member-content h2 {
  font-size: 72px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: rgba(219, 219, 219, 0);
}

.member-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  font-family: var(--Urbanist);
  color: var(--white);
  padding: 10px 0;
  text-transform: capitalize;
}

.member-content h3 span {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--Opensans);
  color: var(--red);
  text-transform: capitalize;
}

.member-content p {
  font-size: 18px;
  font-weight: 300;
  font-family: var(--outfit);
  color: var(--white);
  padding-bottom: 10px;
}

.member-img img {
  width: 70%;
}

/* membership end */

/* gallery start*/
.mySwiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 5px;
  background-color: var(--white);
  border: 1px solid var(--white);
  transition: all .2s linear;
}
.swiper-slide img:hover{
  border: 1px solid var(--red);
  transition: all .2s linear;
}
.swiper-slide .swiper-pagination{
  top: 900px;
} */
.swiper-slide .card {
  border: none !important;
  background-color: transparent !important;
}

/* gallery end*/


/* footer start */
.footer-sec {
  background-image: url(../images/footer-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 0 0;
}

.footer-p1 {
  border: 10px solid #243755;
  padding: 25px;
}

.footer-p1 ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-p1 ul li a {
  color: var(--white);
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 400;
}

.footer-p1 ul li a:hover {
  color: var(--red);
  transition: 0.4s;
}

.footer-p1 ul li a i {
  margin-right: 14px;
  font-size: 16px;
}

.footer-p2 {
  padding-block: 50px;
}

.social-icon {
  padding-top: 30px;
}

.social-icon a i {
  border-radius: 22px;
  background: rgba(39, 54, 84, 0.44);
  font-size: 20px;
  padding: 13px;
  color: var(--white);
  transition: all ease-in-out 0.3s;
}

.social-icon a i:hover {
  background: var(--red);
  transition: all ease-in-out 0.3s;
}

.footer-content-1 h2 {
  font-family: 'Poppins';
  font-weight: 600;
  color: var(--white);
  font-size: 23px;
  margin-bottom: 20px;
}

.footer-content-1 ul li {
  list-style: none;
  padding-bottom: 10px;

}

.footer-content-1 ul li a {
  color: #E2E2E2;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
}

.footer-content-1 ul li a:hover {
  color: var(--red);
  transition: all ease-in-out 0.3s;
}

.footer-content-1 ul li::before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: relative;
  left: -8px;
  font-size: 15px;
  color: #697595;
}

.copy-right {
  background-color: var(--red);
  padding-block: 12px;
}

.copy-right-tag p,
.copy-right-tag p a {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}

.member-content {
  color: #fff;
}

.member-content p {
  opacity: 0.9;
}



/* footer end */