/* ================================= CSS Structure =================================
1. GLOBAL STYLES	
	- Page Loader Styles
	- Overlay Styles

2. HEADER SECTION	
	- Sticky Container
	- Logo Styles
	- Navigation
	
3. SLIDER SECTION
4. WELCOME SECTION	
5. FEATURES SECTION
5. ADDITIONAL SECTION
6. PRICING TABLE SECTION
7. SCREENSHOTS SECTION
8. OUR ACHIEVEMENT SECTION
9. VIDEO SECTION
10. HOW IT WORKS SECTION
11. TESTIMONIALS SECTION
12. TEAM SECTION
13. NEWS SECTION
14. SKILL SECTION
15. CLIENT SECTION
16. TWITTER FEED
17. SUBSCRIBE SECTION
18. CONTACT US SECTION
19. DOWNLOAD NOW
20. FOOTER SECTION
	- Social Media
	- Copyrights
20. PAGES
	- Blog
		- Blog Right Part Sidebar
		- Blog Single Page
		- Blog Single Contact Form
		- Blog Grid
		- Blog Timeline
	- PORTFOLIO
	- FAQ
	- Shortcodes
=========================================================================== */

/* =========================== GLOBAL STYLES ============================== */
body {
	color:#000000;
	font-size:15px;
	font-weight:300;
	padding:0;
	line-height:1.5;
	font-family:'Roboto',sans-serif;
	-webkit-font-smoothing:antialiased !important;
	background:#ffffff;
	overflow-x:hidden;
}
a,a:hover,a:focus {
	color: #ccc;
}
a,a:hover,a:focus,.btn:focus {
	text-decoration:none;
	outline:none;
}
img {
	max-width:100%;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.container {
	max-width:1260px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
}
.no-padding {
	padding:0;
}
.uppercase {
	text-transform:uppercase;
}
.capitalize {
	text-transform:capitalize;
}
.bold {
	font-weight:700;
}
.normal {
	font-weight:normal;
}
.italic {
	font-style:italic;
}
.animated {
	visibility:hidden;
}
.visible {
	visibility:visible;
}
.clear {
	clear:both;
}
.unlist li {
	list-style:none;
}
p {
	line-height: 2;
}
/* ------------- Purchase Now ------------- */
.purchase-button {
	background-color:#000000;
	padding:35px 0px;
}
.purchase-button .slide-btn {
	background-color:#f4a62a;
	font-weight:400;
	margin:0 20px;
	padding:15px 0;
	width:300px;
	max-width:100%;
	display:block;
}
.purchase-button h2 {
	margin:10px 0px;
	font-weight:400;
	text-align:right;
}
.purchase-button .slide-btn i {
	margin-right:15px;
	font-size: 25px;
}
/* ------------- Page Loader Styles ------------- */
#pageloader {
	background-color:#FFFFFF;
	height:100%;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
.loader-item {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:3px solid rgba(0,0,0,0) !important;
	border-left:3px solid;
	border-radius:200px;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
	-o-border-radius:200px;
	-ms-border-radius:200px;
	border-right:3px solid;
	border-top:3px solid;
	height:40px;
	left:50%;
	margin:-20px 0 0 -20px;
	position:absolute;
	text-align:center;
	top:50%;
	width:40px;
}
.loader-item h2 {
	color:#CCCCCC;
	font-size:20px;
	margin:0 auto;
}
.colored-border {
	border-color: #88E7FF;
}
/* ------------- Overlay Styles ------------- */
.overlay {
	display:block;
	position:absolute;
	z-index:20;
	background:rgba(0,0,0,0.75);
	overflow:hidden;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
a.close-overlay {
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	width:45px;
	height:45px;
	font-size:20px;
	font-weight:700;
	color:#fff;
	line-height:45px;
	text-align:center;
	cursor:pointer;
}
a.close-overlay.hidden {
		display:none;
}
a.expand {
	display:block;
	position:absolute;
	z-index:100;
	width:60px;
	height:60px;
	border:solid 2px #fff;
	text-align:center;
	color:#fff;
	line-height:55px;
	font-weight:700;
	font-size:25px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	border-radius: 30px;
}
/* Products Hover Effect */
.effect2 .overlay {
	top:0;
	left:0;
	right:0;
	width:100%;
	height:0;
}
.effect2 .overlay a.expand {
	left:0;
	right:0;
	top:50%;
	margin:-30px auto 0 auto;
}
.effect2 .img.hover .overlay {
		height: 100%;
}
/* Portfolio Hover Effect */
.effect5 .overlay {
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
}
.effect5 .overlay a.expand {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:100%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.effect5 .img.hover .overlay {
		opacity:1;
}
.effect5 .img.hover .overlay a.expand {
	width:60px;
	height:60px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	border-radius: 30px;
}
/* Blog Hover Effect */
.effect6 .overlay {
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
}
.effect6 .overlay a.expand {
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	opacity:0;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.effect6 .img.hover .overlay {
		opacity:1;
}
.effect6 .img.hover .overlay a.expand {
	top:50%;
	margin-top:-30px;
	opacity: 1;
}
.bg-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	/* browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7c000000',endColorstr='#7c000000');
	/* IE */
}
.bg-overlay.pattern {
	background:url(../images/pattern.png);
	filter:progid: DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7c000000',endColorstr='#7c000000');
	/* IE */
}
/* =========================== HEADER SECTION ============================== */
#home header {
	background-image:url(../images/bg/header-bg.jpg);
	 background-attachment:fixed !important;
	 background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-position:0 0;
	background-repeat:repeat;
	position:relative;
	min-height:650px;
}
.title {
	font-family:'Raleway',sans-serif;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
}
.title h2 {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	display:inline-block;
	font-weight:700;
	font-size:33px;
}
.title span {
	font-weight:900;
}
.title h2:before {
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	position:absolute;
	margin-top:53px;
}
.title:before {
	content:"";
	width:100px;
	height:1px;
	position:absolute;
	margin-top:76px;
	margin-left:auto;
	margin-right:auto;
}
.desc {
	font-size:18px;
	font-weight:300;
	padding:10px 0px 30px 0;
	color:#777777;
	line-height: 1.8;
}
/* ------------- Logo Styles ------------- */
a.navbar-brand {
	font-family:'Roboto';
	font-size:26px;
	font-style:normal;
	font-weight:300;
	color:#FFFFFF;
	text-transform:uppercase;
}
.logo-letter {
	font-weight: 700;
}
/* ------------- Sticky Container ------------- */
header .sticky-wrapper.is-sticky .navbar,#pages header .sticky-wrapper .navbar {
	z-index:1001;
	background-image:url(../images/pattern.png);
	background-color:rgba(0,0,0,.7);
}
header .dropdown-menu {
	background-image:url(../images/pattern.png);
	background-color:rgba(0,0,0,.7);
}
header ul.dropdown-menu {
	margin-top:20px;
	border:0;
}
header .dropdown i {
	font-size:18px;
	margin:0 0px 0 5px;
	vertical-align: middle;
}
header .navbar-collapse.collapse.in{
	background-image:url(../images/pattern.png);
	background-color:rgba(0,0,0,.7);
}

/* ------------- Navigation ------------- */
header .navbar {
	margin:0;
	padding:20px 0;
}
header .is-sticky .navbar {
	margin:0;
	padding:0px 0;
}
header .navbar-fixed-top {
	border:none;
}
.navbar ul.nav a {
	font-family:'Roboto';
	font-size:14px;
	font-weight:700;
	font-style:normal;
	color:#FFFFFF;
	text-transform:uppercase;
}
header .navbar-nav>li>a {
	padding:0px 15px;
	line-height:70px;
}
.navbar ul.nav a:hover,.navbar ul.nav a:focus {
	background:none !important;
}
.navbar-toggle {
	background-color:#000000;
}
.navbar-toggle .icon-bar {
	background-color:#FFFFFF;
}
.navbar .dropdown a {
	background:none !important;
}
.navbar .dropdown-menu a {
	padding:7px 15px;
}
.navbar-nav i {
	font-size: 20px;
}
/* =========================== SLIDER SECTION ============================== */
.intro-text {
	color:#ffffff;
}
.intro-text h1 {
	font-size:50px;
	font-weight:900;
	padding-top:100px;
	line-height:1.2;
	text-transform:uppercase;
}
.large_white_bold {
	font-size:35px;
	font-weight:500;
}
.medium_white_light {
	font-size:18px;
}
.slide-btn {
	font-family:'Roboto';
	font-size:18px;
	color:#FFFFFF;
	padding:12px 28px;
	margin:10px 3px;
	font-weight:normal;
	background:transparent;
	border:1px solid #ffffff;
	position:relative;
	transition:all 0.4s ease-in 0s;
	-moz-transition:all 0.4s ease-in 0s;
	-webkit-transition:all 0.4s ease-in 0s;
	-o-transition:all 0.4s ease-in 0s;
	-ms-transition:all 0.4s ease-in 0s;
		animation:point-down 0.5s alternate infinite;
	-o-animation:point-down 0.5s alternate infinite;
	-moz-animation:point-down 0.5s alternate infinite;
	-webkit-animation:point-down 0.5s alternate infinite;
}
.slide-btn a {
	color:#FFFFFF;
}
.slide-btn i {
	padding-left:6px;
}
.slide-btn:hover,.slide-btn:focus {
	background:#FFFFFF;
	border:1px solid #ffffff;
}
.slide-btn:hover a,.slide-btn a:hover {
	color:#000000;
}
.app-icons {
	display:block;
	margin:20px;
}
.app-icons i {
	font-size:35px;
	color:#ffffff;
	margin:4px;
}
.app-icons i:hover {
	transform:rotateX(360deg);
	-ms-transform:rotateX(360deg);
	-webkit-transform:rotateX(360deg);
	color: #000000;
}
/*===============Mobile Screen Slider======================*/
#mobileslider {
	margin:30px auto;
	width:320px;
}
.mobile-img {
	text-align:center;
}
#mobileslider .owl-buttons {
	height:100%;
}
#mobileslider.owl-theme .owl-controls .owl-buttons div {
	top:40%;
}
#mobileslider.owl-theme .owl-controls .owl-buttons .owl-prev:before {
	font-family:Flaticon;
	content:"\e0bb"!important;
	left:30px;
	font-size:60px;
	color:#ffffff;
}
#mobileslider.owl-theme .owl-controls .owl-buttons .owl-prev {
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
#mobileslider.owl-theme .owl-controls .owl-buttons .owl-next:before {
	font-family:Flaticon;
	content:"\e0bb" !important;
	left:33px;
	font-size:60px;
	color: #ffffff;
}
/* =========================== WELCOME SECTION ============================== */
.welcome-section {
	position:relative;
}
.welcome-section li {
	clear:both;
	padding-bottom:30px;
	color:#777777;
	text-align:right;
}
.welcome-section i {
	background-image:url(../images/pattern.png);
	background-color:rgba(0,0,0,.5);
	padding:25px;
	border-radius:50%;
	color:#ffffff;
	margin-bottom:30px;
}
.container.welcome-inner {
	padding-top:60px;
}
.welcome-section ul {
	margin-top:80px;
	padding-left:0px;
}
.welcome-content h5 {
	font-size:16px;
	color:#333333;
	text-transform: uppercase;
}
/* =========================== FEATURES SECTION ============================== */
#features {
	background:#FFFFFF;
	color:#000;
}
.features-section {
		position:relative;
}
.container.features-inner {
	padding-top:60px;
	padding-bottom:0px;
}
.features-section .title,.features-section h3 {
	color:#000;
}
.features-content h5 {
	font-size:16px;
	color:#000;
	text-transform:uppercase;
}
.features-list {
	padding:10px 40px;
}
.features-list-left {
	text-align:left;
}
.features-list-right {
	text-align:left;
}
.features-list li {
	list-style:none;
	padding:20px 0;
	line-height:2;
	font-size:15px;
	font-weight:300;
	position:relative;
}
.features-list li i {
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
		background-color:rgba(0,0,0,.5);
	border-color:rgba(0,0,0,.5);
	width:90px;
	height:90px;
	margin:20px auto;
	line-height:90px;
		-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transform:all 0.5s ease;
	-o-transform:all 0.5s ease;
	transition:all 0.5s ease;
	text-align:center;
	position:absolute;
	top:10px;
}
.features-list li:hover>i {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transform:all 0.5s ease;
	-o-transform:all 0.5s ease;
	transition:all 0.5s ease;
	color:#ffffff;
}
.features-list-left li i {
	left:0px
}
.features-list-right li i {
	right:0px;
}
.features-list-left .features-content {
	margin-left:110px;
}
.features-list-right .features-content {
	margin-right:110px;
}
.app-image {
	text-align:center;
	margin:0px auto;
	z-index: 1;
}
/* =========================== ADDITIONAL SECTION ============================== */
#additional {
	background-color: #fff;
	color:#000;
}
.additional-section {
	position:relative;
}
.circle-bg {
	position:absolute;
	width:80px;
	height:80px;
	background-color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	top:5px;
	left:0px;
	right:0px;
	margin:auto;
	text-align:center;
	font-size:20px;
	padding-top:5px;
	font-weight:700;
	z-index:-1;
	border-top:1px solid #d9e2e9;
}
.additional-title {
	z-index:100;
}
.container.additional-inner {
	padding-top:60px;
	padding-bottom:70px;
}
.additional-section .title {
	color:#000;
}
.additional-section h5 {
	padding:0px 10px 5px 0;
		font-size:18px;
	color:#000;
	text-transform:uppercase;
}
.additional-features {
	position:relative;
	color:#FFFFFF;
	line-height:2;
	text-align:center;
}
.additional-features i {
	width:80px;
	height:80px;
	line-height:80px;
	color:#ffffff;
	font-size:40px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
.additional-features:hover>i {
	transform:rotate( 360deg);
	-moz-transform:rotate( 360deg);
	-webkit-transform:rotate( 360deg);
	-o-transform:rotate( 360deg);
	-ms-transform:rotate( 360deg);
}
.additional-content {
	text-align: justify;
	padding:15px 30px;
	margin-bottom:30px;
	color: #000;
}
.additional-content a, .additional-content a:hover, .additional-content a:focus {
	color: #888;
}
.additional-feature-image {
	z-index:1;
	text-align:center;
}
.features-border-top {
	border-top:1px solid;
	margin-top:40px;
}
.features-border-top .col-md-3 {
	margin-top:-40px;
}
.features-border-top .col-md-3:after {
	content:"";
	position:absolute;
	top:40px;
	left:0;
	height:40%;
	width:1px;
}
.features-border-top .right-border:before {
	content:"";
	position:absolute;
	top:40px;
	right:0;
	height:40%;
	width: 1px;
}
/* =========================== PRICING TABLE SECTION ============================== */
.price-table {
	background-color:#FFFFFF;
	border-bottom:2px solid #dce0e3;
}
.container.pricing-inner {
	padding-top:60px;
	padding-bottom:90px;
}
.price-table .desc {
		color:#777777;
}
.price-table .table-row {
	margin-top:50px;
}
.pricing-box {
	background-color:rgba(0,0,0,.005);
	border:1px solid #e4e9ee;
	border-radius:5px;
	margin-bottom:10px;
}
.pricing-title i {
	border-bottom:1px solid #000000;
	margin-bottom:5px;
	padding-bottom:5px;
}
.price-table h3 {
	font-size:26px;
	padding:30px 20px;
	font-weight:800;
	margin:0px;
	border-radius:5px 5px 0 0;
	color:#000000;
	text-transform:uppercase;
	background-color:rgba(0,0,0,.05);
}
.pricing-title.highlight h3 {
	background-image:none;
	color:#ffffff;
}
.pricing-title.highlight i {
	border-bottom:1px solid #ffffff;
}
.pricing-box ul {
	padding-left:30px;
	padding-right:30px;
	margin-bottom:0px;
}
.pricing-box li {
	list-style-type:none;
	padding:15px;
	color:#7a838a;
	font-size:14px;
		border-top:1px solid rgba(0,0,0,.05);
}
.pricing-box .price {
	padding:16px 0px;
	font-size:36px;
}
.pricing-box .price h6 {
	display:inline-block;
	font-size:55px;
	font-weight:900;
}
.pricing-box .price span {
	font-size:13px;
	font-weight:normal;
}
.pricing-more {
	padding:15px 5px;
	text-align:center;
	border-radius:0 0 5px 5px;
	background-color:rgba(0,0,0,.05);
}
.pricing-more i {
	font-size:28px;
}
.pricing-more a {
	padding:10px 5px;
		color:#000000;
	display:block;
	text-transform:uppercase;
	font-weight: 700;
}
/* =========================== SCREENSHOTS SECTION ============================== */
#screenshots {
	background-image:url(../images/bg/screens-bg.jpg);
	 background-attachment:fixed;
	 background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-repeat:repeat;
	color:#ffffff;
	text-align:center;
}
.screenshots {
	position:relative;
}
.screenshots .title {
	color:#FFFFFF;
}
.screenshots-inner {
	padding-top:60px;
	padding-bottom:90px;
}
.screen-img {
	margin:25px;
	text-align:center;
	background-color:rgba(0,0,0,.2);
		border-radius:5px;
}
.screen-img:hover {
	background-color:rgba(0,0,0,.8);
}
.screen-img img {
	border-radius:5px;
	border:10px solid rgba(0,0,0,.3);
}
.screen-img:hover img {
	opacity:.2;
}
.owl-carousel .owl-item {
	cursor:pointer;
	float:left;
}
.screen-img .overlay {
	background: none;
}
/* =========================== OUR ACHIEVEMENT SECTION ============================== */
#counting {
	background:#FFFFFF;
}
.container.counting-inner {
	padding-top:60px;
	padding-bottom:70px;
}
.counting h3 {
	margin:0 auto;
	color:#333333;
	padding:5px 0px;
	font-weight:700;
	text-transform:uppercase;
		font-size:18px;
}
.counting-box i {
	color:#ffffff;
	width:110px;
	height:110px;
	line-height:110px;
	border-radius:50%;
	background-image:url(../images/pattern.png);
	background-color:rgba(0,0,0,.5);
	margin-bottom:20px;
	margin-top:20px;
}
.fact-number {
	margin:0 0 0px;
	padding:0 0 0px;
}
.fact-number .factor {
	display:inline-block;
	line-height:45px;
	padding:10px 0px 20px 0;
	font-size:60px;
	width:160px;
	font-weight: 900;
}
/* =========================== VIDEO SECTION ============================== */
#demo-video {
	background-color: #fff;
	color:#000;
}
.demo-video {
	position:relative;
}
.container.demo-video-inner {
	padding-top:60px;
	padding-bottom:0px;
}
.demo-video .title {
	color:#000;
}
.video_bg {
	background:url(../images/video_bg.png) no-repeat center 100%;
	background-size:100%;
	max-width:700px;
	margin:0px auto;
	position:relative;
	padding:70px 0px 60px 0;
	margin-bottom:-30px;
	z-index:10;
}
.video_bg iframe {
	width:100%;
	max-width: 544px;
}
/* =========================== HOW IT WORKS SECTION ============================== */
.how-it-works {
	background-image:url(../images/bg/video-bg.jpg);
	background-attachment:fixed !important;
	background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-repeat:repeat;
	color:#ffffff;
	border-bottom:2px solid #dce0e3;
}
.how-it-works-section {
	position:relative;
}
.container.how-it-works-inner {
	padding-top:90px;
	padding-bottom:70px;
}
.how-it-works .header {
	padding-bottom:35px;
}
.how-it-works .desc {
	color: #ffffff;
}
.how-it-works h3 {
	font-size:22px;
	text-transform:uppercase;
}
.how-it-works ul {
	list-style-type:none;
	padding-left:0px;
}
.how-it-works .about-right {
	padding:0 30px;
}
.about-right .fa-comment-o {
	font-weight:400;
}
.benefits {
	position:relative;
}
.phone-image-right {
	margin-left:-25%;
	position:relative;
}
.how-it-works ul li {
	padding:15px 5px 0px;
}
.how-it-works i {
	float:left;
	color:#aaa;
	font-size:35px !important;
	font-weight:600;
	line-height:25px;
	margin:10px 20px 5px 5px;
}
.how-it-works .flaticon-users2 {
	font-size:45px !important;
	margin:10px 10px 5px 5px;
}
.how-it-works .flaticon-share26 {
	margin:10px 20px 5px 9px;
}
.how-it-works .about-right p {
	color:#fff;
	font-size:15px;
	line-height:26px;
	font-weight: 300;
}
/* =========================== TESTIMONIALS SECTION ============================== */
.testimonials {
	background-image:url(../images/bg/pattern-bg.png);
	background-color:#222;
	background-attachment:fixed !important;
	background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-repeat:repeat;
	color: #000;
}
.testimonials .testimonials-inner {
	padding-top:50px;
	padding-bottom:0px;
}
.testimonials h3 {
	color:#a8b1ba;
}
.testimonials .feedback {
	margin:10px 0 20px 0;
	text-align:center;
	color:#fff;
}
.testimonials .feedback p {
	font-size:18px;
	font-weight:300;
}
.testimonials .owl-controls {
	display:none !important;
}
.testimonials .feedback h5 {
	font-size:25px;
	font-weight:600;
	margin-top:30px;
}
/* =========================== CLIENT SECTION ============================== */
.container.client-inner {
	padding-top:60px;
	padding-bottom:60px;
}
.client1,.client2 {
	padding:15px 0px;
	color:#717b82;
}
.client1 span,.client2 span {
	font-size:15px;
	color:#717b82;
	font-style:normal;
	font-weight:normal;
}
.client-inner h5 {
	font-size:16px;
	color:#495258;
	font-weight:700;
}
.client-inner h3 {
	font-weight:600;
}
.client-inner p {
	font-size:15px;
	line-height:26px;
}
.clients .client-logo .divider {
	float:left;
	margin:-23px 25px 0 20px;
}
.clients .client-logo .logo-top,.clients .client-logo .logo-bottom {
	padding:5px 30px;
}
.clients .client-logo .logo-top img,.clients .client-logo .logo-bottom img {
	margin:15px 35px;
}
.clients .client-logo .logo-top img,.clients .client-logo .logo-bottom img {
		filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.9999 0.9999 0 1 0\'/></filter></svg>#grayscale");
	/* for Webkit browsere,Chrome 19+,Safari 6+... */ 	-webkit-filter:grayscale(0.5);
		 /* for IE6+*/ 	 -moz-filter:grayscale(0.5);
		 -ms-filter:grayscale(0.5);
		 -o-filter:grayscale(0.5);
		 filter:grayscale(0.5);
		 opacity:0.65;
		 filter:gray;
}
.clients .client-logo .logo-top img:hover,.clients .client-logo .logo-bottom img:hover {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0,1 0\'/></filter></svg>#grayscale");
		/* for Webkit browsere,Chrome 19+,Safari 6+... */ 	-webkit-filter:grayscale(0);
		/* for IE6+*/ 	filter:gray;
		opacity:1;
	-moz-filter:grayscale(0);
		-ms-filter:grayscale(0);
		-o-filter:grayscale(0);
		filter: grayscale(0);
}
/* =========================== TWITTER FEED SECTION ============================== */
.twitter-feed {
	text-align:center;
	padding-bottom:15px;
}
.twitter-feed .owl-buttons {
	display:none;
}
.tweet {
	padding:12px 0px 5px;
}
.twitter-feed i {
	margin:-35px 0;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	padding:10px;
	color:#FFFFFF;
}
.twitter-feed .owl-pagination,.twitter-feed .icon-twitter,.twitter-feed .tweet_time,.twitter-feed .username {
	display:none;
}
.twitter-feed .tweet_text {
	color:#FFFFFF;
	font-family:'Raleway',sans-serif;
	font-size:14px;
	font-weight:300;
	font-style:italic;
}
.twitter-feed .tweet_user a,.tweet_text a {
	text-decoration:underline;
}
.twitter-feed .tweet_user a,.tweet_text a,.twitter-feed .tweet_text,.username {
		color: #FFFFFF;
}
/* =========================== SUBSCRIBE SECTION ============================== */
#subscribe {
	background-image:url(../images/bg/subscribe-bg.jpg);
	 background-attachment:fixed !important;
	 background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-repeat:repeat;
	color:#ffffff;
}
.subscribe {
	position:relative;
}
.container.subscribe-inner {
	padding-top:60px;
	padding-bottom:80px;
}
.subscribe .title {
	color:#FFFFFF;
}
.form-control-lg {
	font-size:18px;
	height:60px;
	line-height:30px;
	padding:15px 25px;
}
.subscribe-form-submit {
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	position:absolute;
	right:0;
	top:-1px;
	width:150px;
	color:#ffffff;
}
.form-horizontal .subscribe-form-input.has-feedback .form-control-feedback {
	right:150px;
	top:13px !important;
}
.btn-lg {
	padding:18px 25px;
}
.subscribe .form-control::-moz-placeholder {
	color:#b4c3d2 !important;
	opacity:0.98 !important;
	font-weight:300!important;
}
.subscribe .form-control::-webkit-input-placeholder {
		color:#b4c3d2 !important;
	opacity:1;
}
.subscribe .btn.bg-inverse:hover,.subscribe .btn.bg-inverse:focus {
	color:#ffffff;
	opacity: .8;
}
/* =========================== CONTACT US SECTION ============================== */
.contact {
	background:url(../images/contact.jpg);
}
.container.contact-inner {
	padding-top:60px;
	padding-bottom:80px;
}
.contact .header {
	padding-bottom:15px;
}
.contact .form-control {
	 	background-image:url(../images/pattern.png);
	background-color:rgba(0,0,0,.8);
	opacity:0.60;
	color:#ffffff !important;
	border:1px solid #000000;
	height:60px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.contact .form-message {
	color:#000;
	padding:5px 0 10px;
	text-align:center;
}

.contact .contact-errors {
	padding-left: 15px;
}

.forms .error,.forms .error:focus {
	border:1px solid #d99898;
}
.contact textarea.form-control {
	height:200px;
}
.contact .btn {
	margin-top:5px;
}
.contact .form-horizontal .form-group {
	margin:5px 0px;
}
.contact .form-control::-moz-placeholder {
	color:#ffffff !important;
	opacity:0.98 !important;
}
.contact .form-control:focus {
	color:#ffffff !important;
	opacity:1 !important;
}
.contact .form-control::-webkit-input-placeholder {
		color:#ffffff !important;
	opacity:1;
}
.contact .btn {
	width:100%;
	height:60px;
	padding:16px 0px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	border:0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.contact .btn i {
	margin:0 12px;
}
.contact .btn:hover {
	background-color:#FFFFFF !important;
}
.contact .btn:hover a,.contact .btn:focus a,.contact .btn a {
		color: #FFFFFF;
}
/* =========================== DOWNLOAD NOW ============================== */
.download-now {
		background-image:url(../images/pattern.png);
	background-color:rgba(0,0,0,.8);
	position:relative;
}
.download-now .btn i {
	font-size:30px;
	margin-left:10px;
	margin-right:10px;
}
.download-now .slide-btn {
	font-size:20px;
	background-color:rgba(0,0,0,.3);
	border-color:rgba(0,0,0,.3);
}
.download-now .btn {
	margin:10px 10px;
	padding:20px 40px 20px 20px;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	color:#ffffff;
}
.download-now .btn.iphone {
	margin:0px 5px;
	padding:20px 20px 20px 40px;
}
.container.download-now-inner {
	padding-top:60px;
	padding-bottom:60px;
}
.iphone {
	color:#fff;
}
.iphone:hover,.btn.bg-color:hover {
	color:#fff;
		border-color:rgba(0,0,0,.1);
	background-color: rgba(0,0,0,.8);
}
/* =========================== FOOTER SECTION ============================== */
/* =========================== Social Media ===========================*/
.social-media {
	text-align:center;
	border-top:1px solid rgba(0,0,0,.3);
	padding-top:30px;
}
.social-media i {
	width:70px;
	height:70px;
	line-height:70px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	margin:5px;
	font-size:20px;
	color:#ffffff;
	background-color:rgba(0,0,0,.3);
	border-color: rgba(0,0,0,.3);
}
/* =========================== Copyrights ============================== */
.copyright {
		background-image:url(../images/pattern.png);
	background-color:rgba(0,0,0,.8);
	color:#FFFFFF;
	position:relative;
}
.copyright p,.copyright a {
	font-size:14px;
	padding-top:15px;
	font-weight:normal;
	color:#d9e2e9;
}
.copyright .copyright-social-icon i:hover,.copyright .copyright-social-icon i,.team .social-icon i,.team .social-icon i:hover,.contact .btn:hover,.contact .btn,.blog .btn,.pricing-more:hover,.pricing-more,.service-more:hover,.service-more,.blog-single .btn,.blog-single .btn:hover,.social-media i:hover,.social-media i,.app-icons i:hover,.app-icons i,.additional-features:hover i,.additional-features i,.pricing-box:hover,.pricing-box,.screen-img:hover,.screen-img,.team-box-inner .about-member,.team-box-inner:hover .about-member,.team-box-inner:hover img,.team-box-inner img,.welcome-section li:hover i,.welcome-section li i,header .is-sticky .navbar,header .navbar,#mobileslider.owl-theme .owl-controls .owl-buttons .owl-prev:hover:before,#mobileslider.owl-theme .owl-controls .owl-buttons .owl-next:hover:before {
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
.pricing-box:hover,.screen-img:hover,.welcome-section li:hover i {
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform: scale(1.1);
}
/* =========================== PAGES ============================== */

/* ---------- Datastream ---------- */

.datastream {
	margin-top:60px;
	padding-bottom:90px;
}

.datastream .title h2 {
	color: #000;
}

/* ------------- FAQ ------------- */
.faq {
	margin-top:60px;
	padding-bottom:90px;
}
.faq a, .faq a:hover, .faq a:focus {
	color: #aaa;
}
.faq .title h2 {
	color: #000;
}
.faq h3 {
	padding:0 0 10px 0;
}
.faq .panel-group {
	margin:10px 0px;
}
.faq .panel-group .panel {
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	margin:3px 0px;
}
.faq .panel-heading {
	padding:15px;
	background:none;
}
.faq .panel-default {
	border-color:#CCCCCC;
}
.faq .panel-title a {
	text-transform:capitalize;
	line-height: 25px;
}
/* Faq Left Part */
.faq .left-part .panel-group .panel {
	border:0px;
	box-shadow:none;
}
.faq .left-part .faq-panel .accordion-toggle:before {
	padding:4px 6px;
	margin-left:-12px;
	content:"\f068";
	color:#FFFFFF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	font-family:"fontawesome";
	transition:all ease 0.6s;
}
.faq .left-part .faq-panel .accordion-toggle.collapsed:before {
	content:"\f067";
}
.faq .left-part .panel-body {
	background:none;
	color:#1f1f1f;
	line-height:26px;
	padding:10px 25px 10px 35px;
}
.faq .left-part .panel-title h4 {
	margin-left:10px;
}
.faq .right-part .panel-body {
	padding:10px 25px 10px 15px;
	line-height:26px;
}
.faq-copy {
	padding:20px 0px 10px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
.privacy {
	margin-top:60px;
	padding-bottom:90px;
}
.privacy a, .privacy a:hover, .privacy a:focus {
	color: #aaa;
}
.privacy .title h2 {
	color: #000;
}
.privacy h3 {
	padding:0 0 10px 0;
}
/* Dark */
.dark-bg {
	background-color:#5a6f84;
}
.dark {
	color:#777777;
}
.dark h2 {
	color:#ffffff !important;
}
.dark .desc {
	color:#777777;
}
.dark i {
	color:#777777;
}
.white {
	color:#FFFFFF;
}
@keyframes point-down {
	from {
		top:0;
	}
	to {
		top:5px;
	}
}
@-webkit-keyframes point-down {
	from {
		top:0;
	}
	to {
		top:5px;
	}
}
@-moz-keyframes point-down {
	from {
		top:0;
	}
	to {
		top:5px;
	}
}
@-o-keyframes point-down {
	from {
		top:0;
	}
	to {
		top:5px;
	}
}
@keyframes highlight {
	to {
		background: lightblue;
	}
}

@font-face{ 
	font-family: 'Norwester';
	src: url('../fonts/norwester.eot');
	src: url('../fonts/norwester.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/norwester.woff') format('woff'),
	     url('../fonts/norwester.ttf') format('truetype'),
	     url('../fonts/norwester.svg#webfont') format('svg');
}