/* 
    Author     : SAGAR
    version    : v1.0
*/
/**google font**/
@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300);
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
body {
  font-family: "Poppins", sans-serif;
  color: #555;
  background-color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-top:60px; }

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #e33333; }
  a:hover, a:focus {
	color: #7b7b7b;
    text-decoration: none;
    outline: 0 !important; }

button {
  border: 0px; }
  button:focus {
    outline: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px; }

hr.separator {
  border-top: 1px solid #e33333;
  margin: 10px auto;
  width: 250px; }

/**section heading**/
.section_heading {
  padding-bottom: 50px;
  text-align: center; }
  .section_heading h3 {
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500; }
  .section_heading p {
    font-weight: 400;
    font-size: 15px; }

/**spaces**/
.space-20 {
  width: 100%;
  height: 20px;
  clear: both; }

.space-30 {
  width: 100%;
  height: 30px;
  clear: both; }

.space-40 {
  width: 100%;
  height: 40px;
  clear: both; }

.space-50 {
  width: 100%;
  height: 50px;
  clear: both; }

.space-60 {
  width: 100%;
  height: 60px;
  clear: both; }

/***buttons***/
.btn {
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn i {
    margin-left: 8px; }

.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3); }

.btn-lg {
  padding: 12px 30px;
  }

.btn-light-dark {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }
  .btn-light-dark:hover, .btn-light-dark:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9); }

.btn-skin {
  background-color: #e33333;
  color: #fff; }
  .btn-skin:hover, .btn-skin:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 1); }

.navbar-inverse {
  min-height: 60px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 1); }
  .navbar-inverse .navbar-brand {
    float: left;
    height: 60px;
    padding: 10px 15px;
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    font-family: "Poppins", sans-serif; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #e33333;
  background-color: transparent;
  Font-weight: 700;
  }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px; } }

