/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.header-top {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top {
    padding: 6px 0;
  }
}
.header-top .ht-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-top .ht-inner {
    text-align: center;
    width: 96%;
  }
}
.header-top .ht-item span {
  font-weight: 300;
}
.header-top .ht-item i, .header-top .ht-item span {
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-top .ht-item i, .header-top .ht-item span {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .header-top .ht-item i, .header-top .ht-item span {
    font-size: 14px;
  }
}

.header-btm {
  background-color: #fff;
}
.header-btm .hb-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-btm .hb-inner {
    padding: 10px 6px;
  }
}
.header-btm .logo {
  text-align: center;
}
.header-btm .logo img {
  width: 120px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .header-btm .logo img {
    width: 110px;
  }
}
@media (max-width: 1199px) {
  .header-btm .logo img {
    width: 90px;
  }
}
@media (max-width: 575px) {
  .header-btm .logo img {
    width: 70px;
  }
}
.header-btm .logo span {
  font-size: 15px;
  font-weight: 500;
  margin-top: 4px;
  color: #111;
  display: block;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .header-btm .logo span {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .header-btm .logo span {
    display: none;
  }
}
.header-btm .menu-wrap {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm .menu-wrap {
    order: 1;
  }
}
.header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    width: 100%;
  }
}
.header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  font-weight: 500;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 6px;
  }
}
@media (max-width: 1199px) {
  .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 20px;
    font-size: 16px;
  }
}
.header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 16px;
}
.header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close {
  top: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle ~ button.mega-close {
    left: 86%;
  }
}
.header-btm .menu-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 {
  margin: 0 !important;
}
.header-btm .hb-btns {
  text-align: center;
}
.header-btm .hb-btns a {
  padding: 8px 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
.header-btm .hb-btns a:not(:last-child) {
  margin-right: 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .header-btm .hb-btns a:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .header-btm .hb-btns a:not(:last-child) {
    margin: 0 0 4px 0;
  }
}
@media (max-width: 1300px) {
  .header-btm .hb-btns a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header-btm .hb-btns a {
    padding: 8px 10px;
  }
}
@media (max-width: 575px) {
  .header-btm .hb-btns a {
    font-size: 12px;
    padding: 6px 8px;
  }
}
.header-btm.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.header-btm.active .hb-inner {
  padding: 5px 10px;
}
.header-btm.active .logo img {
  width: 60px;
}
.header-btm.active .logo span {
  display: none;
}

.site-footer {
  background-color: #f5f5f5;
  padding: 30px 0;
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-footer {
    padding: 20px 0;
  }
}
.site-footer p {
  margin-bottom: 8px;
}
.site-footer span {
  color: #777;
}

.ft-media {
  margin-bottom: 1rem;
}
.ft-media li {
  display: inline-block;
  position: relative;
}
.ft-media li::before {
  content: "";
}
.ft-media li:not(:last-child) {
  margin-right: 10px;
  padding-right: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .ft-media li:not(:last-child) {
    margin-right: 5px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .ft-media li:not(:last-child) {
    margin-right: 0;
    padding-right: 5px;
  }
}
.ft-media li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background-color: #666;
}
.ft-media li.fa-x-twitter i, .ft-media li.fa-x-twitter span {
  color: #488fee;
}
.ft-media li.fa-youtube i, .ft-media li.fa-youtube span {
  color: #ec1a1f;
}
.ft-media li.fa-instagram i, .ft-media li.fa-instagram span {
  color: #E4405F;
}
.ft-media li.fa-facebook-f i, .ft-media li.fa-facebook-f span {
  color: #3c529c;
}
.ft-media li.fa-whatsapp i, .ft-media li.fa-whatsapp span {
  color: #009a02;
}

.facebook {
  position: relative;
  height: 200px;
}
.facebook iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
}
#scroll-top i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #ed3f34;
  color: #fff;
}

