.hl-primary {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.hl-primary::after {
  background-color: rgba(217,59,71, 1) !important;
  content: "";
  position: absolute;
  width: calc(100%);
  height: 3px;
  left: 0px;
  bottom: 2px;
  z-index: -1;
  transform: rotate(0deg);
}

.hl-secondary {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.hl-secondary::after {
  background-color: rgba(255,189,89, 1) !important;
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  height: 36%;
  left: -6px;
  bottom: -3px;
  z-index: -1;
  transform: rotate(0deg);
}
body {
  min-height: 75rem;
  padding-top: 4rem;
  font-family: 'Poppins', sans-serif;
}
@media(min-width: 1200px) {
  body {
    min-height: 75rem;
    padding-top: 8rem;
  }
}

@media(max-width: 991.99px) {
  footer .border-1 {
    border-width: 0px!important;
    padding-top: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.logo {
  height: 54px;
}

.contact .info {
  padding: 30px;
  width: 100%;
}
.contact .info i {
  font-size: 28px;
  color: #D93B47;
  float: left;
  width: 54px;
  height: 54px;
  background: #f7d8da;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  
}
.contact .info p {
  padding: 13px 0 10px 70px;
  margin-bottom: 20px;
  font-size: 18px;
  
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #D93B47;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #D93B47;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  /*box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);*/
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 15px;
}
.contact .php-email-form label {
  padding-bottom: 8px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
}
/*
.contact .php-email-form input {
  height: 44px;
}
*/
.contact .php-email-form textarea {
  padding: 10px 15px;
}
.contact .php-email-form button[type=submit] {
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

span.at {
  margin: 0;
  font-family: bootstrap-icons!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  vertical-align: -0.18em;
  -webkit-font-smoothing: antialiased;
}
span.at:before {
  content: "\f152";
}