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

[Main Stylesheet]

Project:    SagarSafiwalaLandingPage
Version:    0.1
Last change:    31.03.2018
Primary use:    Sagar - Landing Page

[Typography]

Body: 16px 'Poppins', serif;



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


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

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

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

4.SAFI SINGLE BLOG PAGE STYLESHEET





=============================================================--------------------------------------------------------------*/
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.SAFI HMOME PAGE STYLESHEET*/

/*--------------------------------------------------------------
1.SAFI PRELOADER
------------------------------------------------------------*/
#preloader{
  background-color: rgba(0, 0, 0, 0.66);
  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 {
  padding-top: 115px;
  padding-bottom: 0px;
}
.height-40vh {
  height: 40vh;
  max-height: 400px;
  min-height: 350px
}
.height-50vh {
  height: 50vh;
  max-height: 500px;
  min-height: 400px;
}
body.safi-v2.safi-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.SAFI HEADER AREA
------------------------------------------------------------*/
.menu-toggle {
  display: none;
}

.safi-header-area {
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 9;
  background: #ed1c24;
}
.safi-header-area.safi-sticky-menu{
  position: fixed;
  transition: all 0.4s ease 0s;
}
.safi-sticky-menu {
  background-color: #ef3434;
  padding: 5px 0;
  z-index: 99;
}
.safi-header-menu {
  text-align: right;
}
.safi-header-menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
/*.safi-header-menu ul li {
  display: inline-block;
  margin: 0 15px;
}*/
.safi-header-menu ul li a {
  color: #fff;
  font-size: 0.938em;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.safi-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;
}
.safi-header-menu ul li a:hover:before{
  width: 100%;
}
/*--------------------------------------------------------------
3.SAFI BANNER AREA
------------------------------------------------------------*/
.safi--bannerllax {
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  position: absolute;
  z-index: 0;
}
.safi--bannerllax div {
  background-size: auto 100% !important;
}
.safi--parallax div {
  background-position: top left !important;
  background-size: 100% auto !important;
}
.safi-banner-area {
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.banner-bg {
  background-color: #ff5d5d;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
body.appmax_default .safi-banner-area {
  background-position: left bottom;
  padding-bottom: 200px;
}
.safi-banner-content h1 {
  color: #000;
  font-size: 3em;
  font-weight: 300;
  line-height: 75px;
  margin: 0;
}
.safi-banner-content p {
  color: #ed1c24;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 30px 0 20px;
}
.safi-default-btn {
  background: #005496 none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0px 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;
}
.safi-default-btn:hover,
.safi-default-btn:focus,
.safi-default-btn:active{
  background-color: #005496;
  color: #ffffff;
  transform: translateY(-1px);
}
.safi-banner-img {
  text-align: right;
  max-width: 370px;
}
.safi-default-btn.safi-btn2 {
    background-color: #F16C65;
}


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

.safi-banner-promo-section {
  padding: 0 0 60px;
  text-align: center;
}
body.safi-v2 .safi-banner-promo-section {
  padding: 0 0 100px;
}
.safi-banner-promo-section .container {
  position: relative;
}
.safi-banner-promo-item {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0px;
  padding: 30px;
}
body.appmax_default .safi-banner-promo-item {
  margin-top: -350px;
}
.safi-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;
}
.safi-banner-single-promo img {
  height: auto;
  width: 80px;
}
.safi-banner-single-promo h2 {
  color: #384368;
  font-size: 1.125em;
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
}
.safi-banner-single-promo p {
  color: #6b739c;
  font-family: "Open Sans",sans-serif;
  font-size: 0.938em;
  line-height: 28px;
  margin: 0;
}


/*--------------------------------------------------------------
5.SAFI FEATURE AREA
------------------------------------------------------------*/

.safi-feature-area {
  padding: 0 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: 100% auto;
}
/* Feature section animation with owlcarousel */
.safi-feature-single-item {
  cursor: pointer;
}
.safi-feature-animate-frame {
  width: 340px;
  position: absolute;
  height: 680px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.safi-feature-animate-slider.owl-carousel .owl-stage-outer,
.safi-feature-animate-slider .owl-stage,
.safi-feature-animate-slider .owl-item,
.safi-feature-animate-slider .feature-item,
.safi-feature-animate-slider.owl-carousel .owl-item img {
  height: 100%;
}
.safi-feature-animate-slider.owl-carousel .owl-item img {
  width: 100%;
  margin: auto;
}
.safi-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;
}
.safi-feature-animate-slider {
  overflow: hidden;
  border-radius: 18px;
  position: absolute;
  top: 12px;
  left: 13px;
  right: 13px;
  bottom: 10px;
}
.safi-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;
}
.safi-heding-title {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.safi-heding-title i {
  background-color: #ff5d5d;
  border-radius: 100%;
  color: #fff;
  font-size: 1.25em;
  height: 70px;
  line-height: 70px;
  width: 70px;
}
.safi-heding-title h2 {
  color: #384368;
  font-size: 2.125em;
  font-weight: 400;
  margin: 0;
  padding: 20px 0 10px;
}
.safi-heding-title p {
  color: #6b739c;
  font-family: "Open Sans",sans-serif;
  letter-spacing: 0.3px;
  margin: 0;
}
.safi-feature-item {
  margin-top: 50px;
}
.safi-feature-item.left {
  position: relative;
}

.safi-feature-single-item {
  margin-bottom: 75px;
  display: block;
}
.safi-feature-item-icon {
  background-color: #f3f5fb;
  border-radius: 8px;
  height: 109px;
  line-height: 119px;
  margin: 0 auto 35px;
  width: 109px;
  position: relative;
}
.safi-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;
}
.safi-feature-item-icon:hover::before{
  opacity: 0;
  transform: scale(1.3);
}
.safi-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.SAFI VIDEO AREA
------------------------------------------------------------*/
.safi--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;
}
.safi--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;
}
.safi--videosec-parallax {
  height: 100%;
}
.safi--videosec-parallax div {
  border-radius: 50px;
}
.safi-video-area {
  padding: 100px 0;
  position: relative;
}
.safi-video-bg {
  max-width: 1920px;
  margin: auto;
}
.safi-video-bg img{
  height: auto;
  width: 100% !important;
}
.safi-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;
}
.safi--videobg-frameone::before,
.safi--videobg-frameone::after,
.safi--videobg-frametwo::before,
.safi--videobg-frametwo::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border: 3px solid #fff;
  z-index: 1;
}
.safi--videobg-frameone::before {
  left: 50px;
  top: 50px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.safi--videobg-frameone::after {
  left: 50px;
  bottom: 50px;
  border-top-color: transparent;
  border-right-color: transparent;
}
.safi--videobg-frametwo::before {
  right: 50px;
  top: 50px;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.safi--videobg-frametwo::after {
  right: 50px;
  bottom: 50px;
  border-left-color: transparent;
  border-top-color: transparent;
}

/*--------------------------------------------------------------
7.SAFI ABOUT AREA
------------------------------------------------------------*/

.safi-about-area {
  padding: 100px 0;
}
.safi-about-right-content {
  padding: 96px 0;
}
.safi-about-right-content i {
  background-color: #ff5d5d;
  border-radius: 100%;
  color: #fff;
  font-size: 1.75em;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}
.safi-about-right-content h2 {
  color: #384368;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  padding: 30px 0 25px;
}
.safi-about-right-content p {
  color: #6b739c;
  font-family: "Open Sans",sans-serif;
  font-size: 0.938em;
  line-height: 28px;
  margin: 0 0 30px;
}
.safi-about-area .safi-default-btn {
  box-shadow: 0 20px 50px rgba(94, 221, 152, .43);
}
.safi-about-area .safi-about-left-img {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  height: auto !important;
}

.safi--about-parallax {
  height: calc(100% + 250px);
  position: absolute;
  right: 0;
  top: -180px;
  width: calc(100% + 230px);
  z-index: -1;
}
.safi-about-two-area .safi-about-left-img::before {
  display: none;
}

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

.safi-about-two-area {
  padding: 100px 0 ;
}
.safi-about-two-area .safi-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.SAFI USER REVIEW AREA
------------------------------------------------------------*/

.safi-user-review-area {
  padding: 155px 0 110px;
  position: relative;
  overflow: hidden;
}
.safi-only-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.safi-user-review-slider {
  margin-left: auto;

  margin-right: auto;
  max-width: 1920px;
  position: relative;
}
.safi-user-review-area .container {
  height: 100%;
  position: relative;
}
.safi-user-review-slider{
  margin-top: 70px;
}
.safi-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: #ff5d5d;
  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.SAFI COUNTER AREA
------------------------------------------------------------*/

.safi-counter-area {
  padding: 200px 0;
  text-align: left;
}
.safi-v2 .safi-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.SAFI DOWNLOAD SECTION AREA
------------------------------------------------------------*/

.safi-download-section-area {
  position: relative;
  overflow: hidden;
}
.safi-download-section-area .container {
  position: relative;
}
.safi-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;
}
.safi-download-bg img{
  display: inline-block;
  height: 100%;
  width: auto%;
}
.safi-download-content {
  padding: 270px 0;
}
.safi-download-content h2 {
  color: #fff;
  font-size: 2.7em;
  font-weight: 300;
  line-height: 65px;
  margin: 0;
}
.safi-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: #005496 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.SAFI SWIPER SLIDER AREA
------------------------------------------------------------*/
.safi-swiper-slider-area {
  padding: 100px 0;
}
.safi-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;
}
.safi-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.SAFI PRICING TABLE AREA
------------------------------------------------------------*/

