/*===========================
        01.COMMON css 
===========================*/
html {
  overflow-X: hidden !important;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #272a30;
  overflow-X: hidden !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

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

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #171920;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #272a30;
  margin: 0px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 1400px) {
  .custom-container {
    max-width: 1590px; } }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  border-radius: 4px;
  color: #171920;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  overflow: hidden; }
  .main-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    background-color: #bc1c8d;
    z-index: -1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    -o-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .main-btn:hover {
    color: #fff; }
    .main-btn:hover::before {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
      -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
      transform: translate3d(-50%, -50%, 0) scale(1.5); }
  .main-btn.main-btn-2 {
    color: #fff;
    background-color: #bc1c8d; }
    .main-btn.main-btn-2::before {
      background-color: #171920; }
    .main-btn.main-btn-2:hover {
      color: #fff; }
      .main-btn.main-btn-2:hover::before {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
        transform: translate3d(-50%, -50%, 0) scale(1.5); }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-weight: 600;
  color: #272a30;
  font-size: 16px;
  position: relative;
  padding-top: 35px; }
  .section-title .sub-title::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #bc1c8d;
    -webkit-transform: rotate(45deg) translateX(0);
    -moz-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    -o-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    left: 2px;
    top: 3px; }
.section-title .title {
  font-size: 46px;
  font-weight: 800;
  color: #171920;
  margin-top: 5px;
  letter-spacing: -2px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 30px;
      letter-spacing: 0; } }
.section-title.text-center .sub-title::before {
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  top: 9px; }

/*===========================
       02.Header css 
===========================*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* padding: 23px 0; */
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin-top: 0;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    background-color: #fff; }

.navbar {
  padding: 0; }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }
  .navbar .navbar-toggler {
    padding: 0; }
    .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      /* background-color: #fff; */
      background-color: #232323;
      display: block;
      margin: 5px 0;
      position: relative;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 9;
      -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      padding: 12px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      margin-top: 23px; } }
  @media (max-width: 767px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 9999;
      -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      padding: 12px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      /* margin-top: 23px;  */
      margin-top: 15px; 
    } }
  .navbar .navbar-nav li {
    margin-right: 25px;
    position: relative;
    padding: 15px 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .navbar .navbar-nav li {
        margin-right: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar .navbar-nav li {
        padding: 0;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .navbar .navbar-nav li {
        padding: 0;
        margin-right: 0; } }
    .navbar .navbar-nav li a {
      font-size: 16px;
      /* font-weight: 700; */
      position: relative;
      color: #171920;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li a {
          color: #171920;
          display: block;
          padding: 5px 10px; } }
      @media (max-width: 767px) {
        .navbar .navbar-nav li a {
          color: #171920;
          display: block;
          padding: 5px 10px; } }
      .navbar .navbar-nav li a::before {
        position: absolute;
        content: '';
        width: 0;
        height: 2px;
        /* background-color: #fff; */
        background-color: #bc1c8d;
        bottom: -2px;
        left: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav li a::before {
            display: none; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav li a::before {
            display: none; } }
      .navbar .navbar-nav li a .sub-nav-toggler {
        display: none; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navbar .navbar-nav li a .sub-nav-toggler {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            background: none;
            color: #272a30;
            font-size: 16px;
            border: 0;
            width: 35px;
            height: 35px; } }
        @media (max-width: 767px) {
          .navbar .navbar-nav li a .sub-nav-toggler {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            background: none;
            color: #272a30;
            font-size: 16px;
            border: 0;
            width: 35px;
            height: 35px; } }
        .navbar .navbar-nav li a .sub-nav-toggler span {
          width: 8px;
          height: 8px;
          border-left: 1px solid #222;
          border-bottom: 1px solid #222;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          position: relative;
          top: -5px; }
    .navbar .navbar-nav li.active > a::before, .navbar .navbar-nav li:hover > a::before {
      width: 100%; }
    .navbar .navbar-nav li .sub-menu {
      position: absolute;
      top: 120%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 190px;
      background-color: #fff;
      border-top: 2px solid #171920;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      padding: 10px 0;
      opacity: 0;
      visibility: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          left: 0;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          display: none;
          opacity: 1;
          visibility: visible;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-transition: all 0s linear;
          -moz-transition: all 0s linear;
          -ms-transition: all 0s linear;
          -o-transition: all 0s linear;
          transition: all 0s linear;
          border-top: 0;
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .navbar .navbar-nav li .sub-menu {
          position: relative;
          width: 100%;
          top: 0;
          left: 0;
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          display: none;
          opacity: 1;
          visibility: visible;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          -webkit-transition: all 0s linear;
          -moz-transition: all 0s linear;
          -ms-transition: all 0s linear;
          -o-transition: all 0s linear;
          transition: all 0s linear;
          border-top: 0;
          padding: 0 10px; } }
      .navbar .navbar-nav li .sub-menu li {
        padding: 0;
        margin-right: 0; }
        .navbar .navbar-nav li .sub-menu li a {
          color: #171920;
          padding: 6px 20px;
          font-size: 14px;
          display: block; }
          .navbar .navbar-nav li .sub-menu li a::before {
            display: none; }
        .navbar .navbar-nav li .sub-menu li:hover > a {
          padding-left: 23px;
          color: #bc1c8d; }
    .navbar .navbar-nav li:hover .sub-menu {
      top: 100%;
      opacity: 1;
      visibility: visible; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav li:hover .sub-menu {
          top: 0;
          left: 0; } }
      @media (max-width: 767px) {
        .navbar .navbar-nav li:hover .sub-menu {
          top: 0;
          left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-btn {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .navbar .navbar-btn {
      padding-top: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-btn .main-btn {
      display: block; } }
  @media (max-width: 767px) {
    .navbar .navbar-btn .main-btn {
      display: block; } }

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #171920; }
.sticky .navbar .navbar-nav li a {
  color: #171920; }
  .sticky .navbar .navbar-nav li a::before {
    background-color: #bc1c8d; }

/*===========================
       03.Banner css 
===========================*/
.banner-content-wrapper {
  padding-bottom: 30px; }
  .banner-content-wrapper .banner-content {
    margin-top: 50px; }
    .banner-content-wrapper .banner-content .title {
      font-size: 60px;
      font-weight: 800;
      color: #171920; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .banner-content-wrapper .banner-content .title {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .banner-content-wrapper .banner-content .title {
          font-size: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .banner-content-wrapper .banner-content .title {
          font-size: 48px; } }
    .banner-content-wrapper .banner-content p {
      font-size: 18px;
      font-weight: 500;
      line-height: 34px;
      margin-top: 35px; }
      @media (max-width: 767px) {
        .banner-content-wrapper .banner-content p {
          font-size: 16px;
          line-height: 28px; } }
    .banner-content-wrapper .banner-content .download-btn {
      padding-top: 40px; }
      .banner-content-wrapper .banner-content .download-btn li {
        margin-top: 10px;
        display: inline-block;
        margin-right: 18px; }
        .banner-content-wrapper .banner-content .download-btn li:last-child {
          margin-right: 0; }
        .banner-content-wrapper .banner-content .download-btn li a {
          padding-left: 70px;
          padding-right: 40px;
          padding-top: 17px;
          padding-bottom: 17px;
          position: relative;
          border-radius: 5px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .banner-content-wrapper .banner-content .download-btn li a.main-screen-cta {
          padding-left: 40px !important;
          padding-right: 40px;
          padding-top: 17px;
          padding-bottom: 17px;
          position: relative;
          border-radius: 5px;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .banner-content-wrapper .banner-content .download-btn li a {
              padding-top: 10px;
              padding-bottom: 10px;
              padding-left: 60px;
              padding-right: 30px; } }
          @media (max-width: 767px) {
            .banner-content-wrapper .banner-content .download-btn li a {
              padding-top: 10px;
              padding-bottom: 10px;
              padding-left: 60px;
              padding-right: 30px; } }
          .banner-content-wrapper .banner-content .download-btn li a i {
            font-size: 40px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 20px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .banner-content-wrapper .banner-content .download-btn li a i {
                left: 30px;
                font-size: 24px; } }
            @media (max-width: 767px) {
              .banner-content-wrapper .banner-content .download-btn li a i {
                left: 30px;
                font-size: 24px; } }
          .banner-content-wrapper .banner-content .download-btn li a .text-1 {
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            display: block; }
          .banner-content-wrapper .banner-content .download-btn li a .text-2 {
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            display: block; }
          .banner-content-wrapper .banner-content .download-btn li a.google-play {
            background-color: #bc1c8d; }
            .banner-content-wrapper .banner-content .download-btn li a.google-play:hover {
              background-color: #272a30; }
          .banner-content-wrapper .banner-content .download-btn li a.apple-store {
            background-color: #272a30; }
            .banner-content-wrapper .banner-content .download-btn li a.apple-store:hover {
              background-color: #bc1c8d; }
  .banner-content-wrapper .banner-image {
    margin-top: 50px; }
    .banner-content-wrapper .banner-image .image {
      -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      transform: rotate(15deg);
      -webkit-animation: ImgBounce1 2s ease-in-out infinite alternate;
      -moz-animation: ImgBounce1 2s ease-in-out infinite alternate;
      -o-animation: ImgBounce1 2s ease-in-out infinite alternate;
      animation: ImgBounce1 2s ease-in-out infinite alternate; }

@-webkit-keyframes ImgBounce1 {
  0% {
    -webkit-transform: translateY(0) rotate(15deg);
    -moz-transform: translateY(0) rotate(15deg);
    -ms-transform: translateY(0) rotate(15deg);
    -o-transform: translateY(0) rotate(15deg);
    transform: translateY(0) rotate(15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(15deg);
    -moz-transform: translateY(-20px) rotate(15deg);
    -ms-transform: translateY(-20px) rotate(15deg);
    -o-transform: translateY(-20px) rotate(15deg);
    transform: translateY(-20px) rotate(15deg); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0) rotate(15deg);
    -moz-transform: translateY(0) rotate(15deg);
    -ms-transform: translateY(0) rotate(15deg);
    -o-transform: translateY(0) rotate(15deg);
    transform: translateY(0) rotate(15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(15deg);
    -moz-transform: translateY(-20px) rotate(15deg);
    -ms-transform: translateY(-20px) rotate(15deg);
    -o-transform: translateY(-20px) rotate(15deg);
    transform: translateY(-20px) rotate(15deg); } }


/*===========================
    05.Powerful Tools css 
===========================*/
.powerful-tools-area {
  position: relative;
  overflow: hidden; }
  .powerful-tools-area .powerful-shape {
    position: absolute; }
    .powerful-tools-area .powerful-shape.shape-1 {
      width: 488px;
      height: 488px;
      background-color: #f5f5f5;
      border-radius: 50%;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 18%;
      left: 10%; }
      @media (max-width: 767px) {
        .powerful-tools-area .powerful-shape.shape-1 {
          width: 320px;
          height: 320px; } }
    .powerful-tools-area .powerful-shape.shape-2 {
      top: 30px;
      right: 3%;
      -webkit-animation: rotated 15s infinite linear;
      -moz-animation: rotated 15s infinite linear;
      -o-animation: rotated 15s infinite linear;
      animation: rotated 15s infinite linear; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .powerful-tools-area .powerful-shape.shape-2 {
          width: 150px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .powerful-tools-area .powerful-shape.shape-2 {
          width: 200px; } }
      @media (max-width: 767px) {
        .powerful-tools-area .powerful-shape.shape-2 {
          width: 150px; } }

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.powerful-tools-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #d7dbe7; }

.powerful-image .image {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin-left: -75px;
  -webkit-animation: ImgBounce2 2s ease-in-out infinite alternate;
  -moz-animation: ImgBounce2 2s ease-in-out infinite alternate;
  -o-animation: ImgBounce2 2s ease-in-out infinite alternate;
  animation: ImgBounce2 2s ease-in-out infinite alternate; }
.powerful-image .price {
  position: absolute;
  left: 0px !important;
  /* margin-left: -29% !important; */
  margin-left: -10px;
  margin-top: 100px;
  -webkit-animation: ImgBounce3 2s ease-in-out infinite alternate;
  -moz-animation: ImgBounce3 2s ease-in-out infinite alternate;
  -o-animation: ImgBounce3 2s ease-in-out infinite alternate;
  animation: ImgBounce3 2s ease-in-out infinite alternate; }
.powerful-image .price h1{
  font-size: 7rem !important;
}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .powerful-image .image {
      margin-left: -50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .powerful-image .image {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .powerful-image .image {
      margin-left: 0; } }

@-webkit-keyframes ImgBounce2 {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg); }
  }
@-webkit-keyframes ImgBounce2 {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0) rotate(-15deg);
    -moz-transform: translateY(0) rotate(-15deg);
    -ms-transform: translateY(0) rotate(-15deg);
    -o-transform: translateY(0) rotate(-15deg);
    transform: translateY(0) rotate(-15deg); }
  100% {
    -webkit-transform: translateY(-20px) rotate(-15deg);
    -moz-transform: translateY(-20px) rotate(-15deg);
    -ms-transform: translateY(-20px) rotate(-15deg);
    -o-transform: translateY(-20px) rotate(-15deg);
    transform: translateY(-20px) rotate(-15deg); }
  }
.powerful-tools-content .powerful-content-wrapper {
  padding-top: 38px; }
  .powerful-tools-content .powerful-content-wrapper p {
    font-size: 22px;
    font-weight: 500;
    color: #272a30;
    line-height: 40px; }
    @media (max-width: 767px) {
      .powerful-tools-content .powerful-content-wrapper p {
        font-size: 16px;
        line-height: 28px; } }
  .powerful-tools-content .powerful-content-wrapper .content-list {
    padding-top: 35px; }
    .powerful-tools-content .powerful-content-wrapper .content-list li {
      font-size: 18px;
      font-weight: 500;
      color: #272a30;
      margin-top: 10px;
      position: relative;
      padding-left: 25px; }
      @media (max-width: 767px) {
        .powerful-tools-content .powerful-content-wrapper .content-list li {
          font-size: 16px;
          line-height: 28px; } }
      .powerful-tools-content .powerful-content-wrapper .content-list li i {
        color: #bc1c8d;
        position: absolute;
        top: 5px;
        left: 0; }
.powerful-tools-content .main-btn {
  padding: 0 50px;
  margin-top: 52px;
  height: 70px;
  line-height: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .powerful-tools-content .main-btn {
      height: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .powerful-tools-content .main-btn {
      height: 50px;
      line-height: 50px; } }
  @media (max-width: 767px) {
    .powerful-tools-content .main-btn {
      height: 45px;
      line-height: 45px;
      padding: 0 30px; } }

/*===========================
    06.Discover css 
===========================*/
.discover-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  .discover-area .discover-shape {
    position: absolute; }
    .discover-area .discover-shape.shape-1 {
      width: 368px;
      top: -80px;
      left: 0;
      opacity: 0.06;
      filter: brightness(0.2);
    }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .discover-area .discover-shape.shape-1 {
          width: 220px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .discover-area .discover-shape.shape-1 {
          width: 268px; } }
      @media (max-width: 767px) {
        .discover-area .discover-shape.shape-1 {
          width: 120px; } }
      .discover-area .discover-shape.shape-1 img {
        width: 100%; }

.discover-content-wrapper .discover-items {
  max-width: 570px; }
  .discover-content-wrapper .discover-items .single-item {
    margin-top: 45px; }
    .discover-content-wrapper .discover-items .single-item .item-icon i {
      font-size: 64px;
      line-height: 60px; }
    .discover-content-wrapper .discover-items .single-item .item-text {
      padding-top: 20px; }
      .discover-content-wrapper .discover-items .single-item .item-text .title {
        font-size: 20px; }
    .discover-content-wrapper .discover-items .single-item.item-1 .item-icon i {
      color: #bc1c8d; }
    .discover-content-wrapper .discover-items .single-item.item-2 .item-icon i {
      color: #5dd8d3; }
    .discover-content-wrapper .discover-items .single-item.item-3 .item-icon i {
      color: #ee539b; }
.discover-content-wrapper .discover-content {
  margin-top: 50px; }
  .discover-content-wrapper .discover-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .discover-content-wrapper .discover-content p {
        font-size: 16px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .discover-content-wrapper .discover-content p {
        font-size: 16px;
        line-height: 28px; } }
  .discover-content-wrapper .discover-content .main-btn {
    padding: 0 50px;
    margin-top: 52px;
    height: 70px;
    line-height: 70px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .discover-content-wrapper .discover-content .main-btn {
        height: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .discover-content-wrapper .discover-content .main-btn {
        height: 50px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .discover-content-wrapper .discover-content .main-btn {
        height: 45px;
        line-height: 45px;
        padding: 0 30px; } }

.discover-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .discover-image {
      width: 720px;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      position: relative; } }
  @media (max-width: 767px) {
    .discover-image {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      position: relative; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .discover-image {
      width: 540px; } }
  .discover-image .image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* -webkit-box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1);
    -moz-box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(5, 5, 6, 0.1); */
    overflow: hidden; }
    .discover-image .image img {
      width: 100%; }

@-webkit-keyframes ImgBounce3 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }

/*===========================
        08.Pricing css 
===========================*/
.pricing-area {
  /* padding-top: 120px; */
  padding-top: 180px;
  /* padding-bottom: 120px; */
  padding-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .pricing-area .pricing-shape {
    position: absolute; }
    .pricing-area .pricing-shape.shape-1 {
      top: -18%;
      left: 2%; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-area .pricing-shape.shape-1 {
          top: -12%; } }

.pricing-wrapper {
  padding-top: 20px; }


@keyframes tesiMove {
  0% {
    transform: rotate(0deg); }
  15% {
    transform: rotate(2deg); }
  33% {
    transform: rotate(4deg); }
  66% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0deg); } }

/*===========================
    13.Brand & Download css 
===========================*/
.brand-download-area {
  position: relative;
  z-index: 5; }
  .brand-download-area::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    /* width: 30%; */
    width: 55%;
    height: 100%;
    background-image: url(../images/shape/shape-4.png);
    background-size: cover;
    background-size: contain !important;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1; }

/*===== iN PAGE CONTACT=====*/
.contact-area {
  /* padding-top: 120px; */
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
  border-bottom: 1px solid #d7dbe7; }

.contact-area-main {
  /* padding-top: 120px; */
  padding-top: 10px !important;
  padding-bottom: 60px;
  background-color: #fff;
  border-bottom: 1px solid #d7dbe7; }

/*===== Brand Style =====*/
.brand-area {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #fff;
  border-bottom: 1px solid #d7dbe7; }

.single-brand {
  text-align: center; }
  .single-brand img {
    opacity: 0.2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-brand:hover img {
    opacity: 0.6; }

/*===== Download Style =====*/
.download-area {
  padding-top: 110px;
  overflow: hidden; }

.download-content .title {
  font-size: 50px;
  font-weight: 800;
  color: #171920; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .download-content .title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .download-content .title {
      font-size: 24px; } }
.download-content p {
  font-size: 18px;
  color: #272a30;
  /* font-style: italic; */
  padding-top: 15px;
  font-weight: 500; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .download-content p {
      font-size: 16px;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .download-content p {
      font-size: 16px;
      line-height: 28px; } }
.download-content .download-btn {
  padding-top: 25px; }
  .download-content .download-btn li {
    margin-top: 10px;
    display: inline-block;
    margin-right: 18px; }
    .download-content .download-btn li:last-child {
      margin-right: 0; }
    .download-content .download-btn li a {
      padding-left: 70px;
      padding-right: 40px;
      padding-top: 17px;
      padding-bottom: 17px;
      position: relative;
      border-radius: 5px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .download-content .download-btn li a {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 60px;
          padding-right: 30px; } }
      @media (max-width: 767px) {
        .download-content .download-btn li a {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 60px;
          padding-right: 30px; } }
      .download-content .download-btn li a i {
        font-size: 28px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .download-content .download-btn li a i {
            left: 30px;
            font-size: 24px; } }
        @media (max-width: 767px) {
          .download-content .download-btn li a i {
            left: 30px;
            font-size: 24px; } }
      .download-content .download-btn li a .text-1 {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        display: block; }
      .download-content .download-btn li a .text-2 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        display: block; }
      .download-content .download-btn li a.google-play {
        background-color: #bc1c8d; }
        .download-content .download-btn li a.google-play:hover {
          background-color: #272a30; }
      .download-content .download-btn li a.apple-store {
        background-color: #272a30; }
        .download-content .download-btn li a.apple-store:hover {
          background-color: #bc1c8d; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-image {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .download-image {
    margin-top: 50px; } }

/*===========================
        14.Footer css 
===========================*/
.footer-area {
  position: relative;
  z-index: 5;
  overflow: hidden; }
  .footer-area .footer-shape {
    position: absolute; }
    .footer-area .footer-shape.shape-1 {
      width: 588px;
      height: 588px;
      background-color: rgba(41, 41, 41, 0.5);
      border-radius: 50px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -40%;
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-area .footer-shape.shape-1 {
          width: 388px;
          height: 388px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .footer-shape.shape-1 {
          width: 420px;
          height: 420px;
          top: -140px; } }
      @media (max-width: 767px) {
        .footer-area .footer-shape.shape-1 {
          width: 188px;
          height: 188px;
          top: -2%; } }

.footer-widget {
  padding-top: 70px;
  padding-bottom: 50px; }
  .footer-widget .footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff; }

.footer-widget-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footer-widget-wrapper .footer-about {
    width: 45%; }
    @media (max-width: 767px) {
      .footer-widget-wrapper .footer-about {
        width: 100%; } }
    .footer-widget-wrapper .footer-about p {
      font-size: 16px;
      line-height: 28px;
      color: #cacaca;
      font-weight: 600;
      margin-top: 28px; }
    .footer-widget-wrapper .footer-about .social {
      margin-top: 15px; }
      .footer-widget-wrapper .footer-about .social li {
        display: inline-block; }
        .footer-widget-wrapper .footer-about .social li + li {
          margin-left: 8px; }
        .footer-widget-wrapper .footer-about .social li a {
          width: 45px;
          height: 45px;
          line-height: 45px;
          text-align: center;
          background-color: #fff;
          border-radius: 50%;
          font-size: 16px;
          color: #171920;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .footer-widget-wrapper .footer-about .social li a:hover {
            background-color: #bc1c8d;
            color: #fff; }
          .footer-widget-wrapper .footer-about .social li a.active-btn {
            background-color: #bc1c8d;
            color: #fff; }
  .footer-widget-wrapper .footer-link {
    width: 20%;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .footer-widget-wrapper .footer-link {
        width: 100%;
        padding-left: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-widget-wrapper .footer-link {
        width: 40%; } }
    .footer-widget-wrapper .footer-link .link {
      margin-top: 10px; }
      .footer-widget-wrapper .footer-link .link li a {
        font-size: 16px;
        line-height: 28px;
        color: #8e9ab6;
        font-weight: 600;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin-top: 15px; }
        .footer-widget-wrapper .footer-link .link li a:hover {
          color: #bc1c8d; }
  .footer-widget-wrapper .footer-contact {
    width: 35%;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .footer-widget-wrapper .footer-contact {
        width: 100%;
        padding-left: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-widget-wrapper .footer-contact {
        width: 60%; } }
    .footer-widget-wrapper .footer-contact .contact-info .single-contact {
      position: relative;
      margin-top: 15px; }
      .footer-widget-wrapper .footer-contact .contact-info .single-contact i {
        font-size: 16px;
        color: #bc1c8d;
        position: absolute;
        left: 0;
        top: 5px; }
      .footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text {
        padding-left: 25px; }
        .footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p {
          font-size: 16px;
          line-height: 28px;
          color: #8e9ab6;
          font-weight: 600; }
          .footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p a {
            color: #8e9ab6;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear; }
            .footer-widget-wrapper .footer-contact .contact-info .single-contact .contact-text p a:hover {
              color: #bc1c8d; }

.footer-newsletter .newsletter-form {
  position: relative;
  margin-top: 25px; }
.newsletter-form input {
  /* -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05); */
    border: solid 2px #eeeeee !important;
    margin: 15px 15px 15px 0px;
    width: 100%;
    height: 70px;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #272a30;
    /* border: 0; */
    background-color: #fff;
    border-radius: 5px; }
.newsletter-form textarea {
  /* -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05); */
    border: solid 2px #eeeeee !important;
    margin: 15px 15px 15px 0px;
    width: 100%;
    /* height: 70px; */
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #272a30;
    /* border: 0; */
    background-color: #fff;
    border-radius: 5px; }
  .footer-newsletter .newsletter-form input {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #272a30;
    border: 0;
    background-color: #fff;
    border-radius: 5px; }
  .footer-newsletter .newsletter-form button {
    background: none;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    font-size: 16px;
    color: #bc1c8d; }
.footer-newsletter p {
  font-size: 16px;
  line-height: 28px;
  color: #8e9ab6;
  font-weight: 600;
  margin-top: 20px; }

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0; }
  .footer-copyright p {
    font-size: 16px;
    line-height: 28px;
    color: #8e9ab6;
    font-weight: 600; }
    .footer-copyright p a {
      color: #8e9ab6;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .footer-copyright p a:hover {
        color: #bc1c8d; }

/*===== Back To Top =====*/
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
  background-color: #171920; }
  .back-to-top:hover {
    color: #fff;
    background-color: #bc1c8d; }

.comment-title {
  font-size: 30px;
  font-weight: 800;
  color: #171920; }
  @media (max-width: 767px) {
    .comment-title {
      font-size: 20px; } }

.navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.navbar-brand img {
  /* max-width: 155px !important; */
  max-width: 105px !important;
}
.pt-none {
  padding-top: 0px !important;
}
.img-pricing {
  transform: rotate(-45deg) !important;
  width: 70px;
  height: 70px;
}
.logo-faqs {
  width: 100%;
  max-width: 260px;
}
#home {
  background: url('../images/bg-sari-b.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.svg-logo {
  font-family: 'Signika-Bold';
  font-size: 3rem !important;
  width: 110px;
  height: 54px;
}

.svg-logo text {
  fill: #111;
  stroke: #111;
  fill-opacity: 1;
  stroke-width: 0;
  stroke-dasharray: 100% 0;
  animation: stroke-offset 2s ease-out;
}

@keyframes stroke-offset {
  0% {
      fill-opacity: 0;
      stroke-width: 0;
      stroke-dasharray: 0% 100%;
  }
  25% {
      stroke-width: 2px;
  }
  50% {
      fill-opacity: 0;
  }
  75% {
      stroke-width: 2px;
  }
  100% {
      stroke-width: 0;
  }
}
/* .social-head-btn {
  max-width: 60px;
} */
.social-head-btn img {
  width: 20px;
  height: 20px;
}
.hide {
  display: none !important;
}
.main-landing-art {
  position: absolute;
  top: 40px;
  width: 150%;
}
.main-art-landing-screen {
  position: absolute;
  bottom: -25px;
  right: 0px;
  width: 100%;
  /* max-width: 800px; */
  max-width: 700px;
}
.main-art-landing-screen.separate-of-right {
  /* right: 90px !important; */
  right: 170px !important;
}
.main-art-landing-screen svg{
  width: 100%;
}



@-webkit-keyframes drift {
  0% {
    opacity: 1;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@keyframes drift {
  0% {
    opacity: 1;
    transform: translateX(105%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}
/* Float 1 */
@-webkit-keyframes float-1 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(140%);
    transform: translateY(140%);
  }
}
@keyframes float-1 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(140%);
    transform: translateY(140%);
  }
}
/* Float 2 */
@-webkit-keyframes float-2 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
}
@keyframes float-2 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
}
/* Float 3 */
@-webkit-keyframes float-3 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
}
@keyframes float-3 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
}
/* Float 4 */
@-webkit-keyframes float-4 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(135%);
    transform: translateY(135%);
  }
}
@keyframes float-4 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(135%);
    transform: translateY(135%);
  }
}
/* Float 5 */
@-webkit-keyframes float-5 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(95%);
    transform: translateY(95%);
  }
}
@keyframes float-5 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(95%);
    transform: translateY(95%);
  }
}
/* Float 6 */
@-webkit-keyframes float-6 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(125%);
    transform: translateY(125%);
  }
}
@keyframes float-6 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(125%);
    transform: translateY(125%);
  }
}
/* Float 7 */
@-webkit-keyframes float-7 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
  }
}
@keyframes float-7 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
  }
}
/* Float 8 */
@-webkit-keyframes float-8 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
}
@keyframes float-8 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
}
/* Float 9 */
@-webkit-keyframes float-9 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(160%);
    transform: translateY(160%);
  }
}
@keyframes float-9 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(160%);
    transform: translateY(160%);
  }
}
/* Float 10 */
@-webkit-keyframes float-10 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}
@keyframes float-10 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}
.drift {
  -webkit-animation-name: drift;
  animation-name: drift;
  -webkit-animation-timing-function: cubic-bezier(0.12, 0.32, 0.92, 0.09);
  animation-timing-function: cubic-bezier(0.12, 0.32, 0.92, 0.09);
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.drift-1 {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.drift-2 {
  -webkit-animation-duration: 9.7s;
  animation-duration: 9.7s;
}

.drift-3 {
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
}

.drift-4 {
  -webkit-animation-duration: 9.3s;
  animation-duration: 9.3s;
}

.drift-5 {
  -webkit-animation-duration: 6.5s;
  animation-duration: 6.5s;
}

.drift-6 {
  -webkit-animation-duration: 8.5s;
  animation-duration: 8.5s;
}

.drift-7 {
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

.drift-8 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.drift-9 {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.drift-10 {
  -webkit-animation-duration: 12.5s;
  animation-duration: 12.5s;
}

.float {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 0.9);
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.float-1 {
  -webkit-animation-name: float-1;
  animation-name: float-1;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}

.float-2 {
  -webkit-animation-name: float-2;
  animation-name: float-2;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.float-3 {
  -webkit-animation-name: float-3;
  animation-name: float-3;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.float-4 {
  -webkit-animation-name: float-4;
  animation-name: float-4;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

.float-5 {
  -webkit-animation-name: float-5;
  animation-name: float-5;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.float-6 {
  -webkit-animation-name: float-6;
  animation-name: float-6;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}

.float-7 {
  -webkit-animation-name: float-7;
  animation-name: float-7;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.float-8 {
  -webkit-animation-name: float-8;
  animation-name: float-8;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}

.float-9 {
  -webkit-animation-name: float-9;
  animation-name: float-9;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.float-10 {
  -webkit-animation-name: float-10;
  animation-name: float-10;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

/* Animation Delays */
.delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.delay-5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

section#home {
  position: relative;
  overflow: hidden;
  /* padding: 50px 15px; */
  /* background: #000428; */
  /* background: -webkit-linear-gradient(to left, #000428, #004e92);
  background: linear-gradient(to left, #000428, #004e92); */
  height: 100vh;
}
section#home ul.floating-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #232323;
  opacity: 0.06;
}
section#home ul.floating-icons li {
  opacity: 0;
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  text-align: left;
}
section#home ul.floating-icons li i.sm {
  font-size: 14px;
}
@media (min-width: 550px) {
  section#home ul.floating-icons li i.sm {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  section#home ul.floating-icons li i.sm {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  section#home ul.floating-icons li i.sm {
    font-size: 20px;
  }
}
section#home ul.floating-icons li i.md {
  font-size: 20px;
}
@media (min-width: 550px) {
  section#home ul.floating-icons li i.md {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  section#home ul.floating-icons li i.md {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  section#home ul.floating-icons li i.md {
    font-size: 29px;
  }
}
section#home ul.floating-icons li i.lg {
  font-size: 30px;
}
@media (min-width: 550px) {
  section#home ul.floating-icons li i.lg {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  section#home ul.floating-icons li i.lg {
    font-size: 53px;
  }
}
@media (min-width: 992px) {
  section#home ul.floating-icons li i.lg {
    font-size: 66px;
  }
}
section#home ul.floating-icons li:nth-of-type(1) {
  top: 27%;
}
section#home ul.floating-icons li:nth-of-type(2) {
  top: 92%;
}
section#home ul.floating-icons li:nth-of-type(3) {
  top: 22%;
}
section#home ul.floating-icons li:nth-of-type(4) {
  top: -20%;
}
section#home ul.floating-icons li:nth-of-type(5) {
  top: 55%;
}
section#home ul.floating-icons li:nth-of-type(6) {
  top: 9%;
}
section#home ul.floating-icons li:nth-of-type(7) {
  top: 78%;
}
section#home ul.floating-icons li:nth-of-type(8) {
  top: 40%;
}
section#home ul.floating-icons li:nth-of-type(9) {
  top: 33%;
}
section#home ul.floating-icons li:nth-of-type(10) {
  top: 70%;
}
section#home ul.floating-icons li:nth-of-type(11) {
  top: 18%;
}
section#home ul.floating-icons li:nth-of-type(12) {
  top: 48%;
}
section#home ul.floating-icons li:nth-of-type(13) {
  top: -2%;
}
section#home ul.floating-icons li:nth-of-type(14) {
  top: 90%;
}
section#home ul.floating-icons li:nth-of-type(15) {
  top: 40%;
}


