@font-face {
  font-family: 'Baloo Tamma 2 Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Baloo Tamma 2 Regular'), url('../fonts/Baloo_Tamma_2/BalooTamma2-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Baloo Tamma 2 Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Baloo Tamma 2 Medium'), url('../fonts/Baloo_Tamma_2/BalooTamma2-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Baloo Tamma 2 SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local('Baloo Tamma 2 SemiBold'), url('../fonts/Baloo_Tamma_2/BalooTamma2-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Baloo Tamma 2 Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Baloo Tamma 2 Bold'), url('../fonts/Baloo_Tamma_2/BalooTamma2-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Baloo Tamma 2 ExtraBold';
  font-style: normal;
  font-weight: normal;
  src: local('Baloo Tamma 2 ExtraBold'), url('../fonts/Baloo_Tamma_2/BalooTamma2-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI'), url('../fonts/Baloo_Tamma_2/Segoe UI.ttf') format('truetype');
}

@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 700;
  src: local('Segoe UI Bold'), url('../fonts/Baloo_Tamma_2/Segoe UI Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Baloo Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Baloo Regular'), url('../fonts/Baloo_Tamma_2/Baloo-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Complete In Him';
  font-style: normal;
  font-weight: normal;
  src: local('Complete In Him'), url('../fonts/Complete In Him.ttf') format('truetype');
}

body {
  overflow-x: hidden;
}

/* top-navbar section */
.top-navbar {
  background-color: #F0A00B;
  padding: 0.9em 0;
  font-size: 28px;
}

.top-navbar > .d-flex {
  margin-bottom: -0.1em;
}

.top-navbar a {
  font-family: 'Baloo Tamma 2 Bold';
  line-height: 26px;
  color: #fff;
  padding: 0 0.5em;
  position: relative;
  text-decoration: none;
}

.top-navbar a:hover {
  text-decoration: none;
  color: #0075C4;
}

.top-navbar a:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  display: block;
  width: 2px;
  transform: translate(50%, -60%);
  height: 0.8em;
  background: #fff;
  border-radius: 1px;
}

.top-navbar a:last-child:before {
  display: none;
}

