/* Cartagena - App Landing HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two
5. Main Slider
6. Banner Section
7. Features Section
8. Android Apps Section
9. Demo Section
10. Video Section
11. Screenshots Section
12. Testimonial Section
13. Price Section
14. Subscribe Section
15. Clients Section
16. Main Footer
17. App Demo Section Two
18. Fluid Section One
19. Team Section
20. Services Section
21. Counter Section
22. Blog Section
23. Login Form SDection
24. SignUp Form Section
25. Faq Section

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Poppins', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Nosotros
====================================================================

***/

#nosotros {

	color:#fff;
}

/*** 

====================================================================
	Últimas publicaciones
====================================================================

***/

#ultpublic{
    position: relative;
    color: #222222;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    padding-top: 30px;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:16px;
	color:#000000;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#00df00;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
}

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;	
}

.dark-bg{
	background-color:#282a33;
}

.light-bg{
	background-color:#f6fbfd;
}

p,text{
	position:relative;
	line-height:1.8em;
	font-family: 'Poppins', sans-serif;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.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;
}

.centered{
	text-align:center;	
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:14px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#232323;
	border:2px solid #ffffff;
	font-size:12px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:1px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one .icon{
	position:relative;
	top:2px;
	font-size:17px;
	margin-right:10px;
	line-height:1em;
}

.btn-style-one:hover{
	background:#232323;
	color:#ffffff;
	border-color:#232323;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:12px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#00df00;
	color:#ffffff;
	font-size:12px;
	font-weight:600;
	letter-spacing:1px;
	border-radius:50px;
	border:2px solid #00df00;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover{
	background:none;
	color:#00df00;
	border-color:#00df00;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:10px 50px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#333333;
	border:2px solid #ffffff;
	font-size:12px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:1px;
	-webkit-box-shadow: 2px 4px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 4px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 4px 15px 0px rgba(0,0,0,0.15);
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover{
	background:#00df00;
	color:#ffffff;
	border-color:#00df00;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one a{
	font-size:15px;
	color:#222222;
	margin-right:15px;
	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;
}

.social-icon-one a:hover{
	color:#a0aaff;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
	display:inline-block;
	border:1px solid #e0e0e0;
}

.social-icon-two a{
	position:relative;
	width:36px;
	height:36px;
	font-size:15px;
	color:#777777;
	text-align:center;
	line-height:38px;
	float:left;
	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;
	border-right:1px solid #e0e0e0;
}

.social-icon-two a:hover{
	color:#ffffff;
	background-color:#00df00;
}

.social-icon-two a:last-child{
	border:none;
}

.theme_color{
	color:#928efb;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#353535;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#00df00;
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	padding-left:55px;
	font-size:15px;
	margin-bottom:22px;
	line-height:1.8em;
	font-weight:400;
	color:#111111;
	padding-top:6px;
	min-height:40px;
}

.list-style-one li:nth-child(2){
	margin-bottom:8px;
}

.list-style-one li .icon{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	color:#111111;
	font-size:18px;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(229,229,229,1);
	-moz-box-shadow: 0px 2px 7px 0px rgba(229,229,229,1);
	box-shadow: 0px 2px 7px 0px rgba(229,229,229,1);
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	padding-left:25px;
	font-size:15px;
	font-weight:500;
	margin-bottom:5px;
	line-height:1.6em;
	color:rgba(255,255,255,1);
}

.list-style-two li:before{
	position:absolute;
	left:0px;
	top:5px;
	content:'\f058';
	font-size:15px;
	line-height:1em;
	color:rgba(255,255,255,1);
	font-family: 'FontAwesome';
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid #e0e0e0;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	background-color:#212121;	
}

.main-header .main-box .outer-container{
	position:relative;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:22px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fixed-header .main-box .logo-box{
	padding:1px 0px;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	margin-right:30px;
	display:inline-block;
	padding:47px 0px 20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.fixed-header .main-menu .navigation > li{
	padding:26px 0px;
}

.fixed-header .info-options{
	padding:38px 0px !important;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:0px 0px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:500;
	font-size:15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 14px;
	line-height:32px;
}

.main-menu .navigation > li.dropdown a {
    padding-right: 15px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color:#ffffff;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #00df00;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.07);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#292929;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#00df00;
	padding-left:25px;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:2px solid #928efb;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.07);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#292929;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#928efb;
	padding-left:25px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position:relative;
	float:right;
	margin-left:25px;
	padding:48px 0px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.fixed-header .outer-box{
	padding:28px 0px;
}

.main-header .outer-box .cart-btn{
	position:relative;
	color:#ffffff;
	font-size:20px;
}

.main-header .outer-box .cart-btn:hover{
	opacity:0.70;	
}

.header-style-two .main-menu .navigation > li > a,
.header-style-two .outer-box .cart-btn,
.header-style-three.fixed-header .main-menu .navigation > li > a,
.header-style-three.fixed-header .outer-box .cart-btn{
	color:#232323;
}

.header-style-two.fixed-header .main-box,
.header-style-three.fixed-header .main-box{
	background-color:#ffffff;
	border-color:#e0e0e0;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-caption{
	z-index:5 ;
}

.main-slider .tp-dottedoverlay{
    background:none !important;
}

.main-slider h2{
	position:relative;
	color:#232323;
	font-weight:700;
	font-size:50px;
	line-height:1.3em;
	margin-bottom:15px;
}

.main-slider h2 span{
	color:#ffffff;
}

.main-slider .text{
	position:relative;
	color:#232323;
	font-weight:300;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:40px;
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:38px;
}

.sec-title .number:after{
	position:absolute;
	content:'';
	left:20px;
	top:10px;
	width:88px;
	height:2px;
	background-color:#2d2d2d;
}

.sec-title h2{
    position: relative;
    color: #222222;
    font-size: 35px;
    font-weight: 400;
	line-height:1.2em;
	padding-top:30px;
}

/*Centered*/

.sec-title.centered{
	text-align:center;
}

.sec-title.centered .number{
	margin-left:-60px;
}

/*Light*/

.sec-title.light h2,
.sec-title.light .number{
	color:#ffffff;
}

.sec-title.light .number:after{
	background-color:#ffffff;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	padding-top:260px;
	background-size:cover;
	background-repeat:no-repeat;
}

.banner-section:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-90px;
	width:100%;
	height:180px;
	background:url(../images/background/layer-1.png) center top no-repeat;
	background-size:cover;
}

.banner-section .content{
	position:relative;
	text-align:center;
	padding-bottom:60px;
}

.banner-section .content h2{
	position:relative;
	color:#ffffff;
	font-size:45px;
	line-height:1.2em;
	padding-bottom:30px;
	text-transform:uppercase;
}

.banner-section .content .image{
	position:relative;
	z-index:1;
	margin-top:60px;
	margin-bottom:-300px;
}

/*Banner Section Two*/

.banner-section-two{
	position:relative;
	padding-top:350px;
	overflow:hidden;
	background-position:center top;
	background-repeat:no-repeat;
}

.banner-section-two .big-curve{
	position:absolute;
	right:-80px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/resource/banner-curve.png) right top no-repeat;
}

.banner-section-two .dark-circle{
	position:absolute;
	left:100px;
	top:20%;
	width:120px;
	height:120px;
	display:block;
	background:url(../images/resource/dark-circle.png) no-repeat;
}

.banner-section-two .light-circle{
	position:absolute;
	left:-40px;
	top:50%;
	width:120px;
	height:120px;
	display:block;
	background:url(../images/resource/light-circle.png) no-repeat;
}

.banner-section-two .content-column{
	position:relative;
}

.banner-section-two .content-column .inner-column{
	position:relative;
	padding-right:30px;
}

.banner-section-two .content-column .inner-column h2{
	position:relative;
	color:#232323;
	font-weight:700;
	font-size:50px;
	line-height:1.3em;
	margin-bottom:15px;
}

.banner-section-two .content-column .inner-column .text{
	position:relative;
	color:#777777;
	font-weight:300;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:40px;
}

.banner-section-two .image-column .image{
	position:relative;
	margin-right:-80px;
	margin-top:-110px;
}

.banner-section-two .image-column .image img{
	width:100%;
	display:block;
}

/*Banner Section Three*/

.banner-section-three{
	position:relative;
	padding-top:260px;
	background-position:left top;
	background-size:cover;
}

.banner-section-three:before{
	position:absolute;
	content:'';
	right:0;
	top:0px;
	width:0px;
	height:100%;
	background:url(../images/resource/banner-layer.jpg) repeat;
	transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	-webkit-transition:all 1.5s ease;
	-ms-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;
}

.banner-section-three.animated:before{
	width:460px;
}

.banner-section-three .content{
	position:relative;
	max-width:520px;
	padding-top:60px;
	display:inline-block;
}

.banner-section-three .content h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:75px;
	line-height:1.2em;
	word-spacing:20px;
	margin-bottom:20px;
}

.banner-section-three .content .text{
	position:relative;
	color:#ffffff;
	font-weight:300;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:40px;
}

.banner-section-three .image{
	position:relative;
	float:right;
	margin-bottom:-130px;
}

/*** 

====================================================================
	Features Section
====================================================================

***/

.features-section{
	position:relative;
	padding:250px 0px 120px;
	background-position:left top;
	background-repeat:no-repeat;
}

.features-section:before{
	position:absolute;
	content:'';
	right:0px;
	top:220px;
	width:740px;
	height:138px;
	background:url(../images/resource/curve-line.png);
	background-repeat:no-repeat;
}

.features-section.style-two{
	margin-top:-180px;
}

.features-section.style-two:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/resource/service-pattern.png) left top no-repeat;
}