.flex.floating-icons-bottom {
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 250px;
  margin: 0px auto;
  /* border: solid 1px red; */
  overflow: hidden !important;
  position: absolute;
  bottom: 0px;
}

.floating-icons-bottom i {
  margin: 20px;
  /* display: flex;
  flex-flow: column wrap; */
  justify-content: space-between;
  color: #232323 !important;
}


.floating-icons-bottom i {
  transform: scale(6);
  opacity: 0;
  transform-origin: 0% 0%;
  animation-name: float_anim;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.floating-icons-bottom .float1 {
  left: 10%;
  animation-duration: 6s;
  duration: 2.5s;
  animation-delay: 0.4s;
}

.floating-icons-bottom .float2 {
  left: 30%;
  top: 10px;
  animation-duration: 10s;
  animation-delay: 0.5s;
}

.floating-icons-bottom .float3 {
  left: 50%;
  transform: translate(50px, 500px);
  animation-duration: 7.5s;
  animation-delay: 0.6s;
  top: 30px;
}

.floating-icons-bottom .float4 {
  left: 70%;
  top: 50px;
  animation-duration: 6s;
  animation-delay: 0.7s;
  duration: 2.5s;
}

.floating-icons-bottom .float5 {
  left: 95%;
  top: 80px;
  animation-duration: 10s;
  animation-delay: 0.8s;
}

.floating-icons-bottom .float6 {
  left: 60%;
  top: 70px;
  animation-duration: 8s;
  animation-delay: 0.9s;
}

@keyframes float_anim {
  0% {
    transform: translateY(300px) scale(2);
    opacity: 0;
  }
  50% {
    transform: translateY(200px) scale(1.5);
    opacity: 1;
  }
  100% {
    transform: translateY(40px) scale(1.2);
    opacity: 0;
  }
}

.sari-block-landing {
  height: 100vh;
}
.sari-block-landing ul {
  list-style-type: none;
}

.sari-block-landing .navbar {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  overflow: hidden;
  opacity: 1;
}
.sari-block-landing .navbar > div {
  padding: 0 30px;
  font-size: 20px;
}
.sari-block-landing .navbar .menu {
  margin-right: auto;
}
.sari-block-landing .navbar .lang {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.block-socialm .media ul{
  z-index: 98 !important;
}
.block-socialm .media ul {
  position: absolute;
  bottom: 20%;
  right: -90px;
  transform: rotate(90deg) translateY(-20%);
}
.last-slide-decorative .media ul {
  position: absolute;
  right: unset !important;
  bottom: 45% !important;
  left: -100px !important;
  transform: rotate(90deg) translateY(-40%);
}
.block-socialm .media ul li {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 8px;
  text-transform: uppercase;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 31px -15px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 31px -15px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 31px -15px rgba(0,0,0,0.45);
}
.block-socialm .media ul li a{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
  color: #232323 !important;
}
.block-socialm .media ul li a i{
  font-size: 20px;
  color: #232323 !important;
}

.block-socialm .text {
  position: absolute;
  top: 200px;
  left: 15%;
  z-index: 9 !important;
  /* transform: rotate(-90deg); */
}
.sari-block-landing .main-art-landing-screen {
  z-index: 8 !important;
}
.sari-block-landing .text h1 {
  /* font-size: 180px; */
  font-size: 170px;
  color: #BC1C8D;
  /* text-transform: uppercase; */
  font-weight: 900;
  /* letter-spacing: -10px; */
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 600px;
  font-family: 'Signika-Bold';
}
.sari-block-landing .text h1 .hide--text {
  position: absolute;
}
.sari-block-landing .text h2 {
  /* position: absolute;
  top: 140px;
  left: 0px; */
  color: #BC1C8D;
  z-index: -1;
  font-size: 140px;
  opacity: 1;
  margin-top: -80px;
}
.sari-block-landing .text h3 {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
  height: 60px;
}
.sari-block-landing .text h3 .hide--text {
  position: absolute;
}
.sari-block-landing .text p {
  width: 400px;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  height: 100px;
}

.sari-block-landing .sponsor {
  position: absolute;
  right: 100px;
  bottom: 100px;
  text-align: center;
}
.sari-block-landing .sponsor img {
  width: 200px;
  opacity: 1;
  transform: rotate(-90deg);
}
.sari-block-landing .sponsor p {
  margin-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  transform: rotate(180deg);
}
.sari-block-landing .distortion {
  display: flex;
  width: 580px;
  height: 720px;
  position: absolute;
  right: 300px;
  bottom: 0;
}
.sari-block-landing .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  overflow: hidden;
}
.sari-block-landing .overlay.first {
  background: #BC1C8D;
}
.sari-block-landing .overlay.second {
  background: #BC1C8D;
  left: 33.33%;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 33.33% !important;
  justify-content: center;
  /* border: solid 6px #000000 !important; */
}
.sari-block-landing .overlay.third {
  background: #BC1C8D;
  left: 66.66%;
}

.sari-block-landing .area{
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.sari-block-landing .circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* z-index: -1; */
}

.sari-block-landing .circles li{
  position: absolute;
  display: flex;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(121, 121, 121, 0.2);
  animation: animatecircles 25s linear infinite;
  bottom: -150px;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.sari-block-landing .circles li i{
  font-size: 100%;

}

.sari-block-landing .circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.sari-block-landing .circles li:nth-child(2){
  left: 10%;
  width: 120px;
  height: 120px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.sari-block-landing .circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.sari-block-landing .circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.sari-block-landing .circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.sari-block-landing .circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.sari-block-landing .circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.sari-block-landing .circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.sari-block-landing .circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.sari-block-landing .circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animatecircles {
  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }
  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }
}

.dark-separator {
  background: #3F3D56;
  padding: 120px 20px;
  text-align: center;
  color: #ffffff;
}
.dark-separator h2{
  color: #ffffff !important;
  margin-bottom: 20px;
}
.dark-separator p{
  color: #eeeeee;
}

.entrance-separator {
  /* background: #bc1c8d; */
  background: url('../images/bg-sari-business.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 190px 20px 180px;
  text-align: center;
  color: #ffffff;
}
.entrance-separator h2{
  color: #ffffff !important;
  margin-bottom: 20px;
}
.entrance-separator p{
  color: #eeeeee;
}
.main-short-title {
  font-family: 'Signika-Bold';
  font-size: 5rem !important;
}
.slide-in-title {
  font-family: 'Signika-Bold';
  font-size: 3rem !important;
}
.main-short-title small{
  font-family: 'Signika-Bold';
  font-size: 3rem !important;
  font-weight: normal !important;
}
.img-rotate-sari {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(209, 209, 209);
          box-shadow: 0 0 0 0 rgb(209, 209, 209);
  -webkit-animation: pulse-me 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  animation: pulse-me 1.25s infinite cubic-bezier(.66, 0, 0, 1);
}
.img-rotate-sari.small-coin {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(209, 209, 209);
          box-shadow: 0 0 0 0 rgb(209, 209, 209);
  -webkit-animation: pulse-me 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  animation: pulse-me 1.25s infinite cubic-bezier(.66, 0, 0, 1);
}
.smartphone-in .img-rotate-sari.small-coin {
  width: 390px;
  height: 390px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(209, 209, 209);
          box-shadow: 0 0 0 0 rgb(209, 209, 209);
  -webkit-animation: pulse-me 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  animation: pulse-me 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  margin-left: -100px;
  position: absolute;
  bottom: 0px;
  padding: 80px;
  z-index: 8 !important;
}
.shape-1.has-coin {
  display: flex;
  align-content: center;
  background: #bc1c8d !important;
  transform: rotate(0deg) translateX(-24%)!important;
  border-radius: 9px !important;
  left: 25.2% !important;
  /* left: 300px !important; */
  top: 25% !important;
  width: 200px !important;
}
.shape-1.has-block-colorfull {
  display: flex;
  align-content: center;
  background: #bc1c8d !important;
  border-radius: 50% !important;
  width: 480px !important;
  height: 480px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@-webkit-keyframes pulse-me {to {-webkit-box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}
@keyframes pulse-me {to {-webkit-box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);}}

@-webkit-keyframes pulse-me2 {to {-webkit-box-shadow: 0 0 0 135px rgba(232, 76, 61, 0);box-shadow: 0 0 0 135px rgba(232, 76, 61, 0);}}
@keyframes pulse-me2 {to {-webkit-box-shadow: 0 0 0 135px rgba(232, 76, 61, 0);box-shadow: 0 0 0 135px rgba(232, 76, 61, 0);}}

.iphoneBack {
  background: url(../images/smartphone.png) no-repeat center top;
  height: 812px;
  position: relative;
}
.iphoneBack .screen {
  /* padding: 0 0px 0px; */
  padding: 2px 4px 3px 4px;
  height: 569px;
  /* background: #242a2f; */
  overflow: hidden;
  width: 319px;
  margin: 0 auto 0;
  position: relative;
  top: 82px;
  left: -1px;
}

.iphoneBack .swiper-container {
  width: 320px;
  height: 100%;
  overflow: hidden;
}
.iphoneBack .swiper-container h2 {
  text-align: center;
  color: white;
  font-size: 2em;
  z-index: 2;
  position: relative;
  font-weight: 300;
  display: block;
  margin: 60px auto 20px;
  width: 80%;
}
.iphoneBack .swiper-container a {
  position: relative;
  display: block;
  z-index: 2;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  width: 175px;
  background: #bc1c8d;
  padding: 15px 0;
  text-align: center;
  margin: 15px auto;
}

.iphoneBack .swiper-container:after {
  content: "";
  width: 100%;
  display: table;
  float: none;
  clear: both;
}

.iphoneBack .slide1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.14);
  top: 0;
  left: 0;
  z-index: 1;
}

.iphoneBack .swiper-pagination-bullet {
  border: 2px solid white !important;
  opacity: 1;
}

.iphoneBack .swiper-pagination-bullet-active {
  border-color: transparent !important;
  background: #bc1c8d !important;
}

.clean-border-bottom {
  border-bottom: none !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

/*Admin*/

#sari-admin {
  padding-top: 0px !important;
}
#sari-admin .swiper-container {
  padding-top: 120px;
  padding-bottom: 140px;
/* height: 550px; */
}