.safi-pricing-table-area {
  overflow: hidden;
  position: relative;
}
.safi-pricing-table-area .container {
  position: relative;
}
.safi-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;
}
.safi-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;
}
.safi-download-img {
  margin-top: 75px;
  position: relative;
}
.safi-download-img img:nth-child(2) {
  height: 650px;
  left: 167px;
  position: absolute;
  top: 75px;
}

.safi-pricing-table-content {
  padding: 200px 0;
}
.safi-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;
}
.safi-pricing-table-content h2 {
  color: #384368;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 54px;
  margin: 0;
  padding: 25px 0;
}
.safi-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: #005496;
  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;
}
.safi-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;
}
.safi-pricing-table-box.safi-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: #005496 ;
  color: #fff;
}
/*--------------------------------------------------------------
14.SAFI CONTACT FORM AREA
------------------------------------------------------------*/

.safi-contact-form-area {
  /* background-image: url("images/contact-bg.png"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0px 0 0px 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: #ff5d5d;
}
.information p{
  color: #6b739c;
  margin: 0;
}
.information h5 {
  color: #384368;
  font-size: 1.125em;
  font-weight: 500;
  margin: 5px 0;
}
.safi-contact-form-box h3 {
  color: #6b739c;
  font-size: 0.875em;
  margin: 0 0 30px;
  font-weight: 400;
}
.safi-input-item input {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #e9ecef !important;
  font-size: 0.875em;
  padding: 8px 0 !important;
  margin-bottom: 20px;
}
.safi-input-item select {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #e9ecef !important;
  font-size: 0.875em;
  padding: 8px 0 !important;
  margin-bottom: 20px;
  color: #999;
}
.safi-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: #005496 none repeat scroll 0 0;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 6px 33px rgba(173, 173, 173, 0.43);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  height: 46px;
  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.SAFI FOTTER AREA
------------------------------------------------------------*/

.safi-fotter-area {
  /* background-image: url("images/fotter-bg.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 0;
  overflow-x: hidden;
}
.safi-fotter-top {
  padding:0 0 100px;
  text-align: center;
}
.safi-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;
}
.safi-fotter-title h2{
  color: #fff;
  font-size: 2.125em;
  font-weight: 400;
  margin: 0;
  padding: 20px 0 50px;
}

.safi-subscribe {
  position: relative;
}
.safi-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%;
}
.safi-subscribe i {
  color: #6b739c;
  font-size: 1.125em;
  left: 79px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.safi-subscribe input[type="submit"] {
  background: #005496 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;
}
.safi-subscribe input[type="submit"]:hover {
  background-color: #5be89c;
  transform: translateY(-1px);
}
.safi-subscribe label {
  bottom: -50px;
  color: tomato;
  left: 20px;
  position: absolute;
}
.fotter-logo a {
  display: inline-block;
  color: #fff;
}
.fotter-logo p {
  color: #ffffff;
  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;
}
.fotter-social-icon ul li {
  display: inline-block;
  margin: 0 5px;
}
.fotter-social-icon ul li a {
  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: #ff5d5d;
  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;
}


/*SAFI WAVE BANNER*/
body.safi-wave .safi-banner-area {
  padding: 0;
  background-position: bottom left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 130px;
}
body.safi-wave .safi-banner-promo-item {
  /* margin-top: -250px; */
}

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

/*SAFI Triangles Banner*/
body.appmax_triangles .safi-banner-area {
  height: 100vh;
  padding: 0;
  min-height: 975px;
}
body.appmax_triangles .safi-banner-promo-item {
  margin-top: -185px;
}
body.appmax_triangles .safi-banner-img {
  max-width: 350px;
}
.appmax_canvas {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/*Stripes Style*/
body.appmax_stripes .safi-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.safi--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.safi--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.safi--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 .safi-banner-promo-item {
  margin-top: 0px;
}
body.appmax_stripes .safi-banner-promo-item::before {
  height: 100%;
}
.safi-banner-video,
.safi-fullslide-video {
  width: 100%;
  height: 310px;
  position: relative;
}

body.appmax_stripes .height-100vh {
  height: 90vh;
  min-height: 890px;
}
.safi-banner-screenshot {
  width: 350px;
  height: 171px;
  position: absolute;
  border-radius: 5px;
}

.safi-banner-video .safi-banner-screenshot:nth-child(1),
.safi-fullslide-video .safi-banner-screenshot:nth-child(1) {
  top: 70px;
  z-index: 2;
}
.safi-banner-video .safi-banner-screenshot:nth-child(2),
.safi-fullslide-video .safi-banner-screenshot:nth-child(2) {
  left: 100px;
  z-index: 1;
}
.safi-banner-video .safi-banner-screenshot:nth-child(3),
.safi-fullslide-video .safi-banner-screenshot:nth-child(3) {
  left: 200px;
  top: 140px;
  z-index: 0;
}
body.safi--loaded .safi-banner-video .safi-banner-screenshot:nth-child(1),
.sp-slide.sp-selected .safi-fullslide-video .safi-banner-screenshot:nth-child(1) {
  will-change: opacity,transform;
  animation: zoomIn 3s cubic-bezier(.165,.84,.44,1) .2s backwards;
}
body.safi--loaded .safi-banner-video .safi-banner-screenshot:nth-child(2),
.sp-slide.sp-selected .safi-fullslide-video .safi-banner-screenshot:nth-child(2) {
  will-change: opacity,transform;
  animation: zoomIn 3s cubic-bezier(.165,.84,.44,1) .6s backwards;
}
body.safi--loaded .safi-banner-video .safi-banner-screenshot:nth-child(3),
.sp-slide.sp-selected .safi-fullslide-video .safi-banner-screenshot:nth-child(3) {
  will-change: opacity,transform;
  animation: zoomIn 3s cubic-bezier(.165,.84,.44,1) 1s backwards;
}
body.safi--loaded .safi-banner-video .safi-default-btn,
.sp-slide.sp-selected .safi-fullslide-video .safi-default-btn {


  will-change: opacity,transform;
  animation: zoomIn 3s cubic-bezier(.165,.84,.44,1) 1.4s backwards;
}


.safi-banner-video .safi-default-btn,
.safi-fullslide-video .safi-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;
}
.safi-banner-video .safi-default-btn i,
.safi-fullslide-video .safi-default-btn i {
  color: #6772E5;
}
.safi-banner-screenshot img {
  border-radius: 5px;
}


/*SAFI CURVED BANNER*/
body.appmax_curved .safi-banner-area .appmax_curved_banner_container,
body.appmax_curved .appmax_curved_footer_container {
  position: relative;
  z-index: 1;
}
body.appmax_curved .safi-banner-area {
  overflow: hidden;
  background-color: #ffffff;
}
body.appmax_curved .safi-banner-area:before, 
body.appmax_curved .safi-banner-area:after,
body.appmax_curved .safi-fotter-area:before, 
body.appmax_curved .safi-fotter-area:after {
  content: "";
  position: absolute;
  left: 50%;
  min-width: 300vw;
  min-height: 300vw;
  background-color: #ff5d5d;
  -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 .safi-banner-area:before,
body.appmax_curved .safi-fotter-area:before {
  bottom: 15vh;
  border-radius: 45%;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
body.appmax_curved .safi-banner-area:after,

body.appmax_curved .safi-fotter-area:after {
  bottom: 12vh;
  opacity: .5;
  border-radius: 47%;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
body.appmax_curved .safi-fotter-area:before {
  top: 18vh;
}
body.appmax_curved .safi-fotter-area:after {
  top: 15vh;
}
body.appmax_curved .safi-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);
  }
}

/*SAFI SKEWED BANNER*/
.safi--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;
}
.safi--skewed-banner-bg::before,
.safi--skewed-banner-bg::after {
  display: block;
  position: absolute;
  content: '';
  width: 80%;
  height: 33.333333333333336%;
  opacity: 0.3;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.safi--skewed-banner-bg::before {
  background: #21d4fd;
  right: 0;
}
.safi--skewed-banner-bg::after {
  background: #b721ff;
  bottom: 0;
}
.safi-phone-visuals {
  position: relative;
  margin-top: 5rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.safi-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;
}
.safi-iphone::before,
.safi-iphone::after {
  content: '';
  display: block;
}
.safi-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%;
}
.safi-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.SAFI V2 STYLESHEET*/


/*--------------------------------------------------------------
1.safi-V2 BANNER AREA
------------------------------------------------------------*/
.safi-v2 .safi-banner-area {
  padding: 0;
  overflow: hidden;
}
.safi-v2.safi-wave .safi-banner-area,
.safi-v2.safi-screenshot .safi-banner-area {
  overflow: visible;
}
.safi-v2 .safi-banner-position-rel .background,
.safi-v2 .safi-footer-position-rel .background {
  background-color: #ffffff;
  height: 100%;
  width: calc(100vw + 300px);
  position: absolute;
  left: -150px;
  top: 0px;
}
.safi-v2 .safi-banner-position-rel .background img,
.safi-v2 .safi-footer-position-rel .background img {
  width: 100%;
  position: relative;
}

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

.safi-v2 .safi-banner-promo-item::before {
  display: none;
}
.safi-v2 .safi-banner-promo-item {
  background-color: transparent;
  position: static;
  margin-top: 0;
}
/*--------------------------------------------------------------
3.safi-V2 FEATURE AREA
------------------------------------------------------------*/
.safi-v2 .safi-heding-title i {
  background-color: rgba(102, 113, 228, 0.1);
  color: #6b739c;
}
.safi-v2 .safi-feature-item-icon {
  background-color: #f8f9fc;
  border-radius: 5px;
  height: 120px;
  margin: 0 auto 30px;
  width: 120px;
}
.safi-v2 .safi-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;
}
.safi-v2 .safi-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.safi-V2 VIDEO AREA
------------------------------------------------------------*/

