@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300,100,700&subset=latin,latin-ext);

* {
  box-sizing: content-box !important; }

.jqTransformCheckboxWrapper .checkbox {
  display: none; }

.jqtransformdone .tooltip {
  border-bottom: 1px dotted #000000;
  color: #005da3;
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative;
  display: inline;
  opacity: 1;
  font-size: 17px; }

#homepage-new, .header-new, #footer-new {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #605b57; }
  #homepage-new, #homepage-new *, .header-new, .header-new *, #footer-new, #footer-new * {
    box-sizing: border-box !important; }

#maincontent > *:first-child:not(#homepage-new), .centerholder {
  padding-top: 90px !important; }

footer .mobile-toggle {
  display: none; }

html {
  height: 100%;
  overflow-y: scroll; }
  html * {
    margin: 0;
    padding: 0; }
    html *:hover, html *:active, html *:focus {
      text-decoration: none;
      outline: none; }

ul li {
  list-style-type: none; }

.container {
  height: 100%; }

.m-t {
  margin-top: 15px; }

.m-b {
  margin-bottom: 15px; }

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

section {
  position: relative;
  width: 100%;
  padding: 70px 0; }
  section h2 {
    margin-bottom: 50px;
    font-weight: 300; }

.btn-cstm {
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  .btn-cstm:hover {
    color: #ffffff; }
  .btn-cstm:link, .btn-cstm:visited {
    color: #ffffff; }

.download-btn-cst {
  background-color: #2ecc71;
  padding: 13px 18px;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .download-btn-cst:hover, .download-btn-cst.active {
    background-color: #25a25a; }
    .download-btn-cst:hover i.download:after, .download-btn-cst.active i.download:after {
      border-right-color: #25c067;
      border-left-color: #268750;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .download-btn-cst i.download {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    left: -8px;
    float: left;
    width: 26px;
    height: 24px;
    margin-right: 18px; }
    .download-btn-cst i.download:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: url("../img/icons/download.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      -webkit-transition: all 0.3s ease-in, background-image 0.1s linear;
      -moz-transition: all 0.3s ease-in, background-image 0.1s linear;
      -o-transition: all 0.3s ease-in, background-image 0.1s linear;
      transition: all 0.3s ease-in, background-image 0.1s linear; }
    .download-btn-cst i.download:after {
      content: '';
      display: block;
      position: absolute;
      border-right: 1px solid #3eda80;
      border-left: 1px solid #31af67;
      right: -13px;
      top: -13px;
      bottom: -13px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .download-btn-cst:after {
    width: 0;
    height: 100%;
    top: 50%;
    left: 48px;
    background: #fff;
    opacity: .5;
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transition: translateX(0%) translateY(-50%);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
  .download-btn-cst.inprogress i.download:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transition: rotate(-90deg); }
  .download-btn-cst.inprogress:after {
    width: calc(100% - 48px);
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out; }

.extra-btn {
  background-color: #faa21f; }
  .extra-btn:hover {
    background-color: #e18905; }

.new {
  background-color: #faa21f;
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: default; }
  .new:hover {
    color: #ffffff; }

.absolute-center, .animate-image-set img {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: translate(-50%, -50%); }

.animate-image-set {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; }
  .animate-image-set img {
    width: 100%;
    height: auto;
    display: none; }

section#join-us {
  background: url("../img/join_us_bg.png") no-repeat top center;
  background-size: cover; }
  section#join-us h2 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 300; }

section#intro {
  min-height: 500px;
  background: #f7f6f5 url(../img/intro_bg.png) no-repeat bottom right;
  background-size: cover;
  color: #080909; }
  section#intro .text-intro {
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    @media (max-width: 981px) {
      section#intro .text-intro {
        text-align: center; }
        section#intro .text-intro p, section#intro .text-intro h2 {
          text-align: center; } }
  section#intro h2 {
    font-size: 25px;
    margin-top: 60px;
    margin-bottom: 30px;
    white-space: nowrap; }
    @media (max-width: 420px) {
      section#intro h2 {
        white-space: normal;
        margin-top: 30px; } }
  section#intro p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px; }
    section#intro p span {
      white-space: nowrap; }
      @media (max-width: 420px) {
        section#intro p span {
          white-space: normal; } }
  @media (min-width: 1200px) {
    section#intro h2 {
      font-size: 29px; }
    section#intro p {
      font-size: 17px; } }
  section#intro .support {
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: left; }
    section#intro .support h3 {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 20px; }
    section#intro .support .providers-wrap {
      width: 100%; }
      section#intro .support .providers-wrap ul {
        padding: 0;
        margin: 0;
        width: 100%; }
        section#intro .support .providers-wrap ul li {
          width: auto;
          float: left;
          line-height: 30px;
          font-size: 12px;
          text-align: center;
          color: #868686 !important;
          max-width: 18%;
          margin: 0;
          padding: 0;
          margin-right: 7%;
          display: inline-block; }
          section#intro .support .providers-wrap ul li a, section#intro .support .providers-wrap ul li a:hover {
            color: #868686 !important; }
          section#intro .support .providers-wrap ul li:last-child {
            margin-right: 0; }
          section#intro .support .providers-wrap ul li img {
            height: auto;
            width: 30px;
            max-width: 100%; }
    @media (max-width: 981px) {
      section#intro .support {
        text-align: center; }
        section#intro .support .providers-wrap ul {
          text-align: center; }
          section#intro .support .providers-wrap ul li {
            float: none; } }
  section#intro .video-content-holder {
    margin-top: 40px;
    width: 100%;
    height: 100%;
    position: relative; }
    section#intro .video-content-holder .play-button {
      top: 47%;
      z-index: 90;
      display: inline-block;
      width: 10%;
      height: auto;
      cursor: pointer;
      z-index: 20;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      section#intro .video-content-holder .play-button:hover {
        -webkit-filter: hue-rotate(70deg);
        filter: hue-rotate(70deg); }
      section#intro .video-content-holder .play-button img {
        width: 100%;
        height: auto; }
    section#intro .video-content-holder .video-frame {
      width: 100%; }
    section#intro .video-content-holder .video-player {
      position: absolute;
      top: 6%;
      bottom: 11%;
      left: 13%;
      right: 13%;
      background-color: #080909;
      display: block;
      z-index: 100; }
      section#intro .video-content-holder .video-player > img {
        display: none; }
      section#intro .video-content-holder .video-player > .animate-image-set {
        z-index: 10; }
      section#intro .video-content-holder .video-player iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: none;
        position: relative;
        padding-top: 3%;
        padding-bottom: 3%;
        background-color: #000;
        z-index: 30; }
    @media (max-width: 1201px) {
      section#intro .video-content-holder {
        margin-top: 70px; } }
    @media (max-width: 420px) {
      section#intro .video-content-holder {
        margin-top: 20px; } }