.bt-50 {
  bottom: 50px !important;
}

#sari-admin .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sari-admin .item {
  width: 80%;
  height: 50%;
  background: white;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sari-admin .item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

#sari-admin .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #bc1c8d !important;
  transition: all 0.3s !important;
}

#sari-admin .bg {
  animation: slide-admin 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #e4e4e4 50%, #FFFFFF 50%);
  bottom: 0;
  left: -50%;
  opacity: .5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}

#sari-admin .bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

#sari-admin .bg3 {
  animation-duration: 5s;
}

@keyframes slide-admin {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}

#sari-admin {
  overflow: hidden;
}

#sari-admin .swiper-steps .swiper-slide {
  text-align: left !important;
  font-size: 18px;
  background: #fff;
  /* width: 750px !important; */
  width: 800px;
  height: 550px;
  border-radius: 10px;
  display: block !important;
  padding: 45px;
  -webkit-box-shadow: 0px 0px 31px -15px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 31px -15px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 31px -15px rgba(0,0,0,0.4);
  overflow: hidden;
  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
}
#sari-admin .steps-swiper-features {
  margin-top: 70px !important;
  padding-left: 70px !important;
}
#sari-admin .btn-steps-feature {
  font-size: 1.4rem !important;
  text-decoration: none !important;
  color: #232323;
  position: absolute;
  bottom: 50px;
}
#sari-admin .number-step {
  font-size: 2rem !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  /* background: #bc1c8d; */
  background: #232323;
  color: #ffffff;
  margin-right: 6px;
  padding: 14px 0px 0px 7px;
}
#sari-admin .context-item-slide {
  margin-top: 25px;
  max-width: 65%;
  white-space: normal;
}
#sari-admin .img-icon-steps {
  width: 250px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 992px ) {
  #sari-admin .img-icon-steps {
    position: static;
    margin-top: 15px;
  }
}
#sari-admin .circle-decal-1 {
  width: 450px;
  height: 450px;
  position: absolute;
  bottom: -220px;
  right: -150px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.029);
}
#sari-admin .circle-decal-2 {
  width: 650px;
  height: 650px;
  position: absolute;
  bottom: -320px;
  right: -250px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.017);
}
#sari-admin .last-slide-decorative {
  background: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  width: 350px !important;
  max-width: 350px !important;
}

