
/*html {
 font-size:18px
}*/
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: 'Rubik', 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 VZVZA 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.VZVZA HOME PAGE STYLESHEET*/

/*--------------------------------------------------------------
1.VZVZA PRELOADER
------------------------------------------------------------*/
#preloader{
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  margin-top: 0px;
  top: 0px;  
}
#holder {
  height: 104px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
}
.box{
  width:50px;
  height:50px;
  position:absolute;
  opacity:0.9;
  -webkit-animation-timing-function: linear;  
  animation-timing-function: linear;
}
#box1{
  background-color:#6671E4;
  animation:box1 4s;
  -webkit-animation:box1 4s infinite; 
}
#box2{
  background-color:#384368;
  animation:box2 4s;
  -webkit-animation:box2 4s infinite; 
}
#box3{
  background-color:#94ACFF;
  animation:box3 4s;
  -webkit-animation:box3 4s infinite; 
}
#box4{
  background-color:#07BDEC;
  animation:box4 4s;
  -webkit-animation:box4 4s infinite; 
}


@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.VZVZA HEADER AREA
------------------------------------------------------------*/
.menu-toggle {
  display: none;
}
.mazzer_nav_wrapper {
  display: inline-block;
}
.mazzer-header-area {
  left: 0;
  padding: 30px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.mazzer-header-area.mazzer-sticky-menu{
  position: fixed;
  transition: all 0.4s ease 0s;
}
.mazzer-sticky-menu {
  background-color: #616ce0;
  padding: 20px 0;
  z-index: 99;
}
.mazzer-header-menu {
  text-align: right;
}
.mazzer-header-menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.mazzer-header-menu ul li {
  display: inline-block;
  margin: 0 10px;
}
.mazzer-header-menu ul li a {
  color: #fff;
  font-size: 0.938em;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}
.mazzer-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;
}
.mazzer-header-menu ul li a:hover:before{
  width: 100%;
}
.mazzer-header-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mazzer-header-social-icon ul li {
  display: inline-block;
  padding: 0 3px;
}
.mazzer-header-social-icon ul li a{
  color: #fff;
  font-size: 0.938em;
}
.mazzer-header-social-icon {
  display: inline-block;
  margin-left: 24px;
}
/*--------------------------------------------------------------
3.VZVZA BANNER AREA
------------------------------------------------------------*/

.mazzer-banner-area {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: rgb(129,147,254);
  background: -moz-linear-gradient(left, rgba(129,147,254,1) 0%, rgba(98,86,251,1) 100%);
  background: -webkit-linear-gradient(left, rgba(129,147,254,1) 0%,rgba(98,86,251,1) 100%);
}
.height-100vh {
  height: 100vh;
  min-height: 950px;
}
.mazzer-banner-area::before {
  background-image: url(../image/mazzer-banner-bg.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: 100% auto;
  background-position: 0px 160px;
}
.mazzer-banner-content {
  margin-bottom:80px;
}
.mazzer-banner-content h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 300;
  margin: 0;
}
.mazzer-banner-content p {
  color: #fff;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 30px 0 40px;
}
.mazzer-default-btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1.25px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  width: 190px;
  margin-right: 20px;
}
.mazzer-default-btn:hover{
  background-color: #FFE900;
  border: 1px solid #FFE900;
  color: #384368 !important;
}
.mazzer-banner-img {
  display: inline-block;
  position: relative;
}
.mazzer-banner-img img{
  position: relative;
  z-index: 3;
}
.mazzer-banner-thumb {
  position: relative;
  z-index: 3;
  transition: all 0.4s ease 0s;
}
.mazzer-icon-1 {
  font-size: 3.5em;
  background-color: #3CC756;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 40px;
  left: -105px;
  -webkit-transform: scale(1) rotate(-30deg);
  transform: scale(1) rotate(-30deg);
  opacity: 0;
  visibility: hidden;
}
.mazzer-icon-2 {
  font-size: 2.375em;
  background-color: #59E9FB;
  width: 62px;
  height: 62px;
  line-height: 64px;
  color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 216px;
  left: -39px;
  -webkit-transform: scale(1) rotate(-10deg);
  transform: scale(1) rotate(-10deg);
  opacity: 0;
  visibility: hidden;
}
.mazzer-icon-3 {
  font-size: 2.375em;
  background-color: #FB5694;
  width: 85px;
  height: 85px;
  line-height: 85px;
  color: #fff;
  border-radius: 15px;
  position: absolute;
  bottom: 15px;
  left: -60px;
  -webkit-transform: scale(1) rotate(-15deg);
  transform: scale(1) rotate(-15deg);
  opacity: 0;
  visibility: hidden;
}
.mazzer-icon-4 {
  font-size: 3.5em;
  background-color: #FFE800;
  width:100px;
  height:100px;
  line-height: 100px;
  color: #333;
  border-radius: 15px;
  position: absolute;
  top: 40px;
  right: -105px;
  -webkit-transform: scale(1) rotate(15deg);
  transform: scale(1) rotate(15deg);
  opacity: 0;
  visibility: hidden;
}

