:root {
  --sitedharmicaclr: #103c7d;
}
body {
  background-color: #faf1e7;
  font-size: 14px !important;
}
h2,
h5 {
  color: var(--sitedharmicaclr);
  font-weight: bold;
}
.about h5 {
  font-size: 24px;
  background-color: #f9eedc;
  padding: 12px;
}
.slider-div img {
  max-width: 200px;
  margin: 0 auto;
}

section#contact {
  padding: 60px 0;
  /* min-height: 100vh;*/
}
#contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-area {
  border-bottom: 1px solid #353c46;
}

.intro-sec  img {
  max-width: 250px;
  padding: 30px;
}

.contact-content h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #fff;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social > ul {
  display: inline-flex;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #fab702;
  color: #fab702;
}

.contact-content img {
  max-width: 210px;
}

#contact,
footer {
  background: var(--sitedharmicaclr);
  color: #fff;
}

footer p {
  padding: 40px 0;
  text-align: center;
}

footer img {
  width: 44px;
}

.logobg {
  background-color: rgba(250, 250, 250, 0.3);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
}

.about p {
  font-size: 13px;
  max-height: 100px;
  overflow: auto;
}

@media screen and (min-width: 1600px) {
  .banner {
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .about h5 {
    font-size: 16px;
  }
  .about h2 {
    font-size: 22px;
  }
}


@media screen and (min-width: 992px) and (max-width: 1400px) {
  .about h5{font-size: 17px;}
}