/*-- ===============================================

- Description -

Product: 'Pixel - HTML5 App Landing Page'
Author: Mohammad Ahsan Habib
Date Created: January 23, 2017
Support: ahsanthemes@gmail.com

==================================================== --*/


/*-- == Table of contents =====================

( Example: Type 'ctrl+f' and then '1.example' to jump to the
 "example" section. Click 'find' if needed.)
 
1.reset css
2.header css
3.banner css
4.overview css
5.why_pixel css
6.starter css
7.layouts css
8.features css
9.screenshots css
10.subscribe css
11.feedback css
12.video css
13.pricing css
14.blog css
16.get_app css
17.footer css
18.Media Queries 

================================================== --*/


/*-- 1.reset css
======================================== --*/
body{
	font-family: 'Roboto', serif;
	margin: 0;
	position: relative;
}
p{
	font-size: 15px;
	line-height: 24px;
	color: #848484;
}
a{
	text-decoration: none!important;
}
.section_title{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.navbar-nav {
    clear: right!important;
}
.section_title .wt_mark{
	width: 100%;
	font-size: 60px;
	line-height: 1;
	color: #e7e7e7;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: 1;
}
.section_title h2{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	letter-spacing: 0.2px;
	z-index: 200;
	position: absolute;
	top: -20px;
	left: 0;
	margin-bottom: 20px;
}
.section_title h2 span{
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #009fe1;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	z-index: 100;
	margin-bottom: 15px;
	margin-top: 30px;
}
h3{
	font-size: 18px;
	line-height: 25px;
	color: #009fe1;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	font-weight: 700;
}
h2.title{
	font-size: 30px;
	line-height: 40px;
	color: #009fe1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.btn{
	font-size: 15px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 700;
	background: #f09d01;
	padding: 0 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #f09d01;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.btn:hover,
.btn:focus{
	background: #ffffff;
	color: #f09d01;
	border: 1px solid #f09d01;
}
.bg-white{
	background: #ffffff;
}
.bg-off{
	background: #f6f6f6;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: #00a6f1;
}
.hvr{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}
.hvr:before{
	content: '';
	position: absolute;
	border: #f09d01 solid 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.hvr:hover:before, 
.hvr:focus:before, 
.hvr:active:before {
	-webkit-animation-name: hvr;
	animation-name: hvr;
}

/*-- button hover effect --*/
@-webkit-keyframes hvr{
	100% {top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0;}
}
@keyframes hvr{
	100% { top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0;}
}

/*-- 2.header css
================================== --*/
.navbar-default{
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.20);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.20);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.20);
	box-shadow: 0 0 3px rgba(0,0,0,.20);
}
.navbar-default li{
	margin:  0 15px;
}
.navbar-brand{
	height: auto;
	padding: 13px 15px;
	line-height: 70px;
}
.navbar-default .navbar-nav li a,
footer li a{
	font-size: 14px;
	line-height: 40px;
	color: #999999;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
footer li a:hover,
footer li a:focus{
	color: #00c2fc;
	background-color: transparent; 
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
	color: #00c2fc;
	background-color: transparent;
}
.WebProduct-SubTitle{
	color: #777777;
}

/*-- 3.banner css
================================== --*/
.tp-caption.LandingPage-Title,
.LandingPage-Title{
	color:rgba(255,255,255,1.00);
	font-size:70px;
	line-height:80px;
	font-weight:900;
	font-style:normal;
	text-decoration:none;
	background-color:transparent;
	border-color:transparent;
	border-style:none;
	border-width:0;
	letter-spacing:10px;
}
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle{
	color:rgba(255,255,255,1.00);
	font-size:24px;
	line-height:36px;
	font-weight:400;
	text-decoration:none;
	background-color:transparent;
	border-color:transparent;
	border-style:none;
	border-width:0;
	border-radius:0;
}
.rev_slider .btn{
	background-color: rgba(255,255,255,1);
	border: 2px solid #ffffff;
	font-size: 16px;
	line-height: 60px;
	color: #00c2fc;
	letter-spacing: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.rev_slider .btn:hover{
	background-color: rgba(255,255,255,0)!important;
	color: #ffffff!important;
}

/*-- 4.overview css
================================== --*/
.overview .icon{
	width: 100px;
	height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #f09d01;
}
.overview .icon i{
	font-size: 46px;
	line-height: 100px;
	color: #ffffff;
}
.overview .content:hover .hvr:before {
	-webkit-animation-name: hvr;
	animation-name: hvr;
}

/*-- 5.why_pixel css
================================== --*/
.why_pixel .content h3{
	position: relative;
}
.why_pixel .content h3::after{
	content: url(../images/arrow.png);
	position: absolute;
	left: 105%;
	top: 1px;
	z-index: 5;
}
.why_pixel .content.pl-70 h3::after{
	left: auto;
	right: 105%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.why_pixel .content.pl-20 h3::after{
	left: auto;
	right: 105%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*-- 6.starter css
================================== --*/
.starter h4{
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
}
.starter p{
	color: #ffffff;
}

/*-- 7.layouts css
================================== --*/
.layouts{
	border-bottom: 1px solid #e1e1e1;
}
.layouts p{
	max-width: 900px;
	margin: 0 auto 30px;
}

/*-- 8.features css
================================== --*/
.features{
	padding: 150px 0 0;
}
.features i{
	font-size: 36px;
	line-height: 36px;
	color: #009fe1;
}
.mw-270{
	max-width: 270px;
}
.features .list-inline i{
	font-size: 30px;
	padding: 5px;
}

/*-- 9.screenshots css
================================== --*/
.screenshots .kc-item img{
	width: 100%;
	height: 100%;
	left: 0;
	position:absolute;
	cursor: pointer;
}
.screenshots .hvr-shutter-in-horizontal{
	background-color: #555555!important;
	margin: 30px 0 20px;
	color: #eaad13!important;
}
.screenshots .hvr-shutter-in-horizontal::before{
	background-color: #ffffff!important;
}
.screenshots .kc-wrap{
	padding-bottom: 40%;
}
.screenshots p{
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

/*-- 10.subscribe css
================================== --*/
.subscribe h3{
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	font-weight: 700;
}
.subscribe .form-control{
	width: 100%;
	max-width: 570px;
	height: 50px;
	padding: 0 20px;
	background: #ffffff;
	color: #999999;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

/*-- 11.feedback css
================================== --*/

.feedback img{
	max-width: 100px;
}
.feedback p{
	max-width: 840px;
	margin: 0 auto 30px;
}
.feedback .item h4{
	font-size: 16px;
	line-height: 1.5;
	color: #363636;
	font-weight: 700;
}

/*-- 12.video css
================================== --*/
.video{
	background: url(../images/app_bg.jpg) center top no-repeat;
	background-size: cover;
}
.video .overlay{
	height: 100%;
	padding: 200px 0;
}
.video h2{
	font-size: 36px;
	line-height: 1.5;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}
.video .fa{
	font-size: 50px;
	line-height: 100px;
	width: 100px;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	padding-left: 10px;
}

/*-- 13.pricing css
================================== --*/
.pricing ul{
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.16);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.16);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,.16);
	box-shadow: 0 5px 10px rgba(0,0,0,.16);
	overflow: hidden;
	margin-bottom: 30px;
}
.pricing.recommend{
	-webkit-box-shadow: 0 10px 50px rgba(0,0,0,.25);
	-moz-box-shadow: 0 10px 50px rgba(0,0,0,.25);
	-ms-box-shadow: 0 10px 50px rgba(0,0,0,.25);
	box-shadow: 0 10px 50px rgba(0,0,0,.25);
}
.pricing ul:hover{
	-webkit-box-shadow: 0 10px 50px rgba(0,0,0,.25);
	-moz-box-shadow: 0 10px 50px rgba(0,0,0,.25);
	-ms-box-shadow: 0 10px 50px rgba(0,0,0,.25);
	box-shadow: 0 10px 50px rgba(0,0,0,.25);
}
.pricing li{
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 0;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 1px;
}
.pricing .heading{
	font-size: 16px;
	background: #00a6f1;
	padding: 20px 0;
	color: #ffffff;
	font-weight: 700;
	position: relative;
}
.pricing.recommend .heading::after{
	content: " recommended ";
	background: #ffffff;
	font-size: 10px;
	line-height: 40px;
	color: #3fb200;
	padding: 0 40px;
	position: absolute;
	left: -48px;
	top: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.pricing .price{
	padding: 25px 0;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}
.pricing .price span{
	font-size: 36px;
	line-height: 1;
	color: #00a6f1;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.pricing .btn{
	line-height: 40px;
	margin: 15px 0;
	padding: 0 30px;
}

/*-- 14.blog css
================================== --*/
.blog .item{
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
}
.blog .content{
	padding-top: 0;
}
.blog h3 a{
	font-size: 16px;
	font-weight: 700;
	color: #00a6f1;
}
.blog h6{
	font-size: 11px;
	line-height: 1;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog h6 a{
	font-size: 11px;
	color: #999999;
	border-left: 2px solid #cccccc;
}
.blog p{
	font-size: 13px;
}
.blog a{
	font-size: 13px;
	color: #00a6f1;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.blog a i{
	vertical-align: middle;
}
.blog a:hover{
	color: #777777;
}
.blog .owl-theme .owl-nav{
	position: absolute;
	top: -65px;
	right: 0;
}
.blog .owl-theme .owl-nav [class*="owl-"]{
	background: #00a6f1;
	border-radius: 0;
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
	margin: 1px;
}

/*-- 15.contact css
======================================== --*/
.quform-outer{
	max-width: 350px;
	width: 100%;
	background: #363636;
	position: fixed;
	top: 150px;
	right: -350px;
	z-index: 9999;
}
.quform-inner{
	position: relative;
}
.msg_icon{
	width: 100px;
	height: 50px;
	background: #363636;
	position: absolute;
	left: -50px;
	top: 30%;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-transform: rotate(-90deg) translateY(-50%);
	-moz-transform: rotate(-90deg) translateY(-50%);
	-ms-transform: rotate(-90deg) translateY(-50%);
	transform: rotate(-90deg) translateY(-50%);
}
.msg_icon .floating{
	display: block;
	cursor: pointer;
}
.msg_icon i{
	color: #00c2fc;
	font-size: 24px;
	line-height: 50px;
}
.expand{
	right: 0;
}
.quform-outer .form-control{
	width: 100%!important;
	padding: 0 20px;
	height: 50px;
	margin-bottom: 15px;
	box-shadow: none;
}
.quform-outer textarea.form-control{
	padding: 13px 20px;
}
.quform-outer .form-control:hover,
.quform-outer .form-control:focus{
	border-color: #009fe1;
}
label{
	color: #363636;
}
.quform-submit-inner{
	float: none;
}
.quform-outer .btn{
	width: 180px;
}
.quform-errors > .quform-error, 
.quform-outer-no-js .quform-error{
	background: #ffffff url('../images/info.png') 6px center no-repeat;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 25px;
	font-size: 14px;
	color: #00c2fc;
}

/*-- 16.get_app css
================================== --*/
.get_app{
	padding: 80px 0;
}
.get_app h2{
	font-size: 36px;
	line-height: 1;
	color: #00c2fc;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.get_app p{
	max-width: 800px;
	margin: 0 auto 30px;
}
.get_app a img:hover{
	opacity: .7;
}

/*-- 17.footer css
======================================== --*/
footer{
	background: #252525;
}
footer img{
	max-width: 200px!important;
}
footer .list-inline{
	margin: 30px 0;
}
footer ul li{
	padding: 0!important;
	margin: 0 10px;
}
footer li a{
	line-height: 30px;
	color: #555555;
}
footer li.social{
	display: block;
	padding: 0;
}
footer .social ul{
	margin: 20px auto;
}
footer li.social a .fa{
	width: 30px;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #363636;
}



/*-- 18.Media Queries
======================================== --*/

@media screen and (max-width: 1200px) {
	.navbar-default li{
		margin: 0 10px;
	}
	.why_pixel .content{
		padding-top: 10px;
	}
	.why_pixel .content.text-right{
		padding-right: 30px;
	}
	.why_pixel .content.text-left{
		padding-left: 30px;
	}
	.why_pixel .content p{
		line-height: 25px;
	}
}

@media screen and (max-width: 991px) {
	.container-fluid{
		padding: 0 30px;
	}
	.why_pixel .content{
		padding: 0 15px;
	}
	.why_pixel .content h3::after{
		display: none;
	}
	.navbar-default li{
		margin: 0 8px;
	}
	.navbar-default .navbar-nav li a{
		font-size: 11px;
		letter-spacing: 0;
	}
	.features .row{
		margin-bottom: 20px;
	}
	.features [class*="col-"]{
		padding: 0 20px;
	}
	.features img{
		margin-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	*{
		text-align: center;
	}
	.pull-right{
		float: none!important;
		margin: 0 auto;
	}
	.container-fluid{
		padding: 0 15px;
	}
	h2{
		font-size: 24px!important;
		line-height: 1.2!important;
	}
	.section_title h2{
		font-size: 18px!important;
		line-height: 26px!important;
	}
	.section_title h2 span{
		font-size: 24px;
	}
	.section_title .wt_mark{
		font-size: 40px;
		top: 0;
	}
	.navbar-toggle{
		margin: 32px 15px 16px 0;
		background: #00c2fc;
		border: none;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background: #ffffff;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		background: #0393be;
	}
	.navbar-default .navbar-nav li a{
		line-height: 40px;
	}
	.why_pixel .content{
		padding: 0!important;
		text-align: center;
	}
	.grad{
		text-align: center;
	}
	.subscribe .form-control{
		max-width: 100%;
	}
	.features .pt-70{
		padding-top: 0;
	}
	.quform-outer{
		position: static;
		max-width: 100%;
		padding: 30px 15px;
	}
	.quform-inner{
		padding: 0;
	}
	.msg_icon{
		display: none;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	/* Button is larger for easy clicking on small devices. */
	.ptb-100 {
    padding-bottom: 50px;
    padding-top: 25px;
	}
	
.pb-160 {
    padding-bottom: 330px;
}
	
	.ptb-100-70{
	padding-top: 40px;
	padding-bottom: 25px;
	}

	.pt-100 {
    padding-top: 30px;
}
	
	.pb-70 {
    padding-bottom: 180px;
}
	
	.mb-50 {
    margin-bottom: 20px;
}
	
	.pb-120 {
    padding-bottom: 180px;
}
	
	.pb-60 {
    padding-bottom: 100px;
}
	
	.mt-20 {
    margin-top: 210px;

}
	.navbar-toggle{
		display: none;
}
	
	.navbar-brand {
    height: auto;
    line-height: 0px;
    padding: 13px 15px;
	float: none;
}
	.slide-100-layer-8 {
	display: none;

	}
}

/*-- ============== End of css ============== --*/

ol, ul {
    list-style-type: circle;
	color: #848484;
    font-size: 15px;
    line-height: 24px;
	margin-left: 16px;
}


 h3 {
	margin-top: 0px;
}
 h5 {
	margin-top: 0px;
	text-align: center;
	color: #009fe1;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 25px;
    text-transform: uppercase;
}


.phone{
	float: right;
	text-align: right;
}

.phone-text{
	color: #f09d01;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
	margin: 10px 0;
}

.col-sm-22 {
}

@media (min-width: 768px) {
    .col-sm-22 {
        width: 100%;
        float: none;
    }
}

@media (min-width: 992px) {
    .col-sm-22 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-sm-22 {
        width: 20%;
        float: left;
    }
}