.circle-wave {
  width: 500px;
  height: 500px;
  position: relative;
  z-index: 98;
  /* bottom: -150px; */
}
.circle-wave .message {
  z-index: 999 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-wave .cercleRotateContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.circle-wave .cercleRotateContainer .cercle {
  margin: auto;
  width: 94%;
  height: 94%;
  border: 1px solid #ffd8f3;
  background-color: #ffd8f3;
  border-radius: 50%;
}

.cercleRotateContainer:nth-child(2) {
  animation: rotation1 2s linear infinite;
}

.cercleRotateContainer:nth-child(3) {
  animation: rotation2 3s linear infinite;
}

.cercleRotateContainer:nth-child(4) {
  animation: rotation3 4s linear infinite;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(480deg);
  }
}
@keyframes rotation3 {
  0% {
    transform: rotate(240deg);
  }
  100% {
    transform: rotate(600deg);
  }
}
.no-pb {
  padding-bottom: 0px !important;
}
.shape-custom {
  width: 50%;
  /* height: 488px; */
  border-radius: 50%;
  bottom: -62px;
  left: 10%; 
}
#sari-admin-3 {
  padding-bottom: 0px !important;
}
#sari-business {
  padding-bottom: 0px !important;
}
#sari-business-2 {
  padding-bottom: 0px !important;
}

