.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-start {
  text-align: start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start; }

.flex-center {
  text-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.flex-end {
  text-align: end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.flex-top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.flex-middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.flex-bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.flex-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.flex-last {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.flex-row {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row; }

.flex-col, .flex-row {
  -webkit-box-direction: normal; }

.flex-col {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-align-right {
  margin-left: auto; }

.flex-align-left {
  margin-right: auto; }

.flex-align-top {
  margin-bottom: auto; }

.flex-align-bottom {
  margin-top: auto; }

header {
  position: fixed;
  z-index: 414141;
  top: 0;
  left: 0;
  width: 100%;
  padding: 31px 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }
  header .brand-logo {
    position: relative;
    z-index: 3; }
    header .brand-logo a {
      display: block; }
    header .brand-logo img {
      display: block;
      max-width: 150px;
      height: auto;
      -webkit-transition: 0.3s ease-in;
      -moz-transition: 0.3s ease-in;
      transition: 0.3s ease-in; }
  header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  header .menu li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  header .menu a {
    padding: 0 15px;
    opacity: .9;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease; }
    header .menu a:hover {
      opacity: 1; }
    header .menu a.border-lined {
      padding: 12px 20px;
      border: 1px solid #fff;
      border-radius: 100px;
      box-shadow: inset 0 0 1px 0 #fff, 0 0 1px 0 #fff; }
      header .menu a.border-lined:hover {
        color: #683bc3;
        background: #fff; }
  header .language {
    position: relative;
    z-index: 3;
    margin-left: 15px;
    cursor: pointer; }
    header .language .active {
      display: block; }
    header .language .dropdown-list {
      position: absolute;
      top: calc(100% + 10px);
      right: 10px;
      display: none;
      width: auto;
      padding: 10px 0;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 1px 10px 0 rgba(212, 212, 233, 0.5); }
      header .language .dropdown-list:after {
        position: absolute;
        top: -5px;
        right: 9px;
        width: 10px;
        height: 10px;
        content: '';
        background-color: #fff;
        box-shadow: 0 1px 10px 0 rgba(212, 212, 233, 0.5);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg); }
      header .language .dropdown-list:before {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 6px;
        width: 20px;
        height: 10px;
        content: '';
        background-color: #fff; }
    header .language ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      header .language ul li {
        margin: 0;
        padding: 0; }
    header .language a {
      display: block;
      width: 18px;
      padding: 6px 16px;
      font-size: 12px;
      font-weight: bold;
      white-space: nowrap;
      color: #6d7784;
      -webkit-transition: all linear 0.3s;
      -moz-transition: all linear 0.3s;
      transition: all linear 0.3s; }
      header .language a small {
        font-size: 8px;
        font-weight: 300;
        color: rgba(109, 119, 132, 0.7); }
      header .language a:hover {
        color: #fff;
        background-color: #683bc3; }
        header .language a:hover small {
          color: inherit; }
  header .menu-toggle {
    position: relative;
    display: none;
    width: 24px;
    height: 20px;
    margin-left: 20px;
    cursor: pointer; }
    header .menu-toggle .trigger {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      margin-top: -1px;
      background-color: #fff;
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      transition: 0.2s linear; }
      header .menu-toggle .trigger:after, header .menu-toggle .trigger:before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        content: '';
        background-color: #fff;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
      header .menu-toggle .trigger:after {
        top: -8px; }
      header .menu-toggle .trigger:before {
        bottom: -8px; }
  header .menu-toggle.is-active .trigger {
    background-color: transparent; }
    header .menu-toggle.is-active .trigger:after {
      top: 0;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    header .menu-toggle.is-active .trigger:before {
      bottom: 0;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }

@media screen and (min-width: 993px) {
  header.fixed {
    z-index: 232323;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background-color: #293340; }
    header.fixed .brand-logo img {
      max-width: 120px; }
  header.alternate {
    position: relative;
    padding: 31px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background-color: #293340; }
    header.alternate .brand-logo img {
      max-width: 150px; } }

@media screen and (max-width: 992px) {
  header .brand-logo img {
    max-width: 100px; }
  header .menu {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    padding-top: 90px;
    background: #2a3440; }
    header .menu li {
      display: block; }
    header .menu a {
      display: block;
      box-sizing: border-box;
      padding: 20px;
      text-align: center; }
      header .menu a.border-lined {
        padding: 20px;
        border: none;
        box-shadow: none; }
        header .menu a.border-lined:hover {
          color: inherit;
          background: none; }
  header .menu-toggle {
    display: block; } }

footer {
  padding: 45px 0;
  border-top: 1px solid #465262;
  background: #293340; }
  footer .brand-logo {
    float: left; }
  footer .links {
    float: right; }
  footer ul {
    font-weight: 300;
    line-height: 45px;
    color: #fff; }
  footer li {
    display: inline-block;
    margin-left: 25px; }
    footer li a {
      display: inline-block;
      opacity: .7; }
      footer li a:hover {
        opacity: 1; }

@media screen and (max-width: 700px) {
  footer .brand-logo, footer .links {
    float: none;
    width: auto;
    text-align: center; }
  footer img {
    max-width: 100px; }
  footer .links {
    margin-top: 40px; }
  footer ul {
    line-height: 30px; }
  footer li {
    display: block;
    margin: 0; } }

/**
 * Home top section
 */
#home-top {
  position: relative;
  overflow: hidden;
  background-color: #293340;
  background-image: url("../img/slider.svg"); }
  #home-top #info {
    position: relative;
    display: flex;
    height: 700px;
    align-items: center;
    justify-content: space-between; }
    #home-top #info .info-holder {
      position: relative;
      z-index: 33;
      width: calc((100% - 50px)/3);
      height: 280px;
      opacity: 0;
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: 0.7s cubic-bezier(0, 1.01, 0.49, 1.1);
      -moz-transition: 0.7s cubic-bezier(0, 1.01, 0.49, 1.1);
      transition: 0.7s cubic-bezier(0, 1.01, 0.49, 1.1);
      -webkit-transform: translateX(-60px);
      -moz-transform: translateX(-60px);
      transform: translateX(-60px);
      will-change: left; }
      #home-top #info .info-holder:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-image: linear-gradient(-135deg, #ff1f76, #504aeb);
        -webkit-transition: 2s cubic-bezier(0.74, 0.08, 0.44, 1.06);
        -moz-transition: 2s cubic-bezier(0.74, 0.08, 0.44, 1.06);
        transition: 2s cubic-bezier(0.74, 0.08, 0.44, 1.06);
        will-change: transform; }
      #home-top #info .info-holder.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0); }
      #home-top #info .info-holder[data-positon='left'] {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      #home-top #info .info-holder[data-positon='center'] {
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        transition-delay: 1.5s; }
        #home-top #info .info-holder[data-positon='center']:after {
          background-image: linear-gradient(-135deg, #3be8b0, #02cdff); }
      #home-top #info .info-holder[data-positon='right'] {
        -webkit-transition-delay: 2.5s;
        -moz-transition-delay: 2.5s;
        transition-delay: 2.5s; }
        #home-top #info .info-holder[data-positon='right']:after {
          background-image: linear-gradient(-135deg, #fd646b 28%, #ffb902); }
    #home-top #info .content-wrapper {
      position: relative;
      display: block;
      height: 100%;
      padding: 40px 44px;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #home-top #info .content {
      position: relative;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      -webkit-transition: 2.5s cubic-bezier(0.74, 0.08, 0.44, 1.06);
      -moz-transition: 2.5s cubic-bezier(0.74, 0.08, 0.44, 1.06);
      transition: 2.5s cubic-bezier(0.74, 0.08, 0.44, 1.06); }
    #home-top #info .icon {
      margin-bottom: 10px;
      padding: 0 2px;
      font-size: 43px; }
    #home-top #info .desc {
      max-width: 220px;
      font-size: 18px;
      line-height: 25px;
      text-align: left;
      color: #fff; }
  #home-top .lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #home-top .line {
    position: absolute; }
  #home-top .line[data-toward='horizontal'] {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 202px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
    #home-top .line[data-toward='horizontal']:after, #home-top .line[data-toward='horizontal']:before {
      position: absolute;
      width: 100%;
      height: 2px;
      content: '';
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-transition: 2s ease-in-out;
      -moz-transition: 2s ease-in-out;
      transition: 2s ease-in-out; }
    #home-top .line[data-toward='horizontal']:after {
      bottom: 0;
      left: -100%;
      -webkit-animation: linesHorizontalLeft 4s ease-in-out infinite;
      animation: linesHorizontalLeft 4s ease-in-out infinite; }
    #home-top .line[data-toward='horizontal']:before {
      top: 0;
      right: -100%;
      -webkit-animation: linesHorizontalRight 4s ease-in-out infinite;
      animation: linesHorizontalRight 4s ease-in-out infinite; }
  #home-top .line[data-toward='vertical'] {
    position: absolute;
    left: 50%;
    width: 302px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }
    #home-top .line[data-toward='vertical']:after, #home-top .line[data-toward='vertical']:before {
      position: absolute;
      width: 2px;
      height: 100%;
      content: '';
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-transition: 2s ease-in-out;
      -moz-transition: 2s ease-in-out;
      transition: 2s ease-in-out; }
    #home-top .line[data-toward='vertical']:after {
      bottom: -100%;
      left: 0;
      -webkit-animation: linesVerticalBottom 6s ease-in-out infinite;
      animation: linesVerticalBottom 6s ease-in-out infinite; }
    #home-top .line[data-toward='vertical']:before {
      top: -100%;
      right: 0;
      -webkit-animation: linesVerticalTop 6s ease-in-out infinite;
      animation: linesVerticalTop 6s ease-in-out infinite; }
  #home-top .end-desc {
    position: relative;
    z-index: 10;
    max-width: 600px;
    margin: 150px auto;
    display: none; }
    #home-top .end-desc .details {
      font-size: 36px;
      line-height: 44px;
      letter-spacing: -.6px;
      color: #fff; }
    #home-top .end-desc .link {
      margin-top: 30px; }
    #home-top .end-desc .button-style {
      border: 2px solid #fff;
      background: transparent;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      transition: 0.3s ease; }
      #home-top .end-desc .button-style:focus, #home-top .end-desc .button-style:hover {
        color: #a832b0;
        background: #fff; }

