/* 
 Theme Name: Fipple 
 Theme URI: https://www.rudrainnovative.com  
 Author: Rudra Innovatives 
 Author URI: https://www.rudrainnovative.com 
 Description: Fipple theme for client 
 Version: 999999.99
 License: GNU General Public License v2 or later 
 License URI: http://www.gnu.org/licenses/gpl-2.0.html 
 Text Domain: fipple 
 Tags: fipple-theme 
 */

/*@import url('../twentyseventeen/style.css');*/

/*custom style start here*/
html,body{
  height: 100%;
  font-family: raleway;
}

a:hover {
    text-decoration: none;
}
textarea {
     resize: none;
}
.p-50{
    padding-top:50px;
    padding-bottom:50px
}
.p-9rem{
    padding-top:9rem;
    padding-bottom:9rem
}
.mt-5{
  margin-top:5rem
}
.bg-gray{
background:#f4f8fb;
}
  .themegardient{
  background: linear-gradient(to bottom right, #3400ad 5%, #9000ff 72%);
}
.home hr{
  display: none;
}
#nav-icon{
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
}
#nav-icon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition:  0.4s ease-in-out;
  -o-transition:  0.4s ease-in-out;
  transition:  0.4s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  transform: translateY(2px);
}
#nav-icon span:nth-child(2) {
  top: 10px;
}
#nav-icon span:nth-child(3) {
  top: 18px;
  transform: translateY(0px);
}
#nav-icon:hover span.bar:nth-child(1){
 transform: translateY(0px);
}
#nav-icon:hover span.bar:nth-child(3) {
  transform: translateY(2px);
}
span.border-divider {
    border-right: 1.5px solid #a7a7a7;
}

/*navigation*/

.c-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
/*  overflow: auto;*/
  visibility: hidden;
  transition: visibility 0s 0.85s;
}
.stickHeader .main-top-nav ul{
  margin-top:9px;
}
.has-nav-open .c-nav {
  visibility: visible;
  transition-delay: 0s;
}

body.is-loading[data-route-option="via-nav"] .c-nav {
  visibility: visible;
}

.c-nav_background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height:100vh;
}

.c-nav_background::before, .c-nav_background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-nav_background::before {
  transition-delay: 0.25s;
  z-index: 1;
}

.c-nav_background::after {
  transition-delay: 0.10s;
  z-index: 3;
}

.fipple-back-image{

  width: 100%;
}
.fipple-back-image h1 {
    font-size: 50px;
    line-height: 1.1;
}
.fipple-product img {
    height: 60px;
    width: 60px;
}

.fipple-product{
      background-color: #ffffff;
    padding: 30px 0px;
    border: 1px solid transparent;
    border-radius: 15px;
/*        min-height: 185px;*/
}
.fipple-product:hover.fipple-product {
    background-color: #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 1px solid #dddcdc;
}

.padding-tb-60{
  padding:80px 0px;
}

.app-features-area{
   background: linear-gradient(to bottom right, #3400ad 5%, #9000ff 72%);
}
.app-space-top{
  padding:90px 0px 20px;

}
.fea-icon {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 150px;
    text-align: center;
    padding: 25px 0px;
   }
.fea-content {
    margin-left: 25px;
}
.fea-content {
    margin-left: 100px;
    display: block;
}
.app-subscription h6 {
    line-height: 26px;
}
.app-input-box {
    position: relative;
    max-width: 630px;
    margin: auto;
    width: 100%;
}
.app-input-box .form-control {
    border: 1px solid #3401ad;
    height: 55px;
}
.app-input-box .form-control {
    border: 1px solid #3401ad;
    height: 55px;
    color: #b6b6b6;
    font-size: 18px;
    font-weight: 500;
}
.app-input-box button {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 0px;
    font-weight: 500;
    padding: 6px 15px;
}
.link-list h4 {
    font-size: 24px;
}
.widget-link ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
}
.footer-content-box {
    padding: 100px 0px 60px 0px;
    border-bottom: 1px solid #ffffff;
}
.footer-color {background: linear-gradient(to bottom right, #3400ad 20%, #9000ff 66%);}
.fipple-top-space {
    padding-top: 44px;
}
.social-icon {
    margin-top: 20px;
}
.term-list ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.copyright-txt p {
    font-size: 16px;
    font-weight: 500;
}
.sub-footer {
    padding: 30px 0px;
}
.app-input-box#mc_embed_signup input.email {
     width: 100%;
   }
.app-input-box#mc_embed_signup form {
     padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
}
.app-input-box#mc_embed_signup #mc_embed_signup_scroll input#mce-EMAIL {
  border: none;
    font-size: 18px;
    padding: 0px 16px;
   white-space: nowrap;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-subscription #mc_embed_signup_scroll {
    border: 1px solid #3401ad;
    height: 57px;
}
.app-subscription #mc_embed_signup div.mce_inline_error{
    position: absolute;
   /* width: 100%;*/
    background: transparent;
    color: red;
}
.app-input-box input#mc-embedded-subscribe {
   position: absolute;
    top: 8px;
    right: 15px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    border: 1px solid transparent;
}
.app-input-box .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}
.app-input-box .btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}
.sucide-alarm ,.sucide-alarm1{

   position: relative;
}

.app-slider {
    padding: 60px 0px 20px;
    margin-right: 30px;
}

