/*
* Theme Name: VniApp onepage template
* File name: style.css
* Theme URL: http://www.kamric.com/aniapp/
* Description: VniApp Onepage teamplates.
* Author: Kamric
* Author URL: https://themeforest.net/user/kamric
* Version: 1.0
*/
/*---------------------------
	TABLE OF CONTENTS
	---------------------------
	
01.General & Basic Styles 
02.BG Color
03.BTN  
04.Testimonial
05.Twiitter Share 
06.Image Slide OWl
07.Image Parallax 
08.Background Roted 
09.Full wirth Video 
10.Demo Heading
11.Agency Services
12.Achivements
13.Banner text
14.Screen shots
15.App Services 
16.Awesome Features
17.Newsletter
18.Benefit
19.lightbox video
20.Navigation
21.Content right left
22.Section
23.About Us 
24.Portfolio
25.Tabile price
26.Pricing Table
27.Special Features 
28.Superb Benifit
29.Contact Us 
30.Blog
31.Pagination
32.Clints
33.Comments Area Blog
34.App
35.Particles
36.Footer
37.Preloader
38.Back to top
39.gallery
40.Bubble
41.Intro Section



/*------------------------------------------*/
/*	      /* 01.General & Basic Styles /*
/*------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,900,100,600,400,500,800);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface|Bungee+Inline|Fredericka+the+Great|Limelight|Lobster|Monoton);
body {
	font-family: 'Open+Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	width: 100% !important;
	height: 100% !important;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
#canvas {
	background: #000;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
a {
	color: #fff;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a:focus {
	color: #fff;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
clients-name .radius {
	border-radius: 50%;
}
img {
	max-width: 100%;
	height: auto;
}
#faq {
	padding: 80px 0 0 0;
}
/*------------------------------------------*/
/*	        /* 02.BG Color  /*
/*------------------------------------------*/

.light-bg {
	background: #f7f7f7;
}
.gray {
	color: #d9d9d9;
}
.light-gray {
	color: #333;
}
.white {
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 15px;
	line-height:25px;
}
.yellow {
	color:#ffa904;
	font-weight: 800;
	text-transform: uppercase;
}
.orange {
	color: #f45600!important;
	font-weight: 800;
	text-transform: uppercase;
}
.blue-pl {
	color: #1048be!important;
	font-weight: 800;
	text-transform: uppercase;
}
.blue {
	color: #0059cf!important;
	font-weight: 800;
	text-transform: uppercase;
}
.blue-l {
	color: #1fd9e6!important;
	font-weight: 400;
	text-transform: uppercase;
}
.green {
	color: #ffa211;
	font-weight: 600;
	text-transform: uppercase;
}
.black {
	color: #000;
}
.black-small {
	color: #000;
	font-size: 15px;
	line-height: 32px;
}
.dark {
	color: #f1f1f1;
}
.interface-img {
	text-align: center;
}
.centered {
	margin: 0 auto;
}
/*------------------------------------------*/
/*	       /* 03.BTN */
/*------------------------------------------*/