.services-block{
	position:relative;
	margin-bottom:30px;
}

.services-block .inner-box{
	position:relative;
	padding:75px 35px;
	display:block;
	background-color:#ffffff;
	border:1px solid #eaeaea;
	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;
}

.services-block .inner-box .icon-box{
	position:relative;
	margin-bottom:30px;
}

.services-block .inner-box h3{
	position:relative;
	font-weight:500;
	font-size:20px;
	color:#202020;
	margin-bottom:15px;
}

.services-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:300;
	line-height:1.8em;
}

.services-block .inner-box:hover{
	-webkit-box-shadow: -4px 10px 19px 0px rgba(204,204,204,1);
	-moz-box-shadow: -4px 10px 19px 0px rgba(204,204,204,1);
	box-shadow: -4px 10px 19px 0px rgba(204,204,204,1);
}

/*** 

====================================================================
	Android Section
====================================================================

***/

.android-section{
	position:relative;
	padding:45px 0px 150px;
	background-color:#9ca3ff;
}

.android-section .content-column{
	position:relative;
}

.android-section .content-column .inner-column{
	position:relative;
	padding-right:65px;
	padding-top:85px;
	z-index:1;
}

.android-section .image-column .inner-column .circle-image{
	position:relative;
	width:450px;
	height:450px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}

.android-section .image-column .inner-column .circle-image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(156,163,255,0.60);
}

.android-section .image-column .inner-column .circle-image:after{
	position:absolute;
	content:'';
	left:70px;
	top:70px;
	right:70px;
	bottom:70px;
	border-radius:50%;
	background-color:#9ca3ff;
}

.android-section .content-column .inner-column .sec-title{
	margin-bottom:28px;
}

.android-section .content-column .inner-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
	line-height:1.9em;
	margin-bottom:38px;
}

.android-section .content-column .inner-column .btns-box{
	position:relative;
}

.android-section .content-column .inner-column .btns-box .btns{
	position:relative;
	margin-right:25px;
	margin-bottom:15px;
	display:inline-block;
}

.android-section .image-column{
	position:relative;
}

.android-section .image-column .mobile-image{
	position:absolute;
	right:-60px;
	top:240px;
	z-index:1;
}

.android-section.style-two{
	background:none;
	padding-top:85px;
}

.android-section.style-two:after{
	display:none;
}

.android-section.style-two .content-column .inner-column .text{
	color:#777777;
}

.android-section.style-two .image-column .mobile-image{
	top:220px;
	left:60px;
}

.android-section .bottom-curve{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
}

.android-section .bottom-curve:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	border-bottom: 1200px solid #ffffff;
	border-left: 10000px solid transparent;
}

/*** 

====================================================================
	Apps Section
====================================================================

***/

.apps-section{
	position:relative;
	padding-top:55px;
	background-repeat:no-repeat;
	background-position:left bottom;
}

.apps-section .sec-title{
	margin-bottom:60px;
}

.apps-section .inner-container{
	max-width:1000px;
	margin:0 auto;
}

.apps-section .image-column{
	position:relative;
}

.apps-section .image-column .image{
	position:relative;
	text-align:center;
}

.apps-section .content-column{
	position:relative;
}

.apps-section .content-column .inner-column{
	position:relative;
	padding-left:25px;
	padding-top:30px;
}

.apps-section.style-two{
	padding:135px 0px 110px;
}

.apps-section.style-two .sec-title{
	margin-bottom:70px;
}

.apps-section.style-two .content-column .inner-column{
	padding-left:0px;
	padding-top:150px;
}

/*Featured Block*/

.featured-block{
	position:relative;
	margin-bottom:50px;
}

.featured-block .inner-box{
	position:relative;
	display:block;
	padding-left:110px;
}

.featured-block .inner-box:after{
	position:absolute;
	content:'';
	left:44px;
	top:0px;
	height:150%;
	z-index:-1;
	border:1px dashed #ff7cfd;
}

.featured-block:last-child .inner-box:after{
	border:none;
}

.featured-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:88px;
	height:88px;
	color:#ffffff;
	text-align:center;
	border-radius:50%;
	font-size:40px;
	line-height:88px;
	background-color:#3e3f49;
}

