@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?u5v5jf");
  src: url("../fonts/icomoon.eot?u5v5jf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u5v5jf") format("truetype"), url("../fonts/icomoon.woff?u5v5jf") format("woff"), url("../fonts/icomoon.svg?u5v5jf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook-outer:before {
  content: "\e900"; }

.icon-instagram-outer:before {
  content: "\e901"; }

.icon-twitter-outer:before {
  content: "\e902"; }

.icon-youtube-outer:before {
  content: "\e903"; }

.icon-arrow-left-feather:before {
  content: "\e904"; }

.icon-arrow-right-feater:before {
  content: "\e905"; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  font-family: 'Poppins', sans-serif; }

img {
  max-width: 100%;
  height: auto; }

main {
  position: relative;
  overflow: hidden; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
a {
  color: #233670; }

a,
button,
input,
textarea {
  outline: none !important;
  box-shadow: none !important; }

a:hover {
  text-decoration: none;
  color: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.imgBg img.find {
  display: none; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.hd-typ-1 {
  font-size: 50px;
  color: #FFF;
  line-height: 57px;
  margin: 0 0 0 0;
  font-weight: 700; }
  .hd-typ-1 span {
    color: #ee1323; }

.hd-typ-2 {
  font-size: 38px;
  color: #FFF;
  line-height: 45px;
  margin: 0 0 0 0;
  font-weight: 700; }
  .hd-typ-2 span {
    color: #ee1323; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 2;
  padding: 40px 75px 0 75px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  header .burger-menu {
    height: 23px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    header .burger-menu span {
      height: 2px;
      background: #FFF;
      display: table;
      -webkit-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      header .burger-menu span:nth-of-type(1) {
        width: 30px; }
      header .burger-menu span:nth-of-type(2) {
        width: 20px; }
      header .burger-menu span:nth-of-type(3) {
        width: 14px; }
      header .burger-menu span:nth-of-type(4) {
        width: 30px; }
    header .burger-menu:hover span:nth-of-type(1) {
      width: 20px; }
    header .burger-menu:hover span:nth-of-type(2) {
      width: 25px; }
    header .burger-menu:hover span:nth-of-type(3) {
      width: 20px; }
    header .burger-menu:hover span:nth-of-type(4) {
      width: 26px; }
  header.fixed-head {
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background: rgba(29, 27, 27, 0.8); }

.side-nav {
  width: 50%;
  height: 100vh;
  position: fixed;
  right: -50%;
  top: 0;
  background: #282626;
  z-index: 2;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  .side-nav.active {
    right: 0; }
  .side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .side-nav ul li {
      margin: 20px 0; }
      .side-nav ul li a {
        color: #FFF;
        text-decoration: none; }
      .side-nav ul li.hd-typ-1 {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .side-nav ul li.hd-typ-1:hover, .side-nav ul li.hd-typ-1.active {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
          .side-nav ul li.hd-typ-1:hover a, .side-nav ul li.hd-typ-1.active a {
            color: #ee1323 !important; }
          .side-nav ul li.hd-typ-1:hover span, .side-nav ul li.hd-typ-1.active span {
            color: #fff; }
        .side-nav ul li.hd-typ-1.active {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
          .side-nav ul li.hd-typ-1.active a {
            cursor: default; }
  .side-nav button.close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 36px;
    padding: 0;
    margin: 0;
    outline: none !important;
    background: none !important;
    border: 0px !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .side-nav button.close:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .side-nav span.privacy-terms {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 0 20px 0 0; }
    .side-nav span.privacy-terms a {
      color: #9d9d9d;
      font-size: 14px;
      text-decoration: none;
      margin: 0 7px; }
      .side-nav span.privacy-terms a:hover {
        color: #fff; }
  .side-nav span span {
    color: #ee1323; }

main > section.left {
  width: 50%;
  background: #1d1b1b; }

main > section.right {
  width: 50%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: yellow;
  background: #000; }

.btn-style-1 {
  position: relative;
  display: table;
  border: 2px solid #ffffff;
  padding: 13px 33px;
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  width: auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center; }
  .btn-style-1 img {
    width: auto !important;
    margin: 0 0 0 15px; }
  .btn-style-1::after, .btn-style-1::before {
    width: 70%;
    height: 2px;
    background: #1d1b1b;
    content: "";
    left: 15%;
    top: -2px;
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .btn-style-1::before {
    left: 15%;
    top: auto;
    bottom: -2px; }
  .btn-style-1:hover::after {
    left: 0; }
  .btn-style-1:hover::before {
    left: 30%; }

#leftCell-1 {
  height: 100vh;
  width: 100%;
  padding: 89px 75px 0 75px;
  display: flex;
  align-items: center;
  position: relative; }
  #leftCell-1 h1 {
    margin: 0 0 15px 0; }
  #leftCell-1 p {
    font-size: 16px;
    color: #bcbcbc;
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
    #leftCell-1 p span {
      color: #EE1323;
      font-weight: 600; }
  #leftCell-1 .btn-style-1 {
    margin-top: 65px; }
  #leftCell-1 ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 75px;
    bottom: 30px; }
    #leftCell-1 ul.social li {
      float: left;
      margin: 0 25px 0 0; }
      #leftCell-1 ul.social li a {
        text-decoration: none; }
        #leftCell-1 ul.social li a span {
          font-size: 20px;
          color: #8e8d8d;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        #leftCell-1 ul.social li a:hover span {
          color: #fff; }

#leftCell-2 {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 0 75px 85px;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  #leftCell-2 h3 {
    margin: 0 35px 0 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #leftCell-2 h3 img {
      margin: 0 0 0 1px;
      position: relative;
      top: -11px;
      -webkit-transition: 0.9s;
      -moz-transition: 0.9s;
      -ms-transition: 0.9s;
      -o-transition: 0.9s;
      transition: 0.9s; }
    #leftCell-2 h3:hover {
      color: #ee1323; }
      #leftCell-2 h3:hover img {
        top: -15px;
        transform: rotate(360deg); }
  #leftCell-2 .cell {
    margin: 57px 0 75px 0; }
  #leftCell-2 .round {
    position: absolute;
    top: 38px;
    right: 38px; }
    #leftCell-2 .round .name {
      -webkit-animation: spin 15s linear infinite;
      -moz-animation: spin 15s linear infinite;
      animation: spin 15s linear infinite; }
    #leftCell-2 .round .indian-flag {
      width: 178px;
      height: 178px;
      opacity: 0.2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  #leftCell-2 .link-1 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0 30px;
    display: table;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #leftCell-2 .link-1::after, #leftCell-2 .link-1::before {
      width: 100%;
      height: 2px;
      background: #FFF;
      content: "";
      position: absolute;
      left: 0;
      bottom: -5px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #leftCell-2 .link-1::before {
      background: #ee1323;
      z-index: 1;
      width: 0;
      left: 50%;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #leftCell-2 .link-1:hover {
      letter-spacing: 1px; }
      #leftCell-2 .link-1:hover::before {
        width: 100%;
        left: 0; }

#leftCell-3 {
  height: 100vh;
  width: 100%;
  padding: 40px 75px 0 75px;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  #leftCell-3 h4 {
    margin: 0 0 10px 0; }
  #leftCell-3 p {
    font-size: 16px;
    color: #BCBCBC;
    margin: 0;
    line-height: 28px; }
    #leftCell-3 p span {
      color: #FFF; }
  #leftCell-3 .btn-style-1 {
    margin: 45px 0 0 0; }
  #leftCell-3 .cell {
    position: relative;
    padding: 0 0 0 0;
    margin: 40px 0 30px 0; }
    #leftCell-3 .cell .inner img {
      margin: 0 25px 0 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #leftCell-3 .cell .inner img:nth-of-type(1) {
        left: 25px; }
      #leftCell-3 .cell .inner img:nth-of-type(2) {
        left: 252px;
        top: -40px; }
    #leftCell-3 .cell::after {
      width: 70px;
      height: 2px;
      background: #FFF;
      content: "";
      position: absolute;
      top: -15px;
      left: 15px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #leftCell-3 .cell::before {
      width: 2px;
      height: 70px;
      background: #FFF;
      content: "";
      position: absolute;
      top: -15px;
      left: 13px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #leftCell-3 .cell:hover::after {
      width: 213px; }
    #leftCell-3 .cell:hover::before {
      height: 276px; }
    #leftCell-3 .cell:hover .inner img:nth-of-type(2) {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