.heroSlider .image {
  position: relative;
}
.heroSlider .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .image::before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.heroSlider .image img {
  height: 480px;
  width: 100%;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .image img {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .heroSlider .image img {
    height: 380px;
  }
}
.heroSlider .image .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 7%;
  color: #fff;
}
.heroSlider .image .text h2 {
  font-size: 30px;
  font-weight: 100;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .heroSlider .image .text h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .heroSlider .image .text h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .heroSlider .image .text h2 {
    font-size: 18px;
  }
}
.heroSlider .image .text h3 {
  font-size: 50px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroSlider .image .text h3 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .heroSlider .image .text h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .heroSlider .image .text h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .heroSlider .image .text h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .heroSlider .image .text h3 {
    font-size: 22px;
  }
}
.heroSlider .image .text p {
  margin: 1rem 0;
  width: 60%;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .heroSlider .image .text p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .heroSlider .image .text p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .heroSlider .image .text p {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .heroSlider .image .text p {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .heroSlider .image .text p {
    width: 100%;
    font-size: 15px;
  }
}
.heroSlider .image .text ul li {
  padding-left: 26px;
  position: relative;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .image .text ul li {
    font-size: 16px;
    font-weight: 600;
  }
}
.heroSlider .image .text ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--secondary-color);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .image .text ul li::before {
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    width: 18px;
  }
}
.heroSlider .image .text a {
  margin-top: 2%;
}
.heroSlider .swiper-pagination {
  bottom: 40px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .swiper-pagination {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-pagination {
    bottom: 10px;
  }
}
.heroSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.heroSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondary-color);
}

.swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: #ccc;
  opacity: 1;
  transform: scale(1);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondary-color);
}

.card1 {
  background-color: #f5f5f5;
}
.card1 .image {
  position: relative;
  overflow: hidden;
}
.card1 .image img {
  width: 100%;
  height: 250px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card1 .image img {
    height: auto;
  }
}
.card1 .image .date {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--secondary-color);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.card1 .image .date span {
  color: #fff;
  display: block;
  line-height: normal;
  font-weight: 500;
}
.card1 .text {
  padding: 1rem;
}
.card1 .text ul li {
  position: relative;
  padding-left: 20px;
}
.card1 .text ul li i {
  color: var(--primary-color);
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
}
.card1 .text ul li span {
  color: #555;
  font-size: 15px;
  display: inline-block;
  line-height: normal;
}
.card1 .text h3 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
.card1 .text h3:hover {
  color: var(--secondary-color);
}
@media (max-width: 1300px) {
  .card1 .text h3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .card1 .text h3 {
    font-size: 18px;
  }
}
.card1 .text .event-btn span {
  font-style: oblique;
}
.card1 .text .event-btn span, .card1 .text .event-btn i {
  color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}
.card1 .text .event-btn:hover span, .card1 .text .event-btn:hover i {
  color: var(--primary-color);
}
.card1:hover .image img {
  transform: scale(1.1);
}

.membership-img {
  height: 100%;
  position: relative;
}
.membership-img img {
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .membership-img img {
    min-height: 300px;
  }
}
.membership-img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20% 40px 40px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(2, 20, 41, 0.9098039216) 30%, rgba(255, 255, 255, 0) 100%);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .membership-img .text {
    padding: 10% 16px 16px;
  }
}
.membership-img .text h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .membership-img .text h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .membership-img .text h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .membership-img .text h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.membership-img .text ul li {
  position: relative;
  padding-left: 24px;
  color: #fff;
}
.membership-img .text ul li:not(:last-child) {
  margin-bottom: 8px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .membership-img .text ul li:not(:last-child) {
    margin-bottom: 4px;
  }
}
.membership-img .text ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #fff;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  width: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--secondary-color);
}

.membership-inner {
  background-color: #f5f5f5;
  padding: 5%;
}
.membership-inner form input[type=submit] {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 0;
  background-color: var(--primary-color);
}

.donate-form {
  background-color: #e3ecf5;
  padding: 5%;
  width: 70%;
  margin: 0 auto 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .donate-form {
    width: 100%;
  }
}

.donate-inner h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .donate-inner h3 {
    font-size: 20px;
  }
}
.donate-inner ul li {
  position: relative;
  padding-left: 24px;
}
.donate-inner ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--secondary-color);
}
.donate-inner ul li strong, .donate-inner ul li b {
  font-weight: 600;
}

.donate ul {
  list-style-type: none;
  padding: 0;
}

.contact-banner {
  background-color: var(--primary-color);
  color: #fff;
}
.contact-banner .cb-inner {
  padding: 10% 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .contact-banner .cb-inner {
    padding: 5% 0;
  }
}
.contact-banner .cb-inner .text a {
  color: #fff;
}
.contact-banner .cb-img {
  margin-top: -20px;
  padding-left: 30px;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .contact-banner .cb-img {
    padding: 0;
    margin: 0 0 5%;
  }
}
.contact-banner .cb-img img {
  width: 100%;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .contact-banner .cb-img img {
    height: auto;
  }
}