.safi-v2 .safi-video-bg {
  position: relative;
  min-height: 600px;
}
.safi-v2 .safi-video-bg>div {
  border-radius: 20px;
}
.safi-v2 .safi-video-bg::before {
  background: #ff5d5d none repeat scroll 0 0;
  border-radius: 20px;
  content: "";
  height: 100%;
  opacity: 0.8;
  position: absolute;
  width: 100%;
}
.safi-v2 .safi-video-bg::after {
  background-color: #ff5d5d;
  content: "";
  filter: blur(50px);
  height: 100%;
  left: 50%;
  opacity: 0.56;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 85%;
}
.safi-v2 .safi-video-bg img {
  border-radius: 20px;
}
.safi-v2 .video-title {
  font-size: 2.125em;
  font-weight: 300;
  margin: 0 0 60px;
}

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

.safi-v2 .safi-about-right-content i {
  background-color: rgba(102, 113, 228, 0.1);
  color: #6b739c;
}
.safi-v2 .safi-about-two-area .safi-about-left-img::before {
  display: none;
}
.safi-v2 .safi-about-left-img::before {
  background-image: url("images/images-v2/about-bg.png");
  height: calc(100% + 0px);
  top: -3px;
  width: calc(100% + 109px);
}

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

.safi-v2 .safi-user-review-area {
  padding: 110px 0 165px;
  position: relative;
  overflow: hidden;
}
.safi-v2 .safi-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;
}
.safi-v2 .counter-left {
  background-image: url("images/images-v2/counter-icon-bg.png");
  height: 90px;
  line-height: 90px;
  width: 84px;
}

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

