html {
    height: 100%;
}
@font-face {
  font-family: "Trajan";
  src: 
       /* url('fonts/Trajan-Pro.ttf') format('truetype'), */
       /* url('fonts/TrajanPro-Bold.woff') format('woff'), Super Modern Browsers */
       url('fonts/Trajan-Pro.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/TrajanPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       /* url('fonts/TrajanPro-Bold.otf')  format('truetype'), Safari, Android, iOS */
       url('fonts/TrajanPro-Regular.ttf;charset=utf-8;base64') format('truetype'); /* Legacy iOS */;
}
body {
    background: #E2E4E7;
    padding: 0;
    text-align: center;
    font-family: 'Trajan';
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    height: 100% !important;
    height: 100%;
    margin: 0 auto; 
    overflow: hidden;
}

a {
    text-decoration: none;
}


h1, h2 {
    width: 100%;
    float: left;
}
h1 {
    color: #e5cda3;
    font-size: 45px;
    /* letter-spacing: -4px; */
    font-weight: 100;
}
h1 span {
    font-size: 26px;
    margin: 0 5px;
    text-transform: capitalize;
    background: rgba(0,0,0,0.85);
    display: inline-block;
    color: #6D461D;
    border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
    padding: 3px 10px;
}
h2 {
    color: #6D461D;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 10px;
}

.pointer {
    color: #9b59b6;
    font-family: 'Pacifico', cursive;
    font-size: 30px;
    margin-top: 15px;
}
code {
    margin: 20px 1%;
    float: left;
    width: 48%;
    height: 105px;
    background: rgba(0,0,0,0.1);
    border: rgba(0,0,0,0.05) 5px solid;
    border-radius: 5px;
    padding:5px;
    color: white;
    text-align: center;
    font-size: 15px;
    margin-top: 25px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
code.html {
    color: #7EC9E6;
}
code.js {
    color: #FFAD00;
}

.main {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.main h1 {
    padding:150px 50px;
    float: left;
    width: 100%;
    font-size: 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 100;
    color: white;
    margin: 0;
}

.main h1.demo1 {
    background: #1ABC9C;
}

.reload.bell {
    font-size: 12px;
    padding: 20px;
    width: 45px;
    text-align: center;
    height: 47px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.reload.bell #notification {
    font-size: 25px;
    line-height: 140%;
}

.reload, .btn{
    display: inline-block;
    border: 4px solid #A2261E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #CC3126;
    display: inline-block;
    line-height: 100%;
    padding: 0.7em;
    text-decoration: none;
    color: #fff;
    width: 100px;
    line-height: 140%;
    font-size: 17px;
    font-family: open sans;
    font-weight: bold;
}
.reload:hover{
    background: #444;
}
.btn {
    width: 200px;
    color: rgb(255, 255, 255);
    border: 4px solid rgb(0, 0, 0);
    background: rgba(3, 3, 3, 0.75);
}
.clear {
    width: auto;
}
.btn:hover, .btn:hover {
    background: #444;
}
.btns {
    width: 410px;
    margin: 50px auto;
}
.credit {
    text-align: center;
    color: rgba(0,0,0,0.5);
    padding: 10px;
    width: 410px;
    clear: both;
}
.credit a {
    color: rgba(0,0,0,0.85);
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(255, 255, 255, 0.25);
    font-weight: bold;
    font-size: 13px;
    color: #000;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.back:hover {
    color: black;
    background: rgba(255, 255, 255, 0.5);
}

header {
    position: relative;
    z-index: 10;
}
.main section .page_container {
    position: relative;
    /* top: 25%; */
    margin: 0 auto 0;
    /* max-width: 950px; */
    max-width: 100%;
    z-index: 3;
}
.main section  {
    overflow: hidden;
}

.main section > img {
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.main section.page1 {
    background:rgb(0, 0, 0);
}
.main section.page1 h1 {
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
    font-size: 70px;
    color: black;
}
.main section.page1 h2 {
    color: rgba(0,0,0,0.85);
    text-align: center;
    width: 435px;
    line-height: 160%;
}
.main section .page_container .btns {
    clear: both;
    float: left;
    text-align: center;
    width: 435px;
}
.main section .page_container .btns a{
    text-align: center;
}
.main section.page2 {
    background: #000000;
}
.main section.page2 > img {
    position: absolute;
    top: -300px;
    left: 50%;
    margin-left: -1095px;
}
.main section.page2 .page_container {
    margin-top: 240px;
    overflow: hidden;
}
.main section.page2 h1 {
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
    font-size: 50px;
    /* letter-spacing: -1px; */
    color: white;
}
.main section.page2 h2 {
    color: rgba(255,255,255,0.85);
    text-align: center;
    line-height: 160%;
    font-weight: 100;
}
.viewing-page-2 .back{
    background: rgba(0, 0, 0, 0.25);
    color: #FFF;
    }
.main section.page3 {
    background-color: #000;
}
.main section.page3 .page_container {
    overflow: hidden;
    /* width: 500px; */
}
.main section.page3 h1 {
    padding: 100px;
    margin-bottom: 0;
    font-size: 57px;
    /* letter-spacing: -1px; */
    color: #e5cda3;
}
.main section.page3 h2 {
    color: #e5cda3;
    text-align: center;
    line-height: 160%;
    font-weight: 100;
    font-size: 21px;
    font-weight: bold;
}

.main section.page3 p {
    color: #e5cda3;
    text-align: center;
    line-height: 160%;
    font-weight: 100;
    font-size: 17px;
}

.main section.page3 img {
    display: inline-block;
    /* max-width: 98%; */
    height: auto;
    /* width: 30%; */
    margin: 1%;
}

.main section.page4 {
    /* background-color: #000; */
    background-image: url('../images/bg_list.png');
}

.main section.page4 h1 {
    padding: 100px;
    margin-bottom: 0;
    font-size: 57px;
    /* letter-spacing: -1px; */
    color: #e5cda3;
}

.main section.page4 img {
    display: inline-block;
    /* max-width: 98%; */
    height: auto;
    width: 40%;
    margin: 1%;
}

.main section.page5 {
    /* background-color: #000; */
    background-image: url('../images/bg_list.png');
}

.main section.page5 .column {
  float: left;
  width: 33.33%;
  padding: 5px;
  box-sizing: border-box;
  margin-left: 100px;
  margin-right: -200px;
}

/* Clearfix (clear floats) */
.main section.page5 .row::after {
  content: "";
  clear: both;
  display: table;
}

.main section.page6 {
    /* background-color: #000; */
    background-image: url('../images/bg_list.png');
}

.main section.page6 .column {
  float: left;
  width: 33.33%;
  padding: 5px;
  box-sizing: border-box;
  margin-left: 100px;
  margin-right: -200px;
}

/* Clearfix (clear floats) */
.main section.page6 .row::after {
  content: "";
  clear: both;
  display: table;
}

body.disabled-onepage-scroll .onepage-wrapper  section {
    min-height: 100%;
    height: auto;
}

body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container  {
    padding: 20px;
    margin-top: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.disabled-onepage-scroll  section .page_container h1{
    text-align: center;
    font-size: 50px;
}
body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns{
    text-align: center;
    width: 100%;
}

body.disabled-onepage-scroll .main section.page1 > img {
    /* position: absolute; */
    width: 80%;
    /* left: 10%; */
}

body.disabled-onepage-scroll .main section > img {
    position: relative;
    max-width: 80%;
    bottom: 0;
}
body.disabled-onepage-scroll code {
    width: 95%;
    margin: 0 auto 25px;
    float: none;
    overflow: hidden;
}

body.disabled-onepage-scroll .main section.page3 .page_container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
/* overlay product advatages */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 2);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}

.separator-type, .title-type, .intro-type, .content-type .intro-type p {
    position: relative;
}
.intro-type .container {
    padding: 107px 0px 102px 0px !important;
}
.company-heading h1 {
    margin-bottom: 60px;
    padding-bottom: 50px;
    line-height: 80px;
    color: #fff;
    font-weight: 700 !important;
    text-align: center;
}
.jumbo {
  margin-top: 50px;
}
.seo-header, .product-header, .intro-type .container h1.white, .company-heading h1 {
    font-weight: 100 !important;
    text-transform: capitalize;
    font-size: 55px;
    margin-bottom: 20px;
}
.parallax {
    background-attachment: inherit !important;
}
.parallax {
    background-attachment: inherit !important;
}
.parallax {
    background-attachment: inherit !important;
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: -10;
}
.ct-btn-scroll {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 500px;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
img, figure {
    max-width: 100%;
}

.bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
    }
    @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-100px); }
        100% { transform: translateY(0); }
    }
.page_container {
    margin-top: -100px; 
}

.reference img {
    display: inline-block;
    /* max-width: 98%; */
    height: auto;
    width: 40%;
    margin: 1%;
}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  box-sizing: border-box;
  margin-left: 100px;
  margin-right: -200px;
}

.middle img{
    transform: scale(0.8);
}

.bglist {
    background-image: url(../images/bg_list.png);
}