@-webkit-keyframes linesHorizontalLeft {
  0% {
    left: -100%; }
  to {
    left: 100%; } }

@keyframes linesHorizontalLeft {
  0% {
    left: -100%; }
  to {
    left: 100%; } }

@-webkit-keyframes linesHorizontalRight {
  0% {
    right: -100%; }
  to {
    right: 100%; } }

@keyframes linesHorizontalRight {
  0% {
    right: -100%; }
  to {
    right: 100%; } }

@-webkit-keyframes linesVerticalTop {
  0% {
    top: -100%; }
  to {
    top: 100%; } }

@keyframes linesVerticalTop {
  0% {
    top: -100%; }
  to {
    top: 100%; } }

@-webkit-keyframes linesVerticalBottom {
  0% {
    bottom: -100%; }
  to {
    bottom: 100%; } }

@keyframes linesVerticalBottom {
  0% {
    bottom: -100%; }
  to {
    bottom: 100%; } }

@media screen and (max-width: 1200px) {
  #home-top #info {
    display: none; }
  #home-top .end-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #home-top .end-desc .inner {
      margin-bottom: auto; } }

@media screen and (max-width: 500px) {
  #home-top .end-desc .details {
    font-size: 24px;
    line-height: 32px; }
  #home-top .end-desc .button-style {
    padding: 10px 30px; } }