.featured-block .inner-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:500;
	line-height:1.2em;
	padding-top:32px;
	margin-bottom:18px;
}

.featured-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:300;
	line-height:1.8em;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	overflow:hidden;
	padding-top:145px;
	padding-bottom:200px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.video-section:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	border-bottom: 120px solid #ffffff;
	border-right: 2000px solid transparent;
}

.video-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(39,45,57,0.85);
}

.video-section .content-column{
	position:relative;
	margin-bottom:50px;
}

.video-section .content-column .inner-column{
	position:relative;
	padding-right:75px;
}

.video-section .content-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:40px;
	margin-bottom:12px;
}

.video-section .content-column .inner-column .text{
	position:relative;
	font-size:15px;
	font-weight:300;
	line-height:1.9em;
	color:#ffffff;
	margin-bottom:75px;
}

.video-section .content-column .inner-column .video-btn{
	position:relative;
	width:100px;
	height:100px;
	font-size:20px;
	color:#ffffff;
	line-height:100px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	margin-left:30px;
	border:1px solid rgba(255,255,255,0.05);
	background-color:rgba(255,255,255,0.01);
	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;
}

.video-section .content-column .inner-column .video-btn .icon{
	position:relative;
	color:#ffffff;
}

.video-section .content-column .inner-column .video-btn:before{
	position:absolute;
	content:'';
	left:-30px;
	top:-30px;
	right:-30px;
	bottom:-30px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.01);
	border:1px solid rgba(255,255,255,0.05);
	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;
}

.video-section .content-column .inner-column .video-btn:hover,
.video-section .content-column .inner-column .video-btn:hover:before{
	border-color:rgba(255,255,255,0.30);
}

.video-section .gallery-column{
	position:relative;
}

.video-section .gallery-column .row{
	margin:0px -10px;
}

.video-section .gallery-column .gallery-item{
	position:relative;
	padding:0px 10px;
}

.video-section.style-two{
	padding-bottom:130px;
}

.video-section.style-two:after{
	display:none;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
	margin-bottom:20px;
}

.gallery-item .inner-box{
	position:relative;
	display:block;
}

.gallery-item .inner-box .image{
	position:relative;
}

.gallery-item .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	opacity:0;
	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;
	background:-webkit-linear-gradient(right, #aa6cfc, #7bb0f8);
	background:-ms-linear-gradient(right, #aa6cfc, #7bb0f8);
	background:-o-linear-gradient(right, #aa6cfc, #7bb0f8);
	background:-moz-linear-gradient(right, #aa6cfc, #7bb0f8);
}

.gallery-item .inner-box .image .overlay-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.gallery-item .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	top:50%;
	margin-top:-8px;
	text-transform:uppercase;
}

.gallery-item .inner-box:hover .image .overlay-box{
	opacity:0.85;
}

/*** 

====================================================================
	App Screenshots One
====================================================================

***/

.screenshots-section{
	position:relative;
	padding:80px 0px 120px;
}

.screenshots-section .carousel-container{
	position:relative;
	overflow:hidden;
	max-width:1400px;
	margin:0 auto;
	padding:0px 100px;
}

.screenshots-section .carousel-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100px;
	height:100%;
	z-index:2;
	background-color:#ffffff;
}

.screenshots-section .carousel-container:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:100px;
	height:100%;
	z-index:20;
	background-color:#ffffff;
}

.screenshots-section .carousel-outer{
	position:relative;
	width:391px;
	height:652px;
	margin:0 auto;
	padding:108px 70px;
	background:url(../images/resource/iphone-mockup-one.png) center top no-repeat;
}

.screenshots-section .carousel-outer .owl-carousel{
	z-index:auto;
}

.screenshots-section .carousel-outer .mockup-layer{
	position:absolute;
	width:390px;
	left:0px;
	top:0px;
	z-index:20;	
}

.screenshots-section .carousel-outer .mockup-layer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:630px;
	background:url(../images/resource/iphone-mockup-one.png) left top no-repeat;
	z-index:20;	
}

.screenshots-section .carousel-outer .mockup-layer:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:70px;
	height:630px;
	background:url(../images/resource/iphone-mockup-one.png) right top no-repeat;
	z-index:20;	
}

.screenshots-section .owl-stage-outer{
	overflow:visible;	
}

.screenshots-section .slide .image img{
	width:100%;
	display:block;
	border-radius:5px;
	z-index:99999999;
}

.screenshots-section .owl-dots{
	display:none;
}

.screenshots-section .owl-nav{
	position: absolute;
    left: 0px;
    top: 50%;
    width: 1390px;
    display: block;
    z-index: 30;
    margin-left: -560px;
}

.screenshots-section .owl-nav .owl-prev,
.screenshots-section .owl-nav .owl-next{
	position:absolute;
	display:inline-block;
	top:50%;
	width:62px;
	height:62px;
	line-height:62px;
	font-size:20px;
	margin-top:-31px;
	text-align:center;
	border-radius:50%;
	background-color:#f3f1fe;
	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;
}

.screenshots-section .owl-nav .owl-prev:hover,
.screenshots-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#afacfb;
}

.screenshots-section .owl-nav .owl-next{
	right:5px;
}

.screenshots-section.style-two{
	overflow:hidden;
	padding-top:135px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.screenshots-section.style-two .owl-nav{
	display:none;
}

.screenshots-section.style-two .carousel-outer{
	margin:0 0;
}

.screenshots-section.style-two .carousel-outer:before{
	position:absolute;
	content:'';
	right:89%;
	top:0px;
	width:3000px;
	height:100%;
	display:block;
	z-index:2;
	background-color:#ffffff;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	overflow:hidden;
	padding:140px 0px 200px;
	background-color:#9ca3ff;
}

.testimonial-section .inner-container{
	position:relative;
	max-width:810px;
	margin:0 auto;
}

.testimonial-section:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	border-bottom: 800px solid #ffffff;
	border-left: 10000px solid transparent;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	display:block;
	padding-left:140px;
}

.testimonial-block .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:118px;
	height:118px;
	overflow:hidden;
	border-radius:5px;
	margin-bottom:20px;
}

.testimonial-block .inner-box .quote-icon{
	position:relative;
	color:#ffffff;
	font-size:30px;
	line-height:1em;
}

.testimonial-block .inner-box .text{
	position:relative;
	font-size:15px;
	line-height:1.7em;
	color:#ffffff;
	font-weight:300;
	margin-left:40px;
	margin-bottom:12px;
}

.testimonial-block .inner-box .author{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
}

.testimonial-block .inner-box .author span{
	position:relative;
	color:#383843;
	font-size:18px;
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-14px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
	position:absolute;
	width:28px;
	height:28px;
	color:#ffffff;
	font-size:14px;
	line-height:27px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	border:1px solid #ffffff;
	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;
}

.testimonial-section .owl-nav .owl-prev{
	left:-100px;
}

.testimonial-section .owl-nav .owl-next{
	right:-100px;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	background-color:#ffffff;
	color:#9ca3ff;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.price-section{
	position:relative;
	padding:60px 0px;
}