/**footer**/
.footer {
  padding: 60px 0;
  background-color: #000;
	}
  .footer h2 {
    font-family: "Poppins", sans-serif;
    color: #fff !important;
		font-weight: 500;
  	margin-top: 0px !important;
	}
  .footer ul {
    padding-top: 20px;
    padding-bottom: 0px; }
    .footer ul li {
      padding: 0px; }
      .footer ul li a {
        display: block;
        width: 60px;
        margin: 5px 0;
        height: 60px;
        font-size: 25px;
        line-height: 60px;
        text-align: center;
        color: #aeaeae !important; }
        .footer ul li a:hover {
          color: #fff !important;
}
          .footer span {
              font-family: "Poppins", sans-serif !important;
              color: #aeaeae !important;
              font-size: 15px !important;
              line-height: 28px !important;
              font-weight: 400 !important;
			  }				
			.footer i {
            color: #f3f3f3 !important;
			margin: 0px;
					}
            .footer i:hover {
              color: #fff !important;
          }
          .footer body {
              font-family: "Poppins", sans-serif;
              color: #aeaeae;
              font-size: 15px;
              line-height: 28px;
              font-weight: 400;
          }

.intro-section {
  background: #eaeff2;
  background: -webkit-radial-gradient(center, ellipse cover, #eaeff2 0, rgba(212, 221, 228, 0.4) 60%), -webkit-linear-gradient(top, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  background: radial-gradient(ellipse at center, #eaeff2 0, rgba(212, 221, 228, 0.5) 50%), linear-gradient(to bottom, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
  /* padding-top: 70px; */
  position: relative; }
  .intro-section .intro_text {
    padding-left: 30px;
    padding-right: 30px;
    /* margin-top: 50px; */ }
    .intro-section .intro_text h1 {
      color: #000;
      font-weight: 300;
      font-size: 60px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); }
      .intro-section .intro_text h1 span {
        font-family: "Poppins", sans-serif; }
    .intro-section .intro_text p {
      color: #666;
      font-size: 18px;
      margin-top: 10px; }
    .intro-section .intro_text .buttons {
      padding-top: 30px; }
      .intro-section .intro_text .buttons a {
        margin: 5px; }

/*********iphone slider*************/
.iphone_holder {
  width: 300px;
  height: 526px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/iphone-holder.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center top; }
  .iphone_holder .iphone_inner {
    position: absolute;
    width: 203px;
    height: 355px;
    left: 45px;
    top: 59px;
    background-color: #fff;
    padding: 0px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .iphone_holder .iphone_inner .slides li img {
      height: 355px;
      width: auto; }
    .iphone_holder .iphone_inner .flex-control-paging li a {
      background-color: transparent;
      background: transparent;
      border: 1px solid #fff; }
      .iphone_holder .iphone_inner .flex-control-paging li a.flex-active {
        background-color: #fff;
        opacity: 1; }

.section-equal {
  padding: 0px; }

.equal_height {
  background-color: #fff; }

/***testimonials***/
.testimonials {
  padding: 100px 0;
  background-color: #fff; }
  .testimonials img {
    width: 60px;
    margin-bottom: 10px; }
  .testimonials h4 {
    color: #e33333;
    margin-bottom: 0px; }
  .testimonials em {
    font-size: 13px; }
  .testimonials .owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #e33333;
    padding: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px; }
  .testimonials p {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px; }

/**features**/
.features-section {
  
  background: linear-gradient(135deg,rgba(50,187,241,1) 0,rgba(37,84,147,1) 68%,rgba(42,84,147,1) 100%);
  padding: 100px 0;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden; }

/**parallax section**/
.aside_section {
  padding: 100px 0;
  padding-bottom: 0px;
  background-color: #dce1e7;
  overflow: hidden;
  position: relative; }
  .aside_section.light {
    background-color: #fff; }
  .aside_section img {
    float: none;
    display: block;
    margin: 0 auto; }

/**aside features**/
.aside_features {
  padding-bottom: 50px;
  padding-top: 0px; }
  .aside_features h1 {
    font-weight: 400;
    color: #000;
    font-size: 45px;
    line-height: 65px; }
  .aside_features hr.separator {
    margin: 25px auto; }
    section.aside_section.light-gray {
      background: #f2f4f5;
  }
  img.img-responsive.wow.zoomIn.animated.no-padding {
    padding: 0;
}
.col-sm-4.wow.animated.bounceIn.nc-img:hover {
   transition: all ease .5s;
  border-radius: 12px;
  -webkit-box-shadow: -1px 10px 33px -5px rgba(24,30,110,.31);
  -moz-box-shadow: -1px 10px 33px -5px rgba(24,30,110,.31);
  box-shadow: -1px 10px 33px -5px rgba(24,30,110,.31);
}
.col-sm-4.wow.animated.bounceIn.nc-img h3 {
  text-align: center;
}
/*features box 1**/
.features-box-1 {
  margin-bottom: 30px; }
  .features-box-1 h3 {
    color: #e33333;
    font-weight: 500; }
  .features-box-1 i {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    margin-right: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #e33333;
    background-color: transparent;
    text-align: center; }
  .features-box-1 .features-box-1-text {
    overflow: hidden; }

.feature-right {
  padding-bottom: 30px; }
  .feature-right .text {
    overflow: hidden;
    text-align: right;
    padding-right: 10px; }
    .feature-right .text h3 {
      color: #fff;
      font-weight: 600;
      font-size: 20px;
      text-transform: capitalize; }
  .feature-right .icon {
    float: right;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
   
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    -ms-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s; }
    .feature-right .icon i {
      font-size: 30px;
      color: #fff;
	  margin-top: 14px;
	  }
  
.feature-left {
  padding-bottom: 30px; }
  .feature-left .text {
    overflow: hidden;
    text-align: left;
    padding-left: 10px; }
    .feature-left .text h3 {
      color: #fff;
      font-weight: 600;
      font-size: 20px;
      text-transform: capitalize; }
  .feature-left .icon {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    -ms-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    -moz-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s; }
    .feature-left .icon i {
      font-size: 30px;
      color: #fff;
	  margin-top: 14px;
	  }
  .text-white{color:#fff;}
  img.img-responsive.footer-logo {
    width: 20%;
}
/**download section**/
.download-section {
  padding: 100px 0;
  background-color: #ac5ce9; }
  .download-section span {
  font-family: "Indie Flower", cursive;
  display: block;
  font-weight: 400;
  font-size: 20px; }

/**screeen shot section **/
.shots {
  padding: 100px 0; }
  .shots img {
    display: block;
    margin: 0 auto; }
  .shots .owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #e33333;
    padding: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    margin-top: 30px; }

/**video bg new**/
.video-section {
  width: 100%;
  height: 600px;
  position: relative;
  display: table;
  overflow: hidden; }

.video-section .overlay {
  /* background-color: rgba(0, 0, 0, 0.4); */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

  .panel-body.p-4 {
    background: #f3f3f3;
}
.cid-rblirAzonX .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  background: #fff;
  background: #fff;
}

.video-section .fs-background-container {
  left: 0; }

.video-section .video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2; }

.video-section .video-overlay h1 {
  color: #fff; }

.video-section .video-overlay p {
  color: #fff; }

@media (max-width: 991px) {
  .intro-section .intro_text {
    margin-top: 0px;
    text-align: center; }
    .intro-section .intro_text h1 {
      font-size: 35px; }
    .intro-section .intro_text .buttons {
      padding-top: 10px;
      padding-bottom: 30px; }

  .android_holder, .iphone_holder {
    margin-bottom: 50px; } }

/* Custom CSS */

.nc-img {
  border: 0px;
  }
  .nc-img img {
  padding: 5px;
  }

/* testimonials */
.testimonials-nc {
	text-align:center
	}
.testimonials-nc h3 {
	font-size:24px;
	font-weight: 300 !important;
	}
.testimonials-nc li {
	max-width:310px;
	text-align:left;
	vertical-align: text-top;
	margin:0 10px;
	padding: 0 10px;
	}
.testimonials-nc li i {
	color:#ff2020;
	font-size:32px;
	padding-top:30px
	}

.list-inline {
	padding-left:0;
	list-style:none
	}
.list-inline>li {
	display:inline-block;
	padding-left:5px;
	padding-right:5px
	}

/* Font Awesome Star Color */
.fa-star {
	color: #e33333 !important;
	}

/* YouTube Padding */
.youtube-player {
	padding: 0px 50px 60px 50px;
	}

/* Widgets Section */
.widget-section {
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #dee2e6;
	}
  .widget-section span {
    font-family: "Indie Flower", cursive;
    display: block;
    font-weight: 400;
    font-size: 20px;
	}

/* Social Media Widgets Padding */
.facebook-widget-nc {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	}

.twitter-widget-nc {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	}

/* Widgets Section Custom Section Heading */
.section_heading-nc {
	padding-bottom: 20px;
	text-align: center;
	}
  .section_heading-nc h3 {
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
	}
  .section_heading-nc p {
    font-weight: 400;
    font-size: 15px;
	}

/* Navbar Customisation */ 
	.navbar-toggle {
	margin-top: 12px !important;
	}
	
	.navbar-toggle .icon-bar {
	width: 18px !important;
	}

/* Center Download Arrow */
.arrow-nc {
	margin-right: 30px !important;
	}

/* Navbar Logo Position Mobile */
.navbar-brand-mobile {
	padding: 12px 15px;
	margin-top: 0px;
	}

.navbar-brand-mobile > img {
    position: fixed;
    z-index: 10000;
    margin: 0 auto 20px;
    top: 4px;
    display: block;
    left: 18%;
    margin-left: -62px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: all 250ms ease-out;
}

.panel-body.p-4 {
  background: #ffffff;
  border: 1px solid#eee;
  margin-bottom: 10px;
}
/* Navbar Logo Position Desktop */
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

/* Navbar Hover/Active Highlight */

.navbar-inverse {
    border-color: #080808;
}

.navbar-nav a {
	-webkit-transition:color .6s!important;
	transition: color .6s!important;
	color: #f1f1f1!important;
}

.navbar-nav a:focus {
	color: #3388e3!important;
	text-decoration: none!important;
	font-weight: 700;
}

/* Code to make Navbar Links Red */
	
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #3388e3 !important;
  background-color: transparent;
  border-bottom: red solid 1px;
  padding-bottom: 5px;
	Font-weight: 700;
	}

.navbar-nav li a.download-btn {
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 10px;
    padding: 8px 30px;
    transition:.3s;
  }

.navbar-nav li a.download-btn:hover {
    border-color: #f75160;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
}

/* Margin Top 20px */
.margin-top-nc {
	margin-top: 20px;
	}

/* Image Padding */
.aside_section img {
    padding-bottom: 30px
	}

/* Footer Coloured Border */
.footer {
	}

/* Center Image */
.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

/* Footer Social Icons */
 .socials i {
	-webkit-transition:color .6s;
	transition: color .6s;
	font-size: 50px;
	/* padding: 2px 2px 0px 2px;
	margin: 10px 2px 0px 2px; */
	color: #f1f1f1
}

.socials i:hover {
	color: #e33333 !important;
	text-decoration: none;
}

.aside_section_nc {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative; }
  .aside_section_nc.light {
    background-color: #fff; }
  .aside_section_nc img {
    float: none;
    display: block;
    margin: 0 auto;
	max-width: 100%;
	}

.aside_section_invite {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative; }
  .aside_section_invite.light {
    background-color: #fff; }
  .aside_section_invite img {
    float: none;
    display: block;
    margin: 0 auto;
	max-width: 100%;
	}

/* Code to make dropdown Navbar visible on iPad */
	
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/* End Code to make dropdown Navbar visible on iPad */

.video-overlay {
   vertical-align: top !important;
   }
   
.padding-50 {
	padding: 0px 50px;
	}
	
.margin-top-50 {
	margin-top: 50px
	}
	
.padding-15 {
	padding: 15px 0px;
	}
	
.translate-nc {
	max-width: 150px
	}

#headerwrap-mobile {
    background: url(../images/banner.jpg) no-repeat;
    background-color: #e33333 !important;
    padding-top: 60px !important;
    background-attachment: scroll;
    position: relative;
    min-height: 215px !important;
	background-position: center center;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap {
    background:url(../images/banner.jpg) no-repeat;
	background-color:#e33333!important;
	background-attachment:scroll;
	position:relative;
	background-position:center center;
	min-height:810px!important;
	width:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.back-to-top {
  background:red;
  position: fixed;
  color: white;
  bottom:20px;
  right:20px;
  padding:1em;
  border-radius: 4px;
  border: none;
 }
 .app-store-icons{
 margin-right: 6rem;
 margin-left: 6rem;
 }
 .min-max-height-partner{
                 background: url(img/banners/Partner_With_US_012.html) no-repeat top  center fixed; 
                 min-height: 420px; max-height: 420px;
             }
             
             @media only screen and (max-width: 568px) {
               .min-max-height-partner{
                   background: url(img/banners/Partner_With_US_012.html) no-repeat center center; 
                 min-height: 140px; max-height: 140px;
                 background-size: 150% 95% !important;
                 margin-top: 2%;
             }  
             img.banner-img {
              position: absolute;
              width: 37%;
              right: 0;
              z-index: 9;
              /* bottom: 0; */
              top: 131px;
          }
          .image-button-wrapper {
            position: relative !important;
            top: 38%;
            z-index: 9;
            left: 0 !important;
            background: #0e2255;
        }
             }
             .display-5 > .mbr-iconfont {
     font-size: 2.24rem;
 }
 .mbri-arrow-down:before {
     content: "▼";
 }
 .mbri-arrow-up:before {
     content: "▲";
 }
 .cid-rblirAzonX .card .card-header a.panel-title h4 {
  padding: 2.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0px;
  border-radius: 5px;
}
 a.panel-title h4 {
     padding: 1.3rem 2rem;
     border: 1px solid #dfdfdf;
     margin-bottom: 3px;
     
 }
 .about-header{
 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     min-height: 200px;
 }