#manage {
  padding: 75px 0; }
  #manage .feature-list {
    display: inline-block;
    width: 39%;
    padding-top: 9px; }
  #manage .list-heading {
    margin-bottom: 27px; }
    #manage .list-heading p {
      margin-top: 15px; }
  #manage .list-item {
    margin-bottom: 18px;
    margin-left: -16px;
    padding: 26px 16px;
    border-radius: 6.2px;
    background-color: #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear; }
    #manage .list-item .icon {
      margin-right: 19px;
      font-size: 43px;
      color: #683bc3; }
    #manage .list-item .heading-title {
      position: relative;
      margin-bottom: 3px;
      font-size: 18px;
      line-height: 22px;
      color: #293340; }
    #manage .list-item .desc-text {
      font-size: 14px;
      color: #6d7784; }
  #manage .get-started {
    text-align: center; }
    #manage .get-started .inner {
      width: 375px;
      margin: 0 auto;
      border-radius: 5px;
      background: #fff;
      box-shadow: 0 2px 10px 0 #b5bed0; }
    #manage .get-started .heading {
      padding: 25px;
      font-size: 18px; }
      #manage .get-started .heading .desc-text {
        font-size: 18px;
        font-weight: 300; }
    #manage .get-started .body {
      padding: 38px 54px;
      background: #f7f8f9; }
      #manage .get-started .body .icon {
        margin-bottom: 45px;
        display: block;
        font-size: 72px;
        color: #00e3ae; }
      #manage .get-started .body .heading-title {
        margin-bottom: 8px;
        font-size: 24px; }
      #manage .get-started .body .desc-text {
        margin-bottom: 34px;
        font-size: 18px;
        line-height: 24px; }

