@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Oswald");
/*--- Variables ---*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Oswald");
/*--- Variables ---*/
/*--- Global Styles ---*/
body, * {
  font-family: "Noto Sans", sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px; }

body, html {
  height: 100%; }

strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald", sans-serif;
  margin: 0px;
  padding: 0px; }

input, button, select, textarea, .form-control {
  font-family: "Noto Sans", sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px; }

input {
  line-height: normal; }

a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

*:focus, a:focus, a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

br {
  font-size: inherit;
  line-height: inherit; }

.relative {
  position: relative; }

.overflow {
  overflow: hidden; }

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* IE < 8 */
section {
  display: block; }

/*--- Make sure images don't get too big ---*/
img {
  max-width: 100%; }

/*--- no-gutters Class Rules ---*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/*--- Vertical Align Classes ---*/
.tbl {
  display: table;
  width: 100%;
  height: 100%; }
  .tbl .td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  .tbl .td.bottom {
    vertical-align: bottom; }
  .tbl .td.top {
    vertical-align: top; }

/*--- Typography ---*/
/*--- Common proctice to hide slider and show it when its fully loaded */
.the-carousel {
  display: none; }

.the-carousel.slick-initialized {
  display: block; }

/*--- Buttons & Inputs ---*/
@media only screen and (max-width: 768px) {
  body, * {
    font-family: "Noto Sans", sans-serif;
    color: #000;
    font-size: 13px;
    line-height: 17px; }

  input, button, select, textarea, .form-control {
    font-family: "Noto Sans", sans-serif;
    color: #000;
    font-size: 13px;
    line-height: 17px; } }
body.noscroll {
  position: fixed;
  overflow: hidden; }

#mini-player {
  position: fixed;
  z-index: 10000;
  top: 26px;
  right: -300px;
  width: 300px;
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  #mini-player a.popup-btn {
    display: inline-block;
    height: 52px;
    width: 52px;
    text-align: center;
    background-color: #1d00ff;
    -webkit-border-radius: 26px 0px 0px 26px;
    -moz-border-radius: 26px 0px 0px 26px;
    -ms-border-radius: 26px 0px 0px 26px;
    -o-border-radius: 26px 0px 0px 26px;
    border-radius: 26px 0px 0px 26px;
    background-clip: padding-box;
    position: absolute;
    z-index: 1000;
    left: -52px;
    top: 0px; }
    #mini-player a.popup-btn i.fa {
      font-size: 20px;
      line-height: 52px;
      color: #fff; }
  #mini-player .wrapper {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 0px 0px 0px 30px;
    -moz-border-radius: 0px 0px 0px 30px;
    -ms-border-radius: 0px 0px 0px 30px;
    -o-border-radius: 0px 0px 0px 30px;
    border-radius: 0px 0px 0px 30px;
    background-clip: padding-box; }
  @media only screen and (max-width: 768px) {
    #mini-player {
      top: 11px; }
      #mini-player a.popup-btn {
        top: 0px; } }
  @media only screen and (max-width: 320px) {
    #mini-player {
      top: 63px;
      width: 100%;
      height: 100%;
      right: -100%;
      background-color: #fff; }
      #mini-player a.popup-btn {
        top: -53px; } }

#mini-player.active {
  right: 0px; }