section#testimotionals {
  background-color: #ffffff; }
  section#testimotionals h2 {
    line-height: 40px;
    color: #080909;
    font-weight: 400; }
    section#testimotionals h2 strong {
      font-weight: 400; }
  section#testimotionals .carousel-wrap {
    padding: 0 100px;
    margin-bottom: 50px; }
    section#testimotionals .carousel-wrap .slick-slide {
      margin: 0 20px;
      border: 1px solid #c5c5c5;
      border-radius: 3px;
      padding: 30px;
      min-height: 300px;
      color: #868686; }
      section#testimotionals .carousel-wrap .slick-slide p {
        text-align: center;
        font-size: 14px;
        line-height: 23px;
        color: #080909; }
      section#testimotionals .carousel-wrap .slick-slide img {
        position: relative;
        width: 50px;
        height: 50px;
        margin: 25px auto 5px auto; }
      section#testimotionals .carousel-wrap .slick-slide span {
        font-size: 12px;
        font-weight: 600; }
    section#testimotionals .carousel-wrap .slick-arrow {
      position: absolute;
      width: 50px;
      height: 50px;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      background-size: 100% 100% !important;
      opacity: 0.8;
      outline: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 50%; }
      section#testimotionals .carousel-wrap .slick-arrow:hover {
        opacity: 1; }
      section#testimotionals .carousel-wrap .slick-arrow.slick-prev {
        left: -70px;
        background: url("../img/icons/slider/arrow_left.png") no-repeat center center; }
      section#testimotionals .carousel-wrap .slick-arrow.slick-next {
        right: -70px;
        background: url("../img/icons/slider/arrow_right.png") no-repeat center center; }
    section#testimotionals .carousel-wrap .item {
      height: 300px; }
  section#testimotionals ul.companies {
    padding: 0 100px; }
    section#testimotionals ul.companies li {
      float: left;
      position: relative;
      width: 20%;
      height: 100px;
      margin-bottom: 50px; }
      @media (max-width: 420px) {
        section#testimotionals ul.companies li {
          margin-bottom: 20px !important; } }
      section#testimotionals ul.companies li:nth-last-child(-n+5) {
        margin-bottom: 0; }
        @media (max-width: 420px) {
          section#testimotionals ul.companies li:nth-last-child(-n+5) {
            margin-bottom: 20px !important; } }
      section#testimotionals ul.companies li img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 60%; }
        section#testimotionals ul.companies li img.mid {
          width: 50%; }
        section#testimotionals ul.companies li img.small {
          width: 40%; }
  @media (max-width: 991px) {
    section#testimotionals .carousel-wrap {
      padding: 0; }
    section#testimotionals ul.companies {
      padding: 0; }
      section#testimotionals ul.companies li {
        width: 50%;
        margin-bottom: 50px !important; }
        section#testimotionals ul.companies li:nth-last-child(-n+2) {
          margin-bottom: 0px !important; }
        section#testimotionals ul.companies li img.mid {
          width: 35%; }
        section#testimotionals ul.companies li img.small {
          width: 30%; } }
  @media (max-width: 771px) {
    section#testimotionals .carousel-wrap .slick-slide {
      min-height: 0px; } }
  @media (max-width: 420px) {
    section#testimotionals ul.companies li {
      margin-bottom: 20px !important; }
      section#testimotionals ul.companies li:nth-last-child(-n+5) {
        margin-bottom: 20px !important; }
      section#testimotionals ul.companies li:nth-last-child(-n+2) {
        margin-bottom: 20px !important; } }

