.section-margin {
  margin: 5rem 0;
}
.feature-icon {
  max-width: 64px;
  border: 1px solid #ff6000;
  border-radius: 100%;
  padding: 16px;
  max-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-text .ban-btn1 {
  background-color: #ff6000;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  border: 1px solid #ff6000;
  text-decoration: none;
  transition: 0.2s ease-in;
}
.banner-text .ban-btn1:hover {
  background-color: #b54600;
  color: #fff;
}

.banner-text .ban-btn2 {
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 10px 2px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}
.navbar-brand {
  max-width: 150px;
}
.has-bg-blob {
  background-image: url(../img/blob.svg);
  background-repeat: no-repeat;
  height: 100%;
  background-position: right;
  background-size: cover;
}

.h100vh {
  height: 100vh;
}
.hero-height-80 {
  height: 80vh;
}
.btn-primary {
  color: #fff;
  background-color: #009fff;
  border-color: #009fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #007dca;
  border-color: #007dca;
}
.btn-secondary {
  color: #fff;
  background-color: #ff6000;
  border-color: #ff6000;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #cf4f00;
  border-color: #cf4f00;
}

.btn-outline-secondary {
    color: #cf4f00 !important;
    border-color: #cf4f00 !important;
}
.services-box .btn-outline-secondary {
  color: #cf4f00 !important;
  border: 1px sollid #cf4f00 !important;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #cf4f00;
  border-color: #fff;
  background-color: #fff;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #cf4f00;
  border-color: #cf4f00;
}
.section-title {
  text-align: center;
}
.section-title span {
  position: relative;
}

.section-title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #009fff;
  bottom: -8px;
}

#footer {
  margin-top: 0 !important;
}

#accountingCta.cta-bg {
  background-image: url("../img/cta-accounting-bookkeeping-banner.jpg");
}
#audit-assurance.cta-bg {
  background-image: url("../img/cta-banner-audit-assurance.jpg");
}
#marketing.cta-bg {
  background-image: url("../img/cta-banner.jpg");
}
#certification.cta-bg {
  background-image: url("../img/cta-banner-certification.jpg");
}
#training.cta-bg {
  background-image: url("../img/cta-banner-training.jpg");
}
#certification.cta-bg {
  background-image: url("../img/cta-banner-certification.jpg");
}

#hero {
  background: url("../img/auditing-accounting2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: left;
}
.cta-bg {
  /* background-image: url("../img/cta-banner.jpg") no-repeat center center; */
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: left;
  height: 350px;
}
.cta-bg h2 {
  color: #fff;
  z-index: 999;
}
.cta-bg .overlay {
  background-color: #00000096;
  height: 350px;
  width: 100%;
  top: 0;
  left: 0;
}
.social-icon {
  background-color: #ff620028;
  /* padding: .5rem; */
  display: flex;
  color: #fff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  border: 1px solid #712b00;
}

.color-hash {
  background-color: #f5f5f5;
}
.list-style-arrow {
  list-style-image: url("../img/chevron-right.svg");
}

.text-amt { 
    color: #009fff !important;
}

@media (max-width: 576px) {
  .overlay {
    background-color: #007dca;
    color: #fff;
    padding: 8px;
    width: 100%;
  }
  .overlay .text-primary {
    color: #fff !important;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