header {
  background-color: #000;
  position: relative;
  z-index: 100; }
  header .col-sm-12 {
    padding-top: 16px;
    padding-bottom: 16px; }
  header a.mobile-menu-btn {
    display: none;
    float: left; }
    header a.mobile-menu-btn i {
      font-size: 30px;
      line-height: 34px;
      color: #fff; }
  header a.mobile-menu-close {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000; }
    header a.mobile-menu-close i {
      font-size: 30px;
      line-height: 34px;
      color: #fff; }
  header a.mobile-menu-close.active {
    display: block; }
  header a.mobile-player-close {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000; }
    header a.mobile-player-close i {
      font-size: 30px;
      line-height: 34px;
      color: #fff; }
  header a.mobile-player-close.active {
    display: block; }
  header a.logo {
    display: block;
    text-align: center;
    float: left; }
    header a.logo img {
      max-width: 200px;
      max-height: 98px; }
    header a.logo .text-logo {
      font-size: 35px;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      color: #fff;
      margin-top: 35px; }
      @media only screen and (max-width: 320px) {
        header a.logo .text-logo {
          line-height: 32px;
          margin-top: 0;
          font-size: 28px; } }
      @media only screen and (max-width: 768px) {
        header a.logo .text-logo {
          line-height: 36px;
          margin-top: 0;
          font-size: 35px; } }
  header ul.top-menu {
    margin: 35px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    float: right; }
    header ul.top-menu li {
      float: left;
      margin-right: 30px; }
      header ul.top-menu li a {
        font-size: 25px;
        line-height: 29px;
        color: #fff;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        text-decoration: none; }
        header ul.top-menu li a i.fa-facebook {
          font-size: 25px;
          line-height: 29px;
          color: #fff; }
        header ul.top-menu li a:hover {
          opacity: 0.8; }
      header ul.top-menu li a.btn-lined {
        display: inline-block;
        margin-top: -14px;
        font-size: 20px;
        line-height: 52px;
        color: #fff;
        font-family: "Noto Sans", sans-serif;
        font-weight: 700;
        border: 1px solid #fff;
        height: 52px;
        padding: 0px 20px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        -o-border-radius: 26px;
        border-radius: 26px;
        background-clip: padding-box; }
        header ul.top-menu li a.btn-lined i.fa-lock {
          font-size: 20px;
          line-height: 24px;
          color: inherit;
          margin-right: 3px; }
        header ul.top-menu li a.btn-lined:hover {
          background-color: #fff;
          color: #000;
          opacity: 1; }
    header ul.top-menu li.facebook-desktop {
      display: block; }
    header ul.top-menu li.facebook-mobile {
      display: none; }
  @media only screen and (max-width: 1024px) {
    header a.logo img {
      max-width: 175px; }
    header ul.top-menu li {
      margin-right: 20px; }
      header ul.top-menu li a {
        font-size: 22px;
        line-height: 26px; }
        header ul.top-menu li a i.fa-facebook {
          font-size: 22px;
          line-height: 26px; }
      header ul.top-menu li a.btn-lined {
        font-size: 16px;
        line-height: 48px;
        height: 48px;
        padding: 0px 20px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        border-radius: 24px;
        background-clip: padding-box; }
        header ul.top-menu li a.btn-lined i.fa-lock {
          font-size: 16px;
          line-height: 20px; } }
  @media only screen and (max-width: 768px) {
    header {
      min-height: 81px;
      background-color: #000 !important;
      position: relative !important; }
      header .col-sm-12 {
        padding-top: 5px;
        padding-bottom: 5px; }
      header a.mobile-menu-btn {
        display: block;
        margin-top: 16px; }
      header a.logo {
        display: block;
        width: 175px;
        margin: 0px auto;
        float: none; }
        header a.logo img {
          max-width: 175px;
          max-height: 67px; }
      header ul.top-menu {
        display: none; } }

header.on-home {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: none; }

#mobile-menu-wrapper {
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 63px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none; }
  @media only screen and (max-width: 768px) {
    #mobile-menu-wrapper {
      top: 82px; } }
  #mobile-menu-wrapper * {
    color: #fff; }
  #mobile-menu-wrapper ul {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    text-align: center; }
    #mobile-menu-wrapper ul li {
      margin-bottom: 20px; }
      #mobile-menu-wrapper ul li a {
        display: block;
        text-decoration: none;
        font-family: "Oswald", sans-serif;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        text-transform: uppercase; }
      #mobile-menu-wrapper ul li a.btn-lined {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 20px;
        line-height: 52px;
        color: #000;
        font-family: "Noto Sans", sans-serif;
        font-weight: 700;
        border: 1px solid #fff;
        height: 52px;
        padding: 0px 20px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        -o-border-radius: 26px;
        border-radius: 26px;
        background-clip: padding-box;
        background-color: #fff;
        margin-top: 20px; }
        #mobile-menu-wrapper ul li a.btn-lined i.fa-lock {
          font-size: 20px;
          line-height: 24px;
          color: inherit;
          margin-right: 3px; }
        #mobile-menu-wrapper ul li a.btn-lined:hover {
          background: none;
          color: #fff; }
      #mobile-menu-wrapper ul li a.scroll-down {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        position: absolute;
        z-index: 910;
        bottom: 5%;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 220px; }
        #mobile-menu-wrapper ul li a.scroll-down i.fa {
          font-size: inherit;
          line-height: inherit;
          color: inherit;
          margin-left: 5px; }
    #mobile-menu-wrapper ul li.facebook-desktop {
      display: none; }
    #mobile-menu-wrapper ul li.facebook-mobile {
      display: block; }