section#features {
  padding: 80px 0;
  background: #f7f6f5;
  -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.139), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.139);
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.139), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.139);
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.139), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.139); }
  @media (max-width: 420px) {
    section#features {
      padding: 40px 0; } }
  section#features h2 {
    line-height: 40px;
    color: #080909;
    font-weight: 400; }
    section#features h2 .new {
      font-size: 16px;
      vertical-align: middle;
      text-transform: uppercase;
      margin-left: 20px;
      color: #ffffff; }
      @media (max-width: 420px) {
        section#features h2 .new {
          margin-top: 10px;
          margin-left: auto;
          margin-right: auto;
          display: block;
          width: 105px; } }
  section#features ul {
    min-height: 525px; }
    section#features ul li {
      padding: 0 15px 16px 14px;
      width: 94%;
      margin-bottom: 13px;
      border-bottom: 1px solid #e5e2df;
      max-height: 55px;
      overflow: hidden;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      section#features ul li img, section#features ul li .feature-ico {
        float: left;
        width: 40px;
        height: 40px;
        padding: 2px;
        margin: 0 15px 0px 0;
        border-radius: 50%;
        background-color: #faa21f;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        section#features ul li img img, section#features ul li .feature-ico img {
          max-width: 100%; }
        section#features ul li img svg, section#features ul li .feature-ico svg {
          width: 36px;
          height: 36px; }
      section#features ul li h4 {
        line-height: 40px;
        color: #080909;
        font-size: 14px;
        position: relative;
        font-weight: 400; }
        section#features ul li h4 .fa {
          display: inline-block;
          position: absolute;
          font-size: 20px;
          right: 0;
          top: 10px;
          color: #868686;
          font-weight: 700; }
      section#features ul li p {
        margin-top: 13px;
        padding-left: 55px;
        font-size: 13px;
        color: #605b57;
        margin-bottom: 10px;
        font-weight: 300;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      section#features ul li a.more {
        padding-left: 55px;
        color: #65582c;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 700; }
        section#features ul li a.more .fa {
          margin-left: 10px;
          font-size: 15px;
          font-weight: 700; }
      section#features ul li.active {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        max-height: 160px; }
        section#features ul li.active p, section#features ul li.active a.more {
          display: block;
          margin-top: 0; }
  section#features .tab-content {
    margin-bottom: 40px;
    min-height: 240px; }
    @media (max-width: 420px) {
      section#features .tab-content {
        margin-bottom: 10px; } }
  section#features .tab-pane {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    width: 100%; }
    section#features .tab-pane img {
      width: 100%;
      border: none; }
  section#features .bottom-text {
    margin-top: 10px;
    color: #868686; }
  @media (max-width: 991px) {
    section#features h2 {
      font-size: 20px;
      line-height: 20px; }
      section#features h2 .new {
        vertical-align: baseline; }
    section#features ul {
      width: 100%; }
      section#features ul li {
        padding-right: 20px; } }

#features-list svg .bg-fill {
  stroke-dasharray: 15;
  stroke-dashoffset: 280;
  -webkit-transition: stroke-width 1s;
  -moz-transition: stroke-width 1s;
  -o-transition: stroke-width 1s;
  transition: stroke-width 1s; }

#features-list .active svg .bg-fill {
  -webkit-animation: strokeArr 32s linear alternate infinite;
  -moz-animation: strokeArr 32s linear alternate infinite;
  -o-animation: strokeArr 32s linear alternate infinite;
  animation: strokeArr 32s linear alternate infinite;
  stroke: #fff;
  stroke-width: 2px; }

@keyframes strokeArr {
  to {
    stroke-dashoffset: 560; } }

@-webkit-keyframes strokeArr {
  to {
    stroke-dashoffset: 560; } }

@-moz-keyframes strokeArr {
  to {
    stroke-dashoffset: 560; } }

@-ms-keyframes strokeArr {
  to {
    stroke-dashoffset: 560; } }

@-o-keyframes strokeArr {
  to {
    stroke-dashoffset: 560; } }
