body {
  background-image: url("../imgs/bg_body.jpeg");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

.font-clss {
  font-family: "Playfair Display", serif;
}

.ptag p {
  font-size: 15px;
  letter-spacing: 0.7px;
  line-height: 30px;
  margin-left: 15px;
}

p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 30px;
}

.clr_pri {
  color: #03194d;
}

/* heros-section-css */

.heroBox,
.heroBox2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.heroBox.overlay_dark,
.heroBox2.overlay_dark {
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 356px;
}

.heroBox2.overlay_dark {
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 313px;
}

.heroBox::after,
.heroBox2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.intro {
  position: absolute;
  height: 111px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  color: #fff;
  transition: 0.4s ease-in-out;
  z-index: 4;
}

.heroBox:hover .intro,
.heroBox2:hover .intro {
  height: 160px;
  bottom: 0;
}

.heroBox:hover .text-p,
.heroBox2:hover .text-p {
  opacity: 1;
  visibility: visible;
}

.heroBox:hover img,
.heroBox2:hover img {
  filter: brightness(80%);
  transition: 0.4s ease-in-out;
}

img {
  object-fit: cover;
  transition: 0.4s ease-in-out;
}

.text-h1 {
  margin-left: -9.5px;
  padding: 0 0 0.625rem 1.5625rem;
  text-transform: uppercase;
  font-size: 28px;
  border-bottom: 1px solid #fff;
  font-size: 0.875rem;
  letter-spacing: 0.25rem;
}

.text-p {
  font-size: 18px;
  margin-left: 18px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

/* how we help CSS */
.aboutTitl {
  padding: 7px;
  font-size: 19px;
  font-weight: bold;
  border: 0px;
  border-radius: 0%;
  border-bottom: 3px solid gray;
  color: gray;
  text-decoration: none;
  display: block;
  background-color: transparent;
}

.aboutTitl:hover {
  color: #03194d;
  border-bottom-color: navy;
}

.list-group-item.active {
  background-color: transparent;
  color: black;
  border-bottom-color: navy;
}

.list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.coldBg {
  background: url("../imgs/bg.jpeg") fixed center;
  background-size: cover;
}

/* events css  */
.custom-btn {
  background: #120778;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  border: 2px solid #120778;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.custom-btn:hover {
  background: #fff;
  color: #120778;
}

/* About and Impact CSS  */
.hideTxt1 h1,
.hideTxt2 h1 {
  font-size: 25px;
  color: #03194d;
  font-weight: 700;
}

.hideTxt1 p,
.hideTxt2 p {
  font-size: 18px;
  line-height: 30px;
}

.hideTxt2 {
  display: none;
  transition: all 0.5s ease-in-out;
}
.intro h3 {
    color: #fff;
}
@media (max-width: 767px) {

  .hideTxt1,
  .hideTxt2 {
    display: block !important;
    opacity: 1 !important;
  }

  .respFont {
    text-align: center;
  }
  .respFont-size{
      font-size: 12px;
  }
}