.video-slider{position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
/*slider-css*/

/****inner page layout******/
.innerpage .entry-content, .innerpage {
    text-align: center;
}
.innerpage h1.entry-title {
    margin-top: 15px;
}
.archive h1.page-title {
    text-align: center;
}

/*****close page*****/

.hide{ display:none; }
/*----------------------------------------17aug---------------------------*/
.sucide-alarm:after{
     content: "";
    position: absolute;
    background-image: url(http://112.196.32.246/fipple-new/wp-content/themes/fipple/assets/images/video-img.png);
    height: 25%;
      bottom: -6%;
    z-index: 1;
    width: 100%;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

.video-slider .suicideAlarming{ 
   position: absolute;
    bottom:20%;
   left: 5%;
}
.sucide-alarm1 .video-slider .suicideAlarming{
  bottom: 5%

}
.sucide-alarm1 .video-slider .mobileApp{
    bottom: 5%
  }
.sucide-alarm:before ,.sucide-alarm1:before{
background: rgba(69,0,188,1);
background: -moz-linear-gradient(-45deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(69,0,188,1)), color-stop(55%, rgba(69,0,188,1)), color-stop(100%, rgba(139,0,253,1)));
background: -webkit-linear-gradient(-45deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
background: -o-linear-gradient(-45deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
background: linear-gradient(135deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4500bc', endColorstr='#8b00fd', GradientType=1 );
  position: absolute;
  top:-7px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  content: "";
}
.video-slider .mobileApp{ position: absolute;
    right: 2%;
    bottom:20%;
  
}
.fipple-nav-bar.position-absolute{
    z-index: 9;
    top: 0;
    left: auto;
}
.fipple-back-image.fixed-top ,.fipple-back-image.all-pages.stickHeader ,.fipple-back-image.all-pages{
background: rgba(52,0,173,1);
background: -moz-linear-gradient(left, rgba(52,0,173,1) 0%, rgba(64,0,184,1) 61%, rgba(95,0,210,1) 91%, rgba(95,0,210,1) 99%, rgba(95,0,210,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(52,0,173,1)), color-stop(61%, rgba(64,0,184,1)), color-stop(91%, rgba(95,0,210,1)), color-stop(99%, rgba(95,0,210,1)), color-stop(100%, rgba(95,0,210,1)));
background: -webkit-linear-gradient(left, rgba(52,0,173,1) 0%, rgba(64,0,184,1) 61%, rgba(95,0,210,1) 91%, rgba(95,0,210,1) 99%, rgba(95,0,210,1) 100%);
background: -o-linear-gradient(left, rgba(52,0,173,1) 0%, rgba(64,0,184,1) 61%, rgba(95,0,210,1) 91%, rgba(95,0,210,1) 99%, rgba(95,0,210,1) 100%);
background: -ms-linear-gradient(left, rgba(52,0,173,1) 0%, rgba(64,0,184,1) 61%, rgba(95,0,210,1) 91%, rgba(95,0,210,1) 99%, rgba(95,0,210,1) 100%);
background: linear-gradient(to right, rgba(52,0,173,1) 0%, rgba(64,0,184,1) 61%, rgba(95,0,210,1) 91%, rgba(95,0,210,1) 99%, rgba(95,0,210,1) 100%);
}
button.vpy ,button.vps {
    position: absolute;
   top: 45%;
    /* left: 25%; */
    z-index: 999;
    background: transparent;
    border: transparent;
    width: 100%;
    left: 0;
}
button:focus{
      outline: 0px auto -webkit-focus-ring-color
}
.our-awesome-app{
  overflow-x:hidden;
}
.inner-mobile {
    position: relative;
    z-index: 2;
    width: 260px;
    height: 526px;
    margin: 40px auto;
    background: url(assets/images/mobileslider.png) center top no-repeat;
}
.mockup-layer:before{
    content: '';
    position: absolute;
    left:0px;
    top: 0px;
    width:14px;
    height: 526px;
     background: url(assets/images/mobileslider.png) left top no-repeat;
    z-index: 20;
}
.mockup-layer:after{
  content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width:14px;
    height: 526px;
    background: url(assets/images/mobileslider.png) right top no-repeat;
    z-index: 20;
    }
.inner-mobile .owl-carousel .owl-item img {
    display: block;
    width: auto ;
    margin: 61px auto;
}
.inner-mobile .owl-carousel .owl-stage-outer {
    overflow: visible ;
}
.inner-mobile .owl-nav ,.inner-mobile .owl-dots{
  display: none
}
section.contactUs {
    padding-top: 50px;
    padding-bottom: 50px;
  /*      background: #f4f8fb;*/
}
.site-content-contain form .gform_body input ,form .gform_body textarea{
    border: 1px solid #dbd9de;
    background: transparent;
}
.site-content-contain .gform_wrapper .top_label input.medium,.site-content-contain .gform_wrapper .top_label select.medium {
    width: 100%;
}
input#gform_submit_button_1 {
    background: #3401ad;
    border: #3401ad;
    color: #fff;
    width: 150px;
    padding: 10px 0;
    margin: 0 auto;
}
.site-content-contain .gform_wrapper ul li.gfield:not(:first-child){
    clear: none;
    width: 50%;
       margin-top: 25px;
    display: inline-block;
    }

section.contactUs .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3f51b5;
    text-align: center;
    color: #fff;
    /* line-height: 62px; */
    padding-top: 10px;
    margin: 15px auto;
        padding-top: 15px;

}
.contactUs  a{
  color:#212529;
}
section.contactUs .icon i{
  font-size: 20px
}
.site-content-contain .gform_wrapper ul li.gfield:nth-child(4){
    clear: both;
    width:100%;
    float:none;
    margin-top: 20px;
}

.faq-detail {
    background: transparent;
    margin-bottom: 10px;
    padding: 14px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}
section.wrap-faq {
    padding-top: 50px;
    padding-bottom:50px;
}
.faq-detail h2{
     font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px;
}
.wrap-faq .card-header {
    background-color: transparent;
    border-bottom:  none;
}
.wrap-faq .card-header a {
    color: #777;
    }
.faqHeading h5{
 color: #666a6f;
 margin-top:30px;
 margin-bottom: 40px
}
.faqHeading h1{
  font-weight: 700
}
.accordion .faq-detail .card.custom-slide {
    background-color: transparent;
    border: none;
      border-bottom: 1px solid #f1f1f1;
          padding-bottom: 10px;
    margin-bottom: 10px;
}
.faq-detail .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.25rem;
    color: #777;
    line-height: 1.8em;
        font-weight: 500;
}
.commonHeadingBg{
     background: url(assets/images/internalbg.jpg) center top no-repeat;
        text-align: center;
    color: #fff;
        background-size: cover;
    width: 100%;
     background-repeat: no-repeat;
      height: 500px;
          position: relative;
}
.commonHeadingBg.mission-bg{
   background: url(assets/images/mission.jpg) center top no-repeat;
   position: relative;
   background-position: center;
}
.commonHeadingBg.contactbanner{
      background: url(assets/images/contact-us.jpg) center top no-repeat;
    position: relative;
    background-position: center;
}

.about-us.commonHeadingBg{
    background: url(assets/images/about1.jpg) center top no-repeat;
    position: relative;
    background-position: 65%;
}

.commonHeadingBg:after{
    background: rgba(69,0,188,1);
    background: -moz-linear-gradient(-45deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(69,0,188,1)), color-stop(55%, rgba(69,0,188,1)), color-stop(100%, rgba(139,0,253,1)));
    background: -webkit-linear-gradient(-45deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
    background: linear-gradient(135deg, rgba(69,0,188,1) 0%, rgba(69,0,188,1) 55%, rgba(139,0,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4500bc', endColorstr='#8b00fd', GradientType=1 );
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    content: "";
    left: 0
    }
.commonHeadingBg  h1 {
      position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
    font-size: 60px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    top: 50%;
    left: 0
    }
.form-contact{
  margin-top:60px;
}
.mobileApp img{
  max-width:60%
}
.faq-detail{
  position: relative;
}
.faq-detail h2:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0
}
.faq-detail h2:before{
   content: "\f067";
   color: #dadada;
 }
.faq-detail h2.activeFaq:before{
 content: "\f068";
    color: #3f51b5;
}
.custom-slide .card-header{
  position: relative;
}
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    text-align: center;
    margin-top:30px;
  }
.custom-slide .card-header i.arrowdown , .custom-slide .card-header i.arrowUp{
      position: absolute;
    right: 0;
    top: 12px;
    font-size: 25px;

  }
.custom-slide .card-header i.arrowdown {
    color:#dadada
}
.activeFaqslide i.arrowdown ,.custom-slide .card-header i.arrowUp{
  display: none
}
.activeFaqslide.custom-slide .card-header i.arrowUp{
  display: block;
  color:  #3f51b5;
}
/*---------------how it work--------*/
.discover img ,.whatGet img{
  max-width: 100%
}
.howItwork h2{
  font-size:30px;
/*  font-weight: 300;*/
  color: #323a45;
      margin-bottom: 20px;
}
.howItwork h1{
  font-size: 52px
}
  .howItwork p {
     color: #666a6f;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    }
  .featureUl{
    margin-top: 20px;
  }
  .discover ,.whatGet{
     margin-top: 80px;
    margin-bottom: 80px;
  }
    .featureUl li:before{
        background-color: #3f51b5;
    width: 11px;
    height: 11px;
    content: '';
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 5px;
    }
 .featureUl li{
 color: #666a6f;
position: relative;
    margin: 0 0 15px;
padding: 0 0 0 22px;
}
section.howItwork {
    padding-top: 50px;
    padding-bottom: 50px;
}

.inner-mobile1{
margin-top:60px;
margin-bottom: 40px
}
.getappImage img {
    width: 190px;
}
.imgScreen img{
    box-shadow: 0px 21px 22px -6px #aba9a91f;
     max-width: 100%;
  }
  .imgScreentop img{
   box-shadow:0px -21px 22px -6px #aba9a91f;
  }

/*-----------------about us------------*/
/*.whtabout{
       background-image: url(assets/images/image-1-4.jpg);
     background-repeat: no-repeat; 
   background-position: right;
   position: relative;
    height:600px;
        background-size: 50%;
}
.p-120{
  padding-top:100px;
}*/
  .whtabout h2 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 700;
    }
/*.beforeBg:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    background-color: rgba(28,28,28,0.80);
}*/
.bg-black{
  background: linear-gradient(to bottom right, #3400ad 5%, #9000ff 72%);
  padding-top:190px;
/*    padding-bottom: 80px;*/
}
.whyNow img ,.simpleapp img{
  max-width: 100%
}

 .aboutUs h2 {
    font-size: 43px;
    color: #fff;
    line-height: 1.3;
}
  .big-title {
    position: absolute;
    left: 0px;
    top: -125px;
    font-size: 130px;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(246,246,246,0.03);
}
.getApp h2 {
    position: relative;
    color: #333333;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.2em;
  }
  section.getApp {
    padding: 120px 0px 60px;
}
/*.whtabout{
  padding-top: 60px;
  padding-bottom:60px
}*/
.imgScreen{

      margin-bottom: -52px;
}
.imgScreentop{
margin-top: -52px;
}
.getApp .big-title {
    position: absolute;
  top: -110px;
    width: 100%;
    font-size: 130px;
    font-weight: 800;
    color: #f6f6f6;
    text-transform: uppercase;
}
/*.list-inline-item:not(:last-child) {
    margin-right: 0rem;
}*/
.font-700{
  font-weight: 700
}
/*.Ourfeatures img{
  margin-right:20px
}*/
.pricing{
  color: #fff
}
.pricing-box {
    padding: 40px;
    text-align: center;
    background: #fff;
    color: #000
  }

.pricing{
  padding-top:160px;
  padding-bottom: 160px;
}
.pricing-box h2.blue-color {
    color: #3401ad;
}
section.whyNow {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f4f8fb;
}
.pricing-box h2 {
    margin-top: 25px;
    margin-bottom: 25px
  }
.pricing-box h4 {font-size: 18px;
    color: #bdbdbd;
 }
 .pricing-box ul {
    margin: 20px 0;
    padding: 0;
}
.pricing-box li {
    display: block;
    margin-bottom: 10px;
    list-style: none;
    color: #666;
    font-weight: 500;
   
}
.pricing-box li:not(:last-child){
   border-bottom: 1px solid #f1ecec;
    padding-bottom: 10px;
}
.btn.btn.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border-radius: 0px;
}
.btn.btn.btn-primary:hover{
  color: #fff
}
.pricing-box-bottom {
    margin-top: 40px;
}
.pricing-box h2 {
    color: #757575;
}
.btn.btn.btn-primary.btn-black{
      border-color: #212121;
    background-color: #212121;
}
.simpleapp h1{font-size: 50px;
    font-weight: normal;
}
.simpleapp h5{
font-size: 19px;
 line-height: 26px;
 font-weight: normal;
  color: #666;
}
.simpleapp {
  padding-top:80px;
  padding-bottom: 80px
}
.empty-space {
    margin-top: 114px
  }
/*---------------------blog-------------*/
.journalarchive img{
  max-width: 100%
}
.journalarchive  .innerpage h2 {
     max-height: 400px;
    overflow: hidden;
  
    width: 100%;
    order: 1;
        text-align: left;
   /* margin-top: 3rem;*/
}
.journalarchive .post-thumbnail {
       text-align: left;
    overflow: hidden;
    margin-bottom:1.5rem;
    width: 100%;
    order: 1;

}
.journalarchive p{
  margin-bottom: 40px;
      text-align: left;
}
.journalarchive .innerpage article {
    display: flex;
    flex-direction: column;

}
.journalarchive .innerpage article:not(:first-child){
      margin-top:80px;
}
.journalarchive header.entry-header {
    order: 2;
}
 .journalarchive .innerpage .entry-content{
  order: 3
}



.journalarchive  .innerpage h2 a{
  color: #000
}
.blog i ,.press i{
color: #c3c0c0;
}
.blog p ,.press p ,.journalarchive p{
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 20px;
}
.blog img ,.press img{
  width: 100%
}
.readMore ,.prePost ,.nextPost{
      color: #3f51b5;
    font-size: 15px;
    font-weight: 500;
}
.recent-blog ,.archive-blog ,.recent-news ,.archive-news{
    padding: 35px 30px 25px;
    background-color: #f2f2f2;
    margin-bottom: 40px
}
.recentjournelli li ,.archive-blog li{
  margin-bottom: 20px;
}
.recentjournelli li a ,.archive-blog li a{
    font-size: 15px;
    font-weight: 500;
    padding-left:15px;
    color: #666
    }
    .loadMoreBlog{
      display: inline-block;
      width:100%;
    }
  .prePost:before ,.nextPost:before{  
    content: '';
    position: absolute;
    height: 17px;
    width: 17px;
     top: 6px;
      background-repeat: no-repeat;
  }
.prePost:before{
    left: -11px;
     background-image: url(assets/images/left-arrow.png);
        }
.nextPost:before{ 
    background-image: url(assets/images/right-arrow.png);
   right: -15px;
    }
  .navigation h2.screen-reader-text{
    display: none;
  }
  /*----------press form----------------*/
.post-yourcomment  form#commentform {
    display: flex;
    flex-direction: column;
}

.post-yourcomment p.comment-form-comment {
    order: 4;
}
.post-yourcomment p.form-submit {
    order: 5;
        margin-left: 100px;
}
.post-yourcomment label  {
    width: 100px;
    /* font-weight: 700; */
    color: #666;
    font-size: 1rem;
    float: left;
    font-size: 15px;
  }
.post-yourcomment input ,.post-yourcomment textarea{
  width:calc(100% - 100px);
    background: transparent;
    border: 1px solid #ccc;
}
.post-yourcomment textarea{
  height: 150px;
   }
.post-yourcomment input.submit{
  width: auto;
 
}

.post-yourcomment .comment-notes{
 margin-bottom: 30px;
}
.post-yourcomment .comment-form-comment,.post-yourcomment .comment-form-author ,.post-yourcomment .comment-form-email ,.post-yourcomment .comment-form-url {
    width: 100%;
}
.post-yourcomment .form-submit .submit ,input#bbp_search_submit{
    background-color: #3401ad;
    border-color: #3401ad;
    color: #fff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
        margin-top: 20px;
}
input#bbp_search_submit{
       padding-top: 5px;
    padding-bottom: 6px;
    font-size: 14px;
    width: 110px;
    border: none;
}
.post-yourcomment .comment-author.vcard img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
        vertical-align: top;
}
.post-yourcomment  .comment-metadata{ 
position: relative;
    left: 60px;
    top: -24px
    }
 .post-yourcomment  .comment-content{
          margin-left: 60px;
  
    }
    .post-yourcomment .comment-list{
      position: relative;
    }
 .post-yourcomment  .comment-metadata   a {
    color: #666;
    font-size: 12px;
    font-weight: 500;
}
 .post-yourcomment .reply svg.icon.icon-mail-reply {
    display: none;
}
 .post-yourcomment .reply{
      margin-left: 56px;
      margin-bottom:40px;
}
 .post-yourcomment ol.children {
    list-style: none;
    padding-left:0;
}
.logged-in-as{
  margin-top:-12px;
}
 .post-yourcomment div#respond {
    background: #f5f5f5;
    padding: 30px;
}
.post-yourcomment textarea {

}


