/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  overflow-x: hidden;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  padding-top: 7.5rem;
  position: relative;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  position: absolute;
  right: 1%;
  bottom: 3rem !important;
  left: 38%;
  padding-top: auto;
  color: #fff;
  justify-content: end;
  text-align: center;

}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100% !important;
  /*32rem*/

}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.footer {
  color: #fff;
  background-color: #020110;
  padding-left: 100px;
}


.slide1-bg {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*background-position: 0px -110px 0px !important;
  /*
  background-size: 100% 100%;*/
  height: 80vh !important;
  /*animation: animatedBackground 10s linear infinite alternate;*/
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 10% 0;
  }
}



::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #1e202a;
  outline: 1px solid #1e202a;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

@-moz-document url-prefix() {
  .scroller {
    scrollbar-width: auto;
    scrollbar-color: #1e202a;
  }
}

.bg-yellow {
  background-color: #FFCC00;
}

.section-2 {
  background-image: url("../images/section-2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  height: 100%;
  position: relative;
}

.mpro-light {
  color: #e6e6e6;
  font-size: 16px;
  font-weight: normal;
}


.mpro-odd {
  background-color: #263276;
}

.mpro-even {
  background-color: #222236;
}


.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index:99;
  display: none;
}


.email-bg {
  background-image: url("../images/email-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: relative;
}

.mpro-img {
  margin-left: -60px;
  position: relative;
  z-index: 999 !important;
}


.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

video {
  background: #fff !important;
}

/*video {

  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}*/

.no-service {
  position: absolute;
  left: 3%;
  width: auto;
  height: auto;
  z-index: 0;
}

.mpro-tv {
  height: 600;
  width: 1000;
}

#background-banner {
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 1360px;
}

#background-banner2 {
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1 !important;
  width: 1360px;
}


#background-video {
  width: 923px;
  /*1272*/
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}


#background-video-app {
  width: 440px;
  height: 20%;
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.mpro-title {
  height: 50px !important;
  background-color: transparent !important;
}

.section-2-video {
  z-index: 10;
  position: absolute;
}

.navbar-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 480px) {

  html,
  body {
    overflow-x: hidden;
  }

  .navbar-transparent {
    background: transparent;
    position: relative !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
  }

  #background-banner {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100vw !important;
    height: auto;
  }

  #background-banner2 {
    width: 100vw;
    height: 100vh;
  }

  .navbar-collapse {
    position: absolute;
    border: 1px solid #f2f2f2;
    box-shadow: none;
    /* box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;

    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;*/

    left: 0;
    list-style: none;
    padding-left: 20px;
    padding-top: 20px;

    width: 100%;
    top: 95%;
    height: 380px;
    z-index: 199;
    background: transparent;
  }

  .section-2-video {
    z-index: 11;
    position: relative;
    background-color: #263276;
  }

  .slider-mb {
    background-image: url(../images/banner-mb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200px !important;
    z-index: -1;
  }

  .carousel-caption {
    z-index: 10;
    position: absolute;
    right: 1%;
    bottom: 4rem !important;
    left: 0%;
    padding-top: auto;
    color: #fff;
    justify-content: end;
    text-align: center;
  }

  /* .carousel-caption {
    z-index: 10;
    position: absolute;
    right: 0%;
    bottom: 0rem!important;
    left: 0%;
    padding-top: auto;
    color: #fff;
    justify-content: end;
    text-align: center;
}
.slide1-bg {
  background-image: url(../images/slider-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  height: 700px;
  height: 100%;
}*/
  .mpro-img {
    margin-left: 27%;
    position: relative;
    z-index: 999 !important;
  }

  .section-2 {
    background-image: url("../images/slide-banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    height: 100%;
    position: relative;
  }

  .footer {
    padding-left: 10px;
  }

  #background-video {
    width: 100vw !important;
    /*1272*/
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: 0px solid #fff;
  }

  #background-video-app {
    width: 320px !important;
  }

  #background-video {
    width: 90vw !important;
    /*1272*/
    height: 100%;
  }

}


@media all and (min-width: 1920px) {

  #background-banner {

    width: 1920px;
  }

  #background-banner2 {

    width: 1920px;

  }

  .mpro-light {
    font-size: 20px !important;
  }

  #background-video {
    width: 1272px !important;
    /*1272*/
  }

  .slide1-bg {
    height: 800px !important;
  }

  .carousel-caption {
    bottom: 8rem !important;
  }

  .section-2 {
    height: 475px !important;
  }

  .no-service {
    left: 7% !important;
  }
}


@media all and (min-width: 1400px) and (max-width: 1700px) {

  #background-video {
    width: 1045px !important;
    /*1272*/
  }

  #background-banner {

    width: 100%;
  }

  #background-banner2 {

    width: 100%;

  }

  .mpro-light {
    font-size: 18px !important;
  }

  .slide1-bg {
    height: 800px !important;
  }

  .carousel-caption {
    bottom: 6.5rem !important;
  }

  .section-2 {
    height: 475px !important;
  }

  .no-service {
    left: 7% !important;
  }
}



#loader {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  z-index: 99999;
  background: #ffffff;
}

#loader p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 100px;
  padding: 0;
  margin: 0;
}