@charset "UTF-8";
/* 
    Created on : Oct 4, 2016, 10:14:08 AM
    Author     : Rotana
*/
div.clear {
  clear: both; }

.first-fold {
  background-image: url("../images/header-bg2.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 450px; }
  @media only screen and (min-width: 280px) and (max-width: 480px) {
    .first-fold {
      background-image: none;
      background: -webkit-linear-gradient(45deg, #12D0E3, #1FDDE6, #1ED9AB);
      background: -o-linear-gradient(45deg, #12D0E3, #1FDDE6, #1ED9AB);
      background: -moz-linear-gradient(45deg, #12D0E3, #1FDDE6, #1ED9AB);
      background: linear-gradient(45deg, #12D0E3, #1FDDE6, #1ED9AB); } }
  @media only screen and (min-width: 280px) and (max-width: 350px) {
    .first-fold {
      background-image: none;
      background: -webkit-linear-gradient(45deg, #12D0E3, #1FDDE6, #1ED9AB);
      background: -o-linear-gradient(45deg, #12D0E3, #1FDDE6, #1ED9AB);
      background: -moz-linear-gradient(45deg, #12D0E3, #1FDDE6, #1ED9AB);
      background: linear-gradient(45deg, #12D0E3, #1FDDE6, #1ED9AB); } }
  .first-fold .opacity-bg {
    background: rgba(0, 0, 0, 0.3);
    height: 450px; }
    @media only screen and (min-width: 280px) and (max-width: 480px) {
      .first-fold .opacity-bg {
        background: transparent; } }
    @media only screen and (min-width: 280px) and (max-width: 350px) {
      .first-fold .opacity-bg {
        background: transparent; } }
    .first-fold .opacity-bg .content {
      padding: 40px 0px 15px 40px; }
      @media only screen and (min-width: 280px) and (max-width: 480px) {
        .first-fold .opacity-bg .content {
          padding: 15px;
          text-align: center; } }
      @media only screen and (min-width: 280px) and (max-width: 350px) {
        .first-fold .opacity-bg .content {
          padding: 15px;
          text-align: center; } }
      .first-fold .opacity-bg .content .phone {
        float: right;
        color: white;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
        margin-right: 15px; }
        @media only screen and (min-width: 280px) and (max-width: 480px) {
          .first-fold .opacity-bg .content .phone {
            margin-bottom: 10px;
            margin-right: 0px;
            float: none; } }
        @media only screen and (min-width: 280px) and (max-width: 350px) {
          .first-fold .opacity-bg .content .phone {
            margin-bottom: 10px;
            margin-right: 0px;
            float: none; } }
      .first-fold .opacity-bg .content .logo {
        width: 80px;
        padding-bottom: 30px; }
        @media only screen and (min-width: 280px) and (max-width: 480px) {
          .first-fold .opacity-bg .content .logo {
            display: block;
            margin: 0 auto;
            padding-bottom: 20px; } }
        @media only screen and (min-width: 280px) and (max-width: 350px) {
          .first-fold .opacity-bg .content .logo {
            display: block;
            margin: 0 auto;
            padding-bottom: 15px; } }
      .first-fold .opacity-bg .content h1 {
        font-family: 'Lato', sans-serif;
        font-size: 35px;
        font-weight: 400;
        color: white;
        padding-bottom: 10px;
        text-shadow: 1px 1px 2px #7E7E7E; }
      .first-fold .opacity-bg .content h2 {
        padding-bottom: 40px;
        color: white;
        line-height: 32px;
        text-shadow: 1px 1px 2px #7E7E7E;
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
        @media only screen and (min-width: 280px) and (max-width: 480px) {
          .first-fold .opacity-bg .content h2 {
            padding-bottom: 30px; } }
        @media only screen and (min-width: 280px) and (max-width: 350px) {
          .first-fold .opacity-bg .content h2 {
            padding-bottom: 20px; } }
      .first-fold .opacity-bg .content .inspire-btn {
        background: -webkit-linear-gradient(right, #12D0E3, #1ED9AB, #673ab7);
        background: -moz-linear-gradient(right, #12D0E3, #1ED9AB, #673ab7);
        background: -ms-linear-gradient(right, #12D0E3, #1ED9AB, #673ab7);
        padding: 15px 30px;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        color: #ffffff;
        border: 0;
        outline: 0;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-top: 5px;
        display: inline-block;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 900; }
        .first-fold .opacity-bg .content .inspire-btn:hover {
          background: -webkit-linear-gradient(left, #12D0E3, #1ED9AB, #673ab7);
          background: -moz-linear-gradient(left, #12D0E3, #1ED9AB, #673ab7);
          background: -ms-linear-gradient(left, #12D0E3, #1ED9AB, #673ab7);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2); }
        @media only screen and (min-width: 280px) and (max-width: 480px) {
          .first-fold .opacity-bg .content .inspire-btn {
            background: #673ab7; }
            .first-fold .opacity-bg .content .inspire-btn:hover {
              background: #734bbb; } }
        @media only screen and (min-width: 280px) and (max-width: 350px) {
          .first-fold .opacity-bg .content .inspire-btn {
            background: #673ab7; }
            .first-fold .opacity-bg .content .inspire-btn:hover {
              background: #734bbb; } }

.features-wrapper {
  padding-top: 30px;
  padding-bottom: 20px; }
  .features-wrapper .thumbnail {
    padding: 0px;
    border: none;
    background: transparent;
    height: 200px;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0.5s; }
    @media only screen and (min-width: 280px) and (max-width: 480px) {
      .features-wrapper .thumbnail {
        -webkit-animation-duration: 2s;
        height: 100%; } }
    @media only screen and (min-width: 280px) and (max-width: 350px) {
      .features-wrapper .thumbnail {
        -webkit-animation-duration: 2s;
        height: 100%; } }
    .features-wrapper .thumbnail .feature-img {
      width: 70px;
      margin-bottom: 10px; }
    .features-wrapper .thumbnail .caption {
      text-align: center; }
      .features-wrapper .thumbnail .caption h3 {
        font-family: 'Lato', sans-serif;
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #000; }
      .features-wrapper .thumbnail .caption p {
        color: #000;
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 400; }

.title {
  color: #000;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700; }

.form-title {
  color: #12D0E3;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400; }

.benefits-wrapper {
  padding-left: 40px;
  padding-right: 30px; }
  @media only screen and (min-width: 280px) and (max-width: 480px) {
    .benefits-wrapper {
      padding-left: 20px;
      padding-right: 0px; } }
  @media only screen and (min-width: 280px) and (max-width: 350px) {
    .benefits-wrapper {
      padding-left: 20px;
      padding-right: 0px; } }
  .benefits-wrapper .list {
    margin-bottom: 30px; }
    .benefits-wrapper .list li {
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #000;
      padding-bottom: 10px;
      line-height: 30px; }
      .benefits-wrapper .list li:before {
        content: "• ";
        color: #12D0E3; }

.form-wrapper {
  margin-bottom: 30px;
  padding-left: 100px; }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .form-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 280px) and (max-width: 480px) {
    .form-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 280px) and (max-width: 350px) {
    .form-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  .form-wrapper .form-group {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 35px; }
  .form-wrapper .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block; }
  .form-wrapper .form-control {
    width: 70%; }
    @media only screen and (min-width: 280px) and (max-width: 480px) {
      .form-wrapper .form-control {
        width: 100%; } }
    @media only screen and (min-width: 280px) and (max-width: 350px) {
      .form-wrapper .form-control {
        width: 100%; } }
  .form-wrapper .screen-reader-response {
    display: none; }
  .form-wrapper .wpcf7-validation-errors {
    color: #f00;
    margin-top: 10px; }
  .form-wrapper .submit-btn input {
    border: none;
    background-color: #12D0E3;
    color: white;
    border-radius: 4px;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700; }
    @media only screen and (min-width: 280px) and (max-width: 480px) {
      .form-wrapper .submit-btn input {
        width: 100%; } }
    @media only screen and (min-width: 280px) and (max-width: 350px) {
      .form-wrapper .submit-btn input {
        width: 100%; } }

footer {
  background-color: #3c3c3c;
  padding: 10px;
  text-align: center; }
  footer h3 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px; }
  footer p {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
  footer .phone {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }

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