/*--------------community---------------*/
.communityForum .bbp-breadcrumb{
      width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
  }
 .communityForum a.bbp-breadcrumb-home {
    color: #000;
    font-weight: 600;
}
.communityForum .bbp-search-form {
    width: 100%;
    margin-bottom:50px;
}
.communityForum #bbpress-forums #bbp-search-form #bbp_search {
     display: inline-block;
    width: 350px;
    height: 32px;
    border: 1px solid #ccc;
    margin-right: -9px;
}
.communityForum  #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer,.communityForum  #bbpress-forums li.bbp-header ,.communityForum #bbpress-forums ul.bbp-forums ,.communityForum #bbpress-forums li.bbp-body ul.forum,.communityForum #bbpress-forums li.bbp-body ul.topic{
    background: transparent;
    border:none;
}
.communityForum .forum-titles li.bbp-forum-info{
  border-bottom: 2px solid #3401ad;
    padding-bottom: 10px;
}
.communityForum .forum-titles li{
   border-bottom: 2px solid #8e8a8a;
    padding-bottom: 10px;
        font-size: 14px;
}
  .communityForum  .bbp-forum-info a{
    color: #000;
    font-weight: 600;
    font-size: 13px;
    }
 .communityForum #bbpress-forums .bbp-forum-info .bbp-forum-content, .communityForum #bbpress-forums p.bbp-topic-meta {
    margin: 5px 0 5px;
    padding: 0;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 1.6em;
    color: #666;
    font-weight: 500;
  }
 .communityForum #bbpress-forums .bbp-forum-info .bbp-forum-content{
        /*border-bottom: 1px solid #ccc;*/
        padding-bottom: 18px;
  }
  li.bbp-forum-freshness {
    display: flex;
    flex-direction: column;
}
.communityForum  li.bbp-forum-freshness p.bbp-topic-meta{
  order: 1
}
.communityForum a{
    order: 2;
    color: #b1afaf;
    font-weight: 400;
    text-transform: capitalize;
}
.communityForum #bbpress-forums p.bbp-topic-meta img.avatar{
      border: 3px double #ddd;
    width:20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 6px;
  margin-bottom: 0;
    vertical-align: top;
}
.communityForum .bbp-forum-freshness .bbp-topic-freshness-author a{
  font-size: 14px
}
/* .communityForum a:first-child{ 
  margin-left: 105px;
    margin-top: -19px;
    font-size: 12px;
    color: #b1a9a9;
    font-weight: normal;
    }*/
