.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?x381v");
  src: url("../fonts/icomoon.eot?x381v#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?x381v") format("truetype"), url("../fonts/icomoon.woff?x381v") format("woff"), url("../fonts/icomoon.svg?x381v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

/* 
* 	Core Owl Carousel CSS File
*	v1.3.3
*/
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left; }

/* display none until init */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
    cursor: pointer; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }
  .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5; }
  .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none; }
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */ }
    .owl-theme .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      filter: Alpha(Opacity=50);
      /*IE7 fix*/
      opacity: 0.5;
      border-radius: 20px;
      background: #869791; }
    .owl-theme .owl-controls .owl-page.active span {
      filter: Alpha(Opacity=100);
      /*IE7 fix*/
      opacity: 1; }
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1; }
  .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px; }

/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
/* If PaginationNumbers is true */
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
*  Owl Carousel CSS3 Transitions 
*  v1.3.2
*/
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
          perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

.owl-fade {
  position: relative; }
  .owl-fade .heading-block .head-para {
    min-height: 93px; }
  .owl-fade .img-holder {
    width: 100%;
    text-align: center; }
    .owl-fade .img-holder img {
      display: block;
      max-width: 100%;
      height: auto;
      display: inline-block; }
  .owl-fade .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-fade .owl-controls .owl-buttons {
      width: 100%;
      display: block;
      max-width: 782px;
      margin: 0 auto; }
      .owl-fade .owl-controls .owl-buttons div {
        width: 56px;
        height: 56px;
        background: green;
        text-indent: -9999px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        margin: 0;
        padding: 0;
        display: none; }
        .owl-fade .owl-controls .owl-buttons div.owl-prev {
          float: left;
          background: url(../images/arw-left.svg) no-repeat center; }
        .owl-fade .owl-controls .owl-buttons div.owl-next {
          float: right;
          background: url(../images/arw-right.svg) no-repeat center; }
        @media (min-width: 580px) {
          .owl-fade .owl-controls .owl-buttons div {
            display: block; } }

@font-face {
  font-family: 'helvetica_condensedmedium';
  src: url("../fonts/helvetica-condensed-webfont.woff2") format("woff2"), url("../fonts/helvetica-condensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue-CondensedBold';
  src: url("HelveticaNeue-CondensedBold.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue-CondensedBold';
  src: url("../fonts/HelveticaNeue-CondensedBold.otf") format("opentype"), url("../fonts/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold") format("svg");
  font-weight: normal;
  font-style: normal; }

.full-page,
.block {
  display: block; }

.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  display: block;
  -webkit-transform: translate3s(0, 0, 0);
      -ms-transform: translate3s(0, 0, 0);
          transform: translate3s(0, 0, 0);
  background-size: cover;
  position: fixed; }

.bg-1 {
  background-image: url("../images/body-bg.jpg"); }

.section-landing {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  min-height: 400px;
  -webkit-font-smoothing: antialiased; }

.logo-block {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  margin: 30px 0 30px 0;
  position: relative;
  /*.img-award-holder{
		display: block;
		width: 100%;
	}*/ }
  .logo-block img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block; }
    .logo-block img.img-logo {
      max-width: 100px; }
      @media (min-width: 768px) {
        .logo-block img.img-logo {
          max-width: 130px; } }
      @media (min-width: 992px) {
        .logo-block img.img-logo {
          max-width: 140px; } }
      @media (min-width: 1200px) {
        .logo-block img.img-logo {
          max-width: 150px; } }
    .logo-block img.img-award {
      max-width: 80px;
      position: relative;
      position: absolute;
      right: 0;
      top: 0; }
      @media (min-width: 768px) {
        .logo-block img.img-award {
          max-width: 120px;
          position: absolute;
          right: 0;
          top: 0; } }
      @media (min-width: 992px) {
        .logo-block img.img-award {
          max-width: 140px; } }
      @media (min-width: 1200px) {
        .logo-block img.img-award {
          max-width: 150px; } }
  .logo-block a {
    display: inline-block; }

