* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

.sizedBox {
  padding: 5% 0;
}
.hrs {
  width: 2.5rem;
  border: none;
  border: #000 solid 2px;
}

.nav-item {
  font-size: 1.2rem;
  color: #000;
  text-transform: uppercase;
  padding: 0px 10px;
}

.apply-btn {
  color: #000;
  background-color: #d0b8a8;
  border: #fff solid 1px;
  border-radius: 5px;
  padding: 5px 10px;
  transition: 300ms;
  text-decoration: none;
}

.apply-btn:hover {
  background-color: #d0b8a8;
  color: #fff;
}

.counter-section {
  margin-top: 100px;
}

.counter-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.counter-section h3 {
  font-weight: bold;
  font-size: 2rem;
}

.counter-section p {
  font-weight: bold;
  font-size: 3.6rem;
}

.counter-box {
  font-size: 4rem;
}
.counter-box hr {
  width: 190px;
  position: relative;
  top: -14px;
  margin: auto;
  border: none;
  border-top: #000 solid 3px;
}

.about-us-image img {
  width: 100%;
  height: 100%;
}

.about-us-section {
  padding: 5%;
}

.about-us-section h2 {
  font-size: 2rem;
  font-weight: bold;
}
.about-us-box p {
  padding: 0 15%;
  font-size: 1.3rem;
}

.footer-section {
  background: #d0b8a8;
}
.footer-section h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
footer {
  background-color: #000;
}

.footer-section .input-group input {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.footer-section .input-group input:focus {
  border-color: #000;
}

.footer-section .input-group input {
  height: 44px;
}

.copy-rights p {
  color: #ada5a5;
  font-size: 1rem;
  padding-top: 15px;
}
.social-media i {
  color: #ada5a5;
  padding: 15px;
  font-size: 1.5rem;
  transition: 500ms;
}

.social-media i:hover {
  color: #ddd4d4;
}

@media (max-width: 575px) {
  .contact-section h2 {
    font-size: 2rem;
  }

  .counter-section h3 {
    font-size: 1.2rem;
    padding-bottom: 30px;
  }

  .counter-section p {
    font-size: 2.5rem;
  }

  .counter-box hr {
    width: 120px;
  }

  .footer-section h3 {
    font-size: 2rem;
  }

  .about-us-section h2 {
    padding: 30px 0;
    font-size: 1.5rem;
  }
  .about-us-box p {
    font-size: 1.3rem;
  }

  .footer-section h3 {
    font-size: 2rem;
  }

  footer {
    padding: 10px;
  }
  .copy-rights p {
    text-align: center;
  }
  .social-media i {
    padding-bottom: 10px;
  }
}