#intro .video-container {
  height: 100vh;
  position: relative;
  background: transparent;
  overflow: hidden; }
#intro .ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1; }
#intro .video-image {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
#intro .intro-text {
  position: absolute;
  z-index: 50;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
  #intro .intro-text .tbl {
    width: 100%; }
    #intro .intro-text .tbl .td {
      text-align: center; }
      #intro .intro-text .tbl .td .introducing {
        font-size: 38px;
        line-height: 42px;
        color: #fff;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        margin-bottom: 10px; }
      #intro .intro-text .tbl .td h1 {
        font-size: 78px;
        line-height: 82px;
        color: #fff;
        text-transform: uppercase; }
      #intro .intro-text .tbl .td a.btn-lined {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 20px;
        line-height: 52px;
        color: #000;
        font-family: "Noto Sans", sans-serif;
        font-weight: 700;
        border: 1px solid #fff;
        height: 52px;
        padding: 0px 20px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        -o-border-radius: 26px;
        border-radius: 26px;
        background-clip: padding-box;
        background-color: #fff;
        position: absolute;
        z-index: 910;
        bottom: 25%;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 280px; }
        #intro .intro-text .tbl .td a.btn-lined i.fa-lock {
          font-size: 20px;
          line-height: 24px;
          color: inherit;
          margin-right: 3px; }
        #intro .intro-text .tbl .td a.btn-lined:hover {
          background: none;
          color: #fff; }
      #intro .intro-text .tbl .td a.scroll-down {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        position: absolute;
        z-index: 910;
        bottom: 5%;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 220px; }
        #intro .intro-text .tbl .td a.scroll-down i.fa {
          font-size: inherit;
          line-height: inherit;
          color: inherit;
          margin-left: 5px; }
@media only screen and (max-width: 1024px) {
  #intro .intro-text .tbl {
    width: 100%; }
    #intro .intro-text .tbl .td .introducing {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 10px; }
    #intro .intro-text .tbl .td h1 {
      font-size: 72px;
      line-height: 76px; }
    #intro .intro-text .tbl .td a.btn-lined {
      font-size: 16px;
      line-height: 48px;
      height: 48px;
      padding: 0px 20px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      border-radius: 24px;
      background-clip: padding-box;
      bottom: 25%;
      width: 280px; }
      #intro .intro-text .tbl .td a.btn-lined i.fa-lock {
        font-size: 16px;
        line-height: 20px; }
    #intro .intro-text .tbl .td a.scroll-down {
      font-size: 12px;
      line-height: 16px;
      bottom: 5%;
      width: 220px; } }
