.hero-with-icon-block-categories {
  padding: 0;
  height: 434px;
  overflow: hidden;
  position: relative;
  margin-bottom: -137px;
}

.hero-with-icon-block-categories + section {
  background-color: #ffffff;
  padding-top: 0;
}

.hero-with-icon-block-categories h1 {
  margin: 15px 0 30px 0;
  font-size: 40px;
}

.hero-with-icon-block-categories .bg-overlay {
  background: linear-gradient(to right, #000000, #000000);
  opacity: 0.6;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero-with-icon-block-categories .row.first {
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  padding-left: 0px;
  z-index: 1;
}

.hero-with-icon-block-categories .row.first > div {
  display: table-cell;
  position: relative;
  top: -50px;
  width: 430px;
  vertical-align: middle;
}

.hero-with-icon-block-categories .row.first h1 {
  color: #ffffff;
  font-family: "Merriweather";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px
}

.hero-with-icon-block-categories .row.first h2 {
  color: #ffffff;
  font-family: "Source Sans 3";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-with-icon-block-categories .row.first h6 {
  color: #FFF;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.08px;
}

.hero-with-icon-block-categories video {
  width: 100%;
}

.hero-with-icon-block-categories + section .nav-tabs {
  position: relative;
  margin-bottom: -1px;
  border: 0;
  z-index: 2;
}

.hero-with-icon-block-categories + section .nav-item {
  position: relative;
  padding: 25px 50px 20px 50px;
  background-color: #ffffff;
}

.hero-with-icon-block-categories + section .nav-item:after {
  content: "|";
  position: absolute;
  top: 28px;
  right: 0;
  color: #cecece;
  font-size: 25px;
}

.hero-with-icon-block-categories + section .nav-item:last-child:after {
  display: none;
}

.hero-with-icon-block-categories + section .nav-item:first-child {
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-left-radius: 12px;
}

.hero-with-icon-block-categories + section .nav-item:last-child {
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  border-top-right-radius: 12px;
}

.hero-with-icon-block-categories + section .nav-item button {
  position: relative;
  transform: scale(1);
  color: #0A3E78;
  font-size: 20px;
  border: none;
}

.hero-with-icon-block-categories + section .nav-item button:hover {
  border: none;
}

.hero-with-icon-block-categories + section .nav-item button.active {
  color: #0A3E78;
  border: none;
}

.hero-with-icon-block-categories + section .nav-item button.active:after {
  content: "";
  position: absolute;
  left: -22px;
  bottom: -18px;
  width: 125%;
  height: 6px;
  background: #009EDC;
}

.hero-with-icon-block-categories + section .tab-content {
  position: relative;
  min-height: 250px;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.75);
  z-index: 1;
}

#page-835 {
  width: 100%;
  padding: 0 40px;
}

#page-791 .inner-column {
  flex: 0 0 auto;
  width: 50%;
}

#page-835 .inner-column {
  flex: 0 0 auto;
  width: 33.33333333%;
}

#page-839 .inner-column {
  flex: 0 0 auto;
  width: 50%;
}

@media screen and (max-width: 768px) {
  body .hero-with-icon-block-categories {
      margin-bottom: -70px !important;
  }
  body .single-testimonial{
    margin-top: -50px !important;
  }
  .hero-with-icon-block-categories .row.first h2 {
    padding-right: 15px;
  }
}