html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden;
  overflow-anchor: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
body {
  font: normal 14px Roboto, Arial;
  color: #4F5161; }
  html > .main,
  body > .main {
    position: relative;
    width: 100%;
    overflow: hidden;
    left: 50px;
    background: #FFFFFF; }
    html > .main.demo .buy,
    body > .main.demo .buy {
      position: relative;
      z-index: 999999999;
      margin: 20px auto 0; }

.disabled {
  opacity: .6;
  pointer-events: none; }

strong {
  font-weight: 700; }

h1, h2, h3, h4 {
  font: 700 40px Roboto, Arial;
  color: #282A3F; }

p {
  font: normal 14px Roboto, Arial;
  line-height: 24px; }

a {
  text-decoration: none;
  background-image: linear-gradient(#000 calc(100% - 1px), #000 1px);
  background-position: 0 calc(100% + 1px);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out, background 0.3s ease-out, border-color 0.3s ease-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #3A334B; }
  a:hover {
    background-size: 100% 1px; }

/* Menu */
.menu {
  position: relative;
  height: 78px;
  width: 100%;
  z-index: 100;
  max-width: 1170px;
  margin: auto; }
  .menu .disabled {
    opacity: .8;
    pointer-events: none; }
  .menu #menu-1 {
    height: 78px;
    margin: 0 20px; }
  .menu .sub-menu .menu-item {
    position: relative;
    top: 0; }
  .menu.single .band {
    position: absolute;
    width: 500%;
    height: 88px;
    left: -500px;
    top: -20px;
    background: #FFF; }
  .menu.demo li a {
    background-image: linear-gradient(#424456 calc(100% - 1px), #424456 1px);
    color: #424456; }
    .menu.demo li a:hover {
      background-size: 100% 1px; }
    .menu.demo li a.buy-now {
      border: 2px solid #5948c5;
      background: #5948c5; }
  .menu.demo .has-children {
    margin-right: 0; }
    .menu.demo .has-children > a:after {
      color: #FFFFFF; }
    .menu.demo .has-children .sub-menu a {
      background: #FFFFFF; }
  .menu.demo .vertical-menu-toggle span,
  .menu.demo .vertical-menu-toggle span:before,
  .menu.demo .vertical-menu-toggle span:after {
    background: #5948c5; }
  .menu.demo .secondary-navigation li a {
    background: #FFFFFF; }
  .menu a {
    border: none; }
  .menu .logo {
    position: relative;
    top: 24px;
    width: 122px;
    height: 42px;
    margin-left: 20px; }
  .menu .logo-a {
    position: relative;
    top: -5px; }
  .menu .primary-navigation {
    width: 100%;
    margin-top: -43px;
    text-align: right; }
  .menu .menu-item {
    transform: translateY(2px);
    position: relative;
    top: 21px; }
  .menu li {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-right: 41px; }
    .menu li .active {
      pointer-events: none;
      color: #5948c5; }
    .menu li a {
      display: block;
      white-space: nowrap;
      font-size: 14px;
      line-height: 16px;
      text-decoration: none;
      font-weight: bold;
      background-image: linear-gradient(#3A334B calc(100% - 1px), #3A334B 1px);
      background-position: 0 calc(100% + 1px);
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out, background 0.3s ease-out, border-color 0.3s ease-out;
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      color: #111111; }
      .menu li a:hover {
        background-size: 100% 1px;
        color: #5948c5; }
      .menu li a.buy-now {
        position: relative;
        z-index: 1;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        padding: 8px 30px 7px 29px;
        box-sizing: border-box;
        color: #FFF;
        background: #5948c5; }
        .menu li a.buy-now:hover {
          background: rgba(89, 72, 197, 0.9);
          color: #FFFFFF; }
          .menu li a.buy-now:hover:after {
            color: #FFFFFF !important; }
  .menu .has-children {
    margin-right: 0; }
    .menu .has-children a {
      padding: 23px 38px 21px 40px;
      background: #FFF;
      color: #3A334B; }
      .menu .has-children a:hover {
        color: #5948c5; }
    .menu .has-children > a:after {
      display: inline-block;
      content: '\e910';
      font-family: 'fwdispicon';
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      position: relative;
      left: 12px;
      top: 0px;
      margin-right: 5px;
      color: #FFF;
      transform-origin: center;
      transform: rotate(270deg);
      transition: all .3s ease-out; }
    .menu .has-children:hover > a:after {
      top: -1px;
      transform: rotate(90deg); }
    .menu .has-children:hover > .sub-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition: opacity 0.4s cubic-bezier(0.7, 0, 0.2, 1), transform 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
    .menu .has-children .sub-menu {
      top: 60px; }
  .menu .sub-menu {
    position: relative;
    right: 0;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
    margin: 0; }
    .menu .sub-menu:after {
      content: "";
      position: absolute;
      top: -35px;
      right: 0;
      width: 60%;
      height: 40px; }
    .menu .sub-menu li {
      width: 100%;
      border-bottom: 1px solid #F0F0F0;
      margin: 0; }
      .menu .sub-menu li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .menu .sub-menu li:last-child {
        border-bottom: none; }
        .menu .sub-menu li:last-child a {
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }
    .menu .sub-menu .active {
      opacity: 1;
      color: #5948c5; }
  .menu .active > a {
    color: #3A334B !important; }
  .menu .secondary-navigation {
    display: inline-block;
    display: none;
    position: fixed;
    width: 240px;
    top: 30px;
    left: calc(100% - 240px);
    transform: translateY(-50px);
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
    .menu .secondary-navigation .sub-menu {
      right: 0;
      opacity: 1;
      visibility: visible; }

.primary-menu-hide {
  display: none; }

.activate-secondary-menu {
  display: inline-block !important; }

.secondary-menu-show {
  transform: translateY(-22px) !important;
  opacity: 1 !important;
  pointer-events: auto !important; }

.vertical-menu-toggle {
  position: absolute;
  display: none;
  top: 26px;
  right: 0;
  width: 26px;
  height: 40px;
  cursor: pointer;
  z-index: 10002;
  padding-left: 10px;
  padding-right: 4px;
  transition: background-color 0.32s ease-out, color 0.32s ease-out, left 0.8s cubic-bezier(0.7, 0, 0.2, 1), top 0.8s cubic-bezier(0.7, 0, 0.2, 1); }
  .vertical-menu-toggle span,
  .vertical-menu-toggle span:before,
  .vertical-menu-toggle span:after {
    content: '';
    position: absolute;
    top: 19px;
    width: 24px;
    height: 2px;
    display: block;
    cursor: pointer;
    background: #5948C5;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .32s ease-out; }
  .vertical-menu-toggle span:before {
    top: -7px; }
  .vertical-menu-toggle span:after {
    top: 7px; }
  .vertical-menu-toggle:hover span {
    background: #5948C5; }
    .vertical-menu-toggle:hover span:before, .vertical-menu-toggle:hover span:after {
      background: rgba(127, 17, 224, 0.8); }

.vertical-menu--showed span {
  background: transparent !important;
  background: #5948C5;
  backface-visibility: hidden; }
.vertical-menu--showed span:before {
  top: 0;
  background: #5948C5;
  transform: rotate(43deg);
  backface-visibility: hidden; }
.vertical-menu--showed span:after {
  top: 0;
  background: #5948C5;
  transform: rotate(-43deg);
  backface-visibility: hidden; }

.vertical-menu-show {
  display: block;
  top: 21px;
  right: 20px; }

/* Slider. */
#myDiv {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1; }

/* More sliders. */
#more_sliders {
  text-align: center;
  margin: 85px 20px 90px; }
  #more_sliders h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 55px; }
  #more_sliders .center {
    font-weight: 900;
    color: #5948C5; }

#myDiv1_1, #myDiv2_2, #myDiv3_3 {
  margin: 20px auto 0;
  max-width: 1920px; }

#myDiv2 {
  position: relative;
  z-index: 1;
  left: 2px;
  top: -400px; }

.vertical {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 146px auto 0 !important; }

.api-buttons {
  margin: 40px 0 0;
  text-align: center; }
  .api-buttons button {
    margin-top: 10px; }

.fwdicon-left:before,
.fwdicon-right:before {
  top: 0; }

/* SVG. */
#svg {
  text-align: center;
  margin-bottom: 100px; }
  #svg svg {
    left: 6px;
    position: relative; }
  #svg .fade {
    top: -153px; }

/* Top info. */
.top_info {
  display: block;
  width: calc(100% - 40px);
  margin: -292px auto 100px;
  position: relative;
  left: -4px;
  text-align: center; }
  .top_info h4 {
    position: relative;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 126%;
    text-transform: uppercase;
    display: inline-block;
    color: #1E2230; }
  .top_info img {
    position: relative;
    margin: 0 18px;
    top: 31px; }
  .top_info .pro {
    position: absolute;
    left: 194px;
    top: 87px; }
  .top_info h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    max-width: 714px;
    margin: 31px auto 0; }
  .top_info a {
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: none;
    margin: 40px 10px 0 0;
    padding: 16px 24px;
    background: #5948C5;
    color: #FFF;
    transition: background .3s ease-out; }
    .top_info a:nth-child(2) {
      margin-right: 60px; }
    .top_info a:hover {
      background: rgba(89, 72, 197, 0.9); }

/* Cols. */
#cols,
#more_sliders2 {
  width: calc(100% - 40px);
  max-width: 1230px;
  margin: 110px auto 0;
  z-index: 3;
  position: relative;
  text-align: center; }
  #cols h1,
  #more_sliders2 h1 {
    max-width: 800px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 126%;
    margin: 0 auto 0; }
  #cols > p,
  #more_sliders2 > p {
    max-width: 897px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    margin: 24px auto 45px; }
  #cols .cols,
  #more_sliders2 .cols {
    display: flex;
    align-self: center;
    justify-content: center;
    margin: 0 0 120px; }
    #cols .cols #m_ft_1,
    #cols .cols #m_ft_2,
    #cols .cols #m_ft_3,
    #more_sliders2 .cols #m_ft_1,
    #more_sliders2 .cols #m_ft_2,
    #more_sliders2 .cols #m_ft_3 {
      display: inline-block;
      position: relative;
      z-index: 1;
      width: 350px;
      height: 420px;
      border-radius: 10px; }
    #cols .cols .col,
    #more_sliders2 .cols .col {
      text-align: center;
      max-width: 270px;
      background: #FFFFFF;
      box-shadow: 0px 9px 36px rgba(0, 0, 0, 0.06);
      border-radius: 16px;
      margin-right: 30px; }
      #cols .cols .col:last-child,
      #more_sliders2 .cols .col:last-child {
        margin-right: 0; }
    #cols .cols .txt,
    #more_sliders2 .cols .txt {
      position: relative;
      width: 45%;
      align-self: center;
      z-index: 1; }
      #cols .cols .txt h1,
      #more_sliders2 .cols .txt h1 {
        font-weight: 300;
        font-size: 38px;
        line-height: 48px;
        margin: 0 0 24px; }
        #cols .cols .txt h1 span,
        #more_sliders2 .cols .txt h1 span {
          font-weight: bold; }
    #cols .cols svg,
    #more_sliders2 .cols svg {
      transform: none;
      left: auto;
      padding: 69px 0 20px; }
    #cols .cols h4,
    #more_sliders2 .cols h4 {
      font-family: 'Barlow';
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 34px;
      padding: 15px 20px; }
    #cols .cols p,
    #more_sliders2 .cols p {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 146%;
      margin: 0;
      padding: 0 20px 50px; }

/* Even ore sliders. */
#more_sliders2 {
  margin: -10px auto 0;
  max-width: 1484px; }
  #more_sliders2 #myDiv2_2 {
    margin-top: 22px;
    padding-top: 20px;
    background: #f7f6fc; }

#myDiv2_3 {
  margin: 40px 0 120px; }

/* Info 2. */
.info2 {
  text-align: center;
  margin: 159px 0 0; }
  .info2 h4 {
    display: inline-block;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 126%;
    max-width: 829px; }
  .info2 h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 146%;
    max-width: 829pc;
    margin: 20px 0 60px; }
  .info2 img {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

/* Main features. */
.m-ft {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 0 auto 0; }
  .m-ft .col {
    display: flex;
    align-self: center;
    justify-content: center;
    margin: 0 0 120px; }
    .m-ft .col p {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 160%; }
    .m-ft .col #m_ft_1,
    .m-ft .col #m_ft_2,
    .m-ft .col #m_ft_3 {
      display: inline-block;
      position: relative;
      z-index: 1;
      width: 350px;
      height: 420px;
      border-radius: 10px; }
    .m-ft .col .img {
      position: relative;
      width: 55%;
      text-align: left;
      overflow: visible; }
    .m-ft .col .txt {
      position: relative;
      width: 45%;
      align-self: center;
      z-index: 1; }
      .m-ft .col .txt h1 {
        font-weight: 300;
        font-size: 38px;
        line-height: 48px;
        margin: 0 0 24px; }
        .m-ft .col .txt h1 span {
          font-weight: bold; }
    .m-ft .col svg {
      position: absolute; }
    .m-ft .col.col1 svg:nth-child(1) {
      left: 102px; }
    .m-ft .col.col1 svg:nth-child(2) {
      top: 176px;
      left: 204px; }
    .m-ft .col.col2 .img {
      order: 1;
      text-align: right; }
    .m-ft .col.col2 .txt {
      order: 0; }
    .m-ft .col.col2 svg:nth-child(1) {
      left: 155px; }
    .m-ft .col.col2 svg:nth-child(2) {
      top: 180px;
      left: 259px; }
    .m-ft .col.col3 svg:nth-child(1) {
      left: -173px; }
    .m-ft .col.col3 svg:nth-child(2) {
      top: 180px;
      left: 175px; }

.m2-ft {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 100px 0 133px;
  background: #F9F9FF; }
  .m2-ft .info {
    text-align: center; }
    .m2-ft .info p {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 146%;
      color: #1E2230;
      margin: 20px 0 0; }
    .m2-ft .info h1 {
      font-family: 'Barlow';
      font-style: normal;
      font-weight: 900;
      font-size: 48px;
      line-height: 126%;
      color: #1E2230; }
  .m2-ft .m-main-holder {
    width: calc(100% - 40px);
    max-width: 1281px;
    display: flex;
    flex-wrap: wrap;
    margin: -50px auto 0; }
    .m2-ft .m-main-holder .col {
      flex-basis: calc(33.33% - 20px);
      padding-right: 30px;
      margin-top: 120px; }
      .m2-ft .m-main-holder .col:nth-child(3n) {
        padding-right: 0; }
    .m2-ft .m-main-holder h1 {
      text-align: left;
      font-weight: 500;
      font-size: 22px;
      line-height: 32px;
      margin: 25px 0 0; }
    .m2-ft .m-main-holder p {
      font-size: 14px;
      line-height: 24px;
      margin: 10px 0 0; }

/* Buy. */
.buy {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1290px;
  background: linear-gradient(264.8deg, #7B61FF 0%, #5948C5 100%);
  border-radius: 10px;
  margin: 166px auto 0; }
  .buy.single {
    margin-top: 130px; }
  .buy .spacer {
    display: none; }
  .buy h2 {
    position: absolute;
    display: inline-block;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 126%;
    color: #FFFFFF;
    left: 91px;
    top: 74px; }
  .buy h4 {
    position: absolute;
    display: inline-block;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 126%;
    color: #FFFFFF;
    left: 92px;
    top: 49px; }
  .buy a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    float: right;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border: none;
    margin: 69px 10px 0 0;
    padding: 16px 44px;
    background: #2EBA7F;
    color: #FFF;
    transition: background .3s ease-out; }
    .buy a:hover {
      background: rgba(46, 186, 127, 0.8); }
  .buy .a1 {
    margin-right: 20px; }
  .buy .a2 {
    margin-right: 95px; }

/* Footer. */
.footer-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 62px;
  background: linear-gradient(264.8deg, #7B61FF 0%, #5948C5 100%), #28272F; }
  .footer-main .shapes {
    position: absolute;
    top: -62px;
    left: 50%;
    width: 1920px;
    height: calc(100% + 62px);
    transform: translateX(-50%); }
    .footer-main .shapes svg {
      position: absolute; }
      .footer-main .shapes svg:first-child {
        position: absolute;
        top: 61px;
        left: 0; }
      .footer-main .shapes svg:last-child {
        bottom: 0;
        right: 0; }

.footer {
  display: flex;
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto 0;
  max-width: 1080px; }
  .footer p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300; }
  .footer .col {
    padding-right: 30px;
    color: #FFFFFF; }
    .footer .col h4 {
      font-weight: 700;
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px;
      color: #c28ee2; }
    .footer .col:nth-child(1) {
      flex-basis: 48%;
      box-sizing: border-box;
      padding-right: 40px; }
      .footer .col:nth-child(1) .logo {
        width: 122px;
        margin-bottom: 2px; }
      .footer .col:nth-child(1) p {
        line-height: 24px;
        margin-top: 18px; }
    .footer .col:nth-child(2) {
      flex-basis: 26%;
      box-sizing: border-box;
      padding-left: 40px; }
      .footer .col:nth-child(2) h4 {
        margin-bottom: 16px;
        opacity: .4;
        color: #FFFFFF; }
        .footer .col:nth-child(2) h4 + p {
          margin-bottom: 14px; }
      .footer .col:nth-child(2) p {
        margin: 10px 0 0 0; }
      .footer .col:nth-child(2) a {
        font-family: Roboto, Arial;
        display: inline-block;
        font-weight: 300;
        border-color: transparent;
        background-image: linear-gradient(#FFF calc(100% - 1px), #FFF 1px);
        color: #FFF; }
      .footer .col:nth-child(2) svg {
        margin: 0 10px 0 0;
        transform: translateY(3px); }
    .footer .col:nth-child(3) {
      flex-basis: 26%;
      box-sizing: border-box;
      padding-left: 20px; }
      .footer .col:nth-child(3) h4 {
        margin-bottom: 18px;
        opacity: 0.5;
        color: #FFFFFF; }
      .footer .col:nth-child(3) a {
        font-size: 12px;
        border: none; }
        .footer .col:nth-child(3) a:first-of-type {
          margin-right: 20px; }
        .footer .col:nth-child(3) a svg path {
          transition: all .3s ease-out; }
        .footer .col:nth-child(3) a:hover svg path {
          fill: #F4B206; }
        .footer .col:nth-child(3) a:last-of-type {
          display: inline-block;
          box-sizing: border-box;
          font-weight: 700;
          border: 1px solid #FFF;
          border-radius: 24px;
          text-transform: uppercase;
          margin-top: 18px;
          padding: 13px 31px;
          color: #FFF; }
          .footer .col:nth-child(3) a:last-of-type:hover {
            background: #FFF;
            color: #000; }

/* Clients. */
.reviews {
  width: calc(100% - 40px);
  max-width: 913px;
  text-align: center;
  clear: both;
  margin: 120px auto; }
  .reviews h1 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 126%;
    color: #1E2230; }
  .reviews p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 146%;
    color: #1E2230;
    margin: 20px 0 0; }
  .reviews .revs-holder {
    margin: 60px 0 0; }
    .reviews .revs-holder h1 {
      font-weight: normal;
      font-size: 38px;
      line-height: 49px; }
    .reviews .revs-holder p {
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      margin: 31px 0 0; }
      .reviews .revs-holder p span {
        font-weight: 400; }

.bullets {
  display: inline-block;
  position: relative;
  height: 12px;
  line-height: 0;
  margin: 50px 0 0; }
  .bullets .bullet {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 15px;
    z-index: 99;
    background: #797584;
    transition: background .3s ease-out; }
    .bullets .bullet:after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      top: -3px;
      left: -5px; }
    .bullets .bullet:last-child {
      margin-right: 0; }
    .bullets .bullet:hover {
      background: #5948c5; }

.bullet-active {
  cursor: auto !important;
  background: #5948c5 !important; }

.footer-bar {
  padding: 11px 0;
  margin-top: 40px;
  background: #312191; }
  .footer-bar .holder {
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: auto;
    padding: 2px 0 2px 0; }
  .footer-bar p {
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    color: #FFF; }
  .footer-bar .top {
    display: inline-block;
    float: right;
    cursor: pointer;
    transform: translateY(1px); }
    .footer-bar .top p {
      position: relative;
      top: -1px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      margin: 0 4px 0;
      transition: all .3s ease-out; }
    .footer-bar .top:hover p {
      opacity: .8; }
  .footer-bar a {
    float: right;
    border-bottom: 1px solid transparent;
    background-image: linear-gradient(#FFF calc(100% - 1px), #FFF 1px);
    box-sizing: border-box;
    font-weight: 300;
    font-size: 12px;
    transform: translateY(2px);
    margin: 2px 0 0;
    margin-right: 38px;
    color: #FFF; }
    .footer-bar a:hover {
      color: #FFF; }

/* Demos. */
.demos-header {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto 0; }
  .demos-header svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .demos-header .info {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    text-align: center;
    margin: auto; }
    .demos-header .info h1 {
      display: inline-block;
      max-width: 770px;
      font-family: 'Barlow';
      font-style: normal;
      font-weight: 900;
      font-size: 58px;
      line-height: 68px;
      color: #5948c5;
      margin: 100px auto 0; }
      .demos-header .info h1 span {
        color: #424456; }
    .demos-header .info p {
      display: inline-block;
      max-width: 670px;
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      max-width: 533px;
      color: #424456;
      margin: 18px auto 194px; }

.demos {
  width: 100%;
  max-width: 1920px;
  vertical-align: top;
  line-height: 0;
  margin: 0 auto;
  padding-bottom: 107px;
  margin-top: 80px; }
  .demos .search-holder {
    width: calc(100% - 40px);
    max-width: 700px;
    margin: auto; }
    .demos .search-holder .search {
      font: 400 14px Roboto, Arial;
      display: inline-block;
      position: relative;
      width: 100%;
      line-height: 24px;
      border: none;
      box-sizing: border-box;
      box-shadow: 0px 12px 27px rgba(0, 0, 0, 0.13);
      border-radius: 30px;
      padding: 17px 39px 17px;
      background: #FFFFFF;
      color: #797584; }
      .demos .search-holder .search:focus {
        outline: none; }
    .demos .search-holder svg {
      position: relative;
      top: -37px;
      left: calc(100% - 50px);
      z-index: 1;
      cursor: pointer; }
  .demos .top {
    display: block;
    width: 100%;
    margin-top: -147px; }
    .demos .top .dumy {
      text-align: center;
      margin: 39px 0 40px; }
    .demos .top .item {
      font-family: 'Open Sans';
      display: inline-block;
      position: relative;
      cursor: pointer;
      box-sizing: border-box;
      border-radius: 22px;
      font-size: 14px;
      font-weight: 700;
      line-height: 21px;
      text-transform: uppercase;
      padding: 0 23px 0;
      color: #1E2230;
      transition: all .3s ease-out; }
      .demos .top .item:hover {
        color: #5948c5; }
      .demos .top .item.grid-menu-active {
        color: #5948c5 !important; }
  .demos .right {
    box-sizing: content-box;
    vertical-align: top;
    width: calc(100% - 40px);
    max-width: 1780px;
    margin: auto; }
  .demos .extra-content {
    font-family: Roboto, Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    line-height: 28px;
    padding: 10px 20px 0; }
  .demos #myGDiv {
    min-height: 288px; }
    .demos #myGDiv .thumbs-holder,
    .demos #myGDiv .main {
      min-height: 288px; }
    .demos #myGDiv .background {
      background-color: #fdfdff; }
    .demos #myGDiv .p-nothing-found {
      top: 50% !important;
      font-weight: 500; }
    .demos #myGDiv .border {
      border: 1px solid #E5E4E8 !important;
      box-sizing: border-box; }
  .demos .grid-load {
    min-height: 70px !important; }
    .demos .grid-load .thumbs-holder,
    .demos .grid-load .main {
      min-height: 70px !important; }
  .demos .text-holder {
    text-align: center; }
    .demos .text-holder .in {
      width: 100%; }
      .demos .text-holder .in .link {
        box-sizing: border-box; }
    .demos .text-holder a {
      display: inline-block;
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      text-transform: uppercase;
      border-radius: 23.5px;
      border: 2px solid #FFF;
      padding: 10px 31px;
      color: #FFF; }
      .demos .text-holder a:hover {
        color: #5948c5;
        background: #FFF; }
  .demos .overlay {
    background-color: rgba(89, 72, 197, 0.9);
    filter: drop-shadow(0px 12px 27px rgba(0, 0, 0, 0.19));
    box-sizing: border-box; }

/* Single. */
.main.single #myDiv {
  margin-top: 134px; }

.info-single {
  width: calc(100% - 40px);
  text-align: center;
  max-width: 1200px;
  text-align: center;
  margin: 99px auto -78px; }
  .info-single h1 {
    max-width: 800px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 48px;
    margin: 0 auto 0;
    color: #1E2230; }
  .info-single p {
    font-size: 16px;
    line-height: 26px;
    color: #424456;
    margin: 23px 0 0; }
  .info-single .paralax {
    display: inline-block; }
  .info-single #paralax_p,
  .info-single #zoom_p {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase; }
  .info-single #paralax,
  .info-single #zoom {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    border-radius: 18px;
    cursor: pointer;
    margin-left: 10px;
    transform: translateY(5px);
    background: #DC2121; }
    .info-single #paralax:after,
    .info-single #zoom:after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      top: 3px;
      left: 3px;
      background: #FFF; }
  .info-single #paralax {
    margin-right: 45px; }
  .info-single .on {
    background: #0CB009 !important; }
    .info-single .on:after {
      left: auto !important;
      right: 3px !important;
      background: #e5e5e5 !important; }

/* Hide and show */
.fwd-hide {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.2, 1), transform 0.5s cubic-bezier(0.7, 0, 0.2, 1); }

.fwd-hide-top {
  position: relative;
  top: 100px;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.2, 1), top 0.5s cubic-bezier(0.7, 0, 0.2, 1); }

.fwd-hide-left {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.2, 1), transform 0.5s cubic-bezier(0.7, 0, 0.2, 1); }

.reveal {
  opacity: 1 !important;
  transform: translateY(0); }

.reveal-top {
  opacity: 1;
  top: 0; }

.reveal-left {
  opacity: 1 !important;
  transform: translateY(0); }

.reveal2 {
  opacity: 1 !important;
  transform: translate(-50%, 0); }

.reveal-without-top {
  opacity: 1 !important;
  transform: translateY(0);
  pointer-events: auto; }

.clear-fix {
  clear: both; }

/**
 * Responsive CSS.
 *
 * @package fwdsisc
 * @since fwdsisc 1.0
 */
@media screen and (max-width: 1920px) {
  #svg svg {
    left: calc(50% + 6px);
    transform: translateX(-50%); } }
@media screen and (max-width: 1025px) {
  body > .main {
    left: auto !important;
    margin: auto !important; }

  /* Footer. */
  .footer .col:nth-child(2) {
    padding-left: 10px;
    padding-right: 0; }
  .footer .col:nth-child(3) {
    padding-left: 0px;
    padding-right: 10px; } }
@media screen and (max-width: 1296px) {
  /* Buy. */
  .buy {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    text-align: left; }
    .buy h1 {
      width: 100%;
      margin: 72px 0 0; }
    .buy a {
      float: none;
      display: inline-block;
      position: absolute; }
      .buy a:nth-of-type(1) {
        top: 28px;
        margin: 0;
        right: 90px; }
      .buy a:nth-of-type(2) {
        margin: 0;
        top: 101px;
        right: 90px; } }
@media screen and (max-width: 948px) {
  /* Seconday features. */
  #cols .cols {
    justify-content: flex-start;
    flex-wrap: wrap; }
  #cols .col {
    width: calc(32% - 14px);
    max-width: none; }
    #cols .col:nth-child(3n) {
      margin-right: 0 !important; }
    #cols .col:nth-child(4n) {
      margin-top: 30px !important; }

  /* Many features. */
  .m2-ft .m-main-holder .col {
    flex-basis: calc(50% - 40px);
    margin-right: 0 !important;
    padding-right: 80px !important; }
    .m2-ft .m-main-holder .col:nth-child(2n) {
      padding-right: 0 !important; } }
@media screen and (max-width: 1025px) {
  .footer-main .shapes {
    display: none; }

  .footer {
    flex-wrap: wrap; }
    .footer .col:nth-child(1) {
      flex-basis: 100%;
      padding: 0; }
    .footer .col:nth-child(2) {
      flex-basis: 50%;
      margin-top: 30px;
      padding: 0; }
    .footer .col:nth-child(3) {
      flex-basis: 50%;
      margin-top: 30px;
      padding: 0; } }
@media screen and (max-width: 800px) {
  .info-single {
    margin-top: 50px; }

  .m-ft .col {
    display: block; }
    .m-ft .col .txt {
      width: 100%; }
      .m-ft .col .txt h1 {
        margin: 25px 0 24px; }
    .m-ft .col .img {
      width: 100%;
      text-align: center !important; }

  /* Buy. */
  .buy {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    text-align: left; }
    .buy h4 {
      left: 52px; }
    .buy h2 {
      left: 52px; }
    .buy a {
      float: none;
      display: inline-block;
      position: absolute; }
      .buy a:nth-of-type(1) {
        top: 28px;
        margin: 0;
        right: 60px; }
      .buy a:nth-of-type(2) {
        margin: 0;
        top: 101px;
        right: 60px; } }
@media screen and (max-width: 763px) {
  /* Seconday features. */
  #cols .col {
    width: calc(50% - 15px);
    margin-right: 18px;
    max-width: none !important; }
    #cols .col:nth-child(2) {
      margin-right: 0 !important; }
    #cols .col:nth-child(3) {
      margin-top: 30px !important;
      margin-right: 30px !important; }
    #cols .col:nth-child(4) {
      margin-right: 0 !important; }

  /* Many features. */
  .m2-ft .m-main-holder .col {
    flex-basis: 100%;
    margin-right: 0 !important;
    padding-right: 0 !important; }

  #paralax .off {
    margin-right: 0; }

  .paralax.zoom {
    display: block;
    position: relative;
    left: -17px; } }
@media screen and (max-width: 763px) {
  /* Info. */
  .info2 h4 {
    font-size: 36px;
    margin: -75px 20px; }
  .info2 h1 {
    margin: 20px 20px 60px;
    font-size: 18px; }

  /* svg */
  #svg .info h4 {
    font-size: 52px; }
  #svg .info h2 {
    margin: 30px 20px 0; }
  #svg .info img {
    top: 23px;
    width: 87px; }
  #svg .info .pro {
    width: auto;
    top: 59px;
    left: 104px; }

  .demos-header .info h1 {
    font-size: 38px;
    line-height: 50px;
    max-width: 462px;
    margin-top: 66px; }
  .demos-header .info p {
    font-size: 16px;
    line-height: 24px;
    margin: 23px auto 137px; }

  /* Buy. */
  .buy {
    margin-top: -74px;
    text-align: center; }
    .buy img {
      width: 100%; }
    .buy h4 {
      left: 50%;
      transform: translateX(-50%); }
    .buy h2 {
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap; }
    .buy h1 {
      font-size: 48px;
      line-height: 46px;
      margin: 54px 0 0; }
    .buy .spacer {
      display: block; }
    .buy a {
      margin: 37px 0 20px !important;
      min-width: 247px;
      position: relative;
      top: auto !important;
      right: auto !important;
      padding: 16px 44px; }
      .buy a:nth-of-type(2) {
        margin: 0 0 60px !important; } }
@media screen and (max-width: 600px) {
  /* svg */
  #svg svg {
    left: calc(50% + 0px); }

  .top_info {
    margin: -339px auto 100px; }
    .top_info h4 {
      font-size: 35px; }
    .top_info h2 {
      margin: 30px 20px 0; }
    .top_info img {
      top: 23px;
      width: 87px; }
    .top_info .pro {
      width: auto;
      top: 43px;
      left: 52px; }

  /* Buy. */
  .buy a {
    padding: 16px 17px; }

  .main.demo .buy {
    margin: -20px auto 0 !important; }

  .info2 img {
    margin-bottom: -220px; }

  #myDiv2 {
    top: -184px; }

  .header .in {
    transform: translate(0, 58px) !important; }
  .header h1 {
    font-size: 36px;
    line-height: 46px;
    max-width: 356px; }
    .header h1 span {
      font-size: 36px;
      line-height: 46px; }
  .header h4 {
    font-size: 18px;
    line-height: 28px;
    max-width: 343px;
    margin: 22px auto 57px; }

  .m-ft {
    margin: 0 auto 0; }
    .m-ft .col {
      margin: 0 0 61px; }
      .m-ft .col svg {
        display: none; }
      .m-ft .col .txt {
        width: 100%; }
        .m-ft .col .txt h1 {
          font-size: 36px;
          margin: 25px 0 15px; }

  #more_sliders2 {
    margin: 40px auto 0; }
    #more_sliders2 h1 {
      font-size: 36px;
      line-height: 46px; }

  /* Seconday features. */
  #cols h1 {
    font-size: 36px;
    line-height: 46px; }
  #cols .cols {
    margin: 40px auto 0;
    padding: 0px 0 60px; }
  #cols .col {
    width: 100%;
    margin-right: 0 !important; }
    #cols .col:nth-child(2) {
      margin-top: 30px !important; }
    #cols .col:nth-child(3) {
      margin-right: 0 !important; }

  /* Many features. */
  .m2-ft {
    padding: 70px 0 133px; }
    .m2-ft .title {
      font-size: 36px !important;
      margin: 0 20px; }
    .m2-ft .info p {
      font-size: 18px;
      margin: 20px 20px 0; }
    .m2-ft .m-main-holder {
      margin: 0px auto 0; }
      .m2-ft .m-main-holder .col {
        flex-basis: 100%;
        margin-right: 0 !important;
        padding-right: 0 !important;
        margin-top: 60px; }

  .info-single h1 {
    font-size: 36px;
    line-height: 48px; }

  /* Reviews. */
  .reviews {
    margin: 60px auto 66px; }
    .reviews h1 {
      font-size: 36px;
      line-height: 48px; }
    .reviews .revs-holder {
      margin: 41px 0 0; }
      .reviews .revs-holder h1 {
        font-size: 24px;
        line-height: 34px; }
      .reviews .revs-holder p {
        margin: 18px 0 0; }
    .reviews .bullets {
      margin: 39px 0 0; }

  .footer-main {
    padding-top: 29px; }

  .footer {
    flex-wrap: wrap;
    padding-bottom: 18px; }
    .footer .col {
      flex-basis: 100% !important;
      margin-top: 12px;
      padding: 0 !important; }
      .footer .col:nth-child(2) {
        padding-left: 20px;
        margin-top: 20px;
        padding-right: 0; }
      .footer .col:nth-child(3) {
        padding-left: 0px;
        margin-top: 20px;
        padding-right: 10px; }

  .footer-bar {
    margin-top: 19px; }
    .footer-bar a {
      margin-right: 13px; }

  .demos .top .dumy,
  .demos .p-wrapper {
    display: none; }
  .demos .p-selector {
    pointer-events: auto;
    top: -98px !important;
    right: 0 !important;
    left: auto !important; }
  .demos .p-wrapper {
    top: -150px !important; }
  .demos .right {
    margin-top: 82px; }
  .demos .search-holder .search {
    padding: 17px 31px 17px; }
  .demos .search-holder svg {
    left: calc(100% - 46px); }

  .buy.single {
    margin-top: 90px; } }
@media screen and (max-width: 450px) {
  .m-ft .col img {
    width: 100% !important;
    text-align: center !important; } }

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