@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Medium.woff2") format("woff2"),
    url("./fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Light.woff2") format("woff2"),
    url("./fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #04237e;
  z-index: 99;
  font-display: swap;
}
.videoplaybtn span span {
  text-transform: none;
}
#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px;
  background-size: contain;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
}

#videoContainer {
  position: relative;
  height: 100%;
  z-index: 9;
  margin-top: auto;
  bottom: 0;
}

#video {
  width: 100%;
  height: 100%;
}
.logo-contr-text {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  padding: 10px 20px;
}
#videoContainerbg {
  position: relative;
  height: 100%;
  z-index: 9;
  margin-top: auto;
  bottom: 0;
  background-image: url(../images/bg1.png);
  background-position: bottom;
  background-size: cover;
}

#videobg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
video#bgvid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
#lp-pom-block-13-color-overlay {
  position: absolute;
  background: transparent;
  height: 100%;
  width: 100%;
}
.center-elements {
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}

.inner-div {
  height: 100vh;
  vertical-align: top;
  display: table-cell;
  padding-top: 35px;
}

#bgContainer {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  font-family: "Gotham", sans-serif;
}

#transcript {
  height: calc(100% - 102px);
  top: 102px;
}


button {
  border: none;
  background: none;
  outline: none;
}

/* LAYOUT
------------------------------------------------------- */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  font-family: "Gotham", sans-serif;
}

.highlight {
  color: #ff9900;
}

/* VIDEO CONTROLS
------------------------------------------------------- */

#videoControls {
  position: absolute;
  top: 90%;
  left: 1.5%;
  right: 1.5%;
  padding: 5px;
}

#progress {
  width: 0%;
  position: absolute;
  top: -10px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #00b2eb;
  height: 5px;
  z-index: 1;
  pointer-events: none;
}

#progressBar {
  width: 98.5%;
  position: absolute;
  top: -10px;
  right: 1%;
  -webkit-appearance: none;
  appearance: none;
  background-color: #6d6e6d;
  height: 5px;
  z-index: 0;
  border-radius: 50%;
}

#progressBar:focus {
  outline: none;
}

#progressBar::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 0;
  width: 0;
}

#progressBar::-moz-range-thumb {
  visibility: hidden !important;
}

#buttons {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#videoContainer:hover #buttons {
  opacity: 1;
}

#duration,
#fastFwd {
  color: white;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  position: relative;
  bottom: 5px;
  left: 5px;
}

#mute,
#closedCaption,
#fullScreen,
#volumeBar {
  float: right;
}

#volumeSlider {
  width: 60px;
  float: right;
}

.videos.cf.highlight {
  padding: 20px 0;
}

#volumeSlider::-webkit-slider-thumb {
  background-color: green;
  height: 10px;
  width: 10px;
}

.vblock_wrppr {
  float: left;
  width: 100%;
}

.videoblocks {
  display: block;
  float: left;
  width: 31%;
  margin: 0 1% 40px 1%;
  text-align: center;
}