#leftCell-4 {
  height: 100vh;
  width: 100%;
  padding: 0 75px 0 75px;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  #leftCell-4 h5 {
    margin: 0 0 15px 0; }
  #leftCell-4 span.title-1 {
    color: #ee1323;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin: 0 0 5px 0; }
  #leftCell-4 p {
    font-size: 16px;
    color: #bcbcbc;
    font-weight: 400;
    line-height: 28px; }
  #leftCell-4 .app-download {
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 90px 0;
    width: 100%; }
    #leftCell-4 .app-download .cell {
      padding: 9px;
      background: #fff;
      display: table;
      border: 1px solid #295896;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
      #leftCell-4 .app-download .cell:nth-of-type(1) {
        margin-right: 20px; }
      #leftCell-4 .app-download .cell:hover {
        background: #ee1323;
        border: 1px solid #000;
        -webkit-transform: scale(1.05) !important;
        -moz-transform: scale(1.05) !important;
        -ms-transform: scale(1.05) !important;
        -o-transform: scale(1.05) !important;
        transform: scale(1.05) !important; }
    #leftCell-4 .app-download span {
      width: 100%;
      font-size: 20px;
      color: #fff;
      font-weight: 400;
      display: block;
      margin: 0 0 25px 0; }

ul.slide-dot {
  position: fixed;
  z-index: 1;
  right: 23px;
  list-style: none;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 16px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  ul.slide-dot li {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    ul.slide-dot li.active, ul.slide-dot li:hover {
      width: 16px;
      height: 16px;
      border: 0px;
      background: #ee1323; }
    ul.slide-dot li::after {
      width: 10px;
      height: 10px;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #fff; }
    ul.slide-dot li.active::after, ul.slide-dot li:hover::after {
      border: 2px solid #ee1323; }

#rightCell-1,
#rightCell-2,
#rightCell-3,
#rightCell-4 {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background: #1d1b1b; }
  #rightCell-1 img.find,
  #rightCell-2 img.find,
  #rightCell-3 img.find,
  #rightCell-4 img.find {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    object-fit: cover; }

#rightCell-2,
#rightCell-3,
#rightCell-4 {
  overflow: hidden;
  width: 0;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  z-index: 1; }
  #rightCell-2.active,
  #rightCell-3.active,
  #rightCell-4.active {
    width: 100%; }

#rightCell-1 {
  overflow: hidden;
  position: relative; }
  #rightCell-1 .inner {
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100% !important;
    left: -50vw;
    height: 100%;
    min-width: 50vw;
    display: flex; }
    #rightCell-1 .inner div {
      height: 100% !important; }
  #rightCell-1 .main-banner-2 img {
    max-width: 100%;
    width: auto; }
  #rightCell-1 .item > div {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  #rightCell-1 .item img {
    margin: 0 auto; }
  #rightCell-1 .navigation-cell {
    width: 148px;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    right: 80px;
    bottom: 30px;
    z-index: 1; }
    #rightCell-1 .navigation-cell .next-slide,
    #rightCell-1 .navigation-cell .prev-slide {
      cursor: pointer;
      width: 64px;
      height: 64px;
      border: 2px solid #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #rightCell-1 .navigation-cell .next-slide span,
      #rightCell-1 .navigation-cell .prev-slide span {
        color: #fff;
        font-size: 20px; }
      #rightCell-1 .navigation-cell .next-slide:hover,
      #rightCell-1 .navigation-cell .prev-slide:hover {
        background: #ee1323;
        border: 2px solid #ff3341; }