.btn-top {
	border-radius: 10px;
	background: #fff;
	color: #ffa211;
	font-size: 20px;
	font-weight: normal;
	padding: 20px 50px;
	margin-top: 25px;
	text-transform: uppercase;
}
.top-download {
	padding: 30px 0 30px 0;
	line-height: 28px;
}
.top-btn-text {
	font-size: 23px;
	text-transform: uppercase;
	color: #ffffff !important;
	line-height: 28px;
	padding-top: 10px;
}
.btn-download-black {
	font-weight: 600;
	display: inline-block;
	border: 1px solid #ffa211;
	padding: 20px 30px;
	background: #000;
	color: #ffffff;
	font-size: 15px;
	text-shadow: none;
	border-radius: 0px;
	text-decoration: none;
 -webkit-transition: all .6s ease 0s;
 transition: all .6s ease 0s;
	text-transform: uppercase;
	max-width: 100%;
	width: 210px;
	letter-spacing: 1px;
}
.btn-download-black:hover {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	display: inline-block;
}
.btn-small {
	border: 1px solid #c1c1c1;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0px;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	margin-top: 25px;
	padding: 10px 20px 10px 18px;
	transition: all 0.5s ease 0s;
	background: #fff;
}
.btn-small:hover {
	background: #ffa211;
	color: #333;
	text-decoration: none;
	border: 1px solid #ffa211;
}
.btn-download {
	display: inline-block;
	padding: 25px 30px;
	color: #000;
	font-size: 16px;
	text-shadow: none;
	border-radius: 0px;
	text-decoration: none;
 -webkit-transition: all .6s ease 0s;
 transition: all .6s ease 0s;
	margin: 15px 10px 0 0;
	text-transform: uppercase;
	max-width: 100%;
	width: 230px;
	font-weight: 600;
	background: #fff;
	box-shadow: 3px 6px 0px 0 #000;
	letter-spacing: 1px;
	border-radius: 50px;
	border: 1px solid #000;
}
.btn-download:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0px 6px 0px 0 #fff;
}
.btn-download i {
	color: #000!important;
	font-size: 22px!important;
}
.btn-download:hover i {
	color: #fff!important;
	font-size: 22px!important;
}
.btn-download:hover i {
	color: #333;
}
.btn-download:focus {
	color: #ffffff;
}
.btn-download-wt {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #f99800;
	border-radius: 0;
	box-shadow: 3px 6px 0 0 #f99800;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	max-width: 100%;
	padding: 15px 30px;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.6s ease 0s;
	width: 210px;
	letter-spacing: 1px
}
.btn-download-wt:hover {
	background-color: #ffa211;
	border: 1px solid #ffa211;
	color: #000;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0px 6px 0px 0 #000;
}
.btn-download-wt i {
	color: #fff!important;
	font-size: 22px!important;
}
.btn-download-wt:hover i {
	color: #000!important;
	font-size: 22px!important;
}
.btn-download-wt:hover i {
	color: #000;
}
.btn-download-wt:focus {
	color: #ffffff;
}
.btn-get {
	display: inline-block;
	padding: 25px 30px;
	border: 1px solid #000;
	color: #fff;
	font-size: 16px;
	text-shadow: none;
	border-radius: 0px;
	text-decoration: none;
 -webkit-transition: all .6s ease 0s;
 transition: all .6s ease 0s;
	margin: 15px 10px 0 0;
	text-transform: uppercase;
	max-width: 100%;
	width: 230px;
	font-weight: 600;
	background: #000;
	box-shadow: 3px 6px 0px 0 #fff;
	letter-spacing: 1px;
	border-radius: 50px;
}
.btn-get:hover {
	background: none;
	color: #000;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000;
	box-shadow: 0px 6px 0px 0 #fff;
}
.btn-get i {
	color: #fff;
 !important;
	font-size: 22px!important;
}
.btn-get:hover i {
	color: #000!important;
	font-size: 22px;
}
.btn-get:focus {
	color: #ffffff;
}
.btn-get-trs {
	display: inline-block;
	padding: 25px 30px;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	text-shadow: none;
	border-radius: 0px;
	text-decoration: none;
 -webkit-transition: all .6s ease 0s;
 transition: all .6s ease 0s;
	margin: 15px 10px 0 0;
	text-transform: uppercase;
	max-width: 100%;
	width: 230px;
	font-weight: 600;
	background:none;
	box-shadow: 3px 6px 0px 0 #fff;
	letter-spacing: 1px;
	border-radius: 50px;
}
.btn-get-trs:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000;
	box-shadow: 0px 6px 0px 0 #fff;
}
.btn-get-trs i {
	color: #000;
 !important;
	font-size: 22px!important;
}
.btn-get-trs:hover i {
	color: #000!important;
	font-size: 22px;
}
.btn-get-trs:focus {
	color: #ffffff;
}
.btn-download-send {
	display: inline-block;
	border: none;
	padding: 20px 30px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	text-shadow: none;
	text-decoration: none;
 -webkit-transition: all .6s ease 0s;
 transition: all .6s ease 0s;
	text-transform: uppercase;
	border-radius: 0px;
 max-width: 100#;
	width: 225px;
	margin-top: 22px;
	border-radius: 50px;
}
.btn-download-send:hover {
	background-color: #333;
	border: none;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.success i {
	font-size: 15px;
	color: #fff;
}
.btn-download-small i {
	color: #fff;
	font-size: 22px;
}
.btn-download-small:hover i {
	color: #333;
}
.btn-download-small {
	display: inline-block;
	border: 1px solid #ffa211;
	padding: 12px 30px;
	background: #ffa211;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	border-radius: 0px;
	text-decoration: none;
 -webkit-transition: all .6s ease 0s;
 transition: all .6s ease 0s;
	text-transform: uppercase;
	max-width: 100%;
	width: 190px;
	margin-top: 22px;
}
.btn-download-small:hover {
	background-color: transparent;
	border: 1px solid #ffa211;
	color: #333;
	text-decoration: none;
	display: inline-block;
}
.btn-download-small:focus {
	color: #ffffff;
}
.roll {
	background: #ffa211;
	padding: 15px;
}
.roll-t-1 {
	padding: 65px 0 65px 0;
	border: 10px double #ffffff;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-width:15px 15px 15px 15px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	margin:155px 0 0 0;
}
.roll-t-1 h1 {
	font-size: 37px;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
font-family: 'Abril Fatface', cursive;
font-weight: 600;
letter-spacing: 12px;
line-height: 55px;
}
.roll-t-1 h5 {
	font-size: 10px;
	letter-spacing: 10px;
}
.roll-t-1 p {
	font-size: 15px;
	letter-spacing: 3px;
}
.roll-t-2 {
	padding: 75px 0 75px 0;
	border: 8px solid #ffa211;
	border-width: 5px 0px 1px 0px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.roll-t-2 h1 {
	font-size: 45px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	font-family: 'Abril Fatface', cursive;
	font-weight: 600;
	letter-spacing: 20px;
	line-height: 75px;
}
.roll-t-2 h5 {
	font-size: 10px;
	letter-spacing: 10px;
}
.roll-t-2 p {
	font-size: 15px;
	letter-spacing: 3px;
}
.roll-t-3 {
	padding: 75px 0 75px 0;
	border: 8px solid #085495;
	border-width: 5px 0px 1px 0px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.roll-t-3 h1 {
	font-size: 45px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	font-family: 'Abril Fatface', cursive;
	font-weight: 600;
	letter-spacing: 20px;
	line-height: 75px;
}
.roll-t-3 h5 {
	font-size: 10px;
	letter-spacing: 10px;
}
.roll-t-3 p {
	font-size: 15px;
	letter-spacing: 3px;
}
.roll-t-4 {
	padding: 75px 0 75px 0;
	border: 8px solid #729508;
	border-width: 5px 0px 1px 0px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.roll-t-4 h1 {
	font-size: 45px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	font-family: 'Abril Fatface', cursive;
	font-weight: 600;
	letter-spacing: 20px;
	line-height: 75px;
}
.roll-t-4 h5 {
	font-size: 10px;
	letter-spacing: 10px;
}
.roll-t-4 p {
	font-size: 15px;
	letter-spacing: 3px;
}
/*------------------------------------------*/
/*	       /* 07.Image Parallax */
/*------------------------------------------*/

.low-back-gradient-p {
	position: relative;
}
.low-back-gradient-p:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #1fd9e6, #0079fc) repeat scroll 0 0;
	opacity: 0.96;
}
.low-back-gradient-b {
	position: relative;
}
.low-back-gradient-b:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #0079fc, #1fd9e6) repeat scroll 0 0;
	opacity: 0.95;
}
.low-back-gradient-g {
	position: relative;
}
.low-back-gradient-g:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ee580e, #ff0024) repeat scroll 0 0;
	opacity: 0.93;
}
.low-back-gradient-y {
	position: relative;
}
.low-back-gradient-y:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #140e94, #0e5bdb) repeat scroll 0 0;
	opacity: 0.65;
}
.low-back-gradient-o {
	position: relative;
}
.low-back-gradient-o:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ff8400, #ff3600) repeat scroll 0 0;
	opacity: 0.95;
}
.bg-app {
	background: url(../img/hero/app.jpg) no-repeat scroll center center / cover;
	background-size: cover;
}
.back-bg {
	background: rgba(0, 0, 0, 0) url("../img/hero/back_bg_x.jpg") no-repeat fixed center bottom / cover;
	display: table;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}