/*--------header----------*/
 header{
  -webkit-transition: all 10s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sticky-logo{
  display: none
}
.stickHeader .top-nav {
    display: none;
}
.stickHeader .sticky-logo{
  display: block
}
.stickHeader .home-logo{
  display: none
}
/*-------------------*/
.error-404 h1  { 
  background: -webkit-linear-gradient(#5a00c1 , #4000ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 200px;
 }
.returnhome{ 
    text-decoration: underline
  }
 .error-404 .page-content p {  
  font-size: 18px;
    color: #675d5d;
    font-weight: 400;
}
/*------------passionmission-----------*/
.passionMission{
  background: #f4f8fb;
  padding:30px 50px;
}
.mission-heading{
    text-transform: capitalize;
    font-weight: 600;

}
.solutions p , .contactUs p , .whtabout p ,.whyNow p  ,  .aboutUs p ,.ourMission p ,.our-story p ,.terms-condition p ,.policy-wrapper p  ,.customerreviews p {
        font-size: 18px;
    line-height: 1.8em;
    color: #666;
    font-weight: normal;
  }
  .aboutUs p{
    color: #fff
  }
.font-18{
      font-size: 18px
    }
.story {
    background: #f4f8fb;
  padding:30px 50px;
} 
.privacy-policy h5 {
    font-weight: 600;
}
div#gform_confirmation_message_1 {
    color: green;
    font-weight: 600;
    font-size: 18px;
 }
 .main-top-nav ul li.current-menu-item a.text-light ,.current_page_item a.c-nav_link,.footer-content-box ul li.current-menu-item a {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.main-top-nav ul li.current-menu-item a.text-light, .current_page_item ul li a{
font-weight: 500;
}
.main-top-nav ul li.current-menu-item ul li.current-menu-item a {
font-weight: bold;
  text-decoration: underline;
}

/*-------------header--------------*/


/*-------------footer-----------*/
.footer-content-box .menu-item-has-children ul.sub-menu a {
     font-size: 14px;
    line-height: 25px;
}
.footer-content-box .sub-menu li{
    margin-bottom: 15px;
    }
.footer-content-box .menu-item-has-children ul.sub-menu{
    list-style: none;
    padding-left: 15px;
    margin-top: 8px;
}
.footer-content-box .menu-item-has-children ul.sub-menu a{
  position: relative;
}
.footer-content-box .menu-item-has-children ul.sub-menu a:before{
      content: "\f105";
    position: absolute;
    left: -14px;
    top: -4px;
    font-family: "Font Awesome 5 Free";
}
/*-----------------solutions---------*/
.fipplyapp h3{
  line-height: 1.6;
  color: #fff
}
.solutions h1{
        color: #3f51b5;
    line-height: 1.2;
    font-weight: normal;

}
  .images-testimonial .img img { 
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin:0 auto;
    margin-bottom: 30px
    }
    #cl-testimonial i, .rs-testimonial i {
    top: -7px;
    padding-right: 4px;
    position: relative;
}

  .images-slide-testimonial img{
   width: 60px;
    height:60px;
    border-radius: 50%;
    }
.testimonials-nav .slick-slide {
    width: 70px !important;
  }
 .testimonials-nav  .slick-track{
      left: 35%;
  }
.instagramFeedback{
  background: #f4f8fb;
}
.atinsta{
  font-size: 39px;
}
#sb_instagram #sbi_load a.sbi_load_btn {
    background: #3401ad;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    margin-top: 2rem;
}
.wpcf7-form label {
    float: left;
    width: 100%;
    font-weight: 700;
    color: #000;
    font-size: 17px;
    height: 27px;
}
.wpcf7-form input {
    border: 1px solid #dbd9de;
    width: 100%;
    padding: 5px 10px;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #3401ad;
    border: #3401ad;
    color: #fff;
    width: 150px;
    padding: 10px 0;
    cursor: pointer;
    margin: 0 auto;
}
.wpcf7-form textarea {
    resize: none;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #dbd9de;
    height: 150px;
}
.wpcf7-form .frm_sec {
    width: 49%;
    float: left;
    margin: 0 0 20px;
}
.frm_sec.frm_left {
    margin-right: 20px;
}
.wpcf7-form .frm_sec.frm_text{
  width: 100%;
}
.wpcf7-form .frm_sec.frm_capta{
  width: 100%;
}
.wpcf7-form .frm_sec.frm_sub{
  width: 100%;
}
.frm_sec b {
    font-size: .813em;
    font-weight: 400;
    letter-spacing: 0.5pt;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: .85em;
    }
