@charset "UTF-8";
/*====================================================================>>>>>
								= WARNING!!!
			THIS CSS FILE IS CREATED MY STYLE.SCSS FROM SASS FOLDER
  SO ANY CHANGE IN STYLE.CSS WILL BE OVERWRITTER WHEN UPDATED THROUGH SCSS=
=====================================================================>>>>>*/
/*==========  General elements  ==========*/
.active:active {
  top: 5px; }

.textIndent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block; }

.after, .sub-section:after, .logos-inside ul:after, .post-container2:after, .about-block p:after {
  content: '';
  display: block;
  clear: both; }

.beforeAbsolute {
  content: '';
  display: block;
  position: absolute; }

.transition, a {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out; }

input[type="submit"] {
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* typograpy */
body {
  margin: 0;
  padding: 0;
  font-size: 23px;
  color: #484848;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #f5f5f8; }

.welcome_hd {
  color: #df4660;
  font-size: 4.8rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2; }

h1, .h1 {
  color: #826c92;
  font-size: 41px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  padding: 0 0 37px;
  position: relative; }
  h1.logo-hd, .h1.logo-hd {
    padding: 0;
    margin: 0;
    display: inline-block;
    z-index: 1000;
    width: 278px;
    height: 96px;
    padding: 7px;
    float: left; }
    h1.logo-hd a, .h1.logo-hd a {
      position: relative; }
      h1.logo-hd a img, .h1.logo-hd a img {
        max-width: 100%; }
    h1.logo-hd:before, .h1.logo-hd:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      width: 0;
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      -webkit-transition: all 2s cubic-bezier(0.6, 0.3, 0, 1);
      -moz-transition: all 2s cubic-bezier(0.6, 0.3, 0, 1);
      -o-transition: all 2s cubic-bezier(0.6, 0.3, 0, 1);
      transition: all 2s cubic-bezier(0.6, 0.3, 0, 1);
      -webkit-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
      -moz-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
      -o-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
      transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
      background: #e8658f;
      /* Old browsers */
      background: -moz-linear-gradient(left, #e8658f 0%, #e65b22 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #e8658f 0%, #e65b22 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #e8658f 0%, #e65b22 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8658f', endColorstr='#e65b22',GradientType=1 );
      /* IE6-9 */ }
  h1.page-title, .h1.page-title {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0 0 15px; }
    h1.page-title:before, .h1.page-title:before {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 11px;
      border-bottom: 2px solid #b7abc1; }
    h1.page-title span, .h1.page-title span {
      background-color: #fff;
      position: relative;
      padding: 0 32px 0 0; }

h2, .h2 {
  color: #464746;
  font-size: 47px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin: 0 0 49px;
  word-spacing: -1px; }

h3, .h3 {
  color: #464746;
  font-size: 35px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin: 0 0 28px;
  word-spacing: -1.2px;
  letter-spacing: -0.4px; }

h4, .h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  margin: 0 0 20px; }

h5, .h5 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  margin: 0 0 20px; }

h6, .h6 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  margin: 0 0 20px; }

