
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  border-bottom-width: 0px;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-top: 211px;
  padding-bottom: 210px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner .page-title-bar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner .banner-content {
  text-align: center;
  position: relative;
}

.banner .banner-content h1 {
  line-height: 1.42;
  color: #fff;
  font-size: 56px;
  margin-bottom: 0;
}

.banner .bannerbreadcrumb {
  position: absolute;
  bottom: 49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner .bannerbreadcrumb > .hs_cos_wrapper {
  display: block;
}

.banner .bannerbreadcrumb .hs-breadcrumb-menu {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.58;
  font-size: 14px;
}

.banner .bannerbreadcrumb .hs-breadcrumb-menu li {
  display: inline-block;
  color: #ffffff;
  padding: 0px;
  float: none;
}

.banner .bannerbreadcrumb .hs-breadcrumb-menu li a {
  font-size: 14px;
  line-height: 1.58;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner .bannerbreadcrumb .hs-breadcrumb-menu li:before {
  content: "\f105";
  font-size: 12px;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  color: #ffffff;
}

.banner .bannerbreadcrumb .hs-breadcrumb-menu li.first-crumb:before {
  display: none;
}

.banner .bannerbreadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-divider {
  display: none;
}

.banner .bannerbreadcrumb .hs-breadcrumb-menu li+li {
  position: relative;
  padding-left: 20px;
}

.banner .bannerbreadcrumb .hs-breadcrumb-menu li a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.banner .bannerbreadcrumb .hs-breadcrumb-menu li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.banner .page-title-bar-overlay {
  pointer-events: none;
}

@media(max-width: 1199px) {
  .banner .banner-content h1 {
    font-size: 46px;
  }
}

@media(max-width: 991px) {
  .banner .banner-content h1 {
    font-size: 36px;
  }
  .banner {
    padding-top: 160px;
    padding-bottom: 150px;
  }
}

@media(max-width: 767px) {
  .banner .banner-content h1 {
    font-size: 28px;
  }
}