.top-banner .tb-img {
  position: relative;
}
.top-banner .tb-img img {
  height: 320px;
  width: 100%;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .top-banner .tb-img img {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .top-banner .tb-img img {
    height: 160px;
  }
}
.top-banner .tb-img h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding: 10% 7% 4%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6392156863) 30%, rgba(255, 255, 255, 0) 100%);
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .top-banner .tb-img h2 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .top-banner .tb-img h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .top-banner .tb-img h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .top-banner .tb-img h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .top-banner .tb-img h2 {
    font-size: 24px;
  }
}

.as-intro {
  padding-right: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .as-intro {
    padding-right: 0;
  }
}
.as-intro p {
  text-align: justify;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .as-intro p {
    text-align: left;
  }
}

.mission-vision .mv-img {
  height: 100%;
}
.mission-vision .mv-img img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .mission-vision .mv-img img {
    height: auto;
  }
}
.mission-vision ul {
  margin: 0;
  padding: 0;
}
.mission-vision ul li {
  list-style-type: none;
  background-color: #e8f1fa;
  padding: 10px;
  border-radius: 6px;
}
.mission-vision ul li:not(:last-child) {
  margin-bottom: 16px;
}
.mission-vision ul li h5 {
  font-weight: 600;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .mission-vision ul li h5 {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.mission-vision ul li p {
  margin: 0;
}
.mission-vision .mission-inner {
  padding-left: 40px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .mission-vision .mission-inner {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .mission-vision .mission-inner {
    margin-top: 5%;
  }
}
.mission-vision .vision-inner {
  padding-right: 40px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .mission-vision .vision-inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .mission-vision .vision-inner {
    margin-bottom: 5%;
  }
}

.downloads ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 16px;
}
.downloads ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--secondary-color);
}
.downloads ul li h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.downloads ul li h5 {
  font-size: 16px;
  font-weight: 200;
}
.downloads ul li a {
  font-weight: normal;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .downloads ul li a {
    display: block;
    font-size: 15px;
  }
}

.our-team .nav-item:not(:last-child) {
  margin-right: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .our-team .nav-item:not(:last-child) {
    margin-right: 8px;
  }
}
.our-team .nav-item .nav-link {
  background-color: #ddd;
  padding: 10px 20px;
  color: #222;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
.our-team .nav-item .nav-link.active, .our-team .nav-item .nav-link:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
@media (max-width: 575px) {
  .our-team .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 15px;
  }
}

.year-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .year-box h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .year-box h3 {
    font-size: 18px;
  }
}

.card2 {
  background-color: #f1f1f1;
  width: 100%;
  text-align: center;
  padding: 20px 40px;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .card2 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .card2 {
    padding: 16px;
  }
}
.card2 .image img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 8px solid #f1f1f1;
  box-shadow: 0px 0px 1px 1px #000;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .image img {
    border-width: 6px;
    height: 180px;
    width: 180px;
  }
}
.card2 .text {
  margin-top: 10px;
}
.card2 .text h4 {
  color: #111;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
.card2 .text h4:hover {
  color: var(--secondary-color);
}
@media (max-width: 1199px) {
  .card2 .text h4 {
    font-size: 18px;
  }
}
.card2 .text h5 {
  color: #111;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}
.card2 .text p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #666;
  margin: 8px 0 16px;
  font-size: 15px;
}
.card2 .text span {
  transition: all 0.3s ease-in-out;
}

.single-page p {
  text-align: justify;
}
.single-page .extra-info {
  margin-top: 40px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .single-page .extra-info {
    margin-top: 0;
  }
}

.member-img img {
  width: 100%;
  height: 392px;
  -o-object-position: top;
     object-position: top;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .member-img img {
    height: 325px;
  }
}
@media (max-width: 991px) {
  .member-img img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .member-img img {
    height: 325px;
  }
}

.member-intro {
  padding-left: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .member-intro {
    padding: 0;
    margin-top: 5%;
  }
}
.member-intro .name {
  font-size: 22px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .member-intro .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
}
.member-intro .designation {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary-color);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .member-intro .designation {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.events .nav {
  justify-content: center;
}
.events .nav .nav-item .nav-link {
  position: relative;
  background-color: #f5f5f5;
  padding: 16px 40px;
  color: #111;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .events .nav .nav-item .nav-link {
    padding: 10px 20px;
  }
}
.events .nav .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 20px;
  background-color: var(--secondary-color);
  border-radius: 10px 10px 0 0;
}

