@font-face {
  font-family: 'Aileron';
  src: url("/asset/Font/Aileron-Regular.otf") format("truetype"); }

@font-face {
  font-family: 'AileronB';
  src: url("/asset/Font/Aileron-Bold.otf") format("truetype"); }

@font-face {
  font-family: 'AileronSemi';
  src: url("/asset/Font/Aileron-SemiBold.otf") format("truetype"); }

@keyframes roll {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

body {
  font-family: "Aileron", sans-serif !important; }

.hiw h1, .press h1 {
  font-family: 'AileronB', sans-serif;
  letter-spacing: 1.1; }

header {
  height: 100vh;
  background-position: 50% 30%;
  margin-bottom: -1px; }

.header-bg {
  background-image: url("/img/overlay-header.png");
  height: 100vh;
  background-size: cover; }

.header-content {
  text-align: center;
  margin: auto; }
  .header-content .top-bar {
    padding-top: 60px;
    text-align: left; }
    .header-content .top-bar .logo {
      margin-left: 70px;
      display: inline-block; }
      .header-content .top-bar .logo img {
        height: 35px; }
  .header-content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    padding-top: 60px;
    letter-spacing: 1.1;
    font-family: 'AileronB', sans-serif; }
  .header-content p {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.2;
    font-family: 'AileronSemi', sans-serif; }
  .header-content .navbar {
    display: inline-block;
    border-radius: 8px;
    position: absolute;
    right: 80px;
    padding: 0; }
    .header-content .navbar .collapse {
      width: 215px; }
    .header-content .navbar .navbar-nav {
      background: rgba(59, 177, 127, 0.8);
      border-radius: 8px; }
    .header-content .navbar .nav-item {
      float: none;
      margin-left: 0;
      padding-left: 25px;
      padding-right: 25px; }
      .header-content .navbar .nav-item a {
        text-align: center; }
    .header-content .navbar .toggle-nav {
      float: right;
      background: #3bb17f;
      color: #fff;
      border: none;
      font-size: 22px;
      padding: 8px 18px;
      border-radius: 4px; }
    .header-content .navbar .collapsing {
      position: unset; }

.hero-imgs {
  position: absolute;
  top: 60vh;
  width: 600px;
  left: 0;
  right: 0;
  margin: 20px auto;
  text-align: center; }
  .hero-imgs img {
    width: 100%; }
  .hero-imgs .app-icons {
    width: 70%;
    margin: 15px auto; }
    .hero-imgs .app-icons img {
      width: 44%;
      margin: auto; }