@media only screen and (max-width: 768px) {
  #intro {
    position: relative; }
    #intro .video-image {
      height: 400px; }
    #intro .intro-text .tbl .td .introducing {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 5px; }
    #intro .intro-text .tbl .td h1 {
      font-size: 34px;
      line-height: 38px; }
    #intro .intro-text .tbl .td a.btn-lined {
      font-size: 16px;
      line-height: 48px;
      height: 48px;
      padding: 0px 20px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      border-radius: 24px;
      background-clip: padding-box;
      bottom: 25%;
      width: 230px; }
      #intro .intro-text .tbl .td a.btn-lined i.fa-lock {
        font-size: 16px;
        line-height: 20px; }
    #intro .intro-text .tbl .td a.scroll-down {
      font-size: 12px;
      line-height: 16px;
      bottom: 5%;
      width: 220px; } }

#about {
  padding: 60px 0px;
  background: url(../img/about-bg.png) center top no-repeat;
  background-size: 100% auto;
  position: relative;
  width: 100vw;
  overflow-x: hidden; }
  #about .the-triangle-wrapper {
    position: absolute;
    left: 50%;
    bottom: 0; }
  #about .the-triangle {
    position: relative;
    left: -50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1000px 1000px 1000px;
    border-color: transparent transparent #eeeeee transparent; }
  #about .the-content {
    position: relative;
    z-index: 100; }
    #about .the-content .big-play-button {
      display: block;
      width: 100%;
      height: 52px;
      margin-bottom: 30px; }
      #about .the-content .big-play-button span.icon-left {
        display: block;
        width: 15%;
        height: 52px;
        float: left;
        text-align: center;
        background-color: #1d00ff;
        -webkit-border-radius: 26px 0px 0px 26px;
        -moz-border-radius: 26px 0px 0px 26px;
        -ms-border-radius: 26px 0px 0px 26px;
        -o-border-radius: 26px 0px 0px 26px;
        border-radius: 26px 0px 0px 26px;
        background-clip: padding-box; }
        #about .the-content .big-play-button span.icon-left i {
          font-size: 20px;
          line-height: 52px;
          color: #fff; }
      #about .the-content .big-play-button span.middle-text {
        display: block;
        width: 70%;
        height: 52px;
        float: left;
        background-color: #000;
        padding-top: 8px;
        font-size: 14px;
        line-height: 18px;
        color: #01ffb2;
        text-transform: uppercase; }
        #about .the-content .big-play-button span.middle-text span {
          display: block;
          font-size: 14px;
          line-height: 18px;
          color: #ccc;
          text-transform: uppercase; }
      #about .the-content .big-play-button span.icon-right {
        display: block;
        width: 15%;
        height: 52px;
        float: left;
        text-align: center;
        background-color: #333333;
        -webkit-border-radius: 0px 26px 26px 0px;
        -moz-border-radius: 0px 26px 26px 0px;
        -ms-border-radius: 0px 26px 26px 0px;
        -o-border-radius: 0px 26px 26px 0px;
        border-radius: 0px 26px 26px 0px;
        background-clip: padding-box; }
        #about .the-content .big-play-button span.icon-right i {
          font-size: 20px;
          line-height: 52px;
          color: #fff; }
    #about .the-content p {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 15px; }
      #about .the-content p * {
        font-size: inherit;
        line-height: inherit;
        color: inherit; }
    #about .the-content .the-title {
      font-size: 40px;
      line-height: 44px;
      text-transform: uppercase;
      color: #1d00ff;
      padding: 5px 0px 5px 0px;
      width: 100%;
      margin: 50px 0px 30px 0px;
      border-top: 1px solid #1d00ff;
      border-bottom: 1px solid #1d00ff; }
    #about .the-content img.the-cover {
      width: 100%;
      height: auto;
      margin-bottom: 50px; }
    #about .the-content .about-text p {
      color: #1d00ff; }
    #about .the-content .about-thumb a.act-video {
      display: block; }
      #about .the-content .about-thumb a.act-video img {
        width: 100%;
        height: auto; }
  @media only screen and (max-width: 1024px) {
    #about .the-content .the-title {
      font-size: 34px;
      line-height: 38px; } }
  @media only screen and (max-width: 768px) {
    #about {
      padding-top: 30px; }
      #about .the-content p {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 13px; }
      #about .the-content .about-thumb {
        margin-top: 30px; } }