.price-section.alternate{
	padding-top:130px;
}

.price-section .sec-title{
	margin-bottom:90px;
}

.price-section .row{
	margin:0px -50px;
}

.price-section .price-block{
	position:relative;
	padding:0px 50px;
	margin-bottom:40px;
}

.price-section.style-two{
	padding-top:135px;
	padding-bottom:20px;
}

.price-block .inner-box{
	position:relative;
	text-align:center;
	display:block;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:40px 30px 60px;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 5px 11px 0px rgba(204,204,204,0.5);
	box-shadow: 0px 5px 11px 0px rgba(204,204,204,0.5);
}

.price-block .inner-box .upper-box{
	position:relative;
	padding-bottom:25px;
	margin-bottom:28px;
	border-bottom:1px solid #dddddd;
}

.price-block .inner-box .upper-box .price{
	position:relative;
	font-weight:700;
	font-size:50px;
	color:#333333;
	line-height:1em;
	margin-bottom:18px;
}

.price-block .inner-box .upper-box .title{
	position:relative;
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
}

.price-block .inner-box .lower-box{
	position:relative;
}

.price-block .inner-box .lower-box ul{
	position:relative;
	margin-bottom:40px;
}

.price-block .inner-box .lower-box ul li{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:300;
	margin-bottom:8px;
}

.price-block .inner-box .lower-box ul li a{
	position:relative;
	color:#b391f8;
	font-weight:600;
}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	padding:140px 0px 120px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.subscribe-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(11,17,27,0.85);
}

.subscribe-section h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:400;
	text-align:center;
	margin-bottom:52px;
}



.subscribe-form{
	position:relative;
	max-width:700px;
	margin:0 auto;
}

.subscribe-form .form-group{
	position:relative;
	margin:0px;	
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
.subscribe-form input[type="password"]{
	display:block;
	width:100%;
	height:60px;
	padding:14px 40px;
	font-size:12px;
	background:#ffffff;
	border-radius:50px;	
}

.subscribe-form .theme-btn{
	position:absolute;
	right:2px;
	top:2px;
	width:175px;
	height:56px;
	padding:15px 50px;
	font-size:12px;
	line-height:30px;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	background:#a89bfe;
	border-radius:50px;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:60px 0px 60px;
}

.sponsors-section:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-180px;
	width:100%;
	height:203px;
	background:url(../images/resource/divider-line.png) center bottom repeat-x;
}

.sponsors-section .sponsors-outer{
	position:relative;
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.sponsors-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
}

.sponsors-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	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;
}

.sponsors-section.style-two:after{
	display:none;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
}

.main-footer .footer-upper{
	position:relative;
	padding:120px 0px 0px;
}

.main-footer .footer-upper .auto-container{
	max-width:1000px;
}

.main-footer .footer-upper .info-column{
	position:relative;
}

.main-footer .footer-upper .info-column .inner-column{
	position:relative;
	padding-right:60px;
}

.main-footer .footer-upper .info-column h2{
	position:relative;
	color:#222222;
	font-size:25px;
	margin-bottom:20px;
	font-weight:400;
}

.main-footer .footer-upper .info-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:25px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:170px 0px 20px;
	text-align:center;
	background:url(../images/background/4.png) center top no-repeat;
	background-size:cover;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	font-size:13px;
}

.main-footer .footer-bottom {
	position: relative;
    padding: 170px 0px 20px;
    text-align: center;
    background: url(../images/background/4.png) center top no-repeat;
    background-size: cover;
}

.main-footer .footer-bottom-two .copyright{
	position:relative;
	color:#ffffff;
	font-size:14px;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

.main-footer .footer-upper .form-column .default-form .row{
	margin:0px -20px;
}

.main-footer .footer-upper .form-column .default-form .form-group{
	padding:0px 20px;
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:26px;
	height:50px;
	font-size:12px;
	border:1px solid #f3f3f3;
	padding:10px 25px;	
	background:#f3f3f3;
	color:#010101;
	border-radius:10px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form textarea{
	height:110px;
	resize:none;
	font-size:12px;
	border-radius:10px;
	background:#f3f3f3;	
}

.default-form .theme-btn{
	margin-top:15px;
	padding:13px 50px;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#9dacff;
	background:none;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000;
	background:none;
}

.default-form label.error{
	display:block;
	line-height:24px;
	font-weight:500;
	text-transform:uppercase;
	padding-top:5px;
	font-size:12px;
	letter-spacing:0.03em;
	color:#ff0000;
}

/*Launch Form*/

.launch-form{
	position:relative;
	max-width:500px;
}

.launch-form .form-group{
	position:relative;
	margin:0px;	
}

.launch-form input[type="text"],
.launch-form input[type="email"],
.launch-form input[type="password"]{
	display:block;
	width:100%;
	height:65px;
	padding:14px 40px;
	font-size:14px;
	background:#ffffff;
	border-radius:50px;	
	-webkit-box-shadow: 0px 5px 11px 0px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 5px 11px 0px rgba(204,204,204,0.5);
	box-shadow: 0px 5px 11px 0px rgba(204,204,204,0.5);
}

.launch-form .theme-btn{
	position:absolute;
	right:5px;
	top:5px;
	width:60px;
	height:55px;
	font-size:26px;
	line-height:30px;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	background:#a798fe;
	border-radius:0px 50px 50px 0px;
}

.launch-form .theme-btn .fa{
	position:relative;
	right:3px;
}

/*Launch Form Two*/

.launch-form-two{
	position:relative;
	max-width:450px;
}

.launch-form-two .form-group{
	position:relative;
	margin:0px;	
}

.launch-form-two input[type="text"],
.launch-form-two input[type="email"],
.launch-form-two input[type="password"]{
	display:block;
	width:100%;
	height:65px;
	padding:14px 40px 14px 40px;
	font-size:14px;
	color:#ffffff;
	background:rgba(0,0,0,0.50);
	border-radius:50px;	
}

.launch-form-two input::-webkit-input-placeholder{
	color:#ffffff;
}

.launch-form-two .send-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:65px;
	height:65px;
	font-size:26px;
	line-height:30px;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	background:#232323;
	border-radius:0px 50px 50px 0px;
}

.launch-form-two .send-btn .fa{
	position:relative;
	right:5px;
}

/*** 

====================================================================
	App Demo Section
====================================================================

***/

.app-demo-section{
	position:relative;
	padding:135px 0px 125px;
	background-color:#9ca3ff;
}

.app-demo-section .sec-title{
	margin-bottom:90px;
}

.app-demo-section .inner-container{
	position:relative;
	max-width:750px;
	margin:0 auto;
}

.app-demo-section .inner-container .circle-layer-one{
	position:absolute;
	top:0px;
	width:800px;
	height:800px;
	left:50%;
	border-radius:50%;
	margin:0 auto;
	margin-left:-400px;
	background-color:rgba(255,255,255,0.05);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
}

.app-demo-section .inner-container .circle-layer-two{
	position:absolute;
	top:100px;
	width:620px;
	height:620px;
	left:50%;
	border-radius:50%;
	margin:0 auto;
	margin-left:-310px;
	z-index:1;
	background-color:rgba(255,255,255,0.05);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
}

.app-demo-section .inner-container .circle-layer-three{
	position:absolute;
	top:170px;
	width:480px;
	height:480px;
	left:50%;
	border-radius:50%;
	margin:0 auto;
	margin-left:-240px;
	z-index:2;
	background-color:rgba(255,255,255,0.05);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.app-demo-section .prod-tabs{
	position:relative;
}

.app-demo-section .prod-tabs .tab-btns{
	position:absolute;
	left:0px;
	top:90px;
	width:100%;
	bottom:90px;	
}

.app-demo-section .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:inline-block;
	font-size:15px;
	color:rgba(255,255,255,0.20);
	text-transform:uppercase;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	text-align:center;
	z-index:99;
	transition:all 500ms ease;
}

.app-demo-section .prod-tabs .tab-btns .tab-btn:nth-child(2){
	position:absolute;
	right:0px;
	top:0px;
}

.app-demo-section .prod-tabs .tab-btns .tab-btn:nth-child(3){
	position:absolute;
	left:0px;
	bottom:30px;
}

.app-demo-section .prod-tabs .tab-btns .tab-btn:nth-child(4){
	position:absolute;
	right:0px;
	bottom:30px;
}

.app-demo-section .prod-tabs .tab-btns .tab-btn .icon{
	position:relative;
	display:block;
	font-size:60px;
	line-height:1em;
	margin-bottom:14px;
}

.app-demo-section .prod-tabs .tab-btns .tab-btn:hover,
.app-demo-section .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
}

