/*
* 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 .banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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;
}


/** 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: "arial",sans-serif;
  line-height: 1.064;
  margin-bottom: 25px;
}


.sg-header-banner.home .content-wrapper .content-container h1 {
  text-transform: uppercase;
}


/* Custom Styles */

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


@media(max-width: 900px) {
  .sg-header-banner .content-wrapper .content-container h1 {
    font-size: 40px !important;
  }
}

@media(max-width: 768px) {
  .sg-header-banner:not(.full_height) {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }
  .sg-header-banner .content-wrapper .content-container h1 {
    font-size: 30px !important;
  }
}
@media(max-width: 500px) {
  .sg-header-banner .content-wrapper .content-container h1{
    font-size:25px !important;
  }
}
@media(max-width: 400px) {
  .sg-header-banner .content-wrapper .content-container h1{
    font-size:20px !important;
  }
}

.sg-header-banner .content-wrapper.page-center 
  display: flex;
  align-items: center;
  max-width: 1240px;
}


@media(max-width:980px){
  .interior-banner-left {
    max-width: 90%!important;
    padding-right: unset!important;
  }
}

@media screen and (max-width: 1000px) {
  .interior-banner-container {
    flex-direction: column;
    gap: 40px;
  }
  .interior-banner-left {
    max-width: 90%!important;
    padding-right: unset!important;
  }
}

/* @media(max-width:768px){
  .sg-header-banner .content-wrapper.page-center {
    max-height: 200px!important;
    height: 200px!important;
  }
}

@media(max-width:400px){
  .sg-header-banner .content-wrapper.page-center {
    max-height: 150px!important;
    height: 150px!important;
  }
} */

.interior-banner-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
}

.interior-banner-left {
  flex: 1 1 50%;
  max-width: 625px;
  padding-right: 25px;
}

.interior-banner-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
}

.interior-banner-container .interior-banner-right-image img {
    border-style: solid;
    border-color: #D8D8D8;
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
}

.interior .content-wrapper.page-center {
  /* background: red; */
  height: 100%!important;
  max-height: unset!important;
  display: flex;
  justify-content: center;
}

.interior .content-wrapper.page-center .content-container {
  width: 1380px;
}

.js-is-fixed .header-container {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}

p.small-heading {
  color: #0076cc;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  margin-top: 0px;
  font-weight: bold;
}

h1.large-heading {
  text-align: center;
  text-transform: none;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 0px!important;
}
