/*========================================================
	
	Kron | Responsive App Landing Page Template  
	
  	Copyright 2017 FV iMAGINATION
  	All Rights reserved 
	
----------------------------------------------------------
	List of Contents
----------------------------------------------------------
	
	01. General Styles 
	
	02. Navbar
	
	03. Preloader
	
	04. Home Section
	
	05. First Features Section
	
	06. Features Section
	
	07. Screenshots Section
	
	08. Video Section
	
	09. Describe Section
		
	10. Counter Section

	11. Testimonials Section
	
	12. Download\Newsletter Section
	
	13. Contact Section
	
	14. Footer
	
	14. Responsive CSS
	
========================================================*/



/*========================================================
	General Styles
========================================================*/

/* Google fonts */
@import 'https://fonts.googleapis.com/css?family=Overpass:300,400,600|Raleway:300,400|Poppins:400,600,700';


*{
	font-family:inherit;
}
body{
	font-family:'Poppins', sans-serif;
	overflow-x:hidden;
}
.section-header > p,
.font-alt{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}


section{
	background:#FFF;
}
.parallax{
	background-color:transparent !important;
}
img{
	max-width:100%;
}
.section-header > h2{
	margin-top:0;
	font-size:28px;
	font-weight:300;
	margin-bottom:15px;
	line-height:1em;
	text-transform:uppercase;
	letter-spacing: 2px;
}
.section-header > p{
	margin:0;
	font-size:16px;
	color:#898989;
	font-style: normal;
	letter-spacing: 1px;
}
a.app-btn{
	color:#FFF;
}
.app-btn{
	position:relative;
	padding:9px 31px;
	border-radius: 5px;
	color:#FFF;
	display:inline-block;
	*
	display:inline;
	*
	zoom:1;
	background:transparent;
	text-decoration:none !important;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	top:0;
	border: solid 1px #FFF;
	box-shadow: 2px 2px white;
}
.app-btn:hover{
	background:#FFF;
	color:#202020;
}
.app-btn > i{
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}

a.btn-custom{
	text-decoration: none;
	color:#202020;
}
.btn-custom{
	padding:12px 22px;
	background:#E0E0E0;
	color:#202020;
	border-radius:3px;
	display:inline-block;
	*
	display:inline;
	*
	zoom:1;
	position:relative;
	z-index:5;
	border:none;
	transition:all .3s ease;
	box-shadow: 3px 3px gray;
}




