/*
 * Title:  Applu
 * Author: XeroTheme
 */

 
/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3.Banner
4.Awesome layout
5.About app
6.Best feature
7.Screenshots
8.fun fact
9.Pricing
10.easy use
11.Faqs
12.Apps promo
13.User feedback
14.Recent blog
15.Contact
16.Footer
17.Responsive


[End table of contents]
----------------------------------------------------------------------- */

/* ------------------------------
   Global styles
---------------------------- */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



body {

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;

  line-height: 26px;

  letter-spacing: 0; }



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  
  color: #1e2c34;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }



/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}


/* -------------------------------- 

menue style

-------------------------------- */
.active_sc{
    background:#fe6697 !important;
    padding-top: 0 !important;
    z-index: 99999;
    transition: 0.3s all;
    -webkit-box-shadow: 0px 5px 7px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 7px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 7px -5px rgba(0,0,0,0.75);
}
.navbar.active_sc .navbar-brand{
  padding-top: 10px;
}



.navbar.navbar-expand-lg{
  background: none;
  transition: 0.3s all;
  z-index: 9999;
  padding-top: 20px;
}

.navbar.navbar-expand-lg .nav-item a:hover{
  color: #3d3e48;
}
.navbar-light .navbar-brand{
  padding-top: 10px;
}
.navbar .nav-item a{
  color: #ffffff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.navbar .navbar-nav .active>.nav-link, 
.navbar .navbar-nav .nav-link.active, 
.navbar .navbar-nav .nav-link.show, 
.navbar .navbar-nav .show>.nav-link{
  color: #ffffff;
  text-decoration: underline;
}
.navbar .navbar-nav .nav-link.active{
  font-weight: 700;
  text-decoration: underline;
}

/* -------------------------------- 

close menue style

-------------------------------- */




/* -------------------------------- 

Start Banner style

-------------------------------- */
#myVideo {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -9;
}

.hero_banner{
  width: 100%;
  padding-top: 160px;
  padding-bottom: 80px;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.hero_banner:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
  opacity: 0.7;
 background:#fe6697;
  background: -moz-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe6697), color-stop(100%, #ff8469)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8469', endColorstr='#fe6697',GradientType=1 ); /* ie6-9 */ 

}

.benner_text{
  padding-top: 138px;
}
.benner_text h1{
  font-weight: 700;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.3em;
  padding-bottom: 30px;
}
.benner_text p{
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.7em;
}