@media screen and (max-width: 900px) {
  #manage .feature-list {
    width: 100%; }
  #manage .get-started {
    width: 10%;
    margin-top: 50px; }
    #manage .get-started .inner {
      width: auto; } }

#features {
  padding: 68px 0;
  background: #f7f8f9; }
  #features .feature-list {
    margin-top: 60px; }
    #features .feature-list:before, #features .feature-list:after {
      display: block;
      clear: both;
      content: ''; }
  #features .feature {
    position: relative;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    width: calc((100% - 90px)/4);
    height: 250px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-top: 75px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 #d8dde6; }
    #features .feature:nth-child(4n) {
      margin-right: 0; }
    #features .feature:after {
      position: absolute;
      top: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: #683cc3;
      -webkit-transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
      -moz-transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
      transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49); }
  #features .desc {
    position: relative;
    z-index: 2; }
  #features .icon {
    margin-bottom: 15px;
    font-size: 64px;
    color: #683bc3;
    -webkit-transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
    -moz-transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49); }
  #features .detail {
    font-size: 18px;
    color: #293340;
    -webkit-transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
    -moz-transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49); }
  #features .feature:hover .detail, #features .feature:hover .icon {
    color: #fff; }
  #features .feature:hover:after {
    top: 0; }
  #features .link {
    margin-top: 75px;
    text-align: center; }
    #features .link .button-style {
      padding: 19px 75px; }

@media screen and (max-width: 900px) and (min-width: 700px) {
  #features .feature {
    width: calc((100% - 60px)/3);
    height: 200px;
    padding-top: 40px; }
    #features .feature:nth-child(4n) {
      margin-right: 30px; }
    #features .feature:nth-child(3n) {
      margin-right: 0; }
  #features .icon {
    font-size: 50px; } }

@media screen and (max-width: 700px) and (min-width: 500px) {
  #features .feature {
    width: calc((100% - 30px)/2);
    height: 200px;
    padding-top: 40px; }
    #features .feature:nth-child(2n) {
      margin-right: 0; }
  #features .icon {
    font-size: 50px; } }

@media screen and (max-width: 500px) {
  #features .feature {
    width: 100%;
    margin-right: 0; }
  #features .icon {
    font-size: 50px; } }

#modules {
  padding: 150px 0;
  background: #293340; }
  #modules .details {
    float: left;
    width: 34%;
    vertical-align: top; }
    #modules .details .heading-title {
      margin-bottom: 30px;
      font-size: 36px;
      line-height: 46px;
      color: #fff; }
    #modules .details .desc-text {
      font-size: 18px;
      font-weight: 300;
      line-height: 30px;
      color: #6d7784; }
  #modules .modules-list {
    float: right;
    width: 53%; }
  #modules .module {
    float: left;
    box-sizing: border-box;
    width: calc((100% - 50px)/3);
    height: 175px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 50px 0;
    text-align: center;
    border-radius: 3.5px;
    background: #fff; }
    #modules .module:nth-child(3n) {
      margin-right: 0; }
  #modules .icon {
    margin-bottom: 10px;
    font-size: 45px;
    color: #683bc3; }
  #modules .title {
    font-size: 18px;
    font-weight: 500;
    color: #293340; }

@media screen and (max-width: 900px) {
  #modules .details {
    width: auto;
    float: none;
    margin-bottom: 50px; }
  #modules .modules-list {
    float: none;
    width: auto; }
  #modules .module {
    width: calc((100% - 25px)/2); }
    #modules .module:nth-child(3n) {
      margin-right: 25px; }
    #modules .module:nth-child(2n) {
      margin-right: 0px; } }