.hiw {
  background-image: url("/img/bg-hiw-2.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .hiw .container {
    width: 1170px; }
  .hiw h1 {
    font-size: 144px;
    text-align: center;
    color: #EFEFEF;
    font-weight: 700;
    padding-top: 360px; }
  .hiw .video-container {
    width: 90%;
    margin: 0 5%;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    box-shadow: 0 2px 3px #B2B2B2;
    padding: 80px 20px;
    margin-top: 100px;
    background: #fff; }
    .hiw .video-container .carousel-control-prev-icon {
      background-image: url("/img/Arrow.png") !important; }
    .hiw .video-container .carousel-control-next-icon {
      background-image: url("/img/Arrow.png") !important;
      transform: rotate(180deg); }
    .hiw .video-container .carousel-control-prev,
    .hiw .video-container .carousel-control-next {
      position: absolute;
      top: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 10%;
      color: #fff;
      text-align: center;
      opacity: 0.5; }
    .hiw .video-container .carousel-control-prev:hover, .hiw .video-container .carousel-control-prev:focus,
    .hiw .video-container .carousel-control-next:hover,
    .hiw .video-container .carousel-control-next:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9; }
    .hiw .video-container .carousel-control-prev {
      left: 0; }
    .hiw .video-container .carousel-control-next {
      right: 0; }
    .hiw .video-container .carousel-control-prev-icon,
    .hiw .video-container .carousel-control-next-icon {
      display: inline-block;
      width: 23px;
      height: 40px;
      background: transparent no-repeat center center;
      background-size: 100% 100%; }

.hero-area .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

.navbar-logo img {
  height: 40px; }

.service {
  padding-bottom: 100px; }
  .service .service-block {
    position: relative;
    height: 378px;
    margin-top: 30px; }
  .service .service-block .block h3 em {
    font-family: 'Droid Serif', serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    color: #777; }
  .service .service-block .block h1 {
    font-size: 58px;
    color: #03B5F8;
    padding-top: 0;
    padding-bottom: 10px; }
    .service .service-block .block h1.gold-8 {
      color: #DDBA43; }
  .service .service-block .block h2 {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
    padding-bottom: 10px; }
    .service .service-block .block h2.gold-8 {
      color: #DDBA43; }
  .service .service-block .block p {
    color: #979797;
    font-size: 14px;
    line-height: 1.1;
    width: 230px;
    margin-left: auto;
    margin-right: auto; }
  .service .service-block .block .service-icon {
    height: 200px;
    line-height: 200px;
    vertical-align: middle; }
    .service .service-block .block .service-icon img {
      max-width: 170px;
      max-height: 200px; }

.contact {
  padding: 0; }
  .contact .section-hf {
    width: 50%;
    float: left;
    height: 680px;
    padding: 100px auto; }
  .contact .aboutus {
    background-color: #01B57C; }
    .contact .aboutus h1 {
      color: #fff;
      font-size: 35px;
      margin-bottom: 40px;
      font-weight: 600; }
    .contact .aboutus h3 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px;
      line-height: 1.3; }
    .contact .aboutus .aboutus-txt {
      padding: 100px 0;
      text-align: center;
      color: #fff; }
  .contact .contactus {
    background: url(/img/Contact.jpg);
    background-repeat: no-repeat;
    background-position: 75% 15%; }
    .contact .contactus h1 {
      color: #4a4a4a;
      font-size: 35px;
      margin-bottom: 30px;
      font-weight: 600; }
    .contact .contactus p {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px;
      line-height: 1.3; }
    .contact .contactus .contactus-txt {
      padding: 100px 0;
      text-align: center;
      color: #4a4a4a; }
    .contact .contactus .btn-send {
      line-height: 40px; }
  .contact .input-field .form-control {
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 1px 2px #a3a3a3; }
  .contact .input-field textarea.form-control {
    height: 130px; }
  .contact .contact-info .info {
    height: 30px; }
  .contact .contact-info span {
    font-size: 16px; }
  .contact .contact-info i.fa-map-marker,
  .contact .contact-info i.fa-phone {
    font-size: 18px; }
  .contact .contact-info #contact-form .btn-send {
    background: #6497b1 !important;
    border: 2px solid #6497b1 !important; }
  .contact .social-links {
    margin-top: 20px;
    margin-bottom: 20px; }
    .contact .social-links a {
      text-decoration: none;
      color: #3B4045;
      font-size: 18px; }
  .contact img {
    width: 100%; }
  .contact .contactus #success p {
    font-size: 1rem; }

.press {
  background: whitesmoke; }
  .press .presses {
    margin-top: 120px; }
  .press h1 {
    font-size: 144px;
    text-align: center;
    color: #EFEFEF;
    font-weight: 700; }
  .press .press-icon {
    text-align: center;
    margin: auto;
    line-height: 90px;
    vertical-align: middle; }
  .press .press-icon-1 img {
    height: 90px; }
  .press .press-icon img {
    max-height: 45px; }
  .press .press-icon-4 img {
    max-height: 75px; }
  .press .press-icon-6 img {
    max-height: 40px; }

footer {
  background: #03B5F8;
  padding: 0;
  background-color: #03B5F8; }
  footer .wd-8 {
    width: 70%;
    float: left; }
  footer .wd-2 {
    width: 30%;
    float: left; }
  footer .social-links {
    line-height: 90px; }
    footer .social-links a {
      color: #fff;
      font-size: 18px; }
  footer .navbar-logo {
    line-height: 90px;
    vertical-align: middle;
    padding-left: 50px;
    float: left; }
  footer .footer-logo {
    height: 20px; }
  footer footer .nav-ul {
    float: left; }
  footer nav.navigation {
    background-color: #03B5F8 !important;
    padding: 0; }
    footer nav.navigation.animated {
      box-shadow: none; }
    footer nav.navigation.animated .menu a {
      color: #fff; }
  footer nav .navbar-nav {
    padding: 0 60px; }
    footer nav .navbar-nav li.nav-item {
      padding-top: 2rem;
      padding-bottom: 2rem;
      margin-left: 1.5rem !important;
      color: #fff !important; }
      footer nav .navbar-nav li.nav-item a {
        font-weight: 400;
        font-size: 18px;
        line-height: 16px; }

footer .term-link {
  color: #fff;
  font-weight: 500;
  line-height: 90px;
  font-size: 18px; }

.subpage-header {
  background: #37b7ee; }
  .subpage-header .top-bar {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .subpage-header .logo img {
    height: 35px; }

.main-content {
  color: #5f727f;
  font-size: 16px;
  font-family: source sans pro; }
  .main-content .block-content {
    padding: 135px 0 100px; }
  .main-content h1 {
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    color: #3c3950; }
  .main-content h2 {
    text-transform: uppercase;
    margin: 1.2em 0;
    letter-spacing: 0.05em;
    color: #3c3950;
    line-height: 53px;
    font-size: 36px;
    font-weight: 700; }
  .main-content h3 {
    color: #3c3950;
    line-height: 42px;
    font-size: 28;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1.13em 0;
    letter-spacing: .05em; }
  .main-content ul {
    list-style-type: disc; }
  .main-content li {
    display: list-item; }
  .main-content p {
    margin: 0 0 1.1em;
    color: #5f727f;
    line-height: 25px; }
  .main-content a {
    color: #00bcd4; }

.nav-social-links, .nav-app-icons, .mobile-app-icons {
  display: none; }

@media only screen and (max-width: 1680px) {
  .header-bg, header {
    height: 768px; }
  .header-content h2 {
    font-size: 44px; }
  .header-content p {
    font-size: 18px;
    margin-top: 15px; }
  .header-content .top-bar .logo img {
    height: 28px; }
  .header-content .navbar .toggle-nav {
    font-size: 18px;
    padding: 5px 10px; }
  .hero-imgs {
    top: 55vh; }
  .hiw h1, .press h1 {
    font-size: 102px; }
  .aboutus-txt {
    width: 66%;
    margin-left: 17%; }
  .hiw .video-container {
    width: 76%;
    margin-left: 12%; }
  .contact .aboutus h1, .contact .contactus h1 {
    font-size: 24px;
    margin-bottom: 25px; }
  .contact .contactus p, .contact .aboutus h3 {
    font-size: 18px; }
  .press .presses {
    width: 94%;
    margin-left: 3%;
    margin-top: 80px; }
  .press .press-icon img {
    max-width: 145px;
    max-height: 45px; } }

@media only screen and (max-width: 1200px) {
  .hero-area {
    height: 760px; }
  .header-content h2 {
    font-size: 3rem; }
  .press .press-icon {
    line-height: 70px; }
  .press .press-icon img {
    max-width: 155px;
    max-height: 45px; }
  .press .press-icon-1 img {
    max-height: 66px; }
  .press .press-icon-5 img {
    max-height: 30px; }
  .presses {
    margin-left: 0;
    width: 100%; }
  .hero-imgs {
    top: 60vh; }
  .hiw h1,
  .press h1 {
    font-size: 6rem;
    line-height: 0.8; }
  .service .front p {
    padding-left: 5px;
    padding-right: 5px; }
  .contact .aboutus .aboutus-txt,
  .contact .contactus .contactus-txt {
    padding: 60px 0;
    padding-bottom: 0; }
  .contact .section-hf {
    height: 600px; }
  .contact .aboutus .aboutus-txt {
    width: 70%;
    margin-left: 15%; }
  footer nav .navbar-nav li.nav-item {
    margin-left: 1.1rem !important; }
    footer nav .navbar-nav li.nav-item a {
      font-size: 16px; }
  footer .term-link {
    font-size: 16px; }
  .hiw .container {
    width: 100%; }
  .social-links .offset-md-3 {
    margin-left: 0; } }

@media only screen and (max-width: 900px) {
  .header-content .top-bar .logo img {
    height: 30px; }
  .hero-imgs {
    width: 450px; }
  .header-content .navbar .toggle-nav {
    font-size: 20px; }
  .header-content h2 {
    font-size: 2.5rem; }
  .press .presses {
    margin-top: 80px; }
    .press .presses .press-icon {
      width: 32%;
      float: left; }
  .hiw h1, .press h1 {
    font-size: 6rem; }
  .hiw .video-container {
    width: 88%;
    margin-left: 6%; }
  .contact .aboutus .aboutus-txt {
    width: 80%;
    margin-left: 10%; }
  .hiw h1 {
    padding-top: 230px; }
  footer .navbar-logo {
    padding-left: 20px;
    float: left; }
  footer nav .navbar-nav {
    padding: 0; }
  footer nav .navbar-nav li.nav-item {
    margin-left: 1rem !important; }
    footer nav .navbar-nav li.nav-item a {
      font-size: 1rem; }
  footer .term-link {
    font-size: 1rem;
    line-height: 90px; }
  footer .nav-ul {
    float: left; }
  .contact .aboutus h1,
  .contact .contactus h1 {
    margin-bottom: 20px; }
  .contact .contactus p,
  .contact .aboutus h3 {
    font-size: 1.2rem; }
  footer .wd-8 {
    width: 20%; }
  footer .wd-2 {
    width: 80%; }
  footer .nav-ul {
    display: none; }
  footer .social-links a {
    font-size: 1rem; }
  .navigation.animated .collapse ul {
    margin-right: 10px; }
  .navigation.animated .nav-social-links {
    display: none !important; }
  .navigation.animated .collapse ul.nav li {
    padding-left: 8px;
    padding-right: 8px; } }

@media only screen and (max-width: 767px) {
  .header-content h2 {
    font-size: 2.2rem; }
  .header-content p {
    font-size: 1.2rem;
    margin-top: 10px; }
  .hiw h1 {
    padding-top: 200px; }
  .hero-imgs {
    width: 90%; }
  .contact .section-hf {
    height: unset;
    width: 100%;
    padding-bottom: 100px; }
  .contact .contactus .contactus-txt {
    width: 90%;
    margin-left: 5%; } }

@media only screen and (max-width: 480px) {
  .hero-area {
    height: 200px; }
  .header-content .top-bar {
    padding-top: 30px; }
  .header-content .top-bar .logo {
    margin-left: 30px; }
  .header-content .navbar {
    right: 30px; }
  .header-content .navbar .toggle-nav {
    padding: 4px 12px;
    font-size: 18px; }
  .header-content h2 {
    font-size: 1.4rem;
    width: 96%;
    margin-left: auto;
    margin-right: auto; }
  .header-content p {
    font-size: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0; }
  .hero-imgs {
    top: 50vh;
    width: 100%; }
  .hiw h1, .press h1 {
    font-size: 3.8rem; }
  .hiw h1 {
    padding-top: 60px; }
  .hiw .video-container {
    width: 98%;
    margin: 30px 1%;
    padding: 5px;
    border-radius: 4px; }
    .hiw .video-container .carousel .carousel-inner .carousel-item iframe {
      width: 100% !important;
      height: 200px; }
  .contact .section-hf {
    width: 100%;
    padding-bottom: 80px; }
  .contact .aboutus .aboutus-txt {
    width: 90%;
    margin-left: 5%; }
  .contactus .form-group {
    width: 90%;
    margin-left: 5%; }
  .section {
    padding: 0; }
  .press {
    padding: 60px 0; }
  .press .presses .press-icon {
    width: 50%;
    margin-top: 10px; }
  .press .press-icon img {
    max-height: 45px;
    max-width: 120px; }
  .press .presses {
    margin-top: 35px;
    margin-left: 0;
    width: 98%; }
  footer .term-link,
  footer .navbar-logo {
    line-height: 70px; }
  .nav-item:hover {
    background: none; }
  footer .social-links, footer .term-link {
    line-height: 70px; }
  .navigation.animated .navbar-toggler {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99; }
  .navigation.animated .collapse.in {
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 99; }
    .navigation.animated .collapse.in a {
      color: #fff; }
  .navigation.animated .mobile-app-icons {
    display: block;
    position: fixed;
    z-index: 1001;
    left: 10px;
    top: 10px; }
    .navigation.animated .mobile-app-icons a img {
      height: 40px; } }

@media only screen and (min-width: 481px) {
  .navigation.animated {
    background: #fff;
    box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15);
    z-index: 1001; }
    .navigation.animated .navbar-toggler {
      display: none; }
    .navigation.animated .nav-social-links {
      display: inline-block;
      float: right; }
      .navigation.animated .nav-social-links a {
        color: #666666;
        line-height: 52px; }
        .navigation.animated .nav-social-links a i {
          font-size: 16px; }
    .navigation.animated .nav-app-icons {
      display: inline-block;
      float: right;
      margin-right: 20px; }
      .navigation.animated .nav-app-icons a {
        line-height: 52px; }
        .navigation.animated .nav-app-icons a img {
          height: 32px; }
    .navigation.animated .collapse {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      background: #fff;
      box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15); }
      .navigation.animated .collapse ul {
        float: left !important;
        background: #fff;
        border-radius: 0;
        margin-left: 20px; }
        .navigation.animated .collapse ul li {
          float: left;
          padding-left: 10px;
          padding-right: 10px; }
          .navigation.animated .collapse ul li a {
            color: #666666;
            text-transform: uppercase;
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 14px;
            letter-spacing: 1.1; } }
