.sunfw_section_copyright {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../../../../images/layout/bg-footer.jpg");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: cover;
  background-position: right top;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: #f57921;
  border-left-width: 0px;
  color: #000;
  font-size: 15px;
  line-height: 1.7;
}
.sunfw_section_promo {
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: cover;
  background-position: right top;
}
.sunfw_section_main-content {
  color: #000;
  font-size: 17px;
  line-height: 2;
}
.sunfw_section_main-content h1, .sunfw_section_main-content h2, .sunfw_section_main-content h3, .sunfw_section_main-content h4, .sunfw_section_main-content h5, .sunfw_section_main-content h6, .sunfw_section_main-content .h1, .sunfw_section_main-content .h2, .sunfw_section_main-content .h3, .sunfw_section_main-content .h4, .sunfw_section_main-content .h5, .sunfw_section_main-content .h6 {
  color: #000;
  line-height: 1.4;
  letter-spacing: 0px;
}
.sunfw_section_main-content h1, .sunfw_section_main-content .h1 {
  font-size: 31px;
}
.sunfw_section_main-content h2, .sunfw_section_main-content .h2 {
  font-size: 25px;
}
.sunfw_section_main-content h3, .sunfw_section_main-content .h3 {
  font-size: 21px;
}
.sunfw_section_main-content h4, .sunfw_section_main-content .h4 {
  font-size: 15px;
}
.sunfw_section_main-content h5, .sunfw_section_main-content .h5 {
  font-size: 12px;
}
.sunfw_section_main-content h6, .sunfw_section_main-content .h6 {
  font-size: 11px;
}
.sunfw_section_header .btn-default, .sunfw_section_header .btn-primary {
  padding-top: 6px;
  padding-right: 11px;
  padding-bottom: 6px;
  padding-left: 11px;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 0px;
}
.sunfw_section_header .btn-default {
  background-color: #f57921;
  border-width: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
  color: #fff;
}
.sunfw_section_header .btn-default:hover {
  background-color: #ff9c00;
}
.sunfw_section_header .btn-primary {
  background-color: #f57921;
}
.sunfw_section_header .btn-primary:hover {
  background-color: custom;
}