.safi-v2 .safi-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;
}
.safi-v2 .safi-download-content h2 {
  color: #384368;
}
.safi-v2 .safi-download-content p {
  color: #6b739c;
}
.safi-v2 .google-play {
  background: #384368 none repeat scroll 0 0;
}
.safi-v2 .safi-download-content > h3 {
  color: #6b739c;
  font-size: 0.938em;
  margin: 80px 0 0;
  font-family: "Open Sans",sans-serif;
}
.safi-v2 .safi-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.safi-V2 SWIPER SLIDER AREA
------------------------------------------------------------*/
.safi-v2 .safi-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;
}
.safi-screenshot-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.safi-swiper-slider-area.appmax_hover_animation .layer {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
/*--------------------------------------------------------------
9.safi-V2 PRICING TABLE AREA
------------------------------------------------------------*/

.safi-v2 .safi-pricing-table-content i {
  background-color: #e6e9fc;
  color: #6b739c;
}
.safi-v2 .pricing-table-right {
  position: relative;
  top: 400px;
}
.safi-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;
}
.safi-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;
}
.safi-v2 .pricing-table-right.safi-parallax::before {
  content: none;
}
.safi-v2 .amount {
  background-image: url("images/images-v2/price-bg.png");
  background-size: cover;
  height: 132px;
  width: 198px;
}
.safi-v2 .amount p {
  font-size: 2em;
  line-height: 130px;
  margin: 0;
}
.safi-v2 .safi-pricing-table-box {
  border: 1px solid #e3e6ef;
}

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

}
.safi-v2 .safi-contact-form-box {
  position: relative;
}
.safi-v2 .safi-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;
}
.safi-v2 .safi-input-item input {
  background-color: transparent;
  border-bottom: 1px solid #f1f3fb !important;
  color: #aaafc5 !important;
  width: 80%;
}
.safi-v2 .safi-input-item textarea {
  background-color: transparent;
  border-bottom: 1px solid #f1f3fb !important;
  color: #aaafc5 !important;
  width: 80%;
}
.safi-v2 .safi-contact-form-content {
  position: relative;
}
.safi-v2 .safi-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;
}
.safi-v2 .safi-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;
}
.safi-v2 .safi-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;
}
.safi-contact-form-content.safi-parallax::before,
.safi-contact-form-box.safi-parallax::before {
  content: none;
}

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