.app-demo-section .prod-tabs .tabs-content{
	position:relative;
	padding:110px 0px 90px;
	z-index:9;
	background:url(../images/resource/mobile-app.png) center top no-repeat;
	width: 436px;
    margin: 0 auto;
}

.app-demo-section .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	text-align:center;
}

.app-demo-section .prod-tabs .tabs-content .tab .image{
	width:323px;
	margin:0 auto;
}

.app-demo-section .prod-tabs .tabs-content .tab .image img{
	position:relative;
	width:100%;
	display:block;
}

.app-demo-section .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

/*** 

====================================================================
	Testimonial Block Two
====================================================================

***/

.testimonial-section.style-two{
	padding-bottom:140px;
}

.testimonial-section.style-two::after{
	display:none;
}

.testimonial-section.style-two .sec-title{
	margin-bottom:85px;
}

.testimonial-section.style-two .inner-container{
	max-width:1080px;
}

.testimonial-section.style-two .owl-nav{
	position:relative;
	left:0px;
	bottom:0px;
	top:auto;
	width:auto;
	margin-top:50px;
	text-align:center;
}

.testimonial-section.style-two .owl-nav .owl-prev{
	position:relative;
	left:0px;
	margin:0px 10px;
	display:inline-block;
}

.testimonial-section.style-two .owl-nav .owl-next{
	position:relative;
	right:0px;
	margin:0px 10px;
	display:inline-block;
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
}

.testimonial-block-two .inner-box .content-box{
	position:relative;
	border-radius:7px;
	margin-bottom:20px;
	padding:48px 44px 40px;
	background-color:#ffffff;
}

.testimonial-block-two .inner-box .content-box .quote-icon{
	position:absolute;
	left:30px;
	top:30px;
	color:#f2f2f2;
	font-size:64px;
	line-height:1em;
}

.testimonial-block-two .inner-box .content-box .text{
	position:relative;
	font-size:15px;
	font-weight:300;
	line-height:1.9em;
}

.testimonial-block-two .inner-box .lower-box{
	position:relative;
}

.testimonial-block-two .inner-box .lower-box .inner{
	position:relative;
	padding-left:90px;
	padding-top:10px;
	min-height:68px;
}

.testimonial-block-two .inner-box .lower-box .inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:69px;
	overflow:hidden;
	border-radius:10px;
}

.testimonial-block-two .inner-box .lower-box .inner .author-name{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#383843;
	margin-bottom:6px;
	text-transform:capitalize;
}

.testimonial-block-two .inner-box .lower-box .inner .designation{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:#ffffff;
	text-transform:capitalize;
}

/*** 

====================================================================
	App Section Two
====================================================================

***/

.features-section-two{
	position:relative;
	padding:130px 0px 80px;
}

.features-section-two .image-column{
	position:relative;
	text-align:center;
	padding-right:70px;
}

.features-section-two .image-column .image{
	position:relative;
}

.features-section-two .image-column .image img{
	position:relative;
	max-width:100%;
	display:inline-block;
}

.features-section-two .content-column{
	position:relative;
}

.features-section-two .content-column .inner-column{
	position:relative;
	padding-top:50px;
}

.featured-block-two{
	position:relative;
	margin-bottom:50px;
}

.featured-block-two .inner-box{
	position:relative;
	display:block;
	padding:30px 30px;
	border:1px solid #eaeaea;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.featured-block-two .inner-box .icon-box{
	position:relative;
	color:#cfcfcf;
	font-size:70px;
	line-height:1em;
	margin-left:2px;
	margin-bottom:60px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.featured-block-two .inner-box:hover .icon-box{
	color:#9ca3ff;
	-ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.featured-block-two .inner-box h3{
	position:relative;
	color:#202020;
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}

.featured-block-two .inner-box .text{
	position:relative;
	font-size:15px;
	font-weight:300;
	line-height:1.7em;
}

.featured-block-two .inner-box:hover{
	border:1px solid transparent;
	-webkit-box-shadow: -4px 10px 19px 0px rgba(204,204,204,1);
	-moz-box-shadow: -4px 10px 19px 0px rgba(204,204,204,1);
	box-shadow: -4px 10px 19px 0px rgba(204,204,204,1);
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.fullwidth-video-section{
	position:relative;
	padding:160px 0px;
	overflow:hidden;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#243a51;
}

.fullwidth-video-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(34,45,57,0.85);
}

.fullwidth-video-section .play-link{
	position:relative;
	display:block;
	text-align:center;
	font-size:24px;
	font-weight:300;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.fullwidth-video-section .play-link .icon-box{
	position:relative;
	display:block;
	margin:0 auto;
	color:#ffffff;
	font-size:80px;
	font-weight:300;
}

.fullwidth-video-section .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	background-color:#13d013;
}

.fluid-section-one .image-column{
	position:absolute;
	float:right;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:left;
	width:50%;
}

.fluid-section-one .content-column .inner-box{
	position:relative;
	max-width:600px;
	float:right;
	width:100%;
	padding:130px 90px 130px 15px;
}

/*** 

====================================================================
	Benefits Tabs
====================================================================

***/

.fluid-section-one .content-column .benefits-tabs{
	position:relative;
}

.fluid-section-one .content-column .benefits-tabs .tab-btns{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.fluid-section-one .content-column .benefits-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:10px;
	font-size:12px;
	background:rgba(255,255,255,0.00);
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
	line-height:24px;
	cursor:pointer;
	padding:8px 30px 8px;
	transition:all 500ms ease;
}

.fluid-section-one .content-column .benefits-tabs .tab-btns .tab-btn:hover,
.fluid-section-one .content-column .benefits-tabs .tab-btns .tab-btn.active-btn{
	background:rgba(255,255,255,0.30);
}

.fluid-section-one .content-column .benefits-tabs .tabs-content{
	position:relative;
}

.fluid-section-one .content-column .benefits-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.fluid-section-one .content-column .benefits-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.fluid-section-one .content-column .benefits-tabs .tabs-content .tab .content{
	position:relative;
}

.fluid-section-one .content-column .benefits-tabs .tabs-content .tab .content .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:300;
	line-height:1.9em;
	margin-bottom:20px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:140px 0px 35px;
	background-color:#9ca3ff;
}

.team-section .sec-title{
	margin-bottom:90px;
}

.team-section .row{
	margin:0px -58px;
}

.team-section .team-block{
	padding:0px 58px;
}

.team-block{
	position:relative;
	margin-bottom:40px;
}

.team-block .inner-box{
	position:relative;
	display:block;
	padding:6px;
	border-radius:10px;
	background-color:#ffffff;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:10px;
}

.team-block .inner-box .lower-box{
	position:relative;
	text-align:center;
	padding:18px 0px 15px;
}

.team-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#232323;
}