#pricing-box {
  position: relative;
  overflow: hidden; }
  #pricing-box .the-background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px); }
  #pricing-box .the-content {
    padding: 60px 0px;
    position: relative;
    z-index: 10; }
    #pricing-box .the-content h2 {
      font-size: 40px;
      line-height: 44px;
      text-transform: uppercase;
      color: #1d00ff;
      margin-bottom: 5px; }
    #pricing-box .the-content h3 {
      font-family: "Noto Sans", sans-serif;
      font-size: 36px;
      line-height: 40px;
      color: #fff;
      font-weight: 400;
      margin-bottom: 30px; }
    #pricing-box .the-content .the-icon {
      width: 200px;
      height: 200px;
      border: 5px solid #fff;
      text-align: center;
      margin: 0px auto;
      padding: 10px 30px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px;
      background-clip: padding-box; }
      #pricing-box .the-content .the-icon i.fa {
        color: #fff;
        font-size: 80px;
        line-height: 84px;
        margin-top: 20px; }
      #pricing-box .the-content .the-icon .the-title {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        color: #fff; }
    #pricing-box .the-content a.btn-red {
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 20px;
      line-height: 52px;
      color: #fff;
      font-family: "Noto Sans", sans-serif;
      font-weight: 700;
      border: 1px solid #ff003b;
      height: 52px;
      padding: 0px 20px;
      -webkit-border-radius: 26px;
      -moz-border-radius: 26px;
      -ms-border-radius: 26px;
      -o-border-radius: 26px;
      border-radius: 26px;
      background-clip: padding-box;
      background-color: #ff003b;
      margin-top: 50px; }
      #pricing-box .the-content a.btn-red i.fa-lock {
        font-size: 20px;
        line-height: 24px;
        color: inherit;
        margin-right: 3px; }
      #pricing-box .the-content a.btn-red:hover {
        background: none;
        color: #ff003b; }
  @media only screen and (max-width: 1024px) {
    #pricing-box .the-content h2 {
      font-size: 34px;
      line-height: 38px; }
    #pricing-box .the-content h3 {
      font-size: 30px;
      line-height: 34px; }
    #pricing-box .the-content .the-icon {
      width: 180px;
      height: 180px;
      padding: 10px 10px;
      -webkit-border-radius: 90px;
      -moz-border-radius: 90px;
      -ms-border-radius: 90px;
      -o-border-radius: 90px;
      border-radius: 90px;
      background-clip: padding-box; }
      #pricing-box .the-content .the-icon i.fa {
        font-size: 70px;
        line-height: 74px;
        margin-top: 20px; }
      #pricing-box .the-content .the-icon .the-title {
        font-size: 20px;
        line-height: 24px; }
    #pricing-box .the-content a.btn-red {
      font-size: 16px;
      line-height: 48px;
      height: 48px;
      padding: 0px 20px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      border-radius: 24px;
      background-clip: padding-box;
      margin-top: 50px; }
      #pricing-box .the-content a.btn-red i.fa-lock {
        font-size: 16px;
        line-height: 20px; } }
  @media only screen and (max-width: 768px) {
    #pricing-box .the-content .the-icon {
      width: 80px;
      height: 80px;
      padding: 5px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px;
      border-radius: 40px;
      background-clip: padding-box;
      border: 2px solid #fff; }
      #pricing-box .the-content .the-icon i.fa {
        font-size: 24px;
        line-height: 28px;
        margin-top: 0px; }
      #pricing-box .the-content .the-icon .the-title {
        font-size: 12px;
        line-height: 16px; }
    #pricing-box .the-content a.btn-red {
      font-size: 16px;
      line-height: 48px;
      height: 48px;
      padding: 0px 20px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      border-radius: 24px;
      background-clip: padding-box;
      margin-top: 50px; }
      #pricing-box .the-content a.btn-red i.fa-lock {
        font-size: 16px;
        line-height: 20px; } }