.back-bg-y {
	background: rgba(0, 0, 0, 0) url("../img/hero/back_bg_y.jpg") no-repeat fixed center bottom / cover;
	display: table;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}
.back-bg-b {
	background: rgba(0, 0, 0, 0) url("../img/hero/back_bg_b.jpg") no-repeat fixed center bottom / cover;
	display: table;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}
.hero {
	display: table;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}
.hero .hero-content.light-txt .hero-subtitle {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.hero .hero-content.light-txt h1, .hero .hero-content.light-txt h2 {
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.hero .hero-content.light-txt .button-bg {
	background: #fc575e none repeat scroll 0 0;
	border-color: #fc575e;
}
.hero .hero-content.light-txt .button-bg:hover {
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #333;
}
.hero .hero-content.light-txt .button {
	border: 1px solid #fff;
	color: #fff;
}
.hero .hero-content.light-txt .button:focus, .hero .hero-content.light-txt .button:hover {
	border-color: #fc575e;
}
.hero .hero-content {
	display: table-cell;
	transform: translateY(-2.1rem);
	vertical-align: middle;
}
.hero .hero-content h1, .hero .hero-content h2, .video-banner h1, .video-banner h2 {
	display: inline-block;
	line-height: 1.071;
	margin-bottom: 2rem;
	margin-top: 1rem;
	text-shadow: none;
}
.hero .hero-content h1, .video-banner h1 {
	font-size: 55px;
	font-weight: 200;
	color: #ffa211;
	letter-spacing: 3px;
	font-family: 'Bungee Inline', cursive;
	padding: 45px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	border: 0px solid #fff;
}
.hero .hero-content-i.light-txt .hero-subtitle {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.hero .hero-content-i.light-txt h1, .hero .hero-content.light-txt h2 {
	color: #ffa211;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.hero .hero-content-i.light-txt .button-bg {
	background: #fc575e none repeat scroll 0 0;
	border-color: #fc575e;
}
.hero .hero-content-i.light-txt .button-bg:hover {
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #333;
}
.hero .hero-content-i.light-txt .button {
	border: 1px solid #fff;
	color: #fff;
}
.hero .hero-content-i.light-txt .button:focus, .hero .hero-content.light-txt .button:hover {
	border-color: #fc575e;
}
.hero .hero-content-i {
	display: table-cell;
	transform: translateY(-2.1rem);
	vertical-align: middle;
}
.hero .hero-content-i h1, .hero .hero-content h2, .video-banner h1, .video-banner h2 {
	display: inline-block;
	line-height: 1.071;
	margin-bottom: 2rem;
	margin-top: 1rem;
	text-shadow: none;
}
.hero .hero-content-i h1, .video-banner h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
	font-family: 'Bungee Inline', cursive;
	border-bottom: 2px solid #ffa211;
	padding-bottom: 10px;
}
.hero .hero-content-ii.light-txt .hero-subtitle {
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.hero .hero-content-ii.light-txt h1, .hero .hero-content.light-txt h2 {
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	border: 1px solid #666;
	border-width: 2px 1px 1px 1px;
	border-color: #ffa211 #fff #ffa211 #fff;
}
.hero .hero-content-ii.light-txt .button-bg {
	background: #fc575e none repeat scroll 0 0;
	border-color: #fc575e;
}
.hero .hero-content-ii.light-txt .button-bg:hover {
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #333;
}
.hero .hero-content-ii.light-txt .button {
	border: 1px solid #fff;
	color: #fff;
}
.hero .hero-content-ii.light-txt .button:focus, .hero .hero-content.light-txt .button:hover {
	border-color: #fc575e;
}
.hero .hero-content-ii {
	display: table-cell;
	transform: translateY(-2.1rem);
	vertical-align: middle;
}
.hero .hero-content-ii h1, .hero .hero-content h2, .video-banner h1, .video-banner h2 {
	display: inline-block;
	line-height: 1.071;
	margin-bottom: 2rem;
	margin-top: 1rem;
	text-shadow: none;
}
.hero .hero-content-ii h1, .video-banner h1 {
	font-size: 45px;
	font-weight: 600;
	color: #ffa211;
	letter-spacing: 22px;
	font-family: 'Bungee Inline', cursive;
	padding: 45px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	border: 0px solid #fff;
	line-height: 65px;
	border-width: 2px 1px 2px 1px;
	border-color: #ffa211 #ff #fff #fff;
}
@media (max-width: 480px) {
 .hero .hero-content h1
} {
}
.hero .hero-content h2, .video-banner h2 {
	font-size: 4.4rem;
}
.hero .hero-content h5 {
	color: #fc575e;
	font-size: 2.3rem;
	letter-spacing: 0.3rem;
	line-height: 1.565;
	margin-bottom: 0;
}
.hero .hero-content .hero-subtitle {
	font-size: 12px;
	letter-spacing: 8px;
	line-height: 28px;
	margin-bottom: 2px;
	text-shadow: none;
}
.hero .hero-content .group-button {
	display: inline-block;
	margin-top: 30px;
}
.hero .hero-content .group-button a {
	margin: 0 10px;
}
@media (max-width: 380px) {
 .hero .hero-content .group-button a
} {
}
.hero .hero-content .button-bg {
	background: #fc575e none repeat scroll 0 0;
	border-color: #fc575e;
	color: #fff;
}
.hero .hero-content .button-bg:hover {
	background: #000 none repeat scroll 0 0;
	border-color: #000;
	color: #fff;
}
.hero .hero-content .button {
	border: 1px solid #000;
	border-radius: 40px;
	color: #000;
	font-size: 1.3rem;
	height: 6rem;
	letter-spacing: 0.25rem;
	line-height: 5.4rem;
	margin-top: 0.6rem;
	padding: 10px 30px;
	text-transform: uppercase;
}
@media (max-width: 480px) {
 .hero .hero-content .button
} {
}
.hero .hero-content .button:focus, .hero .hero-content .button:hover {
	border-color: #fc575e;
}
.hero-short-banner {
	height: 500px;
}
.hero-overlay {
	background: #111 none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.65;
	position: absolute;
	top: 0;
	width: 100%;
}
.hero-overlay-g {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ffa211, #ffa211) repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.85;
	position: absolute;
	top: 0;
	width: 100%;
}

/*------------------------------------------*/
/*	       /* 13.Banner text*/
/*------------------------------------------*/


.low-back-gradient-inner {
	position: relative;
}
.top-heading-inner {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
.low-back-gradient-inner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: 0.75
}
.bg-footer {
	background: url(../img/footer-bg.jpg) no-repeat scroll center center / cover;
	background-size: cover;
}
.bg-soon {
	background: url(../img/hero/soon.jpg) no-repeat scroll center center / cover;
	background-size: cover;
}
.video {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -999;
	padding: 0px;
	margin: 0px;
}
.text-con-video-b {
	color: #fff;
	padding: 100px 0 100px 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #0079fc, #1fd9e6) repeat scroll 0 0;
}
.text-con-video {
	color: #fff;
	padding: 100px 0 100px 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff5d04, #ffa904) repeat scroll 0 0;
}
.mobile {
	padding: 1px 0 0 0;
}
.femail {
	padding: 60px 0 0 0;
}
.text-con-i {
	color: #fff;
	padding: 160px 0 0 0;
}
.text-con-rain {
	color: #000;
	padding: 110px 0 0 0;
}
.lead-rain h1 {
	color: #000;
	font-size: 30px;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: normal;
	margin-top: 100px;
	text-transform: uppercase;
}
.lead-rain {
	font-size: inherit;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 70px;
}
.top-heading-rain {
	color: #000;
	font-size: 60px;
	font-weight: 100;
	text-transform: uppercase;
}
.text-con-err {
	color: #fff;
	padding: 190px 0 250px 0;
}
.lead {
	font-size: inherit;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 50px;
}
.lead h1 {
	color: #fff;
	font-size: 30px;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: normal;
	margin-top: 110px;
	text-transform: uppercase;
}
.lead-o {
	font-size: inherit;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 50px;
	text-align: left;
}
.lead-o h1 {
	color: #fff;
	font-size: 30px;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: normal;
	margin-top: 260px;
	text-transform: uppercase;
}
.lead-app {
	font-size: inherit;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 50px;
	text-align: left;
}
.lead-app h1 {
	color: #fff;
	font-size: 24px;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: normal;
	margin-top: 160px;
	text-transform: uppercase;
	padding: 45px;
	border: 20px double #ffffff;
	border-width: 2px 15px 2px 15px;
}
.lead-fprm h1 {
	color: #fff;
	font-size: 30px;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: normal;
	margin-top: 40px;
}
.top-heading {
	color: #fff;
	font-size: 35px;
	font-family: 'Abril Fatface', cursive;
	font-weight: 100;
	letter-spacing: 15px;
	margin-bottom: 20px;
}
.text-con-app {
	padding: 90px 0 90px;
}
.top-heading-i {
	color: #fff;
	font-size: 55px;
	font-weight:300;
	text-transform: uppercase;
	line-height: 80px;
	 
}
.top-heading-app {
	color: #fff;
	font-size: 55px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 80px;
}
.top-heading-soon {
	color: #fff;
	font-size:55px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0 25px 0;
	font-family: 'Raleway', sans-serif;
	letter-spacing:5px;
}
.top-heading-creative {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}
.lead-text {
	color: #dfdfdf;
	line-height: 25px;
}
.lead-controls {
	margin: -110px 0 0 80px;
}
.lead-controls-m {
	margin: 20px 0px 20px 0;
}
.video-about {
	padding: 190px 0 0 0;
}
.video-top {
	padding: 20px 0 0 0;
}
.lead-controls-i {
	margin-top: 0px;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	height: 600px;
}
.lead-laptop {
	margin-top: 20px;
	text-align: center;
}
.lead-controls a {
	margin-top: 20px;
	vertical-align: middle;
}
.play-home {
	font-size: 15px;
	display: inline-block;
}
.btn-lead {
	margin-right: 20px;
}
.play-home:hover {
	text-decoration: none;
}
.play-home .fa {
	padding: 1px;
	color: inherit;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 10px;
}
.content {
	position: relative;
	background-color: #fff;
}
.low-back {
	position: relative;
}
.low-back:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.low-blue {
	position: relative;
}
.low-blue:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 150, 189, 0.6);
}
.low-back-i {
	position: relative;
}
.low-back-i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
/*..................*/

.low-back-gradient-r {
	position: relative;
}
.low-back-gradient-r:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #ff4200, #f99800) repeat scroll 0 0;
	opacity: 0.93;
}
.low-back-gradient-i {
	position: relative;
}
.low-back-gradient-i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000 none repeat scroll 0 0;
	opacity: 0.65
}
/*................*/