.videoplay {
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.video-p.hidevideo .videoplay {
  display: block;
}

.highlight a img,
.vid1vid a img {
  width: 100% !important;
}

.hide {
  color: transparent;
}

.submenu-items {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.btn-mob {
  display: none;
}

.submenu-items .videoblocks {
  width: 31%;
  margin: 0 1% 10px 1%;
}

.videoplay-inner {
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.videos {
  display: none;
  transition: 0.3s ease-in-out;
}

.video-cover {
  width: 100%;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
  text-align: center;
}

.video-cover:hover {
  opacity: 1;
  -webkit-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
}

canvas {
  position: relative;
}

video,
canvas {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 732px;
  right: 0;
}

video {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.videos.highlight {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}

.videos-child-element {
  margin: 0 auto;
  width: 800px;
}

.menus-items {
  float: left;
}

.mob {
  display: none;
}

.download-btn {
  right: 50px;
  padding-right: 0;
  height: 26px;
  position: absolute;
  z-index: 999;
  display: none;
  bottom: 90px;
}

.download-btn img {
  width: 160px;
}

.allsub {
  position: relative;
  height: 100%;
  width: 765px;
  margin: 0 auto;
}

.videobtn {
  display: none;
  position: absolute;
  z-index: 999;
}

.highlight a.videobtn img,
.vid1vid a.videobtn img {
  width: 160px;
}

.highlight a.videobtn,
.vid1vid a.videobtn.home {
  bottom: 126px;
  right: 50px;
  width: 160px;
}

.home-btn-video {
  display: none;
  position: absolute;
  z-index: 999;
  bottom: 85px;
  right: 50px;
  width: 160px;
}

.backbtn img {
  width: 101px;
  padding-top: 0;
}

.homebtn-main {
  cursor: pointer;
  float: right;
  margin-right: 10px;
}

.homebtn-main img {
  width: 41px;
  padding-top: 0;
}

.highlight a.videobtn.download {
  right: 45px;
  width: 40px;
}

.vid1vid a.videobtn.download {
  right: 45px;
  width: 40px;
  top: 30px;
}

.highlight a.download,
.vid1vid a.download {
  text-align: right;
}

.backbtn {
  display: none;
  cursor: pointer;
  float: right;
}

.box-main-wrppr {
  position: fixed;
  top: 0;
  left: 0;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
  width: calc(100% - 30px);
  margin-left: 0;
  background-color: rgba(231, 120, 38, 0.13);
  padding: 30px 15px;
}

.box-left-wrppr {
  float: left;
  margin-left: 20px;
  position: relative;
}

.box-right-wrppr {
  float: right;
  margin-right: 0;
  position: relative;
}

.linkcatgrs {
  float: right;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  margin-left: 10px;
  padding: 4px 15px;
  border-bottom: 4px solid transparent;
  font-weight: 300;
  margin-right: 20px;
}

.linkcatgrs.active {
  float: right;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  margin-left: 10px;
  padding: 4px 15px;
  border-bottom: 4px solid #ea7926;
  position: relative;
  font-weight: 500;
}

/* =========================================
 MEDIA QUERIES */

@media (max-width: 1500px) {
  .videos-child-element {
    margin: 0 auto;
    width: 900px;
  }
}

@media (max-width: 1340px) {
  .click {
    font-size: 27px;
  }

  .download-btn {
    bottom: 45px;
  }

  #wrapper {
    width: 100%;
  }
}

@media (max-width: 1260px) {
  .video-cover {
    width: 175px;
  }

  #wrapper {
    width: 100%;
  }

  .videos-child-element {
    width: 700px;
  }

  .linkcatgrs {
    text-align: right;
    font-size: 13px !important;
    margin-right: 10px;
    padding: 4px 5px;
  }
}

@media (max-width: 1100px) {
  .download-btn img {
    width: 140px;
  }

  .video-cover {
    width: 145px;
    height: 145px;
  }

  .videoblocks {
    margin: 0 1% 25px 1%;
  }

  .click {
    font-size: 20px;
  }

  .izologo img {
    width: 85px;
  }

  .submenu-items .videoblocks {
    margin: 0 auto 25px;
  }

  .backbtn img {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .box-main-wrppr {
    left: 0;
    margin-left: 0;
    padding: 20px 15px;
  }

  .video-cover:hover {
    border: none;
  }

  .videoblocks {
    width: 48%;
    width: 100% !important;
    padding-left: 0 !important;
  }

  .videos-child-element {
    width: 600px;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }

  .video-cover {
    width: 275px;
    height: 75px;
    border-radius: 12px;
    border: none;
  }

  .highlight a.videobtn,
  .vid1vid a.videobtn.home {
    bottom: 119px;
    right: 50px;
  }
}

@media (max-width: 880px) {
  .click {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .menus-items {
    float: none;
    padding-left: 61px;
    text-align: right;
  }
  video#bgvid {
     object-position: 41%;
  }
  #lp-pom-block-13-color-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
    min-height: 100%;
  }
  .linkcatgrs {
    width: calc(100% - 130px);
    text-align: right;
    font-size: 13px !important;
    line-height: 21px !important;
    padding: 0 !important;
    padding-bottom: 2px !important;
    margin-bottom: 4px;
    border-bottom: 2px solid transparent !important;
  }

  .linkcatgrs.active {
    border-bottom: 2px solid #ea7926 !important;
  }

  .box-right-wrppr {
    width: calc(100% - 80px);
  }

  .backbtn {
    float: left;
  }

  .homebtn-main img {
    width: 23px;
    padding-top: 0;
  }

  #transcript {
    height: auto;
    top: 0;
    padding-top: 100px;
  }

  .box-left-wrppr {
    float: left;
    margin-left: 5px;
    position: absolute;
    top: 17px;
    left: 46px;
    margin-right: 0;
    width: calc(100% - 5px);
  }

  .backbtn.submenuopen {
    margin-top: 6px;
  }

  .box-main-wrppr {
    padding: 12px 15px;
    position: absolute;
  }

  .backbtn img {
    width: 20px;
    padding-top: 0;
  }

  .btn-desk {
    display: none;
  }

  .btn-mob {
    display: block;
  }
}

@media (max-width: 740px) {
  .download-btn {
    right: 0;
    padding-right: 9px;
  }

  .highlight a.videobtn,
  .vid1vid a.videobtn.home,
  .home-btn-video {
    right: 0;
    padding-right: 9px;
  }
}

@media (max-width: 680px) {
  .click {
    text-align: center;
    padding-left: 0;
    padding-bottom: 30px;
    padding-top: 0px;
  }

  #transcript {
    padding-bottom: 0;
    padding-top: 100px;
  }

  .izologo img {
    width: 60px;
  }

  .izologo {
    top: 11px;
  }

  .submenu-items {
    width: 100%;
  }

  .download-btn img {
    width: 140px;
  }
}