#sari-admin-3 .features-fliptap {
  color:#232323;
  font-size: 36px;
  font-weight: bold;
  padding-top: 80px;
  width: 100%;
  /* display:block; */
  display:flex;
  font-family: 'Signika-Bold'; 
}

#sari-admin-3 #flip {
  margin-top: 50px;
  height:90px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #232323;
  border-radius: 0px 10px 0px 25px;
}
/* #sari-admin-3 #flip > div > div {
  color:#ffffff;
  padding: 15px 20px;
  height: 100px !important;
  text-align: center;
  margin-bottom: 10px !important;
  display: inline-block;
  width: 100%;
} */

#sari-admin-3 #flip .items {
  animation: showtag 24s linear infinite alternate;
  animation-delay: 2s;
}
/* #sari-admin-3 #flip div:first-child {
  animation: show 24s linear infinite;
  animation-delay: 2s;
} */

#sari-admin-3 #flip div div {
  background:#232323;
  /* padding-top: 12px; */
  /* border: solid 1px red; */
  color:#ffffff;
  padding: 15px 20px;
  width: 100%;
  height: 90px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sari-admin-3 #flip div:first-child div {
  background:#232323;
}
#sari-admin-3 #flip div:last-child div {
  background:#232323;
}
#sari-admin-3 #flip div:nth-child(2) div {
  background:#232323;
}
#sari-admin-3 #flip div:nth-child(3) div {
  background:#232323;
}