@media (max-width: 1200px) {
  .top-navbar {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .top-navbar {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .top-navbar {
    display: none;
  }
}

/* Header Section */

.header-body {
  background-color: #0075c4;
}

.header-body .logo-wrap {
  text-align: center;
}

.whitelogo {
  margin: 30px 0px 30px 0px;
  max-height: 122px !important;
}

.whitelogo:hover {
  cursor: pointer;
}

.banner-area-top {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-top: 1px;
  background-image: url("../img/header-bottom.png");
  background-repeat: repeat-x;
  height: 40px;
}

.banner-area {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  height: 100%;
}

.banner-row {
  margin: 0 !important;
}

.banner-img {
  width: 100%;
  height: auto;
}

.banner-banner-wrap {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.banner-curve-row {
  width: 100%;
  height: auto;
  transform: translateY(-32%);
}

.bn-banner {
  padding: 0 !important;
}

.bn-logo {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -20px;
  z-index: 2;
}

.bn-logo:hover {
  cursor: pointer;
}

.colorlogo {
  width: 24%;
  max-width: 450px;
}

.mission-area {
  padding-top: 7em;
}

.m-img-wrap {
  text-align: center;
}

.mission-img {
  width: 80%;
}

.mission-content {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  color: #023F75;
  font-size:20px;
  max-width: 1097px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
}

.btn-wrap {
  padding: 0 !important;
}

.feature-area {
  text-align: center;
  padding-top: 5em;
}

.feature-area:hover {
  cursor: pointer;
}

.feature-area .btn-img {
  width: 100%;
}

.feature-name {
  font-size: 50px;
  padding-top: 10px;
  font-family: 'Baloo Tamma 2 SemiBold';
}

.n-education {
  color: #0271d4;
}

.n-health {
  color: #cc8909;
}

.n-hope {
  color: #ce4e07;
}

.n-love {
  color: #ae273b;
}

.photo-img {
  width: 100%;
  height: 33vh;
  object-fit: cover;
  border-right: solid 1px #fff;
}
.photo-wrap {
  position: relative;
}
.photo-wrap:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 30%);
  border: solid 1px #10ff00;
  cursor: pointer;
  user-select: none;
}


.carousel-item .photo-wrap:nth-child(3n + 3) .photo-img {
  border-right: none;
}

.photo-wrap {
  padding: 0 !important;
  margin: 0 !important;
}

.yellow-wrap {
  background-image: url("../img/yellow-divider.png");
  background-repeat: repeat-x;
  height: 40px;
}

.red-wrap {
  background-image: url("../img/red-divider.png");
  background-repeat: repeat-x;
  height: 40px;
}

/* About area */
.about-area .decoration-bar {
  max-width: 380px;
  width: 80%;
}
.about-area {
  overflow: hidden;
}
.about-area .two-column-article {
  display: flex;
  height: 0;
  opacity: 0;
  justify-content: space-between;
}
.about-area .two-column-article.first {
  opacity: 1;
  height: auto;
}
.about-area .two-column-article.visible {
  height: auto;
}

.about-area .two-column-article p {
  width: 45%;
  color: #023F75;
  font-size:20px;
  font-family: 'Segoe UI';
  margin-bottom: 1.5em;
}

.read-more-btn,
.read-less-btn {
  color: #0267C1;
  font-family: 'Baloo Tamma 2 SemiBold', sans-serif;
  font-size:35px;
  outline: none;
}

.read-more-btn:hover,
.read-less-btn:hover {
  color: #0267C1;
}

.read-more-btn svg,
.read-less-btn svg {
  margin-left: 0.2em;
  width: 0.6em;
}
.read-less-btn svg {
  margin-bottom: 0.1em;
}

/* Major-quote section */
.major-quote {
  background-color: #A52639;
}

.major-quote .quote-symbol {
  width: 90px;
  margin-bottom: 10px;
}

.major-quote .quote {
  font-family: 'Segoe UI';
  font-size: 40px;
  color: #fff;
  font-weight: normal;
}

/* History area */
.history-area {
  padding: 100px 0 0;
}
.history-area .up-donate {
  width: 148px;
}
.history-area-title {
  color: #C12222;
  font-family: 'Baloo Tamma 2 Bold';
  font-size:60px;
  line-height: 1.7em;
  margin-bottom: 0.5em;
}
.history-area-content {
  max-width: 80%;
  margin: auto;
}
.history-area-content p {
  color: #023F75;
  font-family: 'Segoe UI';
  font-size:20px;
  text-align: center;
  margin-bottom: 1.5em;
}
.history-area-content.extra {
  height: 0;
  opacity: 0;
}

.history-area .read-more-btn, 
.history-area .read-less-btn {
  color: #C12222;
}

.donate-wrap {
  text-align: center;
}

.donate-button {
  width: 100%;
}

.donate-img:hover {
  cursor: pointer;
}

.donate-img {
  width: 40%;
}

.up-donate {
  width: 15%
}

.down-donate {
  width: 35%;
}

.donate-area {
  text-align: center;
  padding-top: 3em;
}

.donate-button {
  margin-top: 15px;
  margin-bottom: 20px;
}

.gift-area {
  padding-top: 1em;
}

.g-img-wrap {
  text-align: center;
}

.gift-img {
  width: 35%;
}

.bottom-header {
  margin-bottom: 3px;
  background-image: url(../img/bottom-divier.png);
  background-repeat: repeat-x;
  height: 40px;
  background-color: #E6E7E8;
}

.footer-area {
  background-color: #0c4b8c;
  padding-bottom: 50px;
  padding-top: 20px;
}

.f-section {
  text-align: left;
  margin-top: 20px;
  padding-left: 5%;
}

.footer-logo {
  width: 80%;
}

.footer-logo:hover {
  cursor: pointer;
}

.footer-info {
  color: white;
  font-family: 'Baloo Tamma 2';
}


/* Gallery carousel slider */
.gallery-area-title {
  font-family: 'Baloo Tamma 2 Bold';
  margin-right: 0.5em;
  color: #0267C1;
  font-size:60px;
  margin-bottom: -0.25em;
}

.gallery-area .dropdown-toggle {
  border: 4px solid #0267C1;
  font-family: 'Baloo Tamma 2 SemiBold';
  font-size: 55px;
  padding: 0.1em 0.2em;
  background: url(../img/dropdown-btn-pattern.svg) no-repeat;
  background-size: cover;
  color: #0267c1;
  display: flex;
  align-items: center;
  width: 250px;
  height: 60px;
  justify-content: space-between;
}

.show > .btn-secondary.dropdown-toggle {
  color: #0267c1;
  background-color: rgb(84 91 98 / 15%);
  border-color: #0267c1;
}

.gallery-area .dropdown-menu {
  width: 100%;
  font-size: 20px;
}

.gallery-area span {
  margin-bottom: -0.25em;
}

.gallery-area .dropdown-toggle::after {
  border-top: 0.3em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
}

.carousel-item-prev,
.carousel-item-next,
.carousel-item.active {
    display:flex;
}

#galleryCarousel {
  position: relative;
}

