﻿/* Copyright © 2000-2021, TITAN DEVICE™ All Rights Reserved World Wide */

/* IMPORT FONTS */
@font-face { font-family: "TitanFont"; src: url(../fonts/MICROGME/MICROGME.TTF) format("truetype"); }
@font-face { font-family: "OpenSans-Regular"; src: url(../fonts/OpenSans/OpenSans-Regular.ttf) format("truetype"); }
@font-face { font-family: "OpenSans-Bold"; src: url(../fonts/OpenSans/OpenSans-Bold.ttf) format("truetype"); }
@font-face { font-family: "OpenSans-ExtraBold"; src: url(../fonts/OpenSans/OpenSans-ExtraBold.ttf) format("truetype"); }

html, body {
    float: left;
    width:100%;
    overflow-x: hidden;
}
html {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #0F1014;
    min-width: 360px; 
    margin: 0;
}

.bg {
    /* height: 100vh; */
    min-height: 500px;
    background-image: url(../media/bg.png);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #0F1014;
    z-index: -1000;
}

/* Responsive Body and Background */
@media (max-width: 1200px) {
.bg {
    background-attachment: scroll;
  }
}

/* Video Background
#sd-vbg {    
    content: "";
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
}
*/

/* Scrollbar */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #000000;
}
::-webkit-scrollbar-track { 
    background: #000000;
}
::-webkit-scrollbar-thumb {
    background: #000000;
    border: 2px solid rgba(0, 185, 247, 1);
}
::-webkit-scrollbar-thumb:window-inactive { 
    background: #000000;
}

/* Fonts */
.TitanFont {
    font-family: "TitanFont", Verdana, Tahoma;
    letter-spacing: 2px;
}
.highlight-01 {
    color: #00B9F7;
}
.highlight-02 {
    color: #8CD3FF;
}
.highlight-03 {
    color: #FFFFFF;
}

/* Links */
a, a:hover, a:visited, a:link, a:active {
    color: #FFFFFF;
    text-decoration: none;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "ScalarFont", Verdana, Tahoma;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* Main Logo */
.main-logo {
    position: absolute;
    top: 0;
    left: 10px;
}
.main-logo-wrapper {
    vertical-align: middle;
    line-height: 33px;
}

.main-logo-icon {
    vertical-align: top;
    height: 50px;
    line-height: 26px;
    padding-top: 0px;
    margin-right: 10px;
}

.main-logo-block {
    display: inline-block;
    overflow: hidden;
    text-align: justify; 
}

.main-logo-text-block {
    display: inline-block;
    overflow: hidden;
    text-align: justify; 
}

.main-logo-text {
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 10px; 
}

.main-logo-text-sub {
    vertical-align: top;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    padding-top: 0px;
    letter-spacing: 6px !important;
}

.main-logo-mark {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

/* Logo */
#home .logo {
    color: #5B606D;
    font-size: 20px;
    font-weight: 500;
}

/* Menu */
.menu {
    position: fixed;
    right: -200px;
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 2000;
    text-align: left;
}

.menu.menu-open {
    right: 0px;
}

.menu-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    background-color: rgba(0, 0, 0, 0.9);
    width: 200px;
    height: 100%;
    border-left: 2px solid rgba(0, 0, 0, 1);
}

#menuToggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #00B9F7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#menuToggle:hover {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menu-content {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.menu-td-icon {
    display: block;
    position: relative;
    vertical-align: top;
    height: 38px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*
.menu-logo {
    position: relative;
    top: 20px;
    left: 20px;
}
.menu-logo-wrapper {
    vertical-align: middle;
    line-height: 24px;
}
.menu-logo-icon {
    vertical-align: top;
    height: 38px;
    line-height: 22px;
    padding-top: 0px;
    margin-right: 10px;
    margin-top: 0px;
}

.menu-logo-block {
    display: inline-block;
    overflow: hidden;
    text-align: justify; 
}

.menu-logo-text-block {
    display: inline-block;
    overflow: hidden;
    text-align: justify; 
}

.menu-logo-text {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 10px; 
}

.menu-logo-text-sub {
    vertical-align: top;
    font-size: 9px;
    font-weight: 700;
    line-height: 9px;
    padding-top: 0px;
    letter-spacing: 6px !important;
}

.menu-logo-mark {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 2px;
}
*/
.menu-header {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
}

.menu-icon-list {
    display: block;
    list-style: none;
    text-align: center;
    margin-right: 38px;
}

.menu-icon-item-01 {
    display: block;
    position: relative;
    vertical-align: middle;
    font-size: 24px;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid;
    border-color: #00B9F7;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.menu-icon-item-02 {
    display: block;
    position: relative;
    vertical-align: middle;
    color: #8CD3FF;
    font-size: 24px;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid;
    border-color: #8CD3FF;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.menu-icon-item-02:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

/*
.menu h1.menu-logo a, a:hover, a:visited, a:link, a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 20px;
}

.menu a {
    margin-left: 20px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.menu a:hover {
    color: #8A9597;
}

.menu a:active {
    color: #FFFFFF;
}

.menu a>i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25px;
    font-size: 14px;
    line-height: 40px;
    margin: 25px 2px;
}
*/
.menu-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 14px;
    color: #00B9F7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    right: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.menu-close:hover {
    color: #00B9F7;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.menu-notice {
    font-size: 9px;
    text-align: center;
}

.menu-footer-logo-text {
    font-size: 10px;
    font-weight: 500;
}

.menu-footer-logo-mark {
    font-size: 10px;
    font-weight: 500;
}