div.wpcf7-spam-blocked, div.wpcf7-mail-sent-ok {
    border: none;
}
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
.countdown-popup h2.widget-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 30px;
    text-transform: uppercase;
}
.countdown-popup #mc_embed_signup2 div.mce_inline_error {
    margin: 2px 0 0 0;
    padding: 0;
    background: none;
    font-weight: 400;
    z-index: 1;
    color: red;
}
.countdown-popup #mc_embed_signup2 input.mce_inline_error {
    border-color: red;
}
.countdown-popup #main_countedown_widget_2 .time_left {
    border-radius: 0;
    background: none;
    font-size: 28px;
    font-family: inherit;
    color: #fff;
    margin: 13px 0 0;
    display: inline-block;
    line-height: 28px;
}
.countdown-popup .modal-dialog {
    border: 10px solid #fff;
}
.countdown-popup .modal-body {
    padding: 50px;
}
.countdown-popup #main_countedown_widget_2 .time_description {
    font-size: 12px;
    font-family: inherit;
    color: #fff;
    font-weight: 400;
}
.countdown-popup .modal-header .close {
    color: #fff;
    opacity: 1;
}
.countdown-popup #main_countedown_widget_2 .element_conteiner {
    min-width: inherit !important;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 80px;
    width: 80px;
    margin: 0 10px;
}
.countdown-popup h1.text-center.text-dark.font-weight-bold {
    font-weight: 600 !important;
    font-size: 24px;
}
.countdown-popup h1.text-center.font-weight-bold {
    font-size: 24px;
    font-weight: 600 !important;
}
.countdown-popup .app-subscription h6 {
    line-height: 23px;
    font-weight: 400;
    margin: 10px 0 0;
}
.countdown-popup .form-group {
    margin-bottom: 0;
    position: relative;
}
.countdown-popup .form-control {
    border: 1px solid #3401ad;
    height: auto;
    color: #b6b6b6;
    font-weight: 400;
    padding: 14px 13px;
    border-radius: 0;
}
.countdown-popup .clear {
    position: absolute;
    right: 8px;
    top: 8px;
}
.countdown-popup .btn.btn.btn-primary {
    color: #fff;
    padding: 8px 15px;
    border-radius: 0;
}
.countdown-popup section.app-subscription.float-left.w-100.py-5 {
    padding: 30px 0 0 !important;
}
.countdown-popup .modal-content {
    background: linear-gradient(to bottom right, #3400ad 5%, #9000ff 72%);
    border: none;
    color: #fff;
}


















/*-------------------------------------------*/
@media(max-width: 1279px){
.wpcf7-form .frm_sec {
    width: 48%;
}
}

@media(max-width: 1024px){
.mobileApp img {
    max-width: 60%;
    width: 150px;
}
}
@media(max-width: 1023px){
    nav .sub-menu{
      list-style: none;
        padding-left: 25px;
            padding-right: 20px;
  }
 nav .sub-menu a{
      font-size: 18px;
          line-height: 1.6;
}
nav .menu-item-has-children ul.sub-menu a:before{
  content: "\f105";
    position: absolute;
       left: -20px;
    top: 8px;
    font-family: "Font Awesome 5 Free";
}
 nav .menu-item-has-children i{
    margin-left: 10px;
    } 

.mobileApp{
  display: none
}
  .c-nav_list {

    padding-left: 100px;
    margin-top: 100px;
  }

  .c-nav_social_link i{
    font-size: 30px
  }
  .c-nav_list-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
}
  .c-nav_background::after{
    bottom: 0
  }
ul.c-nav_social.list-unstyled {
    padding-left: 96px;
}
  .c-nav_aside{
    width: 100%
  }
  li.c-nav_social_item {
    display: inline-block;
}
.c-nav_list-wrap{
  overflow: auto;
}
.c-nav_link{
    font-size: 30px;
    padding: 0.5rem 0
}
.desktop-nav {
    display: none;

}
}

@media(min-width: 1024px){

header .menu-item-has-children:hover ul.sub-menu{
opacity: 1;
  top:35px;
  visibility: visible;
}
/*.menu-item-has-children a:after{
content:"\f0d7";

font-family: "Font Awesome 5 Free";
    right: -13px;
    top: 3px;
color: #fff
}*/
header .menu-item-has-children{
  position: relative;
}
header .menu-item-has-children svg{
  width: 30px;
  height: 30px
}
header .menu-item-has-children ul.sub-menu {
      background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
       padding: 10px 0;
        width: 260px;
right: 0;
    width: 300px;
  opacity: 0;
  position: absolute;
  top:0px;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}
header .menu-item-has-children  i {
    font-size: 15px;
    margin-left: 10px;
}
header .menu-item-has-children ul.sub-menu li{
  width: 100%;
}
/* .menu-item-has-children ul.sub-menu:before{
    content: "\A";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 43%;
    top: -10px;
  }*/
header .menu-item-has-children ul.sub-menu  a {
    color: #9b9b9b !important;
    text-transform: capitalize;
    padding: 8px 20px;
    text-decoration: none;
    display: block;
    letter-spacing: 0;
    font-size: 14px
    }
header .menu-item-has-children ul.sub-menu li.list-inline-item{
  display: block
}

  .fipple-nav-bar .mobile-nav {
    display: none;
}
.top-nav img {
    margin-top: -3px;
    margin-right:3px;
}

.main-top-nav ul {
    float: right;
}
.top-nav{
  text-align: right;
} 
.top-nav ul{
  display: inline-block;
  text-align: right;
}
.main-top-nav ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
        font-weight: 500;
        text-decoration: none
}
.main-top-nav ul li.list-inline-item:not(:last-child) {
    margin-right: 23px;
    font-weight: 500;
}
.top-nav ul li a {
    font-size: 11px;
    font-weight: 500;
    color: #fff
}
.top-nav ul.fipple-icon-nav li {
    padding-right: 22px;
}
.social-icon-link li a i {
    font-size: 20px;
    margin: 0;
}
}