.low-back-footer-w {
	position: relative;
}
.low-back-footer-w:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 255) linear-gradient(to top, #fff, #fff) repeat scroll 0 0;
	opacity: 0.85;
}
.low-back-footer-r {
	position: relative;
}
.low-back-footer-r:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to top, #000, #000) repeat scroll 0 0;
	opacity: 0.6;
}
.low-back-dark {
	position: relative;
}
.low-back-dark:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.low-back-up {
	position: relative;
	z-index: 1;
}
.mobile * {
	background-attachment: scroll!important;
}
.layout {
	overflow: hidden;
}
#features1 {
	padding: 70px 0 60px 0;
	background: #f1f1f1;
}
.column {
	margin-top: 10px;
}
.video-back {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 15;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.html-video {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.html-video:before {
	content: "";
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video-back-i {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 15;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.html-video-i {
	top: 0%;
	left: 0%;
	max-height: 650px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.html-video-i:before {
	content: "";
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #000, #000) repeat scroll 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}
.content-slide {
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 15;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.content-slide h2 {
	padding-top: 100px;
}
.video-back {
	position: absolute;
	top: 45%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 15;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.video-back h2 {
	padding-top: 130px;
}
.video-text h2 {
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.video-text h1 {
	color: #ffffff;
	font-size: 45px;
	font-family: 'Open+Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing:15px;
	font-weight:600;
}
.video-text p {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
}
video {
	min-width: 100%
}
#customizable {
	padding: 110px 0 110px 0;
	background: #f1f1f1;
}
#customizable-i {
	padding: 110px 0 110px 0;
	background: #f1f1f1;
}
/*------------------------------------------*/
/*	          /* 20.Navigation */
/*------------------------------------------*/

#nav {
	background: #fff;
	text-transform: uppercase;
}
.navbar-custom {
	background: #fff;
	color: #000;
}
.navbar-toggle {
	color: #000;
	font-size: 21px;
}
.navbar-brand {
	margin-top: 11px;
	background: url(../img/logo.png) no-repeat;
	width: 200px;
	height: 200px;
}
.navbar {
    border-radius: 4px;
	 margin-bottom:1px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: #0592f4;
}
.navbar-nav > li:hover > a, .navbar-nav > li > a:focus {
	color: #333;
	background: none;
}
.menu-b {
	color: #000;
	background: #000;
}
.navbar-nav > li > a {
	padding: 13px 12px;
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 600;
}
.navbar-nav > li.active > a {
}
.navbar-nav {
	margin: 15px 0 5px 0;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
	margin-left: -65px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 500px;
}
.dropdown-menu > li > a {
	line-height: 22px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
	text-align: left;
	width: 250px;
	font-family: 'Open Sans', sans-serif;
	padding: 12px 16px;
	text-transform: uppercase;
	color: #12212f;
}
.dropdown-menu > li > active-o a:hover {
	line-height: 38px;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	width: 250px;
	font-family: 'Open Sans', sans-serif;
	color:#F60;
	
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
	font-size: 14px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #f8001d;
	;
	color: #fff;
	font-size: 14px;
	width: 100%;
}
.button_Demo {
	max-width: 250px;
	margin: 0 auto;
}
.button_flat {
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 18px 0 0;
	padding: 5px 35px;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
	font-size: 12px;
	background: #75af00;
	letter-spacing: 1px;
}
.button_flat: hover {
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 8px 0 0;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
	font-size: 13px;
	background: #fff;
	letter-spacing: 1px;
}
.btn-blue {
	width: 150px;
	text-align: center;
	line-height: 24px;
	padding: 6px 15px;
	border-radius: 0px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	background: #3099ef;
	margin-top: 12px;
	letter-spacing: 1px;
	border-radius: 50px;
	border: 5px double #eee;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #0079fc, #1fd9e6) repeat scroll 0 0;
}
.btn-blue:hover {
	background: #0079fc;
	color: #fff;
	letter-spacing: 1px;
}
.btn-blue a:hover {
	color: #fff;
}
.btn-orange {
	width: 150px;
	text-align: center;
	line-height: 24px;
	padding: 6px 15px;
	border-radius: 0px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff4200, #ffa211) repeat scroll 0 0;
	margin-top: 12px;
	letter-spacing: 1px;
	border-radius: 50px;
	border: 5px double #eee;
}
.btn-orange:hover {
	background:#ef7d24;
	color: #000;
	letter-spacing: 1px;
}
.btn-blue a:hover {
	color: #fff;
}
.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}
/*END NAVBAR*/
/*------------------------------------------*/
/*	        /* 36.Footer */
/*------------------------------------------*/

footer {
	background-size: cover;
	background-position: 0 -5px;
}
footer h5 {
	color: #fff;
	margin: -5px 0 19px;
	text-transform: uppercase;
	font-size: 18px;
}
footer .main_footer {
	padding-bottom: 80px;
	padding-top: 80px;
	background: #202020;
}
footer .footer_logo p {
	color: #9fa7af;
	padding: 32px 50px 33px 0;
}
footer .footer_logo ul li {
	display: inline-block;
	margin-right: 3px;
}
footer .footer_logo ul li a {
	display: block;
	width: 55px;
	line-height: 55px;
	background: #ffa211;
	text-align: center;
	color: #fff;
	font-size: 22px;
}
footer .footer_logo ul li a:hover {
	display: block;
	width: 55px;
	line-height: 55px;
	background: #df0015;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
footer h5 {
	color: #fff;
	text-transform: uppercase;
	margin: -5px 0 19px 0;
}
footer .quick_links ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #9fa7af;
	line-height: 35px;
	font-size: 14px;
}
footer .quick_links ul li a:hover, footer .quick_links ul li a:focus {
	color: #ffa211;
}
footer .latest_tweets .single_tweet {
	margin: 29px 0 -5px 0;
}
footer .latest_tweets .single_tweet a {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #9fa7af;
	line-height: 26px;
	font-size: 14px;
	margin: 0px 62px 4px 0;
	display: block;
}
footer .latest_tweets .single_tweet span {
	font-size: 14px;
}
footer .subscribe_now {
	padding-left: 0;
}
footer .subscribe_now p {
	font-size: 14px;
	color: #9fa7af;
	margin: 26px 0 32px 0;
}
footer .subscribe_now form {
	position: relative;
	height: 55px;
	border-radius: 5px;
}
footer .subscribe_now form input {
	width: 100%;
	height: 100%;
	border: none;
	background: #fff;
	border-radius: 0px;
	font-style: italic;
	color: #333;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 56px;
	letter-spacing: 0.9px;
}
footer .subscribe_now form button {
	display: block;
	font-size: 18px;
	height: 100%;
	width: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background: #ffa211;
}
footer .subscribe_now form button:hover {
	display: block;
	font-size: 18px;
	height: 100%;
	width: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background: #333;
}
footer .bottom_footer {
	background: #1d282e;
}
footer .bottom_footer p {
	color: #9fa7af;
	font-size: 14px;
	text-align: center;
	line-height: 60px;
}
footer .bottom_footer p a {
	color: #00cbd8;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
nav#footer {
	background: #080808;
	color: #999999;
	padding: 65px 0 65px 0;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #202020;
}
nav#footer .fnav {
	vertical-align: middle;
	margin-top: 25px;
	margin-bottom: 50px;
}
.bottam-brand {
	font-size: 40px;
	margin-bottom: 35px;
}
ul.footer-social li {
	display: inline-block;
	margin-right: 10px;
}
nav#footer p {
	font-size: 15px;
	margin-top: 30px;
	padding: 20px 0 30px 0px;
	color: #999;
	font-weight: 200;
	border-top: 1px solid #494949;
}
#footer-love i.fa {
	height: 30px;
	width: 30px;
	font-size: 20px;
	padding: 18px 5px;
	color: #fff;
	transition: all 0.5s;
	width: 60px;
	height: 60px;
	border: 1px solid #ffa211;
	border-radius: 50%;
	background: #ffa211;
}
#footer i.fa {
	border: 1px solid #333;
	color: #000;
	font-size: 18px;
	height: 35px;
	padding: 8px 5px;
	transition: all 0.5s ease 0s;
	width: 120px;
	color: #ffa211;
}
.heart i.fa {
	font-size: 18px;
	color: red;
	transition: all 0.5s;
	border-radius: 10%;
}
.footer-bottom {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #0079fc, #1fd9e6) repeat scroll 0 0;
	padding: 91px 0 91px 0;
}
.footer-bottom-o {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffa904, #ff5d04) repeat scroll 0 0;
	padding: 91px 0 91px 0;
}
.f-b {
	color: #fff;
	text-align: center;
	padding: 10px;
	font-family: 'Open+Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#footer i.fa:hover {
	color: #333;
	background: #ffa211;
}
.social-media ul {
	margin-top: -121px;
}
.social-media ul li {
	display: inline-block;
	list-style: outside none none;
}
.social-media ul li a {
	border-radius: 1%;
	color: #fff;
	display: block;
	height: 55px;
	line-height: 50px;
	margin-left: 3px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	width: 55px;
	font-size: 22px;
	background: #fff;
	border: 4px solid #e1e1e1;
	color: #000;
}
.social-media ul li a:hover {
	background: #f1f1f1;
	color: #333;
	border: 4px solid #e1e1e1;
}
.copy-right-area {
	background: #333;
	padding:25px 0 25px 0;
	color:#fff;
}