@media screen and (max-width: 500px) {
  #modules .module {
    width: auto;
    float: none;
    margin-right: 0; }
    #modules .module:nth-child(3n) {
      margin-right: 0px; }
    #modules .module:nth-child(2n) {
      margin-right: 0px; } }

#quote {
  padding: 150px 0;
  text-align: center; }
  #quote .heading-title {
    font-size: 36px;
    margin-bottom: 30px; }
  #quote .desc-text {
    font-size: 18px;
    color: #6d7784;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 50px; }

#pricing .module {
  display: block;
  width: 30px;
  height: 30px;
  padding: 7px 6px 5px;
  margin: 2px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #pricing .module.disabled {
    opacity: .3;
    color: #6d7784 !important;
    background: #e0e0e0 !important; }

#pricing .section-heading {
  position: relative;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 215px;
  background-image: linear-gradient(-135deg, #1fc8ff, #0a00ff); }

#pricing .section-heading .desc-text,
#pricing .section-heading .heading-title {
  color: #fff; }

#pricing .price-list {
  margin-top: -150px;
  padding-bottom: 90px; }

#pricing .price-list .price {
  position: relative;
  width: calc((100% - 60px)/3);
  margin-right: 30px;
  float: left; }

#pricing .price-list .price .price-content {
  position: relative;
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  z-index: 3;
  min-height: inherit;
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  color: #6d7784;
  font-weight: 300; }

#pricing .price-list .price .price-content .main-price h1 {
  font-size: 64px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 15px; }

#pricing .price-list .price .price-content .main-price p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #6d7784; }

#pricing .price-list .price .price-content .special-discount {
  font-size: 12px;
  color: #6d7784;
  margin-top: 10px;
  font-weight: 300; }

#pricing .price-list .price .price-content .pricing-name {
  font-weight: 500;
  color: #683bc3;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 25px;
  margin-top: 25px; }

#pricing .price-list .price .price-content .account-count {
  margin-top: 25px;
  margin-bottom: 40px; }

#pricing .price-list .price .price-content ul.feature {
  margin-bottom: 30px; }

#pricing .price-list .price .price-content ul.feature li {
  margin-bottom: 15px; }

#pricing .price-list .price .price-content ul.feature li.title {
  font-size: 18px;
  font-weight: 500;
  color: #293340; }

#pricing .price-list .price:last-child {
  margin-right: 0; }

#pricing .price-list .price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 10px 0 #d8dde6;
  border-radius: 0 0 5px 5px; }

#pricing .price-list .cloud-import span {
  line-height: 24px; }

#pricing .price-list .cloud-import .mdi {
  font-size: 20px;
  line-height: 24px; }

@media screen and (max-width: 900px) {
  #pricing .price-list .price {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 24px; } }

#schedule {
  padding: 150px 0;
  text-align: center;
  background: #293340; }
  #schedule .heading-title {
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff; }
  #schedule .desc-text {
    font-size: 18px;
    color: #6d7784;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #fff; }

#auth .bg {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%; }
  #auth .bg.left {
    left: 0;
    background-color: #fff; }
  #auth .bg.right {
    right: 0;
    background-image: linear-gradient(-135deg, #ff1f76, #504aeb); }

#auth .side {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }
  #auth .side.left {
    left: 0; }
  #auth .side.right {
    right: 0; }

#auth .social-networks {
  margin-bottom: 60px; }
  #auth .social-networks a {
    display: block;
    padding: 16px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border-radius: 4px; }
    #auth .social-networks a[data-social='facebook'] {
      font-weight: 300;
      background: #39579a; }
    #auth .social-networks a .icon {
      margin-right: 5px;
      font-size: 24px;
      vertical-align: -2px; }

#auth .submit .button-style {
  width: 100%;
  cursor: pointer;
  border-radius: 50px; }

#auth .signin-form {
  max-width: 360px;
  margin: 0 auto;
  padding: 50px 20px; }
  #auth .signin-form .reset-pass {
    text-align: center; }
    #auth .signin-form .reset-pass a {
      font-size: 14px;
      font-weight: 300;
      color: #b5bed0;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      transition: 0.3s ease; }
      #auth .signin-form .reset-pass a:hover {
        color: #8a919f; }