@media (min-width:768px) and (max-width: 991px) {
.footer-link-box .list-inline-item img.img-fluid {
    width: 20px;
}
.footer-link-box .link-list h4 {
    font-size: 18px;
}
.md-col-md-4.custom-widget-menu{
  margin-top: 0;
}
.footer-link-box .md-col-md-4{
  margin-top: 0;
}
.footer-link-box .md-col-md-6{
  margin-top: 0;
}
}

@media (max-width: 980px) {
  .p-y-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
  .solutions p, .contactUs p{
    font-size: 16px;
  }
.md-full{
width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;

  }
  .md-col-md-4{
     flex: 0 0 25%;
    max-width:25%;
      padding-left: 8%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
    .md-col-md-6{
        padding-left: 10%;
     flex: 0 0 50%;
    max-width:50%;
   margin-top: 50px;
    margin-bottom: 50px;
  }
.suicideAlarming h1{
    font-size: 1.6rem;
}
.suicideAlarming br{
  display: none
}
.app-store a img{
      margin-bottom: 5px;
}
}

@media (min-width: 768px) {
.countdown-popup .modal-dialog {
    max-width: 800px;
    border: 10px solid #fff;
    top: 50%;
    transform: translateY(-50%) !important;
    margin:0 auto;
}
}

@media (max-width: 768px) {

  .video-slider{
    display: none
  }
/*  button.vpy, button.vps{
    display: none
  }*/
.video-slider .suicideAlarming{
      bottom: 10%;
}
.video-slider .mobileApp {
    bottom: 12%;
    }

}

@media (min-width: 768px) {
.fipple-app-alert .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media (max-width: 767px) {

    .fipple-app-alert h1 {
    font-size: 24px;
}
.our-awesome-app h1 {
    font-size: 24px;
}
.app-subscription h1 {
    font-size: 24px;
}
.countdown-popup #main_countedown_widget_2 .element_conteiner {
    height: 70px;
    width: 70px;
    margin: 0 3px;
}
.countdown-popup .form-control {
    font-size: 14px;
}
.countdown-popup .clear {
    right: 4px;
    top: 4px;
}
.countdown-popup #main_countedown_widget_2 .time_left {
    margin: 8px 0 0;
}
  .frm_sec.frm_left {
    margin-right: 0;
}
.wpcf7-form .frm_sec {
    width: 100%;
}
.wpcf7-form label{
  height: auto;
}
    .imgScreentop {
    margin-top: 20px;
}
  .displayMedia{
    display: flex;
    flex-direction: column;
  }
  .order2displayMedia{
    order: 2;
    margin-top:3rem;
    margin-bottom: 3rem
  }
   .order1displayMedia{
    order:1
  }
  .imgScreentop.text-right{
    text-align: center !important;
  }
  button.vpy, button.vps{
    top: 40%;

  }
  .site-content-contain .gform_wrapper ul li.gfield:not(:first-child) {
  width: 100%;
  }
 .contactUs  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
}
  .empty-space {
    margin-top: 78px;
  }
  .bg-black {
    padding-top: 120px;
  }
/*  button.vpy, button.vps {
    bottom: 40%;
    left: 43%;
  }*/
  .big-title {
    position: absolute;
     font-size: 100px;
  }
     .logomedia{
    width: 50px
   }
  .prePost ,.nextPost{
    margin-bottom: 3rem
  }
  .beforeBg{
    padding-left: 0
  }
section.getApp {
    padding: 150px 0px 60px;
}
  .p-y-60{
    padding-top:60px;
     padding-bottom:60px;
  }
  #nav-icon {
    position: absolute;
    right: 14px;
    top: -45px;
}


.mobile-nav .social-icons ,.textMenu { 
  display: none !important;
  }
  .mobile-nav button{
    display: none
  }
  .sucide-alarm:after{
  bottom: 0
  }
  .mobile-nav .nav767text{
        justify-content: center;
  }
  .smtextcenter{
    text-align: center;
  }
  .howItwork .text-left , .howItwork .text-right {
    text-align: center !important;
}
.Ourfeatures{
  margin-top:50px;
}
.pricing-table{
  margin-bottom: 50px
}

.whatGet {
      display: flex;
    flex-direction: row;
}
.order1{
  order:1;
}
.order2{
  order: 2
}
.fipple-product{
  margin-bottom: 10px
} 
/*.fea-content {
    margin-left: 20%;
}*/
.textMediaSm{
  text-align: center !important;
}
.sub-footer .term-list.text-right{
  text-align: center !important;
  margin-top: 10px
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 980px) 
and (orientation : landscape) {
  header.fixed-top {
    position: absolute
  }

}
@media (max-width: 699px) {
/*  .c-nav_background::after {
    bottom: 90px;
  }*/
  .c-nav_link {
    font-size: 25px;
}
}
@media (max-width: 575px) {
  button.vpy, button.vps {
    top: 30%;
}
  .footer-content-box ul{
    margin-bottom: 0;
  }
/*  .footer-content-box .widget-link.mt-3{
    margin-top:0 !important;
  }*/
  .ourMission .row ,.our-story  .row{
margin-left: 0;
margin-right: 0
  }
  .fipple-app-alert.padding-tb-60 {
    padding: 40px 0px;
}
/*  button.vpy, button.vps {
    bottom:40%;
    left: 40%;
}*/
  .big-title {
    top: -47px;
    font-size: 60px;
    }
/*  .prePost:before {
    left: 0px;
  }
   .nextPost:before {
    left: 0px;
  }*/
/*   .prePost, .nextPost{
        padding-left: 20px;
  }
*/
 .mobile-nav .social-icons{
 position: absolute;
    top: -93px;
    right: 83px;

  }
  #nav-icon{
    position: absolute;
    right: 14px;
      top: -45px;
  }
.textMenu {
  position: absolute;
    top: -66px;
    right: 11px;
  }
.mobile-nav button{ 
    margin-top: 15px;
    position: absolute;
    top: -51px;
  }
  .btnlogin{
        right: 23px;
  }
    .btnsignup{  right: 100px;
    }