p, .p, ol {
  font-family: "Open Sans", sans-serif;
  font-size: 20.9px;
  line-height: 1.45;
  font-weight: 300;
  color: #464746;
  padding: 0 0 29px;
  margin: 0;
  word-spacing: 0.6px; }
  p.orange-txt, .p.orange-txt {
    color: #fa5a0c; }
  p.para-big, .p.para-big {
    font-size: 33.4px;
    line-height: 1.3; }
  p a, .p a {
    text-decoration: none; }
    p a.orange-txt, .p a.orange-txt {
      color: #fa5a0c; }
  p span.orange-txt, .p span.orange-txt {
    color: #fa5a0c; }
  p.blue-txt, .p.blue-txt {
    color: #11a5b6; }
  p .blue-txt, .p .blue-txt {
    color: #11a5b6; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li {
    padding: 0;
    margin: 0; }
    ul li ul {
      list-style: none; }

.cf_wpb {
  clear: both; }

.container {
  max-width: 1180px; }

.sprite {
  background: url("img/sprite.png") no-repeat 0 0; }

img {
  max-width: 100%;
  height: auto; }

.mgnZero {
  margin: 0 !important; }

.center {
  text-align: center; }

.align-left {
  text-align: left !important; }

.hide, .hidden {
  display: none; }

.desktop-hide {
  display: none; }

.mobile-hide {
  display: block; }

a,
a:hover,
a:visited,
a:active {
  color: #fa5a0c; }

hr {
  margin-bottom: 0;
  max-width: 804px;
  margin-left: auto;
  margin-right: auto; }

*:focus {
  outline: none; }

.orange-gradient, h1.logo-hd, .h1.logo-hd, .menu-toggle span.hamburger, .menu-toggle span.hamburger::after, .menu-toggle span.hamburger::before, .menu-toggle span.cross::before, .menu-toggle span.cross::after, .top-link-container .start-trial-btn, .top-link-container .start-trial-btn:before, .individual-block:before, .individual-block:after, .buttons-block ul, .buttons-block ul li a:before, .footer:before, .footer:after, .tabular-contents .tabular-row:first-child .tabular-cell:before, .tabular-cell:after, .post-img-container:before, .post-upper-section:before, .post-container2:after {
  background: #e86096;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e86096 0%, #e65a0c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e86096 0%, #e65a0c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e86096 0%, #e65a0c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e86096', endColorstr='#e65a0c',GradientType=1 );
  /* IE6-9 */ }

.yellow-gradient, .video-box:before, body.yellow h1.logo-hd,
body.yellow h1.logo-hd:before,
body.yellow .top-link-container .start-trial-btn,
body.yellow .top-link-container .start-trial-btn:before,
body.yellow .menu-toggle span.hamburger,
body.yellow .menu-toggle span.hamburger:before,
body.yellow .menu-toggle span.hamburger:after,
body.yellow .menu-toggle span.cross:before,
body.yellow .menu-toggle span.cross:after,
body.yellow .individual-block:before,
body.yellow .individual-block:after,
body.yellow .tabular-contents .tabular-row:first-child .tabular-cell:before,
body.yellow .tabular-cell:after,
body.yellow .buttons-block ul,
body.yellow .footer:before,
body.yellow .footer:after,
body.yellow .buttons-block ul li a:before, .submit-btn, .submit-btn:before {
  background: #f19800;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f19800 0%, #ffd900 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f19800 0%, #ffd900 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f19800 0%, #ffd900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19800', endColorstr='#ffd900',GradientType=1 );
  /* IE6-9 */ }

.green-gradient, .tabular-contents.pricing .tabular-row:after, .tabular-contents.pricing .tabular-row:first-child + .tabular-row:before, body.green h1.logo-hd,
body.green h1.logo-hd:before,
body.green .top-link-container .start-trial-btn,
body.green .top-link-container .start-trial-btn:before,
body.green .individual-block:before,
body.green .individual-block:after,
body.green .tabular-contents .tabular-row:first-child .tabular-cell:before,
body.green .tabular-cell:after,
body.green .buttons-block ul,
body.green .footer:before,
body.green .footer:after,
body.green .buttons-block ul li a:before, .offer-block {
  background: #45bbdc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #45bbdc 0%, #65af2e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #45bbdc 0%, #65af2e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #45bbdc 0%, #65af2e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45bbdc', endColorstr='#65af2e',GradientType=1 );
  /* IE6-9 */ }

.blue-gradient, body.blue h1.logo-hd,
body.blue h1.logo-hd:before,
body.blue .top-link-container .start-trial-btn,
body.blue .top-link-container .start-trial-btn:before,
body.blue .menu-toggle span.hamburger,
body.blue .menu-toggle span.hamburger:before,
body.blue .menu-toggle span.hamburger:after,
body.blue .menu-toggle span.cross:before,
body.blue .menu-toggle span.cross:after,
body.blue .individual-block:before,
body.blue .individual-block:after,
body.blue .tabular-contents .tabular-row:first-child .tabular-cell:before,
body.blue .tabular-cell:after,
body.blue .buttons-block ul,
body.blue .footer:before,
body.blue .footer:after,
body.blue .buttons-block ul li a:before {
  background: #45bbdc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #45bbdc 0%, #454379 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #45bbdc 0%, #454379 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #45bbdc 0%, #454379 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45bbdc', endColorstr='#454379',GradientType=1 );
  /* IE6-9 */ }

/*=========================================
=            main-styling area            =
=========================================*/
/*=================================
=            Home page            =
=================================*/
.main-contents {
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s; }

.header {
  padding: 91px 0 0;
  position: relative;
  z-index: 100; }
  .header .container {
    position: relative; }

.social-icons {
  float: right;
  padding: 0 80px 0 0; }
  .social-icons a {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    background-color: #e65a0b;
    margin: 0 10px;
    padding: 7px; }
    .social-icons a:before {
      content: '';
      display: inline-block;
      width: 100%;
      height: 100%;
      vertical-align: middle; }
    .social-icons a.search:before {
      background: url("img/search_icon.svg") no-repeat 0 0;
      background-size: 100%; }
    .social-icons a.twitter:before {
      background: url("img/twitter_icon.svg") no-repeat 0 0;
      background-size: 100%; }
    .social-icons a.linkedin:before {
      background: url("img/linkedin_icon.svg") no-repeat 0 0;
      background-size: 100%; }

header .menu-toggle {
  min-height: calc(100px + 30px);
  opacity: 1 !important; }

/*----------- menu button -----------*/
.menu-toggle {
  width: 80px;
  height: 80px;
  max-height: 100%;
  float: right;
  position: absolute;
  display: block;
  cursor: pointer;
  overflow: hidden;
  z-index: 10000;
  transition: height 0.3s ease, transform 0.4s ease;
  opacity: 1;
  margin: -38px 0 0 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  right: 4px;
  top: 0; }

/* cross icon / animation */
.menu-toggle span.hamburger {
  content: "";
  display: block;
  width: 60px;
  height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -30px;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0.15s; }
  .menu-toggle span.hamburger::after, .menu-toggle span.hamburger::before {
    content: "";
    display: block;
    width: 60px;
    height: 7px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -30px;
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
    transition-delay: 0.15s; }

.menu-toggle span.hamburger::after {
  margin-top: -25px;
  top: 0;
  transition-delay: 0.27s; }

.menu-toggle span.hamburger::before {
  margin-top: 25px;
  top: 0;
  transition-delay: 0.2s; }

.menu-active .menu-toggle span.hamburger {
  transition-delay: 0.12s;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px); }
  .menu-active .menu-toggle span.hamburger::after, .menu-active .menu-toggle span.hamburger::before {
    transition-delay: 0.12s;
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px); }
  .menu-active .menu-toggle span.hamburger::after {
    transition-delay: 0s; }
  .menu-active .menu-toggle span.hamburger::before {
    transition-delay: 0.07s; }

/* cross icon / animation */
.menu-toggle span.cross::before, .menu-toggle span.cross::after {
  content: "";
  display: block;
  width: 60px;
  height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -30px;
  -webkit-transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  -webkit-transform: translateY(-70px) translateX(-70px) rotate(45deg);
  -moz-transform: translateY(-70px) translateX(-70px) rotate(45deg);
  -ms-transform: translateY(-70px) translateX(-70px) rotate(45deg);
  -o-transform: translateY(-70px) translateX(-70px) rotate(45deg);
  transform: translateY(-70px) translateX(-70px) rotate(45deg);
  transition-delay: 0.12s; }

header.menu-dark .menu-toggle span.cross::before, header.menu-dark .menu-toggle span.cross::after {
  background: #ffffff; }

.menu-toggle span.cross::after {
  transition-delay: 0s;
  -webkit-transform: translateY(-70px) translateX(70px) rotate(-45deg);
  -moz-transform: translateY(-70px) translateX(70px) rotate(-45deg);
  -ms-transform: translateY(-70px) translateX(70px) rotate(-45deg);
  -o-transform: translateY(-70px) translateX(70px) rotate(-45deg);
  transform: translateY(-70px) translateX(70px) rotate(-45deg); }

.menu-active .menu-toggle span.cross::before {
  transition-delay: 0.12s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-active .menu-toggle span.cross::after {
  transition-delay: 0.24s;
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important; }

.main-nav {
  width: 0;
  position: absolute;
  right: -15px;
  top: 0;
  min-height: calc(100vh - 91px);
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 145px 0 0 0;
  -webkit-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
  -moz-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
  -o-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
  transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
  transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
  z-index: 1000; }
  .main-nav > ul > li {
    display: block;
    font: 300 46px "Open Sans", sans-serif;
    white-space: nowrap;
    margin: 0 0 6.4px; }
    .main-nav > ul > li > a {
      text-decoration: none;
      color: #464646; }
    .main-nav > ul > li.current-menu-item > a, .main-nav > ul > li.current-menu-ancestor > a, .main-nav > ul > li.active > a {
      color: #e65a0d; }

.menu-active .main-nav {
  width: 560px;
  padding: 145px 10px 50px 85px;
  overflow-y: auto; }

.top-link-container {
  clear: both;
  float: right;
  padding: 0 350px 0 0;
  height: 96px;
  overflow: hidden; }
  .top-link-container .start-trial-btn {
    width: 320px;
    height: 97px;
    display: inline-block;
    text-align: center;
    font: 300 45px "Open Sans", sans-serif;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
    .top-link-container .start-trial-btn span {
      position: relative; }
    .top-link-container .start-trial-btn:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      width: 0;
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      -webkit-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
      -moz-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
      -o-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
      transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
      -webkit-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
      -moz-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
      -o-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
      transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1); }

/*----------- main contents -----------*/
.individual-block {
  background-color: #fff;
  position: relative;
  padding: 62px 81px;
  margin-bottom: 25px; }
  .individual-block:before, .individual-block:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0; }
  .individual-block:after {
    top: inherit;
    bottom: 0; }
  .individual-block.adj {
    padding: 71px 81px 54px; }
    .individual-block.adj h2 {
      letter-spacing: -0.2px;
      margin: 0 0 55px; }

/*----------- sub-section -----------*/
.sub-section {
  padding: 0 84px; }

/*----------- logogs block -----------*/
.logos-inside {
  padding: 15px 0 19px 0; }
  .logos-inside ul {
    margin: 0 -12.5px; }
    .logos-inside ul li {
      list-style: none;
      float: left;
      padding: 0 12.5px;
      width: 25%; }
      .logos-inside ul li a {
        text-decoration: none; }

/*----------- buttons block -----------*/
.buttons-block {
  padding: 0 0 25px; }
  .buttons-block ul {
    display: table;
    width: calc(100% + 6px);
    margin: 0 0 0 -6px; }
    .buttons-block ul li {
      display: table-cell;
      list-style: none;
      text-align: center;
      width: 33%;
      border-left: 6px solid #f5f5f8;
      font: 300 38px "Open Sans", sans-serif;
      height: 95px;
      line-height: 89px;
      vertical-align: middle; }
      .buttons-block ul li a {
        color: #fff;
        text-decoration: none;
        height: 95px;
        display: block;
        position: relative; }
        .buttons-block ul li a span {
          position: relative; }
        .buttons-block ul li a:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          width: 0;
          -ms-transform: rotate(180deg);
          /* IE 9 */
          -webkit-transform: rotate(180deg);
          /* Chrome, Safari, Opera */
          transform: rotate(180deg);
          -webkit-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
          -moz-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
          -o-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
          transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
          -webkit-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
          -moz-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
          -o-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
          transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1); }
  .buttons-block.two-btns ul li {
    width: 50%; }

/*----------- img block -----------*/
.img-block {
  font-size: 0;
  margin-bottom: 25px; }
  .img-block img {
    width: 100%; }

/*Footer section code*/
.footer {
  background-color: #fff;
  padding: 66px 0 62px 78px;
  position: relative;
  overflow: hidden; }
  .footer:before, .footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0; }
  .footer:after {
    bottom: 0;
    top: inherit; }
  .footer-block {
    display: table-cell;
    padding: 0 40px 0 10px;
    vertical-align: top; }
    .footer-block ul {
      list-style: none;
      padding: 0; }
      .footer-block ul li {
        font: normal 31px "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1;
        margin-top: 6px;
        letter-spacing: -0.6px; }
        .footer-block ul li:first-child {
          margin-top: 0; }
        .footer-block ul li a {
          text-decoration: none;
          color: #1e1e1e;
          -webkit-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
          -moz-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
          -o-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
          transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
          -webkit-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
          -moz-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
          -o-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
          transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1); }
          .footer-block ul li a em {
            color: #737373; }
        .footer-block ul li.footer-logo {
          margin-bottom: 3px; }
    .footer-block.footer-block1 ul li {
      font-size: 29px;
      letter-spacing: -0.28px;
      margin-top: 1.1px; }
      .footer-block.footer-block1 ul li:first-child {
        margin-top: 0; }
    .footer-block.footer-block3 {
      padding: 0 46px 0 10px; }
      .footer-block.footer-block3 ul li {
        font-size: 33px;
        letter-spacing: -0.28px;
        margin-top: 5px; }
        .footer-block.footer-block3 ul li:first-child {
          margin-top: 0; }

.copy-rights {
  font-size: 15.7px;
  padding: 18px 0 10px;
  height: 50px; }

/*=====  End of Home page  ======*/
/*=============================================>>>>>
= linkspace page =
===============================================>>>>>*/
/*----------- tabular contents -----------*/
.tabular-contents {
  margin: 0 -14px;
  display: table;
  width: calc(100% + 28px);
  padding: 15px 0 47px; }
  .tabular-contents.double-column .tabular-cell {
    width: 50%; }
  .tabular-contents.tripple-column .tabular-cell {
    width: 33.333%; }
  .tabular-contents .tabular-row:first-child .tabular-cell:before {
    content: '';
    display: block;
    width: calc(100% - 28px);
    height: 2px;
    position: absolute;
    left: 14px;
    top: -1px; }
  .tabular-contents.features .tabular-row .tabular-cell {
    padding: 12px 14px 13px; }
    .tabular-contents.features .tabular-row .tabular-cell p {
      font-size: 18.9px;
      letter-spacing: -0.2px;
      line-height: 1.33;
      padding: 0; }
  .tabular-contents.features .tabular-row:first-child .tabular-cell {
    padding: 15px 14px 15px; }
    .tabular-contents.features .tabular-row:first-child .tabular-cell p {
      padding: 0;
      font-size: 20.9px;
      letter-spacing: 0;
      line-height: 1.45; }
  .tabular-contents.pricing .tabular-row:after {
    content: '';
    display: block;
    height: 2px;
    width: calc(100% - 28px);
    margin: 0 0 0 14px;
    display: none; }
  .tabular-contents.pricing .tabular-row .tabular-cell {
    padding: 12px 14px 13px; }
    .tabular-contents.pricing .tabular-row .tabular-cell p {
      padding: 0; }
    .tabular-contents.pricing .tabular-row .tabular-cell span {
      display: none; }
  .tabular-contents.pricing .tabular-row:first-child + .tabular-row:before {
    content: '';
    display: block;
    height: 2px;
    width: calc(100% - 28px);
    margin: 0 0 0 14px;
    display: none; }

.tabular-row {
  display: table-row; }

.tabular-cell {
  position: relative;
  display: table-cell;
  padding: 12px 14px 21px; }
  .tabular-cell:after {
    content: '';
    display: block;
    width: calc(100% - 28px);
    height: 2px;
    position: absolute;
    left: 14px;
    bottom: 0; }

.js-show {
  display: none; }

.close-detail {
  cursor: pointer; }

/*----------- dash-nav -----------*/
.dash-nav {
  margin: 0 -25px 28px 0; }
  .dash-nav li {
    list-style: none;
    font-family: "Open Sans", sans-serif;
    font-size: 20.9px;
    line-height: 1.45;
    font-weight: 300;
    color: #464746;
    padding: 0;
    margin: 0;
    word-spacing: 0.6px; }
    .dash-nav li:before {
      content: '— ';
      display: inline-block;
      padding: 0 6px 0 0; }

/*----------- video box -----------*/
.video-box {
  position: relative;
  padding: 20px 0 51.75%;
  overflow: hidden;
  margin: 0 0 25px; }
  .video-box:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0; }
  .video-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/*= End of linkspace page =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= linkspace for business page =
===============================================>>>>>*/
body.green .social-icons a {
  background-color: #64ae2d; }

/*
body.green .nicescroll-rails > div {
  background-color: #00a0b2 !important; }
*/

body.green a,
body.green a:hover,
body.green a:visited,
body.green a:active, body.green .quote {
  color: #00a0b2; }

body.green .main-nav > ul > li > a {
  color: #464646; }

body.green .footer-block ul li a {
  color: #1e1e1e; }

body.green .main-nav > ul > li.current-menu-item > a,
body.green .main-nav > ul > li.current-menu-ancestor > a,
body.green .main-nav > ul > li.active > a {
  color: #00a0b2; }

body.green .tabular-cell:after,
body.green .tabular-contents .tabular-row:first-child .tabular-cell:before {
  background: #009fb1; }

body.green .buttons-block ul li a {
  color: #fff; }

body.green .menu-toggle span.hamburger,
body.green .menu-toggle span.hamburger:before,
body.green .menu-toggle span.hamburger:after {
  background: #64ae2d; }

body.green .menu-toggle span.cross:before,
body.green .menu-toggle span.cross:after {
  background: #666; }

.loading body.green .loading .cssload-inner.cssload-three,
.loading body.green .loading .cssload-inner.cssload-two,
.loading body.green .loading .cssload-inner.cssload-one {
  border-color: #00a0b2; }

.quote,
.special-text {
  font-size: 34.8px;
  line-height: 1.25; }

.offer-block {
  padding: 10px;
  margin-bottom: 25px; }
  .offer-block-inner {
    background-color: #fff;
    padding: 64px 90px 42px 83px;
    overflow: hidden; }
    .offer-block-inner h2 {
      margin-bottom: 41px; }
    .offer-block-inner p {
      font-size: 34px;
      line-height: 1.29;
      word-spacing: -1.3px; }

/*= End of linkspace for business page =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= signup page =
===============================================>>>>>*/
/*
body.yellow .nicescroll-rails > div {
  background-color: #ffaa28 !important; }
*/

body.yellow a,
body.yellow a:hover,
body.yellow a:visited,
body.yellow a:active,
body.yellow .quote,
body.yellow .special-text {
  color: #ffaa28; }

body.yellow .main-nav > ul > li > a {
  color: #464646; }

body.yellow .footer-block ul li a {
  color: #1e1e1e; }

body.yellow .main-nav > ul > li.current-menu-item > a,
body.yellow .main-nav > ul > li.current-menu-ancestor > a,
body.yellow .main-nav > ul > li.active > a {
  color: #ffaa28; }

body.yellow .buttons-block ul li a {
  color: #fff; }

body.yellow .tabular-cell:after,
body.yellow .tabular-contents .tabular-row:first-child .tabular-cell:before {
  background: #ff931e; }

body.yellow .social-icons a {
  background-color: #fcc300; }

body.yellow .menu-toggle span.hamburger,
body.yellow .menu-toggle span.hamburger:before,
body.yellow .menu-toggle span.hamburger:after {
  background: #fcc300; }

body.yellow .menu-toggle span.cross:before,
body.yellow .menu-toggle span.cross:after {
  background: #666; }

.loading body.yellow .loading .cssload-inner.cssload-three,
.loading body.yellow .loading .cssload-inner.cssload-two,
.loading body.yellow .loading .cssload-inner.cssload-one {
  border-color: #ffaa28; }

.info-block {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }
  .info-block ul {
    counter-reset: custom-numbers; }
    .info-block ul li {
      list-style: none;
      position: relative;
      padding: 0 60px 0 83px;
      font-family: "Open Sans", sans-serif;
      font-size: 21.5px;
      line-height: 1.45;
      font-weight: 300;
      color: #464746;
      word-spacing: 0.6px;
      margin-top: 56px;
      display: inline-block;
      letter-spacing: -0.3px; }
      .info-block ul li:before {
        content: "0" counter(custom-numbers);
        counter-increment: custom-numbers;
        position: absolute;
        left: 0;
        font-size: 47px;
        line-height: 1; }
    .info-block ul + p {
      margin-top: 56px; }
  .info-block p {
    padding-right: 83px;
    padding-left: 83px; }
  .info-block-wrapper {
    padding: 21px 81px 50px; }

/*----------- form -----------*/
.form-elements {
  padding: 78px 162px 90px; }

.input-container {
  position: relative;
  display: block;
  padding: 0 0 0 282px;
  margin: 0 0 11px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 20.9px;
  line-height: 1.45;
  font-weight: 300;
  color: #464746; }
  .input-container span {
    font-family: "Open Sans", sans-serif;
    font-size: 20.9px;
    line-height: 1.45;
    font-weight: 300;
    color: #464746; }
    .input-container span.label {
      position: absolute;
      color: #484748;
      left: 3px;
      top: 17px;
      padding: 0; }
    .input-container span.warning-info {
      font-size: 15.8px;
      line-height: 1.25;
      font-weight: 300;
      color: #464746;
      display: block;
      padding: 9px 29px 0 0; }
  .input-container .in {
    border: 0;
    height: 64px;
    background-color: #f5f5f8;
    border-radius: 0; }
    .input-container .in.invalid {
      border: 1px solid red; }
    .input-container .in.input-number–noSpinners {
      -moz-appearance: textfield; }
    .input-container .in.input-number–noSpinners::-webkit-inner-spin-button, .input-container .in.input-number–noSpinners::-webkit-outer-spin-button {
      -webkit-appearance: none; }
  .input-container.with-warning {
    margin-bottom: 38px; }

.checkbox-container {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 20.9px;
  line-height: 1.45;
  font-weight: 300;
  color: #464746;
  position: relative;
  display: inline-block;
  height: 60px;
  margin: 65px 0 0;
  padding: 0 0 0 3px; }
  .checkbox-container .checkbox-label {
    position: absolute;
    left: 118px;
    top: 12px;
    white-space: nowrap; }
  .checkbox-container .checkbox-selector {
    width: 65px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f5f5f8;
    display: block;
    overflow: hidden;
    margin: -3px 0 0 1px; }
  .checkbox-container input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
    .checkbox-container input[type="checkbox"]:checked + .checkbox-selector:before {
      content: "🗸";
      text-align: center;
      font-size: 66px;
      color: #ffaa28; }
    .checkbox-container input[type="checkbox"].invalid + .checkbox-selector {
      border: 1px solid red; }

.input-spacer {
  height: 60px; }

.submit-btn {
  border: 0;
  margin: 0 0 25px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 95px;
  font: 300 49px "Open Sans", sans-serif;
  position: relative; }
  .submit-btn:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    -webkit-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
    -moz-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
    -o-transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
    transition: all 600ms cubic-bezier(0.6, 0.3, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
    -o-transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1);
    transition-timing-function: cubic-bezier(0.6, 0.3, 0, 1); }
  .submit-btn span {
    position: relative;
    display: block; }

/*= End of signup page =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= case study page =
===============================================>>>>>*/
/*
body.blue .nicescroll-rails > div {
  background-color: #00a0b2 !important; }
*/

body.blue a,
body.blue a:hover,
body.blue a:visited,
body.blue a:active,
body.blue .quote,
body.blue .special-text {
  color: #00a0b2; }

body.blue .main-nav > ul > li > a {
  color: #464646; }

body.blue .footer-block ul li a {
  color: #1e1e1e; }

body.blue .main-nav > ul > li.current-menu-item > a,
body.blue .main-nav > ul > li.current-menu-ancestor > a,
body.blue .main-nav > ul > li.active > a {
  color: #00a0b2; }

body.blue .buttons-block ul li a {
  color: #fff; }

body.blue .buttons-block ul li a {
  color: #fff; }

body.blue .social-icons a {
  background-color: #4e3871; }

body.blue .menu-toggle span.hamburger,
body.blue .menu-toggle span.hamburger:before,
body.blue .menu-toggle span.hamburger:after {
  background: #4e3871; }

body.blue .menu-toggle span.cross:before,
body.blue .menu-toggle span.cross:after {
  background: #666; }

.loading body.blue .loading .cssload-inner.cssload-three,
.loading body.blue .loading .cssload-inner.cssload-two,
.loading body.blue .loading .cssload-inner.cssload-one {
  border-color: #00a0b2; }

.js-more {
  display: none; }

.section-close span {
  display: inline-block;
  cursor: pointer; }

/*= End of case study page =*/
/*=============================================>>>>>
= Blog pages =
===============================================>>>>>*/
.post-img-container {
  position: relative; }
  .post-img-container:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0; }
  .post-img-container img {
    width: 100%; }

body.orange .social-icons a {
  background-color: #e65a0b; }

body.orange .menu-toggle span.hamburger,
body.orange .menu-toggle span.hamburger:before,
body.orange .menu-toggle span.hamburger:after {
  background: #e65a0b; }

body.orange .menu-toggle span.cross:before,
body.orange .menu-toggle span.cross:after {
  background: #666; }

.post-upper-section {
  display: table;
  table-layout: fixed;
  background-color: #fff;
  position: relative; }
  .post-upper-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0; }

.post-container2 {
  margin-bottom: 20px; }
  .post-container2:after {
    width: 100%;
    height: 2px; }

.post-img-block {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.post-short-detail {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 50px 30px 50px 8%; }

.post-full-detail {
  margin-bottom: 0;
  display: none; }
  .post-full-detail:before, .post-full-detail:after {
    display: none; }

.js-full-detail-close span {
  cursor: pointer; }

/*= End of Blog pages =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= contact us page =
===============================================>>>>>*/
.contact-form textarea {
  border: 0;
  background-color: #f5f5f8;
  border-radius: 0;
  resize: none; }
  .contact-form textarea.invalid {
    border: 1px solid red; }

.contact-form .submit-btn {
  width: auto;
  padding: 0 50px; }

/*= End of contact us page =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= about page =
===============================================>>>>>*/
.about-block p img {
  float: left;
  margin: 0 10px 10px 0; }

/*= End of about page =*/
/*=============================================<<<<<*/
/*=============================================<<<<<*/
/*===========================================
=            miscellaneous style            =
===========================================*/
.general-header {
  padding: 34px 0 0; }

.general-content {
  padding: 10px 0 35px; }
  .general-content-without-heading {
    padding: 30px 0 30px; }

.general-footer {
  padding: 0 0 30px; }

/*loader starts*/
.revealOnScroll {
  opacity: 0; }
  .revealOnScroll.animated {
    opacity: 1; }

.loading .loading, .ajax-loading .loading {
  display: block; }

.loading .loading, .ajax-loading .loading {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("img/logo.svg") no-repeat 0 0;
  background-position: center center;
  background-color: #fff;
  background-size: 115px auto;
  z-index: 9999999; }

.loading .loading .cssload-loader, .ajax-loading .loading .cssload-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 125px;
  height: 125px;
  top: 50%;
  margin-top: -31px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px; }

.loading .loading .cssload-inner, .ajax-loading .loading .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.loading .loading .cssload-inner.cssload-one, .ajax-loading .loading .cssload-inner.cssload-one {
  left: 0;
  top: 0;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #e65a0d; }

.loading .loading .cssload-inner.cssload-two, .ajax-loading .loading .cssload-inner.cssload-two {
  right: 0;
  top: 0;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #e65a0d; }

.loading .loading .cssload-inner.cssload-three, .ajax-loading .loading .cssload-inner.cssload-three {
  right: 0;
  bottom: 0;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #e65a0d; }

.loading .thim-loading-container, .ajax-loading .thim-loading-container {
  position: absolute;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff; }

.loading .thim-loading, .ajax-loading .thim-loading {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: spin .6s infinite linear;
  -moz-animation: spin .6s infinite linear;
  -ms-animation: spin .6s infinite linear;
  -o-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear; }

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes "spin" {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes "spin" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

.loading span.loading, .ajax-loading span.loading {
  /*background: url("img/loading.gif") no-repeat 0 0;*/
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2000000000; }

  /*
.loading body, .ajax-loading body {
  overflow: hidden; }
*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  /*border-top-color: #3498db;*/
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001; }
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    /*border-top-color: #e74c3c;*/
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    /*border-top-color: #f9c922;*/
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */ }
  #loader-wrapper .loader-section.section-left {
    left: 0; }
  #loader-wrapper .loader-section.section-right {
    right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none; }

/*loader ends*/
/*=====  End of miscellaneous style  ======*/
/*=====  End of main-styling area  ======*/
/*=====================================
=            media queries            =
=====================================*/
@media only screen and (min-width: 1025px) {
  .start-trial-btn:hover:before,
  .buttons-block ul li a:hover:before,
  .submit-btn:hover:before {
    width: 100%; }
  .logos-inside ul li a:hover {
    opacity: .8; }
  .footer-block li a:hover,
  .main-nav > ul > li > a:hover {
    color: #e65a0d; }
  body.orange .main-nav > ul > li > a:hover,
  body.orange .footer-block ul li a:hover {
    color: #e65a0d; }
  body.yellow .main-nav > ul > li > a:hover,
  body.yellow .footer-block ul li a:hover {
    color: #ffaa28; }
  body.green .main-nav > ul > li > a:hover,
  body.green .footer-block ul li a:hover {
    color: #00a0b2; }
  body.blue .main-nav > ul > li > a:hover,
  body.blue .footer-block ul li a:hover {
    color: #00a0b2; } }

@media only screen and (max-width: 1380px) {
  .menu-active .main-nav {
    right: -15px; } }

@media only screen and (min-width: 1200px) {
  .container {
    min-width: 1174px; } }

@media only screen and (max-width: 1200px) {
  .top-link-container {
    padding-right: 0; } }

@media only screen and (max-width: 1199px) {
  .main-nav > ul > li {
    font-size: 30px; }
  .main-nav {
    padding-top: 82px;
    padding-bottom: 50px; }
  .menu-active .main-nav {
    padding: 82px 10px 50px 85px; }
  .buttons-block ul li {
    font-size: 30px; }
  .footer-block.footer-block1 ul li,
  .footer-block ul li,
  .footer-block.footer-block3 ul li {
    font-size: 25px; } }

@media only screen and (max-width: 991px) {
  h1.logo-hd, .h1.logo-hd {
    width: 240px;
    height: 85px; }
  h2,
  .h2,
  .individual-block.adj h2 {
    font-size: 35px;
    margin-bottom: 30px; }
  .offer-block-inner {
    padding: 26px 30px 10px 30px; }
    .offer-block-inner p {
      font-size: 25px; }
    .offer-block-inner h2 {
      margin-bottom: 20px; }
  .sub-section {
    padding: 0 40px; }
  .individual-block,
  .individual-block.adj {
    padding: 62px 50px; }
  .logos-inside ul {
    margin: 0 -5px; }
    .logos-inside ul li {
      padding: 0 5px; }
  .buttons-block ul li {
    height: 70px;
    line-height: 70px;
    font-size: 20px; }
    .buttons-block ul li a {
      height: 70px; }
  p.para-big, .p.para-big {
    font-size: 25px; }
  .top-link-container {
    padding-right: 0;
    height: 70px; }
    .top-link-container .start-trial-btn {
      height: 70px;
      width: 200px;
      font-size: 30px; }
  .footer-block.footer-block1 ul li,
  .footer-block ul li,
  .footer-block.footer-block3 ul li {
    font-size: 18px; }
  .logos-inside ul {
    text-align: center; }
  .logos-inside ul li {
    width: 50%;
    display: inline-block;
    padding-bottom: 10px;
    text-align: center; }
  .info-block ul li {
    padding: 0 15px 0 50px;
    font-size: 18px; }
    .info-block ul li:before {
      font-size: 30px; }
  .info-block p {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 0; }
  .submit-btn {
    font-size: 30px;
    height: 70px; }
  .about-block p img {
    float: none;
    display: block;
    margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  .header {
    padding-top: 40px; }
  .menu-active .main-nav {
    right: 0; }
/*
  .menu-active .nicescroll-rails {
    left: inherit !important;
    right: 0; }
*/
  h1.logo-hd {
    width: 200px;
    height: 72px; }
  .menu-toggle {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: -6px; }
  .top-link-container {
    height: 48px;
    padding-right: 0;
    margin-top: 10px; }
    .top-link-container .start-trial-btn {
      height: 48px;
      width: 150px;
      font-size: 20px; }
  h2,
  .h2,
  .individual-block.adj h2,
  h3,
  .h3,
  .quote,
  .special-text {
    font-size: 25px;
    margin-bottom: 20px; }
  p,
  .p,
  .dash-nav li,
  .offer-block-inner p {
    font-size: 18px; }
  .individual-block,
  .individual-block.adj {
    padding: 30px 30px; }
  .footer {
    overflow: hidden;
    padding: 30px 20px 30px 20px; }
    .footer .footer-block {
      display: block;
      width: 50%;
      float: left;
      margin: 0 0 20px; }
  .main-nav {
    height: calc(100vh - 40px);
    padding: 82px 0 50px 0; }
    .main-nav ul li {
      font-size: 20px; }
      .main-nav ul li a {
        display: block;
        padding: 0 10px 0 30px; }
  .menu-active .main-nav {
    padding: 82px 0 50px 0;
    width: 320px;
    max-width: 100%; }
  p.para-big, .p.para-big {
    font-size: 20px; }
  .tabular-contents.features .tabular-row:first-child {
    display: none; }
  .tabular-contents.features .tabular-row .tabular-cell {
    display: block;
    width: 100%; }
    .tabular-contents.features .tabular-row .tabular-cell:before {
      content: 'What that means for you';
      font-size: 18px;
      color: #464746; }
    .tabular-contents.features .tabular-row .tabular-cell:first-child:before {
      content: 'Key feature'; }
    .tabular-contents.features .tabular-row .tabular-cell:first-child {
      padding-bottom: 0; }
      .tabular-contents.features .tabular-row .tabular-cell:first-child:after {
        display: none; }
  .tabular-contents.tripple-column .tabular-cell {
    display: block;
    width: 100%; }
  .tabular-contents .tabular-row .tabular-cell {
    padding-bottom: 12px; }
    .tabular-contents .tabular-row .tabular-cell p {
      padding-bottom: 0; }
  .tabular-contents .tabular-row:first-child .tabular-cell:before {
    display: none; }
  .tabular-contents .tabular-row:first-child .tabular-cell:first-child:before {
    display: block; }
  .tabular-contents.pricing .tabular-row {
    display: block; }
    .tabular-contents.pricing .tabular-row:after {
      display: block; }
    .tabular-contents.pricing .tabular-row:first-child {
      display: none; }
    .tabular-contents.pricing .tabular-row .tabular-cell {
      padding-top: 0; }
      .tabular-contents.pricing .tabular-row .tabular-cell span {
        display: block;
        font-size: 18px;
        color: #464746; }
      .tabular-contents.pricing .tabular-row .tabular-cell:after {
        display: none; }
      .tabular-contents.pricing .tabular-row .tabular-cell:first-child {
        padding-top: 12px; }
    .tabular-contents.pricing .tabular-row:first-child + .tabular-row:before {
      display: block; }
  .info-block {
    -webkit-column-count: inherit;
    -moz-column-count: inherit;
    column-count: inherit; }
  .info-block ul li,
  .info-block ul + p {
    margin-top: 25px; }
  .input-container span.label {
    display: block;
    position: static;
    text-align: left;
    font-size: 17px; }
  .input-container {
    padding-left: 0; }
    .input-container .in {
      height: 50px; }
  .checkbox-container {
    margin-top: 40px;
    height: 45px; }
    .checkbox-container .checkbox-selector {
      width: 45px;
      height: 45px; }
      .checkbox-container .checkbox-selector:before {
        font-size: 43px;
        line-height: 45px; }
    .checkbox-container .checkbox-label {
      position: static;
      font-size: 17px;
      white-space: inherit; }
  .checkbox-container input[type="checkbox"]:checked + .checkbox-selector:before {
    font-size: 45px; }
  .post-upper-section {
    display: block; }
  .post-img-block {
    display: block;
    width: 100%;
    padding: 20px 0 56%; }
  .post-short-detail {
    padding: 50px 70px; } }

@media only screen and (max-width: 567px) {
  .sub-section {
    padding: 0; }
  .buttons-block ul li,
  .buttons-block.two-btns ul li {
    display: block;
    text-align: center;
    border-bottom: 6px solid #f5f5f8;
    width: 100%; }
    .buttons-block ul li a,
    .buttons-block.two-btns ul li a {
      display: block; }
  .top-link-container .start-trial-btn {
    width: 127px;
    font-size: 16px; }
  .social-icons {
    padding: 0;
    margin: 15px 0 -58px 0;
    float: left;
    clear: left; }
    .social-icons a {
      padding: 4px;
      width: 48px;
      height: 48px;
      margin: 0; }
  .post-short-detail {
    padding: 30px 30px 0; } }

@media only screen and (max-width: 479px) {
  .footer {
    overflow: hidden;
    padding: 30px 20px 30px 20px; }
    .footer .footer-block {
      display: block;
      width: 100%;
      float: none;
      margin: 0 0 20px; }
  .copy-rights {
    font-size: 12px; }
  .info-block ul li {
    font-size: 17px;
    padding: 0 0 0 27px; }
    .info-block ul li:before {
      left: -10px;
      font-size: 21px;
      font-weight: 600; }
  .info-block p {
    padding-left: 27px; } }

/*=====  End of media queries  ======*/
