html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-x: hidden;
  font-family: Exo;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: #4285f4 !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

canvas {
  cursor: pointer;
}

@font-face {
  font-family: Exo;
  src: url(../fonts/Exo.ttf) format("truetype");
}

.loader {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  scale: 0.5;
}

#loadingScreen {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #dfdfdf;
  text-align: center;
}

/* Loader */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#logoImg {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

#progress {
  color: #dfdfdf;
  font-size: 23px;
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

#footer {
  position: fixed;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 1.5vh;
  opacity: 0.4;
}

body {
  background-color: black;
}

._ft12 {
  font-size: 12px;
}

@media (max-width: 1200px) {
  ._ft12 {
    font-size: 10px !important;
  }
}

._ft14 {
  font-size: 14px !important;
}

._ft20 {
  font-size: 20px !important;
}

._ft18 {
  font-size: 18px !important;
}

.bg-t {
  background-color: rgba(66, 71, 77, 0.3);
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.border-left-pl {
  border-top: 1px solid #fff;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 0rem;
}

@media (min-width: 768px) {
  .border-left-pl {
    border-left: 1px solid #fff;
    border-top: none;
    padding-left: 2rem;
    margin-top: 0;
    padding-top: 0;
  }
}

._close {
  right: 0;
  top: 0;
  font-size: 1.2em !important;
}

._close:hover, ._close:active {
  cursor: pointer;
}

._close:hover::before, ._close:hover::after, ._close:active::before, ._close:active::after {
  color: red;
}

._container {
  height: 100vh;
}

@media (max-width: 767px) {
  ._container {
    padding-right: calc(90px  - 1rem);
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  ._container {
    padding-right: calc(90px  + 1rem);
  }
}

._main {
  position: absolute;
  width: 100%;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}

._main ._mid {
  max-width: 1000px;
  max-height: 100%;
}

@media (max-width: 767px) {
  ._main ._mid {
    height: 100%;
  }
}

._main #SideBar {
  right: 0px;
  top: 0px;
}

._main ._right-menu {
  max-height: 100%;
}

._main ._right-menu > div {
  width: 90px;
}

@media (min-width: 1400px) {
  ._main ._right-menu > div {
    width: 110px;
  }
}

@media (max-width: 767px) {
  ._main ._right-menu > div {
    width: 60px;
  }
}

._main ._right-menu > div > div {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

._main ._right-menu > div > div > span {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
}

@media (min-width: 1400px) {
  ._main ._right-menu > div > div > span {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  ._main ._right-menu > div > div > span {
    width: 40px;
    height: 40px;
  }
}

._main ._right-menu > div > div:hover {
  cursor: pointer;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

._main ._footer-menu {
  height: 100%;
}

._main ._footer-menu > span {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 1200px) {
  ._main ._footer-menu > span {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-left: 5px;
    margin-right: 5px;
  }
}

._main ._footer-menu > span::before {
  margin: auto;
}

._main ._footer-menu > span::before {
  margin: auto;
}

._main ._footer-menu > span:hover, ._main ._footer-menu > span:active, ._main ._footer-menu > span.active {
  background-color: #434343 !important;
}

._sprites::before {
  content: "";
  display: block;
  background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
}

.popup {
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
  .popup {
    font-size: 0.7em !important;
  }
}

.popup p, .popup li {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
}

._bg-info::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/info plain.png");
}

.bg-maximize::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/minimise plain.png");
}

.bg-maximize.active::before, .bg-maximize:active::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/maximise plain.png");
}

.bg-phone::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/contact us plain.png");
}

.bg-play::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/play.png");
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transform-origin: 50% 23px;
          transform-origin: 50% 23px;
}

.bg-play.active::before, .bg-play:active::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/stop.png");
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transform-origin: 50% 23px;
          transform-origin: 50% 23px;
}

.bg-sideBar::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/side bar hide plain.png");
}

.bg-sideBar.active::before, .bg-sideBar:active::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/sidebar unhide plain.png");
}

.bg-volume_2::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/audio plain.png");
}

.bg-volume_2:active::before, .bg-volume_2.active::before {
  width: 122px;
  height: 122px;
  background-image: url("../../Common/hud/audio mute plain.png");
}

.footer {
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.rounded {
  border-radius: 0.5rem !important;
}

.border {
  border: 2px solid #cccccc !important;
}

.text-white {
  color: #f3f3f3 !important;
}

.text-blue {
  color: #ffffff !important;
}

.border-bottom {
  border-bottom: 1px solid #ffffff !important;
}

.tip {
  height: 100%;
}

.tip > img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: scale(0.45);
          transform: scale(0.45);
}

.blink_me {
  -webkit-animation: blinker 2s linear infinite;
          animation: blinker 2s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.popup-bg {
  background-color: #434343;
}

.img-thumbnail {
  padding: 0.5px;
  background-color: #cccccc;
  border-color: #cccccc;
}

#title {
  font-family: Fjalla One;
}

#SideBar {
  font-family: 'Varela', sans-serif;
}

.overflow-auto {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.popup_scroll {
  max-height: 100%;
}

#HeaderClose {
  cursor: pointer;
  float: right;
  color: #efefef;
}

#HeaderClose:hover, #HeaderClose:active {
  cursor: pointer;
}

#HeaderClose:hover::before, #HeaderClose:hover::after, #HeaderClose:active::before, #HeaderClose:active::after {
  color: #460f0f;
}

#RightIcon {
  width: 48px;
  float: left;
  text-align: center;
  cursor: pointer;
}

#btnContact {
  cursor: pointer;
}

@media (max-width: 767px) {
  .fs-h {
    font-size: 1.8em !important;
  }
}

@media (max-width: 480px) {
  #SideBar {
    height: 75% !important;
  }
}
/*# sourceMappingURL=main.css.map */