.card3 {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.card3 .image {
  overflow: hidden;
}
.card3 .image img {
  width: 100%;
  height: 250px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 .image img {
    height: auto;
  }
}
.card3 .text {
  padding: 16px 6px 6px;
}
.card3 .text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  transition: all 0.3s ease-in-out;
}
.card3 .text h3:hover {
  color: var(--secondary-color);
}
.card3 .text h4 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 .text h4 {
    font-size: 15px;
  }
}
.card3 .text p {
  color: #555;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 15px;
  margin: 12px 0;
}
.card3 .text .date-time {
  justify-content: space-between;
}
.card3 .text .date-time .dt i {
  color: var(--primary-color);
  font-size: 15px;
}
.card3 .text .date-time .dt span {
  color: #444;
}
.card3 .text .event-btn {
  margin-top: 10px;
}
.card3 .text .event-btn span {
  font-style: oblique;
}
.card3 .text .event-btn span, .card3 .text .event-btn i {
  color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}
.card3 .text .event-btn:hover span, .card3 .text .event-btn:hover i {
  color: var(--primary-color);
}
.card3:hover .image img {
  transform: scale(1.1);
}

.event-intro {
  background-color: var(--primary-color);
  padding: 30px;
  color: #fff;
  border-radius: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .event-intro {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .event-intro {
    margin-bottom: 5%;
  }
}
@media (max-width: 575px) {
  .event-intro {
    padding: 16px;
  }
}
.event-intro .eve-item {
  display: flex;
}
.event-intro .eve-item:not(:last-child) {
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .event-intro .eve-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .event-intro .eve-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.event-intro .eve-item h3 {
  font-size: 18px;
  font-weight: 600;
  width: 30%;
  margin-right: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .event-intro .eve-item h3 {
    font-size: 16px;
    width: 25%;
  }
}
.event-intro .eve-item span, .event-intro .eve-item .det {
  width: 70%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .event-intro .eve-item span, .event-intro .eve-item .det {
    width: 75%;
  }
}
.event-intro .eve-item .det h4 {
  font-size: 16px;
  margin-bottom: 4px;
}
.event-intro .eve-item .det a {
  color: #fff;
}

.eventSlider .swiper-slide a {
  cursor: zoom-in;
}
.eventSlider .swiper-slide a img {
  height: 240px;
  width: 100%;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .eventSlider .swiper-slide a img {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .eventSlider .swiper-slide a img {
    height: 160px;
  }
}
.eventSlider .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 10px;
}

.event-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 1rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .event-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .event-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.event-gal-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .event-gal-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.contact-info {
  background-color: var(--primary-color);
  padding: 30px;
  color: #fff;
  border-radius: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .contact-info {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .contact-info {
    padding: 16px;
  }
}
.contact-info h3, .contact-info h4 {
  font-size: 20px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-info h3, .contact-info h4 {
    font-size: 18px;
  }
}
.contact-info .contact-det {
  margin: 30px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-info .contact-det {
    margin: 20px 0;
  }
}
.contact-info .contact-det li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-info .contact-det li {
    margin-bottom: 10px;
  }
}
.contact-info .contact-det li i {
  position: absolute;
  left: 0;
  top: 4px;
}
.contact-info .contact-det li a {
  color: #fff;
}
.contact-info .social-media li {
  display: inline-block;
  margin-right: 6px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-info .social-media li {
    margin-right: 2px;
  }
}
.contact-info .social-media li i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #032b57;
  color: #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-info .social-media li i {
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 15px;
  }
}
.contact-info .social-media li i:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.contact-form {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .contact-form {
    margin-top: 5%;
  }
}
.contact-form h4 {
  display: none;
  font-weight: 600;
  margin: 0 0 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .contact-form h4 {
    display: block;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .contact-form h4 {
    margin: 20px 0 10px;
    font-size: 18px;
  }
}

.card4 {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.card4 .image {
  overflow: hidden;
}
.card4 .image img {
  width: 100%;
  height: 250px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card4 .image img {
    height: auto;
  }
}
.card4 .text {
  padding: 16px 6px 6px;
}
.card4 .text .category {
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 6px;
  background-color: #eee;
  color: var(--primary-color);
  display: inline-block;
  margin-bottom: 6px;
}
.card4 .text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
  /* Large Devices, Wide Screens */
}
.card4 .text h3:hover {
  color: var(--secondary-color);
}
@media (max-width: 575px) {
  .card4 .text h3 {
    font-size: 18px;
  }
}
.card4 .text .info {
  display: flex;
  justify-content: space-between;
}
.card4 .text .info h4 {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card4 .text .info h4 {
    font-size: 15px;
  }
}
.card4:hover .image img {
  transform: scale(1.1);
}

.link-btn span {
  font-style: oblique;
}
.link-btn span, .link-btn i {
  color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}
.link-btn:hover span, .link-btn:hover i {
  color: var(--primary-color);
}

.post-info {
  display: flex;
}
.post-info .info:first-child {
  margin-right: 1rem;
}
.post-info .info i {
  font-size: 15px;
  color: var(--primary-color);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .post-info .info i {
    font-size: 13px;
  }
}
.post-info .info span {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .post-info .info span {
    font-size: 14px;
  }
}

.blog-img a {
  cursor: zoom-in;
}
.blog-img a img {
  height: 500px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blog-img a img {
    height: auto;
  }
}

.default-page h1, .default-page h2, .default-page h3, .default-page h4, .default-page h5 {
  font-size: 18px;
  font-weight: 600;
}
.default-page ul {
  margin-bottom: 1rem;
}

.renewal-inner {
  background-color: #e3ecf5;
  padding: 5%;
  width: 70%;
  margin: 0 auto;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .renewal-inner {
    width: 100%;
  }
}

.membership-inner form input, .donate-form form input {
  height: 44px;
}
.membership-inner form input[type=radio], .donate-form form input[type=radio] {
  height: 1rem;
}
.membership-inner form textarea, .donate-form form textarea {
  height: 60px;
}

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .page-not-found img {
    width: 60%;
  }
}
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .page-not-found h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-not-found h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-not-found h2 {
    font-size: 18px;
    margin: 1rem 0;
  }
}

