* {
  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;
}

.contact-section {
  margin-top: 100px;
}
.contact-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.contact-section .info i {
  font-size: 20px;
  background: #d0b8a8;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.contact-section .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact-section .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}
.contact-section .info .email,
.contact-section .info .phone {
  margin-top: 40px;
}

.contact-section .email-form input,
.contact-section .email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact-section .email-form input:focus,
.contact-section .email-form textarea:focus {
  border-color: #d0b8a8;
}

.contact-section .email-form input {
  height: 44px;
}

.contact-section .email-form textarea {
  padding: 10px 12px;
}

.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;
  }

  .footer-section h3 {
    font-size: 2rem;
  }

  footer {
    padding: 10px;
  }
  .copy-rights p {
    text-align: center;
  }
  .social-media i {
    padding-bottom: 10px;
  }
}