#reviews {
  padding: 100px 0px;
  background: url(../img/reviews-bg.png) center center no-repeat; }
  #reviews .the-review p {
    margin-bottom: 20px; }
  #reviews .the-review .author {
    font-weight: 700;
    margin-bottom: 5px; }
    #reviews .the-review .author span {
      font-weight: 700; }

#inner-body {
  padding: 60px 0px;
  background: url(../img/about-bg.png) center top no-repeat;
  background-size: 100% auto;
  position: relative;
  overflow-x: hidden; }
  #inner-body .the-triangle-wrapper {
    position: absolute;
    left: 50%;
    bottom: 0; }
  #inner-body .the-triangle {
    position: relative;
    left: -50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1000px 1000px 1000px;
    border-color: transparent transparent #eeeeee transparent; }
  #inner-body .the-content {
    position: relative;
    z-index: 100; }
    #inner-body .the-content h1 {
      font-size: 45px;
      line-height: 49px;
      text-transform: uppercase;
      margin-bottom: 50px; }
    #inner-body .the-content h2 {
      font-size: 40px;
      line-height: 44px;
      text-transform: uppercase;
      color: #1d00ff;
      padding: 5px 0px 5px 0px;
      width: 100%;
      margin: 0px 0px 30px 0px;
      border-top: 1px solid #1d00ff;
      border-bottom: 1px solid #1d00ff; }
    #inner-body .the-content a.btn-red {
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 20px;
      line-height: 52px;
      color: #fff;
      font-family: "Noto Sans", sans-serif;
      font-weight: 700;
      border: 1px solid #ff003b;
      height: 52px;
      padding: 0px 20px;
      -webkit-border-radius: 26px;
      -moz-border-radius: 26px;
      -ms-border-radius: 26px;
      -o-border-radius: 26px;
      border-radius: 26px;
      background-clip: padding-box;
      background-color: #ff003b;
      margin-top: 50px; }
      #inner-body .the-content a.btn-red i.fa-lock {
        font-size: 20px;
        line-height: 24px;
        color: inherit;
        margin-right: 3px; }
      #inner-body .the-content a.btn-red:hover {
        background: none;
        color: #ff003b; }
    #inner-body .the-content .the-player {
      margin: 0px 30px; }
    #inner-body .the-content a.act-video {
      display: block;
      overflow: hidden;
      text-decoration: none;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc; }
      #inner-body .the-content a.act-video span.video-title {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px; }
    #inner-body .the-content a.act-video.other-videos img {
      width: 45%;
      float: left; }
    #inner-body .the-content a.act-video.other-videos span.video-title {
      display: block;
      width: 55%;
      float: left;
      padding-left: 15px;
      margin-top: 25px; }
    #inner-body .the-content a.show-more {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      color: #000;
      text-decoration: none;
      display: block;
      text-align: center; }
      #inner-body .the-content a.show-more i.fa {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        margin-left: 5px; }
    #inner-body .the-content .gallery-title {
      margin-top: 50px; }
    #inner-body .the-content .the-gallery {
      position: relative;
      overflow: hidden;
      margin-left: -15px;
      margin-right: -15px; }
      #inner-body .the-content .the-gallery .w1 {
        width: 66.67%; }
        #inner-body .the-content .the-gallery .w1 img {
          width: 100%;
          padding: 15px; }
      #inner-body .the-content .the-gallery .w2 {
        width: 33.33%; }
        #inner-body .the-content .the-gallery .w2 img {
          width: 100%;
          padding: 10px; }
    #inner-body .the-content .the-set-list ul {
      margin: 0px 0px 30px 0px;
      padding: 0px;
      list-style: none; }
      #inner-body .the-content .the-set-list ul li {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 0px; }
    #inner-body .the-content .the-references .rating {
      margin-top: 5px;
      margin-bottom: 5px; }
  @media only screen and (max-width: 1024px) {
    #inner-body .the-content h1 {
      font-size: 40px;
      line-height: 44px;
      margin-bottom: 50px; }
    #inner-body .the-content h2 {
      font-size: 36px;
      line-height: 40px;
      width: 100%;
      margin: 0px 0px 30px 0px; }
    #inner-body .the-content a.btn-red {
      font-size: 16px;
      line-height: 48px;
      height: 48px;
      padding: 0px 20px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      border-radius: 24px;
      background-clip: padding-box;
      margin-top: 50px; }
      #inner-body .the-content a.btn-red i.fa-lock {
        font-size: 16px;
        line-height: 20px; }
    #inner-body .the-content .the-player {
      margin: 0px 10px; }
    #inner-body .the-content a.act-video.other-videos span.video-title {
      margin-top: 10px; }
    #inner-body .the-content .gallery-title {
      margin-top: 50px; } }
  @media only screen and (max-width: 768px) {
    #inner-body {
      padding-top: 30px; }
      #inner-body .the-content h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px; }
      #inner-body .the-content h2 {
        font-size: 36px;
        line-height: 40px;
        width: 100%;
        margin: 0px 0px 30px 0px; }
      #inner-body .the-content a.btn-red {
        font-size: 16px;
        line-height: 48px;
        height: 48px;
        padding: 0px 20px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        border-radius: 24px;
        background-clip: padding-box;
        margin-top: 50px; }
        #inner-body .the-content a.btn-red i.fa-lock {
          font-size: 16px;
          line-height: 20px; }
      #inner-body .the-content .the-player {
        margin: 0px 0px 30px 0px;
        overflow: hidden; }
      #inner-body .the-content a.act-video.other-videos span.video-title {
        margin-top: 10px; }
      #inner-body .the-content .gallery-title {
        margin-top: 50px; }
      #inner-body .the-content .the-gallery {
        margin-left: 0px;
        margin-right: 0px;
        position: relative; }
        #inner-body .the-content .the-gallery .w1 {
          width: 100%; }
          #inner-body .the-content .the-gallery .w1 img {
            width: 100%;
            padding: 0px; }
        #inner-body .the-content .the-gallery .w2 {
          width: 100%; }
          #inner-body .the-content .the-gallery .w2 img {
            width: 100%;
            padding: 0px; }
        #inner-body .the-content .the-gallery .slick-prev, #inner-body .the-content .the-gallery .slick-next {
          position: absolute;
          z-index: 10;
          top: 70px;
          background: none;
          border: none; }
          #inner-body .the-content .the-gallery .slick-prev i, #inner-body .the-content .the-gallery .slick-next i {
            font-size: 30px;
            line-height: 34px;
            color: #fff; }
        #inner-body .the-content .the-gallery .slick-prev {
          left: 20px; }
        #inner-body .the-content .the-gallery .slick-next {
          right: 20px; } }

#videoModal {
  z-index: 200; }
  #videoModal h4 {
    text-transform: uppercase; }

legend {
  border: none; }

#enquire label.error, #enquire label.error {
  color: #CC0000;
  padding-top: 5px;
  display: block;
  font-weight: normal;
  font-size: 11px;
  font-weight: bold;
  text-align: left; }

#enquire input.error {
  border: 1px solid #CC0000; }

footer {
  background-color: #f7f5f5;
  padding: 50px 0px; }
  footer .copyright {
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px; }
    footer .copyright a {
      font-size: inherit;
      line-height: inherit; }
  @media only screen and (max-width: 768px) {
    footer img {
      display: block;
      margin: 0px auto;
      margin-bottom: 10px; }
    footer .copyright {
      text-align: center; } }