#auth .details {
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease; }
  #auth .details .heading-title {
    margin-bottom: 15px;
    font-size: 36px;
    color: inherit; }
  #auth .details .desc-text {
    font-size: 19px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: .5px;
    color: inherit; }
  #auth .details .button-style {
    margin-top: 25px;
    cursor: pointer;
    color: #683bc3;
    background-color: #fff; }

#auth .simple-form {
  max-width: 420px;
  margin: 70px auto;
  padding: 0 20px;
  text-align: center;
  color: #fff; }
  #auth .simple-form .title {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px; }
  #auth .simple-form .inner {
    padding: 60px;
    border-radius: 5px;
    background: #fff; }
  #auth .simple-form .recaptcha {
    margin-bottom: 32px; }
  #auth .simple-form .bottom {
    margin-top: 40px;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff; }

@media screen and (max-width: 768px) {
  #auth .bg {
    display: none; }
  #auth .side {
    position: relative;
    top: auto;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
    #auth .side.left {
      left: auto;
      background-color: #fff; }
    #auth .side.right {
      right: auto; }
  #auth .details {
    max-width: 360px;
    padding: 50px 20px; } }

@media screen and (max-width: 425px) {
  #auth .social-networks {
    margin-bottom: 30px; }
    #auth .social-networks a {
      font-size: 12px; }
      #auth .social-networks a .icon {
        font-size: 16px; }
  #auth .simple-form .title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px; }
  #auth .simple-form .inner {
    padding: 30px; } }

.static-page .title {
  margin: 50px 0 54px;
  font-size: 36px;
  line-height: 50px;
  font-weight: normal;
  color: #fff; }

.static-page .content {
  padding-bottom: 200px;
  color: #d6d6d6;
  font-weight: 300;
  min-height: 600px; }
  .static-page .content p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 32px; }

@media screen and (max-width: 991px) {
  .static-page .title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 30px; }
  .static-page .content {
    padding-bottom: 50px; }
    .static-page .content p {
      font-size: 14px;
      line-height: 24px; } }

.icon-custom {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: content; }

* {
  outline: none; }

body {
  overflow-x: hidden;
  font-family: 'Fira Sans', sans-serif; }
  body.gradientbg {
    background-image: linear-gradient(-135deg, #ff1f76, #504aeb);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%; }
  body.darkbg {
    background-color: #293340; }

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit; }

.icon-custom-instagram {
  width: 26px;
  height: 26px;
  background-image: url(../images/icons/facebook.svg); }

.wrapper {
  width: 1200px;
  margin: 0 auto; }

.heading-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -.6px;
  color: #293340; }

.desc-text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #6d7784; }

.color-danger {
  color: #ff3d3d; }

.form-result {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 20px;
  text-align: left; }

.form-result > div {
  margin-bottom: 5px; }

.form-result > div:last-child {
  margin-bottom: 0; }

.button-style {
  display: inline-block;
  padding: 19px 50px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: #683bc3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.button-style:hover {
  color: #fff; }

.button-style.purple {
  transition: .3s ease; }

.button-style.purple:hover {
  background: #5d34b1; }

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

.section-heading .heading-title {
  margin-bottom: 12px;
  font-size: 36px; }

.section-heading .desc-text {
  font-size: 18px;
  font-weight: 300; }

.clearfix:after, .clearfix:before {
  display: block;
  clear: both;
  content: ''; }

.form-element {
  margin-bottom: 32px; }
  .form-element:last-child {
    margin-bottom: 0; }

.input-wrapper {
  position: relative;
  z-index: 2; }
  .input-wrapper .placeholder {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    font-weight: 300;
    transition: .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b5bed0; }

.input-style {
  display: block;
  width: 100%;
  height: 44px;
  padding: 12px 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  border: none;
  border-bottom: 1px solid #b5bed0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .input-style::-webkit-input-placeholder {
    opacity: 0; }
  .input-style::-moz-placeholder {
    opacity: 0; }
  .input-style:-ms-input-placeholder {
    opacity: 0; }
  .input-style:-moz-placeholder {
    opacity: 0; }
  .input-style.has-value + label, .input-style:focus + label {
    top: -11px;
    font-size: 12px;
    color: #7e8696; }

@media screen and (max-width: 1200px) {
  .wrapper {
    width: auto;
    padding: 0 20px; } }

.recover-sent {
  color: #293340; }
