/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.sg-header-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sg-header-banner h1,
.sg-header-banner h2,
.sg-header-banner h3,
.sg-header-banner h4,
.sg-header-banner h5,
.sg-header-banner h6,
.sg-header-banner p,
.sg-header-banner span {
  margin: 10px 0;
}
.sg-header-banner .content-container {
  margin: 0 auto;
}
.sg-header-banner .banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.sg-header-banner .content-wrapper {
  z-index: 5;

}

.sg-header-banner .arrow-container {
  position: absolute;
  width: 100%;
  text-align: center;
}

.sg-header-banner .arrow-down {
  position: relative;
  z-index: 100;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 375px) {
  .container-fluid .row-fluid .sg-header-banner .page-center {
    padding: 10px;
  }

  .header-banner-copy {
    padding: 0 5.375%;
  }
}

.sg-header-banner .content {
  position: relative;
  height: 100%;
  z-index: 10;
}

/** Home Banner Styles **/

.sg-header-sub-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  height: 100%;
  top: -135px;
  position: relative;
  z-index: 10;
}
.sg-header-sub-items .sub-item {
  background-color: #F4F4F4;
  overflow: hidden;
  border: 1px solid #E3E3E3;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex: 0 0 calc(50% - 5px);
  height: 100%;
}
.sg-header-sub-items .sub-item .image {
  flex: 0 0 35%;
  width: 35%;
}
.sg-header-sub-items .sub-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sg-header-sub-items .sub-item .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
}
.sg-header-sub-items .sub-item .content > *:not(a) {
  margin: 0px;
}
.sg-header-sub-items .sub-item .content > a {
  margin-top: 20px;
}

@media screen and (max-width: 981px) {
  .sg-header-sub-items {
    flex-direction: column;
  }
  .sg-header-sub-items .sub-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .sg-header-sub-items {
    top: -50px;
  }
  .sg-header-sub-items .sub-item .image {
    flex: 0 0 45%;
    width: 45%;
  }
  .sg-header-sub-items .sub-item .content {
    padding: 20px;
  }
}

/** Two Column Variant Styles **/

.sg-header-banner.two_col::after {
  content: "";
  background-image: url(https://24043403.fs1.hubspotusercontent-na1.net/hubfs/24043403/Group%2029459.png);
  position: absolute;
  height: 1100px;
  width: 1180px;
  background-repeat: no-repeat;
  right: -500px;
  z-index: 0;
  background-size: cover;
}
.sg-header-banner.two_col > .content-wrapper {
  display: flex;
  gap: 2.5%;
}
.sg-header-banner.two_col > .content-wrapper > div {
  flex: 0 1 50%;
  width: 50%;
/*   min-height: 450px; */
}
.sg-header-banner.two_col .title-col {
  display: flex;
  align-items: center;
}
.sg-header-banner.two_col .img-col {
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.sg-header-banner.two_col .img-col > div {
  opacity: 0;
  transition: all .2s;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  color: white !important;
  padding: 50px;
  border-radius: 20px; 
  flex-grow: 1;
}
.sg-header-banner.two_col .img-col > div h2 {
  color: white !important;
  margin: 0px !important;
  margin-bottom: 10px !important;
}
.sg-header-banner.two_col .img-col:hover > div {
  opacity: 1;
  background-color: rgb(0,0,0, 0.7);
}

@media screen and (max-width: 767px) {
  .sg-header-banner.two_col>.content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .sg-header-banner.two_col > .content-wrapper > div {
    flex: 0 0 100%;
    width: 100%;
/*     min-height: 450px; */
    display: flex;
    flex-direction: column;
  }
}

/** Background Overlay **/
.sg-header-banner.overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

/** Parallax Background **/
.sg-header-banner.parallax {
  background-attachment: fixed;
}

/*Video functionality*/
.sg-header-banner .video-overlay,
.sg-header-banner .video {
  width: 100%;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  /*    z-index: -1; */
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

.sg-header-banner video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none;
}

/** Particles **/
.particles-js-canvas-el {
  position: absolute;
}

/** Entrance Animations **/
.sg-header-banner.fade-up .header-banner-copy {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  -o-transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  opacity: 0;
}

.sg-header-banner.fade-up .header-banner-image {
  -webkit-transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  -o-transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
  transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
  opacity: 0;
}

.sg-header-banner :is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) {
  font-family: "Open Sans", sans-serif;
  line-height: 1.064;
  margin-bottom: 12px;
}

.sg-header-banner .add-underline {
  margin-left: 35px;
}

.sg-header-banner .add-underline :is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) {
  position: relative;
  padding-bottom: 10px;
}