/* Back to top button */
.cd-top {
  display: inline-block;
  border-radius: 99px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(10, 10, 10, 0.8) url(../img/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #333;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}







/*========================================================
	Navbar
========================================================*/
.navbar{
	background:transparent;
	padding:30px 0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.navbar-brand{
	padding:0;
}
.navbar-brand > img{
	margin-top:10px;
	height:30px;
}
.navbar-nav > li > a{
	text-decoration:none;
	background:none !important;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	color:#FFF;
	color:rgba(255,255,255,.6);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover{
	color:#FFF;
}
.navbar-toggle{
	margin-top:5.5px;
	margin-bottom:5.5px;
}
.navbar-toggle .icon-bar{
	background:#202020;
	height:3px;
	width:28px;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top:5px;
}
body.scrolled .navbar{
	background:#FFF;
	background:rgba(255,255,255,.9);
	padding:10px 0;
}
.navbar-brand > .logo-dark{
	display:none;
}
body.scrolled .navbar-brand > .logo-dark{
	display:block;
}
body.scrolled .navbar-brand > .logo-light{
	display:none;
}
body.scrolled .navbar-nav > li > a{
	color:#202020;
	color:rgba(0,0,0,.4);
}
body.scrolled .navbar-nav > li.active > a,
body.scrolled .navbar-nav > li > a:hover{
	color:#202020;
}



/*========================================================
	Preloader
========================================================*/
#preloader{
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
	background:#FFF;
	height:100%;
	width:100%;
	-webkit-transition:all .5s .5s ease;
	-moz-transition:all .5s .5s ease;
	transition:all .5s .2s ease;
}
.loader{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:100px;
	height:100px;
	display:block;
	margin:auto;
	margin-top:-50px;
}
body.loaded #preloader{
	opacity:0;
	visibility:hidden;
}


/*========================================================
	Home Section
========================================================*/
.main-section{
	background:#5a32c6;
	overflow:hidden;
	position:relative;
	padding:100px 0;
	padding-top:160px;
}
.particle-bg{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:0;
}
.main-section .mockup{
	position:relative;
}
.main-section .mockup > .front{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.intro-text{
	padding-top:120px;
	padding-bottom:105px;
}
.intro-text > h1{
	font-weight:300;
	color:#FFF;
	line-height:1.2em;
	font-size:56px;
	letter-spacing:2px;
	margin-top: -30px;
	margin-bottom:25px;
}
.intro-text > p{
	font-size: 20px;
	margin:0;
	margin-bottom:50px;
	color:#FFF;
	font-style: normal;
	letter-spacing: 2px;
}
.intro-text > .btns{
	margin-top:30px;
	margin-left:-10px;
}
.intro-text .app-btn{
	margin:0 10px;
	margin-bottom:15px;
}


/*========================================================
	First Features Section
========================================================*/
.mockup-section{
	padding:40px 0;
}
.mockup-text{
	padding-top:170px;
}
.section-2 .mockup-text{
	padding-top:110px;
}
.mockup-text > span{
	font-style:italic;
	font-size:18px;
	color:rgba(0,0,0,.6);
	letter-spacing:1px;
}
.mockup-text > h2{
	margin-top:0;
	margin-bottom:15px;
	font-size:28px;
	text-transform: uppercase;
}
.mockup-text > p{
	margin:0;
	color:rgba(0,0,0,.6);
	line-height:1.7em;
	margin-bottom:35px;
}
.mockup-text > .btn-custom {
	background:#F2F2F2;
	text-transform: uppercase;
}

.mockup-text .btn-custom:hover{
	color:#FFF;
	background:#202020;
}
.mockup-text .btn-custom:active{
	top:2px;
	opacity:.8;
}

.mockup-shadow,
.screens-mockup{
	position:relative;
}
.mockup-shadow > .phone,
.screens-mockup > .screen{
	position:absolute;
	top:0;
	left:0;
}



/*========================================================
	Features Section
========================================================*/
.features-section{
	padding-top: 110px;
	overflow:hidden;
	padding-bottom: 110px;
}
.features-section .section-header{
	margin-bottom:80px;
}
.features-section .mockup{
	text-align:center;
	margin:0 25px;
}
.col-features{
	padding-top:80px;
}
.col-feature{
	position:relative;
	margin-bottom:80px;
}
.col-feature:last-of-type{
	margin-bottom:0;
}
.col-feature > i{
	height:80px;
	width: 80px;
	font-size: 0;
	line-height: 80px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	border-radius: 24%;
	border: dotted 2px #E0E0E0;
	color:#202020;
}

.col-feature > i:hover {
 	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.col-feature > i:before{
	font-size:34px;
	line-height:80px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
}
.col-feature > h4{
	margin:0;
	margin-top:20px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:400;
}
.col-feature > p{
	color:rgba(0,0,0,.6);
	line-height:1.7em;
	margin:0;
	margin-top:10px;
}

/*========================================================
	Screenshots Section
========================================================*/
.screenshots-section{
	padding-top: 110px;
	overflow:hidden;
	padding-bottom: 110px;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.screenshots-section .section-header{
	margin-bottom: 71px;
}
.screenshots-slider{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}
.screenshots-slider li{
	position:relative;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.18);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.18);
}
.screenshots-slider li > figure{
	position:relative;
	overflow:hidden;
	display:block;
}
.screenshots-slider li > figure > img{
	width:100%;
	margin:auto;
	border-radius: 6px;
}
.screenshots-slider.owl-carousel .owl-stage-outer {
	padding-bottom:10px;
	overflow:visible;
}
.screenshots-slider .overlay{
	position:absolute;
	top:0;
	left:0px;
	right:0px;
	bottom:0;
	opacity:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	background: rgba(40,40,40,.95);
	z-index:99;
	border-radius: 6px;
}
.screenshots-slider .overlay > .view-btn{
	background: url(../img/zoom.png);
	display:block;
	height:60px;
	width:60px;
	color:#202020;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:auto;
	margin-top:-40px;
	text-align:center;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	outline:none;
}
.screenshots-slider .overlay > .view-btn:before,
.screenshots-slider .overlay > .view-btn:after{
	content: ' ';
	position:absolute;
	background:#202020;
}

.screenshots-slider li:hover .overlay{
	opacity:1;
}
.owl-controls{
	margin-top:50px;
	margin-bottom:-45px;
}
.owl-controls > .owl-dots{
	text-align:center;
}
.owl-controls > .owl-dots > .owl-dot{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:-10px 1px;
	padding:10px 6px;
}
.owl-controls > .owl-dots > .owl-dot:hover > span{
	opacity:.6;
}
.owl-controls > .owl-dots > .owl-dot > span{
	display:block;
	height:6px;
	width:10px;
	border-radius: 5px;
	margin-top:20px;
	background:#000;
	opacity:.4;
	transition:all .3s ease;
}
.owl-controls > .owl-dots > .owl-dot.active > span{
	height:8px;
	width:8px;
	opacity:1;
	margin-top:0;
	border-radius:99px;
}

/*========================================================
	Video Preview Section
========================================================*/
.video-section{
	position: relative;
	overflow:hidden;
	font-family: 'Raleway', sans-serif;
}
.video-section .mockup{
	top:40px;
	left:0;
	right:0;
	margin:auto;
	position:absolute;
	text-align:center;
}
.video-section .mockup > img{
	position:relative;
	width:110%;
	margin-left:-5%;
	max-width:none;
}
.watch-video{
	position:relative;
	padding: 140px 0;
	z-index:5;
}
.watch-video .play-btn{
	padding:2px;
	border-radius: 99px;
	transition:all .3s ease;
	display:inline-block;
	*
	display:inline;
	*
	zoom:1;
	position:relative;
	left:-2px;
	z-index: 4;
}
.watch-video .play-btn:hover{
	box-shadow: 0 0 0 8px #FFF;
}
.watch-video > h4{
	font-size:42px;
	color:#FFF;
	font-weight:600;
	margin-top:30px;
	margin-bottom:15px;
	font-style:normal;
}
.watch-video > p{
	margin:0;
	font-family: 'Raleway', sans-serif;
	line-height:1.7em;
	color:rgba(255,255,255,.8);
}




/*========================================================
	Describe Section
========================================================*/
.describe-section{
	padding-top:110px;
	padding-bottom:0px;
	position:relative;
}
.describe-section .section-header{
	margin-bottom:90px;
}
.describe-section .mockup{
	position:relative;
	bottom: -20px;
}
.describe-section .mockup > .phone{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
}
.icon-feature{
	position:relative;
	margin-bottom:80px;
}
.icon-feature > .icon{
	position:absolute;
	top:0;
	left:0;
	font-size:48px;
	color:#202020;
	z-index:5;
}

.icon-feature > .icon:hover{
	position:absolute;
	top:0;
	left:0;
	font-size:48px;
	color:#202020;
	z-index:5;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.icon-feature > .content{
	margin-left:80px;
}
.icon-feature > .content > h4{
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.icon-feature > .content > p{
	margin:0;
	color:rgba(0,0,0,.6);
	line-height:1.7em;
}



/*========================================================
     Counter Section
================================================================*/
.counter-section{
	padding: 110px 0;
	overflow:hidden;
	margin-top: 1px;
	margin-bottom: 40px;
}
.counter-icon {
	font-size: 60px;
	color: #E0E0E0;
	text-align: center;
	padding-bottom: 38px;
}
.counter-text {
	font-size: 20px;
	color: #E0E0E0;
	font-weight: 300;
}




/*========================================================
	Testimonials Section
========================================================*/
.testimonials-section{
	padding: 110px 0;
	overflow:hidden;
	background:#FAFAFA;
	margin-top: 1px;
}
.testimonials-section > .container{
	position:relative;
}
.testimonials-slider{
	width:70%;
	margin:auto;
}
.testimonials-slider > .owl-stage-outer{
	position:static;
}
.testimonials-slider .owl-stage-outer{
	overflow:visible;
}
.testimonial{
	text-align:center;
	transform:scale(.85);
	opacity:.6;
	transition:all .4s ease;
}
.owl-item.active .testimonial{
	transform:scale(1);
	opacity:1;
}
.testimonial > .icon{
	font-size: 30px;
	margin-top: 20px;
}
.testimonial > .content > p{
	margin-top:30px;
	margin-bottom:40px;
	font-size:16px;
	font-weight:300;
	line-height:1.6em;
}
.testimonial > .author{
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.testimonial > .author > .author-img{
	border-radius: 99%;
	display:block;
	margin:auto;
	height: 80px;
	width: 80px;
	box-shadow: 2px 2px lightgrey;
}

.testimonial > .author > h4{
	margin-top:15px;
	margin-bottom:2px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:2px;
}
.testimonial > .author > span{
	color:#898989;
	font-style:italic;
}

/*========================================================
	Download/Nesletter Section
========================================================*/
.cta-section{
	padding:110px 0;
	text-align:center;
	margin-top: 1px;
}
.download-app > h2{
	font-size:48px;
	color:#FFF;
	font-weight:400;
	margin:0;
	margin-bottom:50px;
}
.download-btns > a{
	display:inline-block;
	*
	display:inline;
	*
	zoom:1;
	margin:0 15px;
	margin-bottom:15px;
	text-decoration:none;
	box-shadow: 2px 2px white;
}
.newsletter{
	padding-top:95px;
}
.newsletter > h4{
	font-size: 22px;
	font-weight:300;
	color:#FFF;
	margin:0;
	text-transform: uppercase;
}
.newsletter-form > label{
	color:#FFF;
	color:rgba(255,255,255,.8);
	font-style:italic;
	font-weight:300;
	margin-bottom:0;
	margin-top:15px;
	font-size:16px;
}
.subscribe-input{
	position:relative;
}
.subscribe-input > .txt{
	background:transparent;
	padding:12px 2px;
	border:none;
	border-bottom:solid 2px rgba(255,255,255,.4);
	outline:none !important;
	display:block;
	width:100%;
	color:#FFF;
	color:rgba(255,255,255,.9);
	margin-top:35px;
}
.subscribe-input > .txt::-webkit-input-placeholder{
	color:rgba(255,255,255,.7);
	transition:all .3s ease;
}
.subscribe-input > .txt:focus::-webkit-input-placeholder{
	color:rgba(255,255,255,.4);
}
.subscribe-input > .txt  + span{
	position:absolute;
	width:0%;
	height:2px;
	background:#FFF;
	transition:all .4s ease;
	left:0;
	bottom:0;
}
.subscribe-input > .txt:focus  + span{
	width:100%;
}
.subscribe-input > .subscribe{
	position:absolute;
	bottom:0;
	right:0;
	line-height:46px;
	padding-right:2px;
	padding-left:10px;
	font-size:14px;
	text-transform:uppercase;
	background:transparent;
	color:#FFF;
	border:none;
	font-weight:500;
	outline:none;
}

/*========================================================
	Contact Section
========================================================*/
.contact-section{
	padding:110px 0;
	margin-top: 1px;
}
.contact-section .section-header{
	margin-bottom:80px;
}
.contact-form .form-group{
	margin-bottom:24px;
}
.form-control{
	padding:12px;
	color:#202020;
	border:solid 1px #D0D0D0;
	height:auto;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	border-radius:6px;
}
.form-control::-webkit-input-placeholder{
	text-transform:lowercase;
	letter-spacing:2px;
	font-size:12px;
}
.form-control:focus{
	border-color:#202020;
}
textarea.form-control{
	resize:vertical;
}
.contact-form .btn-custom{
	padding:15px 27px;
	outline:none !important;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
	position:relative;
	top:0;
}
.contact-form .btn-custom:hover{
	color:#FFF;
	background:#202020;
	letter-spacing: 2px;
}
.contact-form .btn-custom:active{
	top:2px;
	opacity:.8;
}
.alert{
	border:none;
	border-radius:0;
}

/*========================================================
	Footer
========================================================*/
footer{
	padding:20px 0;
	background:#202020;
	overflow:hidden;
}
footer p {
	color:#FFF;
	margin:0;
	font-size:14px;
	font-weight:300;
	letter-spacing:2px;
	margin-top:3px;
}
.footer-social{
	position:relative;
	padding:0;
	font-size:0;
	list-style:none;
	text-align:right;
	margin:-5px;
}
.footer-social > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.footer-social a{
	display:block;
	font-size:20px;
	padding:5px;
	color:#FFF;
	color:rgba(255,255,255,.8);
	margin-left:20px;
}
.footer-social a:hover{
	color:#FFF;
 	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



/*========================================================
	Responsive CSS
========================================================*/
@media (max-width:1200px){
	.features-section .mockup{
		margin:0;
	}
}
@media (max-width:992px){
	.col-features.text-right{
		padding-top:0;
		padding-bottom:80px;
	}
	.col-feature{
		text-align:center;
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
	}
	.features-section .mockup{
		max-width:350px;
		margin:auto;
	}
	.mockup-section .mockup-text{
		padding-top:60px;
	}
	.mockup-section{
		padding:60px 0;
	}
	.pricing-section .p-table{
		margin-bottom:25px;
	}
}
@media (max-width:768px){
	footer{
		padding:20px 0;
	}
	footer p{
		margin-bottom:15px;
		text-align:center;
	}
	.footer-social{
		text-align:center;
	}
	.footer-social a{
		margin:0 10px;
	}
	.navbar-brand{
		padding-left:15px;
	}
	.main-section{
		padding-top:100px;
	}
	.navbar{
		background:#FFF;
		background:rgba(255,255,255,.95);
		padding:10px 0;
	}
	.navbar-brand > .logo-dark{
		display:block;
	}
	.navbar-brand > .logo-light{
		display:none;
	}
	.navbar-nav > li > a{
		color:#202020;
		color:rgba(0,0,0,.4);
	}
	.navbar-nav > li.active > a,
	.navbar-nav > li > a:hover{
		color:#202020;
	}
	.navbar-nav > li > a{
		padding:15px;
	}
	.navbar-collapse{
		margin-top:10px;
		border-top-color:rgba(0,0,0,.07);
	}
}