.error-title {
  color: red;
  font-size: 13px;
  margin-top: 4px;
  min-height: 16px;
  text-align: left;
}
#contact_form .text-center button {
  background: #E0231D;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}
#contact_form .text-center button:hover {
  background: #A91510;
}
.privacy-terms {
  margin: 20px 0;
  text-align: center;
}
.privacy-terms a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 8px;
}
.privacy-terms a:hover {
  color: #E0231D;
}
.footer-p {
  margin-bottom: 0 !important;
}
.title-p {
  padding: 60px 0 80px;
}
.title-p .section-title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.title-p .section-title p {
  font-size: 30px;
  font-weight: 600;
  color: #E0231D;
}
.title-p .content h2 {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #303030;
  font-weight: 600;
}
.title-p .content p {
  line-height: 1.8;
  margin-bottom: 14px;
  color: #303030;
}
.title-p .content ul {
  padding-left: 22px;
  margin-bottom: 14px;
}
.title-p .content ul li {
  line-height: 1.8;
  margin-bottom: 6px;
}
.site-logo h1 {
  font-size: 22px;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}
.site-logo h1 a {
  color: #303030;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.site-logo h1 a:hover {
  color: #E0231D;
}
.footer-top-img h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .site-logo h1 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .site-logo h1 {
    font-size: 15px;
  }
}
.iconTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.iconTitle a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.iconTitle .youtube .icon {
  width: 32px;
  height: 32px;
}
.iconTitle .youtube .icon path {
  fill: #ffffff;
}
.iconTitle .tiktok .icon {
  width: 28px;
  height: 28px;
}
.iconTitle .tiktok .icon path {
  fill: #ffffff;
}
.iconTitle .tuite .icon {
  width: 26px;
  height: 26px;
}
.iconTitle .tuite .icon path {
  fill: #ffffff;
}
.iconTitle .facebook .icon {
  width: 28px;
  height: 28px;
}
.iconTitle .facebook .icon path {
  fill: #ffffff;
}
/*# sourceMappingURL=style.css.map */