/*--------------------------------------------------------------============================================================
  
1. Typography

[Main Stylesheet]

Project:    AppMax
Version:    0.1
Last change:    01.03.2018
Primary use:    AppMax - App Landing Page

[Typography]

Body: 16px 'Poppins', serif;



/*==============================
[Table of contents]


1.APPMAX HMOME PAGE STYLESHEET
------------------------------------------
1.APPMAX PRELOADER
2.APPMAX HEADER AREA
3.APPMAX BANNER AREA
4.APPMAX BANNER PROMO SECTION AREA
5.APPMAX FEATURE AREA
6.APPMAX VIDEO AREA
7.APPMAX ABOUT AREA
8.APPMAX ABOUT TWO AREA
9.APPMAX USER REVIEW AREA
10.APPMAX COUNTER AREA
11.APPMAX DOWNLOAD SECTION AREA
12.APPMAX SWIPER SLIDER AREA
13.APPMAX PRICING TABLE AREA
14.APPMAX CONTACT FORM AREA
15.APPMAX FOTTER AREA

----------------------------------------
2.APPMAX V2 STYLESHEET
--------------------------------------
1.APPMAX-V2 BANNER AREA
2.APPMAX-V2 BANNER PROMO ITEM AREA
3.APPMAX-V2 FEATURE AREA
4.APPMAX-V2 VIDEO AREA
5.APPMAX-V2 ABOUT AREA
5.APPMAX-V2 ABOUT AREA
6.APPMAX-V2 USER REVIEW AREA
7.APPMAX-V2 DOWNLOAD AREA
8.APPMAX-V2 SWIPER SLIDER AREA
9.APPMAX-V2 PRICING TABLE AREA
10.APPMAX-V2 CONTACT FORM AREA
11.APPMAX-V2 FOTTER AREA

--------------------------------------
3.APPMAX BLOG PAGE STYLESHEET
------------------------------------
1.APPMAX BLOG BANNER AREA
2.APPMAX BLOG POST AREA
--------------------------------

4.APPMAX SINGLE BLOG PAGE STYLESHEET


=============================================================--------------------------------------------------------------*/

:root {
  --primary-color: #2FABE0;
  --primary-light-color: #4FCAFF;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #5b5b5b;
  background-color: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
}

a, a:active, a:focus, a:active {
  color: #222222;
  text-decoration: none !important
}

input {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
  outline: none;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
  display: inline-block;
  padding: 5px 10px;
}

