.banner-top {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  background-clip: border-box;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
  padding: 20px;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-align: end;
  -ms-flex-pack: end;
}

.banner-top:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(10,0,0,0.3);
}

.banner-top .page-center {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.banner-top .banner-title {
  padding: 20px;
}

.banner-top h1 {
  font-family: "Nunito Sans",sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
  margin: 0;
}

.banner-top h1:after {
  border-bottom: 4px solid #FF8200;
  content: '';
  display: block;
  clear: both;
  opacity: 1;
  width: 50px;
  max-width: 100%;
  margin: 5px 0 0 0;
}

.banner-top .banner-content {
  padding: 20px;
}

.banner-top .banner-content-inner {
  display: inline-block;
}

.banner-top span.fl-icon {
  display: table-cell;
  vertical-align: top;
}

.banner-top span.fl-icon i {
  font-size: 30px;
  float: left;
  height: auto;
  width: auto;
  color: inherit;
}

.banner-top span.fl-icon i:before {
  font-size: 30px;
  border: none;
  height: auto;
  width: auto;
  content: "\f122";
}

.banner-top .banner-content-para {
  font-size: 23px;
  height: 52.5px;
  display: table-cell;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}

.banner-top .banner-author-name {
  padding: 20px;
  padding-top: 0px;
}

.banner-top  h5 {
  font-family: "Nunito Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0px;
  margin: 0;
}

.banner-top .banner-spacer {
  width: 100%;
  min-height: 1px;
}



.no-quote .banner-content-para {
  padding-left: 0;
}

.banner-content-para h3 {
  color: #fff;
  margin: 0;
}

.banner-top.no-quote .banner-content {
  padding-bottom: 14px;
}

.banner-content-para p {
  margin: 0;
}

.bnr-bg-video-player iframe {
  pointer-events: none;
  width: 100vw;
  height: 56.25vw;
  max-width: none;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.banner-top.video-bnr:after {
  background-color: rgba(10,0,0,0.4);
}

.bnr-button-wrapper .bnr-button {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  text-decoration: none;
  text-shadow: none;
  margin: 20px;
  transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
}

.bnr-button-wrapper .bnr-button .dashicons {
  margin-left: 8px;
  margin-right: 0;
  font-size: 1.3em;
  height: auto;
  vertical-align: middle;
  width: auto;
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
}

.bnr-button-wrapper .dashicons-arrow-right-alt:before {
  content: "\f344";
  font-size: 20px;
}

.bnr-button-wrapper:before,.bnr-button-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.bnr-button-wrapper .bnr-button:hover {
  color: #fd8204;
}

.bnr-popup-video-wrapper {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto;
  background-color: hsl(0deg 0% 0% / 80%);
}

.bnr-button-item.active-popup .bnr-popup-video-wrapper {
  visibility: visible;
  opacity: 1;
}

.bnr-popup-container {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
}

.bnr-popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  cursor: auto;
  line-height: 0;
  width: 100%;
  max-width: 900px;
  background: transparent;
  margin: auto;
}

.bnr-popup-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

iframe.bnr-popup-iframe {
  position: absolute;
  display: block;
  box-shadow: 0 0 8px rgb(0 0 0 / 60%);
  background: black;
  left: 2%;
  height: 94%;
  top: 3%;
  width: 96%;
  max-width: 100%;
}

button.bnr-popup-close {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  color: #ffffff!important;
  right: 10px;
  top: -40px!important;
  height: 44px;
  line-height: 44px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  text-decoration: none;
  opacity: 0.65;
}

button.bnr-popup-close:hover {
  opacity: 1;
}

body.popup-open {
  overflow: hidden;
}

body.popup-open .custom-header {
  z-index: 1;
}

.bnr-button-wrapper.vertical .bnr-button {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 12px 24px;
}

.bnr-button-wrapper.vertical {
  margin-top: 20px;
}

.slideshow-nav {
  display: none;
}

.slideshow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slideshow-image {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideshow-image.active {
  visibility: visible;
}

.banner-top.slideshow-bnr:after {
  background-color: rgba(10,0,0,0.5);
}

.slideshow-image.active:nth-child(2n + 1) {
  transform-origin: left bottom;
  transition: -webkit-transform 15s ease-out 0s;
  transform: scale(1.2) translate(-30px, 15px);
}

.slideshow-image.active:nth-child(2n + 2) {
  transform-origin: right top;
  transition: -webkit-transform 15s ease-out 0s;
  transform: scale(1.2) translate(30px, -15px);
}

.banner-top.video-bnr .banner-content.d-none,
.banner-top.video-bnr .banner-author-name.d-none,
.banner-top.slideshow-bnr .banner-content.d-none,
.banner-top.slideshow-bnr .banner-author-name.d-none {
  display: none;
}



@media (min-width: 993px) {
  .bnr-button-wrapper.horizontal  .bnr-button-item {
    float: left;
  }

  .bnr-button-wrapper.horizontal .bnr-button-item:nth-child(1) {
    width: 26.49%;
  }

  .bnr-button-wrapper.horizontal .bnr-button-item:nth-child(2) {
    width: 23.09%;
  }

  .bnr-button-wrapper.horizontal .bnr-button-item:nth-child(3) {
    width: 50.42%;
  }
}

@media (max-width: 992px) {
  .bnr-button-wrapper .bnr-button {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 21px;
  }
} 

@media (max-width: 991px) {
  .banner-top h1 {
    font-size: 45px;
    line-height: 1.4;
  }
}

@media (max-width: 900px) {
  .bnr-popup-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 768px) {
  .banner-top {
    background-attachment: scroll;
  }

  .banner-top .banner-title {
    padding-top: 50px;
  }

  .banner-top h1:after {
    content: none;
  }

  .banner-top .banner-content-para {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-top.image-bnr .banner-spacer-inner {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner-top h1 {
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: 0px;
  }

  .banner-top h5 {
    font-size: 18px;
    line-height: 1.4;
  }
}


@media (max-width: 350px) {
  .banner-top {
    padding-left: 0;
    padding-right: 0;
  }
}