/* =========================================

Theme Name: Blue App 
Theme URI: http://mishk.at/
Author: S M Mishkatul Islam
Author URI: http://mishk.at/
Description: One page Responsive HTML5 parallax business landing page
Version: 1.0.0
Tags: html5, template, landing page, app landing page

/* =========================================
/* 1 - Google Font
========================================= */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,700);



/* =========================================
 0 - Global Styles
========================================= */
body {
	background-color: #5066A1;
	color: #c8c8c8;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

h1 {
	margin-bottom: 30px;
	font-size: 60px;
	color: #fff;
	font-weight: 100;
}

p {
	font-weight: 300;
	letter-spacing: 0.5px;
}

strong {
	font-weight: 400;
}

img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

ul {
	padding: 0;
}

ul li {
	list-style: none;
}

.dark-bg {
	background-color: #394D82;
}

.underline {
	position: relative;
	font-size: 20px;
	max-width: 350px;
	margin: auto auto 80px;
	color: #ffffff;
}

.underline:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	background-color: #777;
	top: 50%;
	left: 0;
}

.underline:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	background-color: #777;
	top: 50%;
	right: 0;
}

.custom-btn {
	background-color: transparent;
	color: #fff;
	border-radius: 0;
	border: 2px solid #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.custom-btn:hover {
	background-color: #0099FF;
	color: #fff;
	border-color: #0099FF;
}

.btn:active,
.btn.active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.header p {
	margin-bottom: 30px;
}

.bg-color {
	background: rgba(0, 0, 0, 0.5);
}

.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.carousel-indicators {
	bottom: -50px;
}