#rightCell-4 .inner,
.sec-for-mob .inner {
  position: absolute;
  top: 0;
  left: -50vw;
  height: 100%;
  min-width: 50vw;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: left 1.5s;
  -moz-transition: left 1.5s;
  -ms-transition: left 1.5s;
  -o-transition: left 1.5s;
  transition: left 1.5s; }
  #rightCell-4 .inner .hd-typ-1,
  .sec-for-mob .inner .hd-typ-1 {
    font-size: 38px;
    line-height: 66px;
    margin: 25px 0 25px 40px; }
  #rightCell-4 .inner h6 label,
  .sec-for-mob .inner h6 label {
    display: table;
    background: #ee1323;
    padding: 0 20px;
    line-height: 60px; }
    #rightCell-4 .inner h6 label span,
    .sec-for-mob .inner h6 label span {
      color: #000; }
#rightCell-4.active .inner,
.sec-for-mob.active .inner {
  left: 0; }

.sec-for-mob {
  display: none; }

footer {
  background: #FFF;
  padding: 20px 0;
  width: 100vw;
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  footer .btn-style-1 {
    border: 2px solid #1d1b1b;
    padding: 10px 15px;
    color: #1d1b1b !important;
    display: inline-flex;
    font-weight: 400; }
    footer .btn-style-1::after, footer .btn-style-1::before {
      background: #fff; }

.app-download-main {
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 90px 0;
  width: 100%; }
  .app-download-main .cell {
    display: table;
    border: 1px solid #4f4f4f;
    -webkit-border-radius: 37px;
    border-radius: 37px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .app-download-main .cell:hover {
      border: 1px solid #fff; }
  .app-download-main span {
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin: 0 0 15px 0; }

.about-page {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  background: #1d1b1b;
  padding: 250px 75px 170px 75px;
  overflow: auto; }
  .about-page .hd-typ-1 {
    margin: 0 0 20px 0; }
  .about-page p {
    color: #bcbcbc;
    margin: 0 0 30px 0; }
    .about-page p span {
      color: #fff;
      font-weight: 700; }
    .about-page p a {
      color: #fff;
      text-decoration: none; }
  .about-page .border-cell {
    border-left: 15px solid #ffffff;
    padding: 50px 0 50px 35px;
    margin: 60px 0 0 0;
    position: relative; }
    .about-page .border-cell span {
      font-size: 24px;
      line-height: 35px;
      color: #BCBCBC;
      display: block; }
      .about-page .border-cell span b {
        color: #fff; }
    .about-page .border-cell::after {
      width: 142px;
      height: 15px;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: #FFF; }
    .about-page .border-cell::before {
      width: 142px;
      height: 15px;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      background: #FFF; }
  .about-page .email-cell {
    margin: 30px 0 20px 0; }
    .about-page .email-cell span {
      font-size: 16px;
      color: #BCBCBC;
      font-weight: 400;
      display: block; }
    .about-page .email-cell a {
      display: block;
      color: #EE1323;
      font-size: 23px;
      text-decoration: none; }
      .about-page .email-cell a:hover {
        text-decoration: underline; }
  .about-page h2 {
    margin: 100px 0 20px 0; }
  .about-page h3 {
    margin: 0 0 20px 0; }
  .about-page .lite-text {
    font-size: 16px;
    color: #5e5d5d;
    display: block;
    margin: 15px 0 0 0; }

.or {
  font-size: 14px;
  color: #FFF;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  position: relative;
  margin: 40px 0 55px 0; }
  .or::after {
    width: 1px;
    height: 20px;
    content: "";
    background: #fff;
    position: absolute;
    top: -20px;
    left: 13.5px; }
  .or::before {
    width: 1px;
    height: 20px;
    content: "";
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 13.5px; }

#how-cell,
.how-cell {
  overflow: hidden;
  width: 0;
  height: 100%;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  z-index: 1;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background: #201f1f;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  #how-cell .inner,
  .how-cell .inner {
    height: calc(100% - 247px);
    width: calc(100% - 150px);
    left: -50vw;
    position: relative;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s; }
    #how-cell .inner .cell,
    .how-cell .inner .cell {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 60px;
      border-left: 15px solid #fff;
      border-top: 15px solid #fff;
      border-bottom: 15px solid #fff;
      position: relative;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 40%; }
      #how-cell .inner .cell p,
      .how-cell .inner .cell p {
        padding: 0;
        margin: 0;
        font-size: 22px;
        color: #FFF;
        font-weight: 700;
        line-height: 26px; }
        #how-cell .inner .cell p span,
        .how-cell .inner .cell p span {
          font-size: 48px;
          line-height: 48px; }
      #how-cell .inner .cell::after,
      .how-cell .inner .cell::after {
        width: 15px;
        height: 28px;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: #FFF; }
      #how-cell .inner .cell::before,
      .how-cell .inner .cell::before {
        width: 15px;
        height: 28px;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background: #FFF; }
      #how-cell .inner .cell:nth-of-type(1),
      .how-cell .inner .cell:nth-of-type(1) {
        left: calc(40% - 15px); }
        #how-cell .inner .cell:nth-of-type(1) p,
        .how-cell .inner .cell:nth-of-type(1) p {
          width: 17vw; }
      #how-cell .inner .cell:nth-of-type(2),
      .how-cell .inner .cell:nth-of-type(2) {
        margin-top: -15px; }
        #how-cell .inner .cell:nth-of-type(2) p,
        .how-cell .inner .cell:nth-of-type(2) p {
          width: 25.5vw; }
      #how-cell .inner .cell:nth-of-type(3),
      .how-cell .inner .cell:nth-of-type(3) {
        margin-top: -15px;
        left: calc(40% - 15px); }
        #how-cell .inner .cell:nth-of-type(3) p,
        .how-cell .inner .cell:nth-of-type(3) p {
          width: 17vw; }
  #how-cell.active,
  .how-cell.active {
    width: 100%; }
    #how-cell.active .inner,
    .how-cell.active .inner {
      left: 0; }

.how-cell {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  background: none; }
  .how-cell .inner {
    width: 100%;
    height: auto;
    left: 0;
    width: 100%; }
    .how-cell .inner .cell {
      width: 50%; }
      .how-cell .inner .cell:nth-of-type(1) {
        left: calc(50% - 15px); }
      .how-cell .inner .cell:nth-of-type(3) {
        left: calc(50% - 15px); }
      .how-cell .inner .cell p {
        width: 100% !important; }

.app-download-inner {
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 90px 0;
  width: 100%; }
  .app-download-inner .cell {
    padding: 9px;
    background: #fff;
    display: table;
    border: 1px solid #295896;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    .app-download-inner .cell:nth-of-type(1) {
      margin-right: 20px; }
    .app-download-inner .cell:hover {
      background: #ee1323;
      border: 1px solid #000;
      -webkit-transform: scale(1.05) !important;
      -moz-transform: scale(1.05) !important;
      -ms-transform: scale(1.05) !important;
      -o-transform: scale(1.05) !important;
      transform: scale(1.05) !important; }
  .app-download-inner span {
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin: 0 0 25px 0; }

span.red-title {
  font-size: 22px;
  color: #ee1323;
  font-weight: 700;
  display: block;
  margin: 0 0 5px 0; }
  span.red-title a {
    color: #ee1323;
    text-decoration: none; }
    span.red-title a:hover {
      text-decoration: underline; }

.plus-contact {
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .plus-contact .inner {
    width: 100%; }
  .plus-contact [class^="col-"] {
    margin-bottom: 20px;
    position: relative; }
  .plus-contact span.title {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: block;
    letter-spacing: 4px;
    margin: 0 0 8px 0; }
  .plus-contact input,
  .plus-contact textarea {
    height: 50px;
    border: 2px solid #ffffff;
    width: 100%;
    background: none;
    font-size: 16px;
    color: #fff;
    padding: 0 20px; }
    .plus-contact input:placeholder,
    .plus-contact textarea:placeholder {
      color: #BCBCBC; }
  .plus-contact textarea {
    height: 110px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none; }
  .plus-contact label.error {
    color: red;
    font-weight: 400;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: -17px;
    left: 12px;
    width: 100%; }
  .plus-contact p a:hover {
    color: #ee1323 !important; }

.list-style-1 {
  margin: 0;
  padding: 0;
  color: #bcbcbc;
  list-style: none; }
  .list-style-1 li {
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 0 0 20px; }
    .list-style-1 li::after {
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      background: #ee1323; }
    .list-style-1 li a {
      color: #fff;
      text-decoration: none; }
  .list-style-1 ul {
    margin: 15px 0 0 0;
    list-style: none;
    padding: 0; }
    .list-style-1 ul li::after {
      background: none;
      border: 2px solid #ee1323; }
  .list-style-1 span {
    color: #fff;
    font-weight: 700; }

/*# sourceMappingURL=style.css.map */