* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* --------------------------------- slick slider over write css */
.slick-prev:before,
.slick-next:before {
  color: black;
}
html {
  font-size: 62.5%;
}
/* ---------------------------------------- reusable css- ---------------------------------------*/
img {
  width: 100% !important;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.5rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.6rem;
}
p {
  font-size: 1.6rem;
}
li {
  font-size: 1.8rem;
}
/* ----------------------------- root css---------------------------------- */
/* ------------------------------- nav css--------------------------------------------------------- */
nav ul li {
  font-size: 1.7rem !important;
}
.header-top-info h1 {
  font-size: 4rem !important;
}
.header-top-info h3,
.header-top-info address {
  font-size: 3rem !important;
}
.houses {
  background-color: aliceblue;
}
.ministry-slider {
  background-color: aliceblue;
}
/* ------------------------------------------------------- header css- ---------------------------------------------- */
.header-logo {
  width: 250px;
  height: 200px;
}
.header-logo a img {
  height: 100%;
}

/* ----------------------------------------------- resposive 767 design starts------------------------------ */
@media (max-width: 767px) {
  .header-logo {
    height: 200px;
  }
  .header-top-info h1 {
    font-size: 3rem !important;
  }
  .header-top-info h3,
  .header-top-info address {
    font-size: 2rem !important;
  }
}

/* ----------------------------------------------- resposive 575 design starts------------------------------ */
@media (max-width: 575px) {
  .header-logo {
    height: 150px;
  }
  .header-top-info h1 {
    font-size: 1.5rem !important;
  }
  .header-top-info h3,
  .header-top-info address {
    font-size: 1rem !important;
  }
}