.sg-header-banner:not(.two_col) .content-wrapper .content-container h1 {
  font-size: 70px;
}

.sg-header-banner .add-underline :is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6):after {
  content: "";
  background-color: var(--color-accent);
  min-width: 200px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sg-header-banner .add-underline :is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6):before {
  content: "";
  width: 0;
  position: absolute;
  left: -35px;
  top: 24px;
  display: block;
  transform: translateY(5px);
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent #46B5E3 transparent transparent;
}

/* Custom Styles */

.sg-header-banner.full_height {
  min-height: calc(100vh - 70px);
  padding: 80px 0;
}

.sg-header-banner:not(.full_height) {
  padding-top: var(--padding-top-desktop);
  padding-bottom: var(--padding-bottom-desktop);
}

.sg-header-banner.home_banner :is(.small-heading, .large-heading),
.sg-header-banner.no_sub :is(.small-heading, .large-heading){
  font-weight: 900;
  color: white;
  display: block;
}
.sg-header-banner.home_banner .small-heading,
.sg-header-banner.no_sub .small-heading{
  font-size: 27px;
  margin-bottom: 0;
  line-height: 1;
}
.sg-header-banner.home_banner .large-heading,
.sg-header-banner.no_sub .large-heading {
  font-size: 60px;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.1;
}

.large-heading sup {
  font-size: 30px;
  line-height: 80px;
  vertical-align: top;
}

@media(max-width: 1100px) {
  .sg-header-banner.home_banner .small-heading,
  .sg-header-banner.no_sub .small-heading{
    font-size: 40px;
  }
  .sg-header-banner.home_banner .large-heading,
  .sg-header-banner.no_sub .large-heading {
    font-size: 65px;
  }
  .large-heading sup {
    font-size: 20px;
    line-height: 65px;
  }
}


@media(max-width: 900px) {
  .sg-header-banner:not(.full_height) {
    padding-top: var(--padding-top-tablet);
    padding-bottom: var(--padding-bottom-tablet);
  }
  .sg-header-banner.home_banner .small-heading,
  .sg-header-banner.no_sub .small-heading {
    font-size: 11px;
  }
  .sg-header-banner.home_banner .large-heading,
  .sg-header-banner.no_sub .large-heading{
    font-size: 26px;
  }
  .large-heading sup {
    font-size: 15px;
    line-height: 45px;
  }
}

@media(max-width: 768px) {
  .sg-header-banner:not(.full_height) {
    padding-top: 90px;
    padding-bottom: var(--padding-bottom-mobile);
    flex-direction: column;
  }
  .sg-header-banner.two_col .title-col {
    align-items: flex-start;
  }
}
@media(max-width: 500px) {
  .sg-header-banner.home_banner .small-heading,
  .sg-header-banner.no_sub .small-heading{
    font-size: 11px;
  }
  .sg-header-banner.home_banner .large-heading,
  .sg-header-banner.no_sub .large-heading{
    font-size: 24px;
  }
  .large-heading sup {
    font-size: 10px;
    line-height: 35px;
  }
}

/* Breadcrumb Styles */

.sg-header-banner .breadcrumbs li.hs-breadcrumb-menu-item.last-crumb,
.sg-header-banner .breadcrumbs li.hs-breadcrumb-menu-item:nth-last-child(2) .hs-breadcrumb-menu-divider {
  display: none;
}
.sg-header-banner .breadcrumbs {
  position: absolute;
  top: 15px;
}
.sg-header-banner .breadcrumbs li.hs-breadcrumb-menu-item {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
.sg-header-banner .breadcrumbs li.hs-breadcrumb-menu-item a  {
  text-decoration: none;
}
.sg-header-banner .breadcrumbs li.hs-breadcrumb-menu-item a:hover  {
  color: #00A19A;
}
.sg-header-banner .breadcrumbs li.hs-breadcrumb-menu-item::before {
  content: none;
}
.sg-header-banner .breadcrumbs .hs-breadcrumb-menu-divider::before {
  content: "/";
}
.sg-header-banner .breadcrumbs.white li.hs-breadcrumb-menu-item,
.sg-header-banner .breadcrumbs.white li.hs-breadcrumb-menu-item a,
.sg-header-banner .breadcrumbs.white .hs-breadcrumb-menu-divider::before {
  color: white;
}
@media screen and (max-width: 951px) {
  .sg-header-banner .breadcrumbs {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sg-header-banner .breadcrumbs {
    position: relative;
    top: 0px;
    display: inline-block;
}