@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: web-infox  
@URL: https: //web-infox.eu;

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
**Css Table Of Content**
1- App Landing--
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Feature Area
  *5- Service Area
  *6- Funfact Area
  *7- How this work Area
  *8- App Download Area
  *9- Team Area
  *10- FAQ area
  *11- App Screenshoot Area
  *12- Testimonial Area
  *13- Partner Area
  *14- Newslatter Area
  *15- Footer Area
2- Digital SEO --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- ABout Area
  *6- Newslatter Area
  *7- Mission Area
  *8- Pricing Plan Area
  *9= Testimonial Area
  *10- Case Study Area
  *11- Call to Action Area
  *12- Blog Area
  *13- Footer
3- SaaS Modern--
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Featured Area
  *5- ABout Area
  *6- Partner Area
  *7- Team Area
  *8- Testimonial Area
  *9- Newslatter Area 
4- SaaS Classic --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- ABout Area
  *6- Feature Area
  *7- Team Area
  *8- FAQ Area
  *9= Pricing Area
  *10- Footer
 5- StartUp Agency --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Feature Area
  *5- ABout Area
  *6- Work Process Area
  *7- Portfolio Area
  *8- Testimonial Area
  *9= Partner Area
  *10- Footer 
 2- Digital Agency --
  *1- Global Area
  *2- Header Area
  *3- Banner Area
  *4- Service Area
  *5- CountDown Area
  *6- About Area
  *7- Experience Area
  *8- PortFolio Area
  *9= Team Area
  *10- Testimonial Area
  *11- Blog Area
  *12- Newslatter Area
  *13- Footer 
  =====================================================================*/
  @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Noto+Serif+Display:wght@400;500;600;700;800;900&family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,600&display=swap');
  /*----------------------------------------------------*/
  /*App landing global area*/
  /*----------------------------------------------------*/
  .app-eight-home {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Manrope', sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
  }
  .app-eight-home::selection {
    color: #ffffff;
    background-color: #6e3ebf;
  }
  .app-eight-home::-moz-selection {
    color: #ffffff;
    background-color: #6e3ebf;
  }
  .app-eight-home .container {
    max-width: 1200px;
  }
  .ul-li ul {
    margin: 0;
    padding: 0;
  }
  .ul-li ul li {
    list-style: none;
    display: inline-block;
  }
  .ul-li-block ul {
    margin: 0;
    padding: 0;
  }
  .ul-li-block ul li {
    list-style: none;
    display: block;
  }
  .container {
    max-width: 1200px;
  }
  [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  section {
    overflow: hidden;
  }
  button {
    cursor: pointer;
  }
  .form-control:focus,
  button:visited,
  button.active,
  button:hover,
  button:focus,
  input:visited,
  input.active,
  input:hover,
  input:focus,
  textarea:hover,
  textarea:focus,
  a:hover,
  a:focus,
  a:visited,
  a.active,
  select,
  select:hover,
  select:focus,
  select:visited {
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
  }
  .form-control {
    box-shadow: none;
  }
  .relative-position {
    position: relative;
  }
  .pera-content p {
    margin-bottom: 0;
  }
  .appeight-headline h1,
  .appeight-headline h2,
  .appeight-headline h3,
  .appeight-headline h4,
  .appeight-headline h5,
  .appeight-headline h6 {
    margin: 0;
    font-family: 'Manrope', sans-serif;;
  }
  .ei-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-image: linear-gradient(-45deg, #e511e6 32%, #6b2c94 100%);
  }
  .ei-scrollup i {
    color: #fff;
    font-size: 20px;
  }
  .eight-section-title {
    margin: 0 auto;
  }
  .eight-section-title .eg-title-tag {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    font-family: "Circular Std";
  }
  .eight-section-title .eg-title-tag i:nth-child(1) {
    height: 5px;
    width: 5px;
    background-color: #4ce7f3;
  }
  .eight-section-title h2 {
    font-size: 36px;
    font-weight: 700;
    padding: 15px 0px 12px;
    line-height: 1.306;
  }
  .eight-section-title h2 span {
    font-weight: 400;
  }
  .eight-section-title .square-shape {
    width: 40px;
    height: 35px;
    left: -52px;
    top: 0;
    position: absolute;
  }
  .eight-section-title .square-shape i {
    height: 9px;
    width: 9px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .eight-section-title .square-shape i:nth-child(1) {
    top: -8px;
    width: 5px;
    height: 5px;
    left: 20px;
    background-color: #4ce7f3;
  }
  .eight-section-title .square-shape i:nth-child(2) {
    width: 10px;
    left: 28px;
    height: 10px;
    background-color: #4ce7f3;
  }
  .eight-section-title .square-shape i:nth-child(3) {
    height: 17px;
    width: 17px;
    background-color: #7c0dbe;
  }
  .eight-section-title .square-shape i:nth-child(4) {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 12px;
    background-color: #ff00d6;
  }

  .eight-section-title p {
    font-size: 17px;
    line-height: 1.647;
  }

  @keyframes scale {
    from {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
    }
    to {
      transform: scale(1.08);
      -webkit-transform: scale(1.08);
    }
  }
  @keyframes left-right-move {
    0% {
      transform: translateX(-100px);
    }
    50% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(-100px);
    }
  }
  /*---------------------------------------------------- */
  /*global area*/
  /*----------------------------------------------------*/
  .feature-eight-section .eight-feature-box .feature-icon8 i,
  .ei-service-icon-text .ei-service-icon i,
  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
    display: block;
    background-image: linear-gradient(173deg, #ff00d7 30%, #50c7f5 67%, #72aaff 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .ei-service-icon-text:hover .ei-service-icon i,
  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon i {
    display: block;
    background: -webkit-gradient(left top, right top, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -ms-linear-gradient(left, #fff 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .ei-service-icon-text .ei-service-icon:after,
  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: 0.3s all ease-in-out;
    transform: scale(0.5);
    border-radius: 100%;
    background-image: -ms-linear-gradient(173deg, #4cd0ff 0%, #617af4 53%, #ff03d0 99%);
  }
  @keyframes fadeFromLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeFromRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeFromUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fadeFromUp {
    animation-name: fadeFromUp;
  }

  .fadeFromRight {
    animation-name: fadeFromRight;
  }

  .fadeFromLeft {
    animation-name: fadeFromLeft;
  }

  /*---------------------------------------------------- */
  /*Header area*/
  /*----------------------------------------------------*/
  .main-header-eight {
    top: 20px;
    width: 100%;
    z-index: 10;
    position: absolute;
  }

  .main-header-eight .appheader-content {
    padding: 0px 280px;
  }

  .main-header-eight .appheader-content .site-logo {
    margin-right: 255px;
  }

  .main-header-eight .appheader-content .navigation-eight {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-family: 'Manrope', sans-serif;;
    padding-top: 10px;
  }

  .main-header-eight .appheader-content .navigation-eight li {
    margin-right: 25px;
  }

  .main-header-eight .appheader-content .navigation-eight li a {
    display: inline;
    padding: 28px 5px;
    position: relative;
  }

  .main-header-eight .appheader-content .navigation-eight li a:after {
    left: auto;
    right: 0;
    top: 0;
    height: 4px;
    content: "";
    width: 0%;
    position: absolute;
    border-radius: 50px;
    background-color: #49eff2;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .navigation-eight li a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .main-header-eight .appheader-content .navigation-eight li a.active:after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight {
    height: 40px;
    width: 110px;
    line-height: 40px;
    border-radius: 20px;
    justify-content: center;
    background-color: #29f5eb;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight a {
    font-weight: 600;
    display: block;
    width: 100%;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight:hover {
    background-color: #009cff;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight:hover a {
    color: #fff;
  }

  .main-header-eight .appheader-content .h-eight-social {
    padding-top: 10px;
    margin-left: 40px;
  }

  .main-header-eight .appheader-content .h-eight-social li {
    margin-left: 18px;
    color: #fff;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .h-eight-social li:hover {
    transform: translateY(-5px);
  }

  .main-header-eight .appheader-content .dropdown {
    position: relative;
  }

  .main-header-eight .appheader-content .dropdown:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0px;
    transition: 0.3s all ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 200px;
    display: block;
    border: none;
    padding: 10px 0px 0px;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border: 2px solid #73299a;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
    border-radius: 5px;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li a {
    color: #343434;
    font-size: 14px;
    padding: 10px 0px;
    position: relative;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li a:after {
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    background-color: #73299a;
    transition: 0.3s all ease-in-out;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li a:hover {
    padding-left: 15px;
  }

  .main-header-eight .appheader-content .dropdown .dropdown-menu li a:hover:after {
    transform: scale(1);
  }

  .main-header-eight .appheader-content .dropdown:hover .dropdown-menu {
    top: 48px;
    opacity: 1;
    visibility: visible;
  }

/* -------------------------------- 
Sticky Menu
-------------------------------- */
.eisticky-menu-bg-overlay {
  background-color: #9c00e2;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: fixed;
  top: 0px;
  padding: 20px 0px;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.main-header-eight.eisticky-menu-bg-overlay {
  z-index: 9;
  top: 0px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

/*---------------------------------------------------- */
/*banner area*/
/*----------------------------------------------------*/
.eight-banner-section {
  overflow: visible;
  background: #6d8cf8;
  padding: 170px 0px 250px;
  background: linear-gradient(to right, #c12dd1, #6d8cf8);
}

.eight-banner-section:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/app-landing/shape/bl-shape.png);
}

.eight-banner-section .eight-banner-content {
  position: relative;
  z-index: 5;
}

.eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
  position: absolute;
  top: 0;
  right: 0;
}

.eight-banner-section .eight-banner-content .banner-content-box {
  max-width: 650px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
  padding: 45px 0px 25px 0px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) {
  height: 55px;
  color: #fff;
  width: 175px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
  border-top-right-radius: 0;
  background-color: #ff00d6;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) i {
  top: 5px;
  color: #000;
  font-size: 25px;
  position: relative;
  margin-right: 10px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1):hover {
  background-color: #009cff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) {
  color: #4ce7f3;
  position: relative;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2) span {
  color: #fff;
  margin-right: 2px;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):after {
  width: 0%;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4ce7f3;
  bottom: -2px;
  left: auto;
  right: 0;
  transition: 0.3s all ease-in-out;
}

.eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(2):hover:after {
  left: 22px;
  width: 80%;
  right: auto;
}

.eight-banner-section .eight-banner-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.083;
  padding-bottom: 20px;
}

.eight-banner-section .eight-banner-content h1 span {
  color: #000;
}

.eight-banner-section .eight-banner-content p {
  font-size: 19px;
  color: #fff;
}

.eight-banner-section .eight-banner-content .ei-banner-review ul {
  float: left;
  margin-right: 20px;
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li {
  margin-right: 3px;
}

.eight-banner-section .eight-banner-content .ei-banner-review ul li i {
  color: #f6b91c;
  font-size: 15px;
}

.eight-banner-section .eight-banner-content .ei-banner-review p {
  font-size: 14px;
}

.eight-banner-section .eight-banner-content .ei-banner-review p span {
  font-family: 'Manrope', sans-serif;;
  font-weight: 700;
  color: #000;
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  margin: auto;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background: #6d8cf8;
  background: linear-gradient(to right, #c12dd1, #6d8cf8);
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  animation-delay: 1s;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 100px;
}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.cd-headline.clip span {
  display: inline-block;
  padding-bottom: 10px;
}

.cd-headline.clip .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 2px;
  height: 70px;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.cd-words-wrapper b.is-visible {
  opacity: 1;
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

/*---------------------------------------------------- */
/*Featured area*/
/*----------------------------------------------------*/
@keyframes rotate {
  0% {
    top: -10px;
    left: -10px;
  }
  25% {
    top: 0px;
    left: 0px;
  }
  50% {
    top: 0px;
    left: 0px;
  }
  75% {
    top: 5px;
    left: 5px;
  }
  100% {
    top: -10px;
    left: -10px;
  }
}
.feature-eight-section {
  padding: 165px 0px 120px;
}

.feature-eight-section .ei-feature-shape {
  right: 0;
  top: 150px;
  z-index: -1;
  position: absolute;
}

.feature-eight-section .eight-section-title {
  max-width: 500px;
  position: relative;
}


.feature-eight-section .eight-feature-content {
  padding-top: 70px;
}

.feature-eight-section .eight-feature-box {
  border-radius: 20px;
  padding: 40px 30px 53px;
  background-color: #e9ebf7;
  transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8 {
  width: 98px;
  z-index: 1;
  height: 98px;
  margin: 0 auto;
  line-height: 98px;
  margin-bottom: 34px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: -0.707px 0.707px 10px 0px rgba(43, 1, 68, 0.1);
}

.feature-eight-section .eight-feature-box .feature-icon8:before,
.feature-eight-section .eight-feature-box .feature-icon8:after {
  content: "";
  z-index: -2;
  border-radius: 30%;
  mix-blend-mode: multiply;
  height: 110px;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 110px;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8:before {
  animation: rotate 1.8s linear infinite;
  background: #33f1ff;
}

.feature-eight-section .eight-feature-box .feature-icon8:after {
  animation: rotate 1.2s linear reverse infinite;
  background: #e933ff;
}

.feature-eight-section .eight-feature-box .feature-icon8 i {
  font-size: 50px;
  font-weight: 500;
}

.feature-eight-section .eight-feature-box .feature-icon8 .ei-icon-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 25px;
}

.feature-eight-section .eight-feature-box .ei-feature-more {
  position: absolute;
  background-color: #4ce7f3;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  margin: 0 auto;
}

.feature-eight-section .eight-feature-box .feature-text8 h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 13px;
}

.feature-eight-section .eight-feature-box .feature-text8 p {
  line-height: 1.5;
}

.feature-eight-section .eight-feature-box:hover {
  background-color: #fff;
  box-shadow: 0px 25px 38px 0px rgba(43, 1, 68, 0.17);
}

.feature-eight-section .eight-feature-box:hover .feature-icon8:before,
.feature-eight-section .eight-feature-box:hover .feature-icon8:after {
  display: block;
  opacity: 1;
}

.feature-eight-section .eight-feature-box:hover .ei-feature-more {
  opacity: 1;
  bottom: -25px;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
@keyframes spining {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
.eight-service-section {
  z-index: 1;
  padding: 135px 0px 140px;
  background-color: #eceef6;
}

.eight-service-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/app-landing/shape/s-shape2.png);
}

.eight-service-section:after {
  top: -5px;
  right: 0;
  content: "";
  z-index: -1;
  height: 640px;
  width: 780px;
  position: absolute;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/app-landing/shape/s-shape1.png);
}

.eight-service-section .s-shape-bg1 {
  left: -95px;
  bottom: -15px;
  position: absolute;
  z-index: -1;
}

.eight-service-section .s-shape-bg2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -2;
  transform: translateY(-50%);
}

.eight-service-section .eight-service-slide {
  width: 66.667%;
  float: left;
  position: relative;
  z-index: 1;
}

.eight-service-section .eight-service-slide .ei-service-slide-btn {
  margin-left: 265px;
}

.eight-service-section .eight-service-slide a {
  display: block;
  cursor: pointer;
}

.eight-service-section .eight-service-slide a:nth-child(1) {
  margin-bottom: 65px;
}

.eight-service-section .eight-service-slide a:nth-child(2) {
  margin-bottom: 55px;
  transform: translateX(-10px);
}

.eight-service-section .eight-service-slide a:nth-child(3) {
  transform: translateX(90px);
}

.eight-service-section .eight-service-text {
  width: 33.333333%;
  float: right;
  padding: 85px 0px 0px 70px;
}

.eight-service-section .eight-service-text:before {
  content: "";
  top: -180px;
  z-index: -1;
  left: -150px;
  width: 678px;
  height: 678px;
  position: absolute;
  animation: spining 10s linear infinite;
  background-image: url(../img/app-landing/shape/s-shape5.png);
}

.eight-service-section .eight-service-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.eight-service-slide {
  width: 500px;
  padding-right: 70px;
}

.ei-service-icon-text .ei-service-icon {
  width: 108px;
  height: 108px;
  margin-left: 60px;
  position: relative;
  line-height: 108px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #e9ebf7;
  box-shadow: 0px 16px 20px 0px rgba(43, 1, 68, 0.11);
}

.ei-service-icon-text .ei-service-icon i {
  font-size: 55px;
}

.ei-service-icon-text .ei-service-text {
  max-width: 300px;
}

.ei-service-icon-text .ei-service-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
}

.ei-service-icon-text .ei-service-text p {
  color: #5e5e5e;
  overflow: hidden;
  line-height: 1.647;
}

.ei-service-icon-text:hover .ei-service-icon:after {
  opacity: 1;
  transform: scale(1);
}

.ei-service-icon-text:hover .ei-service-icon i {
  color: #fff;
}

.ei-service-slide-mbl {
  position: absolute;
  right: -250px;
  top: -75px;
  width: 245px;
  height: 505px;
  margin: 0 auto;
  padding: 17px 19px;
  background-repeat: no-repeat;
}

.ei-service-slide-mbl .bx-controls-direction {
  display: none;
}

.ei-service-slide-mbl .image {
  border-radius: 18px;
  overflow: hidden;
}

/*---------------------------------------------------- */
/*Funfact area*/
/*----------------------------------------------------*/
.eg-fun-fact-section {
  padding: 145px 0px 110px;
}

.eg-fun-fact-section .fn-bg-shape {
  bottom: 0;
  left: 0;
}

.eg-fun-fact-section .eg-funfact-text {
  max-width: 465px;
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title .eg-title-tag {
  font-size: 14px;
  margin-left: 55px;
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title h2 {
  padding-bottom: 15px;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter {
  display: inline-block;
  margin-top: 40px;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:after {
  left: 0;
  right: 0;
  top: 55%;
  width: 1px;
  content: "";
  height: 85%;
  margin: 0 auto;
  position: absolute;
  background-color: #dde0ee;
  transform: translateY(-50%);
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  background-color: #dde0ee;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number {
  width: 50%;
  float: left;
  padding: 25px 0px 30px;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer {
  font-size: 50px;
  font-family: 'Manrope', sans-serif;;
  font-weight: 600;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer-formatting-mark {
  display: none;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
  font-size: 26px;
  max-width: 130px;
  margin: 0 auto;
  line-height: 1.231;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number strong {
  top: 8px;
  line-height: 1;
  font-size: 50px;
  font-weight: 600;
  position: relative;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) strong {
  color: #7c0dbe;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) strong {
  color: #ff00d6;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) strong {
  color: #4ce7f3;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) strong {
  color: #009cff;
}

.eg-fun-fact-section .eg-fun-fact-mockup {
  top: 60px;
  left: -195px;
  position: absolute;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape {
  position: absolute;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
  top: 130px;
  left: -20px;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item2 {
  right: 0;
  top: -25px;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item3 {
  top: -35px;
  left: 140px;
  z-index: -1;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item4 {
  z-index: -1;
  right: 35px;
  bottom: 105px;
}

/*---------------------------------------------------- */
/*How work area*/
/*----------------------------------------------------*/
.eg-how-work-section {
  padding-bottom: 135px;
  overflow: visible;
}

.eg-how-work-section .how-work-bg-shape {
  top: -185px;
  z-index: -1;
}

.eg-how-work-section .eight-section-title {
  padding-bottom: 18px;
}

.eg-how-work-section .eight-section-title .eg-title-tag {
  margin-left: 55px;
  font-size: 14px;
}

.eg-how-work-section .mCustomScrollBox {
  left: -30px;
}

.eg-how-work-section .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.eg-how-work-section .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

.eg-how-work-section .how-work-scroller {
  height: 310px;
}

.eg-how-work-section .eg-how-work-content {
  padding: 0 10px 0px 30px;
}

.eg-how-work-section .ei-how-work-content-item {
  padding-left: 180px;
}

.eg-how-work-section .ei-how-work-content-item .mCSB_draggerContainer {
  max-height: 290px;
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_draggerRail {
  width: 13px;
  background-color: #e8e9f3;
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 13px;
  background-color: #7c0dbe;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text {
  margin-bottom: 25px;
  background-color: #fff;
  padding: 20px 50px 30px 20px;
  box-shadow: 0px 8px 9px 0px rgba(7, 7, 56, 0.15);
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
  height: 65px;
  width: 65px;
  z-index: 1;
  overflow: hidden;
  line-height: 65px;
  margin-right: 35px;
  position: relative;
  border-radius: 100%;
  background-color: #f1f2fa;
  box-shadow: 0px 13px 24px 0px rgba(43, 1, 68, 0.17);
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
  font-size: 30px;
  font-weight: 500;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon .far {
  line-height: 65px;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 13px;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
  left: -35px;
  bottom: 5px;
  z-index: -1;
  color: #dad2df;
  line-height: 1;
  font-size: 123px;
  font-weight: 700;
  position: absolute;
  font-family: "Playfair Display";
  transition: 0.3s all ease-in-out;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon:after {
  opacity: 1;
  transform: scale(1);
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon i {
  color: #fff;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .scroller-no {
  color: #7c0dbd;
}

.eg-how-work-section .how-work-mockup {
  padding-left: 60px;
}

.eg-how-work-section .how-work-mockup img {
  max-height: 500px;
}

.eg-how-work-section .how-work-mockup .hw-shape1 {
  top: -70px;
  right: 120px;
  z-index: -1;
}

.eg-how-work-section .how-work-mockup .hw-shape2 {
  left: 30px;
  z-index: -1;
  bottom: -15px;
}

/*---------------------------------------------------- */
/*App Download area*/
/*----------------------------------------------------*/
.ei-appdownload-section {
  padding: 100px 0px 50px;
  z-index: 1;
}

.ei-appdownload-section .ei-download-btn .download-icon {
  width: 40px;
  color: #fff;
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  text-align: center;
  background-color: #ffa800;
  box-shadow: rgba(7, 7, 56, 0.15) 0px 8px 9px 0px;
}

.ei-appdownload-section .ei-download-btn p {
  padding-top: 8px;
  font-size: 15px;
  display: inline-block;
}

.ei-appdownload-section .ei-download-btn a {
  display: table;
  color: #0090ff;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;;
  position: relative;
}

.ei-appdownload-section .ei-download-btn a:after {
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  background-color: #0090ff;
  transition: 0.3s all ease-in-out;
}

.ei-appdownload-section .ei-download-btn a:before {
  top: -2px;
  right: -25px;
  content: "";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
}

.ei-appdownload-section .ei-download-btn a:hover:before {
  right: -35px;
}

.ei-appdownload-section .ei-download-btn a:hover:after {
  width: 100%;
}

.ei-appdownload-section .app-down-btn {
  margin-bottom: 22px;
}

.ei-appdownload-section .app-down-btn a {
  margin-right: 10px;
  display: inline-block;
}

.ei-appdownload-section .ei-appdownloaad-shape {
  position: absolute;
  z-index: -1;
}

.ei-appdownload-section .app-shape1 {
  bottom: -170px;
  left: -115px;
}

.ei-appdownload-section .app-shape2 {
  top: -225px;
  right: 0;
  left: -270px;
  margin: 0 auto;
  text-align: center;
}

.ei-appdownload-section .app-shape3 {
  right: -10px;
  top: 0;
}

.ei-app-down-text {
  max-width: 450px;
  padding-top: 90px;
}

.ei-app-down-text .eight-section-title .eg-title-tag {
  margin-left: 55px;
}

.ei-app-down-text .eight-section-title h2 {
  padding-bottom: 15px;
}

.ei-app-down-text .eight-section-title p {
  color: #383838;
  padding-bottom: 32px;
}

/*---------------------------------------------------- */
/*team  area*/
/*----------------------------------------------------*/
.ei-team-section {
  padding: 145px 0px 135px;
}

.ei-team-section .eight-section-title {
  margin: 0 auto;
  max-width: 500px;
  padding-bottom: 70px;
}

.ei-team-section .eight-section-title .eg-title-tag {
  font-size: 14px;
}

.ei-team-section .ei-team-pic-text .ei-team-img:after {
  width: 236px;
  height: 236px;
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 0;
  visibility: hidden;
  border: double 2px transparent;
  border-radius: 100%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #4171e8, #ff03d0, #4171e8);
  background-origin: border-box;
  transition: 0.3s all ease-in-out;
  background-clip: content-box, border-box;
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei {
  z-index: 1;
  width: 236px;
  height: 236px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background-color: #eff0f7;
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .mshape-bg {
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .shape-bg1 {
  left: -110px;
  top: 70px;
}

.ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei .shape-bg2 {
  right: -65px;
  top: 35px;
}

.ei-team-section .ei-team-pic-text .ei-team-social {
  top: 47px;
  z-index: 1;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition-delay: 0.2s;
  transition: 0.5s all ease-in-out;
}

.ei-team-section .ei-team-pic-text .ei-team-social a {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 37px;
  margin-bottom: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(43, 1, 68, 0.23);
}

.ei-team-section .ei-team-pic-text .ei-team-social a:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  border-radius: 100%;
  background-image: -ms-linear-gradient(173deg, #ff03d0 0%, #4599fb 53%, #70fcff 99%);
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(1) {
  color: #118bfc;
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(2) {
  transform: translateX(15px);
  color: #03a9f4;
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(3) {
  transform: translateX(9px);
  margin-bottom: 5px;
  color: #ea4c89;
}

.ei-team-section .ei-team-pic-text .ei-team-social a:nth-child(4) {
  color: #0c6eff;
  transform: translateX(-20px);
}

.ei-team-section .ei-team-pic-text .ei-team-social a:hover {
  color: #fff;
}

.ei-team-section .ei-team-pic-text .ei-team-social a:hover:after {
  opacity: 1;
  visibility: visible;
}

.ei-team-section .ei-team-pic-text .ei-team-text {
  margin-top: 20px;
}

.ei-team-section .ei-team-pic-text .ei-team-text h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.ei-team-section .ei-team-pic-text .ei-team-text p {
  color: #383838;
  font-size: 15px;
}

.ei-team-section .ei-team-pic-text:hover .ei-team-img:after {
  opacity: 1;
  left: 102px;
  visibility: visible;
}

.ei-team-section .ei-team-pic-text:hover .ei-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

.ei-team-section .ei-team-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
}

.ei-team-section .ei-team-content .owl-nav .owl-prev,
.ei-team-section .ei-team-content .owl-nav .owl-next {
  top: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 7px 18px 0px rgba(16, 31, 60, 0.25);
}

.ei-team-section .ei-team-content .owl-nav .owl-prev:hover,
.ei-team-section .ei-team-content .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #7c0dbe;
}

.ei-team-section .ei-team-content .owl-nav .owl-prev {
  left: -40px;
}

.ei-team-section .ei-team-content .owl-nav .owl-next {
  right: -50px;
}

.ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
  left: 102px;
  opacity: 1;
  visibility: visible;
}

.ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

/*---------------------------------------------------- */
/*faq  area*/
/*----------------------------------------------------*/
.ei-faq-section {
  background-color: #eceef6;
  padding: 145px 0px 110px;
  z-index: 1;
}

.ei-faq-section .ei-faq-content {
  position: relative;
  z-index: 5;
}

.ei-faq-section .ei-faq-content .ei-title-faq {
  margin: 0 auto;
  max-width: 885px;
}

.ei-faq-section .ei-faq-content .ei-title-faq p {
  color: #383838;
  font-size: 17px;
  margin-top: 35px;
  line-height: 1.647;
}

.ei-faq-section .eight-section-title {
  padding-bottom: 32px;
}

.ei-faq-section .eight-section-title .eg-title-tag {
  font-size: 15px;
  margin-left: 55px;
}

.ei-faq-section .ei-faq-queans {
  max-width: 1000px;
  margin: 0 auto;
}

.ei-faq-section .ei-faq-queans .ei-faq {
  padding: 0px 55px;
  margin-bottom: 25px;
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body {
  margin-top: 15px;
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body a {
  text-decoration: underline;
}

.ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
  padding: 25px 55px;
  transition: 0.3s all ease-in-out;
  background-color: white;
  box-shadow: 0px 5px 15px -14px rgba(0, 0, 0, 0.75);
}

.ei-faq-section .ei-faq-queans .ei-faq-header button {
  border: none;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 0 50px;
  font-family: 'Manrope', sans-serif;;
  background-color: transparent;
}

.ei-faq-section .ei-faq-queans .ei-faq-header button:before {
  top: -6px;
  left: 0;
  color: #118bfc;
  font-size: 30px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.ei-faq-section .ei-faq-queans .ei-faq-header .collapsed:before {
  content: "";
}

.ei-faq-section .ei-faq-shape {
  position: absolute;
  z-index: -1;
}

.ei-faq-section .fq-shape-style1 {
  top: -70px;
  left: 140px;
  z-index: 2;
}

.ei-faq-section .fq-shape-style2 {
  top: -70px;
  left: 75px;
  z-index: 1;
  opacity: 0.4;
  animation: spining 35s linear infinite;
}

.ei-faq-section .fq-shape-style3 {
  top: 50%;
  left: 165px;
  transform: translateX(-50%);
  animation: 3s ease 0s infinite alternate none running scale;
}

.ei-faq-section .fq-shape-style4 {
  top: 40%;
  right: 165px;
  transform: translateX(-50%);
}

.ei-faq-section .fq-shape-style5 {
  left: 20%;
  top: 115px;
  animation: spining 50s linear infinite;
}

.ei-faq-section .fq-shape-style6 {
  right: 0;
  z-index: -2;
  bottom: -30px;
}

.ei-faq-section .fq-shape-style8 {
  top: -50px;
  left: -50px;
  z-index: -3;
}

.ei-faq-section .fq-shape-style7 {
  top: 65px;
  right: 20%;
}

.ei-faq-section .fq-shape-style7 img {
  animation: spining 5s linear infinite;
  display: block;
  margin-top: 10px;
}

/*---------------------------------------------------- */
/*Screenshoot  area*/
/*----------------------------------------------------*/
.ei-screenshots-section {
  padding: 120px 0px;
  position: relative;
}

.ei-screenshots-section .eight-section-title {
  margin: 0 auto;
  max-width: 595px;
  padding-bottom: 10px;
}

.ei-screenshots-section .eight-section-title .eg-title-tag {
  font-size: 14px;
}

.ei-screenshots-section .swiper-slider-area .container {
  position: relative;
}

.ei-screenshots-section .swiper-wrapper {
  height: 630px;
  width: 320px;
}

.ei-screenshots-section .row.ei-appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
  border-radius: 35px;
}

.ei-screenshots-section .ei-screen-mobile-image {
  background-image: url(../img/app-landing/screenshoot/mobile-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 650px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  border-radius: 40px;
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.ei-screenshots-section .swiper-wrapper {
  padding: 30px 0 40px;
}

.ei-screenshots-section .swiper-slide {
  box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, 0.75);
}

.ei-screenshots-section .swiper-slide.swiper-slide-next {
  box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, 0.75);
}

.ei-screenshots-section .swiper-slide.swiper-slide-prev {
  box-shadow: 9px 10px 33px -23px rgba(0, 0, 0, 0.75);
}

.ei-screenshots-section .screenshoot-shape1 {
  right: 0;
  bottom: 205px;
}

.ei-screenshots-section .screenshoot-shape2 {
  left: 0;
  top: 240px;
}

.ei-screenshots-section .banner-navigation {
  position: relative;
  text-align: center;
  margin-top: 0px;
  z-index: 2;
}

.ei-screenshots-section .banner-navigation .swiper-button-next,
.ei-screenshots-section .banner-navigation .swiper-button-prev {
  position: relative;
  font-size: 16px;
  color: #373a5b;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  background-image: none;
  display: inline-block;
  margin: 0px 15px 0px 15px;
  background-color: #e7ecf2;
  transition: all 300ms ease;
}

.ei-screenshots-section .banner-navigation .swiper-button-prev:hover,
.ei-screenshots-section .banner-navigation .swiper-button-next:hover {
  color: #ffffff;
  background-color: #7b0dbd;
}

/*---------------------------------------------------- */
/*testimonial  area*/
/*----------------------------------------------------*/
.ei-testimonial-section {
  padding: 120px 0px 115px;
}

.ei-testimonial-section .eight-section-title {
  margin: 0 auto;
  max-width: 490px;
  padding-bottom: 64px;
}

.ei-testimonial-section .eight-section-title .eg-title-tag {
  font-size: 14px;
}

.ei-testimonial-section .ei-testimonial-img-text {
  padding: 30px 40px 30px 0px;
  border-radius: 120px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 5, 50, 0.1);
}

.ei-testimonial-section .ei-testimonial-img-text:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -35px;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/app-landing/team/t-shape2.png);
}

.ei-testimonial-section .ei-testimonial-img-text .test--quote-icon {
  position: absolute;
  top: -20px;
  right: 100px;
}

.ei-testimonial-section .ei-testimonial-img-text .test--quote-icon i {
  color: #cfd8e8;
  font-size: 40px;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
  height: 160px;
  width: 160px;
  position: relative;
  top: -25px;
  left: -25px;
  line-height: 157px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 18px 0px rgba(0, 5, 50, 0.12);
  overflow: hidden;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img img {
  height: 130px;
  width: 130px;
  margin: 0 auto;
  border-radius: 100%;
  z-index: 1;
  position: relative;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img:before {
  content: "";
  position: absolute;
  top: -58px;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url(../img/app-landing/team/t-shape1.png);
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img:after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  background-color: #fff;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name {
  padding-bottom: 5px;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testimonial-name span {
  font-size: 15px;
  color: #0887fc;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text p {
  line-height: 1.529;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-text .ei-testi-rate li {
  color: #ffba00;
}

#testimonial-scroller {
  max-width: 1100px;
  margin: 0 auto;
}

#testimonial-scroller .owl-stage-outer {
  overflow: visible;
}

#testimonial-scroller .owl-item img {
  display: inline;
}

#testimonial-scroller .owl-stage-outer {
  overflow: visible;
}

#testimonial-scroller .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

#testimonial-scroller .owl-item.active {
  opacity: 1;
}

#testimonial-scroller .owl-nav {
  display: none;
}

#testimonial-scroller .owl-dots {
  height: 13px;
  margin-top: 30px;
  text-align: center;
  border-radius: 30px;
}

#testimonial-scroller .owl-dot {
  width: 78px;
  height: 13px;
  border-radius: 30px;
  display: inline-block;
  background-color: #e9ebf7;
}

#testimonial-scroller .owl-dot.active {
  background-color: #7b0dbd;
}

.testimonial-floatingimg li {
  height: 80px;
  width: 80px;
  position: absolute;
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #e7eaef;
  opacity: 0.5;
  animation: 1.5s ease 0s infinite alternate none running scale;
}

.testimonial-float-img1 li:nth-child(1) {
  top: 90px;
  left: 215px;
}

.testimonial-float-img1 li:nth-child(2) {
  top: 198px;
  left: 108px;
}

.testimonial-float-img1 li:nth-child(3) {
  top: 30%;
  left: 20%;
}

.testimonial-float-img1 li:nth-child(4) {
  top: 360px;
  left: 140px;
}

.testimonial-float-img2 li:nth-child(1) {
  bottom: 90px;
  right: 215px;
}

.testimonial-float-img2 li:nth-child(2) {
  bottom: 198px;
  right: 50px;
}

.testimonial-float-img2 li:nth-child(3) {
  bottom: 30%;
  right: 15%;
}

.testimonial-float-img2 li:nth-child(4) {
  bottom: 360px;
  right: 140px;
}

/*---------------------------------------------------- */
/*Pertner  area*/
/*----------------------------------------------------*/
.ei-partner-section {
  padding: 80px 0px;
}

.ei-partner-section .ei-partner-content {
  margin: 0 auto;
  max-width: 875px;
}

#ei-partner-slide .owl-nav {
  display: none;
}

.ei-partner-text {
  padding-top: 35px;
}

.ei-partner-text .ei-partner-icon {
  height: 30px;
  width: 30px;
  line-height: 35px;
  color: #fff;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #eeb22d;
  box-shadow: 0px 8px 24px 0px rgba(238, 178, 45, 0.57);
}

.ei-partner-text h4 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.ei-partner-text p {
  font-size: 14px;
  color: #626161;
}

/*---------------------------------------------------- */
/*newslatter  area*/
/*----------------------------------------------------*/
.ei-newslatter-section {
  overflow: visible;
}

.ei-newslatter-section .ei-newslatter-mockup {
  position: absolute;
  top: -35%;
  right: 18%;
}

.ei-newslatter-section .ei-newslatter-box {
  overflow: hidden;
  padding: 80px 0px 85px;
  background: linear-gradient(-90deg, #ff00a2 0%, #750cf8 50%, #4ce7f3 100%);
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector1 {
  top: -40px;
  left: 250px;
  animation: 3s ease 0s infinite alternate none running scale;
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector2 {
  top: -30px;
  right: -70px;
  animation: 2s ease 0s infinite alternate none running scale;
}

.ei-newslatter-section .ei-newslatter-box .ei-news-vector3 {
  left: -75px;
  bottom: -235px;
}

.ei-newslatter-section .ei-newslatter-contnet {
  max-width: 650px;
  margin-left: 130px;
}

.ei-newslatter-section .ei-newslatter-contnet h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.ei-newslatter-section .ei-newslatter-contnet h3 span {
  font-weight: 100;
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form {
  margin-top: 20px;
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form input {
  width: 100%;
  border: none;
  height: 72px;
  border-radius: 50px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button {
  top: 12px;
  right: 12px;
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button button {
  height: 48px;
  width: 162px;
  border: none;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  background-color: transparent;
  background-image: linear-gradient(90deg, #ff03d0 0%, #4599fb 53%, #70fcff 99%);
}

.ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 10px;
}

/*---------------------------------------------------- */
/*Footer  area*/
/*----------------------------------------------------*/
.ei-footer-section {
  padding-top: 160px;
}

.ei-footer-widget .ei-widget-title {
  font-size: 16px;
  color: #373a5b;
  font-weight: 700;
  padding-bottom: 20px;
}

.ei-footer-widget .ei-footer-logo {
  margin-bottom: 25px;
}

.ei-footer-widget p {
  max-width: 220px;
  line-height: 1.875;
}

.ei-footer-widget .ei-payment-mathod {
  margin-top: 30px;
}

.ei-footer-widget ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-family: 'Manrope', sans-serif;;
}

.ei-footer-widget ul li a {
  color: #373a5b;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.ei-footer-widget ul li a:before {
  left: -15px;
  top: 3px;
  content: "";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.ei-footer-widget ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #0072fd;
  transition: 0.3s all ease-in-out;
}

.ei-footer-widget ul li a:hover {
  color: #0072fd;
  margin-left: 10px;
}

.ei-footer-widget ul li a:hover:after {
  width: 100%;
}

.ei-footer-widget h4 {
  width: 45%;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 28px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}

.ei-footer-widget h4 i {
  left: 0;
  top: 2px;
  color: #7b0dbd;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
}

.ei-footer-widget h4 span {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  color: #818181;
}

.ei-footer-widget .download-btn {
  width: 100%;
  margin-top: 25px;
  display: inline-block;
}

.ei-footer-widget .download-btn a {
  margin-right: 10px;
}

.ei-footer-widget .ei-footer-social {
  margin-top: 15px;
}

.ei-footer-widget .ei-footer-social a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 9px 0px rgba(15, 54, 131, 0.07);
}

.ei-footer-widget .ei-footer-social a:nth-child(1) {
  color: #16599b;
}

.ei-footer-widget .ei-footer-social a:nth-child(2) {
  color: #03a9f4;
}

.ei-footer-widget .ei-footer-social a:nth-child(3) {
  color: #ea4c89;
}

.ei-footer-widget .ei-footer-social a:nth-child(4) {
  color: #0d6fff;
}

.ei-footer-copyright {
  margin-top: 40px;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;;
}

.ei-footer-copyright .ei-footer-copyright-content {
  padding: 25px 0px 15px;
  border-top: 2px solid #dee2ef;
}

.ei-footer-copyright .ei-copyright-menu {
  float: right;
}

.ei-footer-copyright .ei-copyright-menu a {
  margin-left: 35px;
}

@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}
.ei-footer-shape1 {
  top: 120px;
  right: 130px;
  opacity: 0.5;
  z-index: -1;
}

.ei-footer-shape2 {
  top: 110px;
  left: -160px;
  opacity: 0.5;
  z-index: -1;
}

.ei-footer-shape3 {
  left: -50px;
  right: 0;
  opacity: 0.5;
  z-index: -1;
  bottom: 100px;
  margin: 0 auto;
  text-align: center;
  animation-name: left-right-move;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*---------------------------------------------------- */
/*Mobile-Menu  area*/
/*----------------------------------------------------*/
.appi-ei-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation {
  width: 100%;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.appi-ei-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}

.appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
}

.appi-ei-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.appi-ei-mobile_menu_wrap.mobile_menu_on .appi-ei-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.appi-ei-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.appi-ei-mobile_menu_button {
  position: absolute;
  display: none;
  right: 20px;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  top: 2px;
  z-index: 5;
}

.appi-ei-mobile_menu .appi-ei-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.appi-ei-mobile_menu .appi-ei-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_content .appi-ei-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.appi-ei-mobile_menu .dropdown {
  position: relative;
}

.appi-ei-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.appi-ei-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}

.appi-ei-mobile_menu .appi-ei-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Responsive  area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .main-header-eight .appheader-content {
    padding: 0px 40px;
  }
  .ei-service-slide-mbl {
    right: 0;
  }
  .main-header-eight .appheader-content .site-logo {
    margin-right: 230px;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
    left: 70px;
  }

  .eg-fun-fact-section .fn-bg-shape {
    left: -195px;
  }

  .ei-faq-section .fq-shape-style1 {
    left: -20px;
  }

  .ei-faq-section .fq-shape-style3 {
    left: 60px;
  }

  .ei-faq-section .fq-shape-style2 {
    left: 0;
  }

  .ei-newslatter-section .ei-newslatter-mockup {
    right: 5%;
  }

  .ei-footer-shape1 {
    right: 0;
  }

  .eight-service-section .eight-service-slide .ei-service-slide-btn {
    margin-left: 60px;
  }

  .eight-service-section .eight-service-slide {
    width: 48.667%;
  }

  .eight-service-section .eight-service-text {
    width: 51.333333%;
    padding: 85px 0px 0px 0;
  }

  .eight-service-section .eight-service-text h2 {
    max-width: 285px;
  }
}
@media screen and (max-width: 1280px) {
  .main-header-eight .appheader-content .site-logo {
    margin-right: 155px;
  }
}
@media screen and (max-width: 1199px) {
  .main-header-eight .appheader-content .site-logo {
    margin-right: 115px;
  }

  .ei-screenshots-section .ei-screen-mobile-image {
    width: 322px;
  }
}
@media screen and (max-width: 1024px) { 
  .main-header-eight .appheader-content .site-logo  {
    margin-right: 40px
  }
  .main-header-eight .appheader-content .navigation-eight li {
    margin-right: 10px;
  }
  .main-header-eight .appheader-content .h-eight-social {
    margin-left: 0;
  }
  .eg-fun-fact-section .eg-fun-fact-mockup {
    left: -320px;
  }
  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after,
  .ei-team-section .ei-team-content .owl-item .ei-team-img:after {
    left: 70px;
  }
  .ei-team-section .ei-team-content .owl-nav .owl-prev,
  .ei-team-section .ei-team-content .owl-nav .owl-next {
    position: static;
    text-align: center;
    margin: 0px 8px;
    transform: translateY(0);
  }
  .ei-team-section .ei-team-content .owl-nav {
    text-align: center;
    margin-top: 20px;
  }
  .ei-newslatter-section .ei-newslatter-mockup {
    display: none;
  }
  .ei-footer-widget .download-btn a {
    margin-right: 0px;
  }
  .eight-service-section .eight-service-slide .ei-service-slide-btn {
    margin-left: 15px;
  }
  .eight-service-section .eight-service-text h2 {
    max-width: 245px;
  }
  .ei-testimonial-section .ei-testimonial-img-text {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .main-header-eight .appheader-content .navigation-eight {
    display: none;
  }

  .main-header-eight .appheader-content .h-eight-social {
    display: none;
  }

  .appi-ei-mobile_menu_button {
    display: block;
  }

  .main-header-eight .appheader-content {
    padding: 0px 20px;
  }

  .main-header-eight .appheader-content .sign-up-btn-eight {
    margin-right: 50px;
  }

  .eight-banner-section .eight-banner-content .ei-banner-mbl-mockup {
    position: static;
    margin-top: 40px;
  }

  .eight-banner-section {
    padding-bottom: 100px;
  }

  .feature-eight-section {
    padding: 100px 0px;
  }

  .feature-eight-section .eight-feature-box {
    margin-bottom: 50px;
  }

  .eight-service-section .eight-service-slide {
    width: 100%;
  }

  .eight-service-section .eight-service-text {
    width: 100%;
  }

  .eight-service-section:after {
    display: none;
  }

  .eight-service-section:before {
    display: none;
  }

  .eight-service-section .s-shape-bg2 {
    display: none;
  }

  .eight-service-section .eight-service-text:before {
    display: none;
  }

  .eight-service-section .eight-service-slide a:nth-child(3) {
    transform: translateX(0);
  }

  .ei-service-slide-mbl {
    position: relative;
    right: 0;
    top: 0;
  }

  .eight-service-section .eight-service-slide .ei-service-slide-btn {
    max-width: 475px;
    margin: 0 auto;
  }

  .eight-service-section .eight-service-text h2 {
    margin: 0 auto;
    color: #000;
    max-width: 400px;
    padding-top: 30px;
    text-align: center;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup {
    position: static;
    margin-bottom: 40px;
  }

  .eg-fun-fact-section .eg-funfact-text {
    float: none !important;
  }

  .eg-how-work-section .how-work-mockup {
    text-align: center;
  }

  .ei-team-section .ei-team-pic-text .ei-team-social {
    right: 13px;
  }

  .ei-screenshots-section .ei-screen-mobile-image {
    width: 270px;
  }

  #testimonial-scroller {
    max-width: 570px;
  }

  .ei-newslatter-section .ei-newslatter-box .ei-news-vector2 {
    display: none;
  }

  .ei-footer-section {
    padding-top: 100px;
  }

  .testimonial-floatingimg {
    display: none;
  }

  .eg-how-work-section .how-work-mockup .hw-shape1,
  .eg-how-work-section .how-work-mockup .hw-shape2 {
    display: none;
  }
  .ei-appdownload-section {
    padding-bottom: 60px;
  }
  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after,
  .ei-team-section .ei-team-content .owl-item .ei-team-img:after {
    display: none;
  }
  .ei-team-pic-text {
    max-width: 300px;
    margin: 0 auto;
  }
  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
    right: 0px;
  }
  .ei-footer-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ei-screenshots-section .ei-screen-mobile-image {
    width: 370px;
    height: 655px;
  }
}
@media screen and (max-width: 680px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 65px;
  }

  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
    left: 75px;
  }
}
@media screen and (max-width: 580px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 60px;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
    display: none;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item2 {
    display: none;
  }

  .eg-how-work-section .ei-how-work-content-item {
    padding-left: 50px;
  }

  .ei-team-pic-text {
    max-width: 270px;
    margin: 0 auto;
  }

  .ei-team-section .ei-team-pic-text .ei-team-social {
    right: -40px;
  }

  .ei-screenshots-section .ei-screen-mobile-image {
    width: 305px;
  }

  #testimonial-scroller {
    max-width: 450px;
  }

  #testimonial-scroller .ei-testimonial-text {
    display: block;
    overflow: hidden;
  }

  .ei-newslatter-section .ei-newslatter-contnet {
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .eight-banner-section .eight-banner-content h1 {
    text-align: center;
    font-size: 50px;
  }

  .cd-headline.clip .cd-words-wrapper::after {
    height: 40px;
  }

  .eight-banner-section .eight-banner-content p {
    text-align: center;
  }

  .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
    text-align: center;
  }

  .ei-banner-review {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }

  .eight-banner-section .eight-banner-content .ei-banner-review ul {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ei-service-icon-text .ei-service-icon {
    margin-left: 30px;
  }

  .eg-fun-fact-section .eg-fun-fact-mockup .fn-shape {
    display: none;
  }

  .pera-content p {
    overflow: hidden;
  }

  .hw-mockup-img {
    margin-top: 20px;
  }

  .eg-how-work-section .how-work-mockup .hw-shape1,
  .eg-how-work-section .how-work-mockup .hw-shape2,
  .ei-faq-section .fq-shape-style3,
  .ei-faq-section .fq-shape-style4 {
    display: none;
  }

  .ei-team-section .ei-team-content .owl-nav {
    width: 150px;
    margin: 0 auto;
    margin-top: 40px;
    position: static;
    transform: translateY(0);
  }

  .ei-faq-section .ei-faq-queans {
    margin-top: 20px;
  }

  .ei-faq-section .ei-faq-queans .ei-faq-header button {
    text-align: left;
  }

  .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
    left: -10px;
  }
}
@media screen and (max-width: 420px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 42px;
  }

  .cd-headline.clip .cd-words-wrapper::after {
    height: 30px;
  }

  .feature-eight-section {
    padding: 50px 0px;
  }

  .eight-section-title h2 {
    font-size: 28px;
  }

  .eight-service-slide {
    padding-right: 0;
  }

  .ei-service-icon-text .ei-service-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }

  .ei-service-icon-text .ei-service-icon i {
    font-size: 35px;
  }

  .eight-service-section {
    padding: 65px 0px;
  }

  .eight-service-section .eight-service-slide a:nth-child(1) {
    margin-bottom: 30px;
  }

  .eight-service-section .eight-service-slide a:nth-child(2) {
    margin-bottom: 30px;
    transform: translateX(0);
  }

  .eight-service-section .eight-service-text {
    padding-top: 40px;
  }

  .eight-service-section .eight-service-text h2 {
    font-size: 30px;
  }

  .eg-fun-fact-section {
    padding: 60px 0px;
  }

  .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer {
    font-size: 36px;
  }

  .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number strong {
    font-size: 30px;
    top: 4px;
  }

  .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
    font-size: 20px;
    max-width: 100px;
  }

  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
    margin-right: 0;
    margin-bottom: 15px;
    float: none !important;
  }

  .eg-how-work-section .ei-how-work-content-item {
    padding-left: 30px;
  }

  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
    font-size: 20px;
  }

  .eg-how-work-section {
    padding-bottom: 30px;
  }

  .ei-app-down-text {
    padding: 50px 0px;
  }

  .ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
    padding: 20px 30px;
  }

  .ei-faq-section .ei-faq-queans .ei-faq {
    padding: 0px 30px;
  }

  .ei-faq-section {
    padding: 60px 0px;
  }

  .ei-screenshots-section {
    padding: 60px 0px;
  }

  .ei-testimonial-section {
    padding: 60px 0px;
  }

  .ei-testimonial-section .ei-testimonial-img-text {
    padding: 25px 20px 25px 0px;
  }

  .ei-footer-widget {
    margin-bottom: 30px;
  }

  .ei-footer-copyright .ei-copyright-menu {
    float: left;
  }

  .ei-footer-copyright .ei-copyright-menu a {
    margin-left: 0;
    margin-right: 15px;
  }

  .eg-how-work-text {
    display: block;
    width: 100%;
  }

  .ei-team-section {
    padding: 60px 0px;
  }

  .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn a:nth-child(1) {
    height: 45px;
    width: 150px;
    line-height: 45px;
  }

  .eight-banner-section .eight-banner-content .banner-content-box .ei-banner-btn {
    padding: 20px 0px 10px 0px;
  }

  .main-header-eight .appheader-content .site-logo {
    margin-right: 30px;
  }

  .ei-footer-section {
    padding-top: 60px;
  }

  .eg-how-work-section .how-work-mockup {
    padding-left: 0;
  }

  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-img:after {
    left: 35px;
  }

  .ei-team-section .ei-team-content .owl-item.active.center .ei-team-social {
    right: -5px;
  }

  .swiper-container {
    width: 295px;
  }
}
@media screen and (max-width: 380px) {
  .eight-banner-section .eight-banner-content h1 {
    font-size: 36px;
  }

  .ei-appdownload-section .app-down-btn a {
    margin-bottom: 20px;
  }

  .ei-testimonial-section .ei-testimonial-img-text:before {
    display: none;
  }

  .ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button button {
    width: 150px;
    margin: 0 auto;
  }

  .ei-newslatter-section .ei-newslatter-contnet .ei-newslatter-form form .nws-button {
    position: static !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .eg-how-work-section .mCustomScrollBox {
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  .main-header-eight .appheader-content .sign-up-btn-eight {
    width: 80px;
  }

  .eight-banner-section .eight-banner-content h1 {
    font-size: 33px;
  }

  .eight-section-title h2 {
    font-size: 24px;
  }

  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
    font-size: 16px;
  }

  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
    display: none;
  }

  .eg-how-work-section .eg-how-work-content {
    padding-left: 5px;
  }

  .ei-faq-section .ei-faq-queans .ei-faq-header button {
    font-size: 16px;
  }

  .ei-testimonial-section .ei-testimonial-img-text {
    border-radius: 0;
    padding: 20px;
  }

  .ei-testimonial-section .ei-testimonial-img-text .ei-testimonial-img {
    float: none !important;
    top: 0;
    margin-bottom: 15px;
  }

  .ei-footer-widget .download-btn a {
    margin-bottom: 20px;
    display: block;
  }

  .ei-footer-widget h4 {
    margin-bottom: 10px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.appseo-home {
  margin: 0;
  padding: 0;
  color: #415e8d;
  font-size: 16px;
  line-height: 1.765;
  overflow-x: hidden;
  font-family: 'Manrope', sans-serif;;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.appseo-home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.appseo-home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.appseo-home .container {
  max-width: 1200px;
}

.appseo-preloader {
  background-color: #fff;
  background: #fff url("../img/seo/pre.svg") no-repeat center center;
}

.appseo-headline h1,
.appseo-headline h2,
.appseo-headline h3,
.appseo-headline h4,
.appseo-headline h5,
.appseo-headline h6 {
  margin: 0;
  font-family: 'Manrope', sans-serif;;
}

.appseo-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

.appseo-scrollup i {
  color: #fff;
  font-size: 20px;
}

.appseo-section-title {
  padding-bottom: 35px;
}

.appseo-section-title:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 25px;
  margin: 0 auto;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/ts1.png);
}

.appseo-section-title p {
  color: #415e8d;
  font-size: 18px;
  text-transform: capitalize;
}

.appseo-section-title h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-partner{
  margin-top: 30px;
}
.about-partner .appseo-section-title h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-partner .appseo-section-title:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 25px;
  margin: 0 auto;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/ts1.png);
}

@keyframes borderplsseo {
  0% {
    box-shadow: 0 0 0 0 #f7d4c0;
  }
  70% {
    box-shadow: 0 0 0 10px #f7d4c0;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #f7d4c0;
    opacity: 0;
  }
}
.appseo-section-title2 p {
  color: #ff8533;
  font-size: 18px;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
  padding-bottom: 18px;
}

.appseo-section-title2 p:before,
.appseo-section-title2 p:after {
  width: 8px;
  height: 8px;
  content: "";
  left: 6px;
  top: 12px;
  z-index: 2;
  position: absolute;
  border-radius: 100%;
  background-color: #ff8533;
}

.appseo-section-title2 p:after {
  left: 0;
  top: 6px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #f7d4c0;
  animation: borderplsseo 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

.appseo-section-title2 h2 {
  color: #213e6e;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.125;
}
@keyframes appseoupdown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes appseoupdown {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes appseoupdown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes videoup {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 243, 234, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 243, 234, 0);
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@keyframes flying {
  0% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(2px, 2px);
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

.appseo-btn-hover {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.appseo-btn-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 40px;
  transition: all 0.5s;
  opacity: 1;
  z-index: -1;
  transform: translate(-105%, 0);
  background-color: rgba(255, 255, 255, 0.8);
}

.appseo-btn-hover:hover:before {
  opacity: 0;
  transform: translate(0, 0);
}
.partner-img p{
  text-align: center;
  padding-bottom: 15px;
}
.partner-img{
  /*border-radius: 0 38px 38px 38px;*/
  background: white;
  box-shadow: 0px 6px 20px 0px rgb(0 0 0 / 13%);
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.appseo-main-header {
  z-index: 5;
  width: 100%;
  padding-top: 60px;
  position: absolute;
}

.appseo-main-header .navbar-nav {
  display: inherit;
}


@media (max-width: 640px){
  .appseo-main-header .appseo-logo img{
    max-width: 250px;
  }
}

.appseo-main-header .appseo-main-navigation {
  padding-top: 13px;
  display: inline-block;
}

.appseo-main-header .appseo-main-navigation li {
  margin-left: 35px;
}

.appseo-main-header .appseo-main-navigation li a {
  color: #213e6e;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 20px;
}
.appseo-main-header .appseo-main-navigation li a.active {
  color:  #ff8533;
}

.appseo-main-header .appseo-main-navigation .dropdown {
  position: relative;
}

.appseo-main-header .appseo-main-navigation .dropdown:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 2px;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #ff6626;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:before {
  display: none;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:hover {
  background-color: #ff8533;
  color: #fff;
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.appseo-main-header .appseo-main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.appseo-main-header .appseo-main-navigation .dropdown:hover .dropdown-menu {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.appseo-main-header .appseo-sidebar-button {
  display: inline-block;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle {
  width: 20px;
  height: 15px;
  cursor: pointer;
  margin-left: 65px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span {
  position: relative;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:before {
  content: "";
  position: absolute;
  background-color: #213e6e;
  transition: 0.3s all ease-in-out;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(1):before {
  top: 0;
  height: 3px;
  width: 14px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(2):before {
  top: 4px;
  height: 3px;
  width: 19px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(3):before {
  top: 8px;
  height: 3px;
  width: 15px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle span:nth-child(4):before {
  top: 12px;
  height: 3px;
  width: 20px;
}

.appseo-main-header .appseo-sidebar-button .sidebar-appseo-toggle:hover span:before {
  width: 20px;
}

.appseo-main-header .header-button {
  height: 58px;
  width: 185px;
  float: right;
  line-height: 58px;
  margin-left: 13px;
  border-radius: 32px;
  display: inline-block;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

.appseo-main-header .header-button a {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.appseo-main-header .header-button:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

.appseo-sticky-header-overlay {
  background-color: #fff;
  animation-duration: 0.7s;
  top: 0px;
  position: fixed;
  padding: 5px 0px;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}
.appseo-main-header.appseo-sticky-header-overlay .appseo-logo {
  padding-top: 20px;
}
.appseo-main-header.appseo-sticky-header-overlay {
  z-index: 9;
  top: 0px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.appseo-main-header.appseo-sticky-header-overlay .header-button {
  margin-top: 6px;
}
.appseo-main-header.appseo-sticky-header-overlay .dropdown:hover .dropdown-menu {
  top: 45px;
}

.side_inner_content {
  top: 0px;
  bottom: 0;
  right: -320px;
  height: 110vh;
  z-index: 101;
  position: fixed;
  width: 300px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 50px 30px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s;
}

.side_inner_content p {
  text-align: left;
}

.side_inner_content .side_inner_logo {
  margin: 30px 0px;
}

.side_inner_content .side_contact {
  margin-bottom: 30px;
}

.side_inner_content .side_contact .social_widget h3 {
  font-size: 18px;
  padding: 10px 0px 20px 0px;
}

.side_inner_content .side_contact .social_widget li {
  margin: 0px 3px;
}

.side_inner_content .side_copywright {
  font-size: 14px;
}

.side_inner_content .close_btn {
  top: 30px;
  left: 20px;
  cursor: pointer;
  position: absolute;
}

.side_inner_content .close_btn i {
  font-size: 14px;
}

.wide_side_inner.wide_side_on .side_inner_content {
  right: -15px;
  z-index: 99;
  transition: all 0.7s;
}

.wide_side_inner {
  display: inline-block;
}

.wide_side_inner .side_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 9;
  height: 110vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.body_overlay_on {
  overflow: hidden;
}

.wide_side_inner.wide_side_on .side_overlay {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.appseo-banner-section .cd-headline.rotate-3 .cd-words-wrapper {
  perspective: 300px;
  position: relative;
}

.appseo-banner-section .cd-headline.rotate-3 b {
  opacity: 0;
}

.appseo-banner-section .cd-headline.rotate-3 i {
  display: inline-block;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  font-weight: 700;
}

.appseo-banner-section .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.appseo-banner-section .is-visible .cd-headline.rotate-3 i {
  transform: rotateY(0deg);
}

.appseo-banner-section .cd-headline.rotate-3 i.in {
  animation: cd-rotate-3-in 0.6s forwards;
}

.appseo-banner-section .cd-headline.rotate-3 i.out {
  animation: cd-rotate-3-out 0.6s forwards;
}

.appseo-banner-section .no-csstransitions .cd-headline.rotate-3 i {
  transform: rotateY(0deg);
  opacity: 0;
}

.appseo-banner-section .no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

.appseo-banner-section .appseo-banner-content {
  max-width: 480px;
  padding: 280px 0px 70px 0px;
}

.appseo-banner-section .appseo-banner-content h1 {
  color: #213e6e;
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
}

.appseo-banner-section .appseo-banner-content .cd-words-wrapper b.is-visible {
  position: relative;
}

.appseo-banner-section .appseo-banner-content p {
  color: #213e6e;
  font-size: 20px;
  padding-bottom: 28px;
  line-height: 1.5;
}

.appseo-banner-section .appseo-banner-content .banner-call-action {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-icon {
  margin-right: 20px;
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-icon svg {
  height: 40px;
  width: 40px;
  fill: #213e6e;
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
  color: #213e6e;
  font-size: 26px;
  font-weight: 300;
}

.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text span{
  color: #ff8533;
  font-weight: 900;
  font-style: italic;
}
.appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text a{
  font-weight: 900;
}

.appseo-banner-section .appseo-banner-content .banner-btn {
  display: flex;
}

.appseo-banner-section .appseo-banner-content .banner-btn .qut-btn {
  z-index: 1;
  width: 200px;
  height: 62px;
  position: relative;
  line-height: 62px;
  margin-right: 20px;
  border-radius: 52px;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
}

.appseo-banner-section .appseo-banner-content .banner-btn .qut-btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.appseo-banner-section .appseo-banner-content .banner-btn .qut-btn:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn {
  z-index: 1;
  width: 70px;
  height: 70px;
  line-height: 72px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn:before {
  top: -15px;
  left: -15px;
  z-index: -1;
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff3ea;
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn a {
  width: 100%;
  display: block;
  color: #ff8533;
  font-size: 25px;
}

.appseo-banner-section .appseo-banner-content .banner-btn .banner-video-btn .video-border {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  width: 100px;
  height: 100px;
  margin-left: 0.5px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #fff3ea;
  animation: videoup 3s infinite;
}

.appseo-banner-section .banner-shape {
  z-index: -1;
  position: absolute;
}

.appseo-banner-section .appseo-banner-shape1 {
  top: 0;
  left: -490px;
}

.appseo-banner-section .appseo-banner-shape2 {
  top: 300px;
  left: 140px;
}

.appseo-banner-section .appseo-banner-shape3 {
  top: 0;
  right: 0;
}

.appseo-banner-section .appseo-banner-shape4 {
  left: 50%;
  top: 260px;
  transform: translateX(-50%);
}

.appseo-banner-section .appseo-banner-vector {
  top: 200px;
  right: 140px;
  
}

/*---------------------------------------------------- */
/*Servcie area*/
/*----------------------------------------------------*/
.appseo-service-section {
  padding: 85px 0px 120px;
}

.appseo-service-section .appseo-service-vector {
  position: absolute;
  bottom: 150px;
  left: 140px;
}

.appseo-service-content {
  padding-top: 40px;
}

.appseo-service-content .appseo-service-icon-text {
  z-index: 1;
  overflow: hidden;
  padding: 55px 35px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 35px 0px rgba(164, 177, 235, 0.13);
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon {
  width: 142px;
  height: 142px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 42px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #6cc8e0 15%, #afe1ee 100%);
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon svg {
  height: 70px;
  fill: #fff;
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon:before,
.appseo-service-content .appseo-service-icon-text .appseo-service-icon:after {
  top: 15px;
  left: -25px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/sericon2.png);
}

.appseo-service-content .appseo-service-icon-text .appseo-service-icon:after {
  top: 0;
  left: auto;
  right: -45px;
  background-image: url(../img/seo/shape/sericon1.png);
}

.appseo-service-content .appseo-service-icon-text .appseo-service-text h3 {
  color: #213e6e;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
}

.appseo-service-content .appseo-service-icon-text .appseo-service-text p {
  color: #415e8d;
  line-height: 1.75;
}

.appseo-service-content .appseo-service-icon-text:before {
  top: -135px;
  right: -120px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
  background-image: url(../img/seo/shape/s-shape1.png);
}

.appseo-service-content .appseo-service-box {
  transition: 0.3s all ease-in-out;
  background-color: #fff;
}

.appseo-service-content .appseo-service-box:after {
  left: 0;
  right: 0;
  content: "";
  height: 8px;
  bottom: -4px;
  width: 240px;
  margin: 0 auto;
  position: absolute;
  border-radius: 30px;
  background-color: #8fd5e7;
  transition: 0.3s all ease-in-out;
}

.appseo-service-content .appseo-service-box:hover {
  transform: translateY(40px);
}

.appseo-service-content .appseo-service-box:hover:after {
  width: 270px;
}

.appseo-service-content .appseo-service-box:hover .appseo-service-icon-text:before {
  top: -145px;
  right: -130px;
}

.appseo-service-content .col-lg-4:nth-child(2) .appseo-service-box:after {
  background-color: #ff8833;
}

.appseo-service-content .col-lg-4:nth-child(2) .appseo-service-box .appseo-service-icon {
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

.appseo-service-content .col-lg-4:nth-child(3) .appseo-service-box:after {
  background-color: #3c58e8;
}

.appseo-service-content .col-lg-4:nth-child(3) .appseo-service-box .appseo-service-icon {
  background-image: linear-gradient(45deg, #2b3fe1 15%, #4f73ef 100%);
}

/*---------------------------------------------------- */
/*about area*/
/*----------------------------------------------------*/
.appseo-about-section {
  padding: 260px 0px 105px;
}

.appseo-about-section:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/abbg.png);
}

.appseo-about-section .partner-slide-area {
  padding-top: 50px;
}

.appseo-about-section .partner-slide-area .owl-item img {
  width: inherit;
}

.appseo-about-section .partner-slide-area .owl-nav {
  display: none;
}

.appseo-about-section .appseo-about-img {
  top: 60px;
  left: -110px;
  position: absolute;
}

.appseo-about-section .appseo-about-content {
  float: right;
  max-width: 580px;
  padding-right: 2px;
}

.appseo-about-section .appseo-about-content .appseo-section-title2 h2 {
  padding-bottom: 15px;
  font-size: 33px;
}
.appseo-about-text{
  text-align: justify;
  text-align: justify;
  word-spacing: -1px;
  letter-spacing: .5px;
}
.appseo-about-section .appseo-about-content .appseo-about-quote {
  position: relative;
  margin: 25px 0px 46px;
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-icon-about {
  top: 0;
  left: 0;
  position: absolute;
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-icon-about svg {
  height: 40px;
  fill: #ff8533;
}

.appseo-about-section .appseo-about-content .appseo-about-quote .quote-text-about {
  color: #ff8533;
  font-weight: 700;
  padding-left: 65px;
  font-style: italic;
  font-size: 22px;
}

.appseo-about-section .appseo-about-content .appseo-about-btn {
  color: #fff;
  height: 60px;
  width: 220px;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
}

.appseo-about-section .appseo-about-content .appseo-about-btn a {
  width: 100%;
  display: block;
}

.appseo-about-section .appseo-about-content .appseo-about-btn:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

/*---------------------------------------------------- */
/*ready-go area*/
/*----------------------------------------------------*/
.ready-to-grow-section {
  overflow: visible;
  padding: 120px 0px 130px;
  z-index: 1;
  background-color: #00183e;
}

.ready-to-grow-section:before {
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-image: url(../img/seo/shape/r-shape.png);
}

.ready-to-grow-section .ready-vector {
  top: -20px;
  left: 50px;
  position: absolute;
  animation: appseoupdown 2s infinite alternate;
}

.ready-to-grow-section .ready-go-title {
  color: #fff;
  padding-bottom: 50px;
}

.ready-to-grow-section .ready-go-title span {
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ready-to-grow-section .ready-go-title h2 {
  font-size: 40px;
  font-weight: 700;
}

.ready-to-grow-section .ready-go-form {
  margin: 0 auto;
  max-width: 955px;
}

.ready-to-grow-section .ready-go-form .ready-go-input-area {
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}

.ready-to-grow-section .ready-go-form .ready-go-input-area:before {
  top: 0;
  left: 41%;
  width: 2px;
  content: "";
  height: 100px;
  position: absolute;
  background-color: #dddddd;
}

.ready-to-grow-section .ready-go-form .ready-go-input-area input {
  float: left;
  width: 395px;
  height: 60px;
  border: none;
  padding-left: 30px;
}

.ready-to-grow-section .ready-go-form .sub-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.ready-to-grow-section .ready-go-form .sub-btn button {
  color: #fff;
  height: 60px;
  width: 220px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  text-transform: uppercase;
  background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
}

/*---------------------------------------------------- */
/*appseo-mission area*/
/*----------------------------------------------------*/
.appseo-mission-area-section {
  padding: 125px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

.appseo-mission-area-section:after {
  top: -30%;
  right: -55%;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/rg-shape1.png);
}

.appseo-mission-area-section .appseo-mission-vector {
  right: 0;
  top: 120px;
  position: absolute;
}

.appseo-mission-area-text {
  max-width: 480px;
}

.appseo-mission-area-text .appseo-section-title2 {
  padding-bottom: 85px;
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon {
  z-index: 1;
  top: 30px;
  float: left;
  width: 115px;
  height: 112px;
  margin-left: 30px;
  position: relative;
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon svg {
  height: 50px;
  fill: #fff;
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-item-icon:before {
  top: -40px;
  left: -35px;
  content: "";
  z-index: -1;
  width: 130px;
  height: 130px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/ms1.png);
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content:nth-child(2) .appseo-mission-item-icon:before {
  background-image: url(../img/seo/shape/ms2.png);
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content:nth-child(3) .appseo-mission-item-icon:before {
  background-image: url(../img/seo/shape/ms3.png);
}

.appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-area-text h3 {
  color: #213e6e;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}

/*---------------------------------------------------- */
/*pricing area*/
/*----------------------------------------------------*/
.appseo-pricing-section {
  position: relative;
  padding-top: 80px;
}

.appseo-pricing-section:after {
  top: 35%;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/seo/shape/abbg.png);
}

.appseo-pricing-section .appseo-pricing-title {
  margin: 0 auto;
  max-width: 675px;
  padding-bottom: 125px;
}

.appseo-pricing-section .appseo-pricing-title h2 {
  color: #213e6e;
  font-size: 40px;
  font-weight: 700;
}

.appseo-pricing-section .appseo-pricing-item {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.appseo-pricing-section .appseo-pricing-item:after {
  content: "";
  height: 275px;
  width: 275px;
  bottom: 15px;
  right: -100px;
  z-index: -1;
  background-image: url(../img/seo/shape/pr-shape.png);
  position: absolute;
}

.appseo-pricing-section .appseo-pricing-inner-box {
  z-index: 1;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 125px 25px 50px 25px;
  box-shadow: 0px 0px 35px 0px rgba(164, 177, 235, 0.13);
}
.lwide{
  max-width: 100% !important;
  margin-top: 100px !important;
}

.appseo-pricing-section .appseo-pricing-inner-box:after {
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 210px;
  height: 125px;
  position: absolute;
  background-image: url(../img/seo/shape/prs.png);
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-img {
  top: -90px;
  left: 0;
  right: 0;
  position: absolute;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price-title h3 {
  font-size: 20px;
  font-weight: 600;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price {
  font-weight: 600;
  line-height: 1;
  padding: 20px 0px 5px;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price span {
  color: #3d59e8;
  font-size: 50px;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price strong {
  line-height: 1;
  color: #213e6e;
  font-size: 30px;
  font-weight: 600;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-module {
  margin-bottom: 20px;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-module span {
  font-weight: 600;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-list li {
  padding: 8px 0px;
  border-bottom: 2px dashed #e9e9e9;
  line-height: 1.3;
}

.dooo{
  border-top: 2px dashed #e9e9e9;
  margin-top: 15px;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-list li:last-child {
  border-bottom: none;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn {
  color: #fff;
  height: 60px;
  /*width: 260px;*/
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  background-size: 200% auto;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn a {
  display: block;
  width: 100%;
}

.appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn:hover {
  transition: 0.3s all ease-in-out;
  background-position: right center;
}

.appseo-pricing-section .appseo-pricing-inner-box.popular-appseo {
  top: 0px;
  position: relative;
}

.appseo-pricing-section .appseo-pricing-inner-box.popular-appseo .appseo-pricing-btn {
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}
.ltext{
  font-size: 15px;
  line-height: 1.4;
}

.digital-pack {
    padding: 55px 0px 70px;
}
.digital-pack .row{
  align-items: center;
}
.text-crm h2{
  font-weight: 900;
  font-size: 43px;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 1.1;
}
.text-crm ul{
  padding: 0;
  margin: 0;
}
.text-crm li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 5px;
  list-style-type: none;
  line-height: 1.4;
}
.text-crm li:before {
    top: 0;
    left: 0;
    content: "+";
    position: absolute;
}
.img-crm img{
  max-width: 100%;
}
.digital-pack .appseo-about-quote {
  position: relative;
  margin: 25px 0px 25px;
}

.digital-pack .appseo-about-quote .quote-icon-about {
  top: 0;
  left: 0;
  position: absolute;
}

.digital-pack .appseo-about-quote .quote-icon-about svg {
  height: 40px;
  fill: #ff8533;
}

.digital-pack .appseo-about-quote .quote-text-about {
  color: #ff8533;
  font-weight: 600;
  padding-left: 65px;
  font-style: italic;
  font-size: 23px;
}


/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.appseo-cta-section {
  z-index: 1;
  overflow: visible;
  padding: 120px 0px 105px;
}

.appseo-cta-section .appseo-call-vector {
  top: 45px;
  right: 220px;
  position: absolute;
  animation: flying 1.5s linear infinite;
}

.appseo-cta-section:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*background-image: url(../img/seo/banner/ctabg.jpg);*/
}

.appseo-cta-section .overlay-bg {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  position: absolute;
  background-image: linear-gradient(45deg, #05297d 15%, #0e75e6 100%);
}

.appseo-cta-section .appseo-cta-content {
  padding-left: 125px;
}

.appseo-cta-section .appseo-cta-content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.appseo-cta-section .appseo-call-btn-area {
  padding-left: 90px;
}

.appseo-cta-section .appseo-cta-btn {
  color: #fff;
  z-index: 5;
  height: 70px;
  width: 255px;
  font-size: 14px;
  font-weight: 700;
  line-height: 70px;
  position: relative;
  border-radius: 40px;
  text-transform: uppercase;
  background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
}

.appseo-cta-section .appseo-cta-btn a {
  width: 100%;
  display: block;
}

.bubble-dotted {
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}

.bubble-dotted .dotted {
  position: absolute;
  border-radius: 50%;
}

.bubble-dotted .dotted-1 {
  width: 11px;
  height: 11px;
  left: 100px;
  top: 50%;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-2 {
  width: 7px;
  height: 7px;
  left: 240px;
  top: 40%;
  animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-3 {
  width: 11px;
  height: 11px;
  left: 460px;
  top: 30%;
  animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-4 {
  width: 16px;
  height: 16px;
  left: 430px;
  top: 90%;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-5 {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-6 {
  width: 9px;
  height: 9px;
  left: 70%;
  top: 230px;
  animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-7 {
  width: 6px;
  height: 6px;
  left: 65%;
  top: 30%;
  animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-8 {
  width: 6px;
  height: 6px;
  left: 85%;
  top: 35%;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-9 {
  width: 13px;
  height: 13px;
  left: 90%;
  top: 40%;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-10 {
  width: 12px;
  height: 12px;
  left: 80%;
  top: 70%;
  animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.appseo-cta-section .bubble-dotted .dotted {
  position: absolute;
  background: #fff;
  border-radius: 50%;
}

.appseo-cta-section .bubble-dotted .dotted-1 {
  width: 6px;
  height: 6px;
  left: 270px;
  top: 100px;
}

.appseo-cta-section .bubble-dotted .dotted-2 {
  width: 6px;
  height: 6px;
  left: 190px;
  top: 210px;
}

.appseo-cta-section .bubble-dotted .dotted-3 {
  width: 11px;
  height: 11px;
  left: 150px;
  top: 90%;
}

.appseo-cta-section .bubble-dotted .dotted-4 {
  width: 11px;
  height: 11px;
  left: 25%;
  top: 100px;
}

.appseo-cta-section .bubble-dotted .dotted-5 {
  width: 11px;
  height: 11px;
  left: 45%;
  top: 60px;
}

.appseo-cta-section .bubble-dotted .dotted-6 {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 370px;
}

.appseo-cta-section .bubble-dotted .dotted-7 {
  width: 9px;
  height: 9px;
  left: 75%;
  top: 25px;
}

.appseo-cta-section .bubble-dotted .dotted-8 {
  width: 8px;
  height: 8px;
  left: 77%;
  top: 170px;
}

.appseo-cta-section .bubble-dotted .dotted-9 {
  width: 6px;
  height: 6px;
  left: 85%;
  top: 50%;
}

.appseo-cta-section .bubble-dotted .dotted-10 {
  width: 6px;
  height: 6px;
  left: 90%;
  top: 80%;
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.appseo-blog-section {
  padding: 110px 0px 120px;
  background-color: #f4f8ff;
}

.appseo-blog-section .appseo-section-title {
  margin-bottom: 50px;
}

.appseo-blog-img-text {
  z-index: 1;
  position: relative;
}

.appseo-blog-img-text:before {
  left: -5px;
  z-index: -1;
  content: "";
  width: 100%;
  top: 150px;
  height: 300px;
  border-radius: 10px;
  position: absolute;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.appseo-blog-img-text .appseo-blog-img .appseo-post-meta {
  right: 25px;
  height: 88px;
  width: 85px;
  bottom: -10px;
  color: #fff;
  height: 90px;
  line-height: 1;
  font-size: 15px;
  padding-top: 15px;
  position: absolute;
  border-radius: 10px;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
}

.appseo-blog-img-text .appseo-blog-img .appseo-post-meta span {
  line-height: 1;
  display: block;
  font-size: 40px;
  font-weight: 700;
}

.appseo-blog-img-text .appseo-blog-text {
  padding: 30px 45px;
}

.appseo-blog-img-text .appseo-blog-text h3 {
  line-height: 1.364;
  color: #213e6e;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
}

.appseo-blog-img-text .appseo-blog-text .appseo-blog-meta span {
  color: #415e8d;
  transition: 0.3s all ease-in-out;
}

.appseo-blog-img-text .appseo-blog-text .appseo-blog-meta a {
  color: #ff8533;
}

.appseo-blog-img-text:hover:before {
  background-color: #1d3762;
}

.appseo-blog-img-text:hover .appseo-blog-img .appseo-post-meta {
  background-image: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
}

.appseo-blog-img-text:hover .appseo-blog-text h3 {
  color: #fff;
}

.appseo-blog-img-text:hover .appseo-blog-meta span {
  color: #fff;
}

/*---------------------------------------------------- */
/*newsletter area*/
/*----------------------------------------------------*/
.appseo-newsletter-section {
  padding: 100px 0px;
}

.appseo-newsletter-section .newsletter-vector {
  left: -125px;
  bottom: -150px;
  position: absolute;
}

.appseo-newsletter-text h2 {
  color: #213e6e;
  font-size: 40px;
  font-weight: 800;
}

.appseo-newsletter-box {
  padding-left: 100px;
}

.appseo-newsletter-box input {
  width: 100%;
  height: 70px;
  border: none;
  padding-left: 30px;
  border-radius: 40px;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.09);
}

.appseo-newsletter-box .nws-button {
  top: 8px;
  right: 15px;
}

.appseo-newsletter-box .nws-button button {
  color: #fff;
  height: 55px;
  width: 160px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: transparent;
  box-shadow: 1.392px 9.903px 10px 0px rgba(66, 97, 234, 0.21);
  background-image: linear-gradient(45deg, #ff6525 15%, #ffa942 100%);
}

/*** 

====================================================================
  Fluid Section One
====================================================================

***/

.fluid-section-one{
  position:relative;
  background-color:#f6fafe;
}

.fluid-section-one .outer-container{
  position:relative;
  min-height:250px;
}

.fluid-section-one .map-column{
  position:absolute;
  right:0px;
  top:0px;
  width:50%;
  height:100%;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;  
}

.fluid-section-one .map-column iframe{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  display:block;
  width:100%;
  height:100%;
}

.fluid-section-one .content-column{
  position:relative;
  float:left;
  width:50%;
}

.fluid-section-one .content-column .inner-column{
  position:relative;
  max-width:620px;
  width:100%;
  float:right;
  padding:100px 60px 100px 15px;
}

.fluid-section-one .info-column{
  position:relative;
  margin-bottom:30px;
}

.fluid-section-one .info-column .column-inner{
  position:relative;
  text-align: center;
}

.fluid-section-one .info-column .column-inner .icon{
  position:relative;
  color:#ffffff;
  width:44px;
  height:44px;
  z-index:1;
  margin:0 auto;
  text-align:center;
  margin-bottom:45px;
  line-height:44px;
  text-align:center;
  display:block;
}

.fluid-section-one .info-column .column-inner .icon:after{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  background: #0046CB;
  transform:rotate(45deg);
  background: -webkit-linear-gradient(to right, #0046CB 0%, #00c2f7 100%);
  background: -moz-linear-gradient(to right, #0046CB 0%, #00c2f7 100%);
  background: linear-gradient(to right, #0046CB 0%, #00c2f7 100%);
}

.fluid-section-one .info-column .text{
  position:relative;
  color:#000c3f;
  font-size:16px;
  line-height:1.7em;
}

.fluid-section-one .info-column a{
  position:relative;
  color:#000c3f;
  font-size:16px;
  display:block;
  margin-bottom:4px;
}
.icon.fas.fa-phone+a,
.icon.fas.fa-phone+a+a{
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
}

/* Contact Form */

.contact-form{
  position:relative;
}

.contact-form .group-title{
  position:relative;
  margin-bottom:30px;
  margin-top:30px;
}

.contact-form .group-title h3{
  color:#000c3f;
  font-size:30px;
  font-weight:700;
}

.contact-form .form-group{
  position:relative;
  margin-bottom:20px;
}

.contact-form .form-group:last-child{
  margin-bottom:0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="number"],
.contact-form .form-group select,
.contact-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  height:52px;
  line-height:28px;
  padding:10px 20px;
  border-radius:0px;
  font-size: 16px;
  color: #000c3f;
  background-color:#eef4fa;
  border:1px solid #e7effc;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="number"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
  border-color:#fd5103;
}

.contact-form .form-group textarea{
  height:140px;
  resize:none;
}

.contact-form button{
  margin-top:10px;
  border:none;
}

.btn-style-three {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  overflow: hidden;
  background: none;
  border-radius: 50px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 32px 7px 7px;
  text-transform: capitalize
  background: #FD4F03;
  background: -webkit-linear-gradient(to right, #FD4F03 0%, #ffc300 100%);
  background: -moz-linear-gradient(to right, #FD4F03 0%, #ffc300 100%);
  background: linear-gradient(to right, #FD4F03 0%, #ffc300 100%);
}
.btn-style-three i {
  position: relative;
  width: 39px;
  height: 39px;
  font-size: 16px;
  line-height: 36px;
  text-align: center !important;
  border-radius: 50px;
  margin-right: 10px;
  display: inline-block;
  background: #FD4F03;
  background: -webkit-linear-gradient(to top, #FD4F03 0%, #FFC300 100%);
  background: -moz-linear-gradient(to top, #FD4F03 0%, #FFC300 100%);
  background: linear-gradient(to top, #FD4F03 0%, #FFC300 100%);
}
.btn-style-three i:before{
  position:relative;
}

.btn-style-three:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background: #FD4F03;
  background: -webkit-linear-gradient(to left, #FD4F03 0%, #FFC300 100%);
  background: -moz-linear-gradient(to left, #FD4F03 0%, #FFC300 100%);
  background: linear-gradient(to left, #FD4F03 0%, #FFC300 100%);
}

.btn-style-three .txt{
  position:relative;
  z-index:1;
}

.btn-style-three:hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover{
  color: #ffffff;
}

@media only screen and (max-width: 1023px){
  .fluid-section-one .content-column{
    width:100%;
  }
  
  .fluid-section-one .map-column{
    position:relative;
    width:100%;
    min-height:350px;
  }
  
  .fluid-section-one .content-column .inner-column{
    max-width:100%;
  }
  
  .fluid-section-one .map-column{
    float:right;
  }
}


/*** 

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
.appseo-footer-area-section {
  padding: 60px 0px 50px;
}

.appseo-footer-area-section:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 5, 46, 0.9);
  top: 0;
  left: 0;
}

.appseo-footer-widget .appseo-widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-logo {
  margin-bottom: 10px;
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-about p {
  color: #dddddd;
  max-width: 490px;
  line-height: 1.6;
  padding-bottom: 15px;
  font-size: 14px;
  text-align: justify;
  word-spacing: -1px;
  letter-spacing: .99px;
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-about strong {
  color: #6d83f9;
  font-size: 14px;
  font-weight: 700;
}

.appseo-footer-widget .footer-logo-widget .appseo-footer-about span {
  color: #fff;
  display: block;
  font-size: 14px;
  max-width: 170px;
}

.appseo-footer-widget .appseo-footer-menu-widget li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}

.appseo-footer-widget .appseo-footer-menu-widget li:before,
.appseo-footer-widget .appseo-footer-menu-widget li:after {
  left: 0;
  top: 10px;
  width: 7px;
  content: "";
  height: 7px;
  position: absolute;
  border-radius: 100%;
  background-color: #ff8533;
}

.appseo-footer-widget .appseo-footer-menu-widget li:after {
  left: 10px;
}

.appseo-footer-widget .appseo-footer-menu-widget li a {
  color: #c9c9c9;
  transition: 0.3s all ease-in-out;
}

.appseo-footer-widget .appseo-footer-menu-widget li a:hover {
  color: #ff8533;
}

.appseo-copyright {
  margin-top: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.appseo-copyright:after {
  top: 18px;
  content: "";
  height: 2px;
  width: 450px;
  right: 20%;
  z-index: -1;
  margin: 0 auto;
  position: absolute;
  background-color: #333a66;
}

.appseo-copyright .appseo-copyright-text {
  float: left;
}

.appseo-copyright .appseo-copyright-text span {
  color: #dddddd;
}

.appseo-copyright .appseo-copyright-text span a {
  color: #ff8533;
}

.appseo-copyright .appseo-footer-social {
  float: right;
}

.appseo-copyright .appseo-footer-social a {
  width: 45px;
  color: #fff;
  height: 45px;
  margin-left: 5px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}

.appseo-copyright .appseo-footer-social a:nth-child(1) {
  background-color: #2662db;
}

.appseo-copyright .appseo-footer-social a:nth-child(2) {
  background-color: #e2463d;
}

.appseo-copyright .appseo-footer-social a:nth-child(3) {
  background-color: #28c5f4;
}

.appseo-copyright .appseo-footer-social a:nth-child(4) {
  background-color: #206096;
}

.appseo-copyright .appseo-footer-social a:nth-child(5) {
  background-color: #d0101f;
}

#partner-slide .owl-nav {
  text-align: center;
  display: table;
  margin: 35px auto 0;
  padding-top: 3px;
  border-radius: 20px;
  background-color: #beaacb;
}
#partner-slide .owl-nav .owl-next, 
#partner-slide .owl-nav .owl-prev {
    margin: 0px 10px;
    font-size: 22px;
    line-height: 10px;
    display: inline-block;
}
#partner-slide .owl-nav .owl-next i, 
#partner-slide .owl-nav .owl-prev i {
    color: #fff;
    transition: 0.3s all ease-in-out;
}

/*---------------------------------------------------- */
/*mobile menu area*/
/*----------------------------------------------------*/
.appseo-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation {
  width: 100%;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.appseo-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}

.appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
}

.appseo-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.appseo-mobile_menu_wrap.mobile_menu_on .appseo-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.appseo-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.appseo-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #ff8833;
  text-align: center;
  font-size: 30px;
  top: -50px;
  z-index: 5;
}

.appseo-mobile_menu .appseo-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.appseo-mobile_menu .appseo-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.appseo-mobile_menu .appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.appseo-mobile_menu .appseo-mobile_menu_content .appseo-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.appseo-mobile_menu .dropdown {
  position: relative;
}

.appseo-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.appseo-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}

.appseo-mobile_menu .appseo-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
/* ==================================================
* 01 - media screen and (max-width: 1440px)
* 02 - media screen and (max-width: 1280px)
* 03 - media screen and (max-width: 1199px)
* 04 - media screen and (max-width: 991px)
* 05 - media screen and (max-width: 767px)
* 06 - media screen and (max-width: 680px)
* 07 - media screen and (max-width: 580px)
* 08 - media screen and (max-width: 480px)
* 09 - media screen and (max-width: 380px)
* 10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .appseo-banner-section .appseo-banner-shape2 {
    left: 0;
  }

  .appseo-banner-section .appseo-banner-vector {
    right: -65px;
  }

  .appseo-service-section .appseo-service-vector {
    left: -20px;
  }

  .ready-to-grow-section .ready-vector {
    left: -160px;
  }

  .appseo-mission-area-section .appseo-mission-vector {
    right: -24%;
  }

  .appseo-case-study-img-text .appseo-case-text h3 {
    font-size: 18px;
  }

  .appseo-case-study-img-text .appseo-case-text {
    left: 11px;
    padding: 20px 20px;
    max-width: 255px;
  }

  .appseo-cta-section .appseo-call-vector {
    right: 45px;
  }
}
@media screen and (max-width: 1280px) {
  .appseo-case-study-content {
    flex-wrap: wrap;
  }

  .appseo-case-study-img-text .appseo-case-text {
    left: 25px;
    padding: 25px 30px;
    max-width: 365px;
  }
}
@media screen and (max-width: 1199px) {
  .appseo-banner-section .appseo-banner-vector {
    right: -125px;
  }

  .appseo-mission-area-section .appseo-mission-vector {
    right: -35%;
  }

  .appseo-testimonial-section .testi-circle-shape {
    display: none;
  }

  .appseo-about-section .appseo-about-img {
    left: -260px;
  }
}
@media screen and (max-width: 1045px) {
  .appseo-main-header .header-button {
    width: 150px;
  }

  .appseo-banner-section .appseo-banner-shape2 {
    display: none;
  }

  .appseo-banner-section .appseo-banner-vector {
    right: -310px;
  }

  .appseo-service-section .appseo-service-vector {
    z-index: -1;
  }

  .appseo-mission-area-section .appseo-mission-vector {
    right: -50%;
  }

  .appseo-case-study-content {
    justify-content: center;
  }

  .appseo-cta-section .appseo-cta-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .appseo-banner-section .appseo-banner-vector {
    position: static;
  }

  .appseo-banner-section .appseo-banner-content {
    padding: 200px 0px 50px;
  }

  .appseo-service-section {
    padding: 60px 0px 20px;
  }

  .appseo-service-content .appseo-service-box {
    margin: 0 auto;
    max-width: 370px;
    background-color: #fff;
    margin-bottom: 60px;
  }

  .appseo-about-section .appseo-about-img {
    position: static;
    margin-bottom: 40px;
  }

  .ready-to-grow-section .ready-vector {
    display: none;
  }

  .ready-to-grow-section .ready-go-form .ready-go-input-area {
    height: auto;
    border-radius: 0;
  }

  .ready-to-grow-section .ready-go-form .ready-go-input-area:before {
    display: none;
  }

  .ready-to-grow-section .ready-go-form .ready-go-input-area input {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 30px;
  }

  .ready-to-grow-section .ready-go-form .sub-btn {
    position: static;
  }

  .appseo-mission-area-section .appseo-mission-vector {
    display: none;
  }

  .appseo-pricing-section .appseo-pricing-inner-box {
    margin-bottom: 140px;
  }

  .appseo-case-study-content {
    justify-content: center;
  }

  .appseo-cta-section .appseo-cta-btn {
    margin: 0 auto;
  }

  .appseo-cta-section .appseo-cta-content {
    padding-bottom: 30px;
  }

  .appseo-cta-section .appseo-call-vector {
    display: none;
  }

  .appseo-blog-img-text {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .appseo-newsletter-box {
    padding-left: 0;
    margin-top: 20px;
  }

  .appseo-newsletter-box .nws-button {
    top: 28px;
  }

  .appseo-copyright:after {
    display: none;
  }

  .appseo-menu-wrapper {
    display: none;
  }

  .appseo-mobile_menu_button {
    display: block;
  }

  .appseo-footer-widget .appseo-widget-title {
    padding-bottom: 20px;
  }

  .appseo-footer-widget {
    margin-bottom: 40px;
  }

  .appseo-main-header {
    padding-top: 30px;
  }

  .appseo-main-header.appseo-sticky-header-overlay {
    padding: 15px 0px 10px;
  }
  .appseo-about-section .appseo-about-content {
    float: none;
  }
  .appseo-main-header.appseo-sticky-header-overlay .appseo-logo {
    padding-top: 0;
  }
  .appseo-pricing-section {
    padding-top: 0;
  }
}
@media screen and (max-width: 580px) {
  .appseo-banner-section .appseo-banner-shape2 {
    display: none;
  }

  .appseo-about-section {
    padding-top: 20px;
  }

  .appseo-cta-section .appseo-cta-content h2 {
    font-size: 32px;
  }

  .appseo-blog-section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .appseo-banner-section .appseo-banner-content h1 {
    font-size: 40px;
  }

  .appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
    font-size: 22px;
  }

  .appseo-section-title h2 {
    font-size: 32px;
  }

  .appseo-section-title2 h2 {
    font-size: 32px;
  }

  .ready-to-grow-section .ready-go-title h2 {
    font-size: 32px;
  }

  .ready-to-grow-section .ready-go-title span {
    font-size: 18px;
  }

  .ready-to-grow-section .ready-go-title {
    padding-bottom: 30px;
  }

  .appseo-pricing-section .appseo-pricing-item:after {
    display: none;
  }

  .appseo-case-study-img-text .appseo-case-text h3 {
    font-size: 22px;
  }

  .appseo-cta-section .appseo-cta-content {
    padding-left: 0;
  }

  .appseo-cta-section .appseo-cta-btn {
    margin: 0;
  }

  .appseo-cta-section .appseo-call-btn-area {
    padding-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .appseo-banner-section .appseo-banner-content {
    padding: 180px 0px 50px;
  }

  .appseo-banner-section .appseo-banner-content .banner-call-action {
    margin-bottom: 40px;
  }

  .appseo-banner-section .appseo-banner-content .banner-btn .qut-btn {
    line-height: 55px;
    width: 175px;
    height: 55px;
  }

  .appseo-about-section .appseo-about-content {
    padding-right: 0;
  }

  .appseo-pricing-section .appseo-pricing-title h2 {
    font-size: 30px;
  }

  .ready-to-grow-section .ready-go-form .sub-btn button {
    width: 185px;
    height: 50px;
    line-height: 50px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price strong {
    font-size: 50px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-price span {
    font-size: 30px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-btn {
    width: 190px;
    margin: 0 auto;
    margin-top: 15px;
  }

  .appseo-testimonial-content .appseo-testimonial-trigger:after,
  .appseo-testimonial-content .appseo-testimonial-trigger:before {
    display: none;
  }

  .appseo-cta-section .appseo-cta-btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
  }

  .appseo-newsletter-box .nws-button button {
    width: 120px;
  }

  .appseo-copyright .appseo-footer-social,
  .appseo-copyright .appseo-copyright-text {
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  .appseo-about-section {
    padding-bottom: 70px;
  }

  .ready-to-grow-section {
    padding: 50px 0px 60px;
  }

  .appseo-mission-area-section {
    padding: 60px 0px;
  }

  .appseo-mission-area-text .appseo-section-title2 {
    padding-bottom: 40px;
  }

  .appseo-pricing-section .appseo-pricing-item {
    padding-bottom: 0;
  }

  .appseo-pricing-section .appseo-pricing-inner-box .appseo-pricing-img {
    position: static;
    margin-bottom: 20px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box {
    padding-top: 50px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box {
    margin-bottom: 40px;
  }

  .appseo-pricing-section .appseo-pricing-inner-box.popular-appseo {
    top: 0;
  }

  .appseo-testimonial-content .appseo-testimonial-text {
    font-size: 20px;
  }

  .appseo-testimonial-section {
    padding: 40px 0px 75px;
  }

  .appseo-testimonial-content .appseo-testimonial-quote {
    padding-bottom: 65px;
  }

  .appseo-testimonial-content .appseo-testimonial-trigger .appseo-testi-name-degi h3 {
    font-size: 24px;
  }

  .appseo-case-study-section {
    padding: 60px 0px 20px;
  }

  .appseo-cta-section {
    padding: 60px 0px 50px;
  }

  .appseo-blog-section {
    padding: 50px 0px;
  }

  .appseo-footer-area-section {
    padding: 60px 0px;
  }

  .appseo-pricing-section .appseo-pricing-title {
    padding-bottom: 40px;
  }

  .appseo-newsletter-text h2 {
    font-size: 32px;
  }

  .ready-to-grow-section .ready-go-form .ready-go-input-area input {
    height: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .appseo-mission-area-text p {
    font-size: 15px;
    overflow: hidden;
  }

  .appseo-testimonial-content .appseo-testimonial-quote:before {
    display: none;
  }

  .appseo-newsletter-box input {
    padding-left: 15px;
  }

  .appseo-newsletter-box input::placeholder {
    font-size: 14px;
  }
  .appseo-banner-section .appseo-banner-content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 360px) {
  .appseo-banner-section .appseo-banner-content h1 {
    font-size: 35px;
  }

  .appseo-service-content .appseo-service-icon-text {
    padding: 55px 45px;
  }
}
@media screen and (max-width: 320px) {
  .appseo-banner-section .appseo-banner-content h1 {
    font-size: 30px;
  }

  .appseo-banner-section .appseo-banner-content .banner-call-action .call-action-text {
    font-size: 20px;
  }

  .appseo-section-title h2 {
    font-size: 30px;
  }

  .appseo-service-content .appseo-service-icon-text {
    padding: 55px 30px;
  }

  .appseo-section-title2 h2 {
    font-size: 28px;
  }

  .appseo-about-section .appseo-about-content .appseo-about-quote .quote-text-about {
    padding-left: 50px;
  }

  .ready-to-grow-section .ready-go-title h2 {
    font-size: 28px;
  }

  .ready-to-grow-section .ready-go-title span {
    font-size: 16px;
  }

  .appseo-mission-area-text .appseo-mission-area-item .appseo-mission-item-content .appseo-mission-area-text h3 {
    font-size: 20px;
  }
}
/*---------------------------------------------------- */