.banner_button{
  padding-top: 38px;
}
.banner_button ul li{
  display: inline-block;
}
.banner_button ul li .btn{
  color: #ffffff;
  text-transform: uppercase;
  border:0;
  padding: 22px 44px;
  font-weight: 700;
  font-size: 14px;
 background:#fe6697;
  background: -moz-linear-gradient(22deg, #fe6697 0%, #ff8469 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe6697), color-stop(100%, #ff8469)); /* safari4+,chrome */
  background: -webkit-linear-gradient(22deg, #fe6697 0%, #ff8469 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(22deg, #fe6697 0%, #ff8469 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(22deg, #fe6697 0%, #ff8469 100%); /* ie10+ */
  background: linear-gradient(22deg, #fe6697 0%, #ff8469 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8469', endColorstr='#fe6697',GradientType=1 ); /* ie6-9 */ 

  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.banner_button .icon_bnnr{
  padding-left: 20px;
  color: #ffffff;
}
.banner_button .icon_bnnr:hover{
  color: #ffffff;
}


/* -------------------------------- 

Close Banner style

-------------------------------- */



/* -------------------------------- 

Start Awesome layout style

-------------------------------- */
.awesome_layout{
  width: 100%;
  padding: 78px 0;
  background-color: #fe7a96;
}
.awesome_layout .single_layout{
  text-align: center;
}
.awesome_layout .single_layout h3{
  color: #ffffff;
  padding: 20px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
}
.awesome_layout .single_layout p{
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

/* -------------------------------- 

Close Awesome layout style

-------------------------------- */




/* -------------------------------- 

Start About app style

-------------------------------- */

.about_app{
  width: 100%;
  background-color: #ffffff;
  padding: 140px 0;
}
.about_app .about_left h3{
  font-weight: 700;
  color: #404049;
  font-size: 30px;
  padding-bottom: 44px;
  text-transform: uppercase;
}
.about_app .about_left p{
  padding-bottom: 34px;
  line-height: 1.7em;
  font-weight: 400;
  color: #404049;
  font-size: 16px;
}
.about_app .about_left a{
  font-weight: 600;
  color: #404049;
  font-size: 26px;
}
.about_app .about_left a i{
  padding: 18px 20px;
  color: #ffffff;
  background:#fe6697;
  background: -moz-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe6697), color-stop(100%, #ff8469)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8469', endColorstr='#fe6697',GradientType=1 ); /* ie6-9 */ 

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin-right: 12px;
}
.video_inside{
  position: relative;
  background-image: url("../img/video_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 99;
  height: 100%;
  width: 100%;
  text-align: center;
}
.video_inside:before{
  content: '';
  width: 100%;
  height: 100%;
  background:#fe6697;
  background: -moz-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe6697), color-stop(100%, #ff8469)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8469', endColorstr='#fe6697',GradientType=1 ); /* ie6-9 */ 

  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
  opacity: 0.65;
}



.video_inside .btn{
  width: 80px;
  height: 80px;
  padding-top: 12px;
 background:#fe6697;
  background: -moz-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe6697), color-stop(100%, #ff8469)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8469', endColorstr='#fe6697',GradientType=1 ); /* ie6-9 */ 

  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border:0;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 11;
  animation: pulse 3s infinite;
}




@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(254,122,150, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(254,122,150, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(254,122,150, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(254,122,150, 0.4);
    box-shadow: 0 0 0 0 rgba(254,122,150, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(254,122,150, 0);
      box-shadow: 0 0 0 20px rgba(254,122,150, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(254,122,150, 0);
      box-shadow: 0 0 0 0 rgba(254,122,150, 0);
  }
}


.modal-backdrop{
  z-index: 1;
}
.modal-dialog{
  margin-top: 130px !important;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/* -------------------------------- 

Close About app style

-------------------------------- */




/* -------------------------------- 

Start best feature style

-------------------------------- */

.best_feature{
  width: 100%;
  background-color: #f5f7fb;
  padding-top: 90px;
  overflow: hidden;
}

.feature_image{
  position: relative;
  height: 740px;
}
.feature_image img{
  max-width: 460px;
  margin-left: -100px;
  position: absolute;
  bottom: 0;

}

.best_feature .title{
  padding-bottom: 0;
}

/*title*/
.title{
  padding-bottom:90px;
}
.title h3{
  font-weight: 700;
  color: #404049;
  font-size: 30px;
  padding-bottom: 44px;
  text-transform: uppercase;
}
.title p{
  font-weight: 500;
  color: #404049;
  font-size: 20px;
  line-height: 1.7em;
}

.single_feature{
  width: 100%;
  position: relative;
  padding-left: 60px;
  margin-top: 44px;
}
.single_feature img{
  position: absolute;
  left: 0;
}
.single_feature h4{
  font-weight: 600;
  color: #404049;
  font-size: 24px;
  line-height: 1.3em;
  padding-bottom: 12px;
}
.single_feature p{
  font-weight: 400;
  color: #404049;
  font-size: 16px;
}

/* -------------------------------- 

Close best feature style

-------------------------------- */



/* -------------------------------- 

Start Screenshot style

-------------------------------- */

.screenshots{
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #ffffff;
}
.screenshots .owl-dots{
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.screenshots .owl-dots .owl-dot{
  width: 15px;
  height: 15px;
  border:1px solid #fe7a96;
  margin:0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  outline: 0;
}
.screenshots .owl-dots .owl-dot.active{
  background-color: #fe7a96;
}




/* -------------------------------- 

Close Screenshot style

-------------------------------- */



/* -------------------------------- 

Start fun fact style

-------------------------------- */

.fun_fact{
  width: 100%;
  padding: 140px 0; 
  background-image: url(../img/fun_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 99; 
  background-attachment: fixed;
}
.fun_fact:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
  background:#fe6697;
  background: -moz-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe6697), color-stop(100%, #ff8469)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8469', endColorstr='#fe6697',GradientType=1 ); /* ie6-9 */ 

  opacity: 0.9;
}

.single_fact{
  width: 100%;
  text-align: center;
}
.single_fact h2{
  color: #ffffff;
  padding-top: 36px;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3em;
}
.single_fact p{
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3em;
}



/* -------------------------------- 

Close fun fact style

-------------------------------- */



/* -------------------------------- 

Start pricing style

-------------------------------- */

.pricings{
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #ffffff;
}

.single_price{
  width: 100%;
  background-color: #f5f7fb;
  text-align: center;
  padding-bottom: 45px;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 9;
}
.single_price h5{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  width: 100%;
  padding: 20px;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.single_price h5:after{
  content: '';
  width: 300px;
  height: 200px;
  position: absolute;
  left: -80px;
  top: -130px;
  background: #fe7a96;
  background: -moz-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe7a96), color-stop(100%, #ffb396)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb396', endColorstr='#fe7a96',GradientType=1 ); /* ie6-9 */ 
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s all ease;
}

.single_price h2{
  font-weight: 600;
  color: #fe7a96;
  font-size: 48px;
  line-height: 1.3em;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.single_price h2 small{
  font-weight: 500;
  color: #404049;
  font-size: 24px;
}
.single_price ul li{
  padding-bottom: 24px;
  font-weight: 500;
  color: #404049;
  font-size: 18px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.single_price ul li.blink{
  text-decoration:line-through;
}

.single_price .btn{
  padding: 18px 50px;
  background: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #404049;
  font-size: 18px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  border:2px solid #fe7a96;
  margin-top: 10px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.pricings .single_price.active{
  background: #fe7a96;
  background: -moz-linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe7a96), color-stop(100%, #ffb396)); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* ie10+ */
  background: linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb396', endColorstr='#fe7a96',GradientType=1 ); /* ie6-9 */ 
}
.pricings .single_price.active h5{
  color: #404049;
}
.pricings .single_price.active h5:after{
  background: #f5f7fb;
}
.pricings .single_price.active h2,
.pricings .single_price.active h2 small,
.pricings .single_price.active li{
  color: #ffffff;
}
.single_price.active .btn{
  background-color: #f5f7fb;
  border:0;
}

/*hover style*/
.single_price:after{
  width: 0;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -9;
  background: #fe7a96;
  background: -moz-linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe7a96), color-stop(100%, #ffb396)); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* ie10+ */
  background: linear-gradient(90deg, #fe7a96 0%, #ffb396 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb396', endColorstr='#fe7a96',GradientType=1 ); /* ie6-9 */ 
}
.single_price:hover:after{
  width: 100%;
}
.pricings .single_price:hover h5{
  color: #404049;
}
.pricings .single_price:hover h5:after{
  background: #f5f7fb;
}
.pricings .single_price:hover h2,
.pricings .single_price:hover h2 small,
.pricings .single_price:hover li{
  color: #ffffff;
}
.single_price:hover .btn{
  background-color: #f5f7fb;
  border:2px solid #f5f7fb;
}


/* -------------------------------- 

Close pricing style

-------------------------------- */



/* -------------------------------- 

Start easy use style

-------------------------------- */

.easy_use{
  padding: 140px 0;
  background-color: #f5f7fb;
  position: relative;
  overflow: hidden;
}
.left_image{
  position: absolute;
  left: -400px;
  top: 0;
  height: 100%;
}
.left_image img{
  height: 100%;
}

.easy_use .title h3{
  line-height: 1.3em;
  padding-bottom: 34px;
}
.easy_use .title{
  padding-bottom: 0;
}
.easy_use .title p{
  font-size: 16px;
}


.single_easy{
  width: 100%;
  position: relative;
  padding-left: 80px;
  margin-top: 44px;
}
.single_easy img{
  position: absolute;
  left: 0;
  max-width: 50px;
}
.single_easy h4{
  font-weight: 600;
  color: #404049;
  font-size: 20px;
  line-height: 1.3em;
  padding-bottom: 12px;
}
.single_easy p{
  font-weight: 400;
  color: #404049;
  font-size: 14px;
}


/* -------------------------------- 

Close easy use style

-------------------------------- */




/* -------------------------------- 

Start FAQs style

-------------------------------- */

.faqs{
  width: 100%;
  background-color: #ffffff;
  padding-top: 140px;
}


.faqs .accordion .card-header a:after {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
    float: right; 
    font-size: 2em;
    color: #fe7a96;
}
.faqs .accordion .card-header a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0da"; 
}
.faqs .card-header{
  
}
.faqs .single_faq{
  border:2px solid #fe7a96;
  margin-bottom: 26px;
  background-color: #f5f7fb;
}
.faqs .collapse.show{
  padding: 20px 0 20px 20px;
}

.faqs .card-header .card-title{
  font-weight: 500;
  color: #404049;
  font-size: 20px;
}
.faqs .collapse.show p{
  font-weight: 400;
  color: #404049;
  font-size: 14px;
}

/* -------------------------------- 

Close FAQs style

-------------------------------- */




/* -------------------------------- 

Start Apps promo style

-------------------------------- */

.app_promo{
  width: 100%;
  padding: 140px 0; 
  background-image: url(../img/enjoy_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 99; 
  background-attachment: fixed;
  margin-top: -8px;
}
.app_promo:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
  background: #fe7a96;
  background: -moz-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe7a96), color-stop(100%, #ffb396)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb396', endColorstr='#fe7a96',GradientType=1 ); /* ie6-9 */ 
  opacity: 0.8;
}

.app_promo .promo_text{
  text-align: center;
}
.app_promo .promo_text h2{
  color: #ffffff;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.3em;
}

.app_promo .button-group{
  padding-top: 36px;
}
.app_promo .btn:nth-child(1){
  background: #fe7a96;
  background: -moz-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe7a96), color-stop(100%, #ffb396)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb396', endColorstr='#fe7a96',GradientType=1 ); /* ie6-9 */ 
}

.app_promo .btn{
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #ddd;
  padding: 10px 30px;
  margin: 5px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  min-width: 200px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  background: none;
  z-index: 9;
}
.app_promo .btn:after{
  width: 0;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #fe7a96;
  background: -moz-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe7a96), color-stop(100%, #ffb396)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe7a96 0%, #ffb396 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb396', endColorstr='#fe7a96',GradientType=1 ); /* ie6-9 */ 
}
.app_promo .btn:hover:after{
  width: 100%;
}


.app_promo .btn .btn__icon {
  font-size: 2rem;
}

.btn__icon,
.btn__text,
.btn__storename {
  display: inline-block;
  vertical-align: top;
}
.btn__icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 2px;
}

.btn__text {
  margin-top: -0.1em;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.btn__storename {
  display: block;
  margin-left: 38px;
  margin-top: -17px;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #ffffff;
}


/* -------------------------------- 

Close Apps promo style

-------------------------------- */



/* -------------------------------- 

Start user feedback style

-------------------------------- */

.user_feedback{
  width: 100%;
  background-color: #ffffff;
  padding-top: 140px;
  overflow: hidden;
}
.single_feedback{
  width: 100%;
  text-align: center;
  background-color: #f5f7fb;
  padding: 26px 30px;
}
.single_feedback h4{
  padding-top: 12px;
  font-weight: 400;
  color: #09295c;
  font-size: 18px;
  line-height: 1.3em;
}
.single_feedback h5{
  font-weight: 400;
  color: #8292ad;
  font-size: 16px;
}
.single_feedback p{
  padding-top: 16px;
  font-weight: 400;
  color: #6f7c8d;
  font-size: 14px;
}

.single_feedback img{
  max-width: 100px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.user_feedback .owl-carousel .owl-nav .owl-prev,
.user_feedback .owl-carousel .owl-nav .owl-next{
  top: 50%;
  position: absolute;
  font-size: 1.5rem;
  color: #404049;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 10px;
  border:1px solid #404049;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: 0;
}
.user_feedback .owl-carousel .owl-nav .owl-next{
  right: -50px;
}
.user_feedback .owl-carousel .owl-nav .owl-prev{
  left: -50px;
}
.user_feedback .owl-carousel .owl-nav .owl-prev:hover,
.user_feedback .owl-carousel .owl-nav .owl-next:hover{
  color: #fe7a96;
  border-color: #fe7a96;
}

/* -------------------------------- 

Close user feedback style

-------------------------------- */




/* -------------------------------- 

Start Recent blog style

-------------------------------- */

.recent_blog{
  width: 100%;
  background-color: #ffffff;
  padding-top: 140px;
}
.single_blog .card{
  background-color: #f5f7fb;
}
.single_blog .card img{
  height: 284px;
}

.single_blog .date_time{
  font-weight: 400;
  color: #404049;
}
.single_blog .date_time .dates{
  padding-right: 20px;
}
.single_blog .date_time a{
  color: #404049;
}
.single_blog .card-body h4{
  line-height: 1.3em;
  font-weight: 600;
  color: #404049;
  font-size: 22px;
  padding-top: 18px;
  padding-bottom: 12px;
}
.single_blog .card-body h4 a{
  color: #404049;
}
.single_blog .card-body{
  padding:20px 14px;
}

.single_blog .card-body .btn{
  text-transform: uppercase;
  color: #404049;
  border:1px solid #404049;
  margin-top: 20px;
}

/* -------------------------------- 

Close Recent blog style

-------------------------------- */



/* -------------------------------- 

Start Contact style

-------------------------------- */
.contactsec{
  width: 100%;
  position: relative;
  padding-top: 140px;
}
.contactsec #map{
  width: 100%;
  height: 600px;
}


.contactsec .newsletter_full{
  text-align: center;
  background:#fe6697;
  background: -moz-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe6697), color-stop(100%, #ff8469)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8469', endColorstr='#fe6697',GradientType=1 ); /* ie6-9 */ 

  margin-top: -180px;
  padding-top: 30px;
  padding-bottom: 18px;
}
.newsletter_inside h3{
  color: #ffffff;
  padding-bottom: 24px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3em;
}
.newsletter_inside form{
  position: relative;
}
.newsletter_inside form input{
  width: 100%;
  padding: 22px 30px;
  font-weight: 400;
  color: #5b6b7a;
  font-size: 14px;
  border-radius: 40px;
  border:0;
  outline: 0;
}
.newsletter_inside form button{
  position: absolute;
  right: 4px;
  top: 2px;
  background:#fe6697;
  background: -moz-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fe6697), color-stop(100%, #ff8469)); /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* ie10+ */
  background: linear-gradient(45deg, #fe6697 0%, #ff8469 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8469', endColorstr='#fe6697',GradientType=1 ); /* ie6-9 */ 

  padding: 20px 34px;
  border-radius: 30px;
  border:0;
  outline: 0;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.contactsec .shadow .inside_shadow{
  padding-top: 36px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=23, Direction=0, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 0 6px 23px -11px rgba(0,0,0,0.8);/*FF 3.5+*/
  -webkit-box-shadow: 0 6px 23px -11px rgba(0,0,0,0.8);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 6px 23px -11px rgba(0,0,0,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=23, Direction=135, Color=#000000); /*IE 5.5-7*/
}



.contactsec .contact_form .form-group label{
  font-weight: 500;
  color: #5b6b7a;
  font-size: 18px;
  width: 100%;
  padding-bottom: 20px;
}
.contactsec .contact_form .form-group input{
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #5b6b7a;
  outline: 0;
  font-weight: 400;
  color: #7876aa;
  font-size: 14px;
}
.contactsec .contact_form .form-group textarea{
  outline: 0;
  font-weight: 400;
  color: #7876aa;
  font-size: 14px;
  width: 100%;
  resize: none;
  padding-top: 12px;
  padding-left: 12px;
  border: 1px solid #5b6b7a;
}
.contact_form button{
  background: none;
  text-transform: uppercase;
  padding: 14px 32px;
  font-weight: 500;
  color: #5b6b7a;
  outline: 0;
  border:1px solid #5b6b7a;
  cursor: pointer;
}
.contact_right_single{
    position: relative;
    /* padding: 24px 36px; */
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    margin-bottom: 20px;
    height: 110px;
    padding-left: 36px;
    padding-top: 40px;
}
.contact_right_single:hover{
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 1px 22px -6px rgba(0,0,0,0.6);/*FF 3.5+*/
-webkit-box-shadow: 0 1px 22px -6px rgba(0,0,0,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 1px 22px -6px rgba(0,0,0,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=135, Color=#000000); /*IE 5.5-7*/
 }

.contact_right_single p{
  float: left;
  width: 80%;
  padding-left: 20px;
}
.contact_right_single img{
  float: left;
}


/* -------------------------------- 

Close Contact style

-------------------------------- */




/* -------------------------------- 

Start Footer style

-------------------------------- */

.footers{
  width: 100%;
  background-color: #fe6697;
  padding: 40px 0;
  margin-top: 140px;
}

.footers .copy_text p{
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}
.footer_social li{
  display: inline-block;
  border:1px solid #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  padding-top: 1px;
  margin-right: 15px;
}
.footer_social ul{
  text-align: right;
}
.footer_social li a{
  color: #ffffff;
}

/* -------------------------------- 

Close Footer style

-------------------------------- */




/* -------------------------------- 

Start Responsive style

-------------------------------- */


@media only screen and (max-width : 350px) {
  .banner_button .icon_bnnr{
    padding-top: 20px;
  }
}
@media only screen and (max-width : 620px) {
  .user_feedback .owl-carousel .owl-nav .owl-prev, 
  .user_feedback .owl-carousel .owl-nav .owl-next{
    bottom: -40px;
  }
  .user_feedback .owl-carousel .owl-nav .owl-prev{
    left: 0;
  }
  .user_feedback .owl-carousel .owl-nav .owl-next{
    right: 0;
  }
}
@media only screen and (max-width : 767px) {
  .wow{
      animation-name: none !important;
      visibility: visible !important;
  }
  .navbar-toggler{
    border:1px solid #000;
  }
  .navbar-toggler i{
    color: #000;
  }
  .navbar .navbar-collapse{
    background-color: #ffffff ;
    padding: 10px 0;
    text-align: center;
  }

  .benner_text h1{
    font-size: 44px;
  }
  .benner_text p{
    font-size: 16px;
  }

  .banner_mock img{
    height: auto;
  }
  .benner_text{
    padding-top: 0;
  }

  .awesome_layout .single_layout h3{
    font-size: 20px;
  }
  .single_feature h4,
  .single_fact p,
  .single_easy h4{
    font-size: 18px;
  }
  .single_feature p{
    font-size: 14px;
  }
  .about_app .about_left h3,
  .title h3,
  .single_fact h2,
  .single_price h2,
  .app_promo .promo_text h2{
    font-size: 26px;
    line-height: 1.3em;
  }
  .app_promo .promo_text h2 br{
    display: none;
  }
  .single_price h2 small{
    font-size: 20px;
  }
  .title p,
  .faqs .card-header .card-title{
    font-size: 14px;
  }
  .single_price ul li{
    font-size: 14px;
  }

  .about_app .about_left a{
    font-size: 22px;
  }

  .feature_image img{
    margin-left: 0;
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .feature_image{
    height: 100%;
    position: relative;
    padding-bottom: 40px;
  }
  .feature_right .row{
    padding-bottom: 90px;
  }
  .single_price h5{
    font-size: 20px;
  }
  .single_price .btn{
    padding: 12px 20px;
    font-size: 14px;
  }

  .left_image{
    display: none;
  }

  .faqs_image{
    position: relative;
    height: 100%;
  }
  .faqs_image img{
    position: relative;
    bottom: 0;
  }
  #accordion{
    padding-bottom: 140px;
    padding-top: 40px;
  }
  .app_promo .btn{
    margin-bottom: 20px;
  }
  .app_promo .btn:nth-child(3){
    margin-bottom: 0;
  }

  .single_blog .card-body h4{
    font-size: 18px;
  }
  .newsletter_inside h3{
    font-size: 24px;
  }
  .contactsec .contact_form .form-group label{
    font-size: 18px;
  }
  .contactsec .newsletter_full{
    margin-top: -172px;
  }

  .banner_button{
    padding-bottom: 40px;
  }
  .awesome_layout .single_layout,
  .about_left{
    padding-bottom: 40px;
  }
  .awesome_layout{
    padding-bottom: 38px;
  }
  .video_inside{
    padding:100px 0;
  }

  .single_fact{
    padding-bottom: 60px;
  }
  .fun_fact{
    padding-bottom: 80px;
  }
  .single_price{
    margin-bottom: 40px;
  }
  .pricings{
    padding-bottom: 100px;
  }
  .single_blog,
  .contact_form{
    padding-bottom: 40px;
  }
  .contactsec{
    padding-top: 100px;
  }
  #map{
    height: 400px;
  }
  .copy_text.text-left,
  .footer_social ul{
    text-align: center !important;
  }
  .footer_social ul{
    padding-top: 20px;
  }
  .single_blog .card img{
    height: auto;
  }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
   .navbar-toggler{
    border:1px solid #000;
  }
  .navbar-toggler i{
    color: #000;
  }
  .navbar .navbar-collapse{
    background-color: #ffffff ;
    padding: 10px 0;
    text-align: center;
  }

  .benner_text h1{
    font-size: 44px;
  }
  .benner_text p{
    font-size: 16px;
  }

  .banner_mock img{
    height: auto;
  }
  .benner_text{
    padding-top: 0;
  }

  .awesome_layout .single_layout h3 {
    font-size: 20px;
  }
  .single_feature h4,
  .single_fact p,
  .single_easy h4{
    font-size: 18px;
  }
  .single_feature p{
    font-size: 14px;
  }
  .about_app .about_left h3,
  .title h3,
  .single_fact h2,
  .single_price h2,
  .app_promo .promo_text h2{
    font-size: 26px;
    line-height: 1.3em;
  }
  .app_promo .promo_text h2 br{
    display: none;
  }
  .single_price h2 small{
    font-size: 20px;
  }
  .title p,
  .faqs .card-header .card-title{
    font-size: 14px;
  }
  .single_price ul li{
    font-size: 14px;
  }

  .about_app .about_left a{
    font-size: 22px;
  }

  .feature_image img{
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }
  .feature_image{
    height: 100%;
  }
  .feature_right .row{
    padding-bottom: 50px;
  }
  .single_price h5{
    font-size: 20px;
  }
  .single_price .btn{
    padding: 12px 20px;
    font-size: 14px;
  }

  .left_image{
    display: none;
  }

  .faqs_image{
    position: relative;
    height: 100%;
  }
  .faqs_image img{
    position: absolute;
    bottom: 0;
  }
  #accordion{
    padding-bottom: 90px;
  }
  .app_promo .btn{
    margin-bottom: 20px;
  }
  .app_promo .btn:nth-child(3){
    margin-bottom: 0;
  }

  .single_blog .card-body h4{
    font-size: 18px;
  }
  .newsletter_inside h3{
    font-size: 24px;
  }
  .contactsec .contact_form .form-group label{
    font-size: 18px;
  }
  .contactsec .newsletter_full{
    margin-top: -172px;
  }

}
@media only screen and (max-width : 1200px) {
  .easy_use .left_image{
    left: -400px !important;
  }
}
@media only screen and (min-width : 1720px) {
  .left_image{
    left: -200px !important;
  }
}
@media only screen and (min-width : 1920px) {
  .left_image{
    left: 0 !important;
  }
}


/* -------------------------------- 

Close Responsive style

-------------------------------- */


/* Coded TrQ */
img.logo-default {
  max-width: 178px;
}
.hero_banner:after {
  opacity: 0.4;
  background: #000;
}
.active_sc {
  background: rgba(0, 0, 0, .5) !important;
}
.awesome_layout {
  background: rgb(237,28,36); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(237,28,36,1) 0%, rgba(38,50,109,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(237,28,36,1) 0%,rgba(38,50,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(237,28,36,1) 0%,rgba(38,50,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#26326d',GradientType=1 ); /* IE6-9 */
}
.footers {
  background: rgb(38,50,109); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(38,50,109,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26326d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.contactsec .newsletter_full {
  background: rgb(237,28,36); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(237,28,36,1) 0%, rgba(38,50,109,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(237,28,36,1) 0%,rgba(38,50,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(237,28,36,1) 0%,rgba(38,50,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#26326d',GradientType=1 ); /* IE6-9 */
}
.video_inside .btn {
  background: rgb(237,28,36); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(237,28,36,1) 0%, rgba(38,50,109,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(237,28,36,1) 0%,rgba(38,50,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(237,28,36,1) 0%,rgba(38,50,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#26326d',GradientType=1 ); /* IE6-9 */
}
.fun_fact:after {
background: rgb(38,50,109); /* Old browsers */
background: -moz-linear-gradient(left, rgba(38,50,109,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26326d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.app_promo:after {
background: rgb(38,50,109); /* Old browsers */
background: -moz-linear-gradient(left, rgba(38,50,109,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26326d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.single_price:after, .pricings .single_price.active {
  background: rgb(38,50,109); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(38,50,109,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26326d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.about_app .about_left a i{
  background: rgb(38,50,109); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(38,50,109,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(38,50,109,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26326d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.single_price h5:after{
  background: #000;
}
.faqs .single_faq {
  border: 1px solid #b2b3b5;
}
.video_inside:before {
  background: transparent;
}
.banner_button ul li .btn {
  background: #ed1c24;
}
.banner_button ul li .btn:hover {
  background: #000;
}
.navbar .nav-item a {
  text-transform: uppercase;
}
.awesome_layout .single_layout h3 {
  text-transform: uppercase;
}
.navbar.navbar-expand-lg .nav-item a:hover {
  color: #ed1c24;
}
.app_promo .btn:nth-child(1) {
  background: #ed1c24;
  border: 1px solid #ed1c24;
}
.app_promo .btn:after {
  background: #ed1c24;
}
.app_promo .button-group a.btn:hover {
    border: 1px solid #ed1c24;
}
.newsletter_full.nwslets {
  background: #fff;
  box-shadow: 0px -6px 10px #ddd;
  padding-bottom: 35px;
}
.nestle {
  padding-bottom: 25px;
  padding-top: 25px;
}
.title.nestle h3 {
  padding-bottom: 25px;
}
.nsformp {
  margin-top: -30px;
}
.container.nsfirmcont {
  margin-top: -80px;
}
.nsformp .inside_shadow{
  background: #fff;
}
.sentbtn{
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  padding: 22px 44px;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.contact_form button {
  color: #fff;
  border: 1px solid #ed1c24;
  background: #ed1c24;
}
.contact_form button:hover {
  border: 1px solid #000;
  background: #000;
}


/*--lds-spinner icon--*/
#loading {
	background: #000 none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999999;
}

#loading img{
    max-width: 280px;
    margin-bottom: 20px;
}
.logining {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.lds-spinner {
  color: #fe6697;
  display: inline-block;
  width: 64px;
  height: 64px;
  position: relative;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fe6697;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--lds-spinner icon end--*/
/*--Back top--*/
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  border: 1px solid #ed1c24;
  background: #ed1c24;
  border-radius: 50%;
  color:#fff;
}
#back-to-top:hover {
  border: 1px solid #000;
  color:#fff;
  background: #000;    
}
#back-to-top.show {
  opacity: 1;
  line-height: 34px
}
/*--Back top end--*/