/* @keyframes showtag {
  0% {margin-top: -270px;}
  16% {margin-top: -180px;}
  32% {margin-top: -180px;}
  48% {margin-top: -90px;}
  64% {margin-top: -90px;}
  80% {margin-top: 0px;}
  100% {margin-top: 0px;}
} */
@keyframes showtag {
  0% {margin-top: -270px; opacity: 1;}
  14% {margin-top: -180px; opacity: 1;}
  28% {margin-top: -180px; opacity: 1;}
  42% {margin-top: -90px; opacity: 1;}
  56% {margin-top: -90px; opacity: 1;}
  70% {margin-top: 0px; opacity: 1;}
  84% {margin-top: 0px; opacity: 1;}
  100% {margin-top: 90px; opacity: 1;}
}

.usekey {
  width: 600px;
  /* display: block; */
  position: relative;
  animation: ease-in-out infinite alternate;
  animation-name: turnthekey;
  animation-duration: 3s;
  margin-top: -50px;
  z-index: -1;
}

@keyframes usethekey {
  0% {
    left: 0;
    transform: translateX(0);
    animation-delay: 2s;
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes usethekey {
  0% {
    left: 0;
    transform: translateX(0);
    animation-delay: 2s;
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
  }
}

@keyframes turnthekey {
  0% {
    transform: translateX(60%) rotateX(0deg);
  }
  75% {
    transform: translateX(-10%) rotateX(0deg);
  }
  100% {
    transform: translateX(-10%) rotateX(50deg);
  }
}
@-webkit-keyframes turnthekey {
  0% {
    transform: translateX(60%) rotateX(0deg);
  }
  75% {
    transform: translateX(-10%) rotateX(0deg);
  }
  100% {
    transform: translateX(-10%) rotateX(50deg);
  }
}
.contact-short {
  margin-top: 28px;
}
.contact-short li .single-contact {
  display: flex !important;
  align-items: center;
}
.contact-short li .single-contact a {
  color: #eeeeee;
  /* font-weight: bold; */
}
.contact-short li .single-contact i {
  margin-right: 6px;
  color: #bc1c8d !important;
}
.sari-link {
  text-decoration: none !important;
  color: #bc1c8d !important;
}
.full-w {
  width: 100% !important;
}
.footer-about img {
  max-width: 150px;
}
.data-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.data-info.x2 {
  margin-top: 30px;
}
.data-info img {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
.data-info a {
  color: #232323;
  font-weight: bold;
  text-decoration: none !important;
}
.modal-header {
  border-bottom: none !important;
}
.modal-footer {
  border-top: none !important;
}
.backdrop-ui {
  width: 100%;
  left: 0px;
  top: 0px;
  position: fixed !important;
  height: 100%;
  display: none;
  z-index: 9999 !important;
  background: rgba(0,0,0,0.2);
}
.custom-form-modal {
  width: 100%;
  max-width: 500px;
  right: -600px;
  top: 0px;
  position: fixed !important;
  height: 100%;
  display: block;
  z-index: 99999 !important;
  background: #ffffff;
  -webkit-box-shadow: 5px 0px 53px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 0px 53px -15px rgba(0,0,0,0.75);
  box-shadow: 5px 0px 53px -15px rgba(0,0,0,0.75);
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 30px 30px;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}
.bring-right-in {
  right: 0px !important;
}
.aviso-privacidad-modal {
  width: 100%;
  padding: 45px 50px;
  right: unset !important;
  top: unset !important;
  bottom: -101%;
  -webkit-transition: bottom .5s ease;
  transition: bottom .5s ease;
}
.terms-modal {
  width: 100%;
  padding: 45px 50px;
  right: unset !important;
  top: unset !important;
  bottom: -101%;
  -webkit-transition: bottom .5s ease;
  transition: bottom .5s ease;
}
.aviso-privacidad-modal.bring-right-in {
  bottom: 0px;
}
.terms-modal.bring-right-in {
  bottom: 0px;
}
.form-control {
  padding: 12px 20px !important;
  border-radius: 5px !important;
  height: 55px !important;
}
.form-control:focus {
  color: #495057;
  border-color: #bc1c8d !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 221, 0.13) !important;
}
.footer-print {
  width: 100%;
  opacity: 0.2;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}
.close-register-modal {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 2rem !important;
  /* border: solid 1px red; */
  text-align: center;
  display: block;
  text-decoration: none !important;
  color: #000000 !important;
  width: 40px;
  z-index: 99;
}
.no-scrolling {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
#pricing .background {
  padding: 40px 25px 25px !important;
  position: relative;
  width: 100%;
}

#pricing .background::after {
  content: '';
  background: #bc1c8d;
  /* height: 350px; */
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.text-white {
  color: #ffffff !important;
}

@media (min-width: 900px) {
  #pricing .background {
    padding: 0 0 25px;
  }
}

#pricing .container {
  margin: 0 auto;
  padding: 50px 0 0;
  /* max-width: 960px; */
  width: 100%;
}

#pricing .panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  /* position: relative;
  width: 100%;
  z-index: 10; */
}

#pricing .pricing-table {
  margin-top: 90px !important;
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  /* display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; */
}
/* 
@media (min-width: 900px) {
  #pricing .pricing-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
} */

#pricing .table-scroll {
	position:relative;
	max-width: 100%;
	margin:auto;
	overflow:hidden;
	border: none;
}
#pricing .table-wrap {
	width:100%;
	overflow:auto;
}
#pricing .table-scroll table {
	width:100%;
	margin:auto;
	border-collapse: separate;
	border-spacing:0;
}
#pricing .table-scroll table thead th {
  text-align: center;
  vertical-align: middle;
}
#pricing .table-scroll th, #pricing .table-scroll td {
	padding: 4px 12px;
	border:1px solid #eeeeee;
	background:#fff;
	white-space:nowrap;
  vertical-align:middle;
  text-align: center;
}
#pricing .table-scroll th.fixed-side, #pricing .table-scroll td.fixed-side {
  text-align: left !important;
}
#pricing .table-scroll th img, #pricing .table-scroll td img {
	width: 30px;
	height: 30px;
}
#pricing .table-scroll thead, #pricing .table-scroll tfoot {
	background:#f9f9f9;
}
/* #pricing .table-scroll tfoot th, #pricing .table-scroll tfoot td{
	font-weight: bold;
} */
#pricing .clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
#pricing .clone th, #pricing .clone td {
	visibility:hidden
}
#pricing .clone td, #pricing .clone th {
	border-color:transparent
}
#pricing .clone tbody th {
	visibility:visible;
}
#pricing .clone .fixed-side {
	border:1px solid #eeeeee;
	background:#ffffff;
	visibility:visible;
}
#pricing .clone thead, #pricing .clone tfoot{background:transparent;}

#pricing .table-scroll table thead th.fixed-side{
  border: none !important;
  background: #ffffff !important;
}

#pricing .table-scroll table tbody th.fixed-side a{
  text-decoration: none !important;
  color: #bc1c8d;
}
.v-middle {
  vertical-align: middle !important;
}
.promo-ajust-cell {
  white-space: normal !important;
  max-width: auto;
}
.sari-bussines-nav .navbar-nav li a{
  color: #ffffff;
}
/* .sari-bussines-nav .svg-logo{
  width: 250px !important;
} */
.sari-bussines-nav .svg-logo text{
  fill: #ffffff;
  stroke: #ffffff;
}
.sari-bussines-nav.sticky .svg-logo text{
  fill: #111111;
  stroke: #111111;
}
.sari-bussines-nav{
  background: rgba(0, 0, 0, 0.5);
}
.sari-bussines-nav.sticky .navbar-brand img{
  filter: brightness(0%) !important;
}
.small-brand {
  color: #ffffff;
  font-size: 1.1rem !important;
  font-weight: bold;
}
.sari-bussines-nav.sticky .small-brand{
  color: #111111 !important;
}

.container-circle {
  height: 100%;
}

.container-circle .img-center-or-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
  text-align: center;
  z-index: 9;
  color: #f1f1f1;
  font-size: 40px;
  letter-spacing: 6px;
  font-weight: 500;
}

