/*------------------------------------------------------------------
    [Main Style Stylesheet]
    Project:       HTML Template
    Version:        1.0
    Author:         Danh Cong
    Skype:          congnd91
    Author URI:     https://danhcong.com
-------------------------------------------------------------------
-------------------------------------------------------------------*/
h1,
.h1 {
  font-size: 3.5rem; }

h2,
.h2 {
  font-size: 3rem; }

h3,
.h3 {
  font-size: 2.5rem; }

h4,
.h4 {
  font-size: 2rem; }

h5,
.h5 {
  font-size: 1.8rem; }

h6,
.h6 {
  font-size: 1.5rem; }

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*==========Setting=========*/
html {
  font-size: 10px; }

body {
  font-family: "ProximaNova-Regular", sans-serif;
  min-width: 350px;
  font-size: 1.4rem;
  color: #000000;
  line-height: 1.5;
  padding: 0px 0px 0px 0px; }

dt,
dd {
  line-height: 1.5; }

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

a {
  color: inherit; }

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

iframe {
  width: 100%;
  border: none; }

::selection {
  background: #b536a7;
  color: #fff; }

img {
  max-width: 100%; }

/*==========Components=========*/
.my-btn {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: transparent !important;
  font-size: 2rem;
  padding: 0px 50px;
  margin: 0px 0px 0px 10px;
  display: inline-block;
  line-height: 50px;
  transition: all ease 0.3s;
  border-radius: 3px;
  background-color: #d60a6c;
  text-align: center;
  background-image: linear-gradient(to right, #d148a5 0%, #ad31a8 100%);
  overflow: hidden;
  color: transparent;
  text-shadow: 0 0 0 #fff, 0 45px 0 #fff; }
  .my-btn:hover {
    text-shadow: 0 -45px 0 #fff, 0 0 0 #fff; }
  .my-btn.cyan {
    background-image: linear-gradient(to right, #519f96 0%, #2e697e 100%); }
  .my-btn.green {
    background-image: linear-gradient(to right, #4da742 0%, #14720b 100%); }
  .my-btn.small {
    line-height: 32px;
    font-size: 1.6rem; }
  .my-btn:hover {
    cursor: pointer; }
  .my-btn.active {
    background-color: #b536a7;
    outline: none;
    color: #fff; }
    .my-btn.active:hover {
      opacity: 0.8; }
  .my-btn.cancel {
    background-color: #dfdfdf;
    margin: 0px 0px 0px 15px;
    color: #19181a; }
    .my-btn.cancel:hover {
      opacity: 0.8; }
  .my-btn.border {
    border: 1px solid #b536a7 !important;
    background-color: #fff;
    color: #2b2b2b; }
    .my-btn.border:hover {
      background-color: #fff;
      color: #2b2b2b; }
  .my-btn:active {
    color: inherit; }

.row-fix {
  margin-left: -10px;
  margin-right: -10px; }
  .row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px; }

.row-fix5 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-fix5 .col-fix5 {
    padding-left: 5px;
    padding-right: 5px; }

.dropdown-menu {
  font-size: inherit;
  top: 100% !important;
  transform: none !important; }

.dropdown-toggle::after {
  display: none; }

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: #000; }

@media (min-width: 1400px) {
  .container-1300 {
    max-width: 1300px; } }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  width: 100%;
  transition: padding ease 0.4s, background-color ease 0.4s;
  padding: 20px 0px 20px 0px; }
  @media screen and (max-width: 991px) {
    .header {
      padding: 10px 0px;
      background-color: #000;
      height: 55px; } }
  .header.header-scrolled {
    background-color: #000; }
  .header .logo {
    float: left;
    margin: -2px 0px 0px 0px;
    position: absolute;
    top: 20px;
    left: 15px; 
	z-index:10;}
    .header .logo img {
      height: 38px; }
    @media screen and (max-width: 991px) {
      .header .logo {
        margin: 0px 0px 0px; }
        .header .logo img {
          height: 25px; } }
  .header .header-right {
    float: right;
    position: absolute;
    top: 20px;
    right: 15px; }
    .header .header-right .user-link {
      float: left; }
      @media screen and (max-width: 991px) {
        .header .header-right .user-link {
          display: none; } }
      .header .header-right .user-link a {
        font-family: "ProximaNova-Semibold", sans-serif;
        color: transparent;
        font-size: 1.5rem;
        padding: 0px 10px;
        margin: 0px 0px 0px 10px;
        float: left;
        line-height: 35px;
        transition: all ease 0.3s;
        border-radius: 3px;
        background-color: #008daf;
        min-width: 170px;
        text-align: center;
        background-image: linear-gradient(to right, #519f96 0%, #2e697e 100%);
        overflow: hidden;
        transition: all .4s ease;
        text-shadow: 0 0 0 #fff, 0 45px 0 #fff; }
        .header .header-right .user-link a:hover {
          cursor: pointer;
          text-shadow: 0 -45px 0 #fff, 0 0 0 #fff; }
        .header .header-right .user-link a.pink {
          background-color: #b536a7;
          background-image: linear-gradient(to right, #d148a5 0%, #ad31a8 100%); }
        @media screen and (max-width: 1400px) {
          .header .header-right .user-link a {
            font-size: 1.4rem;
            max-width: 150px; } }
  .header .menu-icon {
    float: left;
    text-align: center;
    width: 25px;
    cursor: pointer;
    height: 35px;
    font-size: 17px;
    margin: 0px 0px 0px 10px;
    display: none;
    color: #fff; }
    .header .menu-icon span {
      display: block;
      width: 25px;
      position: relative;
      top: 0px;
      left: 0px;
      transition: all ease 0.3s;
      height: 2px;
      background-color: #fff;
      border-radius: 1px; }
      .header .menu-icon span.line-one {
        margin: 0px 0px 6px 0px; }
      .header .menu-icon span.line-two {
        margin: 0px 0px 6px 0px; }
    @media screen and (max-width: 991px) {
      .header .menu-icon {
        display: block; } }
  .header .menu {
    text-align: center;
    padding: 0px 160px 0px 160px;
    position: relative; }
    @media screen and (max-width: 1450px) {
      .header .menu {
        padding: 0px 160px 0px 80px; } }
    @media screen and (max-width: 1199px) {
      .header .menu {
        padding: 30px 0px 0px 0px;
        top: 15px; } }
    @media screen and (max-width: 991px) {
      .header .menu {
        display: none; } }
    .header .menu > ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      display: inline-block; }
      .header .menu > ul > li {
        display: inline-block;
        margin: 0px 40px 0px 0px;
        position: relative; }
        @media screen and (max-width: 1599px) {
          .header .menu > ul > li {
            margin: 0px 30px 0px 0px; } }
        @media screen and (max-width: 1300px) {
          .header .menu > ul > li {
            margin: 0px 20px 0px 0px; } }
        .header .menu > ul > li > a {
          font-size: 1.8rem;
          line-height: 35px;
          display: block;
          font-weight: normal;
          transition: color ease 0.3s;
          color: #fff;
          position: relative; }
          .header .menu > ul > li > a:before {
            content: "";
            display: block;
            bottom: 0px;
            left: 50%;
            right: 50%;
            height: 1px;
            background-color: #fff;
            position: absolute;
            transition: all ease 0.4s; }
          @media screen and (max-width: 1400px) {
            .header .menu > ul > li > a {
              font-size: 1.6rem; } }
        .header .menu > ul > li:hover > a:before {
          left: 0px;
          right: 0px; }
        .header .menu > ul > li:hover > .sub-menu {
          visibility: visible;
          opacity: 1;
          margin-top: 0px; }
        .header .menu > ul > li .sub-menu {
          padding: 0px;
          position: absolute;
          top: 100%;
          background-color: #fff;
          left: 0px;
          width: 170px;
          margin: 0px;
          border-radius: 2px;
          text-align: left;
          list-style: none;
          transition: all ease 0.4s;
          z-index: 100;
          visibility: hidden;
          opacity: 0;
          margin-top: 10px;
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1); }
          .header .menu > ul > li .sub-menu li {
            display: block;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            position: relative; }
            .header .menu > ul > li .sub-menu li a {
              padding: 10px 10px;
              color: #000;
              font-size: 1.5rem;
              text-align: left;
              display: block;
              transition: all ease 0.3s;
              position: relative; }
              .header .menu > ul > li .sub-menu li a i {
                position: absolute;
                top: 12px;
                right: 7px;
                font-size: 14px;
                transition: all ease 0.1s; }
            .header .menu > ul > li .sub-menu li:hover > a {
              background-color: #22084d;
              color: #fff; }
              .header .menu > ul > li .sub-menu li:hover > a i {
                color: #fff; }
            .header .menu > ul > li .sub-menu li .sub-menu {
              left: 100%;
              top: 0px;
              margin: 0px 0px 0px 10px; }
            .header .menu > ul > li .sub-menu li:hover .sub-menu {
              visibility: visible;
              opacity: 1;
              margin-left: 0px; }

@media screen and (max-width: 991px) {
  .header {
    transition: all ease 0.4s; }
  .open-menu .menu-icon span {
    display: block;
    width: 25px;
    position: relative;
    top: 0px;
    left: 0px;
    transition: all ease 0.3s;
    height: 2px;
    background-color: #fff;
    border-radius: 1px; }
    .open-menu .menu-icon span.line-one {
      transform: rotate(45deg);
      top: 8px; }
    .open-menu .menu-icon span.line-two {
      opacity: 0; }
    .open-menu .menu-icon span.line-three {
      transform: rotate(-45deg);
      top: -8px; }
  .open-menu .menu-res {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px); }
    .open-menu .menu-res .sub-menu {
      display: none; }
  .header .container {
    position: relative;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .menu-res {
    left: 0px;
    transform: translateY(30px);
    background-color: #111;
    position: fixed;
    top: 55px;
    z-index: 99999;
    overflow: auto;
    bottom: 0px;
    transition: all ease 0.4s;
    right: 0px;
    z-index: -1;
    opacity: 0;
    visibility: hidden; }
  .page {
    transition: all ease 0.4s;
    position: relative;
    left: 0px; }
  .menu-res-inner {
    padding: 0px 0px 10px 0px; }
    .menu-res-inner .logo {
      padding: 20px 0px;
      text-align: center; }
      .menu-res-inner .logo img {
        height: 38px; }
    .menu-res-inner .user-link {
      padding: 10px 15px 15px 15px; }
      .menu-res-inner .user-link a {
        font-family: "ProximaNova-Semibold", sans-serif;
        color: #fff;
        font-size: 1.5rem;
        padding: 0px 10px;
        margin: 0px 0px 10px 0px;
        display: block;
        line-height: 35px;
        transition: all ease 0.3s;
        border-radius: 3px;
        background-color: #008daf;
        min-width: 170px;
        text-align: left;
        background-image: linear-gradient(to right, #519f96 0%, #2e697e 100%); }
        .menu-res-inner .user-link a:hover {
          opacity: 0.8;
          cursor: pointer; }
        .menu-res-inner .user-link a.pink {
          background-color: #b536a7;
          background-image: linear-gradient(to right, #d148a5 0%, #ad31a8 100%); } }
      @media screen and (max-width: 991px) and (max-width: 1400px) {
        .menu-res-inner .user-link a {
          font-size: 1.4rem;
          max-width: 150px; } }

@media screen and (max-width: 991px) {
    .menu-res-inner .contact-link {
      padding: 15px;
      font-size: 1.5rem;
      color: #fff; }
    .menu-res-inner ul {
      padding: 0px;
      list-style: none; }
      .menu-res-inner ul > li {
        position: relative; }
        .menu-res-inner ul > li .fa-home {
          margin: 0px 5px 0px 0px; }
        .menu-res-inner ul > li i {
          margin: 0px 5px 0px 0px; }
        .menu-res-inner ul > li a {
          border-left: 2px solid transparent;
          color: #fff;
          display: block;
          line-height: 40px;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s;
          font-size: 1.6rem;
          padding: 0px 15px;
          transition: all ease 0.3s; }
          .menu-res-inner ul > li a:hover {
            color: #fff;
            background-color: #353535; }
        .menu-res-inner ul > li.has-menu i {
          position: absolute;
          top: 0px;
          right: 0px;
          width: 20px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          color: #fff;
          font-size: 14px;
          transform: rotate(90deg); }
        .menu-res-inner ul > li.active > a {
          border-left: 2px solid #fff;
          background-color: #353535; }
        .menu-res-inner ul > li.active:before i {
          transform: rotate(180deg); }
        .menu-res-inner ul > li > ul {
          padding: 0px 0px 10px 0px; }
          .menu-res-inner ul > li > ul li {
            border-top: 1px solid #222;
            border-bottom: none !important; }
            .menu-res-inner ul > li > ul li a {
              display: block;
              line-height: 20px;
              text-transform: none;
              color: #666;
              padding: 10px 30px;
              font-weight: 400;
              -moz-transition: all ease 0.2s;
              -o-transition: all ease 0.2s;
              -webkit-transition: all ease 0.2s;
              transition: all ease 0.2s; }
              .menu-res-inner ul > li > ul li a:hover {
                color: #fff; }
            .menu-res-inner ul > li > ul li > ul {
              padding: 0px 0px 0px 0px; }
              .menu-res-inner ul > li > ul li > ul li a {
                padding: 10px 0px 10px 40px; }
    .menu-res-inner .sub-menu {
      display: none; } }

.home-slider {
  position: relative; }
  @media screen and (max-width: 991px) {
    .home-slider {
      margin: 50px 0px 0px 0px; } }
  .home-slider .home-slider-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .home-slider .home-slider-item img {
      width: 100%; }
  .home-slider .owl-dots {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 0px;
    right: 0px;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .home-slider .owl-dots {
        bottom: 10px; } }
    .home-slider .owl-dots .owl-dot {
      display: inline-block;
      width: 60px;
      height: 2px;
      margin: 0px 6px;
      background-color: #fff;
      opacity: 0.6; }
      @media screen and (max-width: 991px) {
        .home-slider .owl-dots .owl-dot {
          width: 20px;
          height: 1px; } }
      .home-slider .owl-dots .owl-dot.active {
        opacity: 1; }

.partner {
  padding: 10px 0px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between; }

.partner-item {
  padding: 0px 5px; }

.section-one {
  padding: 70px 0px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .section-one {
      padding: 30px 0px; } }
  .section-one .so-img {
    width: 105%;
    max-width: 105%; }
    @media screen and (max-width: 767px) {
      .section-one .so-img {
        width: 100%;
        max-width: 350px;
        margin: 0px auto 10px auto; } }
  .section-one .so-des {
    padding: 70px 0px 0px 100px; }
    .section-one .so-des h3 {
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 4.4rem;
      line-height: 1.1;
      color: #2b2b2b; }
      .section-one .so-des h3 span {
        display: inline-block;
        background: -webkit-linear-gradient(#d148a5, #ad31a8);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "ProximaNova-Bold", sans-serif; }
    .section-one .so-des p {
      margin: 10px 0px 10px 0px;
      font-size: 2.1rem;
      max-width: 420px; }
    .section-one .so-des .so-control {
      background-image: url(../images/dot_pink.png);
      background-repeat: no-repeat;
      min-height: 122px;
      padding: 36px 0px 0px 120px;
      margin: 20px 0px 0px 30px; }
      .section-one .so-des .so-control .my-btn {
        color: transparent;
        text-shadow: 0 0 0 #fff, 0 45px 0 #fff; }
        .section-one .so-des .so-control .my-btn:hover {
          text-shadow: 0 -45px 0 #fff, 0 0 0 #fff; }
    @media screen and (max-width: 1199px) {
      .section-one .so-des .so-control {
        padding: 15px 0px 0px 0px;
        margin: 10px 0px 0px 0px; } }
    @media screen and (max-width: 991px) {
      .section-one .so-des {
        padding: 0px 0px 0px 50px; }
        .section-one .so-des h3 {
          font-size: 2.2rem;
          line-height: 1.1; }
          .section-one .so-des h3 span {
            display: inline-block;
            background: -webkit-linear-gradient(#d148a5, #ad31a8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "ProximaNova-Bold", sans-serif; }
        .section-one .so-des p {
          margin: 10px 0px 10px 0px;
          font-size: 1.5rem;
          max-width: 420px; }
        .section-one .so-des .so-control {
          background-repeat: no-repeat;
          min-height: 60px;
          background-size: 80px auto;
          padding: 15px 0px 0px 30px;
          margin: 10px 0px 0px 0px; }
          .section-one .so-des .so-control .my-btn {
            font-size: 1.5rem;
            line-height: 35px;
            padding: 0px 20px; } }
    @media screen and (max-width: 767px) {
      .section-one .so-des {
        padding: 0px 0px 0px 20px; } }
  .section-one .so-bg {
    background-image: url(../images/home2.png);
    height: 310px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 10px 0px 0px 0px; }
    @media screen and (max-width: 1199px) {
      .section-one .so-bg {
        height: 250px; } }
    @media screen and (max-width: 991px) {
      .section-one .so-bg {
        height: 200px; } }
    @media screen and (max-width: 767px) {
      .section-one .so-bg {
        height: 130px; } }

.section-two {
  overflow: hidden;
  background-image: url(../images/yellow_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .section-two {
      padding: 40px 0px;
      background-image: none;
      background-color: #f9d632; } }
  .section-two .st-img {
    margin: 0px -100px 0px -60px; }
    @media screen and (max-width: 1400px) {
      .section-two .st-img {
        margin: 0px -60px 0px -60px; } }
    @media screen and (max-width: 1199px) {
      .section-two .st-img {
        margin: 0px -100px 0px -20px; } }
    @media screen and (max-width: 767px) {
      .section-two .st-img {
        width: 100%;
        max-width: 500px;
        margin: 20px auto 10px auto; } }
  .section-two .st-des {
    padding: 0px 0px 0px 0px;
    max-width: 460px; }
    .section-two .st-des h3 {
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 4.4rem;
      line-height: 1.1;
      color: #000; }
      .section-two .st-des h3 span {
        color: #000;
        font-family: "ProximaNova-Bold", sans-serif; }
    .section-two .st-des label {
      display: inline-block;
      padding: 3px 16px;
      font-size: 1.6rem;
      color: #fff;
      border-radius: 3px;
      background-color: #008daf;
      font-weight: 600; }
    .section-two .st-des p {
      margin: 5px 0px 10px 0px;
      font-size: 2.1rem;
      max-width: 420px; }
    .section-two .st-des .list-check {
      padding: 10px 0px 0px 0px; }
      .section-two .st-des .list-check p {
        margin: 0px 0px 0px 0px;
        font-size: 1.8rem;
        font-family: "ProximaNova-Bold", sans-serif; }
        .section-two .st-des .list-check p i {
          color: #008daf;
          margin: 0px 5px 0px 0px; }
    .section-two .st-des .st-control {
      background-image: url(../images/dot_blue.png);
      background-repeat: no-repeat;
      min-height: 122px;
      max-width: 420px;
      padding: 36px 0px 0px 0px;
      margin: 20px 0px 0px 0px;
      background-position: 80% 0%; }
      .section-two .st-des .st-control .my-btn {
        color: transparent;
        text-shadow: 0 0 0 #fff, 0 45px 0 #fff; }
        .section-two .st-des .st-control .my-btn:hover {
          text-shadow: 0 -45px 0 #fff, 0 0 0 #fff; }
    @media screen and (max-width: 991px) {
      .section-two .st-des {
        padding: 0px 0px 0px 0px; }
        .section-two .st-des h3 {
          font-size: 2.2rem;
          line-height: 1.1; }
          .section-two .st-des h3 span {
            display: inline-block;
            background: -webkit-linear-gradient(#d148a5, #ad31a8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "ProximaNova-Bold", sans-serif; }
        .section-two .st-des label {
          font-size: 1.1rem; }
        .section-two .st-des p {
          margin: 10px 0px 10px 0px;
          font-size: 1.5rem;
          max-width: 420px; }
        .section-two .st-des .list-check {
          padding: 5px 0px 0px 0px; }
          .section-two .st-des .list-check p {
            margin: 0px 0px 0px 0px;
            font-size: 1.3rem;
            font-family: "ProximaNova-Bold", sans-serif; }
            .section-two .st-des .list-check p i {
              color: #008daf;
              margin: 0px 5px 0px 0px; }
        .section-two .st-des .st-control {
          background-repeat: no-repeat;
          min-height: 60px;
          background-size: 80px auto;
          padding: 15px 0px 0px 0px;
          margin: 10px 0px 0px 0px;
          background-position: 50% 0%; }
          .section-two .st-des .st-control .my-btn {
            font-size: 1.5rem;
            line-height: 35px;
            padding: 0px 20px; } }
    @media screen and (max-width: 767px) {
      .section-two .st-des {
        padding: 0px 0px 0px 20px; } }

.section-three {
  overflow: hidden;
  padding: 70px 0px; }
  @media screen and (max-width: 767px) {
    .section-three {
      padding: 30px 0px; } }
  .section-three .so-img {
    width: 100%;
    margin-left: -50px; }
    @media screen and (max-width: 767px) {
      .section-three .so-img {
        width: 100%;
        max-width: 350px;
        display: block;
        margin: 0px auto 10px auto; } }
  .section-three .so-des {
    padding: 30px 0px 0px 0px; }
    .section-three .so-des h3 {
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 4.1rem;
      line-height: 1.1;
      color: #2b2b2b;
      white-space: nowrap; }
      .section-three .so-des h3 span {
        display: inline-block;
        background: -webkit-linear-gradient(#d148a5, #f779e9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "ProximaNova-Bold", sans-serif; }
    .section-three .so-des p {
      margin: 10px 0px 10px 0px;
      font-size: 2rem; }
    .section-three .so-des .so-download {
      padding: 30px 0px 0px 0px; }
      .section-three .so-des .so-download .soi-item {
        min-height: 70px;
        padding: 0px 0px 30px 90px; }
        .section-three .so-des .so-download .soi-item .soi-icon {
          float: left;
          width: 70px;
          height: 70px;
          float: left;
          margin: 0px 0px 0px -90px;
          border-radius: 3px;
          background-color: #ffdafb;
          background-image: url(../images/download_icon1.png);
          background-repeat: no-repeat;
          background-position: center center; }
          .section-three .so-des .so-download .soi-item .soi-icon.trial {
            background-image: url(../images/trial_icon.png); }
        .section-three .so-des .so-download .soi-item h5 {
          font-family: "ProximaNova-Semibold", sans-serif;
          font-size: 2rem;
          color: #b536a7;
          margin: 0px 0px 5px 0px; }
        .section-three .so-des .so-download .soi-item p {
          margin: 0px;
          font-family: "ProximaNova-Light", sans-serif;
          line-height: 1.1;
          font-size: 1.8rem; }
    .section-three .so-des .so-control {
      white-space: nowrap;
      padding: 10px 0px 0px 0px;
      margin-right: -40px; }
      .section-three .so-des .so-control .my-btn {
        padding: 0px 30px; }
        .section-three .so-des .so-control .my-btn.install {
          margin: 0px 10px 0px 0px;
          background-image: none;
          background-color: #1d121c !important; }
    @media screen and (max-width: 1199px) {
      .section-three .so-des h3 {
        font-size: 3.8rem;
        line-height: 1.1; }
      .section-three .so-des p {
        font-size: 2rem; } }
    @media screen and (max-width: 991px) {
      .section-three .so-des {
        padding: 0px 0px 0px 0px; }
        .section-three .so-des h3 {
          font-size: 2.2rem;
          line-height: 1.1; }
          .section-three .so-des h3 span {
            display: inline-block;
            background: -webkit-linear-gradient(#d148a5, #ad31a8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "ProximaNova-Bold", sans-serif; }
        .section-three .so-des p {
          margin: 10px 0px 10px 0px;
          font-size: 1.5rem;
          max-width: 420px; }
        .section-three .so-des .so-control {
          background-repeat: no-repeat;
          min-height: 60px;
          background-size: 80px auto;
          padding: 15px 0px 0px 30px;
          margin: 10px 0px 0px 0px; }
          .section-three .so-des .so-control .my-btn {
            font-size: 1.3rem;
            line-height: 35px;
            padding: 0px 20px; }
        .section-three .so-des .so-download {
          padding: 10px 0px 0px 0px; }
          .section-three .so-des .so-download .soi-item {
            min-height: 70px;
            padding: 0px 0px 15px 90px; }
            .section-three .so-des .so-download .soi-item h5 {
              font-family: "ProximaNova-Semibold", sans-serif;
              font-size: 1.5rem;
              color: #b536a7;
              margin: 0px 0px 5px 0px; }
            .section-three .so-des .so-download .soi-item p {
              font-size: 1.4rem; }
        .section-three .so-des .so-control {
          white-space: nowrap;
          padding: 0px 0px 0px 0px; }
          .section-three .so-des .so-control .my-btn {
            padding: 0px 20px; }
            .section-three .so-des .so-control .my-btn.install {
              margin: 0px 5px 0px 0px;
              background-image: none;
              background-color: #1d121c !important; } }
    @media screen and (max-width: 767px) {
      .section-three .so-des {
        padding: 0px 0px 0px 20px; } }

.section-for {
  overflow: hidden;
  background-color: #b536a7;
  background-image: linear-gradient(to right, #b536a7 0%, #8171f4 100%);
  padding: 30px 0px 20px 0px; }
  .section-for h2 {
    text-align: center;
    margin: 0px 0px 20px 0px;
    font-size: 3.8rem;
    color: #fff;
    font-family: "ProximaNova-Bold", sans-serif; }
    @media screen and (max-width: 991px) {
      .section-for h2 {
        font-size: 3rem; } }
  .section-for p {
    font-size: 1.4rem;
    margin: 30px 0px 0px 0px;
    color: #fff; }
  .section-for .sf-wrap {
    display: inline-block;
    margin: 0px 5px;
    float: left; }
  @media screen and (max-width: 575px) {
    .section-for .sf-buttons {
      margin: 0px -10px; } }
  .section-for .sf-button {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 3px;
    margin: 0px 5px;
    transition: all ease 0.3s;
    min-width: 210px; }
    .section-for .sf-button:hover {
      opacity: 0.8; }
    .section-for .sf-button strong {
      color: #b536a7;
      font-size: 1.8rem;
      font-family: "ProximaNova-Bold", sans-serif;
      padding: 0px 20px;
      line-height: 1;
      display: block; }
      @media screen and (max-width: 575px) {
        .section-for .sf-button strong {
          padding: 0px 10px; } }
      @media screen and (max-width: 767px) {
        .section-for .sf-button strong {
          font-size: 1.5rem; } }
    .section-for .sf-button p {
      margin: 0px;
      font-size: 1.4rem;
      color: #fff; }
    .section-for .sf-button.border {
      background-color: transparent;
      border: 1px solid #fff; }
      .section-for .sf-button.border strong {
        color: #fff; }
    @media screen and (max-width: 767px) {
      .section-for .sf-button {
        min-width: 150px; }
        .section-for .sf-button strong {
          font-size: 1.2rem; }
        .section-for .sf-button p {
          font-size: 1.2rem; } }

.section-five {
  overflow: hidden;
  padding: 30px 0px; }
  .section-five .sf-text {
    margin: 0px auto;
    padding: 0px 50px; }
    @media screen and (max-width: 991px) {
      .section-five .sf-text {
        max-width: 700px; } }
  .section-five .sf-one {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 700px; }
    @media screen and (max-width: 1599px) {
      .section-five .sf-one {
        height: 600px; } }
    @media screen and (max-width: 1300px) {
      .section-five .sf-one {
        height: 450px; } }
    @media screen and (max-width: 1199px) {
      .section-five .sf-one {
        height: 400px; } }
    @media screen and (max-width: 991px) {
      .section-five .sf-one {
        height: 300px; } }
    @media screen and (max-width: 767px) {
      .section-five .sf-one {
        height: 200px; } }
  .section-five .sf-two {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 1100px;
    margin: 30px 0px 0px 0px;
    position: relative; }
    .section-five .sf-two .layer2 {
      display: block;
      position: absolute;
      bottom: 60px;
      right: 40px;
      z-index: 2; }
      @media screen and (max-width: 1199px) {
        .section-five .sf-two .layer2 {
          width: 200px; } }
      @media screen and (max-width: 767px) {
        .section-five .sf-two .layer2 {
          right: 20px;
          width: 100px; } }
    .section-five .sf-two .layer3 {
      display: block;
      position: absolute;
      bottom: 70px;
      right: 150px;
      z-index: 3;
      height: 750px; }
      @media screen and (max-width: 1199px) {
        .section-five .sf-two .layer3 {
          width: 250px;
          height: auto;
          right: 100px; } }
      @media screen and (max-width: 767px) {
        .section-five .sf-two .layer3 {
          width: 150px;
          right: 40px; } }
    .section-five .sf-two .layer4 {
      display: block;
      position: absolute;
      bottom: 25px;
      right: 410px;
      z-index: 4; }
      @media screen and (max-width: 1199px) {
        .section-five .sf-two .layer4 {
          width: 200px;
          right: 250px;
          bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .section-five .sf-two .layer4 {
          width: 70px;
          right: 140px;
          bottom: 60px; } }
    @media screen and (max-width: 1599px) {
      .section-five .sf-two {
        height: 850px; } }
    @media screen and (max-width: 1300px) {
      .section-five .sf-two {
        height: 800px; } }
    @media screen and (max-width: 1199px) {
      .section-five .sf-two {
        height: 600px; } }
    @media screen and (max-width: 991px) {
      .section-five .sf-two {
        height: 550px; } }
    @media screen and (max-width: 767px) {
      .section-five .sf-two {
        height: 400px;
        border: none; } }

.section-six {
  background-image: url(../images/pink_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0px 0px 0px;
  margin: 0px 0px 100px 0px; }
  @media screen and (max-width: 991px) {
    .section-six {
      padding: 70px 0px 100px 0px; } }
  @media screen and (max-width: 767px) {
    .section-six {
      padding: 40px 0px 50px 0px;
      background-image: none;
      background-color: #731761;
      margin: 0px; } }
  .section-six h2 {
    font-size: 4.8rem;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-family: "ProximaNova-Bold", sans-serif; }
    @media screen and (max-width: 991px) {
      .section-six h2 {
        font-size: 3rem;
        margin: 0px 0px 30px 0px; } }
    @media screen and (max-width: 767px) {
      .section-six h2 {
        font-size: 2.5rem; } }
  .section-six .st-img {
    margin: 0px -50px 0px -30px;
    position: relative;
    bottom: -80px; }
    @media screen and (max-width: 991px) {
      .section-six .st-img {
        bottom: 0px;
        margin: 0px; } }
    @media screen and (max-width: 767px) {
      .section-six .st-img {
        width: 100%;
        max-width: 500px;
        margin: 20px auto 10px auto; } }
  .section-six .st-des {
    padding: 130px 0px 0px 0px;
    max-width: 460px; }
    .section-six .st-des h3 {
      font-family: "ProximaNova-Bold", sans-serif;
      font-size: 3.8rem;
      line-height: 1.1;
      color: #fff;
      margin: 0px 0px 20px 0px; }
    .section-six .st-des p {
      margin: 5px 0px 10px 0px;
      font-size: 2.1rem;
      max-width: 420px;
      color: #fff; }
    .section-six .st-des .st-control {
      padding: 40px 0px 0px 0px; }
      .section-six .st-des .st-control .my-btn {
        border: 2px solid rgba(255, 255, 255, 0.7);
        background-image: linear-gradient(to right, #6a135a 0%, #851871 100%); }
  @media screen and (max-width: 1400px) {
    .section-six .st-des {
      padding: 100px 0px 0px 0px;
      max-width: 460px; } }
  @media screen and (max-width: 1199px) {
    .section-six .st-des {
      padding: 50px 0px 0px 0px; }
      .section-six .st-des h3 {
        font-family: "ProximaNova-Bold", sans-serif;
        font-size: 3rem;
        line-height: 1.1;
        color: #fff;
        margin: 0px 0px 10px 0px; }
      .section-six .st-des p {
        font-size: 1.8rem;
        max-width: 420px;
        color: #fff; }
      .section-six .st-des .st-control {
        padding: 20px 0px 0px 0px; }
        .section-six .st-des .st-control .my-btn {
          border: 2px solid rgba(255, 255, 255, 0.7);
          background-image: linear-gradient(to right, #6a135a 0%, #851871 100%); } }
  @media screen and (max-width: 991px) {
    .section-six .st-des {
      padding: 30px 0px 0px 0px; }
      .section-six .st-des h3 {
        font-family: "ProximaNova-Bold", sans-serif;
        font-size: 2.5rem;
        line-height: 1.1;
        color: #fff;
        margin: 0px 0px 10px 0px; }
      .section-six .st-des p {
        font-size: 1.4rem;
        max-width: 420px;
        color: #fff; }
      .section-six .st-des .st-control {
        padding: 20px 0px 0px 0px; }
        .section-six .st-des .st-control .my-btn {
          border: 2px solid rgba(255, 255, 255, 0.7);
          background-image: linear-gradient(to right, #6a135a 0%, #851871 100%);
          font-size: 1.5rem;
          line-height: 40px;
          padding: 0px 30px; } }

.footer {
  overflow: hidden;
  padding: 60px 0px 0px 0px;
  background-color: #030002;
  color: #fff; }
  @media screen and (max-width: 991px) {
    .footer {
      padding: 30px 0px 0px 0px; } }
  .footer .footer-col {
    float: left;
    width: 18%; }
    @media screen and (max-width: 991px) {
      .footer .footer-col {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .footer .footer-col {
        width: 50%;
        float: left;
        margin: 0px 0px 20px 0px; } }
    .footer .footer-col h3 {
      color: #fff;
      font-family: "ProximaNova-Bold", sans-serif;
      margin: 0px 0px 20px 0px;
      font-size: 1.7rem;
      padding: 0px 0px 0px 20px; }
      @media screen and (max-width: 767px) {
        .footer .footer-col h3 {
          padding: 0px;
          margin: 0px 0px 10px 0px; } }
    .footer .footer-col ul {
      margin: 0px;
      padding: 0px 0px 0px 20px;
      list-style: none; }
      @media screen and (max-width: 767px) {
        .footer .footer-col ul {
          padding: 0px; } }
      .footer .footer-col ul li {
        margin: 0px 0px 5px 0px; }
        .footer .footer-col ul li a {
          font-size: 1.5rem;
          color: #fff;
          opacity: 0.7; }
          .footer .footer-col ul li a:hover {
            opacity: 1; }
    .footer .footer-col.one {
      width: 27%; }
      @media screen and (max-width: 991px) {
        .footer .footer-col.one {
          width: 100%;
          float: none;
          margin: 0px 0px 20px 0px; } }
      .footer .footer-col.one .logo {
        margin: 20px 0px 0px 0px; }
        .footer .footer-col.one .logo img {
          height: 40px; }
      .footer .footer-col.one .social {
        padding: 20px 0px 10px 0px; }
        .footer .footer-col.one .social a {
          display: inline-block;
          margin: 0px 10px 0px 0px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 40px;
          height: 40px;
          background-size: 40px 40px; }
          .footer .footer-col.one .social a.facebook {
            background-image: url(../images/facebook.png); }
          .footer .footer-col.one .social a.instagram {
            background-image: url(../images/instagram.png); }
          .footer .footer-col.one .social a.youtube {
            background-image: url(../images/youtube.png); }
      .footer .footer-col.one p {
        font-size: 1.4rem;
        margin: 0px 0px 5px 0px; }
        .footer .footer-col.one p a {
          color: #fff;
          text-decoration: underline; }
        .footer .footer-col.one p span {
          display: inline-block;
          color: #fff;
          margin: 0px 3px; }
  .footer .box-contact {
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    background-color: #4f0040;
    margin: 0px 0px 10px 0px; }
    .footer .box-contact.gray {
      background-color: #222222; }
    .footer .box-contact span {
      font-size: 1.9rem;
      color: #fff;
      font-family: "ProximaNova-Light", sans-serif; }
    .footer .box-contact p {
      margin: 5px 0px 0px 0px;
      font-size: 1.9rem;
      color: #fff;
      font-family: "ProximaNova-Bold", sans-serif; }
  .footer .allright {
    margin: 30px 0px 0px 0px;
    text-align: center;
    padding: 30px 0px;
    border-top: 1px solid #1f1f1f; }
    .footer .allright p {
      font-size: 1.5rem;
      color: #fff;
      margin: 0px; }

.clearfix {
  clear: both; }

.page-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative; }
  @media screen and (max-width: 1300px) {
    .page-banner {
      height: 540px; } }
  @media screen and (max-width: 1199px) {
    .page-banner {
      height: 450px; } }
  @media screen and (max-width: 991px) {
    .page-banner {
      height: 380px; } }
  @media screen and (max-width: 767px) {
    .page-banner {
      height: 300px; } }
  @media screen and (max-width: 575px) {
    .page-banner {
      height: 200px; } }
  .page-banner.download .download-banner-text {
    position: absolute;
    bottom: 100px;
    left: 0px;
    right: 0px;
    text-align: center; }
    .page-banner.download .download-banner-text span {
      font-family: "ProximaNova-Bold", sans-serif;
      font-size: 6.5rem;
      color: #fff; }
    @media screen and (max-width: 1199px) {
      .page-banner.download .download-banner-text {
        bottom: 80px; }
        .page-banner.download .download-banner-text span {
          font-size: 5rem; } }
    @media screen and (max-width: 991px) {
      .page-banner.download .download-banner-text {
        bottom: 60px; }
        .page-banner.download .download-banner-text span {
          font-size: 4rem; } }
    @media screen and (max-width: 767px) {
      .page-banner.download .download-banner-text {
        bottom: 40px; }
        .page-banner.download .download-banner-text span {
          font-size: 2rem; } }
  .page-banner.contact-banner {
    height: 460px;
    position: relative;
    background-size: cover; }
    @media screen and (max-width: 1300px) {
      .page-banner.contact-banner {
        height: 440px; } }
    @media screen and (max-width: 1199px) {
      .page-banner.contact-banner {
        height: 400px; } }
    @media screen and (max-width: 991px) {
      .page-banner.contact-banner {
        height: 380px; } }
    @media screen and (max-width: 767px) {
      .page-banner.contact-banner {
        height: 300px; } }
    @media screen and (max-width: 575px) {
      .page-banner.contact-banner {
        height: 180px; } }
    .page-banner.contact-banner.contact-banner-slider {
      margin-bottom: 60px;
      height: 600px;
      position: relative;
      background-position: top center; }
      @media screen and (max-width: 1300px) {
        .page-banner.contact-banner.contact-banner-slider {
          height: 500px; } }
      @media screen and (max-width: 1199px) {
        .page-banner.contact-banner.contact-banner-slider {
          height: 450px; } }
      @media screen and (max-width: 991px) {
        .page-banner.contact-banner.contact-banner-slider {
          height: 300px;
          margin-top: 50px;
          margin-bottom: 0px; } }
      @media screen and (max-width: 767px) {
        .page-banner.contact-banner.contact-banner-slider {
          height: 270px; } }
  .page-banner.term {
    height: 370px;
    position: relative;
    background-color: #000; }
    @media screen and (max-width: 1300px) {
      .page-banner.term {
        height: 370px; } }
    @media screen and (max-width: 1199px) {
      .page-banner.term {
        height: 370px; } }
    @media screen and (max-width: 991px) {
      .page-banner.term {
        height: 270px; } }
    @media screen and (max-width: 767px) {
      .page-banner.term {
        height: 200px; } }

.pitanja {
  position: relative;
  z-index: 1; }

.pitanja-box {
  margin: -120px auto 20px auto;
  max-width: 900px; }
  @media screen and (max-width: 767px) {
    .pitanja-box {
      margin: 20px 0px 0px 0px; } }
  .pitanja-box .pb-item {
    border-radius: 3px;
    margin: 0px 5px 30px 0px;
    background-image: linear-gradient(145deg, #5e8def 0%, #8c22d3 100%);
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .pitanja-box .pb-item {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); } }
    .pitanja-box .pb-item.right {
      background-image: linear-gradient(145deg, #8c22d3 0%, #5e8def 100%); }
    .pitanja-box .pb-item h3 {
      text-align: center;
      font-size: 2.1rem;
      color: #590d9f;
      font-family: "ProximaNova-Bold", sans-serif;
      padding: 10px 0px;
      text-align: center;
      margin: 0px;
      background-color: #fff; }
    .pitanja-box .pb-item .bbi-content {
      padding: 20px; }
      .pitanja-box .pb-item .bbi-content ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        .pitanja-box .pb-item .bbi-content ul.two-col li {
          float: left;
          width: 50%; }
        .pitanja-box .pb-item .bbi-content ul li {
          margin: 0px 0px 10px 0px; }
          .pitanja-box .pb-item .bbi-content ul li a {
            color: #ffffff;
            font-size: 2.1rem;
            display: inline-block; }
            @media screen and (max-width: 991px) {
              .pitanja-box .pb-item .bbi-content ul li a {
                font-size: 1.5rem; } }
            .pitanja-box .pb-item .bbi-content ul li a span {
              display: inline-block;
              border-bottom: 1px solid rgba(255, 255, 255, 0.3);
              transition: all ease 0.3s; }
            .pitanja-box .pb-item .bbi-content ul li a:hover span {
              border-bottom: 1px solid #fff; }

.mw-850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.pitanja-caption {
  margin: 0px 0px 70px 0px; }
  .pitanja-caption h2 {
    min-height: 66px;
    font-size: 4rem;
    font-family: "ProximaNova-Bold", sans-serif;
    color: #590d9f;
    margin: 0px 0px 20px 0px; }
    .pitanja-caption h2 span {
      background-image: url(../images/question_icon.png);
      width: 66px;
      height: 66px;
      display: inline-block;
      margin: 0px 10px 0px 0px;
      position: relative;
      top: 5px; }
  .pitanja-caption p {
    color: #333333;
    font-size: 1.8rem;
    margin: 0px; }
  @media screen and (max-width: 991px) {
    .pitanja-caption {
      margin: 0px 0px 40px 0px; }
      .pitanja-caption h2 {
        min-height: 36px;
        font-size: 2.6rem;
        font-family: "ProximaNova-Bold", sans-serif;
        color: #590d9f;
        margin: 0px 0px 20px 0px; }
        .pitanja-caption h2 span {
          background-image: url(../images/question_icon.png);
          width: 30px;
          height: 30px;
          display: inline-block;
          margin: 0px 10px 0px 0px;
          position: relative;
          top: 5px;
          background-size: 30px 30px; }
      .pitanja-caption p {
        font-size: 1.5rem; } }

.mw-1050 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto; }

.faq-box .faq-item .fi-caption {
  border-top: 1px solid #7c7c7c;
  padding: 20px 45px 20px 0px;
  position: relative; }
  .faq-box .faq-item .fi-caption .icon {
    position: absolute;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: #f8f1ff;
    border-radius: 2px;
    background-image: url(../images/plus_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: 20px 20px; }
  .faq-box .faq-item .fi-caption p {
    font-size: 1.8rem;
    color: #333;
    margin: 0px; }
    @media screen and (max-width: 991px) {
      .faq-box .faq-item .fi-caption p {
        font-size: 1.6rem; } }

.faq-box .faq-item:first-child .fi-caption {
  border: none; }

.faq-box .faq-item:last-child {
  border-bottom: 1px solid #7c7c7c; }

.faq-box .faq-item.active .fi-caption p {
  color: #8337d8; }

.faq-box .faq-item.active .fi-caption .icon {
  background-image: url(../images/minus_icon.png);
  background-size: 20px auto; }

.faq-box .fi-content {
  display: none;
  padding: 10px 0px; }
  .faq-box .fi-content p {
    font-size: 1.8rem;
    color: #333;
    margin: 0px 0px 10px 0px; }
    @media screen and (max-width: 991px) {
      .faq-box .fi-content p {
        font-size: 1.6rem; } }

.dont-find {
  margin: 60px 0px 100px 0px; }
  @media screen and (max-width: 991px) {
    .dont-find {
      padding: 30px 0px 50px 0px; } }
  .dont-find h3 {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 3.4rem;
    color: #2b2b2b;
    margin: 0px 0px 20px 0px; }
    @media screen and (max-width: 991px) {
      .dont-find h3 {
        font-size: 2.5rem; } }
  .dont-find p {
    color: #616161;
    font-family: "ProximaNova-Light", sans-serif;
    font-size: 1.8rem;
    max-width: 580px;
    margin: 0px auto 20px auto; }
    @media screen and (max-width: 991px) {
      .dont-find p {
        font-size: 1.6rem; } }

.df-item {
  margin: 0px 0px 30px 0px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 20px;
  text-align: center; }
  .df-item .df-icon {
    background-image: url(../images/email_icon.png);
    height: 30px;
    background-size: auto 30px;
    margin: 0px auto 10px auto;
    background-position: center center;
    background-repeat: no-repeat; }
  .df-item strong {
    font-family: "ProximaNova-Semibold", sans-serif;
    font-size: 2.4rem;
    display: block;
    margin: 0px 0px 5px 0px; }
  .df-item p {
    margin: 0px;
    font-size: 1.6rem;
    color: #5b5b5b; }
  .df-item.phone {
    border: 1px solid #bd93e7;
    background-color: #f8f1ff; }
    .df-item.phone .df-icon {
      background-image: url(../images/phone_icon.png);
      height: 30px;
      background-size: auto 30px;
      margin: 0px auto 10px auto;
      background-position: center center;
      background-repeat: no-repeat; }
    .df-item.phone strong {
      font-family: "ProximaNova-Semibold", sans-serif;
      font-size: 2.4rem;
      display: block;
      margin: 0px 0px 5px 0px;
      color: #8337d8; }
    .df-item.phone p {
      margin: 0px;
      font-size: 1.6rem;
      color: #5b5b5b; }

.mw-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.section {
  padding: 35px 0px; }
  .section .section-caption {
    margin: 0px 0px 20px 0px; }
    .section .section-caption h2 {
      font-size: 4rem;
      font-family: "ProximaNova-Bold", sans-serif;
      color: #590d9f;
      margin: 0px 0px 5px 0px; }
      @media screen and (max-width: 991px) {
        .section .section-caption h2 {
          font-size: 2.6rem; } }
    .section .section-caption p {
      color: #333333;
      font-size: 1.8rem;
      margin: 0px; }
      @media screen and (max-width: 991px) {
        .section .section-caption p {
          font-size: 1.6rem; } }

.download-box {
  margin-bottom: 30px; }

.db-item {
  background-color: #fbfbfb;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
  margin: 0px 0px 15px 0px; }
  @media screen and (max-width: 991px) {
    .db-item {
      padding: 20px;
      text-align: center; } }
  .db-item .dbi-des {
    padding: 0px 0px;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .db-item .dbi-des {
        padding: 20px 0px 0px 0px; } }
    .db-item .dbi-des h3 {
      color: #222222;
      font-size: 1.8rem;
      font-family: "ProximaNova-Bold", sans-serif;
      margin: 0px 0px 5px 0px; }
    .db-item .dbi-des p {
      color: #222222;
      font-size: 1.7rem;
      margin: 0px; }
  .db-item .dbi-control {
    float: right; }
    @media screen and (max-width: 991px) {
      .db-item .dbi-control {
        display: inline-block;
        padding: 20px 0px 0px 0px;
        float: none; } }
    .db-item .dbi-control .dbc-item {
      padding: 0px 0px 0px 55px;
      margin: 0px 0px 10px 0px; }
      .db-item .dbi-control .dbc-item:last-child {
        margin: 0px; }
      .db-item .dbi-control .dbc-item .icon {
        float: left;
        width: 45px;
        height: 45px;
        margin: 0px 0px 0px -55px;
        background-repeat: no-repeat;
        background-position: center center; }
        .db-item .dbi-control .dbc-item .icon.window {
          background-image: url(../images/window_icon.png); }
        .db-item .dbi-control .dbc-item .icon.mac {
          background-image: url(../images/ios_icon.png); }
        .db-item .dbi-control .dbc-item .icon.linux {
          background-image: url(../images/linux_icon.png); }
        .db-item .dbi-control .dbc-item .icon.appstore {
          background-image: url(../images/appstore_icon.png); }
        .db-item .dbi-control .dbc-item .icon.google-play {
          background-image: url(../images/google_play.png); }
        .db-item .dbi-control .dbc-item .icon.info {
          background-image: url(../images/info_icon.png); }
      .db-item .dbi-control .dbc-item .dbc-button {
        display: block;
        width: 250px;
        border-radius: 3px;
        border: 1px solid #170352;
        background-color: #e7deff;
        line-height: 45px;
        color: #170352;
        font-size: 1.8rem;
        text-align: left;
        padding: 0px 20px 0px 20px;
        transition: all ease 0.3s; }
        .db-item .dbi-control .dbc-item .dbc-button .dbc-button-icon {
          display: inline-block;
          width: 25px;
          height: 25px;
          margin: 0px 5px 0px 0px;
          font-style: normal;
          position: relative;
          top: 6px;
          background-image: url(../images/download_icon.png);
          background-repeat: no-repeat;
          background-position: center center; }
          .db-item .dbi-control .dbc-item .dbc-button .dbc-button-icon.play {
            background-image: url(../images/play_icon.png); }
        .db-item .dbi-control .dbc-item .dbc-button:hover {
          opacity: 0.8; }

/*********************contact-form****************/
@media (min-width: 1300px) {
  .container1300 {
    max-width: 1200px; } }

@media (min-width: 1300px) {
  .container1500 {
    max-width: 1200px; } }

@media (min-width: 1500px) {
  .container1500 {
    max-width: 1300px; } }

@media (min-width: 1800px) {
  .container1300 {
    max-width: 1300px; } }

.container-fluid.mw1300 {
  max-width: 1300px;
  position: relative; }

.contact-page {
  position: relative;
  z-index: 2; }
  .contact-page contact-form {
    max-width: 1000px;
    margin: -300px auto 60px auto;
    min-height: 350px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px 360px 30px 30px;
    overflow: hidden; }
    .contact-page contact-form .cf-right {
      position: absolute;
      width: 330px;
      top: 0px;
      right: 0px;
      bottom: 0px;
      background-color: #684897;
      background-image: url(../images/box_contact_bg.png);
      background-repeat: no-repeat;
      background-position: bottom right;
      padding: 20px; }
      .contact-page contact-form .cf-right h3 {
        padding: 20px;
        font-size: 2.3rem;
        color: #fff;
        font-weight: 400;
        margin: 0px 0px 20px 0px;
        padding: 0px; }
      .contact-page contact-form .cf-right .cf-item {
        min-height: 35px;
        padding: 0px 0px 0px 45px;
        margin: 0px 0px 30px 0px; }
        .contact-page contact-form .cf-right .cf-item .icon {
          width: 35px;
          height: 35px;
          float: left;
          margin: 0px 0px 0px -45px;
          background-image: url(../images/phone1_icon.png);
          background-repeat: no-repeat;
          background-position: center center; }
          .contact-page contact-form .cf-right .cf-item .icon.email {
            background-image: url(../images/send_icon.png); }
          .contact-page contact-form .cf-right .cf-item .icon.map {
            background-image: url(../images/map_icon.png); }
        .contact-page contact-form .cf-right .cf-item .text {
          border-left: 1px solid rgba(255, 255, 255, 0.6);
          min-height: 35px;
          display: flex;
          align-items: center; }
          .contact-page contact-form .cf-right .cf-item .text p {
            padding: 0px 0px 0px 10px;
            margin: 0px;
            font-size: 1.8rem;
            color: #fff;
            line-height: 1; }
      .contact-page contact-form .cf-right .social {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-align: center;
        padding: 0px 0px 20px 0px; }
        .contact-page contact-form .cf-right .social a {
          display: inline-block;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 27px auto;
          width: 30px;
          height: 30px;
          margin: 3px 3px;
          opacity: 0.7; }
          .contact-page contact-form .cf-right .social a:hover {
            opacity: 1; }
          .contact-page contact-form .cf-right .social a.facebook {
            background-image: url(../images/social_facebook.png); }
          .contact-page contact-form .cf-right .social a.instagram {
            background-image: url(../images/social_instargam.png); }
          .contact-page contact-form .cf-right .social a.youtube {
            background-image: url(../images/social_youtube.png); }
    .contact-page contact-form .cf-left h3 {
      font-size: 1.7rem;
      color: #5b3b89;
      text-align: left;
      margin: 0px 0px 20px 0px;
      text-transform: uppercase;
      font-weight: 300; }
      .contact-page contact-form .cf-left h3 strong {
        font-weight: 600; }
      @media screen and (max-width: 991px) {
        .contact-page contact-form .cf-left h3 {
          font-size: 1.5rem; } }
    .contact-page contact-form .cf-left .cf-row {
      margin: 0px 0px 15px 0px; }
      .contact-page contact-form .cf-left .cf-row.last {
        margin: 0px; }
    .contact-page contact-form .cf-left .txt {
      display: block;
      width: 100%;
      border-radius: 2px;
      padding: 0px 10px;
      outline: none;
      border: 1px solid #cecece;
      height: 45px;
      transition: all ease 0.3s; }
      .contact-page contact-form .cf-left .txt:focus {
        border: 1px solid #5c3c89; }
    .contact-page contact-form .cf-left .area {
      display: block;
      width: 100%;
      border-radius: 2px;
      padding: 10px 10px;
      outline: none;
      border: 1px solid #cecece;
      height: 160px;
      transition: all ease 0.3s; }
      .contact-page contact-form .cf-left .area:focus {
        border: 1px solid #5c3c89; }
    .contact-page contact-form .cf-left button {
      background-color: #5c3c89;
      height: 45px;
      border-radius: 2px;
      color: #fff;
      border: none;
      display: block;
      width: 100%;
      transition: all ease 0.3s;
      font-size: 1.6rem;
      font-weight: 600;
      transition: all ease 0.3s; }
      .contact-page contact-form .cf-left button:hover {
        background-color: #442c66;
        cursor: pointer; }
    @media screen and (max-width: 991px) {
      .contact-page contact-form {
        padding: 15px;
        margin: -150px 0px 0px 0px; }
        .contact-page contact-form .cf-right {
          position: relative;
          width: 100%;
          top: unset;
          right: unset;
          bottom: unset;
          background-color: #684897;
          border-radius: 3px;
          padding: 15px;
          margin: 20px 0px 0px 0px; }
          .contact-page contact-form .cf-right h3 {
            padding: 20px;
            font-size: 1.8rem;
            color: #fff;
            font-weight: 400;
            margin: 0px 0px 20px 0px;
            padding: 0px; }
          .contact-page contact-form .cf-right .social {
            position: relative;
            bottom: unset;
            left: unset;
            right: unset;
            text-align: center;
            padding: 0px 0px 0px 0px; } }
    @media screen and (max-width: 767px) {
      .contact-page contact-form {
        margin: -100px 0px 0px 0px; } }
    @media screen and (max-width: 575px) {
      .contact-page contact-form {
        margin: -80px 0px 0px 0px; } }

.contact-form {
  max-width: 1000px;
  margin: -300px auto 60px auto;
  min-height: 350px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 360px 30px 30px;
  overflow: hidden; }
  .contact-form .cf-right {
    position: absolute;
    width: 330px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #684897;
    background-image: url(../images/box_contact_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 20px; }
    .contact-form .cf-right h3 {
      padding: 20px;
      font-size: 2.3rem;
      color: #fff;
      font-weight: 400;
      margin: 0px 0px 20px 0px;
      padding: 0px; }
    .contact-form .cf-right .cf-item {
      min-height: 35px;
      padding: 0px 0px 0px 45px;
      margin: 0px 0px 30px 0px; }
      .contact-form .cf-right .cf-item .icon {
        width: 35px;
        height: 35px;
        float: left;
        margin: 0px 0px 0px -45px;
        background-image: url(../images/phone1_icon.png);
        background-repeat: no-repeat;
        background-position: center center; }
        .contact-form .cf-right .cf-item .icon.email {
          background-image: url(../images/send_icon.png); }
        .contact-form .cf-right .cf-item .icon.map {
          background-image: url(../images/map_icon.png); }
      .contact-form .cf-right .cf-item .text {
        border-left: 1px solid rgba(255, 255, 255, 0.6);
        min-height: 35px;
        display: flex;
        align-items: center; }
        .contact-form .cf-right .cf-item .text p {
          padding: 0px 0px 0px 10px;
          margin: 0px;
          font-size: 1.8rem;
          color: #fff;
          line-height: 1; }
    .contact-form .cf-right .social {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      text-align: center;
      padding: 0px 0px 20px 0px; }
      .contact-form .cf-right .social a {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 27px auto;
        width: 30px;
        height: 30px;
        margin: 3px 3px;
        opacity: 0.7; }
        .contact-form .cf-right .social a:hover {
          opacity: 1; }
        .contact-form .cf-right .social a.facebook {
          background-image: url(../images/social_facebook.png); }
        .contact-form .cf-right .social a.instagram {
          background-image: url(../images/social_instargam.png); }
        .contact-form .cf-right .social a.youtube {
          background-image: url(../images/social_youtube.png); }
  .contact-form .cf-left h3 {
    font-size: 1.7rem;
    color: #5b3b89;
    text-align: left;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    font-weight: 300; }
    .contact-form .cf-left h3 strong {
      font-weight: 600; }
    @media screen and (max-width: 991px) {
      .contact-form .cf-left h3 {
        font-size: 1.5rem; } }
  .contact-form .cf-left .cf-row {
    margin: 0px 0px 15px 0px; }
    .contact-form .cf-left .cf-row.last {
      margin: 0px; }
  .contact-form .cf-left .txt {
    display: block;
    width: 100%;
    border-radius: 2px;
    padding: 0px 10px;
    outline: none;
    border: 1px solid #cecece;
    height: 45px;
    transition: all ease 0.3s; }
    .contact-form .cf-left .txt:focus {
      border: 1px solid #5c3c89; }
  .contact-form .cf-left .area {
    display: block;
    width: 100%;
    border-radius: 2px;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #cecece;
    height: 160px;
    transition: all ease 0.3s; }
    .contact-form .cf-left .area:focus {
      border: 1px solid #5c3c89; }
  .contact-form .cf-left button {
    background-color: #5c3c89;
    height: 45px;
    border-radius: 2px;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    transition: all ease 0.3s;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all ease 0.3s; }
    .contact-form .cf-left button:hover {
      background-color: #442c66;
      cursor: pointer; }
  @media screen and (max-width: 991px) {
    .contact-form {
      padding: 15px;
      margin: -150px 0px 0px 0px; }
      .contact-form .cf-right {
        position: relative;
        width: 100%;
        top: unset;
        right: unset;
        bottom: unset;
        background-color: #684897;
        border-radius: 3px;
        padding: 15px;
        margin: 20px 0px 0px 0px; }
        .contact-form .cf-right h3 {
          padding: 20px;
          font-size: 1.8rem;
          color: #fff;
          font-weight: 400;
          margin: 0px 0px 20px 0px;
          padding: 0px; }
        .contact-form .cf-right .social {
          position: relative;
          bottom: unset;
          left: unset;
          right: unset;
          text-align: center;
          padding: 0px 0px 0px 0px; } }
  @media screen and (max-width: 767px) {
    .contact-form {
      margin: -100px 0px 0px 0px; } }
  @media screen and (max-width: 575px) {
    .contact-form {
      margin: -80px 0px 0px 0px; } }

.contact-one {
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  @media screen and (max-width: 991px) {
    .contact-one {
      margin: 50px 0px 0px 0px; } }
  .contact-one .container {
    position: relative; }
  @media screen and (max-width: 991px) {
    .contact-one {
      background-color: #362a88;
      background-image: none; } }
  @media screen and (max-width: 575px) {
    .contact-one {
      margin: 0px; } }
  .contact-one .layer1 {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 2;
    width: 700px; }
    @media screen and (max-width: 1400px) {
      .contact-one .layer1 {
        width: 600px; } }
    @media screen and (max-width: 1199px) {
      .contact-one .layer1 {
        width: 450px;
        left: 40px; } }
    @media screen and (max-width: 575px) {
      .contact-one .layer1 {
        width: 320px;
        left: 10px; } }
  .contact-one .layer2 {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 250px;
    z-index: 3;
    width: 350px; }
    @media screen and (max-width: 1400px) {
      .contact-one .layer2 {
        width: 350px;
        left: 200px; } }
    @media screen and (max-width: 1199px) {
      .contact-one .layer2 {
        width: 250px;
        left: 200px; } }
    @media screen and (max-width: 575px) {
      .contact-one .layer2 {
        left: 100px;
        width: 200px; } }
  @media screen and (max-width: 991px) {
    .contact-one .co-img {
      position: relative;
      height: 400px;
      width: 100%;
      max-width: 400px;
      margin: 0px auto; } }
  .contact-one .co-des {
    padding: 150px 0px 100px 100px;
    width: 580px; }
    @media screen and (max-width: 1199px) {
      .contact-one .co-des {
        padding: 100px 0px 50px 0px;
        width: auto;
        max-width: 500px; } }
    @media screen and (max-width: 991px) {
      .contact-one .co-des {
        padding: 10px 0px 50px 0px;
        margin: 0px auto;
        max-width: 400px; } }
    .contact-one .co-des h3 {
      font-size: 6rem;
      color: #Fff;
      font-weight: 600;
      margin: 0px 0px 10px 0px; }
      @media screen and (max-width: 1199px) {
        .contact-one .co-des h3 {
          font-size: 4rem; } }
      @media screen and (max-width: 767px) {
        .contact-one .co-des h3 {
          font-size: 3rem; } }
    .contact-one .co-des p {
      margin: 0px 0px 20px 0px;
      font-size: 2rem;
      color: #fff; }
      @media screen and (max-width: 1199px) {
        .contact-one .co-des p {
          font-size: 1.6rem; } }
    .contact-one .co-des .co-btn {
      font-size: 1.8rem;
      border: 2px solid #fff;
      line-height: 50px;
      padding: 0px 20px;
      min-width: 180px;
      border-radius: 3px;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      display: inline-block;
      transition: all ease 0.3s;
      text-align: center; }
      .contact-one .co-des .co-btn:hover {
        background-color: #fff;
        color: #000000; }
      @media screen and (max-width: 991px) {
        .contact-one .co-des .co-btn {
          min-width: 150px;
          font-size: 1.5rem;
          line-height: 40px; } }

.contact-three {
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative; }
  @media screen and (max-width: 991px) {
    .contact-three {
      margin: 0px 0px 0px 0px; } }
  .contact-three .container {
    position: relative; }
  @media screen and (max-width: 991px) {
    .contact-three {
      background-color: #362a88;
      background-image: none; } }
  .contact-three .layer1 {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 0px;
    z-index: 2;
    width: 700px; }
    @media screen and (max-width: 1400px) {
      .contact-three .layer1 {
        width: 600px; } }
    @media screen and (max-width: 1199px) {
      .contact-three .layer1 {
        width: 450px;
        right: 40px; } }
    @media screen and (max-width: 575px) {
      .contact-three .layer1 {
        width: 320px;
        right: 10px; } }
  .contact-three .layer2 {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 100px;
    z-index: 3;
    width: 400px; }
    @media screen and (max-width: 1400px) {
      .contact-three .layer2 {
        width: 400px;
        right: 100px; } }
    @media screen and (max-width: 1199px) {
      .contact-three .layer2 {
        width: 230px;
        right: 100px; } }
    @media screen and (max-width: 575px) {
      .contact-three .layer2 {
        right: 50px;
        width: 200px; } }
  @media screen and (max-width: 991px) {
    .contact-three .co-img {
      position: relative;
      height: 400px;
      width: 100%;
      max-width: 400px;
      margin: 0px auto; } }
  .contact-three .co-des {
    padding: 150px 0px 180px 0px;
    width: 600px; }
    @media screen and (max-width: 1199px) {
      .contact-three .co-des {
        padding: 100px 0px 150px 0px;
        width: auto;
        max-width: 500px; } }
    @media screen and (max-width: 991px) {
      .contact-three .co-des {
        padding: 10px 0px 50px 0px;
        max-width: 400px;
        margin: 0px auto; } }
    .contact-three .co-des h3 {
      font-size: 6rem;
      color: #Fff;
      font-weight: 600;
      margin: 0px 0px 10px 0px; }
      @media screen and (max-width: 1199px) {
        .contact-three .co-des h3 {
          font-size: 4rem; } }
      @media screen and (max-width: 767px) {
        .contact-three .co-des h3 {
          font-size: 3rem; } }
    .contact-three .co-des p {
      margin: 0px 0px 20px 0px;
      font-size: 2rem;
      color: #fff; }
      @media screen and (max-width: 1199px) {
        .contact-three .co-des p {
          font-size: 1.6rem; } }
    .contact-three .co-des .co-btn {
      font-size: 1.8rem;
      border: 2px solid #fff;
      line-height: 50px;
      padding: 0px 20px;
      min-width: 180px;
      border-radius: 3px;
      font-weight: 600;
      color: #fff;
      display: inline-block;
      transition: all ease 0.3s;
      text-align: center; }
      .contact-three .co-des .co-btn:hover {
        background-color: #fff;
        color: #000000; }
      @media screen and (max-width: 991px) {
        .contact-three .co-des .co-btn {
          min-width: 150px;
          font-size: 1.5rem;
          line-height: 40px; } }

.contact-for {
  padding: 70px 0px 30px 0px;
  background-image: url(../images/contact_for_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative; }
  @media screen and (max-width: 991px) {
    .contact-for .cf-row {
      text-align: center; } }
  .contact-for .cf-row .cf-item {
    background-color: #fff;
    float: left;
    margin: 0px 30px 30px 0px;
    width: 350px;
    padding: 15px 15px 5px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-shadow: -10px 10px 0px 0px #dfdfdf;
    text-align: left; }
    @media screen and (max-width: 1400px) {
      .contact-for .cf-row .cf-item {
        width: 300px; } }
    @media screen and (max-width: 1199px) {
      .contact-for .cf-row .cf-item {
        width: 250px; } }
    @media screen and (max-width: 991px) {
      .contact-for .cf-row .cf-item {
        display: inline-block;
        max-width: 350px;
        margin: 0px 20px 30px 20px;
        float: none; } }
    @media screen and (max-width: 767px) {
      .contact-for .cf-row .cf-item {
        max-width: 400px;
        margin: 0px auto 20px auto;
        display: block;
        width: auto; } }
    .contact-for .cf-row .cf-item p {
      font-size: 1.5rem;
      color: #383838;
      margin: 0px;
      font-weight: 500;
      line-height: 1.2;
      margin: 0px 0px 10px 0px; }
      @media screen and (max-width: 1199px) {
        .contact-for .cf-row .cf-item p {
          font-size: 1.3rem; } }
    .contact-for .cf-row .cf-item h5 {
      font-size: 1.6rem;
      margin: 0px 0px 10px 0px;
      color: #096917;
      font-weight: 500; }
    .contact-for .cf-row .cf-item .rate span {
      display: inline-block;
      background-image: url(../images/star.png);
      background-repeat: no-repeat;
      width: 24px;
      height: 23px;
      background-size: 24px auto; }
  .contact-for .cf-row.two {
    padding-left: 100px; }
    @media screen and (max-width: 1199px) {
      .contact-for .cf-row.two {
        padding-left: 50px; } }
  @media screen and (max-width: 1199px) and (max-width: 991px) {
    .contact-for .cf-row.two {
      padding: 0px; } }
  .contact-for .cf-row.three {
    padding-left: 200px; }
    @media screen and (max-width: 1199px) {
      .contact-for .cf-row.three {
        padding-left: 100px; } }
    @media screen and (max-width: 991px) {
      .contact-for .cf-row.three {
        padding: 0px; } }
  .contact-for .cf-content {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 450px;
    z-index: 100; }
    @media screen and (max-width: 1400px) {
      .contact-for .cf-content {
        right: 0px; } }
    @media screen and (max-width: 1199px) {
      .contact-for .cf-content {
        width: 350px; } }
    @media screen and (max-width: 991px) {
      .contact-for .cf-content {
        position: relative;
        margin: 0px auto;
        top: unset;
        right: unset;
        width: auto;
        max-width: 400px; } }
    .contact-for .cf-content h3 {
      display: inline-block;
      background: -webkit-linear-gradient(#d148a5, #ad31a8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 4.8rem;
      margin: 0px 0px 10px 0px;
      font-weight: 600; }
      @media screen and (max-width: 1199px) {
        .contact-for .cf-content h3 {
          font-size: 3rem; } }
    .contact-for .cf-content p {
      color: #313131;
      margin: 0px 0px 20px 0px;
      font-size: 2rem; }
      @media screen and (max-width: 1199px) {
        .contact-for .cf-content p {
          font-size: 1.6rem; } }
    .contact-for .cf-content .my-btn {
      padding: 0px 15px;
      min-width: 100px;
      margin: 0px 10px 0px 0px; }
      @media screen and (max-width: 1199px) {
        .contact-for .cf-content .my-btn {
          font-size: 1.5rem; } }

.contact-five {
  background-image: url(../images/contact_five_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 600px; }

.cf-one {
  min-height: 730px;
  background-image: url(../images/contact_five_bg_left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 230px 0px 230px 0px; }
  @media screen and (max-width: 991px) {
    .cf-one {
      min-height: 300px; } }
  @media screen and (max-width: 991px) {
    .cf-one {
      padding: 30px 0px;
      background-image: none;
      border-bottom: 1px solid #eee; } }
  .cf-one.two {
    margin-top: -230px; }
    @media screen and (max-width: 991px) {
      .cf-one.two {
        margin: 0px; } }
  .cf-one.three {
    margin-top: -230px; }
    @media screen and (max-width: 991px) {
      .cf-one.three {
        margin: 0px; } }
  .cf-one.right {
    background-image: url(../images/contact_five_bg_right.png);
    background-position: right center; }
    @media screen and (max-width: 991px) {
      .cf-one.right {
        background-image: none; } }
  @media screen and (max-width: 991px) {
    .cf-one .cfo-img {
      text-align: center; } }
  .cf-one .cfo-des {
    max-width: 470px; }
    .cf-one .cfo-des .cfo-caption {
      padding: 0px 0px 0px 80px;
      min-height: 60px;
      font-size: 4.7rem;
      font-weight: 300;
      white-space: nowrap; }
      .cf-one .cfo-des .cfo-caption strong {
        font-weight: 600; }
      .cf-one .cfo-des .cfo-caption .icon {
        background-image: url(../images/contact_five_icon1.png);
        width: 60px;
        height: 60px;
        background-size: 60px auto;
        float: left;
        margin: 0px 0px 0px -80px; }
        .cf-one .cfo-des .cfo-caption .icon.icon2 {
          background-image: url(../images/contact_five_icon2.png); }
    .cf-one .cfo-des p {
      color: #232323;
      font-size: 2rem;
      font-weight: 300;
      margin: 10px 0px 20px 0px; }
    .cf-one .cfo-des .five-btn {
      transition: all ease 0.3s;
      padding: 0px 30px;
      line-height: 50px;
      font-weight: 600;
      font-size: 1.8rem;
      display: inline-block;
      color: #fff;
      background-color: #513eae;
      min-width: 180px;
      border-radius: 3px; }
      .cf-one .cfo-des .five-btn:hover {
        background-color: #3f3188;
        cursor: pointer; }
    @media screen and (max-width: 991px) {
      .cf-one .cfo-des {
        margin: 0px auto; }
        .cf-one .cfo-des .cfo-caption {
          padding: 0px 0px 0px 60px;
          min-height: 40px;
          font-size: 3rem; }
          .cf-one .cfo-des .cfo-caption .icon {
            width: 30px;
            height: 30px;
            background-size: 30px auto;
            margin: 0px 0px 0px -60px; }
        .cf-one .cfo-des p {
          font-size: 1.5rem; }
        .cf-one .cfo-des .five-btn {
          transition: all ease 0.3s;
          padding: 0px 30px;
          line-height: 40px;
          font-weight: 600;
          font-size: 1.5rem;
          background-color: #513eae;
          min-width: 150px; } }

.contact-six {
  margin: -200px 0px 0px 0px;
  padding: 0px 0px 50px 0px;
  position: relative;
  min-height: 420px; }
  @media screen and (max-width: 991px) {
    .contact-six {
      margin: 0px 0px 0px 0px; } }
  .contact-six .img-team {
    float: right;
    width: 800px; }
    @media screen and (max-width: 1300px) {
      .contact-six .img-team {
        width: 600px; } }
    @media screen and (max-width: 1199px) {
      .contact-six .img-team {
        width: 500px; } }
  .contact-six .cs-content {
    background-image: url(../images/team_bg.png);
    width: 500px;
    height: 400px;
    background-size: 500px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 120px;
    padding: 90px 0px 0px 40px;
    left: 0px; }
    .contact-six .cs-content .cs-content-inner {
      width: 380px;
      text-align: right; }
      .contact-six .cs-content .cs-content-inner h3 {
        position: relative;
        font-size: 4rem;
        font-weight: 600;
        display: inline-block;
        background: -webkit-linear-gradient(#458c8e, #53afbe);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .contact-six .cs-content .cs-content-inner h3:before {
          content: "";
          display: block;
          height: 3px;
          position: absolute;
          bottom: 0px;
          right: 0px;
          width: 60px;
          background-color: #458c8e; }
      .contact-six .cs-content .cs-content-inner p {
        font-size: 1.8rem;
        color: #313131;
        line-height: 1.2;
        margin: 10px 0px 15px 0px;
        text-align: left; }
      .contact-six .cs-content .cs-content-inner h5 {
        font-size: 1.8rem;
        font-weight: 300;
        color: #458c8e; }
      .contact-six .cs-content .cs-content-inner h6 {
        font-size: 1.8rem;
        font-weight: 600;
        color: #458c8e; }
      @media screen and (max-width: 767px) {
        .contact-six .cs-content .cs-content-inner {
          width: 100%; } }
    @media screen and (max-width: 1300px) {
      .contact-six .cs-content {
        top: 40px; } }
    @media screen and (max-width: 991px) {
      .contact-six .cs-content {
        position: relative;
        top: unset;
        left: unset;
        margin: 0px auto;
        padding: 60px 0px 40px 0px; } }
    @media screen and (max-width: 767px) {
      .contact-six .cs-content {
        background-image: none;
        height: auto;
        width: auto;
        max-width: 300px;
        margin: 0px auto 10px auto; } }

.section-offer {
  overflow: hidden;
  background-color: #fff;
  padding: 30px 0px 20px 0px; }
  .section-offer h2 {
    text-align: center;
    margin: 0px 0px 20px 0px;
    font-size: 3.8rem;
    font-family: "ProximaNova-Bold", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #b536a7, #8171f4);
    -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 991px) {
      .section-offer h2 {
        font-size: 3rem; } }
  .section-offer p {
    font-size: 1.4rem;
    margin: 30px 0px 0px 0px;
    color: #fff;
    display: inline-block;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #b536a7, #8171f4);
    -webkit-text-fill-color: transparent; }
  .section-offer .sf-wrap {
    display: inline-block;
    margin: 0px 5px;
    float: left; }
  @media screen and (max-width: 575px) {
    .section-offer .sf-buttons {
      margin: 0px -10px; } }
  .section-offer .sf-button {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #b536a7, #8171f4);
    border-radius: 3px;
    margin: 0px 5px;
    transition: all ease 0.3s;
    min-width: 210px; }
    .section-offer .sf-button:hover {
      opacity: 0.8; }
    .section-offer .sf-button strong {
      color: #b536a7;
      font-size: 1.8rem;
      font-family: "ProximaNova-Bold", sans-serif;
      padding: 0px 20px;
      line-height: 1;
      display: inline-block;
      -webkit-background-clip: text;
      background-image: linear-gradient(to right, #b536a7, #8171f4);
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 575px) {
        .section-offer .sf-button strong {
          padding: 0px 10px; } }
    .section-offer .sf-button em {
      color: #b536a7;
      font-size: 1.8rem;
      font-family: "ProximaNova-Bold", sans-serif;
      padding: 0px 20px;
      color: #fff;
      font-style: normal; }
      @media screen and (max-width: 575px) {
        .section-offer .sf-button em {
          padding: 0px 10px; } }
      @media screen and (max-width: 767px) {
        .section-offer .sf-button em {
          font-size: 1.5rem; } }
    .section-offer .sf-button p {
      margin: 0px;
      font-size: 1.4rem;
      color: #fff; }
    .section-offer .sf-button.border {
      background-color: transparent;
      padding: 0px;
      border: none !important; }
      .section-offer .sf-button.border .inner {
        height: 98%;
        width: 99%;
        background-color: #fff;
        border-radius: 2px;
        padding-top: 10px; }
      .section-offer .sf-button.border strong {
        color: #fff; }
    @media screen and (max-width: 767px) {
      .section-offer .sf-button {
        min-width: 150px; }
        .section-offer .sf-button strong {
          font-size: 1.2rem; }
        .section-offer .sf-button p {
          font-size: 1.2rem; } }

.probaj {
  position: relative;
  z-index: 100; }
  .probaj .probaj-box {
    max-width: 700px;
    margin: -360px auto 0px auto; }
    @media screen and (max-width: 1199px) {
      .probaj .probaj-box {
        margin: -300px auto 0px auto; } }
    @media screen and (max-width: 991px) {
      .probaj .probaj-box {
        margin: -170px auto 0px auto; } }
    @media screen and (max-width: 767px) {
      .probaj .probaj-box {
        margin: -150px auto 0px auto; } }
    @media screen and (max-width: 575px) {
      .probaj .probaj-box {
        margin: -100px auto 0px auto; } }
    .probaj .probaj-box h2 {
      text-align: center;
      color: #fff;
      font-size: 6rem;
      font-weight: 400;
      margin: 0px 0px 10px 0px; }
      .probaj .probaj-box h2 strong {
        font-weight: 700; }
      @media screen and (max-width: 991px) {
        .probaj .probaj-box h2 {
          font-size: 3rem; } }
  .probaj .probaj-box-inner {
    min-height: 300px;
    background-color: #4b3078;
    border-radius: 7px;
    padding: 35px 35px 20px 35px; }
    @media screen and (max-width: 991px) {
      .probaj .probaj-box-inner {
        padding: 20px; } }
    .probaj .probaj-box-inner p {
      font-size: 1.9rem;
      color: #fff;
      margin: 0px 0px 25px 0px; }
      @media screen and (max-width: 767px) {
        .probaj .probaj-box-inner p {
          font-size: 1.5rem; } }
  .probaj .pb-row {
    margin: 0px 0px 10px 0px; }
    .probaj .pb-row .txt {
      padding: 0px 15px;
      width: 100%;
      display: block;
      border-radius: 3px;
      background-color: #fff;
      outline: none;
      font-size: 1.4rem;
      line-height: 45px;
      border: none;
      transition: all ease 0.3s; }
      .probaj .pb-row .txt:focus {
        background-color: #ddd; }
  .probaj .free-product p {
    font-size: 14px;
    margin: 20px 0px 10px 0px; }
  .probaj .free-product .fp-radio {
    display: block;
    margin: 0px 0px 10px 0px; }
    .probaj .free-product .fp-radio label {
      display: block;
      position: relative;
      cursor: pointer; }
      .probaj .free-product .fp-radio label span {
        display: block;
        line-height: 40px;
        padding: 0px 0px 0px 32px;
        font-size: 1.4rem;
        color: #fff;
        position: relative;
        border: 1px solid #fff;
        border-radius: 2px; }
        .probaj .free-product .fp-radio label span:before {
          width: 15px;
          height: 15px;
          border: 2px solid #fff;
          border-radius: 50%;
          position: absolute;
          top: 12px;
          left: 10px;
          content: "";
          display: block; }
      .probaj .free-product .fp-radio label input {
        visibility: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px; }
        .probaj .free-product .fp-radio label input:checked ~ span {
          color: #614468;
          background-color: #f0c605;
          border-color: #f0c605; }
          .probaj .free-product .fp-radio label input:checked ~ span:before {
            width: 15px;
            height: 15px;
            border: 2px solid #fff;
            border-radius: 50%;
            position: absolute;
            top: 12px;
            left: 10px;
            content: "";
            display: block;
            border: 1px solid #614468;
            background-color: #fff; }
          .probaj .free-product .fp-radio label input:checked ~ span:after {
            width: 7px;
            height: 7px;
            background-color: #f0c605;
            content: "";
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 16px;
            left: 14px; }
  .probaj .dp-submmit {
    width: 100%;
    border-radius: 3px;
    line-height: 45px;
    text-align: center;
    color: #4b3077;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease 0.3s;
    display: block;
    border: none;
    outline: none;
    font-size: 1.6rem;
    margin: 10px 0px 5px 0px;
    cursor: pointer;
    background-color: #f0c605; }
    .probaj .dp-submmit:hover {
      background-color: #be9d04; }

.probaj-detail {
  max-width: 1000px;
  margin: 20px auto 0px auto;
  text-align: center; }
  .probaj-detail p {
    font-size: 1.9rem;
    color: #5a5a5a; }
    @media screen and (max-width: 991px) {
      .probaj-detail p {
        font-size: 1.6rem; } }
  .probaj-detail h3 {
    color: #131313;
    font-size: 4.5rem;
    font-family: "ProximaNova-Bold", sans-serif;
    margin: 0px 0px 10px 0px; }
    @media screen and (max-width: 991px) {
      .probaj-detail h3 {
        font-size: 3rem; } }

.app-install {
  margin: 50px 0px;
  padding: 30px 0px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  text-align: center; }
  .app-install p {
    text-align: center;
    font-size: 1.9rem;
    color: #5a5a5a;
    margin: 0px 0px 20px 0px;
    font-family: "ProximaNova-Bold", sans-serif; }
    @media screen and (max-width: 991px) {
      .app-install p {
        font-size: 1.5rem; } }
  .app-install .partner {
    margin: 0px;
    border: none; }
    .app-install .partner img {
      max-height: 60px; }

.term {
  position: relative;
  z-index: 100; }
  .term .term-box {
    margin: -200px auto 50px auto; }
    @media screen and (max-width: 1199px) {
      .term .term-box {
        margin: -200px auto 0px auto; } }
    @media screen and (max-width: 991px) {
      .term .term-box {
        margin: -150px auto 50px auto; } }
    @media screen and (max-width: 767px) {
      .term .term-box {
        margin: -100px auto 50px auto; } }
    .term .term-box h2 {
      text-align: center;
      color: #fff;
      font-size: 6rem;
      margin: 0px 0px 10px 0px;
      font-family: "ProximaNova-Bold", sans-serif; }
      @media screen and (max-width: 991px) {
        .term .term-box h2 {
          font-size: 3rem; } }
  .term .term-box-inner {
    min-height: 300px;
    background-color: #fff;
    border-radius: 5px;
    padding: 35px 35px 20px 35px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    margin: 0px; }
    @media screen and (max-width: 991px) {
      .term .term-box-inner {
        padding: 20px 15px 30px 15px; } }
    .term .term-box-inner p {
      font-size: 1.7rem;
      color: #000;
      margin: 0px 0px 40px 0px; }
      @media screen and (max-width: 991px) {
        .term .term-box-inner p {
          font-size: 1.5rem;
          margin: 0px 0px 20px 0px; } }
    .term .term-box-inner span {
      font-size: 1.7rem;
      color: #000;
      margin: 0px 0px 0px 0px; }
    .term .term-box-inner .address {
      padding: 0px 0px 0px 10px;
      font-size: 1.7rem;
      color: #000;
      margin: 0px 0px 150px 0px; }
      @media screen and (max-width: 991px) {
        .term .term-box-inner .address {
          font-size: 1.5rem; } }

@media (min-width: 1400px) {
  .container-term {
    max-width: 1300px; } }

@media (min-width: 1400px) {
  .container-kanali {
    max-width: 1300px; } }

.section-kanali {
  background-image: url(../images/kanali_bg.png);
  background-repeat: no-repeat;
  background-position: top center; }

.kanali-one .ko-caption {
  max-width: 640px;
  margin: 0px auto 0px auto;
  text-align: center;
  padding: 150px 0px 60px 0px; }
  .kanali-one .ko-caption h2 {
    text-align: center;
    color: #fff;
    font-size: 6rem;
    font-family: "ProximaNova-Bold", sans-serif;
    margin: 0px 0px 10px 0px; }
    @media screen and (max-width: 991px) {
      .kanali-one .ko-caption h2 {
        font-size: 3rem; } }
  .kanali-one .ko-caption p {
    color: #fff;
    font-size: 1.8rem; }
    @media screen and (max-width: 991px) {
      .kanali-one .ko-caption p {
        font-size: 1.5rem; } }

.kanali-one .ko-item {
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  position: relative; }
  .kanali-one .ko-item a {
    display: block; }
  .kanali-one .ko-item:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9;
    background-image: url(../images/k_black_gradient.png);
    background-repeat: repeat-x;
    background-position: bottom left; }
    @media screen and (max-width: 991px) {
      .kanali-one .ko-item:before {
        background-position: 0% 100%; } }
    @media screen and (max-width: 767px) {
      .kanali-one .ko-item:before {
        background-position: 0% 250%; } }
    @media screen and (max-width: 575px) {
      .kanali-one .ko-item:before {
        background-position: 0% 350%; } }
    @media screen and (max-width: 480px) {
      .kanali-one .ko-item:before {
        background-position: 0% -100%; } }
  .kanali-one .ko-item .ko-img img {
    display: block;
    width: 100%;
    transition: all ease 0.3s; }
  .kanali-one .ko-item .ko-des {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 10px 10px 15px 15px; }
    .kanali-one .ko-item .ko-des span {
      display: block;
      color: #fff;
      font-size: 3.5rem;
      font-family: "ProximaNova-Light", sans-serif;
      line-height: 1; }
      @media screen and (max-width: 1199px) {
        .kanali-one .ko-item .ko-des span {
          font-size: 2rem; } }
      @media screen and (max-width: 991px) {
        .kanali-one .ko-item .ko-des span {
          font-size: 1.6rem; } }
    .kanali-one .ko-item .ko-des h3 {
      color: #fff;
      font-family: "ProximaNova-Bold", sans-serif;
      margin: 0px;
      font-size: 3rem; }
      @media screen and (max-width: 1199px) {
        .kanali-one .ko-item .ko-des h3 {
          font-size: 2rem; } }
      @media screen and (max-width: 991px) {
        .kanali-one .ko-item .ko-des h3 {
          font-size: 1.6rem; } }
  .kanali-one .ko-item:hover .ko-img img {
    transform: scale(1.1); }
  .kanali-one .ko-item.green:before {
    background-image: url(../images/k_green_gradient.png); }
  .kanali-one .ko-item.cyan:before {
    background-image: url(../images/k_cyan_gradient.png); }
  .kanali-one .ko-item.pink:before {
    background-image: url(../images/k_pink_gradient.png); }

.kanali-two {
  overflow: hidden;
  background-image: url(../images/kanali_two_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10px 0px 10px 0px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .kanali-two {
      padding: 10px 0px 10px 0px; } }
  .kanali-two .st-img {
    margin: 0px -100px 0px -60px; }
    @media screen and (max-width: 1400px) {
      .kanali-two .st-img {
        margin: 0px -60px 0px -60px; } }
    @media screen and (max-width: 1199px) {
      .kanali-two .st-img {
        margin: 0px -100px 0px -20px; } }
    @media screen and (max-width: 767px) {
      .kanali-two .st-img {
        width: 100%;
        max-width: 500px;
        margin: 20px auto 10px auto; } }
  .kanali-two .st-des {
    padding: 100px 0px 50px 0px;
    max-width: 460px; }
    .kanali-two .st-des h3 {
      font-family: "ProximaNova-Light", sans-serif;
      font-size: 4.4rem;
      line-height: 1.1;
      color: #000; }
      .kanali-two .st-des h3 span {
        color: #000;
        font-family: "ProximaNova-Bold", sans-serif;
        background: -webkit-linear-gradient(#4da742, #14720b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .kanali-two .st-des label {
      display: inline-block;
      padding: 3px 16px;
      font-size: 1.6rem;
      color: #fff;
      border-radius: 3px;
      background-color: #008daf;
      font-weight: 600; }
    .kanali-two .st-des p {
      margin: 5px 0px 10px 0px;
      font-size: 2.1rem;
      max-width: 420px; }
    .kanali-two .st-des .list-check {
      padding: 10px 0px 0px 0px; }
      .kanali-two .st-des .list-check p {
        margin: 0px 0px 0px 0px;
        font-size: 1.8rem;
        font-family: "ProximaNova-Bold", sans-serif; }
        .kanali-two .st-des .list-check p i {
          color: #008daf;
          margin: 0px 5px 0px 0px; }
    .kanali-two .st-des .st-control {
      background-image: url(../images/kanali_two_dot.png);
      background-repeat: no-repeat;
      min-height: 122px;
      max-width: 420px;
      padding: 36px 0px 0px 0px;
      margin: 20px 0px 0px 0px;
      background-position: 80% 0%; }
      .kanali-two .st-des .st-control .my-btn {
        color: transparent;
        text-shadow: 0 0 0 #fff, 0 45px 0 #fff; }
        .kanali-two .st-des .st-control .my-btn:hover {
          text-shadow: 0 -45px 0 #fff, 0 0 0 #fff; }
    @media screen and (max-width: 991px) {
      .kanali-two .st-des {
        padding: 30px 0px 20px 0px; }
        .kanali-two .st-des h3 {
          font-size: 2.2rem;
          line-height: 1.1; }
          .kanali-two .st-des h3 span {
            display: inline-block;
            background: -webkit-linear-gradient(#4da742, #14720b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: "ProximaNova-Bold", sans-serif; }
        .kanali-two .st-des label {
          font-size: 1.1rem; }
        .kanali-two .st-des p {
          margin: 10px 0px 10px 0px;
          font-size: 1.5rem;
          max-width: 420px; }
        .kanali-two .st-des .list-check {
          padding: 5px 0px 0px 0px; }
          .kanali-two .st-des .list-check p {
            margin: 0px 0px 0px 0px;
            font-size: 1.3rem;
            font-family: "ProximaNova-Bold", sans-serif; }
            .kanali-two .st-des .list-check p i {
              color: #008daf;
              margin: 0px 5px 0px 0px; }
        .kanali-two .st-des .st-control {
          background-repeat: no-repeat;
          min-height: 60px;
          background-size: 80px auto;
          padding: 15px 0px 0px 0px;
          margin: 10px 0px 0px 0px;
          background-position: 50% 0%; }
          .kanali-two .st-des .st-control .my-btn {
            font-size: 1.5rem;
            line-height: 35px;
            padding: 0px 20px; } }
    @media screen and (max-width: 767px) {
      .kanali-two .st-des {
        padding: 30px 0px 20px 0px; } }

.kanali-channel {
  padding: 0px 0px 40px 0px; }
  .kanali-channel .kc-caption {
    max-width: 620px;
    margin: 20px auto 20px auto;
    text-align: center; }
    .kanali-channel .kc-caption h2 {
      text-align: center;
      background: -webkit-linear-gradient(#d148a5, #ad31a8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 4rem;
      font-family: "ProximaNova-Bold", sans-serif;
      margin: 0px 0px 10px 0px; }
      @media screen and (max-width: 991px) {
        .kanali-channel .kc-caption h2 {
          font-size: 3rem; } }
      @media screen and (max-width: 575px) {
        .kanali-channel .kc-caption h2 {
          font-size: 2rem; } }
    .kanali-channel .kc-caption p {
      color: #333333;
      font-size: 1.8rem; }
      @media screen and (max-width: 991px) {
        .kanali-channel .kc-caption p {
          font-size: 1.5rem; } }
  .kanali-channel .kc-col {
    width: 12.5%;
    float: left; }
    @media screen and (max-width: 1199px) {
      .kanali-channel .kc-col {
        width: 16.666%; } }
    @media screen and (max-width: 991px) {
      .kanali-channel .kc-col {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .kanali-channel .kc-col {
        width: 33.333%; } }
    @media screen and (max-width: 575px) {
      .kanali-channel .kc-col {
        width: 50%; } }
    .kanali-channel .kc-col .kc-item {
      margin: 0px 0px 30px 0px; }
      .kanali-channel .kc-col .kc-item a {
        display: block;
        margin: 0px auto;
        background-image: url(../images/logo_bg.png);
        width: 135px;
        height: 135px;
        background-size: cover;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center; }
        .kanali-channel .kc-col .kc-item a div {
          width: 80px; }
          .kanali-channel .kc-col .kc-item a div img {
            max-width: 80px;
            display: block;
            transition: all ease 0.3s; }
        .kanali-channel .kc-col .kc-item a:hover div img {
          transform: scale(1.1); }

.set-banner {
  background-color: #000;
  padding: 115px 0px 50px 0px; }
  .set-banner h2 {
    text-align: center;
    font-family: "ProximaNova-Bold", sans-serif;
    color: #fff;
    margin: 0px;
    font-size: 5.5rem; }
    @media screen and (max-width: 1199px) {
      .set-banner h2 {
        font-size: 4rem; } }
  @media screen and (max-width: 1199px) and (max-width: 991px) {
    .set-banner h2 {
      font-size: 3rem; } }
  @media screen and (max-width: 1199px) and (max-width: 575px) {
    .set-banner h2 {
      font-size: 2rem; } }

.setbox {
  padding: 50px 0px 100px 0px;
  border-bottom: 1px solid #bfbfbf; }

.setbox-cols {
  padding: 0px 0px 0px 260px; }
  .setbox-cols .setbox-left {
    width: 210px;
    float: left;
    margin: 0px 0px 0px -260px; }
  @media screen and (max-width: 991px) {
    .setbox-cols {
      padding: 0px; }
      .setbox-cols .setbox-left {
        width: 100%;
        float: none;
        margin: 0px 0px 20px 0px; } }
  .setbox-cols .sb-menu {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .setbox-cols .sb-menu > li {
      margin: 0px 0px 0px 0px; }
      .setbox-cols .sb-menu > li > a {
        display: block;
        background-color: #f1f1f1;
        color: #1e0646;
        font-size: 1.8rem;
        padding: 11px 10px;
        border-radius: 4px;
        margin: 0px 0px 6px 0px; }
        .setbox-cols .sb-menu > li > a i {
          margin: 0px 5px 0px 0px; }
        .setbox-cols .sb-menu > li > a:hover {
          background-color: #d8d7d7; }
      .setbox-cols .sb-menu > li.active > a {
        color: #fff;
        background-image: linear-gradient(to right, #36146e 0%, #1d0544 100%);
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3); }
      .setbox-cols .sb-menu > li > .sb-sub {
        padding: 0px 0px 0px 40px; }
        .setbox-cols .sb-menu > li > .sb-sub > ul {
          list-style: none;
          padding: 0px;
          margin: 0px; }
          .setbox-cols .sb-menu > li > .sb-sub > ul > li > a {
            display: block;
            background-color: #f1f1f1;
            color: #1e0646;
            font-size: 1.8rem;
            padding: 11px 10px;
            border-radius: 4px;
            margin: 0px 0px 6px 0px; }
            .setbox-cols .sb-menu > li > .sb-sub > ul > li > a:hover {
              background-color: #d8d7d7; }
          .setbox-cols .sb-menu > li > .sb-sub > ul > li.active > a {
            color: #fff;
            background-color: #a17ae3; }
            .setbox-cols .sb-menu > li > .sb-sub > ul > li.active > a:hover {
              background-color: #a17ae3; }

.sb-sub {
  display: none; }

.setbox-right .sr-caption {
  text-align: center;
  padding: 20px 0px 20px 0px; }
  .setbox-right .sr-caption h3 {
    font-size: 3.8rem;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .setbox-right .sr-caption h3 {
        font-size: 2rem; } }
    .setbox-right .sr-caption h3 strong {
      font-family: "ProximaNova-Bold", sans-serif;
      color: #1e0646; }
  .setbox-right .sr-caption p {
    margin: 0px auto 20px auto;
    font-size: 1.8rem;
    text-align: left; }
    @media screen and (max-width: 991px) {
      .setbox-right .sr-caption p {
        font-size: 1.4rem; } }
    .setbox-right .sr-caption p.mw550 {
      max-width: 550px;
      margin: 0px auto 20px auto;
      text-align: center; }
  .setbox-right .sr-caption .btn-download {
    display: inline-block;
    padding: 0px 20px;
    border-radius: 3px;
    background-color: #080015;
    line-height: 45px;
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
    padding: 0px 20px 0px 20px;
    transition: all ease 0.3s; }
    .setbox-right .sr-caption .btn-download span {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 0px 5px 0px 0px;
      font-style: normal;
      position: relative;
      top: 6px;
      background-image: url(../images/download_icon_white.png);
      background-repeat: no-repeat;
      background-position: center center; }
    .setbox-right .sr-caption .btn-download:hover {
      opacity: 0.8; }

.setbox-right .step-box {
  padding: 10px 0px;
  border-top: 1px solid #979797; }
  .setbox-right .step-box.no-border {
    border: none; }
  .setbox-right .step-box .sb-caption {
    margin: 0px 0px 20px 0px;
    text-align: center;
    background-color: #e7deff;
    padding: 4px 10px; }
    .setbox-right .step-box .sb-caption span {
      font-size: 2.4rem;
      color: #000d42; }
      @media screen and (max-width: 991px) {
        .setbox-right .step-box .sb-caption span {
          font-size: 2rem; } }
  .setbox-right .step-box h4 {
    font-size: 2.4rem; }
    @media screen and (max-width: 991px) {
      .setbox-right .step-box h4 {
        font-size: 2rem; } }
  .setbox-right .step-box p {
    font-size: 1.7rem; }
    @media screen and (max-width: 991px) {
      .setbox-right .step-box p {
        font-size: 1.5rem; } }
  .setbox-right .step-box .sb-one-item {
    text-align: center;
    margin: 10px 0px 10px 0px; }
    .setbox-right .step-box .sb-one-item span {
      display: inline-block;
      margin: 0px auto 10px auto;
      padding: 1px 10px;
      border-radius: 2px;
      color: #140035;
      font-size: 1.8rem;
      background-color: #f5e66c; }
      @media screen and (max-width: 991px) {
        .setbox-right .step-box .sb-one-item span {
          font-size: 1.4rem; } }

.setbox-right .s5-detail {
  margin: 20px 0px 20px 0px; }
  .setbox-right .s5-detail p {
    margin: 0px 0px 20px 0px;
    font-size: 1.7rem; }
    @media screen and (max-width: 991px) {
      .setbox-right .s5-detail p {
        font-size: 1.5rem; } }
    .setbox-right .s5-detail p span {
      float: left;
      width: 30px;
      height: 30px;
      border-radius: 3px;
      background-color: #e7deff;
      margin: -5px 10px 0px 0px;
      font-size: 1.7rem;
      color: #2d0f5e;
      text-align: center;
      line-height: 30px; }
      @media screen and (max-width: 991px) {
        .setbox-right .s5-detail p span {
          font-size: 1.5rem; } }

.setbox-right .tv-app .tv-app-des {
  padding: 10px 0px 0px 0px; }
  .setbox-right .tv-app .tv-app-des .remote {
    float: right;
    margin: -20px 0px 0px 0px; }

.setbox-right .download-linux-app {
  text-align: center;
  padding: 20px 0px; }
  .setbox-right .download-linux-app a {
    display: inline-block;
    line-height: 40px;
    padding: 0px 20px;
    margin: 0px 5px;
    color: #fff;
    font-size: 1.9rem;
    border-radius: 4px;
    background-color: #278ea8;
    border-bottom: 3px solid #195a6a;
    transition: all ease 0.3s; }
    @media screen and (max-width: 991px) {
      .setbox-right .download-linux-app a {
        font-size: 1.6rem; } }
    .setbox-right .download-linux-app a:hover {
      opacity: 0.8;
      cursor: pointer; }
    .setbox-right .download-linux-app a.yellow {
      background-color: #e59937;
      border-bottom: 3px solid #b87218; }

.setbox-right .download-app-smartphone {
  padding: 20px;
  text-align: center; }
  .setbox-right .download-app-smartphone img {
    width: 200px; }

.section-contact-v2 {
  background-image: url(../images/contact_v2_banner.png);
  background-repeat: no-repeat;
  background-position: top center; }

.contact-v2-one {
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .contact-v2-one {
      margin-bottom: 50px; } }
  .contact-v2-one .ko-caption {
    max-width: 640px;
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 150px 0px 60px 0px; }
    .contact-v2-one .ko-caption h2 {
      text-align: center;
      color: #fff;
      font-size: 4rem;
      font-family: "ProximaNova-Bold", sans-serif;
      margin: 0px 0px 10px 0px; }
      @media screen and (max-width: 991px) {
        .contact-v2-one .ko-caption h2 {
          font-size: 3rem; } }
    .contact-v2-one .ko-caption p {
      color: #fff;
      font-size: 1.8rem; }
      @media screen and (max-width: 991px) {
        .contact-v2-one .ko-caption p {
          font-size: 1.5rem; } }
  .contact-v2-one .cv2-contact {
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 20px 40px 40px 40px;
    margin: 0px 0px 20px 0px; }
    @media screen and (max-width: 991px) {
      .contact-v2-one .cv2-contact {
        padding: 20px; } }
    .contact-v2-one .cv2-contact h3 {
      display: inline-block;
      font-size: 4.5rem;
      font-family: "ProximaNova-Bold", sans-serif;
      background: -webkit-linear-gradient(#b338aa, #8270f2);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 991px) {
        .contact-v2-one .cv2-contact h3 {
          font-size: 3rem; } }
    .contact-v2-one .cv2-contact p {
      font-size: 2rem;
      color: #5d3d8a;
      margin: 0px auto 20px auto;
      line-height: 1.3;
      max-width: 500px; }
      @media screen and (max-width: 991px) {
        .contact-v2-one .cv2-contact p {
          font-size: 1.5rem; } }
    .contact-v2-one .cv2-contact .cf-row {
      margin: 0px 0px 15px 0px; }
      .contact-v2-one .cv2-contact .cf-row.last {
        margin: 0px; }
    .contact-v2-one .cv2-contact .txt {
      display: block;
      width: 100%;
      border-radius: 2px;
      padding: 0px 10px;
      outline: none;
      border: 1px solid #cecece;
      height: 45px;
      transition: all ease 0.3s; }
      .contact-v2-one .cv2-contact .txt:focus {
        border: 1px solid #5c3c89; }
    .contact-v2-one .cv2-contact .area {
      display: block;
      width: 100%;
      border-radius: 2px;
      padding: 10px 10px;
      outline: none;
      border: 1px solid #cecece;
      height: 303px;
      transition: all ease 0.3s; }
      @media screen and (max-width: 991px) {
        .contact-v2-one .cv2-contact .area {
          height: 150px; } }
      .contact-v2-one .cv2-contact .area:focus {
        border: 1px solid #5c3c89; }
    .contact-v2-one .cv2-contact button {
      background-color: #5c3c89;
      background-image: linear-gradient(to right, #b338aa 0%, #8270f2 100%);
      height: 45px;
      border-radius: 2px;
      color: #fff;
      border: none;
      display: block;
      float: right;
      min-width: 190px;
      transition: all ease 0.3s;
      font-size: 1.6rem;
      font-weight: 600;
      transition: all ease 0.3s;
      text-transform: uppercase; }
      .contact-v2-one .cv2-contact button:hover {
        cursor: pointer; }
  .contact-v2-one .cv2-right {
    border-radius: 5px;
    padding: 20px 20px;
    margin: 0px 0px 20px 0px;
    min-height: 160px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    text-align: center; }
    .contact-v2-one .cv2-right .cv2-info {
      text-align: left; }
      .contact-v2-one .cv2-right .cv2-info h4 {
        color: #5d3d8a;
        text-transform: uppercase;
        font-size: 1.7rem;
        font-family: "ProximaNova-Bold", sans-serif;
        margin: 20px 0px 0px 0px;
        padding-left: 20px; }
      .contact-v2-one .cv2-right .cv2-info p {
        font-size: 1.7rem;
        margin: 0px;
        padding-left: 20px; }
    .contact-v2-one .cv2-right .cv2-img {
      min-height: 100px;
      margin: 0px 0px 20px 0px; }
      .contact-v2-one .cv2-right .cv2-img img {
        max-height: 100px; }
    .contact-v2-one .cv2-right h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.7rem;
      font-family: "ProximaNova-Bold", sans-serif;
      margin: 0px 0px 30px 0px; }
    .contact-v2-one .cv2-right .btn {
      overflow: hidden;
      line-height: 40px;
      display: inline-block;
      color: transparent;
      text-shadow: 0 0 0 #fff, 0 45px 0 #fff;
      font-size: 1.7rem;
      background-color: #fff;
      padding: 0px 40px;
      border-radius: 3px;
      color: #377784;
      font-family: "ProximaNova-Bold", sans-serif; }
      .contact-v2-one .cv2-right .btn:hover {
        text-shadow: 0 -45px 0 #fff, 0 0 0 #fff; }
    .contact-v2-one .cv2-right.lime {
      background-image: linear-gradient(to right, #4a9591 0%, #367583 100%); }
    .contact-v2-one .cv2-right.pink {
      background-image: linear-gradient(to right, #b338aa 0%, #8270f2 100%); }
      .contact-v2-one .cv2-right.pink .btn {
        color: #5d3d8a; }
      .contact-v2-one .cv2-right.pink .cv2-img {
        min-height: 60px;
        margin: 0px 0px 20px 0px; }

.contact-v2-two {
  margin-bottom: 50px; }
  .contact-v2-two h2 {
    text-align: center;
    margin: 0px 0px 20px 0px;
    font-size: 3.8rem;
    text-transform: uppercase;
    display: inline-block;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #b536a7, #8171f4);
    -webkit-text-fill-color: transparent; }
    .contact-v2-two h2 span {
      font-family: "ProximaNova-Bold", sans-serif; }
    @media screen and (max-width: 991px) {
      .contact-v2-two h2 {
        font-size: 2.5rem; } }
  .contact-v2-two .flag-wrap {
    margin: 0px auto;
    max-width: 940px; }
  .contact-v2-two .flag-item {
    display: block;
    padding: 10px 10px;
    border-radius: 2px;
    background-color: #f7f7f7;
    margin: 0px 0px 15px 0px;
    transition: all ease 0.3s; }
    .contact-v2-two .flag-item:hover {
      background-color: #eee; }
    .contact-v2-two .flag-item img {
      width: 30px;
      float: left;
      margin: 0px 10px 0px 0px; }
    .contact-v2-two .flag-item p {
      color: #7e53ba;
      margin: 0px;
      line-height: 25px;
      font-size: 2.5rem; }
      @media screen and (max-width: 991px) {
        .contact-v2-two .flag-item p {
          font-size: 1.8rem; } }

.contact-v2-three {
  margin-bottom: 50px; }

.cbs-content {
  max-width: 330px;
  padding: 200px 0px 0px 0px; }
  @media screen and (max-width: 1400px) {
    .cbs-content {
      padding: 130px 0px 0px 0px; } }
  @media screen and (max-width: 991px) {
    .cbs-content {
      padding: 80px 0px 0px 0px; } }
  @media screen and (max-width: 767px) {
    .cbs-content {
      padding: 50px 0px 0px 0px; } }
  .cbs-content h3 {
    font-family: "ProximaNova-Bold", sans-serif;
    color: #fff;
    font-size: 4.3rem;
    margin: 0px 0px 30px 0px; }
    @media screen and (max-width: 1199px) {
      .cbs-content h3 {
        font-size: 3.3rem; } }
    @media screen and (max-width: 991px) {
      .cbs-content h3 {
        font-size: 2.5rem;
        margin: 0px 0px 15px 0px; } }
  .cbs-content p {
    font-size: 1.6rem;
    color: #fff;
    margin: 0px 0px 30px 0px;
    font-family: "ProximaNova-Light", sans-serif; }
    @media screen and (max-width: 991px) {
      .cbs-content p {
        margin: 0px 0px 15px 0px; } }
  .cbs-content .my-btn {
    margin: 0px;
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 991px) {
      .cbs-content .my-btn {
        font-size: 1.4rem;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 35px; } }

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