.social a {
	display: block;
	width: 40px;
	font-size: 28px;
	border-radius: 100%;
	text-align: center;
	color: #949494;
	margin: 10px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.social a:hover {
	color: #0099FF;
}

.form-control {
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus,
textarea:focus {
	border-color: #0099FF !important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* =========================================
   1. Section Banner
========================================= */
.promotion-banner {
	position: fixed;
	z-index: 3;
	bottom: 44px;
	max-width: 725px;
	width: 95%;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 10px 15px;
	color: #5ECCFA;
	border: 2px solid #5ECCFA;
	border-radius: 20px;
	background: #081521;
	display: flex;
	font-weight: 400;
	text-decoration: none;
	max-height: 80vh; /* 90% of the viewport height */
	overflow-y: auto; /* Enables vertical scrolling */
}
.promotion-banner ul {
	padding-left: 25px;
}
.promotion-banner ul li {
	list-style: disc;
}

.promotion-banner-headline {
	padding-top: 10px;
	padding-right: 51px;
}

.promotion-banner-content {
	background: #081521;
	color: #5ECCFA;
	text-decoration: none;
	font-weight: 400;
}

.promotion-banner-content:hover {
	color: white;
	text-decoration: none;
}

.toggle-banner {
	position: absolute;
	right: 10px;
	background-color: #8e8e93;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	z-index: 5;
	height: 50px;
	width: 50px;
}

.toggle-banner:hover {
	background-color: #0099FF;
}

.contracted {
	height: 70px;
	overflow: hidden;
}

.download-app-qr-code {
	height: 300px;
	width: 300px;
}

/* =========================================
   3. Section Header                 
========================================= */
header {
	background: url(images/bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}

.top .photo-slide {
	max-width: 252px;
	margin: auto;
	padding-bottom: 50px;
}

.top .photo-slide img {
	width: 252px;
	height: auto;
}

.top .content {
	color: #fff;
}

.top .content h1 {
	font-size: 72px;
	margin-top: 40px;
}

.top .content h2 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 20px;
}

.top .content p {
	font-size: 18px;
	margin-bottom: 60px;
	letter-spacing: 1px;
}

.top .content .button a {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 50px;
	padding-right: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.top .content .button a i {
	margin-right: 20px;
}

.top .content .button a:hover {
	background-color: #fff;
	color: #222;
}


/* =========================================
   4. Section Menu                 
========================================= */
.navigation {
	height: 60px;
}

.navigation .navbar {
	border: none;
	margin-bottom: 0;
	height: 60px;
}

.navigation .navbar .navbar-brand {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	height: 60px;
	line-height: 35px;
}

.navigation .navbar-default {
	background-color: #394D82;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border: none;
	border-radius: 0;
	clear: both;
}

.navigation .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 400;
	padding-top: 25px;
	padding-bottom: 25px;
}

.navigation .navbar-default .navbar-nav>li>a:hover,
.navigation .navbar-default .navbar-nav>.active>a,
.navigation .navbar-default .navbar-nav>.active>a:hover,
.navigation .navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #0099FF;
}

.navigation .btn-default:hover,
.navigation .btn-default:focus,
.navigation .btn-default:active,
.navigation .btn-default.active {
	border-color: transparent;
}



/* =========================================
   5. Section Features                 
========================================= */
.features .featured-item-img {
	width: 252px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.features .header h4 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 300;
}

.featured-item .icon-style {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 15px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.featured-item .icon i {
	font-size: 30px;
	margin-top: 0;
	color: #0099FF;
}

.featured-item h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 400;
}

.featured-item p {
	margin-bottom: 50px;
	letter-spacing: 0.5px;
}

.featured-item .meta-text {
	margin-left: 80px;
}

.featured-item .icon {
	width: 60px;
	height: 60px;
	float: left;
}

.featured-item:hover .icon-style {
	border-radius: 0;
}



/* =========================================
   6. Section Screenshots                 
========================================= */
.owl-carousel {
	margin-bottom: 50px;
}

.owl-carousel .item {
	margin: 0 10px;
}

.owl-carousel .item img {
	border: 5px solid #ccc;
	border-radius: 5px;
}

.owl-theme .owl-controls {
	margin-top: 25px;
	text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


/* =========================================
   7. Section Description                 
========================================= */
.description .app-image {
	max-width: 441px;
	margin: auto auto 50px;
}

.description .content h4 {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 100;
}

.description .content .button .get-btn {
	padding-right: 30px;
}

.description .content .button a {
	margin-right: 30px;
	margin-bottom: 30px;
	font-weight: 400;
}

.description .content .button i {
	margin-right: 15px;
}

.description .content p {
	margin-bottom: 70px;
	font-weight: 300;
	letter-spacing: 1px;
}

.description .button {
	margin-bottom: 20px;
}

.description-two .content p {
	margin-bottom: 40px;
	font-weight: 300;
	letter-spacing: 1px;
}

.description .content .list-item {
	list-style: none;
	margin: 0;
	padding: 0 0 35px 0;
}

.description .content .list-item li i {
	margin-right: 15px;
	color: #0099FF;
}

.description .content .list-item li {
	margin-bottom: 15px;
}

/* =========================================
   8. Section Testimonial                 
========================================= */
#testimonial {
	background: url(images/bg4.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}

.bg-testimonial {
	background-image: url(images/pattern5.png);
}

.testimonial .testimonial-slide {
	width: 70%;
	text-align: center;
	margin: auto auto 70px;
}

.testimonial .testimonial-slide .image {
	width: 100px;
	height: 100px;
	border: 2px solid #ccc;
	border-radius: 100%;
	overflow: hidden;
	margin: auto auto 50px;
}

.testimonial .testimonial-slide .content p {
	position: relative;
	padding: 0 50px;
	margin-bottom: 50px;
}

.testimonial .testimonial-slide .content p:before {
	position: absolute;
	content: "\f10d";
	font-family: FontAwesome, serif;
	font-size: 30px;
	top: 0;
	left: 0;
}

.testimonial .testimonial-slide .content p:after {
	position: absolute;
	content: "\f10e";
	font-family: FontAwesome, serif;
	font-size: 30px;
	bottom: 0;
	right: 0;
}

/* =========================================
   10. Section Price                 
========================================= */
.price .price-table {
	padding: 0 30px;
	position: relative;
	max-width: 360px;
	background-color: #fff;
	margin: 150px auto 80px;
	color: #222;
}

.price .header .underline {
	margin-bottom: 10px;
}

.price .price-list {
	text-align: center;
}

.price .price-list i {
	margin-right: 20px;
}

.price .price-list h2 {
	margin-top: 100px;
	margin-bottom: 30px;
	display: inline-block;
}

.price .price-list p {
	margin-bottom: 30px;
	text-align: left;
}

.price .price-list ul {
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: left;
}

.price .price-list ul li {
	list-style: none;
	margin-bottom: 15px;
}

.price .price-list ul li i {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	padding: 4px 0;
	font-size: 14px;
}

.price .price-list ul li i.fa-check {
	margin-right: 20px;
	border: 1px solid #0099FF;
	color: #0099FF;
}

.price .price-list ul li i.fa-times {
	margin-right: 20px;
	border: 1px solid #e74c3c;
	padding-right: 1px;
	color: #e74c3c;
}

.price .price-list .rate {
	background: #0099FF;
	color: #fff;
	font-size: 40px;
	text-align: center;
	padding: 60px 0;
	border-radius: 100%;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -75px;
	left: 50%;
	margin-left: -75px;
	font-weight: 700;
}

.price .price-list .download-apple {
	border: 1px solid transparent;
	left: 50%;
	margin-bottom: 10px;
}


.price .price-list .buy-now {
	border: 1px solid transparent;
	background: #0099FF;
	padding: 0 0;
	border-radius: 0;
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: -55px;
	margin-left: 0;
}

.price .featured-price .rate,
.price .featured-price .buy-now {
	background: #e74c3c;
}

/* =========================================
   13. Section Footer                 
========================================= */

.footer {
	text-align: center;
}

.footer .contact input {
	width: 100%;
	height: 50px;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 30px;
}

.footer h1 {
	margin-bottom: 60px;
}

.footer .contact textarea {
	width: 100%;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 10px;
	outline: 0;
	padding: 10px;
	border: 1px solid #ccc;
	min-height: 210px;
}

.footer .contact .contact-submit {
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 50px;
}

.footer .contact .contact-submit i {
	margin-right: 10px;
}

/* =========================================
   14. Section Copyright                 
========================================= */
.copyright {
	text-align: center;
	padding: 30px 0;
}

.copyright a {
	color: #A8A8A8;
}