@charset "UTF-8";
/**
 *
 * Theme 		    : DTTS
 * Description  	: A responsive Site Made for the DTTS
 * Author 		  	: Lakahan Mahagamage | JASS Perera
 * Version 		  	: 0.1
 * Date         	: 21-Feb-2017
 *
 * Note 		    : Please DO NOT Edit the CSS file Directly.
*                 This is a automatically Generated file via SASS Compiler.
 *
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  font-size: 14px; }

body {
  font-size: 1em;
  line-height: 1.7142857143;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #fff;
  color: #3c3c3c; }
  @media only screen and (min-width: 320px) {
    body {
      padding-top: 88px; } }
  @media only screen and (min-width: 992px) {
    body {
      padding-top: 100px; } }
  @media only screen and (min-width: 1440px) {
    body {
      padding-top: 126px; } }

a:visited, a:active, a:hover, a:active {
  outline: none;
  color: #f8981d; }

hr {
  margin: 10px 0;
  height: 1px;
  border-bottom: 1px solid #2BBBAD; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

p {
  margin-bottom: 0.7142857143em; }

strong {
  font-weight: 700; }

input[type="text"], textarea,
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="number"] {
  border: 1px solid #413e3f;
  background-color: #413e3f;
  outline: none;
  height: 35px;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  line-height: 35px; }

textarea {
  min-height: 9.5em;
  resize: none;
  font-size: 14px;
  line-height: 24px; }

.form__invert input[type="text"], .form__invert textarea,
.form__invert input[type="email"],
.form__invert input[type="password"],
.form__invert input[type="url"],
.form__invert input[type="tel"],
.form__invert input[type="date"],
.form__invert input[type="number"] {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #413e3f; }

.form__invert .form__group label {
  font-size: 16px;
  font-weight: 300;
  color: #413e3f; }
  @media only screen and (min-width: 1200px) {
    .form__invert .form__group label {
      font-size: 14px; } }
  @media only screen and (min-width: 1440px) {
    .form__invert .form__group label {
      font-size: 16px; } }

.form__invert .form__group {
  margin-bottom: 20px; }
  @media only screen and (min-width: 1200px) {
    .form__invert .form__group {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 1440px) {
    .form__invert .form__group {
      margin-bottom: 20px; } }

.select {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #413e3f;
  outline: none;
  height: 35px;
  width: 100%;
  color: #fff;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  display: block;
  position: relative;
  overflow: hidden; }
  .select:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: block;
    width: 35px;
    height: 33px;
    background-color: #fff;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #b7b6b6;
    pointer-events: none; }
  .select select {
    height: 35px;
    width: 100%;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #413e3f;
    padding-left: 10px; }

.radio {
  visibility: hidden; }

.radio + label,
.radio + .error + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }
  .radio + label:before,
  .radio + .error + label:before {
    content: "";
    display: block;
    color: #f8981d;
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #2BBBAD;
    border-radius: 50%;
    background-color: #fff; }

.radio:checked + label:before,
.radio:checked + .error + label:before {
  content: ""; }

.checkbox {
  visibility: hidden; }

.checkbox + label,
.checkbox + .error + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }
  .checkbox + label:before,
  .checkbox + .error + label:before {
    content: "";
    display: block;
    color: #f8981d;
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #e5e5e5;
    border-radius: 0%;
    background-color: #fff; }

.checkbox:checked + label:before,
.checkbox:checked + .error + label:before {
  content: ""; }

.form__group {
  margin-bottom: 20px; }
  .form__group label {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: block; }
  .form__group input[type="submit"] {
    display: block; }

.form__control.error {
  border: 1px solid rgba(248, 152, 29, 0.2); }

label.error {
  font-size: 14px !important;
  font-style: italic !important;
  color: #f8981d !important; }
  label.error:before {
    display: none !important; }

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #413e3f inset;
  -webkit-text-fill-color: #fff !important; }

@media only screen and (min-width: 992px) {
  .row.clearfix.address_row,
  .row.contact_row {
    margin-left: -4px;
    margin-right: -4px; } }

.checkbox + label:before {
  top: 3px; }

.table {
  border-collapse: collapse; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

.text--center {
  text-align: center; }

.text--indent {
  text-indent: -99999px;
  overflow: hidden; }

.menu {
  list-style: none;
  margin: 0px;
  padding: 0px; }

@media only screen and (min-width: 320px) {
  .mobile {
    display: block; } }

@media only screen and (min-width: 992px) {
  .mobile {
    display: none; } }

.bg-one {
  background-color: #263248; }

.bg-two {
  background-color: #eae6df; }

.bg-three {
  background-color: #231f20; }

.section__padded {
  padding-top: 4.375em;
  padding-bottom: 4.375em; }

.section__padded--mini {
  padding-top: 3.125em;
  padding-bottom: 3.125em; }

.animation {
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s; }

@media only screen and (min-width: 320px) {
  .img-responsive {
    width: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 992px) {
  .img-responsive {
    width: auto;
    max-width: 100%; } }

.dialog-message {
  display: none; }

#to_top {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 40px; }
  #to_top img {
    width: 50%; }

.check__wrapper label.input__label {
  position: relative;
  padding-left: 25px; }

.check__wrapper input[type="checkbox"] {
  width: 0px;
  visibility: hidden;
  position: absolute; }

.check__wrapper label.input__label:before {
  content: "";
  display: block;
  color: #f8981d;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 0%;
  background-color: #fff; }

.check__wrapper label.input__label.ticked:before {
  content: "\f00c";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  top: 2px;
  left: 0px; }

.well {
  border-radius: 5px;
  background-color: #d8dce4;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

@media only screen and (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px; }
    .row:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .row.no-margin {
      margin-left: 0px;
      margin-right: 0px; }
  .row__left {
    width: 40%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .row__right {
    width: 56.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .stats_block.row__left {
    width: 56.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .why_desc.row__right {
    width: 40%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; } }

.site__header {
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s; }
  @media only screen and (min-width: 320px) {
    .site__header {
      position: fixed;
      top: 0px;
      left: 0px;
      height: 88px;
      width: 100%;
      border-bottom: 8px solid #f8981d;
      background-color: #fff;
      z-index: 1031; }
      .site__header .branding,
      .site__header .branding--dark {
        float: left;
        text-indent: -9999;
        max-width: 166px;
        margin-top: 23px;
        -webkit-transition: all .2s;
        /* Safari */
        transition: all .2s; }
        .site__header .branding img,
        .site__header .branding--dark img {
          width: 100%; }
      .site__header .branding--dark {
        display: none; }
      .site__header .mobile__toggle {
        position: absolute;
        top: 18px;
        right: 12px;
        font-size: 30px;
        color: #3c3c3c;
        line-height: 30px;
        padding: 5px 8px;
        border-radius: 3px;
        -webkit-transition: all .2s;
        /* Safari */
        transition: all .2s; }
        .site__header .mobile__toggle.state--active {
          background-color: #99a2b5;
          color: #fff; }
      .site__header .nav--primary {
        display: none; } }
  @media only screen and (min-width: 992px) {
    .site__header {
      height: 100px; }
      .site__header .btn.btn--primary {
        margin-top: 10px;
        margin-bottom: 10px; }
      .site__header .branding,
      .site__header .branding--dark {
        max-width: 255px;
        margin-top: 17px; }
      .site__header .nav--primary {
        display: block;
        float: right; } }
  @media only screen and (min-width: 1440px) {
    .site__header {
      height: 126px; }
      .site__header .btn.btn--primary {
        margin-top: 7px;
        margin-bottom: 15px; }
      .site__header .branding,
      .site__header .branding--dark {
        max-width: 285px;
        margin-top: 30px; } }
  .site__header.dark {
    background-color: #000; }
    .site__header.dark .branding {
      display: none; }
    .site__header.dark .branding--dark {
      display: block; }

.site__footer {
  border-top: 1px solid #5c5c5c;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media only screen and (min-width: 320px) {
    .site__footer .footer_branding {
      text-align: center; }
      .site__footer .footer_branding a {
        display: inline-block;
        width: 140px; }
      .site__footer .footer_branding p {
        padding: 5px;
        color: #918f90;
        font-size: 14px;
        font-style: italic;
        max-width: 92%;
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (min-width: 425px) {
    .site__footer .footer_branding p {
      max-width: 76%; } }
  @media only screen and (min-width: 992px) {
    .site__footer .footer_branding {
      float: left; }
      .site__footer .footer_branding a {
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #5c5c5c; }
      .site__footer .footer_branding p {
        float: left;
        max-width: 100%;
        padding: 5px 0 0 0;
        margin: 0px; }
    .site__footer .footer_social {
      float: right; } }

.btn {
  border-radius: 2px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0 30px; }
  .btn--default {
    background-color: #2BBBAD;
    transition: all 0.3s ease; }
  .btn--default:hover {
    background-color: #219287;
    color: #fff !important; }
  .btn--primary {
    background-color: #f8981d;
    transition: all 0.3s ease; }
  .btn--primary:hover {
    background-color: #db7e07;
    color: #fff !important; }
  .btn--success {
    background-color: #00C851;
    transition: all 0.3s ease; }
  .btn--success:hover {
    background-color: #00953c;
    color: #fff !important; }
  .btn--info {
    background-color: #33b5e5;
    transition: all 0.3s ease; }
  .btn--info:hover {
    background-color: #1a9bcb;
    color: #fff !important; }
  .btn--danger {
    background-color: #ff4444;
    transition: all 0.3s ease; }
  .btn--danger:hover {
    background-color: #ff1111;
    color: #fff !important; }
  .btn--lg {
    height: 42px;
    line-height: 42px;
    padding: 0 42px;
    font-size: 16.8px; }
  .btn--sm {
    height: 28px;
    line-height: 28px;
    font-size: 11.2px; }

.nav--primary {
  text-align: right; }
  @media only screen and (min-width: 320px) {
    .nav--primary ul:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .nav--primary ul li a {
      text-decoration: none;
      color: #3c3c3c;
      font-size: 18px;
      font-weight: 400;
      -webkit-transition: all .2s;
      /* Safari */
      transition: all .2s; }
      .nav--primary ul li a:hover {
        color: #f8981d; }
    .nav--primary ul li.active a {
      color: #f8981d; } }
  @media only screen and (min-width: 992px) {
    .nav--primary ul li {
      float: left;
      margin-left: 26px; }
      .nav--primary ul li a {
        font-size: 16px; } }
  @media only screen and (min-width: 1440px) {
    .nav--primary ul li a {
      font-size: 18px; } }

.dark .nav--primary ul li a {
  color: #fff; }

.dark .nav--primary ul li.active a {
  color: #f8981d; }

@media only screen and (min-width: 320px) {
  .nav--mobile {
    position: fixed;
    top: 88px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 1031;
    display: none; }
    .nav--mobile ul li a {
      width: 100%;
      background-color: #7f8ba3;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      display: block;
      text-decoration: none;
      border-bottom: 1px solid #99a2b5; }
    .nav--mobile ul li:last-child a {
      background-color: #f8981d;
      border-bottom: 1px solid #f8981d; } }

@media only screen and (min-width: 992px) {
  .nav--mobile {
    display: none !important; } }

@media only screen and (min-width: 320px) {
  .section__title h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    margin: 0px;
    margin-bottom: 50px; }
    .section__title h1:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  .section__title a {
    margin-right: 20px;
    display: inline-block;
    color: #3c3c3c;
    float: left;
    -webkit-transition: all .2s;
    /* Safari */
    transition: all .2s; }
    .section__title a:hover {
      color: #f8981d; }
  .section__title span {
    float: left;
    width: 87%; } }

@media only screen and (min-width: 992px) {
  .section__title h1 {
    margin-bottom: 80px; }
  .section__title a {
    margin-right: 30px; } }

@media only screen and (min-width: 992px) {
  .why .section__title h1 {
    margin-bottom: 80px; } }

.subscription .section__title h1 {
  margin-bottom: 40px; }
  @media only screen and (min-width: 992px) {
    .subscription .section__title h1 {
      margin-bottom: 5px; } }
  @media only screen and (min-width: 1440px) {
    .subscription .section__title h1 {
      margin-bottom: 40px; } }

.hero {
  background-image: url("../images/hero-img.jpg"); }
  @media only screen and (min-width: 320px) {
    .hero {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media only screen and (min-width: 992px) {
    .hero {
      background-size: 100%;
      padding-bottom: 0px;
      padding-top: 68px; } }
  @media only screen and (min-width: 1200px) {
    .hero {
      padding-top: 35px;
      min-height: 303px; } }
  @media only screen and (min-width: 1440px) {
    .hero {
      padding-top: 100px;
      min-height: 453px; } }

.intro {
  background-image: url(../images/dttsbg-logo.png);
  background-repeat: no-repeat;
  background-position: 50% 36%;
  background-attachment: fixed; }
  @media only screen and (min-width: 320px) {
    .intro .intro_block {
      margin-bottom: 40px; }
      .intro .intro_block h2 {
        font-weight: 300;
        color: #f8981d;
        margin: 0px;
        padding: 0px;
        font-size: 30px;
        line-height: 34px; }
        .intro .intro_block h2:after {
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0; }
        .intro .intro_block h2 span {
          float: left;
          width: 88%;
          margin-left: 15px; }
        .intro .intro_block h2 a {
          float: left; }
      .intro .intro_block p {
        color: #fff;
        font-weight: 300; }
      .intro .intro_block a {
        color: #f8981d;
        font-size: 30px;
        margin-top: -10px; }
    .intro .desktop {
      display: none; } }
  @media only screen and (min-width: 992px) {
    .intro {
      padding-top: 40px;
      padding-bottom: 40px; }
      .intro .intro_block {
        width: 31.6666666667%;
        float: left;
        margin-left: 0.8333333333%;
        margin-right: 0.8333333333%;
        margin-bottom: 0px; }
        .intro .intro_block h2 {
          height: 75px;
          font-size: 26px; }
          .intro .intro_block h2 span {
            float: none;
            width: 100%;
            margin-left: 0px; }
          .intro .intro_block h2 a {
            float: none; }
        .intro .intro_block p {
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 0px; }
        .intro .intro_block:first-child {
          margin-left: 0px; }
        .intro .intro_block:last-child {
          margin-right: 0px; }
      .intro .desktop {
        display: block; }
      .intro .mobile {
        display: none; } }
  @media only screen and (min-width: 1200px) {
    .intro {
      padding-top: 20px;
      padding-bottom: 20px; }
      .intro .intro_block h2 {
        height: 54px;
        font-size: 22px;
        line-height: 29px; }
        .intro .intro_block h2 p {
          font-size: 14px;
          line-height: 21px; } }
  @media only screen and (min-width: 1440px) {
    .intro {
      padding-top: 40px;
      padding-bottom: 40px; }
      .intro .intro_block h2 {
        height: 75px;
        font-size: 30px;
        line-height: 36px; } }

@media only screen and (min-width: 320px) {
  .ceo {
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    max-width: 329px;
    min-height: 240px;
    color: #fff;
    padding: 25px;
    margin-left: auto;
    margin-right: auto; }
    .ceo__img {
      width: 87px;
      height: 87px;
      border-radius: 50%;
      overflow: hidden;
      float: left; }
      .ceo__img img {
        width: 100%; }
    .ceo__title {
      float: left;
      margin-top: 23px;
      margin-left: 20px; }
      .ceo__title strong {
        font-size: 18px;
        font-weight: 600;
        display: block;
        line-height: 18px; }
      .ceo__title small {
        font-size: 16px;
        font-weight: 300;
        font-style: italic; }
    .ceo__statements {
      margin-top: 20px; }
    .ceo__statements ul {
      margin-left: 0px;
      padding-left: 20px;
      list-style: none; }
    .ceo__statements li {
      color: #f8981d;
      font-size: 16px;
      font-weight: 300;
      font-style: italic;
      margin-bottom: 13px;
      position: relative;
      line-height: 20px;
      height: 38px;
      display: table-cell;
      vertical-align: middle;
      padding-right: 10px; }
    .ceo__statements.mobile {
      margin-top: 20px; }
    .ceo__statements.mobile ul li:before {
      display: none; }
    .ceo .desktop {
      display: none; }
    .ceo .owl-prev,
    .ceo .owl-next {
      width: 40px;
      height: 40px;
      display: block;
      color: #ccc;
      position: absolute;
      top: 0%;
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -9999px; }
    .ceo .owl-prev {
      left: -20px;
      background-image: url("../images/arrow-small-left.png"); }
    .ceo .owl-next {
      right: -20px;
      background-image: url("../images/arrow-small-right.png"); } }

@media only screen and (min-width: 425px) {
  .ceo {
    max-width: 400px; } }

@media only screen and (min-width: 992px) {
  .ceo {
    float: right; }
    .ceo__img {
      width: 112px;
      height: 112px; }
      .ceo__img img {
        width: 110%;
        margin-left: -4px; }
    .ceo__title {
      margin-top: 41px; }
    .ceo .desktop {
      display: block; } }

.video_block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

@media only screen and (min-width: 320px) {
  .video_block__video {
    margin: 0px auto;
    width: 100%;
    margin-bottom: 10px; }
    .video_block__video img {
      width: 100%; }
  .video_block__title {
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    line-height: 20px; }
  .video_block__desc {
    font-size: 14px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    padding-right: 20px; }
  .video_block__cite {
    font-size: 14px;
    margin-top: 0px;
    color: #a3a3a3;
    font-style: italic; } }

@media only screen and (min-width: 768px) {
  .video_block__video {
    float: left;
    width: 230px;
    margin-right: 10px; }
  .video_block__content {
    float: left;
    width: calc( 100% - 240px); }
  .video_block__desc {
    text-align: justify; } }

@media only screen and (min-width: 320px) {
  .hero .video_block {
    margin-bottom: 30px; }
    .hero .video_block__video {
      margin-bottom: 0px;
      width: 330px; }
    .hero .video_block__content {
      width: 100%;
      text-align: center; }
    .hero .video_block__title, .hero .video_block__desc {
      color: #fff; }
    .hero .video_block__title {
      color: #f8981d; }
    .hero .video_block__cite {
      display: block; } }

@media only screen and (min-width: 768px) {
  .hero .video_block__content {
    padding: 10px 0;
    border-top: 1px solid #6c6661;
    border-bottom: 1px solid #6c6661;
    min-height: 235px;
    width: calc( 100% - 340px);
    text-align: left; } }

@media only screen and (min-width: 992px) {
  .hero .video_block {
    float: left;
    max-width: 570px;
    width: 100% !important; }
    .hero .video_block__title, .hero .video_block__cite {
      text-align: left; }
    .hero .video_block__desc {
      text-align: justify; } }

@media only screen and (min-width: 1200px) {
  .hero .video_block {
    max-width: 700px; } }

@media only screen and (min-width: 320px) {
  .why .video_block {
    margin-bottom: 40px;
    margin-top: 30px; } }

@media only screen and (min-width: 992px) {
  .why .video_block {
    margin-top: 70px;
    margin-bottom: 0px; } }

@media only screen and (min-width: 320px) {
  .how .video_block {
    margin-top: 30px; } }

@media only screen and (min-width: 992px) {
  .how .video_block {
    margin-top: 90px; } }

@media only screen and (min-width: 992px) {
  .result .video_block__desc {
    width: 96%; } }

@media only screen and (min-width: 320px) {
  .stats_block__list li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 21px;
    line-height: 20px; }
  .stats_block__list span {
    width: 35px;
    height: 35px;
    background-color: #394c62;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 20px;
    float: left;
    margin-top: -6px; }
    .stats_block__list span img {
      margin-left: -1px;
      margin-top: -2px; }
  .stats_block__list, .stats_block__img {
    margin-bottom: 40px;
    margin-top: 30px; }
  .stats_block h4 {
    margin-top: 0px; } }

@media only screen and (min-width: 992px) {
  .stats_block {
    margin-left: 0px; }
    .stats_block__list {
      margin-bottom: 44px; }
    .stats_block__img {
      margin-bottom: 0px;
      margin-top: 0px; }
    .stats_block__list i {
      margin-top: -10px; } }

@media only screen and (min-width: 320px) {
  .social {
    text-align: center; }
    .social ul {
      display: inline-block; }
    .social ul li {
      display: inline-block; }
    .social ul li a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #5c5c5c;
      text-align: center;
      line-height: 30px;
      font-size: 15px;
      color: #231f20;
      margin-left: 10px;
      -webkit-transition: all .2s;
      /* Safari */
      transition: all .2s; }
      .social ul li a:hover {
        background-color: #f8981d; }
    .social ul li:first-child a {
      margin-left: 0px; } }

@media only screen and (min-width: 992px) {
  .social ul li {
    float: left; } }

@media only screen and (min-width: 320px) {
  .cta__separator {
    display: block;
    text-align: center;
    position: relative;
    padding: 10px;
    width: calc(100% - 20px);
    margin: 0px auto !important;
    overflow: hidden; }
    .cta__separator span {
      font-size: 36px;
      font-weight: 400;
      font-style: italic;
      padding: 10px;
      display: inline-block;
      background-color: #231f20;
      position: relative;
      z-index: 2;
      color: #f8981d;
      text-transform: uppercase;
      text-align: center; }
    .cta__separator:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #5c5c5c;
      position: absolute;
      top: 50%;
      margin-top: -0.5;
      z-index: 1; }
  .cta__info {
    text-align: center; }
  .cta__info h1 {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    margin: 0px;
    padding: 0px; }
  .cta__info span a {
    color: #f8981d;
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    text-decoration: none; }
  .cta input[type="submit"] {
    width: 100%;
    border-radius: 0px;
    height: 45px;
    font-weight: 700;
    font-size: 18px; }
  .cta__title {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .cta .fname {
    width: 40%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .cta .lname {
    width: 56.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .cta .email {
    width: 56.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .cta .tp {
    width: 40%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .cta .dealer-ship {
    width: 98.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .cta .position {
    width: 73.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .cta .submit {
    width: 23.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .cta input[type="submit"] {
    height: 35px; } }

@media only screen and (min-width: 992px) {
  .cta__separator {
    display: block;
    text-align: center;
    position: relative;
    padding: 10px;
    width: 90px;
    height: 400px;
    margin: 0px auto !important;
    overflow: hidden;
    width: 6.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
    .cta__separator span {
      position: absolute;
      top: 50%;
      left: 3px;
      transform: translateY(-50%);
      line-height: 30px; }
    .cta__separator:before {
      content: "";
      display: block;
      width: 1px;
      height: 400px;
      background-color: #5c5c5c;
      position: absolute;
      top: 0%;
      left: 50%;
      margin-left: -0.5;
      z-index: 1; }
  .cta__info {
    width: 40%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .cta__info h1 {
    margin-top: 100px;
    font-size: 39px;
    line-height: 60px; }
  .cta__info span a {
    font-size: 55px;
    line-height: 60px; }
  .cta__form {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .cta__title {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px; } }

.result {
  padding-bottom: 0px; }
  @media only screen and (min-width: 320px) {
    .result .item .video_block {
      margin-bottom: 30px; }
    .result__slider {
      margin-top: 30px; }
    .result .owl-next,
    .result .owl-prev {
      width: 50px;
      height: 70px;
      text-align: center;
      position: absolute;
      top: 50%;
      margin-top: -35px;
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -99999px;
      overflow: hidden;
      display: none; }
    .result .owl-dots {
      text-align: center;
      margin-bottom: 20px; }
    .result .owl-dot {
      display: inline-block;
      margin: 0px 3px; }
    .result .owl-dot span {
      width: 15px;
      height: 15px;
      display: inline-block;
      background-color: #b7b6b6;
      border-radius: 50%; }
    .result .owl-dot.active span {
      background-color: #e5e5e5; } }
  @media only screen and (min-width: 992px) {
    .result .result__slider {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
    .result__slider {
      margin-top: 90px; }
    .result .item {
      padding: 20px 0; }
      .result .item .video_block {
        margin-bottom: 0px; }
      .result .item .item__graph {
        text-align: center; }
        .result .item .item__graph img {
          width: 80%;
          margin: 0px auto; }
    .result .owl-dots {
      display: none; }
    .result .owl-next {
      right: -30px;
      background-image: url("../images/arrow-right.png");
      display: block; }
    .result .owl-prev {
      left: -40px;
      background-image: url("../images/arrow-left.png");
      display: block; }
    .result .reuslt__slider_wrapper {
      width: 56.6666666667%;
      float: left;
      margin-left: 0.8333333333%;
      margin-right: 0.8333333333%; }
    .result .result__graph {
      width: 40%;
      float: left;
      margin-left: 0.8333333333%;
      margin-right: 0.8333333333%;
      padding: 20px 0;
      padding-left: 30px; }
      .result .result__graph img {
        width: 100%; } }

.preloader_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 1032; }

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -15px;
  width: 70px;
  height: 30px;
  text-align: center;
  font-size: 10px; }

.preloader > div {
  background-color: #f8981d;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out; }

.preloader .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.preloader .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.preloader .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.preloader .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(-20px); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px); } }

@media only screen and (min-width: 320px) {
  .circle__wrapper {
    margin-bottom: 40px; }
  .circle__wrapper {
    position: relative;
    margin-right: -10px; }
    .circle__wrapper:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .circle__wrapper p {
      margin: 0px; }
  .circle-container {
    position: relative;
    width: 17em;
    height: 17em;
    border-radius: 50%;
    padding: 0;
    list-style: none;
    margin: 5em auto 0;
    transform: rotate(-90deg); }
    .circle-container > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -3em;
      width: 6em;
      height: 6em; }
      .circle-container > *:nth-of-type(1) {
        transform: rotate(0deg) translate(8.5em) rotate(0deg); }
      .circle-container > *:nth-of-type(2) {
        transform: rotate(40deg) translate(8.5em) rotate(-40deg); }
      .circle-container > *:nth-of-type(3) {
        transform: rotate(80deg) translate(8.5em) rotate(-80deg); }
      .circle-container > *:nth-of-type(4) {
        transform: rotate(120deg) translate(8.5em) rotate(-120deg); }
      .circle-container > *:nth-of-type(5) {
        transform: rotate(160deg) translate(8.5em) rotate(-160deg); }
      .circle-container > *:nth-of-type(6) {
        transform: rotate(200deg) translate(8.5em) rotate(-200deg); }
      .circle-container > *:nth-of-type(7) {
        transform: rotate(240deg) translate(8.5em) rotate(-240deg); }
      .circle-container > *:nth-of-type(8) {
        transform: rotate(280deg) translate(8.5em) rotate(-280deg); }
      .circle-container > *:nth-of-type(9) {
        transform: rotate(320deg) translate(8.5em) rotate(-320deg); }
    .circle-container li.active span {
      transform: scale(1.1) rotate(90deg); }
    .circle-container span {
      display: block;
      max-width: 100%;
      border-radius: 50%;
      transition: .2s;
      background-color: #505f7b;
      height: 70px;
      width: 70px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transform: rotate(90deg);
      text-align: center;
      padding-top: 10px; }
      .circle-container span img {
        width: 50px;
        height: auto;
        position: relative;
        z-index: 2; }
      .circle-container span:after {
        content: "";
        height: 100px;
        width: 100px;
        background-color: #3c475c;
        top: 50%;
        left: 0px;
        display: block;
        position: absolute;
        opacity: .6;
        z-index: 1; }
  .circle__content {
    margin-top: 60px;
    text-align: center; } }

@media only screen and (min-width: 425px) {
  .circle__wrapper {
    margin-bottom: 90px;
    margin-right: 0px; }
  .circle__content {
    margin-left: -100px;
    width: 200px; }
  .circle-container {
    position: relative;
    width: 22em;
    height: 22em;
    border-radius: 50%;
    padding: 0;
    list-style: none; }
    .circle-container > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -3.25em;
      width: 6.5em;
      height: 6.5em; }
      .circle-container > *:nth-of-type(1) {
        transform: rotate(0deg) translate(11em) rotate(0deg); }
      .circle-container > *:nth-of-type(2) {
        transform: rotate(40deg) translate(11em) rotate(-40deg); }
      .circle-container > *:nth-of-type(3) {
        transform: rotate(80deg) translate(11em) rotate(-80deg); }
      .circle-container > *:nth-of-type(4) {
        transform: rotate(120deg) translate(11em) rotate(-120deg); }
      .circle-container > *:nth-of-type(5) {
        transform: rotate(160deg) translate(11em) rotate(-160deg); }
      .circle-container > *:nth-of-type(6) {
        transform: rotate(200deg) translate(11em) rotate(-200deg); }
      .circle-container > *:nth-of-type(7) {
        transform: rotate(240deg) translate(11em) rotate(-240deg); }
      .circle-container > *:nth-of-type(8) {
        transform: rotate(280deg) translate(11em) rotate(-280deg); }
      .circle-container > *:nth-of-type(9) {
        transform: rotate(320deg) translate(11em) rotate(-320deg); }
    .circle-container li.active span {
      transform: scale(1.3) rotate(90deg); }
    .circle-container span {
      height: 90px;
      width: 90px; }
      .circle-container span img {
        width: 70px; } }

@media only screen and (min-width: 768px) {
  .circle__wrapper {
    margin-bottom: 90px; }
  .circle__content {
    margin-left: -100px;
    max-width: 200px; }
  .circle-container {
    position: relative;
    width: 26em;
    height: 26em;
    border-radius: 50%;
    padding: 0;
    list-style: none; }
    .circle-container > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -3.75em;
      width: 7.5em;
      height: 7.5em; }
      .circle-container > *:nth-of-type(1) {
        transform: rotate(0deg) translate(13em) rotate(0deg); }
      .circle-container > *:nth-of-type(2) {
        transform: rotate(40deg) translate(13em) rotate(-40deg); }
      .circle-container > *:nth-of-type(3) {
        transform: rotate(80deg) translate(13em) rotate(-80deg); }
      .circle-container > *:nth-of-type(4) {
        transform: rotate(120deg) translate(13em) rotate(-120deg); }
      .circle-container > *:nth-of-type(5) {
        transform: rotate(160deg) translate(13em) rotate(-160deg); }
      .circle-container > *:nth-of-type(6) {
        transform: rotate(200deg) translate(13em) rotate(-200deg); }
      .circle-container > *:nth-of-type(7) {
        transform: rotate(240deg) translate(13em) rotate(-240deg); }
      .circle-container > *:nth-of-type(8) {
        transform: rotate(280deg) translate(13em) rotate(-280deg); }
      .circle-container > *:nth-of-type(9) {
        transform: rotate(320deg) translate(13em) rotate(-320deg); }
    .circle-container li.active span {
      transform: scale(1.3) rotate(90deg); }
    .circle-container span {
      height: 95px;
      width: 95px; }
      .circle-container span img {
        width: 80px; }
  .circle__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -90px;
    max-width: 180px;
    margin-top: 0px; } }

@media only screen and (min-width: 992px) {
  .circle__wrapper {
    margin-right: 0px; }
  .circle-container {
    position: relative;
    width: 22em;
    height: 22em;
    border-radius: 50%;
    padding: 0;
    list-style: none;
    border: solid 8px #f7961d; }
    .circle-container > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -3em;
      width: 6em;
      height: 6em; }
      .circle-container > *:nth-of-type(1) {
        transform: rotate(0deg) translate(11em) rotate(0deg); }
      .circle-container > *:nth-of-type(2) {
        transform: rotate(40deg) translate(11em) rotate(-40deg); }
      .circle-container > *:nth-of-type(3) {
        transform: rotate(80deg) translate(11em) rotate(-80deg); }
      .circle-container > *:nth-of-type(4) {
        transform: rotate(120deg) translate(11em) rotate(-120deg); }
      .circle-container > *:nth-of-type(5) {
        transform: rotate(160deg) translate(11em) rotate(-160deg); }
      .circle-container > *:nth-of-type(6) {
        transform: rotate(200deg) translate(11em) rotate(-200deg); }
      .circle-container > *:nth-of-type(7) {
        transform: rotate(240deg) translate(11em) rotate(-240deg); }
      .circle-container > *:nth-of-type(8) {
        transform: rotate(280deg) translate(11em) rotate(-280deg); }
      .circle-container > *:nth-of-type(9) {
        transform: rotate(320deg) translate(11em) rotate(-320deg); }
    .circle-container li.active span {
      transform: scale(1.2) rotate(90deg); }
    .circle-container span {
      height: 90px;
      width: 90px; }
      .circle-container span img {
        width: 70px; } }

@media only screen and (min-width: 1200px) {
  .circle-container {
    position: relative;
    width: 24em;
    height: 24em;
    border-radius: 50%;
    padding: 0;
    list-style: none; }
    .circle-container > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -3.25em;
      width: 6.5em;
      height: 6.5em; }
      .circle-container > *:nth-of-type(1) {
        transform: rotate(0deg) translate(12em) rotate(0deg); }
      .circle-container > *:nth-of-type(2) {
        transform: rotate(40deg) translate(12em) rotate(-40deg); }
      .circle-container > *:nth-of-type(3) {
        transform: rotate(80deg) translate(12em) rotate(-80deg); }
      .circle-container > *:nth-of-type(4) {
        transform: rotate(120deg) translate(12em) rotate(-120deg); }
      .circle-container > *:nth-of-type(5) {
        transform: rotate(160deg) translate(12em) rotate(-160deg); }
      .circle-container > *:nth-of-type(6) {
        transform: rotate(200deg) translate(12em) rotate(-200deg); }
      .circle-container > *:nth-of-type(7) {
        transform: rotate(240deg) translate(12em) rotate(-240deg); }
      .circle-container > *:nth-of-type(8) {
        transform: rotate(280deg) translate(12em) rotate(-280deg); }
      .circle-container > *:nth-of-type(9) {
        transform: rotate(320deg) translate(12em) rotate(-320deg); }
    .circle-container li.active span {
      transform: scale(1.3) rotate(90deg); }
    .circle-container span {
      height: 90px;
      width: 90px; }
      .circle-container span img {
        width: 70px; } }

@media only screen and (min-width: 1366px) {
  .circle-container {
    position: relative;
    width: 24em;
    height: 24em;
    border-radius: 50%;
    padding: 0;
    list-style: none; }
    .circle-container > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -3em;
      width: 6em;
      height: 6em; }
      .circle-container > *:nth-of-type(1) {
        transform: rotate(0deg) translate(12em) rotate(0deg); }
      .circle-container > *:nth-of-type(2) {
        transform: rotate(40deg) translate(12em) rotate(-40deg); }
      .circle-container > *:nth-of-type(3) {
        transform: rotate(80deg) translate(12em) rotate(-80deg); }
      .circle-container > *:nth-of-type(4) {
        transform: rotate(120deg) translate(12em) rotate(-120deg); }
      .circle-container > *:nth-of-type(5) {
        transform: rotate(160deg) translate(12em) rotate(-160deg); }
      .circle-container > *:nth-of-type(6) {
        transform: rotate(200deg) translate(12em) rotate(-200deg); }
      .circle-container > *:nth-of-type(7) {
        transform: rotate(240deg) translate(12em) rotate(-240deg); }
      .circle-container > *:nth-of-type(8) {
        transform: rotate(280deg) translate(12em) rotate(-280deg); }
      .circle-container > *:nth-of-type(9) {
        transform: rotate(320deg) translate(12em) rotate(-320deg); }
    .circle-container li.active span {
      transform: scale(1.3) rotate(90deg); }
    .circle-container span {
      height: 85px;
      width: 85px; }
      .circle-container span img {
        width: 65px; } }

.model_wrap,
.subscription__model_wrap,
.payment_complete__model_wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1032;
  width: 100%;
  height: 100vh;
  display: none; }
  .model_wrap .icon_circle,
  .subscription__model_wrap .icon_circle,
  .payment_complete__model_wrap .icon_circle {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    border-radius: 50%; }
    .model_wrap .icon_circle i,
    .subscription__model_wrap .icon_circle i,
    .payment_complete__model_wrap .icon_circle i {
      color: #394c62; }
  .model_wrap .modal,
  .subscription__model_wrap .modal,
  .payment_complete__model_wrap .modal {
    max-width: 600px;
    width: 100%;
    margin: 30px auto;
    padding: 15px;
    text-align: center;
    background-color: #394c62;
    color: #fff; }
    .model_wrap .modal h4,
    .subscription__model_wrap .modal h4,
    .payment_complete__model_wrap .modal h4 {
      margin-bottom: 10px; }
    .model_wrap .modal p,
    .subscription__model_wrap .modal p,
    .payment_complete__model_wrap .modal p {
      margin-top: 0px;
      margin-bottom: 20px;
      color: rgba(255, 255, 255, 0.7); }
    @media only screen and (min-width: 320px) {
      .model_wrap .modal,
      .subscription__model_wrap .modal,
      .payment_complete__model_wrap .modal {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-70%); } }
    @media only screen and (min-width: 768px) {
      .model_wrap .modal,
      .subscription__model_wrap .modal,
      .payment_complete__model_wrap .modal {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -300px;
        transform: translateY(-70%); } }

.subscription__model_wrap .go_back {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #fff;
  font-size: 20px; }

.payment_complete__model_wrap .modal {
  padding-top: 30px;
  padding-bottom: 30px; }

.payment_complete__model_wrap p {
  line-height: 1.4 !important;
  font-size: 16px;
  color: #fff !important;
  max-width: 420px;
  width: 100%;
  margin: 20px auto; }

.payment_complete__model_wrap h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
  margin-top: 10px; }

@media only screen and (min-width: 992px) {
  .subscription__form .form_col__left {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .subscription__form .form_col__right {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .subscription__form .address_row .city {
    width: 56.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .subscription__form .address_row .state {
    width: 15%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .subscription__form .address_row .zip {
    width: 23.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .subscription__form .contact_row .phone_number {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .subscription__form .contact_row .position {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  .subscription__form .clearfix.submit-right .btn.btn--primary {
    float: right;
    min-width: 150px; } }

.subscription {
  background-color: rgba(80, 95, 123, 0.08);
  margin-top: 40px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .subscription {
      padding-top: 20px; } }
  @media only screen and (min-width: 1440px) {
    .subscription {
      padding-top: 40px; } }

.subscription__plan {
  font-weight: 300;
  color: #3c3c3c;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .subscription__plan {
      font-size: 20px;
      margin-bottom: 50px; }
      .subscription__plan.step3 {
        margin-bottom: 10px; } }
  @media only screen and (min-width: 1440px) {
    .subscription__plan {
      font-size: 30px;
      margin-bottom: 50px; }
      .subscription__plan.step3 {
        margin-bottom: 50px; } }

.subscription__plan_desc {
  margin-top: -55px;
  font-weight: 300;
  font-style: italic;
  color: #3c3c3c;
  font-size: 18px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .subscription__plan_desc {
      font-size: 16px;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 1440px) {
    .subscription__plan_desc {
      font-size: 18px;
      margin-bottom: 30px; } }

.subscription__confirm strong,
.subscription__confirm p {
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (min-width: 992px) {
    .subscription__confirm strong,
    .subscription__confirm p {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (min-width: 1440px) {
    .subscription__confirm strong,
    .subscription__confirm p {
      font-size: 16px;
      line-height: 24px; } }

.subscription__confirm p {
  margin-bottom: 15px; }
  @media only screen and (min-width: 992px) {
    .subscription__confirm p {
      margin-top: 10px; } }
  @media only screen and (min-width: 1440px) {
    .subscription__confirm p {
      margin-top: 0px; } }

.subscription__confirm a {
  font-weight: 700;
  font-size: 18px; }

.step__counter {
  margin-top: 20px; }
  @media only screen and (min-width: 992px) {
    .step__counter {
      margin-top: 0px; } }
  @media only screen and (min-width: 1440px) {
    .step__counter {
      margin-top: 20px; } }

.step__counter span {
  position: relative;
  display: inline-block; }
  .step__counter span .wizard_prev {
    position: absolute;
    top: -9px;
    left: -18px;
    font-size: 25px;
    color: #394c62; }

.wizard__step {
  display: none; }

.wizard__step.step_01 {
  display: block; }

.wizard_form_submission {
  font-weight: 700; }

.package,
.payment__option {
  background-color: #fff;
  position: relative;
  padding-bottom: 90px; }
  @media only screen and (min-width: 320px) {
    .package,
    .payment__option {
      width: 100%;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .package,
    .payment__option {
      max-width: 31%;
      margin: 10px;
      float: left;
      display: inline-block; } }
  @media only screen and (min-width: 1200px) {
    .package,
    .payment__option {
      max-width: 31%; } }
  @media only screen and (min-width: 1200px) {
    .package,
    .payment__option {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1440px) {
    .package,
    .payment__option {
      padding-bottom: 90px; } }
  .package__title,
  .package .payment__title,
  .payment__option__title,
  .payment__option .payment__title {
    background-color: #505f7b;
    color: #fff;
    margin: 0px;
    padding-left: 25px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 36px;
    line-height: 36px; }
    .package__title span,
    .package .payment__title span,
    .payment__option__title span,
    .payment__option .payment__title span {
      font-size: 24px;
      line-height: 24px;
      display: block; }
    @media only screen and (min-width: 992px) {
      .package__title,
      .package .payment__title,
      .payment__option__title,
      .payment__option .payment__title {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 28px;
        line-height: 28px; }
        .package__title span,
        .package .payment__title span,
        .payment__option__title span,
        .payment__option .payment__title span {
          font-size: 20px;
          line-height: 20px;
          display: block; } }
    @media only screen and (min-width: 1440px) {
      .package__title,
      .package .payment__title,
      .payment__option__title,
      .payment__option .payment__title {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 36px;
        line-height: 36px; }
        .package__title span,
        .package .payment__title span,
        .payment__option__title span,
        .payment__option .payment__title span {
          font-size: 24px;
          line-height: 24px;
          display: block; } }
  .package__banifits,
  .package .payment__copy,
  .payment__option__banifits,
  .payment__option .payment__copy {
    font-size: 16px;
    font-weight: 300; }
    .package__banifits ul,
    .package .payment__copy ul,
    .payment__option__banifits ul,
    .payment__option .payment__copy ul {
      list-style: none;
      padding-left: 25px;
      min-height: 140px; }
      @media only screen and (min-width: 992px) {
        .package__banifits ul,
        .package .payment__copy ul,
        .payment__option__banifits ul,
        .payment__option .payment__copy ul {
          min-height: 120px; } }
      @media only screen and (min-width: 1440px) {
        .package__banifits ul,
        .package .payment__copy ul,
        .payment__option__banifits ul,
        .payment__option .payment__copy ul {
          min-height: 140px; } }
    .package__banifits ul li,
    .package .payment__copy ul li,
    .payment__option__banifits ul li,
    .payment__option .payment__copy ul li {
      color: #5c5c5c;
      position: relative;
      padding-left: 10px;
      margin-bottom: 5px; }
      .package__banifits ul li:before,
      .package .payment__copy ul li:before,
      .payment__option__banifits ul li:before,
      .payment__option .payment__copy ul li:before {
        content: "\f0da";
        display: block;
        width: 10px;
        height: 10px;
        font-family: "FontAwesome";
        text-align: center;
        line-height: 10px;
        top: 8px;
        left: -6px;
        position: absolute;
        color: #f7961d; }
  .package .payment__copy,
  .payment__option .payment__copy {
    padding: 20px;
    position: relative;
    min-height: 290px; }
    @media only screen and (min-width: 992px) {
      .package .payment__copy,
      .payment__option .payment__copy {
        bottom: 10px;
        padding: 10px 20px; } }
    @media only screen and (min-width: 1440px) {
      .package .payment__copy,
      .payment__option .payment__copy {
        bottom: 0px;
        padding: 20px; } }
  .package .payment-plan-icons,
  .payment__option .payment-plan-icons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%; }
  .package__price h4,
  .payment__option__price h4 {
    font-size: 24px;
    color: #5c5c5c;
    font-weight: 700;
    line-height: 1;
    margin: 0px;
    padding: 10px 21px; }
    @media only screen and (min-width: 992px) {
      .package__price h4,
      .payment__option__price h4 {
        font-size: 20px;
        padding: 5px 21px; } }
    @media only screen and (min-width: 1440px) {
      .package__price h4,
      .payment__option__price h4 {
        font-size: 24px;
        padding: 10px 21px; } }
  @media only screen and (min-width: 320px) {
    .package__price span,
    .payment__option__price span {
      display: block;
      font-size: 18px;
      color: #5c5c5c;
      padding-left: 21px;
      line-height: 30px;
      font-weight: 400; }
      .package__price span strong,
      .payment__option__price span strong {
        font-size: 22px;
        font-weight: 400; } }
  @media only screen and (min-width: 992px) {
    .package__price span,
    .payment__option__price span {
      font-size: 16px; }
      .package__price span strong,
      .payment__option__price span strong {
        font-size: 20px; } }
  @media only screen and (min-width: 992px) {
    .package__price span,
    .payment__option__price span {
      font-size: 16px; }
      .package__price span strong,
      .payment__option__price span strong {
        font-size: 20px; } }
  @media only screen and (min-width: 1440px) {
    .package__price span,
    .payment__option__price span {
      font-size: 18px; }
      .package__price span strong,
      .payment__option__price span strong {
        font-size: 22px; } }
  .package__price span:last-child,
  .payment__option__price span:last-child {
    margin-top: 40px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 320px) {
      .package__price span:last-child strong,
      .payment__option__price span:last-child strong {
        font-size: 60px;
        font-weight: 300;
        color: #f7961d;
        line-height: 60px;
        float: left; }
      .package__price span:last-child small,
      .payment__option__price span:last-child small {
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #9c9c9c;
        float: left;
        margin-left: 10px;
        width: 100px; } }
  @media only screen and (min-width: 320px) and (min-width: 320px) {
    .package__price span:last-child small,
    .payment__option__price span:last-child small {
      margin-top: 7px; } }
  @media only screen and (min-width: 320px) and (min-width: 992px) {
    .package__price span:last-child small,
    .payment__option__price span:last-child small {
      margin-top: 10px; } }
    @media only screen and (min-width: 992px) {
      .package__price span:last-child,
      .payment__option__price span:last-child {
        margin-top: 15px;
        margin-bottom: 15px; }
        .package__price span:last-child strong,
        .payment__option__price span:last-child strong {
          font-size: 50px;
          line-height: 50px; }
        .package__price span:last-child small,
        .payment__option__price span:last-child small {
          font-size: 22px;
          margin-top: 5px; } }
    @media only screen and (min-width: 1440px) {
      .package__price span:last-child,
      .payment__option__price span:last-child {
        margin-top: 40px;
        margin-bottom: 15px; }
        .package__price span:last-child strong,
        .payment__option__price span:last-child strong {
          font-size: 60px;
          line-height: 60px; }
        .package__price span:last-child small,
        .payment__option__price span:last-child small {
          font-size: 24px;
          margin-top: 8px; } }
  .package__btn,
  .package .payment__btn,
  .payment__option__btn,
  .payment__option .payment__btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%; }
    .package__btn a,
    .package .payment__btn a,
    .payment__option__btn a,
    .payment__option .payment__btn a {
      display: block;
      border-radius: 0px;
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 24px;
      line-height: 80px;
      height: 80px; }
      @media only screen and (min-width: 992px) {
        .package__btn a,
        .package .payment__btn a,
        .payment__option__btn a,
        .payment__option .payment__btn a {
          font-size: 20px;
          line-height: 60px;
          height: 60px; } }
      @media only screen and (min-width: 1440px) {
        .package__btn a,
        .package .payment__btn a,
        .payment__option__btn a,
        .payment__option .payment__btn a {
          font-size: 24px;
          line-height: 80px;
          height: 80px; } }

/**
 * --------------------------------------------
 * Payment Options
 * --------------------------------------------
 */
.payment__options {
  display: block;
  width: auto;
  max-width: 805px;
  margin: 0px auto; }

.payment__option {
  min-height: 440px; }
  @media only screen and (min-width: 1200px) {
    .payment__option {
      min-height: 390px; } }
  @media only screen and (min-width: 1440px) {
    .payment__option {
      min-height: 440px; } }
  .payment__option .payment__title {
    font-size: 30px; }
    @media only screen and (min-width: 1200px) {
      .payment__option .payment__title {
        font-size: 20px; } }
    @media only screen and (min-width: 1440px) {
      .payment__option .payment__title {
        font-size: 30px; } }
  .payment__option .payment__copy small {
    font-size: 12px !important;
    line-height: 12px !important;
    color: #979797; }
    .payment__option .payment__copy small span {
      color: #f8981d; }
  @media only screen and (min-width: 320px) {
    .payment__option {
      width: 100%; } }
  @media only screen and (min-width: 992px) {
    .payment__option {
      width: 380px;
      max-width: 100%; } }

@media only screen and (min-width: 320px) {
  .payment-success .well {
    margin: 20px auto; } }

@media only screen and (min-width: 1200px) {
  .payment-success .well {
    margin: 100px auto; } }

.payment-success h3 {
  font-size: 24px;
  font-weight: 400;
  color: #f7961d;
  margin-top: 25px;
  margin-bottom: 20px; }

.payment-success p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6b6e73; }
  .payment-success p a {
    color: #0074e1;
    text-decoration: none; }
    .payment-success p a:hover {
      text-decoration: underline; }

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