.textMediaXs{
  text-align: center;
}
/*.footer-content-box .fipple-top-space {
    padding-top: 0;
}*/
/*button.vpy img, button.vps img {
    max-width: 50%
    }*/
}
@media (max-width: 480px) {
.countdown-popup .modal-body {
    padding: 10px;
}
.countdown-popup .modal-dialog {
    border: 4px solid #fff;
}
.countdown-popup .btn.btn.btn-primary {
    color: #fff;
    padding: 5px 6px;
}
.countdown-popup #main_countedown_widget_2 .element_conteiner {
    height: 54px;
    width: 54px;
    margin: 0 3px;
}
.countdown-popup h2.widget-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.countdown-popup .form-control {
    padding: 11px 13px;
}
.countdown-popup #main_countedown_widget_2 .time_left {
    margin: 10px 0 0;
}
.countdown-popup #main_countedown_widget_2 .time_description {
    font-size: 11px;
     top: -5px;
    position: relative;
}

.countdown-popup #main_countedown_widget_2 .time_left {
    font-size: 16px;
        line-height: 14px;
}
.countdown-popup #main_countedown_widget_2 .element_conteiner {
    height: 50px;
    width: 50px;
    margin: 0 3px;
}
.md-col-md-6 .fipple-top-space {
    padding-top:0px;
        margin-top: 0 !important;
}
  .md-col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15%;
    margin-top: 50px;
    margin-bottom: 25px;
}
  .md-col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15%;
    margin-top: 0px;
    margin-bottom: 25px;
}
  .flex480 {
    display: flex;
    flex-direction: column;
}
.order1-xs{
  order: 1
 }
 .order2-xs{
  order: 2
 }
 .md-col-md-4{
  margin-bottom: 0
 }
 .order3-xs{
  order: 3
 }
 .order4-xs{
  order: 4
 }
  button.vpy, button.vps {
    top: 40%;
}

  button.vpy img, button.vps img{
    width: 60px
}
/*.swiper-wrapper {
    left: -14%;
}*/
.getappImage .list-inline-item {
    margin-bottom: 1rem;
}
.error-404 h1  { 
    font-size: 100px;
 }
 .getappImage .list-inline-item:not(:last-child) {
    margin-right: 0;
}
}
@media (max-width: 375px) {
/*button.vpy, button.vps {
    bottom: 34%;
    left: 34%;
    }*/
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    text-align: center;
  }
  .swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper{
    left: -17%
  }
 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size: 13px
}
::-moz-placeholder { /* Firefox 19+ */
 font-size: 13px
}
:-ms-input-placeholder { /* IE 10+ */
 font-size: 13px
}
:-moz-placeholder { /* Firefox 18- */
 font-size: 13px
}
}
@media (max-width: 320px) {
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    left: -27%;
}
}
/*@media (min-width: 700px) and (max-width: 999px) {
  .c-nav_background::after {
    bottom: 11.25rem;
  }
}

@media (min-width: 700px) and (max-width: 749px) {
  .c-nav_background::after {
    bottom: 7.5rem;
  }
}

@media (min-width: 1000px) {
  .c-nav_background::after {
    right: 15rem;
  }
}*/

.has-nav-open .c-nav_background::before, .has-nav-open .c-nav_background::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.has-nav-open .c-nav_background::before {
  transition-delay: 0s;
}

.has-nav-open .c-nav_background::after {
  transition-delay: 0.15s;
}
.c-nav_list-wrap {
  position: relative;
  z-index: 4;
}

/*@media (max-width: 699px) {
  .c-nav_list-wrap {
    bottom: 90px;
    font-size: 26px;
    padding-left: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    height: auto;
  }
}*/

@media (min-width: 700px) and (max-width: 999px) {
/*  .c-nav_list-wrap {
    bottom: 11.25rem;
  }*/
/*  p.footer-con{
      width:100%;
      height: 50px;
    }*/
}

/*@media (max-width: 999px) {
  .c-nav_list-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}*/

@media (min-width: 1000px) and (max-width: 1199px) {
  .c-nav_list-wrap {
    height: 100%;
  }
}

@media (min-width: 700px) and (max-width: 749px) {
  .c-nav_list-wrap {
    bottom: 7.5rem;
  }
}

@media (max-width: 1199px) {
  .c-nav_list-wrap {
    visibility: hidden;
    transition: visibility 0s 0.6s;
  }
  .has-nav-open .c-nav_list-wrap {
    -webkit-overflow-scrolling: touch;
   /* overflow-y: auto;*/
    transition-delay: 0s;
    visibility: visible;
  }

}

.c-nav_list {
  position: relative;
/*  margin: 0;
  padding: 0;*/
  list-style: none;
  line-height: 1;
  z-index: 4;
  display: inline-block;
    width: 100%;
}