blockquote {
  border-left-width: 2px;
  margin-bottom: 25px;
  margin-left: 45px;
  margin-top: 25px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

blockquote::before {
  color: #999;
  content: "\f10d";
  font-family: 'fontawesome';
  font-size: 1.5em;
  left: -45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

iframe {
  width: 100%;
}

.sticky,
.bypostauthor {
  position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6 h1, h3, h4, h5, h6 {
  font-weight: 300;
  color: #26547c;
  line-height: 1.5;
}



/* -----------------------------------------------------------------
  1.1 WordPress Core Css
-------------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

time.updated {
  display: none;
}

time.published.updated {
  display: inline-block;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}


/* -----------------------------------------------------------------
  1.2 WordPress Gallery 
-------------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}




/*1.APPMAX HMOME PAGE STYLESHEET*/

/*--------------------------------------------------------------
1.APPMAX PRELOADER
------------------------------------------------------------*/
#preloader {
  background-color: var(--primary-light-color);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  margin-top: 0px;
  top: 0px;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}

.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation: folding 2.5s infinite linear both;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}

.cube-folding .leaf3 {
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}

.cube-folding .leaf4 {
  -moz-transform: rotateZ(180deg) scale(1.1);
  -ms-transform: rotateZ(180deg) scale(1.1);
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}

@-moz-keyframes folding {

  0%,
  10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes folding {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes folding {

  0%,
  10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  -moz-animation: shadow 0.5s ease infinite alternate;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -moz-animation: text 0.5s ease infinite alternate;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
  100% {
    top: 35px;
  }
}

@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}

@keyframes text {
  100% {
    top: 35px;
  }
}

@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

.height-100 {
  height: 100%;
}

.height-100vh {
  height: 100vh;
  min-height: 950px;
}

.height-40vh {
  height: 40vh;
  max-height: 400px;
  min-height: 350px
}

.height-50vh {
  height: 50vh;
  max-height: 500px;
  min-height: 400px;
}

body.appmax-v2.appmax-wave .height-100vh {
  height: calc(100vh - 200px);
  min-height: 750px;
}


@keyframes box1 {
  0% {
    margin-left: 00px;
    margin-top: 00px;
  }

  25% {
    margin-left: 51px;
    margin-top: 00px;
  }

  50% {
    margin-left: 51px;
    margin-top: 51px;
  }

  75% {
    margin-left: 0px;
    margin-top: 51px;
  }

  100% {
    margin-left: 0px;
    margin-top: 0px;
  }
}

@-webkit-keyframes box1

/* Safari and Chrome */
  {
  0% {
    margin-left: 00px;
    margin-top: 0px;
  }

  25% {
    margin-left: 51px;
    margin-top: 00px;
  }

  50% {
    margin-left: 51px;
    margin-top: 51px;
  }

  75% {
    margin-left: 0px;
    margin-top: 51px;
  }

  100% {
    margin-left: 0px;
    margin-top: 0px;
  }
}

@keyframes box2 {
  0% {
    margin-left: 51px;
    margin-top: 0px;
  }

  25% {
    margin-left: 51px;
    margin-top: 51px;
  }

  50% {
    margin-left: 0px;
    margin-top: 51px;
  }

  75% {
    margin-left: 0px;
    margin-top: 0px;
  }

  100% {
    margin-left: 51px;
    margin-top: 0px;
  }
}

@-webkit-keyframes box2

/* Safari and Chrome */
  {
  0% {
    margin-left: 51px;
    margin-top: 0px;
  }

  25% {
    margin-left: 51px;
    margin-top: 51px;
  }

  50% {
    margin-left: 0px;
    margin-top: 51px;
  }

  75% {
    margin-left: 0px;
    margin-top: 0px;
  }

  100% {
    margin-left: 51px;
    margin-top: 0px;
  }
}

@keyframes box3 {
  0% {
    margin-left: 0px;
    margin-top: 51px;
  }

  25% {
    margin-left: 0px;
    margin-top: 0px;
  }

  50% {
    margin-left: 51px;
    margin-top: 0px;
  }

  75% {
    margin-left: 51px;
    margin-top: 51px;
  }

  100% {
    margin-left: 0px;
    margin-top: 51px;
  }
}

@-webkit-keyframes box3

/* Safari and Chrome */
  {
  0% {
    margin-left: 0px;
    margin-top: 51px;
  }

  25% {
    margin-left: 0px;
    margin-top: 0px;
  }

  50% {
    margin-left: 51px;
    margin-top: 0px;
  }

  75% {
    margin-left: 51px;
    margin-top: 51px;
  }

  100% {
    margin-left: 0px;
    margin-top: 51px;
  }
}

@keyframes box4 {
  0% {
    margin-left: 51px;
    margin-top: 51px
  }

  25% {
    margin-left: 0px;
    margin-top: 51px;
  }

  50% {
    margin-left: 0px;
    margin-top: 0px;
  }

  75% {
    margin-left: 51px;
    margin-top: 0px;
  }

  100% {
    margin-left: 51px;
    margin-top: 51px;
  }
}

@-webkit-keyframes box4 {
  0% {
    margin-left: 51px;
    margin-top: 51px
  }

  25% {
    margin-left: 0px;
    margin-top: 51px;
  }

  50% {
    margin-left: 0px;
    margin-top: 0px;
  }

  75% {
    margin-left: 51px;
    margin-top: 0px;
  }

  100% {
    margin-left: 51px;
    margin-top: 51px;
  }
}


/*--------------------------------------------------------------
2.APPMAX HEADER AREA
------------------------------------------------------------*/
.menu-toggle {
  display: none;
}

.appmax-header-area {
  left: 0;
  padding: 30px 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 9;
}

.appmax-header-area.appmax-sticky-menu {
  position: fixed;
  transition: all 0.4s ease 0s;
}

.appmax-sticky-menu {
  background-color: var(--primary-color);
  padding: 20px 0;
  z-index: 99;
}

.appmax-header-menu {
  text-align: right;
}

.appmax-header-menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 2rem;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*.appmax-header-menu ul li {
  display: inline-block;
  margin: 0 15px;
}*/
.appmax-header-menu ul li a {
  color: #fff;
  font-size: 0.938em;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.appmax-header-menu a::before {
  content: "";
  height: 2px;
  position: absolute;
  width: 0px;
  z-index: 1;
  background: #5BE89C;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}

.appmax-header-menu ul li a:hover:before {
  width: 100%;
}

/*--------------------------------------------------------------
3.APPMAX BANNER AREA
------------------------------------------------------------*/
.appmax--bannerllax {
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  position: absolute;
  z-index: 0;
}

.appmax--bannerllax div {
  background-size: auto 100% !important;
}

.appmax--parallax div {
  background-position: top left !important;
  background-size: 100% auto !important;
}

.appmax-banner-area {
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.banner-bg {
  background-color: var(--primary-color);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

body.appmax_default .appmax-banner-area {
  background-position: left bottom;
  padding-bottom: 200px;
}

.appmax-banner-content h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 300;
  line-height: 75px;
  margin: 0;
}

.appmax-banner-content p {
  color: #fff;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 30px 0 40px;
}

.appmax-default-btn {
  background: #5edd98 none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  color: #fff;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  height: 56px;
  letter-spacing: 1.25px;
  line-height: 57px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  min-width: 215px;
  transform: translateY(1px);
  padding: 0 25px;
}

.appmax-default-btn:hover,
.appmax-default-btn:focus,
.appmax-default-btn:active {
  background-color: #5be89c;
  color: #ffffff;
  transform: translateY(-1px);
}

.appmax-banner-img {
  text-align: right;
  max-width: 370px;
}

.appmax-default-btn.appmax-btn2 {
  background-color: #F16C65;
}


/*--------------------------------------------------------------
4.APPMAX BANNER PROMO SECTION AREA
------------------------------------------------------------*/

.appmax-banner-promo-section {
  /* padding: 0 0 200px; */
  text-align: center;
}

body.appmax-v2 .appmax-banner-promo-section {
  /* padding: 0 0 0px; */
}

.appmax-banner-promo-section .container {
  position: relative;
}

.appmax-banner-promo-item {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0px;
  padding: 87px;
}

body.appmax_default .appmax-banner-promo-item {
  margin-top: -350px;
}

.appmax-banner-promo-item::before {
  bottom: 0;
  box-shadow: 0 20px 30px rgba(102, 113, 228, 0.13);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.appmax-banner-single-promo img {
  height: auto;
  width: 80px;
}

.appmax-banner-single-promo h2 {
  color: #384368;
  font-size: 1.125em;
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
}

.appmax-banner-single-promo p {
  color: #6b739c;
  font-family: "Open Sans", sans-serif;
  font-size: 0.938em;
  line-height: 28px;
  margin: 0;
}


/*--------------------------------------------------------------
5.APPMAX FEATURE AREA
------------------------------------------------------------*/

.appmax-feature-area {
  padding: 0 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: 100% auto;
}

/* Feature section animation with owlcarousel */
.appmax-feature-single-item {
  cursor: pointer;
}

.appmax-feature-animate-frame {
  width: 340px;
  position: absolute;
  height: 680px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.appmax-feature-animate-slider.owl-carousel .owl-stage-outer,
.appmax-feature-animate-slider .owl-stage,
.appmax-feature-animate-slider .owl-item,
.appmax-feature-animate-slider .feature-item,
.appmax-feature-animate-slider.owl-carousel .owl-item img {
  height: 100%;
}

.appmax-feature-animate-slider.owl-carousel .owl-item img {
  width: 100%;
  margin: auto;
}

.appmax-feature-animate-slider.owl-carousel {
  width: 94%;
  z-index: 1;
  margin: auto;
  height: 100%;
  height: calc(100% - 22px);
  top: 11px;
  border-radius: 30px;
  overflow: hidden;
}

.appmax-feature-animate-slider {
  overflow: hidden;
  border-radius: 18px;
  position: absolute;
  top: 12px;
  left: 13px;
  right: 13px;
  bottom: 10px;
}

.appmax-feature-animate-frame::before {
  content: "";
  display: block;
  background-image: url(/images/iphone-frame.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

.appmax-heding-title {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.appmax-heding-title i {
  background-color: var(--primary-color);
  border-radius: 100%;
  color: #fff;
  font-size: 1.25em;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.appmax-heding-title h2 {
  color: #384368;
  font-size: 2.125em;
  font-weight: 400;
  margin: 0;
  padding: 20px 0 10px;
}

.appmax-heding-title p {
  color: #6b739c;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  margin: 0;
}

.appmax-feature-item {
  margin-top: 50px;
}

.appmax-feature-item.left {
  position: relative;
}

.appmax-feature-single-item {
  margin-bottom: 75px;
  display: block;
}

.appmax-feature-item-icon {
  background-color: #f3f5fb;
  border-radius: 8px;
  height: 109px;
  line-height: 119px;
  margin: 0 auto 35px;
  width: 109px;
  position: relative;
}

.appmax-feature-item-icon::before {
  background-color: #f3f5fb;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.6s ease 0s, opacity 0.7s ease 0s;
  width: 100%;
  z-index: -1;
  border-radius: 8px;
}

.appmax-feature-item-icon:hover::before {
  opacity: 0;
  transform: scale(1.3);
}

.appmax-feature-item-icon i {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #384368;
  font-size: 2.25em;
  height: 65.5px;
  line-height: 65px;
  width: 65.5px;
}

.item-title {
  color: #384368;
  font-size: 1.375em;
  margin: 0;
}

/*--------------------------------------------------------------
6.APPMAX VIDEO AREA
------------------------------------------------------------*/
.appmax--videobg-skew {
  position: relative;
  height: 650px;
  width: calc(100% - 50px);
  background-color: rgba(102, 113, 228, 0.82);
  margin: auto;
  transform: rotate(-5deg) skew(-5deg);
  border-radius: 50px;
}

.appmax--videobg-skew::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 113, 228, 0.82);
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50px;
}

.appmax--videosec-parallax {
  height: 100%;
}

.appmax--videosec-parallax div {
  border-radius: 50px;
}

.appmax-video-area {
  padding: 100px 0;
  position: relative;
}

.appmax-video-bg {
  max-width: 1920px;
  margin: auto;
}

.appmax-video-bg img {
  height: auto;
  width: 100% !important;
}

.appmax-video-popup {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video-title {
  color: #fff;
  font-weight: 500;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.iq-waves {
  height: 14rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -25%);
  width: 14rem;
  z-index: 1;
  background-image: url(/images/video-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.iq-waves .waves {
  animation: 2s ease-in-out 0s normal none infinite running waves;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.iq-waves .waves.wave-2 {
  animation: 2s ease-in-out 0.2s normal none infinite running waves;
}

.iq-waves .waves.wave-3 {
  animation: 2s ease-in-out 0.4s normal none infinite running waves;
}

.iq-waves .waves.wave-4 {
  animation: 2s ease-in-out 0.6s normal none infinite running waves;
}

.appmax--videobg-frameone::before,
.appmax--videobg-frameone::after,
.appmax--videobg-frametwo::before,
.appmax--videobg-frametwo::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border: 3px solid #fff;
  z-index: 1;
}

.appmax--videobg-frameone::before {
  left: 50px;
  top: 50px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.appmax--videobg-frameone::after {
  left: 50px;
  bottom: 50px;
  border-top-color: transparent;
  border-right-color: transparent;
}

.appmax--videobg-frametwo::before {
  right: 50px;
  top: 50px;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.appmax--videobg-frametwo::after {
  right: 50px;
  bottom: 50px;
  border-left-color: transparent;
  border-top-color: transparent;
}

/*--------------------------------------------------------------
7.APPMAX ABOUT AREA
------------------------------------------------------------*/

.appmax-about-area {
  padding: 100px 0;
}

.appmax-about-right-content {
  padding: 96px 0;
}

.appmax-about-right-content i {
  background-color: var(--primary-color);
  border-radius: 100%;
  color: #fff;
  font-size: 1.75em;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}

.appmax-about-right-content h2 {
  color: #384368;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  padding: 30px 0 25px;
}

.appmax-about-right-content p {
  color: #6b739c;
  font-family: "Open Sans", sans-serif;
  font-size: 0.938em;
  line-height: 28px;
  margin: 0 0 30px;
}

.appmax-about-area .appmax-default-btn {
  box-shadow: 0 20px 50px rgba(94, 221, 152, .43);
}

.appmax-about-area .appmax-about-left-img {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  height: auto !important;
}

.appmax--about-parallax {
  height: calc(100% + 250px);
  position: absolute;
  right: 0;
  top: -180px;
  width: calc(100% + 230px);
  z-index: -1;
}

.appmax-about-two-area .appmax-about-left-img::before {
  display: none;
}

/*--------------------------------------------------------------
8.APPMAX ABOUT TWO AREA
------------------------------------------------------------*/

.appmax-about-two-area {
  padding: 100px 0;
}

.appmax-about-two-area .appmax-about-right-content {
  padding: 0;
}

.about-list {
  list-style: outside none none;
  margin: 0;
}

.about-list li {
  color: #384368;
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}

.about-list li::before {
  color: #64de9c;
  content: "";
  font-family: "fontawesome";
  height: 10px;
  left: -34px;
  position: absolute;
  width: 10px;
}

/*--------------------------------------------------------------
9.APPMAX USER REVIEW AREA
------------------------------------------------------------*/

.appmax-user-review-area {
  padding: 155px 0 110px;
  position: relative;
  overflow: hidden;
}

.appmax-only-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.appmax-user-review-slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  position: relative;
}

.appmax-user-review-area .container {
  height: 100%;
  position: relative;
}

.appmax-user-review-slider {
  margin-top: 70px;
}

.appmax-user-review-item {
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  padding: 40px;
  width: 340px;
}

.user-review-content h2 {
  color: #384368;
  font-size: 1.125em;
  font-weight: 500;
  margin: 0;
}

.user-review-content p {
  color: #6b739c;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0;
  padding: 20px 0 30px;
  position: relative;
}

.user-review-content p::before {
  color: var(--primary-color);
  content: "";
  font-family: fontawesome;
  font-size: 1.2em;
  margin-right: 13px;
}

.user-review-meta {
  position: relative;
}

.user-review-meta::before {
  color: #f6f8ff;
  content: "";
  font-family: fontawesome;
  font-size: 3.75em;
  position: absolute;
  right: 0;
  top: -50px;
}

.user-review-meta-img {
  float: left;
  margin-right: 25px;
}

.user-review-meta-img img {
  border-radius: 100%;
  width: 50px !important;
}

.user-review-meta-content {
  float: left;
  margin-top: 5px;
}

.user-review-meta-content h2 {
  color: #384368;
  font-size: 1em;
  margin: 0;
}

.user-review-meta-content p {
  color: #aaafc5;
  font-size: 0.813em;
  margin: 0;
  text-transform: uppercase;
}

.swiper-container-user-view .swiper-slide.swiper-slide-prev {
  box-shadow: none;
}

.swiper-container-user-view .swiper-slide.swiper-slide-next {
  box-shadow: none;
}

.swiper-container-user-view .swiper-wrapper {
  height: inherit;
  width: inherit;
}

.swiper-container-user-view .swiper-slide {
  width: 415px;
}

.user-view-slider-btn {
  float: right;
  top: 40px;
}

.swiper-btn-next {
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s;
}

.swiper-btn-next:hover {
  opacity: .5;
}

.swiper-btn-prev {
  cursor: pointer;
  display: inline-block;
  margin-right: 40px;
}

.swiper-container-user-view {
  overflow: hidden;
}


/*--------------------------------------------------------------
10.APPMAX COUNTER AREA
------------------------------------------------------------*/

.appmax-counter-area {
  padding: 200px 0;
  text-align: left;
}

.appmax-v2 .appmax-counter-area {
  padding: 100px 0;
}

.counter-left {
  background-image: url("/images/counter-icon-bg.png");
  background-size: cover;
  color: #fff;
  float: left;
  font-size: 1.75em;
  height: 87px;
  line-height: 87px;
  margin-right: 14px;
  text-align: center;
  width: 87px;
}

.count-right {
  float: left;
}

.counter-result {
  color: #384368;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
}

.count-right p {
  color: #6b739c;
  font-family: "Open Sans", sans-serif;
  font-size: 0.938em;
  margin: 0;
}


/*--------------------------------------------------------------
11.APPMAX DOWNLOAD SECTION AREA
------------------------------------------------------------*/

.appmax-download-section-area {
  position: relative;
  overflow: hidden;
}

.appmax-download-section-area .container {
  position: relative;
}

.appmax-download-bg {
  background-image: url(/images/download-bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
  left: 150px;
  position: absolute;
  right: calc((-100vw + 100%) / 2);
  text-align: right;
  background-position: left center;
}

.appmax-download-bg img {
  display: inline-block;
  height: 100%;
  width: auto;
}

.appmax-download-content {
  padding: 270px 0;
}

.appmax-download-content h2 {
  color: #fff;
  font-size: 2.7em;
  font-weight: 300;
  line-height: 65px;
  margin: 0;
}

.appmax-download-content p {
  color: #fff;
  font-size: 1.125em;
  font-weight: 300;
  margin: 0;
  padding: 15px 0 35px;
}

.google-play {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  margin-right: 20px;
  text-align: center;
  width: 200px;
  transform: translateY(1px);
  transition: all 0.4s ease 0s;
}

.google-play:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.google-play img {
  margin-left: -10px;
}

.app-store {
  background: #5edd98 none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  transform: translateY(1px);
  transition: all 0.4s ease 0s;
  width: 200px;
}

.app-store:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.app-store img {
  margin-left: -10px;
}

/*--------------------------------------------------------------
12.APPMAX SWIPER SLIDER AREA
------------------------------------------------------------*/
.appmax-swiper-slider-area {
  padding: 100px 0;
}

.appmax-swiper-slider-area .container {
  position: relative;
}

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

.row.swiper-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
}

.swiper-slide.swiper-slide-active {
  border-radius: 20px;
}

.appmax-screen-mobile-image {
  background-image: url("/images/iphone-frem.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 645px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
}

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

.swiper-wrapper {
  padding: 30px 0;
}

.swiper-slide.swiper-slide-next {
  box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
  box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18)
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-color: #fff;
  background-image: none;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  color: rgb(102, 113, 228);
  font-size: 2em;
  height: 70px;
  line-height: 70px;
  right: -60px;
  text-align: center;
  width: 70px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-color: #fff;
  background-image: none;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  color: rgb(102, 113, 228);
  font-size: 2em;
  height: 70px;
  line-height: 70px;
  left: -60px;
  text-align: center;
  width: 70px;

}

/*--------------------------------------------------------------
13.APPMAX PRICING TABLE AREA
------------------------------------------------------------*/

.appmax-pricing-table-area {
  overflow: hidden;
  position: relative;
}

.appmax-pricing-table-area .container {
  position: relative;
}

.appmax-pricing-bg {
  background-image: url("/images/user-review-bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
  left: calc((-100vw + 100%) / 2);
  position: absolute;
  right: 150px;
  text-align: left;
}

.appmax-download-bg {
  background-image: url("/images/download-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
  left: 150px;
  position: absolute;
  right: calc((-100vw + 100%) / 2);
  text-align: right;
}

.appmax-download-img {
  margin-top: 75px;
  position: relative;
}

.appmax-download-img img:nth-child(2) {
  height: 650px;
  left: 167px;
  position: absolute;
  top: 75px;
}

.appmax-pricing-table-content {
  padding: 200px 0;
}

.appmax-pricing-table-content i {
  background-color: #fff;
  border-radius: 100%;
  color: rgb(102, 113, 228);
  font-size: 1.75em;
  height: 65px;
  line-height: 65px;
  text-align: center;
  width: 65px;
}

.appmax-pricing-table-content h2 {
  color: #384368;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 54px;
  margin: 0;
  padding: 25px 0;
}

.appmax-pricing-table-content p {
  color: #6b739c;
  font-family: "Open Sans", sans-serif;
  font-size: 0.938em;
  line-height: 28px;
  margin: 0;
  padding: 0 0 50px;
}

.table-btn {
  background-color: #fff;
  display: inline-block;
  padding: 10px;
}

.pricing-table-btn.pricing_active {
  background-color: #5edd98;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  color: #fff !important;
}

.pricing-table-btn {
  background-color: #f6f8ff;
  color: #6b739c !important;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 122px;
}

.appmax-pricing-table-box {
  background-color: #fff;
  box-shadow: 50px 10px 40px rgba(0, 0, 0, 0.05);
  display: block;
  margin-top: 0;
  padding: 70px;
  position: absolute;
  text-align: center;
  width: 320px;
  z-index: 1;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}

.appmax-pricing-table-box.appmax-pricing-table-2 {
  position: absolute;
  transform: translateY(-50%) scale(0.9);
  z-index: 0;
  left: 175px;
}

.table-box-title h2 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.table-box-title p {
  color: #aaafc5;
  font-size: 1.125em;
  font-weight: 400;
  margin: 0 0 20px;
}

.amount {
  background-image: url("/images/price-bg.png");
  background-size: 100% 100%;
  display: inline-block;
  height: 81px;
  margin-bottom: 15px;
  width: 173px;
}

.amount p {
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 83px;
  margin: 0 0 0 10px;
  text-align: center;
}

.customar-facility {
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 0;
}

.customar-facility li {
  color: #6b739c;
  font-size: 0.938em;
  margin: 7px 0;
  text-transform: capitalize;
}

.table-box-btn {
  background-color: #f6f8ff;
  border-radius: 50px;
  color: #6b739c;
  font-size: 0.875em;
  padding: 10px 35px;
  transition: all 0.4s ease 0s;
}

.table-box-btn:hover {
  box-shadow: 0 20px 50px rgba(94, 221, 152, 0.43);
  background-color: #5edd98;
  color: #fff;
}

/*--------------------------------------------------------------
14.APPMAX CONTACT FORM AREA
------------------------------------------------------------*/

.appmax-contact-form-area {
  background-image: url("/images/contact-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 200px 0;
}

.contact-form-content-title h3 {
  color: #6b739c;
  font-size: 0.875em;
  margin: 0;
  font-weight: 400;
}

.contact-form-content-title h2 {
  color: #384368;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 54px;
  margin: 0;
  padding: 6px 0 45px;
}

.information {
  margin-bottom: 40px;
}

.mail {
  color: #6b739c;
  font-size: 1.125em;
  font-weight: 500;
  margin: 0 0 30px;
}

.mail a {
  color: var(--primary-color);
}

.information p {
  color: #6b739c;
  margin: 0;
}

.information h5 {
  color: #384368;
  font-size: 1.125em;
  font-weight: 500;
  margin: 5px 0;
}

.appmax-contact-form-box h3 {
  color: #6b739c;
  font-size: 0.875em;
  margin: 0 0 30px;
  font-weight: 400;
}

.appmax-input-item input {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #e9ecef !important;
  font-size: 0.875em;
  padding: 8px 0 !important;
  margin-bottom: 40px;
}

.appmax-input-item textarea {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #e9ecef !important;
  font-size: 0.875em;
  padding: 8px 0 !important;
  margin-bottom: 40px;
  resize: none;
}

#appmax_submit {
  background: #5edd98 none repeat scroll 0 0;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 20px 50px rgba(94, 221, 152, 0.43);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  height: 56px;
  letter-spacing: 1.25px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  width: 215px;
  transform: translateY(1px);
}

#appmax_submit:hover {
  background-color: #5be89c;
  transform: translateY(-1px);
}

#mail_success, #mail_fail {
  display: none;
}

.contact-alert-message {
  overflow: hidden;
  padding: 5px 0 20px;
  text-align: center;
  width: 100%;
}

#mail_fail i {
  animation: 3s ease 0s normal backwards 1 running flash;
  color: #ff0000;
}

/*--------------------------------------------------------------
15.APPMAX FOTTER AREA
------------------------------------------------------------*/

.appmax-fotter-area {
  background-image: url("/images/fotter-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 150px 0;
  overflow-x: hidden;
}

.appmax-fotter-top {
  padding: 0 0 100px;
  text-align: center;
}

.appmax-fotter-title i {
  background-color: rgba(113, 123, 230, 0.7);
  border-radius: 100%;
  color: #fff;
  font-size: 1.75em;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.appmax-fotter-title h2 {
  color: #fff;
  font-size: 2.125em;
  font-weight: 400;
  margin: 0;
  padding: 20px 0 50px;
}

.appmax-subscribe {
  position: relative;
}

.appmax-subscribe input[type="email"] {
  background-color: #f4f4f4;
  border: medium none;
  border-radius: 25px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.19);
  color: #aaafc5;
  float: left;
  font-size: 1.125em;
  font-weight: 400;
  height: 140px;
  overflow: hidden;
  padding: 0 122px !important;
  width: 100%;
}

.appmax-subscribe i {
  color: #6b739c;
  font-size: 1.125em;
  left: 79px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

a.submit-btn {
  line-height: 57px;
}

.submit-btn {
  background: #5edd98 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 20px 50px rgba(94, 221, 152, 0.43);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  height: 56px;
  letter-spacing: 1.25px;
  line-height: 36px;
  position: absolute;
  right: 40px;
  text-align: center;
  text-transform: uppercase;
  top: 44px;
  transform: scale(1);
  transition: all 0.4s ease 0s;
  width: 215px;
}

.submit-btn:hover {
  background-color: #5be89c;
  transform: translateY(-1px);
}

.appmax-subscribe label {
  bottom: -50px;
  color: tomato;
  left: 20px;
  position: absolute;
}

.fotter-logo a {
  display: inline-block;
  color: #fff;
}

.fotter-logo p {
  color: white;
  font-size: 0.875em;
  margin: 18px 0 0;
}

.fotter-social-icon {
  text-align: center;
}

.fotter-social-icon ul {
  list-style: outside none none;
  margin: 0;
  padding: 45px 0 0;
  display: flex;
  justify-content: center;
}

.fotter-social-icon ul li {
  display: inline-block;
  margin: 0 5px;
  background-color: #94acff;
  border-radius: 6px;
  color: #fff;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 36px;
}

.fotter-social-icon ul li a:hover {
  background-color: #F6F8FF;
  color: var(--primary-color);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
}

.app-download {
  text-align: right;
}

.app-download h2 {
  color: #fff;
  font-size: 0.875em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.google-play.fotter {
  width: 180px;
  margin-right: 10px;
}

.app-store.fotter {
  width: 180px;
}

.google-play.fotter img {
  width: 100px;
}

.app-store.fotter img {
  width: 100px;
}


/*APPMAX WAVE BANNER*/
body.appmax-wave .appmax-banner-area {
  padding: 0;
  background-position: bottom left;
  background-size: 100% auto;
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  margin-bottom: 200px;
}

body.appmax-wave .appmax-banner-promo-item {
  margin-top: -250px;
}

.waves {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  min-width: 100%;
  margin: auto 0;
  background: var(--primary-color);
  background: -moz-linear-gradient(top, var(--primary-color) 0%, #2989d8 50%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, var(--primary-color) 0%, #2989d8 50%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, var(--primary-color) 0%, #2989d8 50%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary-color)', endColorstr='#ffffff', GradientType=0);
}

/*Appmax Triangles Banner*/
body.appmax_triangles .appmax-banner-area {
  height: 100vh;
  padding: 0;
  min-height: 975px;
}

body.appmax_triangles .appmax-banner-promo-item {
  margin-top: -185px;
}

body.appmax_triangles .appmax-banner-img {
  max-width: 350px;
}

.appmax_canvas {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/*Stripes Style*/
body.appmax_stripes .appmax-banner-area {
  height: 70vh;
  padding: 0;
  min-height: 650px;
  margin-bottom: 30vh;
}

.StripeBackground {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  right: 0;
  transform: skewY(-12deg);
  pointer-events: none;
}

.stripes-header {
  bottom: -187px;
}

.StripeBackground .stripe {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}

.stripes-header .stripe {
  height: 204px;
}

.stripes-header .s0 {
  height: 5000px;
  bottom: 203px;
  background: linear-gradient(90deg, #6fa8ef, #5a65db);
}

.stripes-header .s1 {
  bottom: 0;
  right: calc(50% - 30px);
  background: linear-gradient(90deg, #fff 50%, #f1f4f7);
}

.stripes-header .s2 {
  bottom: 0;
  left: calc(50% + 30px);
  background: linear-gradient(90deg, #f6a4eb, #EF5B53);
  opacity: 0;
}

body.appmax--loaded .stripes-header .s2 {
  -webkit-animation: stripeSlideIn .8s cubic-bezier(.165, .84, .44, 1) .4s forwards;
  animation: stripeSlideIn .8s cubic-bezier(.165, .84, .44, 1) .4s forwards;
}

.stripes-header .s3 {
  bottom: 204px;
  left: 62%;
  background: linear-gradient(90deg, #6788ea, #68bcf7);
  opacity: 0;
}

body.appmax--loaded .stripes-header .s3 {
  -webkit-animation: stripeSlideIn .8s cubic-bezier(.165, .84, .44, 1) .6s forwards;
  animation: stripeSlideIn .8s cubic-bezier(.165, .84, .44, 1) .6s forwards;
}

.stripes-header .s4 {
  bottom: 408px;
  left: 70%;
  background: linear-gradient(90deg, rgba(86, 88, 199, .35), #5658c7);
  opacity: 0;
}

body.appmax--loaded .stripes-header .s4 {
  -webkit-animation: stripeSlideIn .8s cubic-bezier(.165, .84, .44, 1) .8s forwards;
  animation: stripeSlideIn .8s cubic-bezier(.165, .84, .44, 1) .8s forwards;
}

.stripes-header .s5 {
  bottom: 612px;
  right: 30%;
  background: linear-gradient(90deg, #6a8dea, rgba(106, 141, 234, 0));
}

.stripes-header .s6 {
  bottom: 816px;
  background: #6772e5;
}

body.appmax_stripes .appmax-banner-promo-item {
  margin-top: 0px;
}

body.appmax_stripes .appmax-banner-promo-item::before {
  height: 100%;
}

.appmax-banner-video,
.appmax-fullslide-video {
  width: 100%;
  height: 310px;
  position: relative;
}

body.appmax_stripes .height-100vh {
  height: 90vh;
  min-height: 890px;
}

.appmax-banner-screenshot {
  width: 350px;
  height: 171px;
  position: absolute;
  border-radius: 5px;
}

.appmax-banner-video .appmax-banner-screenshot:nth-child(1),
.appmax-fullslide-video .appmax-banner-screenshot:nth-child(1) {
  top: 70px;
  z-index: 2;
}

.appmax-banner-video .appmax-banner-screenshot:nth-child(2),
.appmax-fullslide-video .appmax-banner-screenshot:nth-child(2) {
  left: 100px;
  z-index: 1;
}

.appmax-banner-video .appmax-banner-screenshot:nth-child(3),
.appmax-fullslide-video .appmax-banner-screenshot:nth-child(3) {
  left: 200px;
  top: 140px;
  z-index: 0;
}

body.appmax--loaded .appmax-banner-video .appmax-banner-screenshot:nth-child(1),
.sp-slide.sp-selected .appmax-fullslide-video .appmax-banner-screenshot:nth-child(1) {
  will-change: opacity, transform;
  animation: zoomIn 3s cubic-bezier(.165, .84, .44, 1) .2s backwards;
}

body.appmax--loaded .appmax-banner-video .appmax-banner-screenshot:nth-child(2),
.sp-slide.sp-selected .appmax-fullslide-video .appmax-banner-screenshot:nth-child(2) {
  will-change: opacity, transform;
  animation: zoomIn 3s cubic-bezier(.165, .84, .44, 1) .6s backwards;
}

body.appmax--loaded .appmax-banner-video .appmax-banner-screenshot:nth-child(3),
.sp-slide.sp-selected .appmax-fullslide-video .appmax-banner-screenshot:nth-child(3) {
  will-change: opacity, transform;
  animation: zoomIn 3s cubic-bezier(.165, .84, .44, 1) 1s backwards;
}

body.appmax--loaded .appmax-banner-video .appmax-default-btn,
.sp-slide.sp-selected .appmax-fullslide-video .appmax-default-btn {
  will-change: opacity, transform;
  animation: zoomIn 3s cubic-bezier(.165, .84, .44, 1) 1.4s backwards;
}


.appmax-banner-video .appmax-default-btn,
.appmax-fullslide-video .appmax-default-btn {
  height: 45px;
  line-height: 46px;
  min-width: 180px;
  position: relative;
  z-index: 5;
  left: calc(50% - 90px);
  top: calc(50% - 22px);
  background-color: rgba(255, 255, 255, .9);
  color: #EF5B53;
}

.appmax-banner-video .appmax-default-btn i,
.appmax-fullslide-video .appmax-default-btn i {
  color: #6772E5;
}

.appmax-banner-screenshot img {
  border-radius: 5px;
}


/*APPMAX CURVED BANNER*/
body.appmax_curved .appmax-banner-area .appmax_curved_banner_container,
body.appmax_curved .appmax_curved_footer_container {
  position: relative;
  z-index: 1;
}

body.appmax_curved .appmax-banner-area {
  overflow: hidden;
  background-color: #ffffff;
}

body.appmax_curved .appmax-banner-area:before,
body.appmax_curved .appmax-banner-area:after,
body.appmax_curved .appmax-fotter-area:before,
body.appmax_curved .appmax-fotter-area:after {
  content: "";
  position: absolute;
  left: 50%;
  min-width: 300vw;
  min-height: 300vw;
  background-color: var(--primary-color);
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

body.appmax_curved .appmax-banner-area:before,
body.appmax_curved .appmax-fotter-area:before {
  bottom: 15vh;
  border-radius: 45%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

body.appmax_curved .appmax-banner-area:after,
body.appmax_curved .appmax-fotter-area:after {
  bottom: 12vh;
  opacity: .5;
  border-radius: 47%;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

body.appmax_curved .appmax-fotter-area:before {
  top: 18vh;
}

body.appmax_curved .appmax-fotter-area:after {
  top: 15vh;
}

body.appmax_curved .appmax-fotter-area {
  background-image: none;
  overflow: hidden;
  position: relative;
}

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

  50% {
    -webkit-transform: translate(-50%, -2%) rotateZ(180deg);
    transform: translate(-50%, -2%) rotateZ(180deg);
  }

  100% {
    -webkit-transform: translate(-50%, 0%) rotateZ(360deg);
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}

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

  50% {
    -webkit-transform: translate(-50%, -2%) rotateZ(180deg);
    transform: translate(-50%, -2%) rotateZ(180deg);
  }

  100% {
    -webkit-transform: translate(-50%, 0%) rotateZ(360deg);
    transform: translate(-50%, 0%) rotateZ(360deg);
  }
}

/*APPMAX SKEWED BANNER*/
.appmax--skewed-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(19deg, #21d4fd, #b721ff);
  -webkit-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  overflow: hidden;
  z-index: -1;
}

.appmax--skewed-banner-bg::before,
.appmax--skewed-banner-bg::after {
  display: block;
  position: absolute;
  content: '';
  width: 80%;
  height: 33.333333333333336%;
  opacity: 0.3;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.appmax--skewed-banner-bg::before {
  background: #21d4fd;
  right: 0;
}

.appmax--skewed-banner-bg::after {
  background: #b721ff;
  bottom: 0;
}

.appmax-phone-visuals {
  position: relative;
  margin-top: 5rem;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.appmax-iphone {
  display: inline-block;
  background: #fff;
  padding: 4rem 0.6rem 0;
  border-radius: 2rem;
  -webkit-box-shadow: -1rem 1.75rem 2rem -0.4rem rgba(50, 0, 100, 0.1), -0.2rem 0.2rem 0.5rem rgba(50, 0, 100, 0.05), inset 0.5rem -0.5rem 0.5rem -0.4rem rgba(50, 0, 100, 0.1);
  box-shadow: -1rem 1.75rem 2rem -0.4rem rgba(50, 0, 100, 0.1), -0.2rem 0.2rem 0.5rem rgba(50, 0, 100, 0.05), inset 0.5rem -0.5rem 0.5rem -0.4rem rgba(50, 0, 100, 0.1);
  text-align: center;
}

.appmax-iphone::before,
.appmax-iphone::after {
  content: '';
  display: block;
}

.appmax-iphone::before {
  background-color: #08aeea;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#08aeea), to(#2af598));
  background-image: linear-gradient(0deg, #08aeea 0%, #2af598 100%);
  width: 16rem;
  padding-top: 177.5%;
}

.appmax-iphone::after {
  display: inline-block;
  margin: 0.6rem;
  padding: 1.4rem;
  border: 1px solid #f1f1f1;
  border-radius: 2rem;
  -webkit-box-shadow: inset -0.05rem 0.05rem 0.5rem 0rem rgba(50, 0, 100, 0.05);
  box-shadow: inset -0.05rem 0.05rem 0.5rem 0rem rgba(50, 0, 100, 0.05);
}

/*MOBILE APP*/
.appscraft-screen-container {
  width: 16rem;
  padding-top: 165%;
  position: absolute;
  top: 4rem;
  overflow: hidden;
  background-image: url(/images/slider-02.png);
  background-size: cover;
}

.appscraft-screen-container.startup {
  animation: startup 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation: startup 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.appscraft-screen-container.shake {
  animation: shake 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation: shake 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.appscraft-screen-container i.back {
  position: absolute;
  margin: auto;
  top: 15px;
  right: 15px;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  z-index: 10;
  opacity: 0;
}

.appscraft-screen-container i.back:hover {
  cursor: pointer;
}

.appscraft-screen-container i.back.show {
  opacity: 1;
}

.ball {
  width: 50px;
  height: 50px;
  background: #EF5850;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  transition: all 200ms cubic-bezier(0.25, 0.75, 0.5, 1.25);
}

.ball:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  background: #b90c35;
  opacity: 0;
  cursor: pointer;
}

.ball:hover {
  cursor: pointer;
}

.ball.active {
  width: 200px;
  height: 200px;
  bottom: -65px;
  right: -65px;
}

.ball.active:hover {
  cursor: default;
}

.ball.active:before {
  opacity: 1;
}

.ball.active svg {
  transform: rotate(45deg);
  cursor: pointer;
}

.ball.active .first {
  top: 20px;
  opacity: 1;
}

.ball.active .second {
  top: 40px;
  left: 40px;
  opacity: 1;
}

.ball.active .third {
  left: 20px;
  opacity: 1;
}

.ball svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 200ms cubic-bezier(0.25, 0.75, 0.5, 1.25);
}

.ball i {
  color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  margin: auto;
  transition: all 200ms cubic-bezier(0.25, 0.75, 0.5, 1.25);
  opacity: 0;
  font-size: 1.5em;
}

.ball i.first {
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
}

.ball i.second {
  left: -25px;
  top: -25px;
}

.ball i.third {
  left: -40px;
  top: 0;
  bottom: 0;
}

.ball.expand {
  width: 200%;
  height: 150%;
  bottom: -25%;
  right: -50%;
  background-image: url(/images/slider-02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ball.expand:before {
  opacity: 0;
}

.ball.expand>* {
  display: none;
}


@keyframes startup {
  0% {
    transform: translate(0, 300px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes startup {
  0% {
    transform: translate(0, 300px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes shake {
  0%, 7% {
    transform: rotateZ(0);
  }

  15% {
    transform: rotateZ(-4deg);
  }

  20% {
    transform: rotateZ(3deg);
  }

  25% {
    transform: rotateZ(-3deg);
  }

  30% {
    transform: rotateZ(2deg);
  }

  35% {
    transform: rotateZ(-1deg);
  }

  40%, 100% {
    transform: rotateZ(0);
  }
}

@-webkit-keyframes shake {
  0%, 7% {
    transform: rotateZ(0);
  }

  15% {
    transform: rotateZ(-4deg);
  }

  20% {
    transform: rotateZ(3deg);
  }

  25% {
    transform: rotateZ(-3deg);
  }

  30% {
    transform: rotateZ(2deg);
  }

  35% {
    transform: rotateZ(-1deg);
  }

  40%, 100% {
    transform: rotateZ(0);
  }
}



/*2.APPMAX V2 STYLESHEET*/


/*--------------------------------------------------------------
1.APPMAX-V2 BANNER AREA
------------------------------------------------------------*/
.appmax-v2 .appmax-banner-area {
  padding: 0;
  overflow: hidden;
}

.appmax-v2.appmax-wave .appmax-banner-area,
.appmax-v2.appmax-screenshot .appmax-banner-area {
  overflow: visible;
}

.appmax-v2 .appmax-banner-position-rel .background,
.appmax-v2 .appmax-footer-position-rel .background {
  background-color: #ffffff;
  height: 100%;
  width: calc(100vw + 300px);
  position: absolute;
  left: -150px;
  top: 0px;
}

.appmax-v2 .appmax-banner-position-rel .background img,
.appmax-v2 .appmax-footer-position-rel .background img {
  width: 100%;
  position: relative;
}

/*--------------------------------------------------------------
2.APPMAX-V2 BANNER PROMO ITEM AREA
------------------------------------------------------------*/

.appmax-v2 .appmax-banner-promo-item::before {
  display: none;
}

.appmax-v2 .appmax-banner-promo-item {
  background-color: transparent;
  position: static;
  margin-top: 0;
}

/*--------------------------------------------------------------
3.APPMAX-V2 FEATURE AREA
------------------------------------------------------------*/
.appmax-v2 .appmax-heding-title i {
  background-color: rgba(102, 113, 228, 0.1);
  color: #6b739c;
}

.appmax-v2 .appmax-feature-item-icon {
  background-color: #f8f9fc;
  border-radius: 5px;
  height: 120px;
  margin: 0 auto 30px;
  width: 120px;
}

.appmax-v2 .appmax-feature-item-icon i {
  background: #384368 none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  color: #fff;
  height: 90px;
  left: -15px;
  line-height: 90px;
  position: absolute;
  top: -15px;
  width: 90px;
  z-index: 1;
}

.appmax-v2 .appmax-feature-item-icon::after {
  background-color: #fff;
  border-radius: 3px;
  content: "";
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 0;
}


/*--------------------------------------------------------------
4.APPMAX-V2 VIDEO AREA
------------------------------------------------------------*/

.appmax-v2 .appmax-video-bg {
  position: relative;
  min-height: 600px;
}

.appmax-v2 .appmax-video-bg>div {
  border-radius: 20px;
}

.appmax-v2 .appmax-video-bg::before {
  background: var(--primary-color) none repeat scroll 0 0;
  border-radius: 20px;
  content: "";
  height: 100%;
  opacity: 0.8;
  position: absolute;
  width: 100%;
}

.appmax-v2 .appmax-video-bg::after {
  background-color: var(--primary-color);
  content: "";
  filter: blur(50px);
  height: 100%;
  left: 50%;
  opacity: 0.56;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 85%;
}

.appmax-v2 .appmax-video-bg img {
  border-radius: 20px;
}

.appmax-v2 .video-title {
  font-size: 2.125em;
  font-weight: 300;
  margin: 0 0 60px;
}

/*--------------------------------------------------------------
5.APPMAX-V2 ABOUT AREA
------------------------------------------------------------*/

.appmax-v2 .appmax-about-right-content i {
  background-color: rgba(102, 113, 228, 0.1);
  color: #6b739c;
}

.appmax-v2 .appmax-about-two-area .appmax-about-left-img::before {
  display: none;
}

.appmax-v2 .appmax-about-left-img::before {
  background-image: url("/images/images-v2/about-bg.png");
  height: calc(100% + 0px);
  top: -3px;
  width: calc(100% + 109px);
}

/*--------------------------------------------------------------
6.APPMAX-V2 USER REVIEW AREA
------------------------------------------------------------*/

.appmax-v2 .appmax-user-review-area {
  padding: 110px 0 165px;
  position: relative;
  overflow: hidden;
}

.appmax-v2 .appmax-user-review-bg {
  background-image: url(/images/images-v2/user-reviewslider-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  position: absolute;
  right: calc(-100vw + 100%);
  text-align: left;
  width: 100%;
  left: auto;
}

.appmax-v2 .counter-left {
  background-image: url("/images/images-v2/counter-icon-bg.png");
  height: 90px;
  line-height: 90px;
  width: 84px;
}

/*--------------------------------------------------------------
7.APPMAX-V2 DOWNLOAD AREA
------------------------------------------------------------*/

.appmax-v2 .appmax-download-bg {
  background-image: url("/images/images-v2/download-left-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(100%);
  position: absolute;
  right: 0;
  left: auto;
  top: 0px;
  width: calc(100% + 450px);
  z-index: -1;
}

.appmax-v2 .appmax-download-content h2 {
  color: #384368;
}

.appmax-v2 .appmax-download-content p {
  color: #6b739c;
}

.appmax-v2 .google-play {
  background: #384368 none repeat scroll 0 0;
}

.appmax-v2 .appmax-download-content>h3 {
  color: #6b739c;
  font-size: 0.938em;
  margin: 80px 0 0;
  font-family: "Open Sans", sans-serif;
}

.appmax-v2 .appmax-download-section-area::before {
  background-image: url("/images/images-v2/download-right-bg.png");
  content: "";
  height: 503px;
  position: absolute;
  right: -111px;
  top: 90px;
  width: 322px;
}

/*--------------------------------------------------------------
8.APPMAX-V2 SWIPER SLIDER AREA
------------------------------------------------------------*/
.appmax-v2 .appmax-swiper-slider-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0 200px;
  width: 100%;
  position: relative;
}

.appmax-screenshot-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.appmax-swiper-slider-area.appmax_hover_animation .layer {
  height: 100%;
  width: 100%;
  position: absolute !important;
}

/*--------------------------------------------------------------
9.APPMAX-V2 PRICING TABLE AREA
------------------------------------------------------------*/

.appmax-v2 .appmax-pricing-table-content i {
  background-color: #e6e9fc;
  color: #6b739c;
}

.appmax-v2 .pricing-table-right {
  position: relative;
  top: 400px;
}

.appmax-v2 .pricing-table-right::before {
  background-image: url("/images/images-v2/user-reviewslider-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: block;
  height: calc(100% + 756px);
  left: 44px;
  position: absolute;
  top: -356px;
  width: calc(100% + 651px);
  z-index: -1;
}

.appmax-v2 .pricing-table-right-bg {
  background-image: url("/images/images-v2/user-reviewslider-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: block;
  height: calc(100% + 756px);
  left: 44px;
  position: absolute;
  top: -356px;
  width: calc(100% + 651px);
  z-index: -1;
}

.appmax-v2 .pricing-table-right.appmax-parallax::before {
  content: none;
}

.appmax-v2 .amount {
  background-image: url("/images/images-v2/price-bg.png");
  background-size: cover;
  height: 132px;
  width: 198px;
}

.appmax-v2 .amount p {
  font-size: 2em;
  line-height: 130px;
  margin: 0;
}

.appmax-v2 .appmax-pricing-table-box {
  border: 1px solid #e3e6ef;
}

/*--------------------------------------------------------------
10.APPMAX-V2 CONTACT FORM AREA
------------------------------------------------------------*/
.appmax-v2 .appmax-contact-form-area {
  background-image: none;
  overflow: hidden;
}

.appmax-v2 .appmax-contact-form-box {
  position: relative;
}

.appmax-v2 .appmax-contact-form-box::before {
  background-image: url("/images/images-v2/contact-left-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: block;
  height: calc(100% + 200px);
  position: absolute;
  right: -225px;
  top: -120px;
  width: calc(100% + 389px);
  z-index: -1;
}

.appmax-v2 .appmax-input-item input {
  background-color: transparent;
  border-bottom: 1px solid #f1f3fb !important;
  color: #aaafc5 !important;
  width: 80%;
}

.appmax-v2 .appmax-input-item textarea {
  background-color: transparent;
  border-bottom: 1px solid #f1f3fb !important;
  color: #aaafc5 !important;
  width: 80%;
}

.appmax-v2 .appmax-contact-form-content {
  position: relative;
}

.appmax-v2 .appmax-contact-form-content::before {
  background-image: url("/images/images-v2/contact-right-bg.png.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: block;
  height: calc(100% + 200px);
  left: -65px;
  position: absolute;
  top: -120px;
  width: calc(100% + 389px);
  z-index: -1;
}

.appmax-v2 .appmax-contact-form-content-bg {
  background-image: url("/images/images-v2/contact-right-bg.png.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: block;
  height: calc(100% + 200px);
  left: -30px;
  position: absolute;
  top: -120px;
  width: calc(100% + 389px);
  z-index: -1;
}

.appmax-v2 .appmax-contact-form-box-bg {
  background-image: url("/images/images-v2/contact-left-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  display: block;
  height: calc(100% + 200px);
  position: absolute;
  right: -150px;
  top: -120px;
  width: calc(100% + 389px);
  z-index: -1;
}

.appmax-contact-form-content.appmax-parallax::before,
.appmax-contact-form-box.appmax-parallax::before {
  content: none;
}

/*--------------------------------------------------------------
11.APPMAX-V2 FOTTER AREA
------------------------------------------------------------*/

.appmax-v2 .appmax-fotter-area {
  background-image: url("/images/images-v2/fotter-bg.png");
  padding: 100px 0 150px;
  position: relative;
  overflow: hidden;
}

.appmax-v2 .appmax-fotter-area.appmax-parallax {
  background-image: none;
}

.appmax-v2 .appmax-fotter-area::after {
  content: "";
  position: absolute;
  width: calc(100% + 300px);
  height: 100%;
  background: var(--primary-color);
  -moz-border-radius: 100% / 50%;
  -webkit-border-radius: 100% / 50%;
  border-radius: 100% / 50%;
  left: -150px;
  bottom: -50%;
  z-index: -1;
}

.appmax-fotter-area.appmax-parallax {
  padding-top: 0;
}

.appmax-fotter-area.appmax-parallax .appmax-fotter-top {
  padding-top: 100px;
}

.appmax-v2 .google-play.fotter {
  background-color: #fff !important;
}

.appmax-v2 .fotter-social-icon ul li a:hover {
  background-color: #f6f8ff;
  color: #384368;
}

.appmax-v2 .appmax-subscribe input[type="email"] {
  border-radius: 100px;
}

.appmax-v2 .appmax-subscribe input[type="submit"] {
  border-radius: 50px;
}

/*--------------------------------------------------------------
12.APPMAX-V2 WAVE BANNER
------------------------------------------------------------*/
body.appmax-v2.appmax-wave .appmax-banner-area,
body.appmax-v2.appmax-wave-banner .appmax-banner-area {
  background-color: var(--primary-color);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 200px;
}

body.appmax-v2.appmax-wave-banner .appmax-banner-area {
  margin-bottom: 100px;
}

body.appmax-v2.appmax-wave .appmax-banner-promo-item {
  margin-top: 0;
}

body.appmax-wave .appmax-fotter-area,
body.appmax-screenshot .appmax-fotter-area,
body.appmax-stripev2 .appmax-fotter-area {
  padding-top: 260px;
  overflow: visible;
  background-image: none;
}

.center-content .appmax-banner-content {
  text-align: center;
}

.center-content .appmax-banner-content h1 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 40px 0;
}

body.appmax-v2.appmax-wave .appmax-banner-img {
  position: absolute;
  padding-top: 0;
  width: 100%;
  max-width: none;
  left: 0;
  right: 0;
  /* bottom: -37%; */
  bottom: -600px;
  text-align: center;
  z-index: 1;
}

body.appmax-wave .appmax-image-bounce img {
  max-width: 700px;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

body.appmax-wave .appmax-banner-promo-section {
  padding-top: 100px;
}

.wave-start {
  overflow: visible;
  position: absolute;
  pointer-events: none;
  left: 0px;
  height: 261px;
  width: 100%;
  margin-top: -10px;
}

body.appmax-wave .appmax-fotter-area::after,
body.appmax-screenshot .appmax-fotter-area::after,
body.appmax-stripev2 .appmax-fotter-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0px);
  height: calc(100% - 260px);
  background: var(--primary-color);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: 0px;
  bottom: auto;
  top: 260px;
}

.block-intro--home-footer {
  background-color: transparent;
  margin-bottom: 0;
  position: relative;
}

.block-intro--home-footer .wave-start {
  bottom: inherit;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 10px;
}

.wave-start svg {
  position: absolute;
  left: -4px;
  width: calc(100% + 8px);
  top: 0px;
}

.wave-start svg.wave-1 {
  opacity: 1;
}

.wave-start svg.wave-2 {
  opacity: .3;
}

.wave-start svg.wave-3 {
  opacity: .3;
}

.wave-start svg.wave-4 {
  opacity: .3;
}

.wave-start svg path {
  fill: var(--primary-color)
}

/* Bob */
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}


/*APPMAX SCREENSHOT VERSION*/
body.appmax-screenshot .appmax-banner-area {
  margin-bottom: 200px;
}

body.appmax-screenshot .banner-swiper-screenshot .swiper-slide {
  transform: scale(0.9) translateX(0px);
  -webkit-transform: scale(0.9) translateX(0px);
  -ms-transform: scale(0.9) translateX(0px);
  visibility: hidden;
}

body.appmax-screenshot .banner-swiper-screenshot .swiper-slide.swiper-slide-active {
  background-size: contain;
  transition: all .4s;
  transform: scale(1) translateX(0px);
  -webkit-transform: scale(1) translateX(0px);
  -ms-transform: scale(1) translateX(0px);
  visibility: visible;
}

body.appmax-screenshot .banner-swiper-screenshot .swiper-slide.swiper-slide-active img {
  border-radius: 30px;
}

body.appmax-screenshot .banner-swiper-screenshot .swiper-slide.swiper-slide-next,
body.appmax-screenshot .banner-swiper-screenshot .swiper-slide.swiper-slide-prev {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
  transition: all .4s;
  visibility: visible;
}

body.appmax-screenshot .banner-swiper-screenshot .swiper-slide.swiper-slide-next {
  transform: scale(0.9) translateX(-10px);
  -webkit-transform: scale(0.9) translateX(-10px);
  -ms-transform: scale(0.9) translateX(-10px);
}

body.appmax-screenshot .banner-swiper-screenshot .swiper-slide.swiper-slide-prev {
  transform: scale(0.9) translateX(10px);
  -webkit-transform: scale(0.9) translateX(10px);
  -ms-transform: scale(0.9) translateX(10px);
}

.banner-swiper-screenshot {
  overflow: hidden;
  position: relative;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

body.appmax-screenshot .banner-swiper-screenshot .appmax-screen-mobile-image {
  height: 590px;
  width: 290px;
}

.banner-swiper-screenshot .swiper-wrapper {
  height: auto;
  width: 100%;
}

body.appmax-screenshot .appmax-banner-content {
  margin-bottom: 50px;
}

#appmax-welcome-slider .owl-dots {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}

#appmax-welcome-slider.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  background: #5edd98;
}

#appmax-welcome-slider.owl-theme .owl-dots .owl-dot.active span,
#appmax-welcome-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #7ce8f9;
}

#appmax-welcome-slider.owl-carousel .owl-item.active .appmax-banner-content h1 {
  -webkit-animation: fadeInUpX 1s cubic-bezier(0.7, 0, 0.3, 1) 200ms both;
  animation: fadeInUpX 1s cubic-bezier(0.7, 0, 0.3, 1) 200ms both;
}

#appmax-welcome-slider.owl-carousel .owl-item.active .appmax-banner-content p {
  -webkit-animation: fadeInUpX 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
  animation: fadeInUpX 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

#appmax-welcome-slider.owl-carousel .owl-item.active .appmax-banner-content a.appmax-default-btn {
  -webkit-animation: fadeInUpX 1s cubic-bezier(0.7, 0, 0.3, 1) 600ms both;
  animation: fadeInUpX 1s cubic-bezier(0.7, 0, 0.3, 1) 600ms both;
}

#appmax-welcome-slider.owl-carousel .owl-item.active .appmax-banner-img {
  -webkit-animation: fadeInLeftX 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
  animation: fadeInLeftX 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

/*Full Slider*/
.appmax-full-slide {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

body.appmax-full-slider .appmax-banner-content {
  white-space: normal !important;
}

.container.appmax-full-slider-container {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.container.appmax-full-slider-container>.row {
  height: 100%;
}

body.appmax-full-slider .appmax-image-bounce {
  position: absolute;
  padding-top: 0;
  width: 100%;
  max-width: none;
  left: 0;
  right: 0;
  bottom: -30%;
  text-align: center;
  z-index: 1;
}

body.appmax-full-slider .appmax-image-bounce img {
  max-height: 100%;
  max-width: 700px;
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.appmax-full-slide .sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  bottom: 50px;
  z-index: 1;
}

.appmax-full-slide .sp-buttons .sp-button {
  width: 40px;
  height: 5px;
  background: #5edd98;
  border-radius: 30px;
  border: 0px solid;
}

.appmax-full-slide .sp-buttons .sp-selected-button, .appmax-full-slide .sp-buttons .sp-button:hover {
  background: #7ce8f9;
}

/*Stripe V2*/
body.appmax-stripev2 .appmax-banner-area {
  padding-bottom: 200px;
}

body.appmax-stripev2 .stripes-header {
  bottom: auto;
  top: -45vh;
}

body.appmax-stripev2 .StripeBackground {
  height: 200vh;
  width: 100vw;
  transform: skewY(40deg);
}

body.appmax-stripev2 .StripeBackground .stripe {
  background: linear-gradient(90deg, #7681F3, rgba(102, 113, 228, 0.1));
}

body.appmax-stripev2 .stripes-header .stripe {
  height: 250px;
}

body.appmax-stripev2 .stripes-header .s0 {}

body.appmax-stripev2 .stripes-header .s1 {
  width: 22vw;
  right: auto;
  left: -15vw;
  bottom: 0;
}

body.appmax-stripev2 .stripes-header .s2 {
  left: -15vw;
  bottom: 28vw;
  right: auto;
  width: 40vw;
}

body.appmax-stripev2 .stripes-header .s3 {
  left: auto;
  bottom: auto;
  right: 33vw;
  width: 73vw;
  top: 28vw;
}

body.appmax-stripev2 .stripes-header .s4 {
  left: auto;
  bottom: auto;
  right: 17vw;
  width: 35vw;
  top: 0;
}

body.appmax--loaded .stripes-header .s1 {
  -webkit-animation: stripeSlideIn2 .8s cubic-bezier(.165, .84, .44, 1) .2s forwards;
  animation: stripeSlideIn2 .8s cubic-bezier(.165, .84, .44, 1) .2s forwards;
}

body.appmax--loaded .stripes-header .s2 {
  -webkit-animation: stripeSlideIn2 .8s cubic-bezier(.165, .84, .44, 1) .4s forwards;
  animation: stripeSlideIn2 .8s cubic-bezier(.165, .84, .44, 1) .4s forwards;
}

body.appmax--loaded .stripes-header .s3 {
  -webkit-animation: stripeSlideIn2 .8s cubic-bezier(.165, .84, .44, 1) .6s forwards;
  animation: stripeSlideIn2 .8s cubic-bezier(.165, .84, .44, 1) .6s forwards;
}

body.appmax--loaded .stripes-header .s4 {
  -webkit-animation: stripeSlideIn2 .8s cubic-bezier(.165, .84, .44, 1) .8s forwards;
  animation: stripeSlideIn2 .8s cubic-bezier(.165, .84, .44, 1) .8s forwards;
}

body.appmax-stripev2 .appmax-banner-area:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: url(/images/stripe2.png);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.banner-swiper-screenshot .swiper-slide.swiper-slide-prev,
.banner-swiper-screenshot .swiper-slide.swiper-slide-next {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

body.appmax-stripev2 .StripeBackground:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url(/images/banner-texture.png);
  transform: skewY(-40deg);
}

/*3.APPMAX BLOG PAGE STYLESHEET*/

/*--------------------------------------------------------------
1.APPMAX BLOG BANNER AREA
------------------------------------------------------------*/
.appmax-blog-banner-area {
  background-image: url("/images/blog/blog-banner-bg.png");
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
}

.appmax-blog-content {
  padding: 200px 0 150px;
}

.appmax-blog-content h2 {
  color: #fff;
  font-size: 2.125em;
  font-weight: 400;
  margin: 0 0 15px;
}

.appmax-blog-content ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.appmax-blog-content ul li {
  color: #fff;
  display: inline-block;
  margin: 0 3px;
}

.appmax-blog-content ul li a {
  color: #5edb99;
  font-size: 1.125em;
}

.appmax-blog-content i {
  color: #fff;
  margin-right: 5px;
}


/*--------------------------------------------------------------
2.APPMAX BLOG POST AREA
------------------------------------------------------------*/
.appmax-blog-area {
  padding: 100px 0 200px;
}

.appmax-blog-post-detalis {
  margin-bottom: 100px;
}

.appmax-blog-single-img {
  position: relative;
}

.post-img-view {
  bottom: -22px;
  position: absolute;
  right: 45px;
}

.post-img-view i {
  background-color: var(--primary-color);
  border-radius: 100%;
  color: #fff;
  font-size: 1.125em;
  height: 53px;
  line-height: 53px;
  text-align: center;
  width: 53px;
  transition: all 0.4s ease 0s;
}

.appmax-blog-post-detalis:hover .post-img-view i {
  box-shadow: 0px 10px 30px rgba(102, 113, 228, 0.35)
}

.appmax-blog-post-content {
  padding: 30px;
  transition: all 0.4s ease 0s;
}

.appmax-blog-post-detalis:hover .appmax-blog-post-content {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

.post-meta {
  color: #6b739c;
  font-size: 0.875em;
}

.single-post-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 50px;
}

.single-post-meta p {
  display: inline-block;
  margin: 0 0 0 7px;
}

.post-title h2 {
  color: #384368;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 36px;
  margin: 15px 0;
}

.post-btn-left {
  float: left;
}

.post-btn-left span {
  transition: all 0.4s ease 0s;
  color: #6b739c;
  font-size: 0.875em;
  font-weight: 500;
}

.post-btn-left span:hover {
  margin-right: 5px;
}

.post-btn-left img {
  margin-left: 5px;
}

.post-comment {
  color: #6b739c;
  float: right;
  font-size: 0.875em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.post-comment p {
  display: inline-block;
  margin-left: 10px;
}

.blog-post-pagination {
  width: 100%;
}

.blog-post-single-pagination {
  float: left;
  width: 33.33%;
}

.blog-post-single-pagination:nth-child(1) {
  text-align: left;
}

.blog-post-single-pagination:nth-child(2) {
  padding: 20px 0;
  text-align: center;
}

.blog-post-single-pagination:nth-child(2) ul li {
  margin: 0 10px;
}

.blog-post-single-pagination:nth-child(1) ul li a {
  background-color: #f6f8ff;
  display: block;
  font-weight: 500;
  height: 74px;
  line-height: 74px;
  text-align: center;
  width: 174px;
  transition: all 0.4s;
}

.blog-post-single-pagination:nth-child(1) ul li a:hover {
  background-color: #6B739C;
  color: #fff;
}

.blog-post-single-pagination:nth-child(1) img {
  padding-right: 10px;
}

.blog-post-single-pagination:nth-child(2) ul li a {
  color: #6b739c;
  transition: all 0.4s;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  border-radius: 50%;
}

.blog-post-single-pagination:nth-child(2) ul li a:hover {
  background-color: #5EDD98;
  color: #fff;
  box-shadow: 0 20px 50px rgba(94, 221, 152, 0.43)
}

.blog-post-single-pagination:nth-child(3) ul li a {
  background-color: #f6f8ff;
  display: block;
  font-weight: 500;
  height: 74px;
  line-height: 74px;
  text-align: center;
  width: 174px;
  transition: all 0.4s;
}

.blog-post-single-pagination:nth-child(3) img {
  padding-left: 10px;
}

.blog-post-single-pagination:nth-child(3) ul li a:hover {
  background-color: #6B739C;
  color: #fff;
}

.blog-post-single-pagination:nth-child(3) {
  text-align: right;
}

.blog-post-single-pagination:nth-child(3) i {
  margin-left: 5px;
}

.blog-post-single-pagination ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.blog-post-single-pagination ul li {
  display: inline-block;
}

.blog-post-single-pagination ul li a {
  color: #6b739c;
  font-size: 0.75em;
  text-transform: uppercase;
}

.blog-post-single-pagination i {
  font-size: 1.3em;
  margin-right: 5px;
}

.blog-post-single-pagination a .appmax-blog-sidebar {
  margin-bottom: 100px;
}

.appmax-blog-single-sidebar {
  background: #f6f8ff none repeat scroll 0 0;
  margin-bottom: 60px;
  padding: 30px 30px;
}

.blog-sidebar-title {
  margin-bottom: 25px;
}

.blog-sidebar-title i {
  color: var(--primary-color);
  font-size: 0.875em;
  margin-right: 7px;
}

.blog-sidebar-title h2 {
  color: #384368;
  display: inline-block;
  font-size: 1.225em;
  font-weight: 500;
  margin: 0;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input[type="search"] {
  background-color: #fff;
  border: medium none !important;
  border: 1px solid #EAECF2 !important;
  border-radius: 0;
  color: #aaafc5 !important;
  float: left;
  height: 40px;
  padding: 0 15px;
  width: calc(100% - 40px);
}

.search-form input[type="submit"] {
  background-color: var(--primary-color);
  border: 0 none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  float: left;
  font-family: "fontawesome";
  font-size: 1em;
  font-weight: 400;
  height: 40px;
  margin-top: 0;
  right: 0;
  text-transform: capitalize;
  width: 40px;
  cursor: pointer;
}

.blog-category i {
  color: #5edd98;
  /* opacity: 0;*/
  transition: all 0.4s ease 0s;
}

.blog-category ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.blog-category ul li {
  margin: 10px 0;
}

.blog-category li:last-child {
  margin: 0;
}

.blog-category ul li a {
  color: #6b739c;
  font-size: 0.975em;
  padding-left: 0;
  position: relative;
  transition: all 0.4s ease 0s;
}

.blog-category a::before {
  color: #5edd98;
  content: "";
  display: inline;
  font-family: fontawesome;
  font-size: 1.1em;
  margin-right: 5px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 0;
}

.blog-category a:hover::before {
  opacity: 1;
  visibility: visible;
}

.blog-category a:hover {
  padding-left: 4px;
  transition: all 0.4s ease 0s;
}

.blog-category span {
  color: #aaafc5;
  float: right;
  font-size: 0.938em;
  font-family: "Open Sans", sans-serif;
}

.appmax-single-popylar-item {
  margin-bottom: 40px;
}

.appmax-single-popylar-item h2 {
  color: #6b739c;
  font-size: 0.975em;
  font-weight: 400;
  line-height: 24px;
  margin: 15px 0 0;
}

.appmax-single-popylar-item:last-child {
  margin: 0;
}

.appmax-blog-sidebar-app-download {
  background-image: url("/images/blog/blog-sider-img.png");
  background-size: cover;
  border-radius: 3px;
  padding: 50px 0;
  text-align: center;
}

.blog-app-download img {
  height: 228px;
  width: 113px;
}

.blog-app-download h2 {
  color: #fff;
  font-size: 0.875em;
  font-weight: 400;
  margin: 30px 0;
}

.google-play.blog img {
  width: 70px;
}

.app-store.blog img {
  width: 70px;
}

.google-play.blog {
  height: 42px;
  line-height: 42px;
  margin-right: 6px;
  width: 110px;
}

.app-store.blog {
  height: 42px;
  line-height: 42px;
  width: 110px;
}



/*4.APPMAX SINGLE BLOG PAGE STYLESHEET*/

.appmax-single-blog .appmax-blog-post-content {
  box-shadow: none;
  margin-bottom: 35px;
  padding: 0;
}

.appmax-single-blog .appmax-blog-single-img {
  margin-bottom: 80px;
  position: relative;
}

.appmax-single-blog img {
  border-radius: 8px;
}

.appmax-single-blog .appmax-blog-post {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  padding: 25px 45px;
}

.appmax-single-blog .appmax-blog-post-detalis {
  margin-bottom: 80px;
}

.appmax-single-blog .appmax-blog-post-detalis:last-child {
  margin: 0;
}

.appmax-blog-post-detalis p {
  color: #6b739c;
  line-height: 28px;
  margin: 0;
}

.single-blog-social-icon p {
  color: #6b739c;
  line-height: 28px;
  margin-right: 10px !important;
}

.appmax-single-blog-img {
  padding: 40px 0 60px;
}

.single-blog-img-right {
  float: right;
  width: 40%;
}

.single-blog-img-left {
  float: left;
  width: 58%;
  height: 301px;
  overflow: hidden;
}

.single-blog-img-left img {
  height: 100%;
  width: auto;
  max-width: none;
}

.single-blog-img-right img {
  margin-bottom: 15px;
}

.single-blog-img-right img:last-child {
  margin: 0;
}

.appmax-blockquote blockquote {
  background-color: #f6f8ff;
  color: #384368;
  margin-bottom: 70px;
  margin-top: 80px;
  padding: 39px;
  position: relative;
}

.appmax-blockquote blockquote::before {
  color: var(--primary-color);
  content: "\f10d";
  font-family: "fontawesome";
  font-size: 3.75em;
  left: 35px;
  position: absolute;
  top: 0px;
}

.appmax-blockquote cite {
  color: var(--primary-color);
  font-size: 0.938em;
  font-style: normal;
}

.appmax-single-blog-bottom {
  margin-top: 60px;
}

.single-blog-heart {
  float: left;
  text-align: left;
}

.single-blog-heart i {
  color: #ff0000;
  font-size: 1.2em;
  margin-right: 10px;
}

.single-blog-heart p {
  color: #aaafc5;
  display: inline-block;
  font-size: 0.875em;
  margin: 0;
}

.single-blog-social-icon {
  float: right;
}

.share-with {
  color: #aaafc5 !important;
  display: inline-block;
  font-size: 0.875em;
  margin: 0;
  margin-right: 12px !important;
}

ul.social-icon {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul.social-icon li {
  display: inline-block;
  margin: 0 2px;
  color: var(--primary-color);
  font-size: 0.875em;
  font-weight: 500;
}