.safi-v2 .safi-fotter-area {
  background-image: url("images/images-v2/fotter-bg.png");
  padding: 100px 0 150px;
  position: relative;
  overflow: hidden;
}
.safi-v2 .safi-fotter-area.safi-parallax {
  background-image: none;
}
.safi-v2 .safi-fotter-area::after {
  content: "";
  position: absolute;
  width: calc(100% + 300px);
  height: 100%;
  background: #ff5d5d;
  -moz-border-radius: 100% / 50%;
  -webkit-border-radius: 100% / 50%;
  border-radius: 100% / 50%;
  left: -150px;
  bottom: -50%;
  z-index: -1;
}
.safi-fotter-area.safi-parallax {
  padding-top: 0;
}
.safi-fotter-area.safi-parallax .safi-fotter-top {
  padding-top: 100px;
}
.safi-v2 .google-play.fotter {
  background-color: #fff !important;
}
.safi-v2 .fotter-social-icon ul li a:hover {
  background-color: #f6f8ff;
  color: #384368;
}
.safi-v2 .safi-subscribe input[type="email"] {
  border-radius: 100px;
}
.safi-v2 .safi-subscribe input[type="submit"] {
  border-radius: 50px;
}

/*--------------------------------------------------------------
12.safi-V2 WAVE BANNER
------------------------------------------------------------*/
body.safi-v2.safi-wave .safi-banner-area,
body.safi-v2.safi-wave-banner .safi-banner-area {
  background-color: #ff5d5d;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 200px;
}
body.safi-v2.safi-wave-banner .safi-banner-area {
  margin-bottom: 100px;
}
body.safi-v2.safi-wave .safi-banner-promo-item {
  margin-top: 0;
}
body.safi-wave .safi-fotter-area,
body.safi-screenshot .safi-fotter-area,
body.safi-stripev2 .safi-fotter-area {
  padding-top: 0px;
  background-image: none;
}
.center-content .safi-banner-content {
  text-align: center;
}
.center-content .safi-banner-content h1 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 40px 0;
}
body.safi-v2.safi-wave .safi-banner-img {
  position: absolute;
  padding-top: 0;
  width: 100%;
  max-width: none;
  left: 0;
  right: 0;
  bottom: -30%;
  text-align: center;
  z-index: 1;
}
body.safi-wave .safi-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.safi-wave .safi-banner-promo-section {
  padding-top: 100px;
}
.wave-start {
  position: absolute;
  pointer-events: none;
  left: 0px;
  overflow: hidden;
  height: 248px;
  width: 100%;
  margin-top: -10px;
}
body.safi-wave .safi-fotter-area::after,
body.safi-screenshot .safi-fotter-area::after,
body.safi-stripev2 .safi-fotter-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0px);
  height: calc(100% - 260px);
  background: #ff5d5d;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: 0px;
  bottom: auto;
  top: 260px;
}
.block-intro--home-footer {
    background-color: #b9b9b9;
    margin-bottom: 0;
    position: relative;
    margin-top:  40px;
}
.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:#ff5d5d}
/* 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);
  }
}


/*SAFI SCREENSHOT VERSION*/
body.safi-screenshot .safi-banner-area {
  margin-bottom: 200px;
}
body.safi-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.safi-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.safi-screenshot .banner-swiper-screenshot .swiper-slide.swiper-slide-active img {
  border-radius: 30px;
}
body.safi-screenshot .banner-swiper-screenshot .swiper-slide.swiper-slide-next,
body.safi-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.safi-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.safi-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.safi-screenshot .banner-swiper-screenshot .safi-screen-mobile-image {
  height: 590px;
  width: 290px;
}
.banner-swiper-screenshot .swiper-wrapper {
  height: auto;
  width: 100%;
}
body.safi-screenshot .safi-banner-content {
  margin-bottom: 50px;
}
#safi-welcome-slider .owl-dots {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}
#safi-welcome-slider.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  background: #005496;
}
#safi-welcome-slider.owl-theme .owl-dots .owl-dot.active span, 
#safi-welcome-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #7ce8f9;
}
#safi-welcome-slider.owl-carousel .owl-item.active .safi-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;
}
#safi-welcome-slider.owl-carousel .owl-item.active .safi-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;
}
#safi-welcome-slider.owl-carousel .owl-item.active .safi-banner-content a.safi-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;
}
#safi-welcome-slider.owl-carousel .owl-item.active .safi-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*/
.safi-full-slide {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body.safi-full-slider .safi-banner-content {
  white-space: normal !important;
}
.container.safi-full-slider-container {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.container.safi-full-slider-container>.row {
  height: 100%;
}
body.safi-full-slider .safi-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.safi-full-slider .safi-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;
}

.safi-full-slide .sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  bottom: 50px;
  z-index: 1;
}
.safi-full-slide .sp-buttons .sp-button {
  width: 40px;
  height: 5px;
  background: #005496;
  border-radius: 30px;
  border: 0px solid;
}
.safi-full-slide .sp-buttons .sp-selected-button, .safi-full-slide .sp-buttons .sp-button:hover {
  background: #7ce8f9;
}