.team-block .inner-box .lower-box h3 a{
	color:#232323;
}

.team-block .inner-box .lower-box .designation{
	position:relative;
	color:#b0b0b0;
	font-size:15px;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:125px 0px 175px;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
}

.testimonial-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(13,13,13,0.85);
}

.testimonial-section-two .sec-title{
	margin-bottom:0px;
}

.testimonial-section-two .inner-container{
	max-width:870px;
	margin:0 auto;
}

.testimonial-section-two .owl-dots,
.testimonial-section-two .owl-nav{
	display:none;
}

.testimonial-section-two .owl-stage-outer{
	padding-top:20px;
}

.testimonial-block-three{
	position:relative;
}

.testimonial-block-three .inner-box{
	position:relative;
}

.testimonial-block-three .inner-box .quote-icon{
	position:relative;
	color:#4d4d4d;
	font-size:48px;
	margin-bottom:20px;
}

.testimonial-block-three .inner-box .text{
	position:relative;
	color:#797979;
	font-size:20px;
	font-weight:500;
	line-height:1.9em;
	text-align:center;
	margin-bottom:25px;
}

.testimonial-block-three .inner-box .image{
	position:relative;
	width:83px;
	height:83px;
	margin:0 auto;
	border-radius:50%;
	margin-bottom:25px;
}

.testimonial-block-three .inner-box .image img{
	position:relative;
	width:83px;
	height:83px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block-three .inner-box .image:before{
	position:absolute;
	content:'';
	left:-5px;
	top:-5px;
	right:-5px;
	bottom:-5px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.20);
}

.testimonial-block-three .inner-box .author{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
}

.testimonial-block-three .inner-box .author span{
	color:#ffffff;
	font-size:13px;
	font-weight:300;
	text-transform:capitalize;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:450px;
}

/*** 

====================================================================
	Screenshots Section Two
====================================================================

***/

.screenshots-section-two{
	position:relative;
	padding:80px 0px 135px;
}

.screenshots-section-two .ms-skin-default .ms-nav-next{
	right:-170px;
	opacity:1 !important;
	display:block !important;
	background:#f3f1fe;
	color:#30333c;
	width:60px;
	height:60px;
	font-size:24px;
	line-height:60px;
	text-align:center;
	border-radius:50%;	
}

.screenshots-section-two .ms-skin-default .ms-nav-next:before{
	font-family: 'FontAwesome';
	content: "\f105";
	display:block;
	line-height:60px;
}

.screenshots-section-two .ms-skin-default .ms-nav-prev{
	left:-170px;
	opacity:1 !important;
	display:block !important;
	background:#f3f1fe;
	color:#30333c;
	width:60px;
	height:60px;
	font-size:24px;
	line-height:60px;
	text-align:center;
	border-radius:50%;	
}

.screenshots-section-two .ms-skin-default .ms-nav-prev:before{
	font-family: 'FontAwesome';
	content: "\f104";
	display:block;
	line-height:60px;
}

.screenshots-section-two .ms-skin-default .ms-nav-prev:hover,
.screenshots-section-two .ms-skin-default .ms-nav-next:hover{
	background:#30333c;
	color:#ffffff;	
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:40px 0px 40px;
}

.services-section .sec-title{
	margin-bottom:80px;
}

.services-block-two{
	position:relative;
	margin-bottom:40px;
}

.services-block-two .inner-box{
	position:relative;
	display:block;
	text-align:center;
}

.services-block-two .inner-box .icon-box{
	position:relative;
	width:90px;
	height:90px;
	color:#ffffff;
	line-height:90px;
	margin:0 auto;
	font-size:40px;
	margin-bottom:35px;
	border-radius:50%;
	background-color:#3e3f49;
	-webkit-box-shadow: 0px 4px 18px 0px rgba(62,63,73,0.2);
	-moz-box-shadow: 0px 4px 18px 0px rgba(62,63,73,0.2);
	box-shadow: 0px 4px 18px 0px rgba(62,63,73,0.2);
}

.services-block-two .inner-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
	text-transform:capitalize;
}

.services-block-two .inner-box .text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	font-weight:300;
}


/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section{
	position:relative;
	background-size:cover;
	padding:85px 0px 60px 0px;
	background-color:#ffffff;
	background-repeat:repeat-x;
}

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	font-size:36px;
	line-height:1em;
	font-weight:500;
	margin:0px 0px;
}

.fact-counter .count-outer .icon{
	position:relative;
	color:#9ca3ff;
	display:block;
	font-size:60px;
	line-height:1em;
	margin-bottom:35px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#232323;
	font-size:45px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:12px;
	font-weight:600;
	color:#232323;
	margin-top:10px;
	text-transform:uppercase;
	display:block;
	letter-spacing:1px;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding-top:160px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	background-color:#414e69;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.60);
}

/**
.page-title:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:450px;
	height:100%;
	display:block;
	z-index:11;
	background:url(../images/resource/banner-layer-1.jpg) repeat;
}
**/

.page-title h1{
	position:relative;
	color:#ffffff;
	font-size:45px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;
	padding-bottom:5px;
	margin-top:60px;
	display:inline-block;
	text-transform:capitalize;
}

.page-title .page-breadcrumb{
	position:relative;
}

.page-title .page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	color:#00df00;
	font-size:16px;
	font-weight:400;
}

.page-title .page-breadcrumb li.home a{
	padding-left:18px;
}