#galleryCarousel .btn.next,
#galleryCarousel .btn.prev {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 5px;
  height: 35%;
  padding: 0;
  z-index: 100;
}

#galleryCarousel .btn.next img,
#galleryCarousel .btn.prev img {
  height: 100%;
}

#galleryCarousel .btn.next {
  left: auto;
  right: 5px;
}

/* control image height */
.card-img-top-250 {
  max-height: 225px;
  overflow:hidden;
}

/* smoother transitions */
.carousel-inner > .carousel-item.next.left,
.carousel-inner > .carousel-item.prev.right {
  transition: all 0.5s ease;
}

/* Our programs area */
.our-programs-area h1 {
  color: #F0A00B;
  font-family: 'Baloo Tamma 2 Bold';
  font-size:60px;
  margin-bottom: 0.8em;
  margin-top: 0.3em;
}

.our-programs-desc {
  color: #023F75;
  font-size:20px;
  font-family: 'Segoe UI';
  margin-bottom: 1em;
}

.our-programs-area  .card .card-img-top {
  margin: -10% 0;
}
.our-programs-area .card-title {
  font-family: 'Baloo Tamma 2 SemiBold';
  font-size: 56px;
  margin-top: 0.3em;
}
.our-programs-area .card {
  background-color: #F9F9F9;
  box-shadow: 15px 15px 15px rgb(4 4 4 / 16%);
  border-radius: 40px;
}
.our-programs-area .card-text {
  font-family: 'Segoe UI';
  font-size: 21px;
  line-height: 40px;
  color: #023F75;
}

.color-orangered {
  color: #D55107;
}

.color-royalblue {
  color: #0267C1;
}

.color-gold {
  color: #F0A00B;
}

.color-darkred {
  color: #A52639;
}

/* Donate area */
.donate-desc, .gift-content {
  font-family: 'Segoe UI';
  font-size:20px;
  color: #023F75;
}

/* video area */
.full-vid .vjs-poster {
  background-size: cover;
}

.full-vid .vjs-poster::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #262222;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

/* Quote area */
.quote {
  font-family: 'Segoe UI';
  font-size: 32px;
  color: #fff;
  margin: auto;
  padding: 2.2em 16% 2em;
  height: 10em;
}
.quote-1 {
  background-color: #D55107;
}
.quote-2 {
  background-color: #F0A00B;
}
.quote-3 {
  background-color: #014B8C;
}
.quote-4 {
  background-color: #A52639;
}

.quote-symbol {
  height: 60px;
  margin-bottom: 0.3em;
}

/* Comments area */
.comments-area {
  padding: 150px 0 50px;
}
.comments-area p {
  font-size: 22px;
  color: #023F75;
  /* font-family: 'Baloo Regular'; */
  font-family:'Segoe UI';
  margin-bottom: 1.5em;
}
.comments-area .up-donate {
  width: 100px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%) !important;
}
.comments-area .down-donate {
  width: 100px;
  transform: rotate(180deg) !important;
}
.comments-area .w-95 {
  width: 95%;
}

/* Contact us area */
.contact-us-area {
  background-color: #E6E7E8;
  padding: 100px 0;
}

.contact-us-area .decoration-bar {
  width: 50%;
}

.contact-us-area h3 {
  font-family: 'Segoe UI';
  font-size:20px;
  font-weight: 700;
  color: #023F75;
}

.contact-us-area label {
  font-family: 'Segoe UI';
  font-size:20px;
  color: #023F75;
  margin: 0;
}

.contact-us-area input,
.contact-us-area textarea {
  border: solid 1px #707070;
  background-color: #fff;
  padding: 0.5em;
  font-size: 18px;
  width: 50%;
}

.contact-us-area textarea {
  width: 100%;
}

.contact-us-area .send-btn {
  width: 30%;
  border: none;
  padding: 0;
}