/*Stripe V2*/
body.safi-stripev2 .safi-banner-area {
  padding-bottom: 200px;
}
body.safi-stripev2 .stripes-header {
    bottom: auto;
    top: -45vh;
}
body.safi-stripev2 .StripeBackground {
    height: 200vh;
    width: 100vw;
    transform: skewY(40deg);
}
body.safi-stripev2 .StripeBackground .stripe {
background: linear-gradient(90deg,#7681F3,rgba(102, 113, 228, 0.1));
}
body.safi-stripev2 .stripes-header .stripe {
height: 250px;
}
body.safi-stripev2 .stripes-header .s0 {

}
body.safi-stripev2 .stripes-header .s1 {
width: 22vw;
right: auto;
left: -15vw;
bottom: 0;
}
body.safi-stripev2 .stripes-header .s2 {
left: -15vw;
bottom: 28vw;
right: auto;
width: 40vw;
}
body.safi-stripev2 .stripes-header .s3 {
left: auto;
bottom: auto;
right: 33vw;
width: 73vw;
top: 28vw;
}
body.safi-stripev2 .stripes-header .s4 {
left: auto;
bottom: auto;
right: 17vw;
width: 35vw;
top: 0;
}
body.safi-stripev2 .stripes-header .s5 {

}
body.safi-stripev2 .stripes-header .s6 {

}
body.safi--loaded.safi-stripev2 .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.safi--loaded.safi-stripev2 .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.safi--loaded.safi-stripev2 .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.safi--loaded.safi-stripev2 .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.safi-stripev2 .safi-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.safi-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.SAFI BLOG PAGE STYLESHEET*/

/*--------------------------------------------------------------
1.SAFI BLOG BANNER AREA
------------------------------------------------------------*/
.safi-blog-banner-area {
  background-image: url("images/blog/blog-banner-bg.png");
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.safi-blog-content {
  padding: 200px 0 150px;
}
.safi-blog-content h2 {
  color: #fff;
  font-size: 2.125em;
  font-weight: 400;
  margin: 0 0 15px;
}
.safi-blog-content ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.safi-blog-content ul li {

  color: #fff;
  display: inline-block;
  margin: 0 3px;
}
.safi-blog-content ul li a {
  color: #5edb99;
  font-size: 1.125em;
}
.safi-blog-content i {
  color: #fff;
  margin-right: 5px;
}


/*--------------------------------------------------------------
2.SAFI BLOG POST AREA
------------------------------------------------------------*/
.safi-blog-area {
  padding: 100px 0 200px;
}
.safi-blog-post-detalis {
  margin-bottom: 100px;
}
.safi-blog-single-img {
  position: relative;
}
.post-img-view {
  bottom: -22px;
  position: absolute;
  right: 45px;
}
.post-img-view i {
  background-color: #ff5d5d;
  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;
}
.safi-blog-post-detalis:hover .post-img-view i{
  box-shadow:0px 10px 30px rgba(102, 113, 228, 0.35)
}
.safi-blog-post-content {
  padding: 30px;
  transition: all 0.4s ease 0s;
}
.safi-blog-post-detalis:hover .safi-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-block;
  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;
}
.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: #005496;
  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

.safi-blog-sidebar {
  margin-bottom: 100px;
}
.safi-blog-single-sidebar {
  background: #f6f8ff none repeat scroll 0 0;
  margin-bottom: 60px;
  padding: 45px 30px;
}
.blog-sidebar-title {
  margin-bottom: 25px;
}
.blog-sidebar-title i {
  color: #ff5d5d;
  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: #ff5d5d;
  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: #005496;
 /* 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: #005496;
  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;
}
.safi-single-popylar-item {
  margin-bottom: 40px;
}
.safi-single-popylar-item h2 {
  color: #6b739c;
  font-size: 0.975em;
  font-weight: 400;
  line-height: 24px;
  margin: 15px 0 0;
}
.safi-single-popylar-item:last-child {
  margin: 0;
}
.safi-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.SAFI SINGLE BLOG PAGE STYLESHEET*/

.safi-single-blog .safi-blog-post-content {
  box-shadow: none;
  margin-bottom: 35px;
  padding: 0;
}
.safi-single-blog .safi-blog-single-img {
  margin-bottom: 80px;
  position: relative;
}
.safi-single-blog .safi-blog-post {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  padding: 70px 45px;
}
.safi-single-blog .safi-blog-post-detalis {
  margin-bottom: 80px;
}
.safi-single-blog .safi-blog-post-detalis:last-child {
  margin: 0;
}
.safi-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;
}
.safi-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;
}
.safi-blockquote blockquote {
  background-color: #f6f8ff;
  color: #384368;
  margin-bottom: 70px;
  margin-top: 80px;
  padding: 39px;
  position: relative;
}
.safi-blockquote blockquote::before {
  color: #ff5d5d;
  content: "\f10d";
  font-family: "fontawesome";
  font-size: 3.75em;
  left: 35px;
  position: absolute;
  top: 0px;
}
.safi-blockquote cite {
  color: #ff5d5d;
  font-size: 0.938em;
  font-style: normal;
}

.safi-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;
}
ul.social-icon li a {
  color: #ff5d5d;
  font-size: 0.875em;
  font-weight: 500;
}
p.tnc {
    font-size: 11px;
    line-height:  1.2;
    color:  #ffffff;
    margin-top: 40px;
}
.safi-input-item input[type=checkbox] {
    display: inline-block;
    width: auto;
}
.tnccall {
    font-size: 11px;
}
.safi-banner-content i {
  
background:  #ffffff;
  
color:  #000000;
  
width: 23px;
  
height: 23px;
  
line-height: 25px;
  
text-align:  center;
  
border-radius: 50px;
  
font-size: 12px;
}

.locateme {
    position:  absolute;
    right:  0;
    top: 0px;
}

.safi-input-item {
    position:  relative;
}

.locateme input {
    background: #dedede;
    color: #000000 !important;
    padding: 4px 10px 4px 29px !important;
    font-size:  12px;
    cursor:  pointer;
}

.locateme:before {
    content: "\f14e";
    position:  absolute;
    font-family: fontawesome;
    line-height: 2.2;
    padding-left:  9px;
}
}