.page-title .page-breadcrumb li.home a:before{
	position:absolute;
	content:'\f015';
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:15.4px;
	font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:after{
	position:absolute;
	content:'/';
	right:-4px;
	top:0px;
	color:#ffffff;
	font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:last-child::after{
	display:none;
}

.page-title .page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-title .page-breadcrumb li a{
	color:#ffffff;
	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;
}

.page-title .page-breadcrumb li a:hover{
	color:#00df00;
}

.page-title .image{
	position:relative;
	z-index:99;
}

/*** 

====================================================================
	Sidebar Page
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:140px 0px 70px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	margin-bottom:40px !important;
}

.sidebar-page-container .sidebar{
	position:relative;	
}

.sidebar-page-container .blog-list{
	padding-right:60px;
	margin-bottom:30px;
	border-bottom:1px solid #e4e4e4;
}

.news-block{
	position:relative;
	margin-bottom:100px;
}

.news-block .inner-box{
	position:relative;
	display:block;
}

.news-block .inner-box .image{
	position:relative;
	margin-bottom:20px;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:10px;
}

.news-block .inner-box .lower-content{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	color:#777777;
	font-size:13px;
	font-weight:400;
	margin-right:20px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
	position:relative;
	color:#00df00;
	font-size:14px;
	margin-right:6px;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	font-size:30px;
	margin-top:5px;
	margin-bottom:6px;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	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;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#00df00;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	line-height:1.9em;
	color:#777777;
	font-size:15px;
	font-weight:300;
	margin-bottom:26px;
}

.news-block .inner-box .lower-content .theme-btn{
	padding:9px 28px;
}


.news-block-two{
	position:relative;
	margin-bottom:60px;
}

.news-block-two .inner-box{
	position:relative;
	display:block;
}

.news-block-two .inner-box .image{
	position:relative;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:10px 10px 0px 0px;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	border-radius:0px 0px 10px 10px;
	padding:30px 28px 40px;
	background-color:#f1f1f1;
}

.news-block-two .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-two .inner-box .lower-content .post-meta li{
	position:relative;
	color:#777777;
	font-size:13px;
	font-weight:400;
	margin-right:20px;
	display:inline-block;
}

.news-block-two .inner-box .lower-content .post-meta li .icon{
	position:relative;
	color:#00df00;
	font-size:14px;
	margin-right:6px;
}

.news-block-two .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	font-size:30px;
	margin-top:5px;
	margin-bottom:6px;
}

.news-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	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;
}

.news-block-two .inner-box .lower-content h3 a:hover{
	color:#00df00;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	line-height:1.9em;
	color:#777777;
	font-size:15px;
	font-weight:300;
	margin-bottom:26px;
}

.news-block-two .inner-box .lower-content .theme-btn{
	padding:9px 28px;
}

.news-block-two.style-two .inner-box .lower-content{
	background-color:#fd6d92;
}

.news-block-two.style-two .inner-box .lower-content h3 a,
.news-block-two.style-two .inner-box .lower-content .text,
.news-block-two.style-two .inner-box .lower-content .post-meta li,
.news-block-two.style-two .inner-box .lower-content .post-meta li .icon{
	color:#ffffff;
}

.news-block-two.style-three .inner-box .lower-content{
	background-color:#928efb;
}

.news-block-two.style-three .inner-box .lower-content h3 a,
.news-block-two.style-three .inner-box .lower-content .text,
.news-block-two.style-three .inner-box .lower-content .post-meta li,
.news-block-two.style-three .inner-box .lower-content .post-meta li .icon{
	color:#ffffff;
}

.news-block-two.style-four .inner-box .lower-content{
	background-color:#15d07f;
}

.news-block-two.style-four .inner-box .lower-content h3 a,
.news-block-two.style-four .inner-box .lower-content .text,
.news-block-two.style-four .inner-box .lower-content .post-meta li,
.news-block-two.style-four .inner-box .lower-content .post-meta li .icon{
	color:#ffffff;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;
	border:1px solid #e0e0e0;
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	border-right:1px solid #e0e0e0;
}

.styled-pagination li:last-child{
	border:none;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:7px 5px;
	height:34px;
	font-size:13px;
	min-width:34px;
	color:#777777;
	font-weight:500;
	text-align:center;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background-color:#00df00;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 35px;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:20px;
}

.sidebar-title h2{
    font-size: 20px;
    color: #232323;
    font-weight: 300;
    line-height: 1.2em;
	padding-bottom:15px;
    text-transform: capitalize;
	border-bottom:1px solid #ececec;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 25px;
	border:1px solid transparent;
	background:#f9f8f8;
	display:block;
	font-size:15px;
	width:100%;
	height:50px;
	color:#909090;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:60px;
	display:block;
	font-size:16px;
	color:#4c4c4c;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/*Blog Category*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
}

.cat-list li a{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:500;
	margin-bottom:20px;
	display:block;
	padding-left:25px;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cat-list li a:after{
	position:absolute;
	content:'\f0a9';
	left:0px;
	top:0px;
	color:#535353;
	font-size:15px;
	font-family: 'FontAwesome';
}

.cat-list li a:hover{
	color:#00df00;
}

.about-widget .text{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:300;
	line-height:1.9em;
}

/*Post Widget*/

.sidebar .popular-posts .sidebar-title{
	margin-bottom:30px;
}

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:100px;
	min-height:80px;
	margin-bottom:30px;
	padding-top:2px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:90px;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	border-radius:10px;
	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;
}

.sidebar .popular-posts .post .text{
	position:relative;
	font-size:15px;
	margin:5px 0px 0px;
	font-weight:500;
	color:#232323;
	line-height:1.6em;
	padding-right:50px;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#232323;
	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;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#00df00;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:15px;
	color:#bcbcbc;
	font-weight:300;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 28px 10px;
	margin:0px 6px 10px 0px;
	color:#777777;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	background:none;
	font-weight:600;
	border-radius:50px;
	border:1px solid #dfdfdf;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	color:#ffffff;
	border-color:#00df00;
	background-color:#00df00;
}

/*Blog Single*/

.blog-single{
	position:relative;
	padding-right:60px;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image{
	position:relative;
	margin-bottom:20px;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:10px;
}

.blog-single .inner-box .lower-content{
	position:relative;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	color:#777777;
	font-size:13px;
	font-weight:400;
	margin-right:20px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li .icon{
	position:relative;
	color:#00df00;
	font-size:14px;
	margin-right:6px;
}

.blog-single .inner-box .lower-content h2{
	position:relative;
	color:#222222;
	font-size:30px;
	line-height:1.2em;
	margin-top:10px;
	margin-bottom:15px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
	margin-bottom:40px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text blockquote{
	position:relative;
	padding:75px 75px;
	border:none;
	margin:35px 0px;
	background-color:#fafafa;
}

.blog-single .inner-box .lower-content .text blockquote .blockquote-text{
	position:relative;
	font-weight:300;
	color:#777777;
	line-height:1.7em;
	font-size:20px;
	padding-left:20px;
	border-left:5px solid #00df00;
}

/*post share options*/

.blog-single .post-share-options{
	position:relative;
	padding:30px 0px 6px;
	border-top:1px solid #e4e4e4;
}

.blog-single .post-share-options .tags a{
	position:relative;
	color:#aaaaaa;
	font-size:15px;
	font-weight:400;
	margin-left:15px;
}

.blog-single .post-share-options .tags span{
	position:relative;
	color:#232323;
	font-size:13px;
	font-weight:500;
	margin-right:5px;
}

.blog-single .post-share-options .tags{
	position:relative;
	color:#777777;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
}

.blog-single .post-share-options .social-icon-two{
	top:-10px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:40px;
	margin-top:70px;
}

.sidebar-page-container .title-box{
	position:relative;
	margin-bottom:30px;
}

.sidebar-page-container .title-box h2{
	color:#000000;
	font-size:20px;
	font-weight:400;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:50px 35px 50px;
	background-color:#fafafa;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 88px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	color:#333333;
	font-size:12px;
	font-weight:700;
	text-align:center;
	display:inline-block;
	padding:1px 10px;
	margin-top:16px;
	text-transform:uppercase;
	background-color:#ffb200;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .icon{
	font-size:13px;
	margin-right:2px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#232323;
	line-height:24px;	
	font-size:17px;
	font-weight:400;
}

.sidebar-page-container .comments-area .comment-info strong{
	font-weight:500;
}

.sidebar-page-container .comments-area .comment-info span{
	font-weight:400;
	font-size:16px;
	color:#777777;
	margin-left:22px;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating{
	position:relative;
	font-size:18px;
	color:#ffb200;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:14px;
    margin-top:5px;
	margin-bottom:0px;
    line-height: 1.6em;
	font-weight:300;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:12px;
	color:#4d4d4d;
	font-weight:400;
	text-transform:capitalize;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#7c77f7;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:20px 25px;
	color:#000000;
	height:120px;
	font-size:15px;
	resize:none;
	font-weight:300;
	background-color:#fafafa;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.blog-page{
	position:relative;
	padding:150px 0px 75px;
}

.blog-page .inner-container{
	padding-bottom:30px;
	margin-bottom:75px;
	border-bottom:1px solid #e4e4e4;
}

.blog-page .row{
	margin:0px -28px;
}

.blog-page .news-block-two{
	padding:0px 28px;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	padding:100px 0px;
}

.faq-section .faq-tabs{
	position:relative;	
}

.faq-section .faq-tabs h2{
	position:relative;	
	color:#222222;
	font-size:25px;
	font-weight:500;
	padding-bottom:22px;
	margin-bottom:25px;
	border-bottom:1px solid #d2d2d2;
}

.faq-section .faq-tabs .tab-btns{
	position:relative;
	margin-bottom:40px;
}

.faq-section .faq-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:15px;
	color:#222222;
	font-weight:400;
	cursor:pointer;
	line-height:1.6em;
	margin-bottom:10px;
	border-radius:50px;
	padding:15px 15px 15px 25px;
	transition:all 500ms ease;
	text-transform:capitalize;
}

.faq-section .faq-tabs .tab-btns .tab-btn.active-btn,
.faq-section .faq-tabs .tab-btns .tab-btn:hover{
	color:#222222;
	background-color:#ececec;
}

.faq-section .faq-tabs .tabs-content{
	position:relative;
	padding-left:60px;
}

.faq-section .faq-tabs .tabs-content h3{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:400;
	margin-bottom:20px;
}

.faq-section .faq-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.faq-section .faq-tabs .tabs-content .tab.active-tab{
	display:block;	
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
	z-index:10;
	margin-bottom:70px;
}

.faq-section .accordion-box{
	margin-bottom:0px;	
}

.accordion-box .block{
	position:relative;
	margin-bottom:20px;
	border-radius:10px;
	overflow:hidden;
}

.accordion-box .block:last-child{
	margin-bottom:0px;
}

.accordion-box .block:last-child .acc-btn{
	border:0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:15px;
	margin-bottom:0px;
	cursor:pointer;
	background:none;
	line-height:24px;
	font-weight:500;
	overflow:hidden;
	color:#232323;
	background-color:#ececec;
	padding:17px 40px 17px 50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer{
	position:absolute;
	right:40px;
	top:14px;
	font-size:12px;
	color:#b4b4b4;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	font-weight:600;
	/*margin-top:-15px;*/
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon{
	position: relative;
    display: block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity: 0;
}

.accordion-box .block.active-block .icon-minus{
	opacity:1;
	color:#b4b4b4;
	margin-top:-30px;
	border-color:#ff5400;
	background-color:#ff5400;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	background-color:#ffffff;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:15px;
	padding:0px 15px 25px 46px;
	background-color:#ececec;
}

.accordion-box .block .content p{
	margin-bottom:10px;
	line-height:1.8em;
	font-size:15px;
	color:#777777;
	font-weight:300;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Login Section
====================================================================

***/

.login-section{
	position:relative;
	padding:135px 0px 150px;
	background-color:#fdfdfd;
}

.login-section h2{
	position:relative;
	color:#232323;
	font-size:30px;
	text-align:center;
	margin-bottom:85px;
}

.login-bar{
	position:relative;
	max-width:1010px;
	margin:0 auto;
	padding:80px 0px;
	border-radius:10px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(250,250,250,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(250,250,250,1);
	box-shadow: 0px 0px 15px 0px rgba(250,250,250,1);
}

.login-bar .inner{
	position:relative;
	max-width:520px;
	margin:0 auto;
	padding:0px 15px;
}





.styled-form{
	position:relative;	
}

.styled-form .form-group{
	position:relative;
	margin-bottom:40px;
}

.styled-form.login-form .form-group:nth-child(2){
	margin-bottom:20px;
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .field-label{
	display:block;
	color:#232323;
	text-transform:capitalize;
	font-size:15px;
	margin-bottom:25px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#f1f1f1;
	line-height:38px;
	padding:10px 28px;
	height:60px;
	border-radius:50px;
	border:1px solid transparent;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.styled-form .remember-me{
	color:#232323;
	text-transform:capitalize;
	font-size:15px;
	margin-bottom:25px;
	font-weight:400;
}

.styled-form .forgot{
	position:relative;
	color:#232323;
	text-transform:capitalize;
	font-size:15px;
	margin-bottom:25px;
	font-weight:400;
}

.styled-form .theme-btn{
	position:relative;	
	width:100%;
	font-weight:600;
	font-size:20px;
	padding:16px 30px;
	margin-top:18px;
	border-color:#928efb;
	background-color:#928efb;
}

.styled-form .theme-btn:hover{
	background:none;
	color:#928efb;
}

.styled-form .account{
	position:relative;
	color:#777777;
	font-size:15px;
	text-align:center;
}

.signup-form.styled-form .theme-btn{
	margin-top:0px;
}