@media (max-width: 600px) {
  .homebtn-main {
    margin-right: 10px;
    margin-top: 0;
  }

  .video-cover {
    width: 280px;
    height: 77px;
  }

  .videos-child-element {
    width: 290px;
  }

  .videoblocks {
    width: 100% !important;
    margin: 0 0% 25px 0%;
  }

  .video-cover:hover {
    border: none;
  }

  .submenu-items .videoblocks {
    margin: 0 auto 15px;
    width: 100%;
  }
}

#videoContainer .video-js.introvideo-dimensions {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

#transcript.home-pg {
  height: 100%;
  top: 0;
  padding-top: 25px;
}

.plyr--video,
.plyr__video-wrapper {
  height: 100% !important;
  background: transparent;
}

.plyr audio,
.plyr video {
  height: 100%;
}

.video-p > .plyr--video {
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.img.maintab:hover {
  transition: 0.2s;
}

@media (max-width: 480px) {
  .top-box-contr {
    padding-top: 0px !important;
}
  .menus-items {
    padding-left: 38px;
  }

  .box-main-wrppr {
    padding: 12px 12px;
    width: calc(100% - 25px);
  }

  .box-left-wrppr {
    left: 34px;
  }

  .linkcatgrs.active {
    margin-left: 2px;
  }

  .linkcatgrs {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #d16c2a !important;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(209, 108, 42, 0.5) !important;
}

.plyr--full-ui input[type="range"] {
  color: #d16c2a !important;
}

.plyr__control--overlaid {
  background: rgba(209, 108, 42, 0.5) !important;
  padding: 25px !important;
  border-radius: 2px !important;
}

.videoblocks a {
  cursor: pointer;
}

html {
  margin: 0;
  padding: 0;
}

body.main-page {
  background-color: #011467;
}
.left-logo {
  position: absolute;
  z-index: 99;
  top: 60px;
  left: 70px;
}
.right-logo {
  position: absolute;
  z-index: 99;
  right: 60px;
  top: 20px;
}
#svgContainer {
  max-width: 100%;
  max-height: 100%;
  background-color: #1e1c26;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.top-box-contr {
  position: relative;
  z-index: 1;
  padding-top: 45px;
}

.mid-box-contr {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  height: 100%;
  z-index: 3;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  float: none;
}

.logo-contr {
  width: 580px;
  margin: 0px auto 25px auto;
  position: relative;
  padding-top: 0;
}

.hdg_text {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: "Gotham", sans-serif;
    font-weight: 300;
    max-width: 55%;
}
.full-width {
  max-width: 75%;
}
.watch_button_cntr {
  text-align: center;
  margin: 28px 10px;
}

.watch_button_anhr {
  background-color: #ea7926;
  padding: 15px 25px;
  border-radius: 30px;
  color: #ffffff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  text-decoration: none;
  -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.watch_button_anhr:hover {
  background-color: #2bd8f7;
  color: #ffffff;
  text-decoration: none;
}

.watch_button_anhr img {
  width: 15px;
  margin-left: 7px;
  margin-bottom: -3px;
}
.btn1 {
  color: #212529;
  text-align: center;
  font-size: 18px;
  line-height: 37px;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  .btn1 {
    -webkit-transition: none;
    transition: none;
  }
}

.btn1:hover {
  color: #212529;
  text-decoration: none;
}

.btn1:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn1.disabled,
.btn1:disabled {
  opacity: 0.65;
}

a.btn1.disabled,
fieldset:disabled a.btn1 {
  pointer-events: none;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn1.secondary-btn {
  color: #fff;
  padding: 8px 25px 8px 25px;
  position: relative;
  margin-top: 0px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.enquire-btn {
  margin-top: 30px;
}
.logo {
  position: absolute;
  width: 100%;
  padding-top: 12px;
}
.left-logo-home {
  float: left;
  width: 50%;
}
.left-logo-home img {
  width: 240px;
  padding-top: 30px;
  padding-left: 30px;
}
.right-logo-home {
  float: left;
  width: 50%;
  text-align: right;
}
.right-logo-home img {
  width: 80px;
  padding-right: 30px;
}
.page-sticky-links li a.quote {
  text-transform: none;
}

.head {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-size: 23px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}

.btn1.secondary-btn::before {
  content: " ";
  background-image: url(../images/arrow-right.svg);
  color: inherit;
  position: absolute;
  left: -6px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 14px;
  top: 19px;
}
a.introvideo.secondary-btn {
  border: 2px solid #EA7926;
  border-left: 0px !important;
}
.btn1.secondary-btn span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.btn1.secondary-btn span:after {
  height: 0;
  width: 2px;
  -webkit-transition: height 100ms ease-out, width 100ms ease-out;
  transition: height 100ms ease-out, width 100ms ease-out;
}
.btn1.secondary-btn span:before,
.btn1.secondary-btn span:after {
  content: "";
  position: absolute;
  -webkit-transition: height 250ms ease-out, width 250ms ease-out;
  transition: height 250ms ease-out, width 250ms ease-out;
  opacity: 1;
  color: inherit;
  left: 0;
  height: 2px;
  background-color: #ea7926;
}

.btn1.secondary-btn span:first-child:before {
  top: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.btn1.secondary-btn span:first-child:after {
  bottom: calc(100% - 16px);
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.btn1.secondary-btn span:after {
  height: 16px;
}
.btn1.secondary-btn span:last-child:before {
  right: 0;
  left: unset;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.btn.secondary-btn span:last-child:after {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.btn1.secondary-btn span:last-child:before,
.btn1.secondary-btn span:last-child:after {
  bottom: 0;
}

.btn1.secondary-btn:hover span:first-child:before {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.btn1.secondary-btn:hover span:first-child:after {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.btn1.secondary-btn:hover span:last-child:before {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.btn1.secondary-btn:hover span:last-child:after {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.button {
  background-color: #ea7926;
  border: none;
  color: #000;
  text-align: center;
  font-size: 18px;
  padding: 13px 24px 13px 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  border-radius: 2px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#bgvidlap {
  position: relative;
  height: 300px;
  width: 100%;
}
.subhead {
  font-size: 25px;
  margin: 0 auto;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: "Gotham", sans-serif;
  margin-bottom: 25px;
  font-weight: 500;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.videoplaybtn {
  display: table;
  position: relative;
}
.videoplaybtn a{
  display: flex;
  align-items: center;
}
.sc_btn img {
  width: 65px;
  margin-right: 10px;
}
.laptop-gif img {
  max-width: 800px;
}
.laptop-gif {
  text-align: center;
}
.sc_btn,
.sc_button {
  float: none;
  padding: 10px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  text-align: left;
  width: 100%;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.hovertext .fa-arrow-right {
  position: absolute;
  right: 60px;
  top: 18px;
}
.sc_btnBorder:before {
  background: #fff;
}
.sc_btn:before,
.sc_button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d68a26;
  width: 0;
  height: 100%;
  transition: 0.3s;
  background-color: rgba(234, 121, 38, 0.69);
}
.btnh {
  display: none;
}

.sc_btn:hover .btnh {
  display: block;
}
.sc_btn:hover {
  color: #EA7926;
}
.sc_btn:hover .btnd {
  display: none;
}

.pillar-div {
  text-align: center;
}

.pillar-div a {
  float: left;
  width: 100%;
  min-width: 190px;
  min-height: 320px;
}

.pillar-div.plr1 a:hover {
  background-image: url("../images/pillar_ani.svg");
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center -115px;
  background-size: 190px;
  padding-top: 0;
  margin-top: -105px;
  margin-left: 0;
  padding-bottom: 120px;
}

.pillar-div.plr2 a:hover {
  background-image: url("../images/pillar_ani.svg");
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center -100px;
  background-size: 190px;
  padding-top: 0;
  margin-top: -115px;
  margin-left: 0;
  padding-bottom: 120px;
}

.pillar-div.plr3 a:hover {
  background-image: url("../images/pillar_ani.svg");
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center -115px;
  background-size: 190px;
  padding-top: 0;
  margin-top: -105px;
  margin-left: 0;
  padding-bottom: 120px;
}

.pillar-div.plr4 a:hover {
  background-image: url("../images/pillar_ani.svg");
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center -115px;
  background-size: 190px;
  padding-top: 0;
  margin-top: -105px;
  margin-left: 0;
  padding-bottom: 120px;
}

.pillar-div.plr5 a:hover {
  background-image: url("../images/pillar_ani.svg");
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center -130px;
  background-size: 190px;
  padding-top: 0;
  margin-top: -105px;
  margin-left: 0;
  padding-bottom: 120px;
}

.pillar-div.plr6 a:hover {
  background-image: url("../images/pillar_ani.svg");
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center -115px;
  background-size: 190px;
  padding-top: 0;
  margin-top: -105px;
  margin-left: 0;
  padding-bottom: 120px;
}

.homebtn {
  position: absolute;
  z-index: 999;
  left: 15px;
  top: 50px;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}

.homebtn img {
  width: 38px;
  opacity: 0.7;
}
.homebtn img:hover {
  opacity: 1;
}
.videowrppr {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 100%;
}

.pillar_def {
  background-image: url("../images/pillar_def.svg");
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: 200px;
  height: 270px;
}

.pillar-div a:hover .pillar_def {
  background-image: none !important;
}
.mid-box-contr.z-index-cls .videoplaybtn.top:before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #fff;
  left: 23%;
  top: 12%;
  position: absolute;
}
.mid-box-contr.z-index-cls .videoplaybtn.bottom:before {
  content: "";
  display: block;
  width: 1px;
  height: 38%;
  background: #fff;
  left: 40%;
  bottom: 12%;
  position: absolute;
}

/*css*/
img {
  width: 100%;
}
a {
  color: #EA7926;
  font-weight: 500;
  text-decoration: none;
}
a.click-a {
  text-decoration: none;
  background-size: 0 1px;
  background-position: 0 95%;
  -webkit-transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s!important;
  -moz-transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s!important;
  -o-transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s!important;
  transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s!important;
  background-image: linear-gradient(to right,#EA7926 0,#EA7926 100%)!important;
  padding: 0 0 4px;
  background-repeat: no-repeat;
  display: inline!important;
}
a.introvideo.secondary-btn:hover {
  border: 2px solid #ea7926b0;
}
.btn1.secondary-btn:hover span:after {
  background-color: #ea792600;
  height: 16px;
}
a.click-a:hover {
  background-size: 100% 1px;
}
.watch_button_cntr a:hover:after {
  width: 100%;
}
.watch_button_cntr a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(234, 121, 38, 0.69);
  width: 0;
  height: 100%;
  transition: 0.3s;
}
.image-points {
  padding: 30px 80px 30px;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
img.image-graphic {
  position: relative;
  z-index: 2;
}
.videoplaybtn.bottom {
  display: flex;
  align-items: end;
}
.videoplaybtn.bottom a.sc_btn {
  left: 26.4%;
}
.mid-box-contr.cf.z-index-cls {
  z-index: -1;
}
.mid-box-contr.cf.z-index-cls a{
  opacity: 0;
}
.turn-msg-box {
display: none;
}
@media (max-width: 1800px) {
  .left-logo {
    top: 50px;
}
.homebtn {
  top: 35px;
}
  .top-box-contr {
    padding-top: 40px;
}
.videoplaybtn.bottom a.sc_btn {
  left: 24.4%;
}
.watch_button_cntr {
  margin: 20px 10px;
}
  .hovertext .fa-arrow-right {
    right: 30px;
  }
  .sc_btn, .sc_button {
    font-size: 16px;
}
  .logo-contr-text {
    font-size: 42px;
}
  .hdg_text {
    font-size: 18px;
}
  .left-logo img {
    max-width: 240px;
  }
  .right-logo img {
    max-width: 55px;
  }
  .pillar-div a img {
    width: 80%;
  }

  .pillar-div a {
    width: 100%;
    text-align: center;
  }

  .pillar-div.plr1 a:hover {
    background-position: center -145px;
    margin-top: -105px;
    padding-bottom: 120px;
  }

  .pillar-div.plr2 a:hover {
    background-position: center -130px;
    margin-top: -115px;
    padding-bottom: 120px;
  }

  .pillar-div.plr3 a:hover {
    background-position: center -145px;
    margin-top: -105px;
    padding-bottom: 120px;
  }

  .pillar-div.plr4 a:hover {
    background-position: center -145px;
    margin-top: -105px;
    padding-bottom: 120px;
  }

  .pillar-div.plr5 a:hover {
    background-position: center -160px;
    margin-top: -105px;
    padding-bottom: 120px;
  }

  .pillar-div.plr6 a:hover {
    background-position: center -145px;
    margin-top: -105px;
    padding-bottom: 120px;
  }
}

@media (max-width: 1600px) {
  .logo-contr-text {
    font-size: 40px;
    padding: 8px 20px;
}
.btn1.secondary-btn {
  padding: 5px 25px 5px 25px;
}
.hdg_text {
  font-size: 16px;
}
.btn1 {
  font-size: 16px;
  line-height: 34px;
}
.inner-div {
  padding-top: 20px;
}
.btn1.secondary-btn::before {
  top: 16px;
}
.btn1.secondary-btn span:after {
  height: 12px;
}
.btn1.secondary-btn:hover span:after {
  height: 12px;
}
.btn1.secondary-btn span:first-child:after {
bottom: calc(100% - 12px);
}
.watch_button_cntr {
  margin: 15px 10px;
}
}
@media (max-width: 1480px) {
 #videoContainer video {
    top: -2%;
}
  .btn1.secondary-btn::before {
    top: 13px;
}
  .right-logo img {
    max-width: 45px;
}
.logo-contr-text {
  font-size: 34px;
}
.left-logo {
  top: 45px;
}
.hdg_text {
  font-size: 14px;
}
.image-points {
  padding: 20px 120px 20px;
  margin-bottom: 6px;
}
.btn1.secondary-btn {
  padding: 3px 25px 3px 25px;
}
.sc_btn,
.sc_button {
  font-size: 14px;
}
.sc_btn img {
  width: 55px;
  margin-right: 5px;
}
.videoplaybtn.plr1 {
  left: 5%;
}
.btn1 {
  font-size: 14px;
  line-height: 34px;
}
.top-box-contr {
  padding-top: 35px;
}
}
@media (max-width: 1400px) {

  .pillar-div a img {
    width: 80%;
  }

  .plr5 {
    right: 15%;
  }

  .plr6 {
    right: 5%;
  }
}
@media (max-width: 1300px) {
  .hovertext .fa-arrow-right {
    right: 20px;
  }
  .mid-box-contr {
    padding: 10px 30px 4px 30px;
  }
  .laptop-gif img {
    max-width: 700px;
  }
  .inner-div {
    padding-top: 15px;
}
.image-points {
  margin-bottom: 4px;
}
.logo-contr-text {
  font-size: 32px;
}
}
@media (max-width: 1200px) {
  .homebtn {
    top: 20px;
}
  .last-click{
    padding-bottom: 20px;
  }
  .watch_button_cntr {
    margin: 12px 10px;
}
  .left-logo {
    top: 30px;
}
.left-logo img {
  max-width: 220px;
}
.mid-box-contr.z-index-cls .videoplaybtn.top:before {
  height: 54%;
}
.videoplaybtn.plr1 {
  left: 8%;
}
  .hovertext .fa-arrow-right {
    right: 14px;
  }
  .subhead {
    font-size: 20px;
  }
  .plyr audio,
  .plyr video {
    border-radius: inherit;
    height: 100% !important;
    vertical-align: middle;
    width: 100%;
  }
  .sc_btn,
  .sc_button {
    font-size: 14px;
  }
  .head {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .logo-contr {
    margin: 0px auto 19px auto;
  }
  .videoplaybtn {
    max-width: 400px;
  }
  .pillar-div a img {
    width: 70%;
  }

  .pillar-div a:hover {
    background-size: 65% !important;
  }
  .plyr__control.plyr__control--overlaid.plyr__tab-focus {
    display: none !important;
  }
}
@media (max-width:1099px) {
  #turn .turn-msg-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    background: #EA7A26;
    margin: 0 0px;
    color: #ffffff;
    padding: 12px 20px;
    height: 50px;
}
img.Mobile-rotation-icon {
  width: 35px;
  margin-right: 20px;
}
span#close {
  right: 25px;
  position: absolute;
}
.top-box-contr {
  padding-top: 60px;
}
  #videoContainer video {
    top: 0% !important;
}
  .inner-div {
    vertical-align: middle;
    padding-bottom: 30px;
  }
  a.click-a {
    background-size: 100% 1px;
}
  .videoplaybtn.plr1 {
    left: 2%;
}
.videoplaybtn.plr2 {
  left: 0%;
}
.videoplaybtn.plr4 {
  left: 2%;
}
.videoplaybtn.plr3 {
  left: 1.5%;
}
.hovertext.blue {
  width: 50%;
}
.videoplaybtn.bottom a.sc_btn {
  width: 80%;
  left: 20%;
}
.videoplaybtn.bottom .hovertext {
  line-height: 19px;
}
  .mid-box-contr.z-index-cls .videoplaybtn.bottom:before {
    left: 35%;
  }
  .mid-box-contr {
    padding: 0px 20px 4px 20px;
}
.hdg_text {
  max-width: 90%;
}
.image-points {
  padding: 20px 30px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hovertext {
  width: fit-content !important;
}
}
@media (max-width:1366px) and (min-height:850px) and (orientation: landscape){
  .inner-div {
    vertical-align: middle;
  }
  #videoContainer .plyr audio, .plyr video {
    height: 100% !important;
    top: 0% !important;
}
}
@media (max-width:1180px) and (min-height:750px) and (orientation: landscape){
  .inner-div {
    vertical-align: middle;
  }
  #videoContainer .plyr audio, .plyr video {
    height: 100% !important;
    top: 0% !important;
}
}
@media (max-width: 992px) {
  .videoplaybtn.bottom a.sc_btn {
    left: 23%;
    width: 65%;
}
.videoplaybtn.plr2 {
  left: 2%;
}
.last-click {
  padding-top: 15px;
}
.mid-box-contr.z-index-cls .videoplaybtn.bottom:before {
  bottom: 15%;
}
  .mid-box-contr {
    height: 105%;
}
.sc_btn img {
  width: 45px;
  margin-right: 5px;
}
.sc_btn, .sc_button {
  padding: 5px;
}
  .top-box-contr {
    padding-top: 70px;
  }
  .left-logo img {
    max-width: 230px;
  }
  .right-logo img {
    max-width: 50px;
  }
  .left-logo {
    top: 40px;
    left: 60px;
  }
  .homebtn img {
    width: 32px;
  }
  .homebtn {
    left: 15px;
    top: 30px;
  }
  .sc_btnBorder {
    line-height: 19px;
  }
  .logo-contr-text {
    font-size: 30px;
  }
}

@media (max-width: 780px) {
  .mid-box-contr.z-index-cls .videoplaybtn.top:before {
   left:20%;
  }
  .sc_btn img {
    width: 40px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .top-box-contr {
    padding-top: 60px;
}
  .sc_btn img {
    width: 35px;
    margin-right: 4px;
}
  .image-points {
    padding: 20px 20px 20px;
    margin-bottom: 25px;
}
  .watch_button_cntr {
    margin: 15px 10px;
}
.hdg_text {
  font-size: 14px;
  line-height: 19px;
  max-width: 100%;
  padding: 0 20px;
}
  .sc_btn, .sc_button {
    font-size: 12px;
}
.videoplaybtn.bottom a.sc_btn {
  width: 70%;
}
  .logo-contr {
    width: 80%;
  }
  .head {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .logo-contr-text {
    font-size: 30px;
    padding: 15px 60px;
  }

  .laptop-gif img {
    max-width: 600px;
  }
  .hovertext .fa-arrow-right {
    right: 40px;
    top: 15px;
  }
  .subhead {
    text-align: center;
  }
}
@media (max-width: 640px) {
.videoplaybtn.top {
  width: 24%;
}
}
@media (max-width: 600px) {
  .videoplaybtn.top {
    width: 65%;
}
.sc_btn, .sc_button {
  font-size: 11px;
}
.mid-box-contr {
  height: 115%;
  padding: 10px 10px 10px;
}
.videoplaybtn.bottom .hovertext {
  line-height: 16px;
}
  .laptop-gif img {
    max-width: 100%;
  }
  .videoplaybtn {
    margin: 0 0% 10px 0%;
    max-width: 100% !important;
    width: 100%;
  }
  .top-box-contr {
    padding-top: 40px;
  }
  .logo-contr-text {
    font-size: 24px;
    padding: 10px 50px;
  }
  .head {
    font-size: 17px;
  }
  #bgContainer {
    height: 750px;
  }
  body.main-page {
    overflow: visible;
  }
  .logo-contr {
    width: 85%;
  }
  .left-logo-home img {
    width: 220px;
    padding-top: 27px;
    padding-left: 20px;
  }
  .right-logo-home img {
    width: 67px;
    padding-right: 20px;
  }

  .plyr audio,
  .plyr video {
    border-radius: inherit;
    height: 100% !important;
    vertical-align: middle;
    width: 100%;
  }
}
@media (max-width: 560px) {
.sc_btn img {
  width: 35px;
  margin-right: 2px;
}
.videoplaybtn.bottom a.sc_btn {
  width: 80%;
}
.videoplaybtn.top {
  width: 70%;
}
.videoplaybtn.plr3 {
  left: 0%;
}
}
@media (max-width: 480px) {
  img.Mobile-rotation-icon {
    width: 30px;
    margin-right: 10px;
}
#turn .turn-msg-box {
  padding-right: 45px;
}
  .mid-box-contr.z-index-cls .videoplaybtn.bottom:before {
    bottom: 12%;
    left: 13%;
}
  .sc_btn img {
    width: 25px;
    margin-right: 2px;
  }
  .mid-box-contr {
    height: 120%;
}
  .videoplaybtn.top, .videoplaybtn.bottom a.sc_btn {
    width: 100%;
}
img.image-graphic {
  width: 95%;
  padding-top: 8%;
}
a.sc_btn {
  padding: 2px;
}
.videoplaybtn.bottom a.sc_btn {
  left: 0%;
}
.mid-box-contr.z-index-cls .videoplaybtn.top:before {
  left: 15%;
  height: 48%;
}
  .right-logo {
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 17px;
}
  .videoplaybtn {
    max-width: 250px;
  }
  .hovertext .fa-arrow-right {
    right: 20px;
    top: 15px;
  }
  .homebtn {
    top: 65px;
  }
  .left-logo {
    left: 20px;
    top: 38px;
  }
  .left-logo img {
    max-width: 170px;
  }
  .right-logo img {
    max-width: 39px;
  }
  .logo-contr-text {
    padding: 10px 10px;
}
  .subhead {
    font-size: 17px;
  }
}
@media (max-width: 400px) {

img.image-graphic {
  width: 90%;
}
.mid-box-contr {
  height: 125%;
}
.videoplaybtn.bottom .hovertext {
  line-height: 13px;
}
.sc_btn, .sc_button {
  font-size: 10px;
}
}
@media (max-width: 374px) {
.sc_btn, .sc_button {
  font-size: 9px;
}
.videoplaybtn.bottom .hovertext {
  line-height: 13px;
}
.sc_btn img {
  width: 20px;
  margin-right: 2px;
}
.videoplaybtn.bottom {
  width: 110% !important;
}
}
@media (max-width: 320px) {
.left-logo img {
  max-width: 140px;
}
}
@media (max-width: 319px) {
  .left-logo img {
    max-width: 140px;
  }
  .sc_btn, .sc_button {
    font-size: 7px;
}
.sc_btn img {
  margin-right: 1px;
}
  }

@media only screen and (orientation: portrait){
#turn {
    display: block;
}
.left-logo {
  top: 73px;
}
.right-logo {
  top: 60px;
}

}
@media only screen and (orientation: landscape){
  #turn {
      display: none;
  }
}