.menu-button { 
    position: relative;
    display: block;
    float: left;
	overflow: hidden;
	outline: none;
	border: 0;
	text-decoration: none;
	cursor: pointer;
    font-size: 12px;
    padding: 10px;
    margin:10px 0 20px 0;
    color: #FFFFFF;
    background: #00B9F7;
    text-transform:uppercase;
    font-weight: 500;
    width: 100%;
    text-align: center;

    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.menu-button:hover {
	color: #00B9F7 !important;
    background-color: #FFFFFF;
}

/* Push the body after clicking the menu button */
.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu, .body-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* Responsive Menu */
@media (max-width: 1200px) {

    .menu-button {
    width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 980px) {

    .menu-button {
    width: 100%;
    }

}

@media (max-width: 767px) {
    .menu-button {
    width: 100%;
    }
}

@media (max-width: 480px) {
    .menu-button {
    width: 100%;
    }
}

/* Main Container */
.main-container {
    position: relative;
    /*min-height: 100vh;*/
    bottom: 0;
}

.content-wrap {
    padding-bottom: 0px;
    /*padding-bottom: 124px;*/
    margin: 0;
}

/* Sections */
section {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

/* Carousel */
.carousel {
    z-index: 100;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 300px;
}
.carousel-indicators {
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: #8CD3FF;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.3);
}
.carousel-item {
    height: 25vh;
    min-height: 300px;
}
.carousel-item i {
    font-size: 40px;
}
.carousel-inner-quote {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
}
.carousel-inner-quote .carousel-item {
    height: 15vh;
    min-height: 200px;
}
.carousel-highlight {
    color: #00B9F7;
}

/* Responsive Carousel */
@media (max-width: 1200px) {
 
}

@media (min-width: 992px) {

}

@media (min-width: 768px) and (max-width: 980px) {
    .carousel-caption h5 {
    font-size: 16px;
    }
}

@media (max-width: 767px) {
    .carousel-caption h5 {
    font-size: 14px;
    }
}

@media (max-width: 480px) {
    .carousel-caption h3 {
    font-size: 22px;
    }
    .carousel-caption h5 {
    font-size: 12px;
    }
}

/* Hexagon */
.hexagon {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 260px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    /* border style */
    /* theme */
}
.hexagon .hexagon-shape {
    position: relative;
    overflow: hidden;
    display: block;
    width: 240px;
    height: 208px;
    -webkit-transform: rotate(-30deg) skewX(30deg) scale(1.0);
    -moz-transform: rotate(-30deg) skewX(30deg) scale(1.0);
    -ms-transform: rotate(-30deg) skewX(30deg) scale(1.0);
    -o-transform: rotate(-30deg) skewX(30deg) scale(1.0);
    transform: rotate(-30deg) skewX(30deg) scale(1.0);
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
}
.hexagon .hexagon-shape *,
.hexagon .hexagon-shape *:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}
.hexagon .hexagon-shape .hexagon-shape-inner {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    opacity: 1;
}
.hexagon .hexagon-shape:first-child .hexagon-shape-inner:before,
.hexagon .hexagon-shape .hexagon-shape-inner-2 {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -moz-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    content: '';
}
.hexagon .hexagon-content {
    position: absolute;
    top: 36px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}
.hexagon .hexagon-content h4 {
    font-size: 14px;
    padding-top: 32px;
    -webkit-font-smoothing: antialiased;
}
.hexagon .hexagon-content span {
    position: relative;
    font-size: 12px;
    line-height: 8px;
    top: -12px;
    -webkit-font-smoothing: antialiased;
}
.hexagon .hexagon-content .content-sub {
    font-size: 11px;
    padding-top: 4px;
    padding-left: 36px;
    padding-right: 36px;
    color: #FFFFFF;
}
.hexagon.hexagon-with-border .hexagon-shape.content-panel {
    -webkit-transform: rotate(-30deg) skewX(30deg) scale(0.96);
    -moz-transform: rotate(-30deg) skewX(30deg) scale(0.96);
    -ms-transform: rotate(-30deg) skewX(30deg) scale(0.96);
    -o-transform: rotate(-30deg) skewX(30deg) scale(0.96);
    transform: rotate(-30deg) skewX(30deg) scale(0.96);
    position: relative;
    top: -208px;
}
.hexagon.hexagon-with-border .hexagon-shape.content-panel:first-child .hexagon-shape-inner:before,
.hexagon.hexagon-with-border .hexagon-shape.content-panel .hexagon-shape-inner-2 {
    background: none;
}
.hexagon.info .hexagon-shape:first-child .hexagon-shape-inner:before,
.hexagon.info .hexagon-shape-inner-2 {
    /* background-color: #00B9F7; */
    background-color: rgba(0, 0, 0, 0.2);
}

.hexagon.info .hexagon-shape.content-panel:first-child .hexagon-shape-inner:before,
.hexagon.info .hexagon-shape.content-panel .hexagon-shape-inner-2 {
    /* background-color: #000000; */
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid #00B9F7; 
}
.hexagon.info .content-title {
    color: #FFFFFF;
}
.hexagon-content .content-icon {
    font-size: 36px;
}
.hexagon-footer-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    padding: 4px 0 4px;
	position: relative;
    background-color: #8A9597;
    border-radius: 10px;
    border: 4px solid #8A9597;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Statement */
.statement {
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
}
.sub-statement-01 {
    text-align: center;
    font-size: 12px;
}
.sub-statement-02 {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
}

/* NIX */
.nix {
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 14px;  
}
.nix-icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-size: 33px;
    margin-top: -4px;
}
.nix-mark {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
.sub-nix {
    text-align: center;
    vertical-align: middle;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}

/* Footer */
footer {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;   
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-top: 4px solid #D7DBDB;
}
footer p {
    padding: 20px;
    margin: 0;
    font-size: 11px;
}