.container-circle .circle {
  background: #2c3e50;
  width: 300px;
  height: 300px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-animation: rotate_circles 25s linear infinite, pulse-me2 3s infinite;
          animation: rotate_circles 25s linear infinite pulse-me2 3s infinite;
          -webkit-box-shadow: 0 0 0 0 rgb(209, 209, 209);
          box-shadow: 0 0 0 0 rgb(209, 209, 209);
}
.container-circle .circle span {
  width: 50px;
  height: 50px;
  background: #bc1c8d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  font-size: 2rem !important;
  color: #ffffff !important;
}
/*cartera*/
.container-circle .circle span:nth-of-type(1) {
  bottom: -20px;
  left: 200px;
  -webkit-animation: scale 2s linear infinite;
          animation: scale 2s linear infinite;
          font-size: 1.3rem !important;
}
/*billete*/
.container-circle .circle span:nth-of-type(2) {
  background: #bc1c8d;
  -webkit-animation: scale 1.55s linear infinite;
          animation: scale 1.55s linear infinite;
  width: 30px;
  height: 30px;
  top: 60px;
  left: 0px;
  font-size: 0.8rem !important;
}
/*edificio*/
.container-circle .circle span:nth-of-type(3) {
  background: #bc1c8d;
  bottom: 30px;
  left: -20px;
  width: 70px;
  height: 70px;
  -webkit-animation: scale 1.25s linear infinite;
          animation: scale 1.25s linear infinite;
          font-size: 2rem !important;
}
/*mano*/
.container-circle .circle span:nth-of-type(4) {
  background: #bc1c8d;
  bottom: 125px;
  left: 290px;
  -webkit-animation: scale 2.35s linear infinite;
          animation: scale 2.35s linear infinite;
          font-size: 1.4rem !important;
}
/*cartera*/
.container-circle .circle span:nth-of-type(5) {
  bottom: 280px;
  right: 100px;
  -webkit-animation: scale 2s linear infinite;
          animation: scale 2s linear infinite;
          font-size: 1.3rem !important;
}