.mazzer-icon-5 {
  font-size: 2.375em;
  background-color: #EE4DC2;
  width: 62px;
  height: 62px;
  line-height: 65px;
  color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 216px;
  right: -39px;
  -webkit-transform: scale(1) rotate(15deg);
  transform: scale(1) rotate(15deg);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.mazzer-icon-6 {
  font-size: 2.375em;
  background-color: #fff;
  width: 85px;
  height: 85px;
  line-height: 85px;
  color: #8193FE;
  border-radius: 15px;
  position: absolute;
  bottom: 15px;
  right: -67px;
  -webkit-transform: scale(1) rotate(10deg);
  transform: scale(1) rotate(10deg);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}


@keyframes icon-move-1 {
  from {
    top: 90px;
    left: 105px;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    top: 40px;
    left: -105px;
    -webkit-transform: scale(1) rotate(-30deg);
    transform: scale(1) rotate(-30deg);
  }
}
@keyframes icon-move-2 {
  from {
    top: 290px;
    left: 39px;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    top: 216px;
    left: -39px;
    -webkit-transform: scale(1) rotate(-10deg);
    transform: scale(1) rotate(-10deg);
  }
}
@keyframes icon-move-3 {
  from {
    bottom: -50px;
    left: 45px;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    bottom: 15px;
    left: -60px;
    -webkit-transform: scale(1) rotate(-15deg);
    transform: scale(1) rotate(-15deg);
  }
}
@keyframes icon-move-4 {
  from {
    top: 100px;
    right: 105px;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    top: 40px;
    right: -105px;
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
}
@keyframes icon-move-5 {
  from {
    top: 290px;
    right: 55px;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    top: 216px;
    right: -39px;
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
}
@keyframes icon-move-6 {
  from {
    bottom: -40px;
    right: 55px;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    bottom: 15px;
    right: -67px;
    -webkit-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
  }
}




/* -webkit-keframes */
@-webkit-keyframes icon-move-1 {
  from {
    top: 90px;
    left: 105px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    top: 40px;
    left: -105px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(-30deg);
  }
}
@keyframes icon-move-2 {
  from {
    top: 290px;
    left: 39px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    top: 216px;
    left: -39px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(-10deg);
  }
}


@keyframes icon-move-3 {
  from {
    bottom: -50px;
    left: 45px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    bottom: 15px;
    left: -60px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(-15deg);
  }
}

@keyframes icon-move-4 {
  from {
    top: 100px;
    right: 105px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    top: 40px;
    right: -105px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(15deg);
  }
}

@keyframes icon-move-5 {
  from {
    top: 290px;
    right: 55px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    top: 216px;
    right: -39px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(15deg);
  }
}

@keyframes icon-move-6 {
  from {
    bottom: -40px;
    right: 55px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    bottom: 15px;
    right: -67px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(10deg);
  }
}



.mazzer_icon_loaded {
  opacity: 1;
  visibility: visible;
  animation-duration: 1s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
}
.mazzer_icon_loaded.mazzer-icon-1{
  animation-name: icon-move-1;
  -webkit-animation-name: icon-move-1;
}
.mazzer_icon_loaded.mazzer-icon-2{
  animation-name: icon-move-2;
  -webkit-animation-name: icon-move-2;
}
.mazzer_icon_loaded.mazzer-icon-3 {
  animation-name: icon-move-3;
  -webkit-animation-name: icon-move-3;
}
.mazzer_icon_loaded.mazzer-icon-4{
  animation-name: icon-move-4;
  -webkit-animation-name: icon-move-4;
}
.mazzer_icon_loaded.mazzer-icon-5{
  animation-name: icon-move-5;
  -webkit-animation-name: icon-move-5;
}
.mazzer_icon_loaded.mazzer-icon-6 {
  animation-name: icon-move-6;
  -webkit-animation-name: icon-move-6;
}





.mazzer-icon-wrap i.fa-bell {
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}




@keyframes feature-icon-move-1 {
  from {
    top: 90px;
    left: 105px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    left: -135px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(-30deg);
    transform: scale(1) rotate(-30deg);
  }
}
@keyframes feature-icon-move-2 {
  from {
    top: 290px;
    left: 39px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    top: 249px;
    left: -77px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(-10deg);
    transform: scale(1) rotate(-10deg);
  }
}
@keyframes feature-icon-move-3 {
  from {
    bottom: 200px;
    left: 20px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    bottom: 70px;
    left: -105px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(-15deg);
    transform: scale(1) rotate(-15deg);
  }
}
@keyframes feature-icon-move-4 {
  from {
    top: 100px;
    right: 105px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    right: -126px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
}
@keyframes feature-icon-move-5 {
  from {
    top: 290px;
    right: 55px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    top: 249px;
    right: -74px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
}
@keyframes feature-icon-move-6 {
  from {
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
    transform: rotate(0deg) scale(.5);
  }
  to {
    bottom: 70px;
    right: -105px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(10deg);
    transform: scale(1) rotate(10deg);
  }
}




@-webkit-keyframes feature-icon-move-1 {
  from {
    top: 90px;
    left: 105px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    left: -135px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(-30deg);
  }
}
@-webkit-keyframes feature-icon-move-2 {
  from {
    top: 290px;
    left: 39px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    top: 249px;
    left: -77px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(-10deg);
  }
}
@-webkit-keyframes feature-icon-move-3 {
  from {
    bottom: 200px;
    left: 20px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    bottom: 70px;
    left: -105px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(-15deg);
  }
}
@-webkit-keyframes feature-icon-move-4 {
  from {
    top: 100px;
    right: 105px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    right: -126px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(15deg);
  }
}
@-webkit-keyframes feature-icon-move-5 {
  from {
    top: 290px;
    right: 55px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    top: 249px;
    right: -74px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(15deg);
  }
}
@-webkit-keyframes feature-icon-move-6 {
  from {
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.5);
  }
  to {
    bottom: 70px;
    right: -105px;
    opacity: 1;
    -webkit-transform: scale(1) rotate(10deg);
  }
}


@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  7% { -webkit-transform: rotateZ(22deg); }
  14% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  26% { -webkit-transform: rotateZ(-16deg); }
  33% { -webkit-transform: rotateZ(14deg); }
  40% { -webkit-transform: rotateZ(-12deg); }
  47% { -webkit-transform: rotateZ(10deg); }
  54% { -webkit-transform: rotateZ(-8deg); }
  60% { -webkit-transform: rotateZ(6deg); }
  67% { -webkit-transform: rotateZ(-4deg); }
  74% { -webkit-transform: rotateZ(2deg); }
  81% { -webkit-transform: rotateZ(-1deg); }
  88% { -webkit-transform: rotateZ(1deg); }
  93% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}


.mazzer-feature-area .mazzer-icon-1 {
  left: -135px;
}
.mazzer-feature-area .mazzer-icon-2 {
  top: 249px;
  left: -77px
}
.mazzer-feature-area .mazzer-icon-3 {
  bottom: 70px;
  left: -105px;
}
.mazzer-feature-area .mazzer-icon-4 {
  right: -126px;
}
.mazzer-feature-area .mazzer-icon-5 {
  top: 249px;
  right: -74px;
}
.mazzer-feature-area .mazzer-icon-6 {
  bottom: 70px;
  right: -105px;
}


.mazzer-feature-area .mazzer_icon_loaded.mazzer-icon-1 {
  animation-name: feature-icon-move-1;
  -webkit-animation-name: feature-icon-move-1;
}
.mazzer-feature-area .mazzer_icon_loaded.mazzer-icon-2 {
  animation-name: feature-icon-move-2;
  -webkit-animation-name: feature-icon-move-2;
}
.mazzer-feature-area .mazzer_icon_loaded.mazzer-icon-3 {
  animation-name: feature-icon-move-3;
  -webkit-animation-name: feature-icon-move-3;
}
.mazzer-feature-area .mazzer_icon_loaded.mazzer-icon-4 {
  animation-name: feature-icon-move-4;
  -webkit-animation-name: feature-icon-move-4;
}
.mazzer-feature-area .mazzer_icon_loaded.mazzer-icon-5 {
  animation-name: feature-icon-move-5;
  -webkit-animation-name: feature-icon-move-5;
}
.mazzer-feature-area .mazzer_icon_loaded.mazzer-icon-6 {
  animation-name: feature-icon-move-6;
  -webkit-animation-name: feature-icon-move-6;
}


/*--------------------------------------------------------------
4.VZVZA VIDEO AREA
------------------------------------------------------------*/

.mazzer-video-area {
  padding: 120px 0;
  position: relative;
  text-align: center;
}
.mazzer-video-hedding-title {
  width: 58%;
  margin: 0 auto 100px;
}
.mazzer-video-hedding-title h2 {
  margin: 0 0 20px;
  font-size: 2.125em;
  color: #384368;
}
.mazzer-video-hedding-title p {
  margin: 0;
  color: #6B739C;
  font-size: .875em;
}
.mazzer-video-bg {
  width: 770px;
  height: 492px;
  margin: 0 auto;
  position: relative;
}
.mazzer-video-bg::before {
  content: "";
  width: 770px;
  height: 490px;
  position: absolute;
  background-image: url(../image/mazzer-video-bg.png);
  background-repeat: no-repeat;
  filter: blur(30px);
  z-index: -1;
  bottom: -35px;
}
.mazzer-video-bg img {
  border-radius: 40px;
}
.mazzer-video-popup {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 58%;
  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(../image/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.1);
  border-radius: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.iq-waves .waves.wave-2 {
  width: 86%;
  height: 86%;
  left: 7%;
  top: 7%;
}
.iq-waves .waves.wave-3 {
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
}


/*--------------------------------------------------------------
5.VZVZA BANNER PROMO SECTION AREA
------------------------------------------------------------*/
.mazzer-promo-section {
  background: #F6F8FF;
  padding: 120px 0;
  text-align: center;
}
.mazzer-promo-items{
  counter-reset: my-badass-counter;
}
/* .mazzer-promo-items .mazzer-single-promo-item .promo-item-icon::after {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  color: #384368;
  font-size: .438em;
  top: -23px;
  font-weight: 500;
  background: #fff;
  width: 65px;
  height: 65px;
  line-height: 51px;
  border-radius: 100%;
  border: 9px solid #F6F8FF;
  right: -15px;
} */
span.promo-item-number {
  position: absolute;
  color: #384368;
  font-size: .438em;
  top: -23px;
  font-weight: 500;
  background: #fff;
  width: 65px;
  height: 65px;
  line-height: 51px;
  border-radius: 100%;
  border: 9px solid #F6F8FF;
  right: -15px;
}
.promo-item-icon {
  color: #6256FB;
  font-size: 50px;
  background: #fff;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 30px;
  border-radius: 100%;
  position: relative;
  box-shadow:0px 10px 10px rgba(0, 0, 0, 0.04)
}
/* .promo-item-icon::before {
  content: "";
  background-image: url(../image/promo-icon-bg.png);
  position: absolute;
  width: 156px;
  height: 123px;
  left: -10px;
  top: 0;
} */
.promo-item-content {
  width: 75%;
  margin: 0 auto;
}
.promo-item-content h2 {
  margin: 0 0 20px;
  font-size: 1.125em;
  color: #384368;
}
.promo-item-content p {
  margin: 0;
  font-size: .875em;
  color: #6B739C;
  line-height: 24px;
}


.blast-icon-dot,
.blast-icon-circle,
.blast-icon-plus {
  position: absolute;
}
.blast-wrapper {
  transform: scale3d(0, 0, 1);
}
.blast-icon-dot img,
.blast-icon-circle img,
.blast-icon-plus img {
  line-height: 1;
  position: relative;
  top: -3px;
}

.blast-icon-dot {
  left: -10px;
  width: 16px;
  height: 16px;
  top: 0;
  line-height: 16px;
}
.blast-icon-circle {
  right: 9px;
  bottom: -3px;
  width: 9px;
  height: 9px;
  line-height: 9px;
}
.blast-icon-plus {
  right: -26px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: 40px;
}


/*--------------------------------------------------------------
6.VZVZA ABOUT AREA
------------------------------------------------------------*/

.mazzer-about-area {
  padding: 120px 0 110px;
  overflow: hidden;
}
.mazzer-default-title {
  text-align: center;
  margin-bottom: 30px;
}
.mazzer-default-title.black p {
  color: #6B739C;
  font-size: .875em;
  margin: 0 0 10px;
}
.mazzer-default-title.black h2 {
  font-size: 2.125em;
  color: #384368;
  margin: 0;
  font-weight: 300;
}
.mazzer-default-title.white p {
  color: #E9EDFF;
  font-size: .875em;
  margin: 0 0 10px;
}
.mazzer-default-title.white h2 {
  font-size: 2.125em;
  color: #FFFFFF;
  margin: 0;
  font-weight: 300;
}
.mazzer-icon-wrap {
  font-size: 1.250em;
  color: #fff;
  background-color: #6671E4;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 100%;
  border: 4px solid #F6F8FF;
  box-shadow: 0px 3px 20px rgba(56, 67, 104, 0.18);
  margin-bottom: 28px;
  display: inline-block;
}
.mazzer-about-right-content h2 {
  color: #384368;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 30px;
}
.mazzer-about-right-content p {
  color: #6B739C;
  font-size: 0.875em;
  line-height: 24px;
  margin: 0 0 40px;
}
.about-list {
  list-style: outside none none;
  margin: 0 0 60px;
}
.about-list li {
  color: #384368;
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.about-list li::before {
  color: #6256FB;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  height: 10px;
  left: -34px;
  position: absolute;
  width: 10px;
  font-weight: 900;
}
.about-btn{
  background: #F6F8FF;
  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;
}
.about-btn.app-store {
    background: #6256FB;
}
.about-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
.google-play img{
  margin-left: -10px;
}
.app-store img{
  margin-left: -10px;
}
.mazzer-about-left-img {
  position: relative;
  z-index: 0;
}
.mazzer-about-left-img::before {
  background-image: url(../image/about-right-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 223px;
  top: 18px;
}
.mazzer-about-left-img img:last-child {
  position: absolute;
  left: 175px;
}

/*--------------------------------------------------------------
7.VZVZA FEATURE AREA
------------------------------------------------------------*/

.mazzer-feature-area{
  padding: 120px 0;
  background: rgb(129,147,254); 
  background: -moz-linear-gradient(left, rgba(129,147,254,1) 0%, rgba(98,86,251,1) 100%);
  background: -webkit-linear-gradient(left, rgba(129,147,254,1) 0%,rgba(98,86,251,1) 100%); 
  background: linear-gradient(to right, rgba(129,147,254,1) 0%,rgba(98,86,251,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8193fe', endColorstr='#6256fb',GradientType=1 );
  position: relative;
  overflow: hidden;
}
.mazzer-feature-area::before {
  background-image: url(../image/feature-bg.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: 30px 30px;
}
.mazzer-feature-area::after {
  background-image: url(../image/feature-iphone.png);
  /*content: "";*/
  position: absolute;
  width: 300px;
  height: 400px;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top right;
}
.mazzer-feature-single-item {
  text-align: center;
}
.mazzer-feature-icon-item {
  text-align: center;
  z-index: 1;
}
.mazzer-feature-single-icon-item {
  float: left;
  width: calc(50% - 20px);
  border-radius: 20px;
  margin: 10px;
  padding: 15px 0;
  background-color: #fff;
  height: 174px;
  transition: all 0.4s;
}
.mazzer-feature-single-icon-item:hover{
  box-shadow:0px 5px 20px rgba(0, 0, 0, 0.03)
}
.mazzer-feature-single-icon-item p {
  margin: 0;
  font-size: 1.125em;
  color: #6B739C;
  margin-top: 5px;
  transition: all 0.4s;
}
.mazzer-feature-icon-item:hover .mazzer-feature-single-icon-item p{
  color: #384368;
}
.mazzer-single-phone-right {
  right: -50%;
  bottom: 0;
  background-image: url(../image/feature-iphone.png);
  position: absolute;
  width: 300px;
  height: 400px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top right;
  transition: right 2s cubic-bezier(0.420, 0.000, 0.580, 1.000) 0.1s;
}
.mazzer_icon_loaded.mazzer-single-phone-right {
  right: 0;
}



/*--------------------------------------------------------------
8.VZVZA COUNTER AREA
------------------------------------------------------------*/
.mazzer-counter-area {
  padding: 120px 0 110px;
  text-align: center;
  background-color: #F6F8FF;
}
.counter-left{
  font-size: 3.125em;
  color: #8193FE;
  position: relative;
  width: 120px;
  margin: 0 auto 20px;
}
.counter-left i{
  text-shadow: 0px 10px 30px rgba(98, 86, 251, 0.34);
}
.counter-result {
  color: #384368;
  font-size: 2.125em;
  font-weight: 400;
  margin: 0 0 10px;
}
.count-right p {
  color: #A4ACD1;
  font-size: 0.938em;
  margin: 0;
}
.counter-left .blast-icon-dot {
  left: 2px;
  top: 7px;
}
.counter-left .blast-icon-circle {
  right: 24px;
  bottom: 8px;
}
.counter-left .blast-icon-plus {
  right: 1px;
  top: 36px;
}




/*--------------------------------------------------------------
9.VZVZA TEAM AREA AREA
------------------------------------------------------------*/

.mazzer-team-area {
  text-align: center;
  padding: 120px 0 110px;
}
.mazzer-team-item {
    transition: all 0.4s;
    padding: 20px 0;
    margin: 0 20px;

}
.mazzer-team-item:hover {
  box-shadow: 0px 30px 60px rgba(56, 67, 104, 0.1);
}
.mazzer-team-item-img {
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.mazzer-team-item-content h2 {
  margin: 0 0 13px;
  font-size: 1.125em;
  color: #384368;
  font-weight: 500;
}
.mazzer-team-item-content p {
  color: #9CA3C2;
  font-size: .875em;
  margin: 0 0 20px;
}
.mazzer-team-item-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mazzer-team-item-social-icon ul li {
  display: inline-block;
  margin: 0 8px;
}
.mazzer-team-item-social-icon ul li a {
  color: #6B739C;
  transition: all 0.4s;
  position: relative;
}
.mazzer-team-item-social-icon ul li a:hover{
  color: #6256FB;
}

/*--------------------------------------------------------------
10.VZVZA CLIENT FEEDBACK AREA
------------------------------------------------------------*/
.mazzer-client-feedback-area {
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
}
.mazzer-client-feedback-area.mazzer-client-feedback-area-v2 {
  padding: 120px 0 60px;
}
.mazzer-client-feedback-area::before {
  background-color: #040A1D;
  opacity: 0.84;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
.feedback-swiper-container{
  overflow: hidden;
}
.mazzer-feedback-content h2 {
  margin: 0 0 30px;
  color: #FFE900;
  font-size: 1.125em;
}
.mazzer-feedback-content p {
  margin: 0 0 50px;
  font-size: .875em;
  color: #fff;
  line-height: 26px;
  position: relative;
}
.mazzer-feedback-content p::before {
  color: #6671e4;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  margin-right: 13px;
  font-weight: 900;
}
.mazzer-feedback-meta{
  float: left;
}
.mazzer-feedback-star-icon {
  float: right;
}
.mazzer-feedback-meta-img {
  float: left;
  margin-right: 20px;
}
.mazzer-feedback-meta-content h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: .938em;
}
.mazzer-feedback-meta-content p {
  color: #C5D2FF;
  font-size: .875em;
  margin: 0;
  line-height: 1;
}
.mazzer-feedback-meta-content {
  float: left;
  margin-top: 5px;
}
.mazzer-feedback-star-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mazzer-feedback-star-icon ul li {
  display: inline-block;
  margin: 5px 2px;
}
.mazzer-feedback-star-icon ul li a {
  color: #FFE900;
  font-size: 0.625em;
}
.feedback-swiper-container .swiper-wrapper {
  height: 200px !important;
  width: 320px;
}

/*--------------------------------------------------------------
11.VZVZA SWIPER SLIDER AREA
------------------------------------------------------------*/
.mazzer-swiper-slider-area {
  padding: 120px 0 105px;
}
.mazzer-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;
}
.mazzer-screen-mobile-image {
  background-image: url("../image/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 {

}
.swiper-slide.swiper-slide-prev{
  /*box-shadow:-30px 0px 20px rgba(0, 0, 0, 0.18);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.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;
  position: absolute;
  top: 60%;
}
.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;
  position: absolute;
  top: 60%;

}

/*--------------------------------------------------------------
12.VZVZA PRICING TABLE AREA
------------------------------------------------------------*/

.mazzer-pricing-table-area {
  background-image: url(../image/pricing-table-bg.png);
  background-repeat: no-repeat;
  padding: 120px 0;
  background-size: cover;
  text-align: center;
}
.mazzer-pricing-item {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 75px 0;
  transition: all 0.4s;
}
.mazzer-pricing-item:hover{
  box-shadow:0px 15px 70px rgba(0, 0, 0, 0.07)
}
.mazzer-pricing-title.premium {
  position: relative;
}
.mazzer-pricing-title.premium:before{
  background: rgb(166,178,249);
  background: -moz-radial-gradient(center, ellipse cover, rgba(166,178,249,1) 0%, rgba(98,86,251,1) 100%); 
  background: radial-gradient(ellipse at center, rgba(166,178,249,1) 0%,rgba(98,86,251,1) 100%);
  content: "";
  position: absolute;
  height: 97px;
  width: 97px;
  border-radius: 100%;
  left: 0;
  top: -118px;
}
.mazzer-pricing-title.premium:after{
  background-color:  rgb(166,178,249);
  background: -moz-radial-gradient(center, ellipse cover, rgba(166,178,249,1) 0%, rgba(98,86,251,1) 100%); 
  background: radial-gradient(ellipse at center, rgba(166,178,249,1) 0%,rgba(98,86,251,1) 100%);
  content: "";
  position: absolute;
  height: 67px;
  width: 67px;
  border-radius: 100%;
  right: 0;
  top: 25px;
}
.mazzer-pricing-title h2 {
  color: #384368;
  font-size: 1.250em;
  margin: 0 0 14px;
  line-height: 0;
  transition: all 0.4s;
}
.mazzer-pricing-title p {
  color: #7a82a5;
  font-size: 1.125em;
  margin: 0 0 35px;
  transition: all 0.4s;
}
.mazzer-pricing-amaunt {
  color: #384368;
  font-size: 2.125em;
  font-weight: 500;
  margin: 0;
  background: #FFE900;
  width: 88px;
  height: 88px;
  line-height: 88px;
  border-radius: 100%;
  margin: 0 auto 50px;
  position: relative;
}
.mazzer-pricing-amaunt::before {
  background-color: #FFE900;
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: .15;
  border-radius: 100%;
}
.mazzer-pricing-facility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mazzer-pricing-facility ul li {
  color: #37437b;
  margin: 15px 0;
  transition: all 0.4s;
}
li.gray{
  color: #D2D2D2 !important;
}
.pricing-btn {
  color: #384368;
  font-size: .875em;
  font-weight: 500;
  background-color: #F6F8FF;
  display: inline-block;
  width: 166px;
  height: 50px;
  line-height: 53px;
  border-radius: 50px;
  margin-top: 30px;
  transition: all 0.4s;
}
.mazzer-pricing-item:hover .pricing-btn{
  background-color: #6256FB;
  box-shadow:0px 15px 30px rgba(98, 86, 251, 0.24);
  color: #fff;
}

/*--------------------------------------------------------------
13.VZVZA DOWNLOAD AREA
------------------------------------------------------------*/
.mazzer-download-area{
  text-align: center;
}
.mazzer-download-item-left {
  float: left;
  background: #8193FE;
  width: 50%;
  padding: 85px 0;
}
.mazzer-download-item-right {
  float: right;
  background: #384368;
  width: 50%;
  padding: 85px 0;
}
.mazzer-download-content {
  margin-bottom: 45px;
}
.mazzer-download-content h2 {
  font-size: 2.125em;
  color: #fff;
  font-weight: 300;
  margin: 16px 0;
}
.mazzer-download-content p {
  margin: 0;
  color: #fff;
  font-size: .875em;
}
.mazzer-download-content span {
  color: #FFE900;
}
.download-btn {
  width: 410px;
  height: 64px;
  background: #FFE900;
  display: inline-block;
  line-height: 64px;
  color: #384368 !important;
  font-weight: 500;
  box-shadow:0px 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  transform: translateY(1px);
  transition: all 0.4s;
}
.download-btn:hover{
  transform: translateY(-1px);
}
.mazzer-download-item-right .download-btn{
  background-color: #8193FE;
  box-shadow:0px 10px 30px rgba(129, 147, 254, 0.22);
  color: #fff !important;
}

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

.mazzer-contact-form-area {
  padding: 120px 0;
}
.mazzer-contact-hedding-title {
  text-align: center;
  width: 50%;
  margin: 0 auto 100px;
}
.mazzer-contact-hedding-title h2 {
  margin: 0 0 20px;
  color: #384368;
  font-size: 2.125em;
}
.mazzer-contact-hedding-title p {
  margin: 0;
  color: #6B739C;
  font-size: .875em;
  line-height: 24px;
}
.single-info{
  margin-bottom: 50px;
}
.single-info:last-child{
  margin: 0;
}
.info-icon {
  font-size: 1.750em;
  color: #6256FB;
  box-shadow: 0px 3px 20px rgba(129, 147, 254, 0.14);
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
}
.info-content {
  float: left;
}
.info-content p{
  color: #9CA3C2;
  font-size: .875em;
  margin: 0 0 10px;
}
.info-content h2 {
  color: #384368;
  font-size: 1.125em;
}
.mazzer-input-item input{
  border: none !important;
  background: #F6F8FF;
  width: 100%;
  font-size: .875em;
  margin-bottom: 15px;
  padding: 18px !important;
  border-radius: 3px;
  transition: all 0.4s;
}
.mazzer-input-item input:focus{
  background-color: #fff;
  color: #384368 !important;
  box-shadow:0px 3px 10px rgba(0, 0, 0, 0.05) !important;
}
.mazzer-input-left{
  float: left;
  width: 48%;
}
.mazzer-input-right{
  float: right;
  width: 48%;
}
.mazzer-input-item textarea {
  border: none !important;
  background: #F6F8FF;
  width: 100%;
  font-size: .875em;
  margin-bottom: 7px;
  padding: 20px !important;
  border-radius: 3px;
  resize: none;
  height: 200px;
  transition: all 0.4s;
}
.mazzer-input-item textarea:focus{
  background-color: #fff;
  color: #384368 !important;
  box-shadow:0px 3px 10px rgba(0, 0, 0, 0.05) !important;
}
.mazzer-input-item input[type="submit"] {
  background-color:#8193FE;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  width: 220px;
  transition: all 0.4s;
  cursor: pointer;
  transform: translateY(1px);
}
.mazzer-input-item input[type="submit"]:hover{
  transform: translateY(-1px);
}
.mazzer-input-item input[type="submit"]:hover,
.mazzer-input-item input[type="submit"]:focus,
.mazzer-input-item input[type="submit"]:active {
  color: #FFFFFF !important;
  background-color: #3f4ea9;
}
.form_loader {
  -webkit-animation: 3s linear 0s normal none infinite running spinnerRotate;
  animation: 3s linear 0s normal none infinite running spinnerRotate;
  background-color: transparent;
  background-image: url("../image/loading.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 33px;
  content: "";
  display: block;
  height: 20px;
  left: 256px;
  position: absolute;
  transform: scale(0);
  width: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.form_loader.mcform_submitting {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.contact-alert-message {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#mail_success,
#mail_fail {
  display: none;
  padding: 0 0 25px;
}
#mail_fail i {
  color: #ff0000;
  -o-animation: flash 3s ease 0s backwards;
  -ms-animation: flash 3s ease 0s backwards;
  -moz-animation: flash 3s ease 0s backwards;
  -webkit-animation: flash 3s ease 0s backwards;
  animation: flash 3s ease 0s backwards;
}
#mail_success i {
  color: #2eb267;
  -o-animation: flash 3s ease 0s backwards;
  -ms-animation: flash 3s ease 0s backwards;
  -moz-animation: flash 3s ease 0s backwards;
  -webkit-animation: flash 3s ease 0s backwards;
  animation: flash 3s ease 0s backwards;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

@-webkit-keyframes spinnerRotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinnerRotate
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}
@keyframes spinnerRotate
{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}
/*--------------------------------------------------------------
15.Mazzer FOTTER AREA
------------------------------------------------------------*/

.mazzer-footer-area {
  background: #384368;
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden;
}
.mazzer-footer-area::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -145px;
  width: calc(100% - -25px);
  height: 240px;
  background: #fff;
  transform: rotate(-3deg);
  left: -15px;
}
.mazzer-footer-area::after {
  background-image: url(../image/footer-bg.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: 100% auto;
  background-position: 0px 160px;
  top: 0;
}
.mazzer-footer-top {
  background: #fff;
  width: 990px;
  text-align: center;
  margin: 0 auto;
  margin-top: -100px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.mazzer-footer-top::before {
  background-image: url(../image/subscribe-icon-01.png);
  content: "";
  position: absolute;
  width: 89px;
  height: 119px;
  background-repeat: no-repeat;
  left: 0;
  top: 50px;
}
.mazzer-footer-top::after {
  background-image: url(../image/subscribe-icon-02.png);
  content: "";
  position: absolute;
  width: 110px;
  height: 126px;
  background-repeat: no-repeat;
  right: 0;
  top: 165px;
}
.mazzer-footer-title {
  margin-bottom: 80px;
  padding: 34px;
  position: relative;
  z-index: 1;
}
.mazzer-footer-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 495px solid transparent;
  border-right: 495px solid transparent;
  border-top: 230px solid #F6F8FF;
  top: 0;
  left: 0;
  z-index: -1;
}
.mazzer-footer-title h2 {
  font-size: 2em;
  font-weight: 400;
  color: #384368;
}
.mazzer-subscribe{
  padding: 0 0 70px;
  width: 65%;
  margin: 0 auto;
  position: relative;
}
.mazzer-subscribe i {
  color: #6b739c;
  font-size: 1.125em;
  left: 20px;
  position: absolute;
  top: 18px;
  z-index: 1;
}
.mazzer-subscription-form label::before,
.mazzer-subscription-form label::after {
  content: "";
  display: table;
  clear: both;
}
.mazzer-subscription-form label {
  display: block;
  width: 100%;
  margin-top: 6px;
  float: left;
}
.mazzer-subscribe input[type="email"] {
  background-color: transparent;
  border: none !important;
  color: #AAAFC5 !important;
  float: left;
  font-size: 1.125em;
  height: 54px;
  padding: 0 70px !important;
  width: calc(100% - 210px);
  border-bottom: 1px solid #EBEBEB !important;
  position: relative;
  margin-right: 15px;
}
.mazzer-subscribe input[type="number"] {
  background-color: transparent;
  border: none !important;
  color: #AAAFC5 !important;
  float: left;
  font-size: 1.125em;
  height: 54px;
  padding: 0 70px !important;
  width: calc(100% - 210px);
  border-bottom: 1px solid #EBEBEB !important;
  position: relative;
  margin-right: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
  margin: 0;
}
.mazzer-subscribe input[type="submit"] {
  background-color: #6256FB;
  border: 0 none;
  color: #f2f2f2;
  float: left;
  font-size: 1.125em;
  font-weight: 400;
  height: 52px;
  margin-top: 0;
  text-transform: capitalize;
  width: 190px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s;
  transform: translateY(1px);
}
.mazzer-subscribe input[type="submit"]:hover{
  transform: translateY(-1px);
}
.mazzer-footer-item {
  margin-top: 60px;
  z-index: 1;
  position: relative;
}
.footer-content {
  text-align: center;
  margin-top: 220px;
  color: #DBDEFF;
  font-size: .9em;
  letter-spacing: 1px;
}
.footer-content *{
  display: inline-block;
}
.footer-content p {
  color: #DBDEFF;
  font-size: .875em;
}
.footer-content a {
  color: #fff;
  font-weight: 600;
}
.footer-beian{
  margin-left: 12px;
}
.footer-logo {
  text-align: center;
}
.footer-logo h2 {
  margin: 15px 0 50px;
  color: #fff;
  font-size: 1.125em;
}
.footer-social-icon {
  text-align: right;
  margin-top: 220px;
}
.footer-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social-icon ul li {
  display: inline-block;
  margin: 0 5px;
}
.footer-social-icon ul li a {
  background: #6B739C;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
  transition: all 0.4s;
  color: #fff;
}
.footer-social-icon ul li a:hover{
  background-color: #fff;
  color:#6256FB; 
}


/*Mazzer V2 PAGE*/

/*--------------------------------------------------------------
1.Mazzer BANNER AREA V2
------------------------------------------------------------*/

.mazzer-banner-content-v2.mazzer-banner-content {
  margin-bottom: 100px;
}
.mazzer-banner-img-v2.mazzer-banner-img {
  position: relative;
  z-index: 0;
  width: 100%;
}
.mazzer-banner-img-v2.mazzer-banner-img::before {
  background-image: url(../image/v2/banner-phn-bg.png);
  height: 370px;
  width: 1045px;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -46px;
  z-index: -1;
  background-repeat: no-repeat;
}
.mazzer-banner-img-v2 .banner-img-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 80px;
  text-align: center;
}
.mazzer-banner-img-v2 .banner-img-3 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 95px;
}


/*--------------------------------------------------------------
2.Mazzer PROMO AREA V2
------------------------------------------------------------*/

.mazzer-promo-section-v2.mazzer-promo-section {
  background: #7E86FD;
  position: relative;
  overflow: hidden;
  background: rgb(129,147,254); 
  background: -moz-linear-gradient(left, rgba(129,147,254,1) 0%, rgba(98,86,251,1) 100%); 
  background: -webkit-linear-gradient(left, rgba(129,147,254,1) 0%,rgba(98,86,251,1) 100%);
  background: linear-gradient(to right, rgba(129,147,254,1) 0%,rgba(98,86,251,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8193fe', endColorstr='#6256fb',GradientType=1 );
}
.mazzer-promo-section-v2.mazzer-promo-section::before {
  background-image: url(../image/v2/promo-bg.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  left: 0;
  top: 0;
}
.mazzer-promo-section-v2 .mazzer-promo-items .mazzer-single-promo-item .promo-item-icon::after {
  display: none;
}
.mazzer-promo-section-v2 .mazzer-promo-items .mazzer-single-promo-item .promo-item-content::after {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  color: #fff;
  font-size: 7.813em;
  top: 55px;
  font-weight: 500;
  background: transparent;
  border-radius: 100%;
  border: none;
  left: 40%;
  opacity: .10;
}
.mazzer-promo-section-v2 .promo-item-icon {
  color: #fff;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}
.mazzer-promo-section-v2 .promo-item-content h2 {
  color: #FFE900;
}
.mazzer-promo-section-v2 .promo-item-content p {
  color: #fff;
}
.app-store-v2.app-store {
  background: #FFE900;
}
.about-btn.app-store {
  margin-right: 0;
}


.promo-item-icon-v2 .blast-icon-dot {
  left: 19px;
  width: 10px;
  height: 10px;
  top: 5px;
}
.promo-item-icon-v2 .blast-icon-circle {
  right: 23px;
  bottom: 28px;
  width: 9px;
  height: 9px;
}
.promo-item-icon-v2 .blast-icon-plus {
  right: 9px;
}





/*--------------------------------------------------------------
3.Mazzer-V2 FEATURE AREA V2
------------------------------------------------------------*/
.mazzer-v2-feature-area {
  background: #F6F8FF;
  padding: 120px 0 0;
}
.mazzer-v2-feature-area .mazzer-feature-single-icon-item {
  width: 228px;
  height: 174px;
  position: relative;
  padding: 25px 0;
  margin: 15px 15px;
}
/*.mazzer-v2-feature-area .mazzer-feature-single-icon-item::before:nth-child(4){
  left: 0;
}
*/
.mazzer-v2-feature-area .mazzer-feature-single-icon-item::before {
  background-color: #6256FB;
  height: 12px;
  width: 12px;
  content: "";
  position: absolute;
  border-radius: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  opacity: 0;
}
.mazzer-v2-feature-area .mazzer-feature-single-icon-item::after {
  background-color: #FFE900;
  height: 3px;
  width:0px;;
  content: "";
  position: absolute;
  left: 228px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.mazzer-v2-feature-area .mazzer-feature-single-icon-item:hover::before{
  opacity: 1;
}
.mazzer-v2-feature-area .mazzer-feature-single-icon-item:hover::after{
  width: 260px;
}
.mazzer-feature-single-icon-item.mazzer-festure-icon-right:before{
  left: 0;
}
.mazzer-feature-single-icon-item.mazzer-festure-icon-right::after {
  right: 228px;
  left: inherit;
}
.mazzer-v2-feature-single-phone img {
  width: 296px;
}
.mazzer-v2-feature-single-phone{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.mazzer-v2-feature-single-phone::before {
  content: "";
  background-image: url(../image/v2/feature-single-phn-bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.mazzer-feature-single-icon-item  {
  cursor: pointer;
}
.mazzer-feature-animate-frame {
  width: 340px;
  position: absolute;
  height: 610px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
}
.mazzer-feature-animate-slider.owl-carousel .owl-stage-outer,
.mazzer-feature-animate-slider .owl-stage,
.mazzer-feature-animate-slider .owl-item,
.mazzer-feature-animate-slider .feature-item,
.mazzer-feature-animate-slider.owl-carousel .owl-item img {
  height: 100%;
}
.mazzer-feature-animate-slider.owl-carousel .owl-item img {
  width: 100%;
  margin: auto;
}
.mazzer-feature-animate-slider.owl-carousel {
  width: 83%;
  z-index: 1;
  margin: auto;
  height: 100%;
  height: calc(100% - 33px);
  top: 0;
  border-radius: 30px;
  overflow: hidden;
}
.mazzer-feature-animate-slider {
  overflow: hidden;
  border-radius: 18px;
  position: absolute;
  top: 12px;
  left: 13px;
  right: 13px;
  bottom: 10px;
}
/*.mazzer-feature-animate-frame::before {
  content: "";
  display: block;
  background-image: url(../image/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;
}*/
/*--------------------------------------------------------------
3.Mazzer COUNTER AREA V2
------------------------------------------------------------*/

.mazzer-counter-area-v2.mazzer-counter-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}
.mazzer-counter-hedding-title-v2.mazzer-counter-hedding-title {
  width: 50%;
  margin: 0 auto 80px;
}
.mazzer-counter-hedding-title-v2.mazzer-counter-hedding-title h2 {
  color: #384368;
  font-size: 2.125em;
  margin: 0 0 20px;
}
.mazzer-counter-hedding-title-v2.mazzer-counter-hedding-title p {
  color: #6B739C;
  font-size: .875em;
  margin: 0;
  line-height: 24px;
}
.single-counter-v2 .counter-left i {
  text-shadow: none
}
.single-counter-v2 .counter-left {
  background-color: #fff;
  width: 115px;
  height: 115px;
  line-height: 115px;
  border-radius: 100%;
  border: 1px solid #DFDCFF;
  margin: 0 auto 30px;
}
.single-counter-v2 .counter-left::before {
  width: 117px;
  left: 3px;
  top: 0;
}
.mazzer-counter-phone-right{
  right: -50%;
  bottom: 0;
  background-image: url(../image/v2/counter-side-img.png);
  position: absolute;
  width: 332px;
  height: 400px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top right;
  transition: right 2s cubic-bezier(0.420, 0.000, 0.580, 1.000) 0.1s;
}

.mazzer_icon_loaded.mazzer-counter-phone-right {
  right: 0;
}


/*--------------------------------------------------------------
4.Mazzer TEAM AREA V2
------------------------------------------------------------*/
.mazzer-team-item-v2 .mazzer-team-item-img {
  border: 0;
  box-shadow: none;
}
.mazzer-team-item-v2.mazzer-team-item {
  background-color: #F6F8FF;
}
.mazzer-team-item-v2.mazzer-team-item:hover {
  box-shadow: 0px 20px 60px rgba(56, 67, 104, 0.11);
  background-color: #fff;
}


/*--------------------------------------------------------------
5.Mazzer FEEDBACK AREA V2
------------------------------------------------------------*/

.mazzer-client-feedback-area-v2.mazzer-client-feedback-area::before {
  background-color: #10172E;
  opacity:1;
}
.mazzer-client-feedback-area-v2 .v2-feedback-swiper-container{
  overflow: hidden;
}
.mazzer-bg-solid-color {
  background: rgb(129,147,254);
  background: -moz-linear-gradient(left, rgba(129,147,254,1) 0%, rgba(98,86,251,1) 100%); 
  background: -webkit-linear-gradient(left, rgba(129,147,254,1) 0%,rgba(98,86,251,1) 100%); 
  background: linear-gradient(to right, rgba(129,147,254,1) 0%,rgba(98,86,251,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8193fe', endColorstr='#6256fb',GradientType=1 );
  width: 370px;
  height: 334px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.v2-feedback-swiper-container .swiper-wrapper {
  height: 334px !important;
  width:370px !important;
}
.mazzer-client-feedback-area-v2 .mazzer-client-feedback-slider-item{
  padding: 32px;
}
.mazzer-client-feedback-area-v2 .swiper-slide-prev .mazzer-client-feedback-slider-item,
.mazzer-client-feedback-area-v2 .swiper-slide-next .mazzer-client-feedback-slider-item {
  opacity: .15;
}
.mazzer-client-feedback-area-v2 .mazzer-client-feedback-slider-item .swiper-slide.swiper-slide-active{
  opacity: 1 !important;
}
.mazzer-client-feedback-area-v2 .swiper-slide.swiper-slide-prev {
  box-shadow: none;
}
.mazzer-client-feedback-area-v2 .swiper-slide.swiper-slide-next {
  box-shadow: none;
}
.mazzer-client-feedback-area-v2 .mazzer-feedback-content {
  position: relative;
}
.mazzer-client-feedback-area-v2 .mazzer-feedback-content::before {
  color: #7368FF;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  right: 0px;
  position: absolute;
  font-weight: 900;
  font-size: 2em;
  bottom: -68px;
}
.mazzer-client-feedback-area .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);
  font-size: 1em;
  height: 30px;
  line-height: 30px;
  right: -23px;
  text-align: center;
  width: 30px;
  position: absolute;
  top: 67%;
  transition: all 0.4s;
}
.mazzer-client-feedback-area .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev{
  background-color: #FFE900;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.05)
}
.mazzer-client-feedback-area .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);
  font-size: 1em;
  height: 30px;
  line-height: 30px;
  left: -23px;
  text-align: center;
  width: 30px;
  position: absolute;
  top: 67%;
  transition: all 0.4s;
}
.mazzer-client-feedback-area .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next{
  background-color: #FFE900;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.05)
}


/*--------------------------------------------------------------
6.Mazzer PRICING AREA V2
------------------------------------------------------------*/

.mazzer-pricing-item.mazzer-pricing-item {
  background-color: #FFFFFF;
}
.mazzer-pricing-item .mazzer-pricing-amaunt::before {
  opacity: .1;
}

.mazzer-pricing-item.mazzer-pricing-item:hover {
  box-shadow:0px 20px 30px rgba(98, 86, 251, 0.32);
  background-color: #7377FD;

  /*
  background: rgb(129,147,254); 
  background: -moz-linear-gradient(top, rgba(129,147,254,1) 0%, rgba(98,86,251,1) 100%); 
  background: -webkit-linear-gradient(top, rgba(129,147,254,1) 0%,rgba(98,86,251,1) 100%); 
  background: linear-gradient(to bottom, rgba(129,147,254,1) 0%,rgba(98,86,251,1) 100%); /
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8193fe', endColorstr='#6256fb',GradientType=0 ); */
}
.mazzer-pricing-item.mazzer-pricing-item:hover .mazzer-pricing-amaunt::before {
  background-color: #fff;
  opacity: .11;
}
.mazzer-pricing-item.mazzer-pricing-item:hover .pricing-btn {
  background-color: #fff;
  color: #384368;
}
.mazzer-pricing-item.mazzer-pricing-item:hover .mazzer-pricing-title h2 {
  color: #F6F8FF;
}
.mazzer-pricing-item.mazzer-pricing-item:hover .mazzer-pricing-title p{
  color: #C4CCFF;
}

.mazzer-pricing-item.mazzer-pricing-item:hover .mazzer-pricing-facility ul li{
  color: #fff;
}
.mazzer-pricing-item.mazzer-pricing-item:hover li.gray{
  color: #fff !important;
}
.mazzer-pricing-item .mazzer-pricing-title.premium::before {
   background: rgb(212,218,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(212,218,255,1) 0%, rgba(129,147,254,1) 100%); 
    background: -webkit-radial-gradient(center, ellipse cover, rgba(212,218,255,1) 0%,rgba(129,147,254,1) 100%); 
    background: radial-gradient(ellipse at center, rgba(212,218,255,1) 0%,rgba(129,147,254,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4daff', endColorstr='#8193fe',GradientType=1 );
}
.mazzer-pricing-item .mazzer-pricing-title.premium::after {
  background: rgb(212,218,255);
  background: -moz-radial-gradient(center, ellipse cover, rgba(212,218,255,1) 0%, rgba(129,147,254,1) 100%); 
  background: -webkit-radial-gradient(center, ellipse cover, rgba(212,218,255,1) 0%,rgba(129,147,254,1) 100%); 
  background: radial-gradient(ellipse at center, rgba(212,218,255,1) 0%,rgba(129,147,254,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4daff', endColorstr='#8193fe',GradientType=1 ); 
}


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

.mazzer-v2-download-area {
  background: #8695FE;
  position: relative;
}
.mazzer-v2-download-img {
  text-align: right;
  position: relative;
}
.mazzer-v2-download-img img:last-child {
  position: absolute;
  left: -50px;
  bottom: 0;
}
.mazzer-v2-download-content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mazzer-v2-download-content h2 {
  color: #fff;
  font-size: 2.9em;
  font-weight: 400;
  line-height: 75px;
  margin: 0 0 15px;
}
.mazzer-v2-download-content p {
  margin: 0 0 50px;
  color: #fff;
  font-size: 1.125em;
}


/*--------------------------------------------------------------
8.Mazzer V2 CONTACT FORM AREA V2
------------------------------------------------------------*/

.mazzer-contact-box-v2.mazzer-contact-box {
  width: 65%;
  margin: 0 auto;
}
.mazzer-contact-box-v2 .mazzer-input-item {
  text-align: center;
}


/*--------------------------------------------------------------
9.Mazzer V2 Mazzer FOTTER AREA
------------------------------------------------------------*/

.mazzer-footer-area-v2.mazzer-footer-area {
  background: transparent;
}
.mazzer-footer-area-v2.mazzer-footer-area::before {
  display: none;
}
.mazzer-footer-area-v2.mazzer-footer-area::after {
  display: none;
}
.mazzer-footer-area-v2 .mazzer-footer-top {
  box-shadow: 0px 10px 80px rgba(129, 147, 254, 0.24);
  margin-bottom: 200px;
}
.mazzer-footer-area-v2 .footer-content {
  margin-top: 0;
}

.mazzer-footer-area-v2 .footer-content p {
  color: #9CA3C2;
  margin: 30px 0 0;
}
.mazzer-footer-area-v2 .footer-content a {
  color: #9CA3C2;
}
.mazzer-footer-area-v2 .footer-social-icon {
  text-align: center;
  margin-top: 65px;
  padding: 0 0 25px;
}
.mazzer-footer-area-v2 .footer-social-icon ul li a:hover {
  background-color: #F6F8FF;
  box-shadow:0px 10px 20px rgba(0, 0, 0, 0.16)
}
.mazzer-footer-area-v2 .footer-logo {
  text-align: right;
}
.mazzer-footer-area-v2 .footer-logo h2 {
  margin: 0px 0 20px;
  color: #6B739C;
  font-size: .875em;
  font-weight: 400;
}







/* Extra styles for modification */
.mazzer-header-area.header-scroll {
  position: fixed;
  top: -92px;
  background-color: #616ce0;
  padding: 20px 0;
  z-index: 99;
}
.mazzer-header-area.header-show {
  top: 0;
  -webkit-transition: top 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mazzer-header-area.header-hide {
  top: -92px;
  -webkit-transition: top 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mean-container .mean-bar {
  background-color: transparent;
}
.mean-container .mean-nav {
  position: absolute;
  width: calc(100vw - 30px);
  max-width: 500px;
  right: 0;
  margin-top: 48px;
  background: #FFFFFF;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  max-height: calc(100vh - 75px);
  overflow: auto;
}
.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #212529;
  text-transform: capitalize;
}
.mean-container .mean-bar {
  min-height: 11px;
}
.mean-container .mean-nav ul li a {
  padding: 0.5em 5%;
}
.mean-container a.meanmenu-reveal {
  padding: 6px 13px 0;
}
/******************************/
.mazzer-banner-icon img{
  width: 60%;
}
/**************footer*********************/

.footer-light{
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}
.footer-light-item{
  display: inline-block;
  width: 24%;
}
.footer-light-item img{
  width: 80px;
}
.footer-light-item .footer-title{
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}
.footer-light-item .sm-title{
  color: #ffffff;
  font-size: 12px;
  opacity: 0.6;
  letter-spacing: 1px;
}

/*********************************/
.footer-link{
  font-size: 0;
}
.footer-link-item{
  width: 25%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.footer-link-item-frest{

}
.footer-link-item-frest .img{
  display: inline-block;
  float: left;
}
.footer-link-contact-info{
  display: inline-block;
  padding-left: 20px;
}
.footer-link-contact-info p{
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer-link-contact-info span{
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer-link-contact-online{
  width: 100%;
  height: 30px;
  background-color: #6256FB;
  border-radius: 3px;
  margin-top: 15px;
  display: block;
}
.footer-link-contact-online img{
  width: 24px;
  margin: 3px;
}
.footer-link-contact-online span{
  letter-spacing: 1px;
}
.footer-link-item-title{
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer-link-item ul{
  margin-left: 0;
  padding-left: 0;
}
.footer-link-item ul li{
  list-style: none;
}
.footer-link-item ul li a{
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer-link-item .color-text{
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.6;
}
.footer-link-item-ewm-panel{

}
.footer-link-item-ewm-item{
  width: 45%;
  display: inline-block;
  font-size: 0;
  padding: 15px;
}
.footer-link-item-ewm-item img{
  width: 100%;
}
.company-address{
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.6;
  width: 100%;
  border-top: 1px solid #FFFFFF;
}
/**************应用展示*****************/
.wx-app-item{
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-top: 20px;
}
.wx-app-item:hover{
  border-radius: 5px;
  box-shadow: 0px 30px 60px rgba(56, 67, 104, 0.1);
}
.wx-app-item-img{
  border-radius: 5px;
}
.wx-app-item-img img{
  border-radius: 5px 5px 0 0;
}
.wx-app-item-footer{
  text-align: left;
  margin-left: 10px;
}
.wx-app-item-img-title{
  font-weight: 700;
  color: #384368;
  letter-spacing: 1px;
}
.wx-app-item-footer p{
  font-size: 14px;
  color: #5b5b5b;
}
/**********************************************************************/
.view-all-news{
  width: 124px;
  height: 40px;
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #6671E4;
  color: #FFFFFF!important;
  border-radius: 10px;
  border: 5px solid #FFFFFF;
  box-shadow: 0px 8px 17px 8px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  letter-spacing: 1px;
}
.mazzer-download-area{
  background-image: url(../image/pricing-table-bg2.png);
  background-repeat: no-repeat;
  padding: 120px 0;
  background-size: cover;
}
/*******************价格列表页面*******************/
.pricelist-banner-area{
  background-repeat: no-repeat;
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: 100% auto;
  background-position: 0px 160px;
}
.pricelist-header-image{
  width: 100%;
  height: auto;
}
.appmax-app-single-sidebar{
  margin-bottom: 60px;
}
.appmax-app-single-sidebar ul{
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
.appmax-app-single-sidebar ul li{
  list-style: none;
  margin: 20px 0;
  background-color: #6671e4;
  height: 45px;
  line-height: 37px;
  text-align: center;
  border-radius: 10px 0 0 10px;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 8px 17px 8px rgba(0, 0, 0, 0.08);
  border-right: 0;
}

.appmax-app-single-sidebar ul li:hover{
  box-shadow:0px 6px 7px 0px #384368 inset;
}

.appmax-app-single-sidebar ul li a{
  color: #FFFFFF!important;
}
.appmax-list-item{
  margin-top: 30px;
}
.appmax-list-item-content{
  background-color: rgba(102, 113, 228, 0.02);
  text-align: center;
  letter-spacing: 1px;
}
.appmax-list-item-content:hover{
  box-shadow: 0px 8px 17px 8px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
}
.applist-app-name{
  color: #6671e4;
  font-size: 1.125em;
  text-align: center;
  margin-top: 2rem;
  font-weight: 600;
}
.applist-app-price{
  text-align: center;
}
.applist-app-nowprice{
  color: #384368;
  display: inline-block;
  opacity: 0.8;
  font-weight: 600;
  font-size: 0.8rem;
}
.applist-app-puprice{
  display: inline-block;
  margin-left: 10px;
  font-size: 0.6rem;
}
.appmax-list-item-content .view-more{
  text-align: center;
  padding: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #6671e4;
  border-radius: 15px 15px 0 0;
  border: 4px solid #FFFFFF;
  color: #FFFFFF!important;
  border-bottom: 0;
  width: 50%;
  margin-top: 10px;
  letter-spacing: 1px;
  font-size: 0.6rem;
  line-height: 25px;
}
.appmax-list-item-content .view-more:hover{
  box-shadow:0px 6px 7px 0px #384368 inset;
}
/*****************************/
.appmax-appcontent-area {
  padding: 100px 0 0px;
}
.appmax-appcontent-single-sidebar {
  background: #f6f8ff none repeat scroll 0 0;
  padding-bottom: 60px;
}
.appcontent-sidebar-title {
  margin: 20px 15px;
  border-bottom: 1px solid #6671e4;
  padding-bottom: 10px;
  background-color: #6671e4;
  height: 50px;
  box-shadow: 0px 8px 17px 8px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.appcontent-sidebar-title  i,h2{
  font-size: 20px;
  color: #FFFFFF;
  line-height: 50px;
  margin-left: 10px;
  letter-spacing: 1px;
}
.appcontent-sidebar-introduction{
  margin: 20px 15px;
  border-bottom: 1px solid #6671e4;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #384368;
  opacity: 0.8;
  letter-spacing: 1px;
}
.appcontent-sidebar-price{
  margin: 20px 15px;
}
.appcontent-sidebar-nowprice{
  display: inline-block;
  font-size: 30px;
  color: #6671e4;
  font-weight: 700;
}
.appcontent-sidebar-puprice{
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  opacity: 0.5;
}
.appcontent-sidebar-serviece{
  margin: 40px 15px 0px 15px;
  display: block;
  background-color: #6671e4;
  border-radius: 5px;
  color: #FFFFFF!important;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
}
.appcontent-sidebar-serviece:hover{
  box-shadow: 0px 8px 17px 8px rgba(0, 0, 0, 0.08);
}

.appcontent-sidebar-back{
  margin: 10px 15px 0px 15px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #6671e4!important;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
}
.appcontent-sidebar-back:hover{
  box-shadow: 0px 8px 17px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #6671e4;
}
.home3-case-info{
  display: none;
}
.swiper-slide-active .home3-case-info{
  display: block;
  position: absolute;
  bottom: 30px;
  width: 80%;
  margin-left: 10%;
  background-color: rgba(102, 113, 228, 0.8);
  padding-bottom: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  padding-top: 10px;
  letter-spacing: 1px;
  border-radius: 15px;
  box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.25);
  border: 5px solid;
}
.home3-case-info img{
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
}
#mazzer-case .swiper-slide{
  background-size: cover!important;
}
.mazzer-team-item-img img{
  height: 100%;
  width: 100%;
}
.mazzer-team-panel{
  display: flex;
  flex-wrap: wrap;
}