.heading-block {
  display: block;
  text-align: center;
  padding: 15px 0 15px 0; }
  .heading-block hgroup {
    display: block;
    max-width: 270px;
    margin: 0 auto; }
    @media (min-width: 480px) {
      .heading-block hgroup {
        max-width: 320px; } }
    @media (min-width: 768px) {
      .heading-block hgroup {
        max-width: 700px; } }
    @media (min-width: 992px) {
      .heading-block hgroup {
        max-width: 800px; } }
  .heading-block .main-title {
    font-size: 26px;
    font-size: 2.6rem;
    display: block;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'HelveticaNeue-CondensedBold';
    letter-spacing: -0.02em;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .heading-block .main-title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.2; } }
    @media (min-width: 992px) {
      .heading-block .main-title {
        font-size: 36px;
        font-size: 3.6rem; } }
  .heading-block .head-para {
    font-family: 'helvetica_condensedmedium';
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    width: 100%;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .heading-block .head-para {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 992px) {
      .heading-block .head-para {
        font-size: 20px;
        font-size: 2rem;
        max-width: 700px;
        margin: 0 auto;
        margin-top: 25px;
        max-width: 1120px; } }
  .heading-block .sub-txt {
    font-family: 'helvetica_condensedmedium';
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .heading-block .sub-txt {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 992px) {
      .heading-block .sub-txt {
        font-size: 20px;
        font-size: 2rem; } }
  .heading-block .sub-title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    display: block;
    margin: 0;
    margin-top: 20px;
    line-height: 1.4;
    font-family: 'Roboto Condensed', sans-serif; }
    @media (min-width: 768px) {
      .heading-block .sub-title {
        font-size: 24px;
        font-size: 2.4rem;
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .heading-block .sub-title {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.3; } }
    @media (min-width: 1200px) {
      .heading-block .sub-title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.3; } }
  .heading-block .subcategory-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    display: block;
    margin: 0;
    margin-top: 20px;
    line-height: 1.4;
    font-family: 'Roboto Condensed', sans-serif; }
    @media (min-width: 768px) {
      .heading-block .subcategory-title {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .heading-block .subcategory-title {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.3; } }
  .heading-block .get-txt {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-top: 18px; }
  .heading-block .offer-txt {
    color: white;
    font-size: 16px;
    font-size: 1.6rem;
    background: rgba(0, 188, 212, 0.8);
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
    padding: 15px 0;
    margin-top: 25px; }
    @media (min-width: 768px) {
      .heading-block .offer-txt {
        padding: 20px 0;
        font-size: 20px;
        font-size: 2rem;
        margin-top: 30px;
        max-width: 450px; } }
    @media (min-width: 992px) {
      .heading-block .offer-txt {
        max-width: 500px;
        margin-top: 40px;
        min-height: 65px;
        font-size: 22px;
        font-size: 2.2rem; } }
  @media (min-width: 768px) {
    .heading-block {
      padding: 15px 0 30px 0; } }

.form-block {
  display: block;
  margin: 40px 0 40px 0; }
  .form-block .title {
    text-align: center;
    margin-bottom: 25px; }
    .form-block .title h3 {
      margin: 0;
      display: inline-block;
      text-transform: uppercase;
      font-family: 'helvetica_condensedmedium';
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: -0.02em;
      line-height: 1.4; }
      @media (min-width: 992px) {
        .form-block .title h3 {
          font-size: 26px;
          font-size: 2.6rem; } }
      @media (min-width: 1200px) {
        .form-block .title h3 {
          font-size: 30px;
          font-size: 3rem; } }
    .form-block .title.title-thankyou h3 {
      font-size: 24px;
      font-size: 2.4rem; }
      @media (min-width: 992px) {
        .form-block .title.title-thankyou h3 {
          font-size: 30px;
          font-size: 3rem; } }
      @media (min-width: 1200px) {
        .form-block .title.title-thankyou h3 {
          font-size: 35px;
          font-size: 3.5rem; } }
    @media (min-width: 768px) {
      .form-block .title {
        margin-bottom: 34px; } }
  @media (min-width: 768px) {
    .form-block {
      margin: 60px 0 60px 0; } }
  @media (min-width: 1200px) {
    .form-block {
      margin: 50px 0 100px 0; } }

.form-split {
  display: block;
  font-size: 0px;
  list-style: none;
  padding: 0;
  text-align: center; }
  .form-split li {
    display: block;
    vertical-align: top;
    margin: 0; }
    @media (min-width: 768px) {
      .form-split li {
        margin: 0 10px;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 992px) {
      .form-split li {
        margin: 0 10px; } }
    @media (min-width: 1200px) {
      .form-split li {
        margin: 0 17px; } }
  .form-split .form-group {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .form-split .form-group {
        margin: 0; } }
  .form-split .form-control {
    font-family: 'Roboto', sans-serif;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    font-weight: 600;
    border-radius: 0px;
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    color: white;
    padding: 10px 15px;
    box-shadow: inset 0 1px 1px transparent; }
    .form-split .form-control::-webkit-input-placeholder {
      color: white; }
    .form-split .form-control::-moz-placeholder {
      color: white; }
    .form-split .form-control:-ms-input-placeholder {
      color: white; }
    .form-split .form-control:-moz-placeholder {
      color: white; }
    .form-split .form-control:hover, .form-split .form-control:focus {
      background-color: rgba(255, 255, 255, 0.9);
      color: #00BCD4;
      box-shadow: inset 0 1px 1px transparent; }
      .form-split .form-control:hover::-webkit-input-placeholder, .form-split .form-control:focus::-webkit-input-placeholder {
        color: #00BCD4; }
      .form-split .form-control:hover::-moz-placeholder, .form-split .form-control:focus::-moz-placeholder {
        color: #00BCD4; }
      .form-split .form-control:hover:-ms-input-placeholder, .form-split .form-control:focus:-ms-input-placeholder {
        color: #00BCD4; }
      .form-split .form-control:hover:-moz-placeholder, .form-split .form-control:focus:-moz-placeholder {
        color: #00BCD4; }
    @media (min-width: 768px) {
      .form-split .form-control {
        width: 205px;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 10px 15px; } }
    @media (min-width: 992px) {
      .form-split .form-control {
        width: 280px;
        height: 65px;
        font-size: 20px;
        font-size: 2rem;
        padding: 15px 20px; } }
    @media (min-width: 1200px) {
      .form-split .form-control {
        min-width: 328px;
        height: 65px;
        font-size: 21px;
        font-size: 2.1rem;
        padding: 15px 20px; } }
  .form-split .btn {
    background: rgba(0, 188, 212, 0.8);
    padding: 17.5px 20px;
    font-size: 21px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-weight: 600;
    width: 100%;
    font-family: 'Roboto', sans-serif; }
    .form-split .btn:hover, .form-split .btn:focus {
      background: #00bcd4;
      color: white;
      outline: none; }
    .form-split .btn:after {
      content: "\00276F";
      display: inline-block;
      margin-left: 15px;
      font-weight: 100; }
    @media (min-width: 768px) {
      .form-split .btn {
        width: 205px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 992px) {
      .form-split .btn {
        width: 280px;
        font-size: 20px;
        font-size: 2rem;
        padding: 18.5px 20px; } }
    @media (min-width: 1200px) {
      .form-split .btn {
        min-width: 328px; } }

.app-image {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px; }
  .app-image .img-holder {
    display: block;
    text-align: center; }
    .app-image .img-holder .img-screens {
      display: block;
      max-width: 100%;
      height: auto;
      display: inline-block;
      max-width: 220px;
      margin: 20px auto; }
      @media (min-width: 480px) {
        .app-image .img-holder .img-screens {
          margin: 15px; } }
      @media (min-width: 768px) {
        .app-image .img-holder .img-screens {
          max-width: 210px;
          margin: 5px; } }
      @media (min-width: 992px) {
        .app-image .img-holder .img-screens {
          max-width: 280px;
          margin: 0 10px; } }
      @media (min-width: 1200px) {
        .app-image .img-holder .img-screens {
          max-width: 100%;
          margin: 0 16px; } }
  @media (min-width: 480px) {
    .app-image {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .app-image {
      margin-top: 70px;
      margin-bottom: 70px; } }
  @media (min-width: 992px) {
    .app-image {
      margin-top: 90px;
      margin-bottom: 90px; } }
  @media (min-width: 1200px) {
    .app-image {
      margin-bottom: 100px;
      margin-top: 100px; } }

.get-app {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1.8rem; }
  .get-app .heading-block {
    padding: 10px 0 20px 0; }
    @media (min-width: 768px) {
      .get-app .heading-block {
        padding: 10px 0 25px 0; } }

/*.app-button {
	font-family: 'Roboto Condensed', sans-serif;
	@include font-size(2.1);
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
	height: 65px;
	line-height: 54px;
	border: 1px solid #ffffff;
	padding: 5px 32px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	transition: all .5s ease-in-out;
	margin: 10px 0;
	text-transform: uppercase;
	width: 100%;
	max-width: 250px;
	text-decoration: none;
	cursor: pointer;
	&:hover, &:focus{
		background-color: rgba(255,255,255,0.4);
		color: #ffffff;
		text-decoration: none;
	}
	.txt{
		margin-left: 10px;
	}
	
	.icn{
		position: relative;
		top: -3px;
	}
	
	@include media('>=phone-end') {
		margin: 0px;
		margin-left: 10px;
		margin-right: 10px;
	}
	@include media('>=tablet') {
		width: auto;
		max-width: inherit;
	}
}*/
.app-button {
  width: auto;
  display: inline-block;
  font-size: 0px;
  vertical-align: top;
  margin: 10px 8px;
  outline: none; }
  .app-button .icn-app {
    display: block;
    max-width: 100%;
    height: auto;
    max-width: 230px;
    width: 100%; }
    @media (min-width: 768px) {
      .app-button .icn-app {
        max-width: 260px; } }
    @media (min-width: 992px) {
      .app-button .icn-app {
        max-width: 300px; } }
  .app-button:hover, .app-button:focus {
    opacity: 0.6; }
  @media (min-width: 768px) {
    .app-button {
      margin: 0 8px; } }

.contact-form {
  display: block;
  text-align: center; }
  .contact-form .head {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
    .contact-form .head .txt {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 35px;
      font-size: 3.5rem;
      margin: 0;
      display: block; }
    .contact-form .head .line {
      width: 50px;
      border-color: #00aeba;
      margin-left: auto;
      margin-right: auto; }
    .contact-form .head .para {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      color: white;
      margin: 0; }

.form-validation {
  display: block;
  margin: 15px auto 0 auto;
  width: 100%;
  background: red;
  max-width: 560px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px; }
  .form-validation .form-group {
    margin: 0;
    margin-bottom: 20px; }
  .form-validation .form-control {
    color: black;
    padding: 12px 12px;
    height: auto;
    border-color: #00aeba;
    border-radius: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    outline: none; }
    .form-validation .form-control:hover, .form-validation .form-control:focus {
      box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0); }
    .form-validation .form-control.error {
      border: 1px solid #ff6666 !important;
      color: #ff6666; }
  .form-validation .btn-landing {
    background-color: #00aeba;
    border-radius: 0px;
    color: #ffffff;
    padding: 8px 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px; }
    .form-validation .btn-landing:hover, .form-validation .btn-landing:focus {
      outline: none;
      color: #333333; }
  @media (min-width: 480px) {
    .form-validation {
      padding: 30px; } }
  @media (min-width: 768px) {
    .form-validation {
      margin: 30px auto 0 auto;
      padding: 30px 45px; } }

.social-icn {
  display: block;
  text-align: center;
  margin: 30px 0; }
  @media (min-width: 768px) {
    .social-icn {
      margin: 50px 0; } }

.icn-socials {
  width: 32px;
  height: 32px;
  background: none;
  border-radius: 50%;
  border: 2px white solid;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  opacity: 0.5;
  margin: 0 15px; }
  .icn-socials span {
    font-size: 17px;
    font-size: 1.7rem;
    color: white;
    font-weight: 100; }
  .icn-socials:hover, .icn-socials:focus {
    opacity: 1; }

.section-services {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px; }
  .section-services:before, .section-services:after {
    content: " ";
    display: table; }
  .section-services:after {
    clear: both; }
  .section-services > li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .section-services > li {
        float: left;
        width: 33.3333333333%; } }
  @media (min-width: 768px) {
    .section-services {
      margin-bottom: 30px;
      margin-top: 70px; } }
  @media (min-width: 992px) {
    .section-services {
      margin-bottom: 40px;
      margin-top: 80px; } }

.ser-block {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px; }
  .ser-block .img-holder {
    display: block;
    text-align: center; }
    .ser-block .img-holder img {
      display: block;
      max-width: 100%;
      height: auto;
      display: inline-block;
      max-width: 160px; }
      @media (min-width: 768px) {
        .ser-block .img-holder img {
          max-width: 200px;
          margin: 0; } }
      @media (min-width: 992px) {
        .ser-block .img-holder img {
          max-width: 210px; } }
  .ser-block .cnt {
    margin-top: 20px;
    font-family: 'helvetica_condensedmedium';
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    width: 100%; }
    @media (min-width: 768px) {
      .ser-block .cnt {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 992px) {
      .ser-block .cnt {
        font-size: 20px;
        font-size: 2rem;
        width: 100%;
        max-width: 338px;
        margin: 0 auto;
        margin-top: 30px; } }
    .ser-block .cnt p {
      margin: 0; }

.common-block {
  display: block;
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .common-block {
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .common-block {
      margin-bottom: 70px; } }

.benfitsplit {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px; }
  .benfitsplit:before, .benfitsplit:after {
    content: " ";
    display: table; }
  .benfitsplit:after {
    clear: both; }
  .benfitsplit > li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .benfitsplit > li {
        float: left;
        width: 50%; } }

.ui-benefit {
  display: block;
  list-style-type: disc; }
  .ui-benefit > li {
    list-style-type: disc;
    font-size: 20px;
    font-size: 2rem;
    display: block;
    font-family: 'helvetica_condensedmedium';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    width: 100%;
    position: relative;
    padding: 2px 0; }
    .ui-benefit > li:before {
      content: "";
      position: absolute;
      left: -20px;
      color: white;
      width: 4px;
      height: 4px;
      background: white;
      top: 50%;
      margin-top: -2px;
      border-radius: 50%; }
    @media (min-width: 768px) {
      .ui-benefit > li {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 992px) {
      .ui-benefit > li {
        font-size: 20px;
        font-size: 2rem; } }

/*.return-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	background: black;
	background: rgba($clr-green-one,0.9);
	width: 100%;
	height: auto;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 8px 10px;
	text-align: center;
	font-weight: 700;
	font-family: 'helvetica_condensedmedium';
	@include font-size(1.3);
	color: white;
	text-shadow: 1px 1px 0px rgba(black,0.4);
	cursor: pointer;
	&:hover, &:focus{
		text-decoration: none;
		color: black;
		background:white;
		text-shadow: 0px 0px 0px rgba(black,0);
	}

	@include media('>=tablet') {
		height: 120px;
		width: 120px;
		@include font-size(1.4);
		padding: 28px 20px;
		border-radius: 50%;
		bottom: 15px;
		right: 15px;
		background: rgba($clr-green-one,0.6);
		text-shadow: 1px 1px 0px rgba(black,0.2);
	}
	@include media('>=desktop') {
		height: 126px;
		width: 126px;
		@include font-size(1.4);
		padding: 30px 20px;
	}

}*/
.return-to-top {
  background-color: #00BCD4;
  border-radius: 0px;
  color: #ffffff;
  padding: 15px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  width: auto;
  margin-top: 20px;
  display: inline-block; }
  .return-to-top:hover, .return-to-top:focus {
    text-decoration: none;
    outline: none;
    background: white;
    color: black; }
  @media (min-width: 768px) {
    .return-to-top {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .return-to-top {
      margin-top: 30px;
      padding: 20px 30px;
      font-size: 22px;
      font-size: 2.2rem; } }

.team {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .team {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .team {
      margin-bottom: 30px; } }
/*# sourceMappingURL=main.css.map */