@media (max-width: 1440px) {
  .mission-content {
    font-size: 30px;
    max-width: 920px;
  }
  .about-area .two-column-article p {
    font-size: 30px;
  }
  .read-more-btn,
  .read-less-btn {
    font-size: 38px;
  }
  .major-quote .quote-symbol {
    width: 75px;
  }
  .major-quote .quote {
    font-size: 35px;
  }
  .history-area-title {
    font-size: 70px;
  }
  .history-area-content p {
    font-size: 30px;
  }
  .gallery-area-title {
    font-size: 70px;
  }
  .gallery-area .dropdown-toggle {
    font-size: 48px;
    height: 52px;
  }
  .our-programs-area h1 {
    font-size: 70px;
  }
  .our-programs-desc {
    font-size: 30px;
  }
  .our-programs-area .card-title {
    font-size: 50px;
  }
  .donate-desc, .gift-content {
    font-size: 30px;
  }
  .quote {
    font-size: 26px;
  }
  .quote-symbol {
    height: 50px;
  }
  .comments-area p {
    font-size: 20px;
  }
  .contact-us-area h3,
  .contact-us-area label {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .mission-content {
    font-size: 27px;
    max-width: 800px;
  }
  .about-area .two-column-article p {
    font-size: 27px;
  }
  .feature-name {
    font-size: 42px;
    padding: 7px;
  }
  .read-more-btn,
  .read-less-btn {
    font-size: 34px;
  }
  .major-quote .quote-symbol {
    width: 65px;
  }
  .major-quote .quote {
    font-size: 30px;
  }
  .history-area-title {
    font-size: 60px;
  }
  .history-area-content p {
    font-size: 27px;
  }
  .gallery-area-title {
    font-size: 60px;
  }
  .gallery-area .dropdown-toggle {
    font-size:35px;
    height: 48px;
    width: 220px;
  }
  .our-programs-area h1 {
    font-size: 60px;
  }
  .our-programs-desc {
    font-size: 27px;
  }
  .our-programs-area .card-title {
    font-size: 45px;
  }
  .donate-desc, .gift-content {
    font-size: 27px;
  }
  .quote {
    font-size: 23px;
    padding: 2.2em 14% 2em;
  }
  .quote-symbol {
    height: 45px;
  }
  .comments-area p {
    font-size: 18px;
  }
  .contact-us-area h3,
  .contact-us-area label {
    font-size: 27px;
  }
}

@media (max-width: 1024px) {
  .mission-content {
    font-size: 24px;
    max-width: 720px;
  }
  .about-area .two-column-article p {
    font-size: 24px;
  }
  .read-more-btn,
  .read-less-btn {
    font-size: 30px;
  }
  .major-quote .quote-symbol {
    width: 55px;
  }
  .major-quote .quote {
    font-size: 25px;
  }
  .history-area-title {
    font-size: 56px;
  }
  .history-area-content p {
    font-size: 24px;
  }
  .gallery-area-title {
    font-size: 56px;
  }
  .gallery-area .dropdown-toggle {
    font-size: 38px;
    height: 44px;
    width: 200px;
  }
  .our-programs-area h1 {
    font-size: 56px;
  }
  .our-programs-desc {
    font-size: 24px;
  }
  .our-programs-area .card-title {
    font-size: 40px;
  }
  .donate-desc, .gift-content {
    font-size: 24px;
  }
  .comments-area {
    padding: 100px 0 50px;
  }
  .contact-us-area h3,
  .contact-us-area label {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .feature-name {
    font-size: 32px;
    padding-top: 5px;
  }
  .our-programs-area .card-title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .our-programs-area .card-text {
    font-size: 16px;
    line-height: 30px;
  }
  .our-programs-area .card-body {
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .quote {
    font-size: 20px;
    padding: 2.2em 12% 2em;
  }
  .quote-symbol {
    height: 35px;
  }
}

@media (max-width: 768px) {
  .whitelogo {
    margin: 10px 0;
    width: inherit;
    height: auto;
    max-height: 100px !important;
    max-width: 100% !important;
  }

  .mission-area {
    padding-top: 2em;
  }

  .mission-content {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    font-size: 20px;
    margin: 0 !important;
  }

  .about-area .two-column-article {
    flex-flow: row wrap;
  }

  .about-area .two-column-article p {
    width: 100%;
    font-size: 20px;
    padding: 0 1em;
  }
  .history-area-title {
    font-size: 48px;
  }
  .history-area-content {
    max-width: 100%;
  }
  .history-area-content p {
    font-size: 20px;
  }
  .read-more-btn,
  .read-less-btn {
    font-size: 26px;
  }

  .major-quote .quote-symbol {
    width: 40px;
  }

  .major-quote .quote {
    font-size: 20px;
  }

  .feature-area {
    padding-top: 2em;
  }

  .feature-area .btn-img {
    width: 80%;
  }

  .feature-name {
    font-size: 32px;
    padding-top: 0px;
  }

  .banner-area-top {
    background-image: url("../img/header-bottom-mini.png");
    background-repeat: repeat-x;
    height: 25px;
  }

  .yellow-wrap {
    background-image: url("../img/yellow-divider-mini.png");
    background-repeat: repeat-x;
    height: 25px;
  }

  .red-wrap {
    background-image: url("../img/red-divider-mini.png");
    background-repeat: repeat-x;
    height: 25px;
  }

  .donate-area {
    padding-top: 1em;
  }

  .gift-area {
    padding-top: 1em;
  }

  .gift-content {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    text-align: center;
    color: #002546;
    font-size: 16px;
    margin: 0 !important;
  }

  .bottom-header {
    margin-bottom: 2px;
    background-image: url("../img/bottom-divier-mini.png");
    background-repeat: repeat-x;
    height: 25px;
  }
  .history-area-title {
    font-size: 48px;
  }
  .gallery-area-title {
    font-size: 48px;
    margin-right: 0;
    margin-bottom: 0 !important;
  }
  .gallery-area .dropdown-toggle {
    font-size: 36px;
    height: 42px;
  }
  #galleryCarousel .btn.next,
  #galleryCarousel .btn.prev {
    display: none;
  }
  .our-programs-area h1 {
    font-size: 48px;
  }
  .our-programs-desc {
    font-size: 20px;
  }
  .our-programs-area .card {
    max-width: 400px;
    margin: auto;
  }
  .our-programs-area .card-title {
    font-size: 35px;
  }
  .our-programs-area .card-text {
    font-size: 16px;
  }
  .donate-desc, .gift-content {
    font-size: 20px;
  }
  .donate-img {
    width: 50%;
  }
  .up-donate {
    width: 25%
  }
  .down-donate {
    width: 45%;
  }
  .quote {
    padding: 2.2em 1.5em 2em;
  }
  .contact-us-area {
    padding: 60px 0;
  }
  .contact-us-area .decoration-bar {
    width: 60%;
  }
  .contact-us-area h3 {
    font-size: 24px;
  }
  .contact-us-area label {
    font-size: 18px;
  }
  .contact-us-area input {
    font-size: 16px;
    width: 70%;
  }
  .contact-us-area .send-btn {
    width: 150px;
  }
}

@media (max-width: 480px) {}


/* Donate Modal style */

.donate-modal-content {
  padding: 50px 0;
  background: #0267C1;
  border: solid 1px #707070;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 40%);
  position: relative;
  color: #fff;
  opacity: 0.9;
}

.donate-modal-content::before,
.donate-modal-content::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/corner-pattern.svg") no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: 100%;
  background-position: top left;
}

.donate-modal-content::after {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.donate-modal-title h1 {
  font-family: 'Baloo Tamma 2 Bold';
  font-size:60px;
}

.donate-modal-title h3 {
  font-family: "Complete In Him";
  font-size: 52px;
  margin-top: -0.7em;
  margin-bottom: 0.5em;
}
.donate-modal-desc .decoration-bar-img {
  width: 300px;
}
.donate-modal-desc .document-img {
  width: 120px;
}
.donate-modal-desc p {
  font-family: "Segoe UI";
  font-size: 25px;
  margin-bottom: 1.2em;
}

.modal.show {
  opacity: 0.9;
}

.modal-backdrop {
  background-color:rgb(0 0 0 / 10%);
}

@media (max-width: 1200px) {
  .donate-modal-title h1 {
    font-size: 70px;
  }
  .donate-modal-title h3 {
    font-size: 45px;
  }
  .donate-modal-desc p {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .donate-modal-desc .decoration-bar-img {
    width: 240px;
  }
  .donate-modal-desc .document-img {
    width: 100px;
  }
  .donate-modal-title h1 {
    font-size: 60px;
  }
  .donate-modal-title h3 {
    font-size: 38px;
  }
  .donate-modal-desc p {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  .donate-modal-title h1 {
    font-size: 50px;
  }
  .donate-modal-title h3 {
    font-size: 32px;
  }
  .donate-modal-desc p {
    font-size: 18px;
  }
}