/*
@media (min-width: 700px) and (max-width: 749px) {
  .c-nav_list {
    margin-top: 0;
    font-size: 2.5rem;
  }
}
*/
.c-nav_item {
  position: relative;
  -webkit-transform: translateX(-100%) translateX(-7.5rem);
      -ms-transform: translateX(-100%) translateX(-7.5rem);
          transform: translateX(-100%) translateX(-7.5rem);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.c-nav_item:nth-child(1) {
  transition-delay: 0.2s;
}

.c-nav_item:nth-child(2) {
  transition-delay: 0.1s;
}

.c-nav_item:nth-child(3) {
  transition-delay: 0.0666666667s;
}

.c-nav_item:nth-child(4) {
  transition-delay: 0.05s;
}

.c-nav_item:nth-child(5) {
  transition-delay: 0.04s;
}

.c-nav_item:nth-child(6) {
  transition-delay: 0.0333333333s;
}

.c-nav_item:nth-child(7) {
  transition-delay: 0.0285714286s;
}

.c-nav_item:nth-child(8) {
  transition-delay: 0.025s;
}

.c-nav_item:nth-child(9) {
  transition-delay: 0.0222222222s;
}

.c-nav_item:nth-child(10) {
  transition-delay: 0.02s;
}

.c-nav_item:nth-child(11) {
  transition-delay: 0.0181818182s;
}

.c-nav_item:nth-child(12) {
  transition-delay: 0.0166666667s;
}

.has-nav-open .c-nav_item {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.has-nav-open .c-nav_item:nth-child(1) {
  transition-delay: 0.19s;
}

.has-nav-open .c-nav_item:nth-child(2) {
  transition-delay: 0.23s;
}

.has-nav-open .c-nav_item:nth-child(3) {
  transition-delay: 0.27s;
}

.has-nav-open .c-nav_item:nth-child(4) {
  transition-delay: 0.31s;
}

.has-nav-open .c-nav_item:nth-child(5) {
  transition-delay: 0.35s;
}

.has-nav-open .c-nav_item:nth-child(6) {
  transition-delay: 0.39s;
}

.has-nav-open .c-nav_item:nth-child(7) {
  transition-delay: 0.43s;
}

.has-nav-open .c-nav_item:nth-child(8) {
  transition-delay: 0.47s;
}

.has-nav-open .c-nav_item:nth-child(9) {
  transition-delay: 0.51s;
}

.has-nav-open .c-nav_item:nth-child(10) {
  transition-delay: 0.55s;
}

.has-nav-open .c-nav_item:nth-child(11) {
  transition-delay: 0.59s;
}

.has-nav-open .c-nav_item:nth-child(12) {
  transition-delay: 0.63s;
}

.c-nav_background::after {
  transition-delay: 0.10s;
    width: 100%;
  z-index: 3;
  background: rgba(52,0,173,1);
  background: -moz-linear-gradient(left, rgba(52,0,173,1) 0%, rgba(106,0,221,1) 50%, rgba(144,0,255,1) 85%, rgba(145,0,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(52,0,173,1)), color-stop(50%, rgba(106,0,221,1)), color-stop(85%, rgba(144,0,255,1)), color-stop(100%, rgba(145,0,255,1)));
  background: -webkit-linear-gradient(left, rgba(52,0,173,1) 0%, rgba(106,0,221,1) 50%, rgba(144,0,255,1) 85%, rgba(145,0,255,1) 100%);
  background: -o-linear-gradient(left, rgba(52,0,173,1) 0%, rgba(106,0,221,1) 50%, rgba(144,0,255,1) 85%, rgba(145,0,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(52,0,173,1) 0%, rgba(106,0,221,1) 50%, rgba(144,0,255,1) 85%, rgba(145,0,255,1) 100%);
  background: linear-gradient(to right, rgba(52,0,173,1) 0%, rgba(106,0,221,1) 50%, rgba(144,0,255,1) 85%, rgba(145,0,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3400ad', endColorstr='#9100ff', GradientType=1 );
}

@media (max-width: 699px) {
/*  .c-nav_background::after {
    bottom: 90px;
  }*/
}

@media (min-width: 700px) and (max-width: 999px) {
/*  .c-nav_background::after {
    bottom: 11.25rem;
  }*/
}

@media (min-width: 700px) and (max-width: 749px) {
/*  .c-nav_background::after {
    bottom: 7.5rem;
  }*/
}

@media (min-width: 1000px) {
  .c-nav_background::after {
    right: 15rem;
  }
}
.c-nav_link {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 699px) {
/*  .c-nav_link {
    padding: 10px 0;
  }*/
}

@media (max-width: 1199px) {
  .c-nav_item.has-dropdown .c-nav_link {
    color: #ffffff;
  }
}

/*@media (min-width: 700px) {
  .c-nav_link {
    padding: 0.5rem 0;
  }
}*/

.c-nav_item:last-child .c-nav_link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .c-nav_list:hover .c-nav_link {
    color: #ffffff;
  }
}



 .c-nav_link:hover {
  color: #ffffff !important;
}

@media (min-width: 1200px) {
 .c-nav_link:hover {
    -webkit-transform: translateX(0.625rem);
        -ms-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}
@media (max-width: 699px) {
/*  .c-nav_link {
       padding: 10px 0 0;
    font-size: 14px;
  }*/
}
.c-nav_link:hover {
  color: #009fe3 !important;
}

@media (min-width: 1200px) {
 .c-nav_link:hover {
    -webkit-transform: translateX(0.625rem);
        -ms-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}
/*.c-nav_aside {
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 5;
}*/

@media (max-width: 699px) {
/*  .c-nav_aside {
    left: 0;
    padding: 30px 40px;
  }*/
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-nav_aside {
    left: 0;
    padding: 4.375rem 7.5rem;
  }
}

/*@media (min-width: 1000px) {
  .c-nav_aside {
    top: 0;
    width: 15rem;
    padding: 7.5rem 0;
    text-align: center;
  }
}*/

@media (min-width: 700px) and (max-width: 749px) {
  .c-nav_aside {
    padding: 2.5rem 7.5rem;
  }
}
.c-nav_aside {

  padding: 0;
  list-style: none;
 
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transition-delay: 0.15s;
}

@media (max-width: 699px) {
/*  .c-nav_social {
    right: 25px;
    bottom: 25px;
  }*/
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-nav_social {
    right: 7.5rem;
    bottom: 3.75rem;
  }
}

@media (min-width: 700px) and (max-width: 749px) {
  .c-nav_social {
    bottom: 1.875rem;
  }
}

@media (max-width: 999px) {
/*  .c-nav_social {
    position: absolute;
  }*/
}

.has-nav-open .c-nav_aside {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-delay: 0.4s;
  opacity: 1;
}

@media (max-width: 999px) {
  .c-nav_social_item {
    display: inline-block;
  }
}

.c-nav_social_link {
  display: inline-block;
  line-height: 1;
}

@media (max-width: 699px) {
  .c-nav_social_link {
      padding: 5px;
  }

}

@media (min-width: 700px) {
  .c-nav_social_link {
    padding: 0.875rem;
  }
}

.c-nav_social_icon {
  fill: #ffffff;
}

@media (max-width: 699px) {
  .c-nav_social_icon {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .c-nav_social_icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media (min-width: 1000px) {
  .c-nav_social_icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .c-nav_social_icon {
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .c-nav_social_link:hover .c-nav_social_icon {
    -webkit-transform: translateX(7px);
        -ms-transform: translateX(7px);
            transform: translateX(7px);
  }
}
[data-scrollbar] .scroll-content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.scroll-content {
    overflow: hidden;
}
/*Clsoe btn*/
.close-nav {
    position: fixed;
    z-index: 9;
    top: 40px;
    left: 40px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    float: left;
    transition: all ease-in-out 0.8s;
}
.close-nav:hover {
    transition: all ease-in-out 0.4s; 
    transform: rotate(360deg);
        opacity: 0;
}
.close-nav:before, .close-nav:after {
    position: absolute;
    width: 2px;
    height: 22px;
    content: "";
    background: #fff;
    left: 9px;
    top: 0;
}
.close-nav:before{
  transform: rotate(45deg);
}
.close-nav:after {
  transform: rotate(-45deg);
}
.c-nav_social_link i {
    color: #fff;
}
/*custome scroll bar*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 15px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
    position: absolute;
    margin:5px;
    box-sizing:border-box;
    position:relative;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: #c1c1c1;
  }
    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0,0, 0, 0.8);
        color: white;
        text-align: center;
        z-index:100;
    }
    .footer_social a{
        padding: 0 5px;
    }
    p.policy-content{
      line-height: 1.5 ;
    }
    #myModal1 h5{
      font-weight: bold;
    }
    p.footer-con{
      width:100%;
      margin:0 0 10px;
    }


 .line-clamp{
    white-space: normal !important;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/*.footer-con a {
    color: #fff;
}
*/


@media (min-width:320px) and (max-width: 767px) {
p.footer-con{
  height:auto;
}

  }

@media (min-width:410px) and (max-width: 480px) {
.list-unstyled.getappImage {
    padding: 0 36px;
    list-style: none;
}
}

/*Add to remove the v3 recaptur badge*/
.grecaptcha-badge {
display: none !important;
}