@-webkit-keyframes rotate_circles {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate_circles {
  0% {
    /* -webkit-box-shadow: 0 0 0 135px rgba(232, 75, 61, 0);
    box-shadow: 0 0 0 135px rgba(232, 76, 61, 0); */
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.085);
            transform: translate(-50%, -50%) scale(1.085);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.085);
            transform: translate(-50%, -50%) scale(1.085);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.main-screen-cta-animation {
  visibility: visible;
  animation-duration: 1.3s;
  animation-delay: 1.2s;
  animation-name: fadeInUp;
}
.u-text-animation--typing {
  color: #bc1c8d !important;
  font-size: 1.6rem;
}
.typed-cursor {
  color: orange;
  background: orange;
  margin-left: 5px;
  width: 5px;
  height: 34px !important;
  margin-top: 2px;
}
.img-sari-pay-logo {
  width: 100%;
  max-width: 380px;
}
.slide-number-tile::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #00bcda;
  display: block;
}
.img-msj-success {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: auto;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.form-msj {
  display: none;
}
.sari-business-logo-stacked {
  width: 100%;
  max-width: 300px;
  margin-bottom: 40px;
}
.price-table {
  width: 100%;
  background: #ffffff;
  /* margin-top: -30px !important; */
  margin-top: -180px !important;
  /* -webkit-box-shadow: 0px 0px 34px -16px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 34px -16px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 34px -16px rgba(0,0,0,0.35); */
}
.price-table > ul {
  display: table;
  width: 100%;
  margin: 80px 0;
  border: #f0f0f0 1px solid;
  /* -moz-box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5); */
}
.price-table > ul.one-column > li {
  width: 100%;
  width: calc(100% / 1);
}
.price-table > ul.two-column > li {
  width: 50%;
  width: calc(100% / 2);
}
.price-table > ul.three-column > li {
  width: 33.3333333333%;
  width: calc(100% / 3);
}
.price-table > ul.four-column > li {
  width: 25%;
  width: calc(100% / 4);
}
.price-table > ul.five-column > li {
  width: 20%;
  width: calc(100% / 5);
}
.price-table > ul.six-column > li {
  width: 16.6666666667%;
  width: calc(100% / 6);
}
.price-table > ul > .package {
  float: left;
  text-align: center;
  position: relative;
  padding: 40px 0px;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
  background-color: transparent;
  z-index: 1;
}
.price-table > ul > .package .ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.price-table > ul > .package .ribbon-wrapper-green .ribbon-green {
  font: bold 13px "Lato", sans-serif;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #feae23;
  background-image: -webkit-linear-gradient(#feae23, #ffc525);
  background-image: linear-gradient(#feae23, #ffc525);
  color: #35373e;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.price-table > ul > .package .ribbon-wrapper-green .ribbon-green:before, .price-table > ul > .package .ribbon-wrapper-green .ribbon-green:after {
  content: "";
  border-top: 3px solid #9e7811;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.price-table > ul > .package .ribbon-wrapper-green .ribbon-green:before {
  left: 0;
}
.price-table > ul > .package .ribbon-wrapper-green .ribbon-green:after {
  right: 0;
}
.price-table > ul > .package:first-child, .price-table > ul > .package:last-child {
  border: none;
}
.price-table > ul > .package.selected {
  -moz-box-shadow: -20px 0px 22px -25px rgba(207, 207, 207, 0.9);
  -webkit-box-shadow: -20px 0px 22px -25px rgba(207, 207, 207, 0.9);
  box-shadow: -20px 0px 22px -25px rgba(207, 207, 207, 0.9);
  background-color: #FFF;
  z-index: 2 !important;
  margin-top: -30px;
  border-top: solid 1px #eeeeee;
}
.price-table > ul > .package > ul {
  border: none;
}
.price-table > ul > .package > ul > li {
  position: relative;
  float: none;
  width: 100%;
  padding: 15px 25px;
  border-bottom: #f0f0f0 1px solid;
  text-align: left;
}
.price-table > ul > .package > ul > li:last-child {
  border-bottom: none;
  padding-top: 40px;
}
.price-table > ul > .package > ul > li .dev-button {
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
}
.price-table > ul > .package > ul > li:first-child {
  /* margin-bottom: 15px; */
  padding: 30px;
}
.price-table > ul > .package > ul > li:nth-child(2) {
  background: #feae23;
}
.price-table > ul > .package > ul > li:first-child:after {
  content: "";
  position: absolute;
  z-index: 9;
  bottom: -9px;
  background-color: #FFF;
  left: 50%;
  margin-left: -10px;
  right: 0;
  width: 15px;
  height: 15px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #e5eaef;
  border-bottom: 1px solid #e5eaef;
}
.price-table > ul > .package h2.package-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #35373e;
  margin: 0;
  margin-bottom: 15px;
}
.price-table > ul > .package h2.package-title:after {
  content: "";
  display: table;
  width: 30px;
  height: 2px;
  background-color: #35373e;
  margin: 10px auto 0;
}
.price-table > ul > .package p {
  margin: 0;
}
.price-table > ul > .package p.package-details {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  color: #777777;
}
.price-table > ul > .package p.package-details span {
  color: #1abc9c;
}
.price-table > ul > .package p.list {
  position: relative;
  padding: 0 20px;
}
.price-table > ul > .package p.list i {
  margin-right: 10px;
}

.dev-button {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  padding: 1.25em 2.1875em;
}
.dev-button:focus {
  outline: none;
}
.dev-button.dev-dark {
  background-color: #35373e;
  color: #FFF;
}
.dev-button.dev-dark:hover {
  background-color: #bc1c8d;
  color: #FFF;
}
.btn-show-feature-info {
  color: #232323;
  /* text-decoration: none; */
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.2);
   text-decoration-color: rgba(0, 0, 0, 0.2);
}
.btn-show-feature-info:hover {
  color: #bc1c8d !important;
}
.color-brand {
  color: #bc1c8d !important;
}
.overflow-hide {
  overflow: hidden;
}
.img-feature-inslider {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
  margin-top: 60px !important;
  margin-bottom: 30px !important;
}
.pagination-features-slidein {
  margin-top: 40px !important;
  position: relative;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #bc1c8d !important;
}
.title-exeded {
  font-size: 36px !important;
}
/* .steps-swiper-features {
  border: solid 10px red !important;
  overflow: auto;
} */
.stick-nes {
  position: fixed;
  z-index: 1;
  top: 90px;
  white-space: nowrap;
}
.title-prices {
  text-align: center;
}
.title-prices small{
  font-size: 22px !important;
}
.title-prices span{
  font-size: 12px !important;
}
.img-terms-logo {
  max-width: 180px;
}
.sari-bussines-nav .toggler-icon {
  background: #eeeeee !important;
}
.sari-bussines-nav.sticky .toggler-icon {
  background: #232323 !important;
}
@media (max-width: 991px) {
  .sari-bussines-nav ul.navbar-nav li a {
    color: #232323 !important;
  }
  .section-fix-h-scroll {
    height: auto !important;
  }
  .nested-placeholder-sections {
    height: auto !important;
  }
  .nested-placeholder-sections .swiper-wrapper{
    flex-direction: column !important;
  }
  .nested-placeholder-sections .swiper-wrapper .swiper-slide{
    margin-right: 0px !important;
    margin-bottom: 40px !important;
    width: calc(100% - 40px) !important;
  }
  .nested-placeholder-sections .last{
    padding-left: 40px !important;
  }
  #sari-admin-2 {
      margin-top: unset !important;
  }
}
@media (max-width: 690px) {
  .nested-placeholder-sections .swiper-wrapper .swiper-slide{
    height: auto !important;
  }
  #sari-admin .btn-steps-feature {
    position: unset !important;
    bottom: unset !important;
    margin-top: 40px !important;
    margin-bottom: 200px !important;
  }
  #sari-admin .context-item-slide {
    max-width: 100% !important;
  }
  .pagination-features-slidein {
    margin-top: 10px !important;
    position: relative;
}
}
@media (max-width: 480px) {
  .nested-placeholder-sections .swiper-wrapper .swiper-slide{
    width: calc(100% - 20px) !important;
  }
  .nested-placeholder-sections .first{
    padding-left: 20px !important;
  }
  .nested-placeholder-sections .last{
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .login-label-text {
    display: none !important;
  }
}
@media (min-width: 1350px) and (max-width: 1450px) {
  .main-art-landing-screen {
    max-width: 580px;
  }
  /* .shape-custom {

  } */
  /* .powerful-image .price {
    margin-left: 20px !important;
  } */
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-art-landing-screen {
    max-width: 550px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-art-landing-screen {
    max-width: 500px;
  }
  .powerful-image .price {
    margin-left: 20px !important;
  }
}
@media (min-width: 1150px) and (max-width: 1199px) {
  .main-art-landing-screen {
    max-width: 470px;
  }
  .powerful-image .price {
    margin-left: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1149px) {
  .main-art-landing-screen.separate-of-right  {
    max-width: 450px;
    right: 50px !important;
  }
  .powerful-image .price {
    margin-left: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-art-landing-screen.separate-of-right  {
    max-width: 450px;
    opacity: 0.9 !important;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .block-socialm .text {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
    margin-top: 120px !important;
  }
  .block-socialm .text h1 {
    display: flex !important;
    justify-content: center !important;
  }
  .block-socialm .text .home-screen-subtext {
    overflow: unset !important;
    z-index: 9;
  }
  .banner-content-wrapper {
    z-index: 9;
  }
  .sari-block-landing .text h3 {
    height: 80px !important;
    text-align: center;
    z-index: 9;
  }
  .sari-block-landing .text h3 .hide--text {
    position: unset !important;
  }
  .type-text-an {
    z-index: 9;
  }
  .powerful-image .price {
    margin-left: 20px !important;
    position: unset !important;
  }
  .powerful-image .price h1 {
      font-size: 4rem !important;
  }
  .shape-custom {
      width: 60%;
      left: unset;
      right: 10%;
  }
  .pricing-area h2.title {
    color: #232323 !important;
  }
  .usekey {
    margin-top: -5px !important;
  }
  .title-scroll-slider {
    font-size: 3.7rem !important;
    padding: 0px 30px;
  }
}


@media (min-width: 580px) and (max-width: 766px) {
  .main-art-landing-screen.separate-of-right  {
    max-width: 450px;
    opacity: 0.9 !important;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .block-socialm .text {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
    margin-top: 120px !important;
  }
  .block-socialm .text h1 {
    display: flex !important;
    justify-content: center !important;
  }
  .block-socialm .text .home-screen-subtext {
    overflow: unset !important;
  }
  .banner-content-wrapper {
    z-index: 9;
  }
  .sari-block-landing .text h3 {
    height: 80px !important;
    text-align: center;
    z-index: 9;
  }
  .sari-block-landing .text h3 .hide--text {
    position: unset !important;
  }
  .type-text-an {
    z-index: 9;
  }
  .block-socialm .media ul {
      position: absolute;
      bottom: 20px;
      right: unset;
      transform: unset;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      white-space: nowrap;
  }
  .powerful-image .price {
    margin-left: 20px !important;
    position: unset !important;
  }
  .powerful-image .price h1 {
      font-size: 4rem !important;
  }
  .shape-custom {
      width: 60%;
      left: unset;
      right: 10%;
  }
  .pricing-area h2.title {
    color: #232323 !important;
  }
  .data-info-icons-holder {
    display: flex !important;
    margin-top: 40px;
  }
  .footer-widget-wrapper .footer-about .social {
    margin-bottom: 25px;
  }
  .powerful-tools-wrapper {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  #sari-business .powerful-tools-wrapper {
    padding-top: 120px !important;
    padding-bottom: 10px !important;
  }
  .usekey {
    margin-top: 20px !important;
  }
  .sari-business-logo-stacked {
    max-width: 200px !important;
  }
  .business-title{
    margin-top: 100px !important;
  }
  .title-scroll-slider {
    font-size: 3.5rem !important;
    padding: 0px 30px;
  }
}


@media (min-width: 480px) and (max-width: 579px) {
  .main-art-landing-screen.separate-of-right  {
    max-width: 450px;
    opacity: 0.9 !important;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .block-socialm .text {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
    margin-top: 120px !important;
  }
  .block-socialm .text h1 {
    display: flex !important;
    justify-content: center !important;
  }
  .block-socialm .text .home-screen-subtext {
    overflow: unset !important;
  }
  .banner-content-wrapper {
    z-index: 9;
  }
  .sari-block-landing .text h3 {
    height: 80px !important;
    text-align: center;
    z-index: 9;
  }
  .sari-block-landing .text h3 .hide--text {
    position: unset !important;
  }
  .type-text-an {
    z-index: 9;
  }
  .block-socialm .media ul {
      position: absolute;
      bottom: 20px;
      right: unset;
      transform: unset;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      white-space: nowrap;
  }
  .powerful-image .price {
    margin-left: 20px !important;
    position: unset !important;
  }
  .powerful-image .price h1 {
      font-size: 4rem !important;
  }
  .shape-custom {
      width: 60%;
      left: unset;
      right: 10%;
      bottom: -25px !important;
  }
  .pricing-area h2.title {
    color: #232323 !important;
  }
  .data-info-icons-holder {
    display: flex !important;
    margin-top: 40px;
  }
  .footer-widget-wrapper .footer-about .social {
    margin-bottom: 25px;
  }
  .price-table > ul.two-column > li {
      width: calc(100%) !important;
  }
  .package.selected {
    margin-top: 40px !important;
  }
  .powerful-tools-wrapper {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  #sari-business .powerful-tools-wrapper {
    padding-top: 120px !important;
    padding-bottom: 10px !important;
  }
  .img-sari-pay-logo {
    max-width: 280px !important;
    margin: auto;
  }
  .usekey {
    margin-top: 25px !important;
  }
  .sari-business-logo-stacked {
    max-width: 200px !important;
  }
  .business-title{
    margin-top: 100px !important;
  }
  .title-scroll-slider {
    font-size: 3rem !important;
    padding: 0px 30px;
  }
}


@media (min-width: 280px) and (max-width: 479px) {
  .main-art-landing-screen.separate-of-right  {
    max-width: 450px;
    opacity: 0.9 !important;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .block-socialm .text {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
    margin-top: 120px !important;
  }
  .block-socialm .text h1 {
    display: flex !important;
    justify-content: center !important;
    font-size: 120px !important;
  }
  .block-socialm .text .home-screen-subtext {
    overflow: unset !important;
  }
  .banner-content-wrapper {
    z-index: 9;
  }
  .sari-block-landing .text h3 {
    height: 80px !important;
    text-align: center;
    z-index: 9;
    font-size: 20px !important;
  }
  .sari-block-landing .text h3 .hide--text {
    position: unset !important;
  }
  .type-text-an {
    z-index: 9;
  }
  .block-socialm .media ul {
      position: absolute;
      bottom: 20px;
      right: unset;
      transform: unset;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      white-space: nowrap;
  }
  .main-screen-cta-animation {
    transform: scale(0.8);
  }
  .powerful-image .price {
    margin-left: 20px !important;
    position: unset !important;
  }
  .powerful-image .price h1 {
      font-size: 4rem !important;
  }
  .shape-custom {
      width: 60%;
      left: unset;
      right: 10%;
      bottom: -25px !important;
  }
  .pricing-area h2.title {
    color: #232323 !important;
  }
  .data-info-icons-holder {
    display: flex !important;
    margin-top: 40px;
  }
  .footer-widget-wrapper .footer-about .social {
    margin-bottom: 25px;
  }
  .price-table > ul.two-column > li {
      width: calc(100%) !important;
  }
  .package.selected {
    margin-top: 40px !important;
  }
  .powerful-tools-wrapper {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  #sari-business .powerful-tools-wrapper {
    padding-top: 120px !important;
    padding-bottom: 10px !important;
  }
  .img-sari-pay-logo {
    max-width: 250px !important;
    margin: auto;
  }
  #sari-admin .section-title .main-short-title {
    font-size: 3.5rem !important;
  }
  .usekey {
    margin-top: 25px !important;
  }
  .sari-business-logo-stacked {
    max-width: 200px !important;
  }
  .business-title{
    margin-top: 100px !important;
  }
  .title-scroll-slider {
    font-size: 3rem !important;
    padding: 0px 30px;
  }
}



.section-fix-h-scroll {
  /* height: 100vh; */
  height: calc(100vh - 130px);
  /* font-size: 5em;
  text-align: center; */
  position: relative;
  /* border: 1px solid red; */
}
/* .nested-sections {
  display: flex;
} */
.nested-sections .section-fix-h-scroll {
  /* width: 90vw; */
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
.nested-sections .section-fix-h-scroll.first {
  padding-left: 40px;
}
.nested-placeholder-sections {
  overflow: hidden;
}
.sticky-h-sections {
  position: fixed;
  z-index: 1;
  /* top: 135px; */
  /* top: 185px; */
  top: 165px;
  /* height: calc(100vh); */
  /* height: calc(100vh + 200px); */
  /* height: calc(100vh - 100px); */
  white-space: nowrap;
}
.sticky-h-sections .section-fix-h-scroll {
  display: inline-block;
}
#sari-admin-2 {
  margin-top: -150px;
}
#sari-admin-2 .powerful-tools-wrapper {
  padding-top: 0px !important;
}

.grecaptcha-badge {
  transform: scale(0.7);
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: -10px !important;
  z-index: 999;
}
  
.grecaptcha-badge:hover {
  width: 256px !important;
  left: -40px !important;

}