/* Scss Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  margin: 0 !important;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

a {
  color: #666;
  text-decoration: none;
  transition: color .5s; }
  a:hover {
    text-decoration: none;
    color: #fb527a; }

header {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("/images/header-background.png"); }
  header.pages {
    height: 800px; }
  header .top {
    padding-top: 20px; }
    header .top .logo {
      height: 80px;
      width: auto;
      margin-bottom: 20px; }
    header .top nav {
      margin: 30px 0 20px 0;
      float: right; }
      header .top nav ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        header .top nav ul li {
          display: inline-block;
          margin: 0 0 0 20px; }
          header .top nav ul li a {
            color: #fff;
            text-decoration: none;
            font-weight: bold; }
            header .top nav ul li a:hover {
              text-decoration: none;
              color: #fb527a; }
  header .content {
    padding-top: 20px;
    padding-bottom: 150px; }
    header .content .left {
      padding-top: 130px;
      color: #fff;
      margin-bottom: 30px; }
      header .content .left h1 {
        font-size: 56px;
        font-weight: bold;
        margin: 0 0 50px 0; }
      header .content .left p {
        margin: 0 0 50px 0;
        font-size: 16px; }
      header .content .left a.btn {
        display: block;
        font-size: 18px;
        font-weight: bold;
        background-color: transparent;
        border: solid 2px #fff;
        border-radius: 0;
        padding: 15px 25px;
        transition: background-color .5s;
        width: 200px;
        color: #fff; }
        header .content .left a.btn:hover {
          background-color: rgba(255, 255, 255, 0.3); }
    header .content .right {
      position: relative;
      height: 640px; }
      header .content .right .frame {
        position: absolute;
        top: 0;
        right: 40px;
        width: 300px;
        height: auto;
        transform: rotate(7deg);
        z-index: 100; }
      header .content .right .phone-slider .phone-slide {
        position: absolute;
        top: 20px;
        right: 52px;
        width: 280px;
        height: auto;
        transform: rotate(7deg);
        display: none; }
        header .content .right .phone-slider .phone-slide.active {
          display: block; }

.services {
  margin: 100px 0 0 0;
  position: relative;
  z-index: 1000; }
  .services .left {
    margin: 50px 0 30px 0; }
    .services .left img {
      width: calc(100% - 50px);
      height: auto; }
  .services .right h1 {
    color: #3a3161;
    font-size: 44px;
    margin: 0 0 80px 0;
    font-weight: bold; }
  .services .right .items {
    margin-bottom: 40px; }
    .services .right .items .item {
      color: #3a3161;
      margin-bottom: 20px; }
      .services .right .items .item .circle {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background-color: #fb527a;
        padding: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
        .services .right .items .item .circle img {
          width: 100%;
          height: auto; }
      .services .right .items .item p {
        width: calc(100%  - 105px);
        height: auto;
        vertical-align: middle;
        display: inline-block;
        font-size: 16px;
        margin: 0; }
  .services .right p {
    font-size: 16px; }
  .services .right a.btn {
    display: block;
    font-size: 18px;
    font-weight: bold;
    background-color: #fb527a;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    width: 200px;
    color: #fff;
    margin-top: 50px; }
    .services .right a.btn:hover {
      color: #3a3161; }
  .services .video {
    margin-top: 100px; }
    .services .video .content {
      width: 90%;
      height: 550px;
      margin: 0 auto;
      border: solid 10px #fff;
      background-color: #3a3161;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      color: #fff; }
      .services .video .content .play {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background-color: #fb527a;
        font-size: 40px;
        margin: 0 auto 30px auto;
        cursor: pointer;
        text-align: center;
        padding: 12px 0 0 3px;
        transition: color .5s; }
        .services .video .content .play:hover {
          color: #3a3161; }
      .services .video .content h1 {
        text-align: center;
        font-size: 44px;
        font-weight: bold;
        margin: 0; }

.testimonials {
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("/images/testimonials-background.png");
  text-align: center;
  margin-top: -250px;
  padding: 400px 0 130px 0;
  color: #fff; }
  .testimonials h1 {
    font-size: 56px;
    font-weight: bold;
    margin: 0 0 130px 0; }
  .testimonials .slider .slide .testimonial {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px; }
  .testimonials .slider .slide .sig {
    font-size: 20px;
    font-weight: bold; }
    .testimonials .slider .slide .sig .position {
      font-size: 16px;
      font-weight: normal; }

.services2 {
  margin: 100px 0 50px 0;
  position: relative; }
  .services2 .left {
    margin-bottom: 30px; }
    .services2 .left h1 {
      color: #3a3161;
      font-size: 44px;
      margin: 0 0 60px 0;
      font-weight: bold; }
    .services2 .left p {
      font-size: 18px;
      font-weight: bold;
      color: #fb527a; }
    .services2 .left a.btn {
      display: block;
      font-size: 18px;
      font-weight: bold;
      background-color: #fb527a;
      border: none;
      border-radius: 0;
      padding: 15px 25px;
      width: 200px;
      color: #fff;
      margin-top: 50px; }
      .services2 .left a.btn:hover {
        color: #3a3161; }
  .services2 .right {
    margin: 20px 0 30px 0;
    text-align: right; }
    .services2 .right img {
      width: 90%;
      height: auto; }

.clients {
  text-align: center;
  margin-top: 150px; }
  .clients .logo-slider .slide {
    margin-bottom: 30px;
    text-align: center;
    height: 120px; }
    .clients .logo-slider .slide img {
      height: 120px;
      width: auto;
      margin: 0 auto; }
  .clients h1 {
    font-size: 56px;
    font-weight: bold;
    margin: 60px 0 100px 0;
    color: #fb527a; }
  .clients a.btn {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    width: 200px;
    background-color: #3a3161;
    color: #fff;
    margin: 0 5px 30px 5px; }
    .clients a.btn:hover {
      color: #fb527a; }
  .clients p.phone {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #fb527a; }
  .clients p.email {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #fb527a; }
    .clients p.email a, .clients p.email a:visited {
      color: #fb527a; }
      .clients p.email a:hover, .clients p.email a:focus, .clients p.email a:active, .clients p.email a:visited:hover, .clients p.email a:visited:focus, .clients p.email a:visited:active {
        color: #011047; }

.page-content {
  position: relative;
  margin-top: -650px; }
  .page-content .content {
    background-color: #fff;
    padding: 30px 30px 10px 30px;
    border: solid 1px #3a3161; }
    .page-content .content h1 {
      font-size: 30px;
      font-weight: bold;
      margin: 0 0 20px 0;
      color: #3a3161; }
    .page-content .content h2 {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    .page-content .content h3 {
      font-size: 20px;
      font-weight: bold;
      margin: 0 0 20px 0; }
    .page-content .content p, .page-content .content ul, .page-content .content ol {
      margin-bottom: 20px; }

footer {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative; }
  footer .top {
    width: 100%;
    height: 10vw;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/footer-background-top.png"); }
  footer .bottom {
    width: 100%;
    height: auto;
    background-image: url("/images/footer-background-bottom.png");
    padding: 30px; }
    footer .bottom img {
      height: 100px;
      width: auto; }
    footer .bottom ul {
      margin: 20px 0 0 0;
      padding: 0; }
      footer .bottom ul li {
        margin: 0 5px 10px 5px;
        padding: 0;
        display: inline-block; }
        footer .bottom ul li a {
          color: #fff; }

.video-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100003; }

.close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 16px;
  height: 16px;
  z-index: 9999;
  display: none;
  cursor: pointer; }

.main-vid-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 999; }

.videoWrapper {
  position: relative;
  z-index: 999;
  background-color: #000;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.videoWrapper video {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 40px;
  border-style: solid;
  border-color: transparent; }

@media all and (max-width: 991px) {
  header {
    text-align: center; }
    header .top nav {
      margin: 10px 0 20px 0;
      float: none; }
      header .top nav ul li {
        margin: 0 10px 0 10px; }
    header .content {
      padding-bottom: 100px; }
      header .content .left {
        padding-top: 0;
        margin-bottom: 50px; }
        header .content .left h1 {
          font-size: 44px; }
        header .content .left p {
          font-size: 16px; }
        header .content .left a.btn {
          margin: 0 auto;
          width: 180px; }
      header .content .right {
        height: 520px; }
        header .content .right .frame {
          width: 250px;
          left: 50%;
          margin-left: -125px;
          top: 30px; }
        header .content .right .phone-slider .phone-slide {
          left: 50%;
          margin-left: -117px;
          width: 230px;
          top: 50px; }

  .page-content {
    margin-top: -600px; }

  .services {
    margin: 50px 0 0 0;
    text-align: center; }
    .services .left {
      margin: 0 0 50px 0; }
      .services .left img {
        width: 60%; }
    .services .right h1 {
      font-size: 32px; }
    .services .right .items {
      margin-bottom: 30px;
      text-align: left; }
    .services .right a.btn {
      margin: 50px auto 0 auto;
      padding: 10px 20px;
      width: 180px; }
    .services .video {
      margin-top: 100px; }
      .services .video .content {
        height: 50vw;
        border: solid 4px #fff; }
        .services .video .content .play {
          width: 60px;
          height: 60px;
          border-radius: 30px;
          font-size: 36px;
          padding: 5px 0 0 3px; }
        .services .video .content h1 {
          font-size: 32px; }

  .testimonials {
    margin-top: -150px;
    padding: 200px 0 130px 0; }
    .testimonials h1 {
      font-size: 44px; }

  .services2 {
    margin: 50px 0 20px 0;
    text-align: center; }
    .services2 .left {
      margin-bottom: 50px; }
      .services2 .left h1 {
        font-size: 32px;
        margin: 0 0 40px 0; }
      .services2 .left a.btn {
        padding: 10px 20px;
        width: 180px;
        margin: 40px auto 0 auto; }
    .services2 .right {
      margin: 20px 0 0 0;
      text-align: center; }
      .services2 .right img {
        width: 70%; }

  .clients {
    margin-top: 80px; }
    .clients h1 {
      font-size: 48px;
      margin: 20px 0 80px 0; }
    .clients a.btn {
      padding: 10px 20px;
      width: 180px;
      margin: 0 5px 10px 5px; }

  footer {
    margin-top: 30px; }
    footer .top {
      height: 13vw; }
    footer .bottom img {
      height: 70px; } }
@media all and (min-width: 991px) and (max-width: 1199px) {
  header .content .left {
    padding-top: 75px; }
  header .content .right {
    height: 520px; }
    header .content .right .frame {
      width: 250px;
      right: 30px; }
    header .content .right .phone-slider .phone-slide {
      top: 20px;
      right: 42px;
      width: 230px; }

  .services .video .content {
    height: 450px; }

  footer {
    margin-top: 50px; } }