:root {
  --primary-color: #0057b7;
  --secondary-color: #028204;
  --dark-color: #032b57;
}

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Onest", sans-serif;
}

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
ul {
  margin: 0;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sp-tb {
  padding: 5% 0;
}

.sp-t {
  padding-top: 5%;
}

.sp-b {
  padding-bottom: 5%;
}

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1600px;
}

#page {
  max-width: 1900px;
  margin: 0 auto;
}

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus, .form-control:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
  background-color: transparent;
}

button {
  background-color: unset;
  border: none;
}

.btn-link:hover {
  text-decoration: none;
}

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.btn-one {
  display: inline-block;
  padding: 8px 18px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 30px;
}
.btn-one:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.btn-one.active {
  background-color: var(--secondary-color);
}
.btn-one.active:hover {
  background-color: var(--primary-color);
}
.btn-one.lg {
  padding: 10px 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-one.lg {
    padding: 8px 20px;
  }
}
.btn-one.dark {
  background-color: #032b57;
}
.btn-one.dark:hover {
  background-color: #DC143C;
}

.section-heading span {
  font-weight: 200;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .section-heading span {
    font-size: 16px;
  }
}
.section-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
.section-heading.light span, .section-heading.light h2 {
  color: #fff;
}

.section-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .section-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.entry-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-title {
    margin-bottom: 16px;
  }
}

.site-main p {
  text-align: justify;
}

.google-map {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
  font-weight: 500;
}
form label span {
  color: red;
}
form input, form select {
  height: 30px;
}
form input, form select, form textarea, form .form-control {
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #777;
  border-radius: 0;
  background-color: transparent;
}
form textarea {
  height: 100px;
}
form input[type=submit], form button[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--dark-color);
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  margin-bottom: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  form input[type=submit], form button[type=submit] {
    padding: 8px 20px;
  }
}
form input[type=submit]:hover, form button[type=submit]:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
form .form-check-group {
  display: flex;
  flex-wrap: wrap;
}
form .form-check-group .form-check {
  width: 33.33%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  form .form-check-group .form-check {
    width: 100%;
  }
}
form .form-check-group .form-check label {
  font-weight: normal;
}

header ul, footer ul, section ul {
  margin: 0;
  padding: 0;
}
header ul li, footer ul li, section ul li {
  list-style: none;
}/*# sourceMappingURL=main.css.map */