/* Abcus - Digital Agency HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Page Title
6. Section Title
7. Main Slider
8. Banner Section / two
9. Shop Banner Section
10. Product Bannner section
11. Features Section / two / three / four / five
12. Shop Features
13. Product Feature
14. Product Info
15. Control Features
16. Shop Info Section
17. Products Section
18. Product Single
19. App Intro Section
20. About Us / Two / Three / Four
21. Mission Section
22. Video Section
23. Who We Are
24. Services Section / Two / Three
25. Fact Counter style
26. Portfolio Section
27. Gallery Section
28. Portfolio Single
29. Team Section
30. Skill Section
31. Testimonial Section / Two / Three / Four
32. Process Section
33. Info Section
34. Ready To Start
35. News Section / Two
36. Blog Detail Section
37. Blog Grid Section
38. Features Tab Section
39. Pricing Section
40. App Feature
41. Video Section Two / Three
43. Case Study Section
43. Clients Section / Two
44. Call To Action
45. Form Section
46. Contact Map Section
47. Main Footer / Two / Three / Four / Five
48. Startup Section
49. Get Ready Section
50. Sidebar Page Container
51. Comments Area
52. Comments Form

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/*
font-family: 'Open Sans', sans-serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('custom-animate.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('multi-scroll.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#cc5dff;
}

.no-padding{
	padding:0px !important;
}

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;
}

input,button,select{
	
}

textarea{
	overflow:hidden;
}

p,.text{
	position:relative;
	line-height:1.8em;	
}

.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:250px;
}

/*List Style One*/

.list-style-one{
	position:relative;
	margin-top:30px;
}

.list-style-one li{
	position:relative;
	color:#898989;
	font-size:17px;
	font-weight:300;
	padding-left:28px;
	margin-bottom:35px;
}

.list-style-one li span{
	position:relative;
	color:#242424;
	font-size:20px;
	font-style:italic;
	display:block;
	margin-bottom:10px;
}

.list-style-one li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#18ba60;
}

/*List Style Two*/

.list-style-two{
	position:relative;
	margin-bottom:30px;
}

.list-style-two li{
	position:relative;
	margin-bottom:12px;
	color:#cc5dff;
	font-size:16px;
}

/*List Style Three*/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	margin-bottom:10px;
	color:#999999;
	font-size:16px;
	padding-left:30px;
}

.list-style-three li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:5px;
	color:#cc5dff;
	font-size:18px;
	line-height:1em;
	font-family: 'FontAwesome';
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:14px;
	line-height:22px;
	color:#ffffff;
	font-weight:700;
	background-color:#00aeef;
	text-align: center;
	padding: 15px 37px;
	text-transform: uppercase;
}

.btn-style-one:hover{
	background-color:#b95be5;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:14px;
	line-height:22px;
	color:#ffffff;
	font-weight:700;
	text-align: center;
	padding: 13px 37px;
	text-transform: uppercase;
	border:2px solid #ffffff;
}

.btn-style-two:hover{
	background:#ffffff;
	color:#00aeef;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	font-size:14px;
	line-height:22px;
	color:#ffffff;
	font-weight:700;
	background-color:#cc5dff;
	text-align: center;
	padding: 15px 37px;
	text-transform: uppercase;
}

.btn-style-three:hover{
	background:#00aeef;
	color:#ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	font-size:14px;
	line-height:22px;
	color:#ffffff;
	font-weight:700;
	background-color:#003346;
	text-align: center;
	padding: 15px 37px;
	text-transform: uppercase;
}

.btn-style-four:hover{
	background:#cc5dff;
	color:#ffffff;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	font-size:14px;
	line-height:20px;
	color:#555555;
	font-weight:700;
	border:1px solid #dddddd;
	text-align: center;
	padding: 14px 37px;
	text-transform: uppercase;
}

.btn-style-five:hover{
	background:#cc5dff;
	color:#ffffff;
	border:1px solid #cc5dff;
}

.theme_color{
	color:#cc5dff;	
}

img{
	display:inline-block;
	max-width:100%;	
}

.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);}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:70px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:65px;
	text-align:center;
	z-index:99999;
	cursor:pointer;
	border-radius:50px;
	background:#cc5dff;
	display:none;
	border:2px solid #cc5dff;
	-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;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two{
	position: relative;
	background-color: #ffffff;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#18191b;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .sticky-inner-container{
	padding:0px 90px;
}

.sticky-header .logo{
	padding:20px 0px;	
}

.main-header .sticky-header .outer-box{
	margin-top:20px;
	float: right;
}

.main-header .sticky-header .main-menu{
	float: left;
	margin: 0;
}

.main-header .sticky-header .search-box-outer .dropdown-menu{
	top:46px;
}

.fixed-header .sticky-header{
	z-index:99999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .nav-outer{
	position:relative;
	text-align: center;
}

.main-header .header-upper{
	position:relative;
	z-index:5;
	padding:0px 90px;
	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-header .logo-outer{
	position:relative;
	z-index:25;
	padding:35px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-menu{
	position:relative;
	display: inline-block;
	text-align: center;
	margin-top: 26px;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin: 0 23px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
	margin-left:30px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:14px;
	color:#cc5dff;
	line-height:20px;
	font-weight:700;
	opacity:1;
	text-transform:uppercase;
	padding:15px 0px 15px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a{
	color: #222222;
}

.header-style-three .main-menu .navigation > li > a{
	padding:15px 0px 15px 0px;
}

.header-style-four .main-menu .navigation > li > a{
	color: #222222;
}

.main-menu .navigation > li > a:after{
	position:absolute;
	content:'';
	left:0px;
	right: 0;
	bottom:5px;
	width:16px;
	height:2px;
	opacity:0;
	margin: 0 auto;
	background-color:#cc5dff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-three .main-menu .navigation > li > a:after{
	display:none;
}

.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#ffffff;
	padding:20px 0px;
	line-height:30px;
	font-size:14px;
	font-weight:700;
	min-height:0px;
	background:none;
	border:0px;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	color:#cc5dff;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li > ul:before{
	display:none;
}

.main-header .sticky-header .main-menu .navigation > li > ul{
	top:100% !important;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	margin-top:20px;
	width:240px;
	padding:0px 0px;
	z-index:100;
	background:#f5f5f5;
	border-top: 2px solid #cc5dff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	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 #dedede;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	color:#242424;
	text-align:left;
	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;
}

.main-menu .navigation > li > ul > li:hover > a:before{
	background-color:#ffffff;
}

.main-menu .navigation > li > ul > li:hover > a{
	background-color:#cc5dff;
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:250px;
	padding:0px;
	z-index:100;
	background:#f5f5f5;
	border-top:2px solid #cc5dff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	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 > li > ul:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:20px;
	height:100%;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #dedede;
}

.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 20px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	color:#242424;
	text-align:left;
	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;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
	background-color:#ffffff;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color:#cc5dff;
	color:#ffffff;
}

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-menu .navigation > li.dropdown:hover > ul{
	margin:0px;
	opacity:1;
	visibility:visible;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	margin:0px;
	visibility:visible;
	opacity:1;
	top:-2px;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box,
.header-style-five .btn-box{
	position:relative;
	margin-top:36px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .outer-box .cart-btn{
	position: relative;
	float: left;
	margin-left: 25px;
}

.main-header .outer-box .cart-btn .count{
	position: absolute;
	right: -5px;
	bottom: -5px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background-color: #cc5dff;
	font-size: 10px;
	color: #ffffff;
	font-weight: 600;
	line-height: 16px;
}

.main-header .outer-box .cart-btn a{
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-two .outer-box .cart-btn a{
	font-size:22px;
}

.main-header .outer-box .nav-btn,
.header-style-five .btn-box .nav-btn{
	position:relative;
	float: left;
	font-size:20px;
	cursor:pointer;
	color:#ffffff;
	margin-left:25px;
	display:inline-block;
}

.header-style-four .outer-box .nav-btn,
.header-style-four .outer-box .cart-btn a,
.header-style-two .outer-box .nav-btn,
.header-style-two .outer-box .cart-btn a,
.header-style-five .outer-box .nav-btn,
.header-style-five .btn-box .nav-btn{
	color: #222222;
}

.header-style-five .btn-box .nav-btn{
	color:#999999;	
}

.main-header .header-lower .search-box-outer{
	min-width:60px;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	font-size:18px;
	color:#ffffff;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	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-header .header-lower .search-box-outer .dropdown-menu{
	top:44px;
	right:0px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #cc5dff;
}

.header-style-three .header-lower .search-box-outer .dropdown-menu{
	top:39px;	
}

.main-header .header-lower .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .header-lower .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .header-lower .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-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 .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus{
	border-color:#cc5dff;	
}

.main-header .header-lower .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/*search box btn*/

.main-header .search-box-outer{
	position:relative;
	float: left;
	display:inline-block;
}

.main-header .search-box-btn{
	position:relative;
	font-size:18px;
	color:#ffffff;
	line-height:1em;
	cursor:pointer;
	display:inline-block;
	background:none;
}

.header-style-four .search-box-btn,
.header-style-two .search-box-btn{
	color: #222222;
}

.main-header .search-box-outer .dropdown-menu{
	top:62px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #cc5dff;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#cc5dff;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:30px;
	font-size:13px;
	color:#777777;
	text-align:left;
	padding:0px 0px 0px 50px;
}

.main-header .info-box:first-child{
	padding-right:30px;
	border-right:1px solid #c8c8c8;
}

.main-header .info-box:last-child{
	padding-right:0px;
	margin-left:0px;
	top:-2px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:6px;
	color:#cc5dff;
	font-size:26px;
	text-align:left;
	line-height:1.2em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	line-height:20px;
	color:#767676;
	font-size:15px;
	margin-bottom:3px;
	font-weight:500;
}

.main-header .info-box strong{
	font-weight:500;
	color:#333333;
	font-size:15px;
	display:block;
	margin-bottom:4px;
}

.header-style-five{
	position:fixed;	
}

.header-style-five.fixed-header{
	background:#ffffff;
	border-bottom:1px solid #f0f0f0;
}

.header-style-five.fixed-header .logo-outer{
	padding:20px 0px;	
}

.header-style-five.fixed-header .outer-box,
.header-style-five.fixed-header .btn-box{
	margin-top:20px;	
}


/*** 

====================================================================
	Fullscreen Menu
====================================================================

***/

body.side-content-visible{
	overflow:hidden;
}

.fullscreen-menu{
	position: fixed;
	left:0px;
	top: 0;
	width: 100%;
	height: 100%;
	background: #272727;
	z-index: 99999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	overflow-y:auto;
	opacity:0;
	visibility:hidden;
}

body.side-content-visible .fullscreen-menu{
	opacity:1;
	visibility:visible;
}

.fullscreen-menu .close-menu{
	position:absolute;
	right:15px;
	top:10px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:right;
	font-size:24px;
	color:#ffffff;
	z-index:5;
	cursor:pointer;
	font-weight:300;
}

.fullscreen-menu .close-menu:hover{
	opacity:0.50;	
}

.fullscreen-menu .menu-outer-container{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;	
}

.fullscreen-menu .menu-outer-container .menu-box{
	position:relative;
	width:100%;
	display:table-cell;
	vertical-align:middle;	
}

.fullscreen-menu .full-menu{
	position:relative;
	display:block;
	max-width:500px;
	margin:0 auto;
	padding:50px 15px;
	text-align:center;
}

.fullscreen-menu .full-menu .navigation{
	position:relative;
	display:block;
	border:1px dashed #ffffff;
}

.fullscreen-menu .full-menu .navigation > li{
	position:relative;
	display:block;
	border-bottom:1px dashed #ffffff;
}

.fullscreen-menu .full-menu .navigation > li:last-child{
	border:none;	
}

.fullscreen-menu .full-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:12px 20px;
}

.fullscreen-menu .full-menu .navigation > li .dropdown-btn{
	position:relative;
	display:none;
}

.fullscreen-menu .full-menu .navigation > li > ul,
.fullscreen-menu .full-menu .navigation > li > ul > li > ul{
	position:relative;
	display:none;	
}

.fullscreen-menu .full-menu .navigation > li > ul > li,
.fullscreen-menu .full-menu .navigation > li > ul > li > ul > li{
	position:relative;
	display:block;
	border-top:1px dashed #ffffff;	
}

.fullscreen-menu .full-menu .navigation > li > ul > li:last-child,
.fullscreen-menu .full-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.fullscreen-menu .full-menu .navigation > li > ul > li > a,
.fullscreen-menu .full-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	font-size:16px;
	font-weight:500;
	color:#ffffff;
	text-transform:capitalize;
	letter-spacing:1px;
	padding:12px 20px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100px;
	font-size:18px;
	font-style:normal;
	height:50px;
	padding:10px 20px;
	line-height:33px;
	color:#262626;
	float:left;
	border-radius:0px;
	border:1px solid #f2f2f2;
	background:#ffffff;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#262626;
	line-height:23px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#cc5dff;
	border-color:#cc5dff;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
}


body.side-content-visible{
	overflow:hidden;	
}

.appointment-box{
	position: fixed;
    right: -500px;
    top: 0px;
    max-width: 100%;
	height:100%;
	overflow-y:auto;
    z-index: 99999;
    opacity: 0;
	background-color: #003346;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.side-content-visible .appointment-box{
	right:0px;
	opacity:1;
	visibility:visible;
}

.appointment-box .inner-box{
	position:relative;
	background-color: #003346;
	padding:80px 40px 50px;
}

.appointment-box .inner-box .cross-icon{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
}

.appointment-box .inner-box h2{
	position:relative;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	color:#ffffff;
	margin-bottom:20px;
}

/*Appointment Form*/

.appointment-form{
	position:relative;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 25px;
	height:45px;
	color:#ffffff;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.10);
	background:none;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.appointment-form  input::placeholder,
.appointment-form  textarea::placeholder{
	color:#bdbdbd;
}

.appointment-form textarea{
	height:135px;
	resize:none;
}

.appointment-form .form-group button{
	margin-top:10px;
	display: block;
	width: 100%;
}

.contact-info-box{
	position:relative;
	padding-top:50px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	margin-bottom:5px;
}

.contact-info-box .info-list:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:1px;
	background-color:#ffffff;
}

.contact-info-box .social-list{
	position:relative;
}

.contact-info-box .social-list li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:6px;
	display:inline-block;
}

.contact-info-box .social-list li a{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:rgba(255,255,255,0.50);
	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;
}

.contact-info-box .social-list li a:hover{
	color:rgba(255,255,255,0.80);
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:9990;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.side-content-visible .form-back-drop{
	opacity:1;
	visibility:visible;
}

/*** 

====================================================================
	Side Nav Two
====================================================================

***/

.with-side-navigation{
	position:relative;
	padding-left:300px;	
}

.sidenav-bar{
	position:fixed;
	left:0px;
	top:0px;
	width:50px;
	height:100%;
	background:#202020;
	color:#ffffff;
	display:none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.sidenav-bar .toggle-btn{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#ffffff;
	cursor:pointer;	
	z-index:10;
}

.sidenav-bar .social-links{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
}

.sidenav-bar .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 0px 10px;	
}

.sidenav-bar .social-links li a{
	position:relative;
	display:block;
	color:#222222;
	width:32px;
	height:32px;
	background:#f0f0f0;
	line-height:32px;
	border-radius:50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .social-links li a:hover{
	color:#ffffff;
	background:#cc5dff;		
}

.side-nav-two{
	position:fixed;
	width:300px;
	left:0px;
	top:0px;
	height:100%;
	z-index:999;
	background:#fefefe;
	-webkit-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
	-ms-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.side-nav-two.alternate{
	left:-300px;	
}

.active-side-nav .side-nav-two.alternate{
	left:0px;	
}

.side-nav-two .toggle-btn{
	position:absolute;
	right:5px;
	top:0px;
	width:40px;
	height:40px;
	font-size:20px;
	line-height:40px;
	text-align:center;
	color:#202020;
	cursor:pointer;	
	display:none;
	z-index:10;
}

.side-nav-two.alternate .toggle-btn{
	display:block;	
}

.side-nav-two .toggle-btn .closer{
	width:50px;
	height:50px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#222222;	
}

.side-nav-two .side-nav-wrapper{
	position:relative;
	padding:40px 30px 0px;
		
}

.side-nav-two .logo{
	position:relative;
	margin-bottom:50px;
	padding:40px 0px;
	padding-left:50px;
	background:url(../images/icons/dots-17.png) -5px top no-repeat;	
}

.side-nav-two .side-nav{
	position:relative;
	margin-bottom:30px;	
}

.side-nav-two .side-nav .navigation > li,
.side-nav-two .side-nav .navigation > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.05);	
}

.side-nav-two .side-nav .navigation > li.dropdown > ul > li:last-child{
	border-bottom:none;	
}

.side-nav-two .side-nav .navigation > li.dropdown > ul > li:first-child{
	border-top:1px solid rgba(0,0,0,0.05);	
}

.side-nav-two .side-nav .navigation > li > a{
	position:relative;
	display:block;
	line-height:26px;
	padding:12px 0px;
	color:#222222;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
}

.side-nav-two .side-nav .navigation > li > ul > li > a,
.side-nav-two .side-nav .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	line-height:20px;
	padding:10px 20px;
	color:#222222;
	font-weight:600;
	font-size:13px;
	text-transform:capitalize;
}

.side-nav-two .side-nav .navigation > li > ul > li,
.side-nav-two .side-nav .navigation > li > ul > li > ul > li{
	margin-bottom:0px;	
}

.side-nav-two .side-nav .navigation > li > ul > li:last-child,
.side-nav-two .side-nav .navigation > li > ul > li > ul > li:last-child{
	margin:0px;
}

.side-nav-two .side-nav .navigation > li:hover > a,
.side-nav-two .side-nav .navigation > li > ul > li:hover > a,
.side-nav-two .side-nav .navigation > li.current > a,
.side-nav-two .side-nav .navigation > li > ul > li.current > a{
	color:#cc5dff;	
}

.side-nav-two .side-nav .navigation > li.dropdown > a{
	padding-right:30px;	
}

.side-nav-two .side-nav .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f061";
	position:absolute;
	right:0px;
	top:12px;
	display:block;
	font-size:10px;
	z-index:5;
	font-weight:300;
}

.side-nav-two .side-nav .navigation > li.dropdown > ul,
.side-nav-two .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{
	position:absolute;
	display:block;
	opacity:0;
	visibility:hidden;
	left:100%;
	margin-left:30px;
	top:0px;
	width:220px;
	z-index:100;
	background:#ffffff;
	padding:0px 0px;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top;
	-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);
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.side-nav-two .side-nav .navigation > li.dropdown.active > ul,
.side-nav-two .side-nav .navigation > li.dropdown > ul > li.dropdown.active > ul{
	opacity:1;
	visibility:visible;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	transform:scaleY(1);
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;	
}

.side-nav-two .side-nav .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:10px;
	width:34px;
	height:30px;
	border:1px solid #e0e0e0;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#cccccc;
	cursor:pointer;
	z-index:5;
	display:none;
}

.side-nav-two .bottom-content{
	position:absolute;
	text-align:center;
	left:30px;
	right:30px;
	bottom:10px;
	font-size:14px;
	line-height:1.7em;
	padding-top:30px;
	border-top:1px solid #f0f0f0;
}

.side-nav-two .social-links{
	position:relative;
	text-align:center;
	font-size:14px;
	margin-bottom:30px;
}

.side-nav-two .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 3px;	
}

.side-nav-two .social-links li a{
	position:relative;
	display:block;
	color:#222222;
	width:40px;
	height:40px;
	background:#f0f0f0;
	line-height:40px;
	border-radius:50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.side-nav-two .social-links li a:hover{
	color:#ffffff;
	background:#cc5dff;		
}

/*** 

====================================================================
			Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:290px 0px 280px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	text-align: center;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	background-color: #000000;
	opacity: .70;
}

.page-title:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	background: #00aeef; 
	background: -moz-linear-gradient(left, #00aeef 0%, #cc5dff 100%);
	background: -webkit-linear-gradient(left, #00aeef 0%,#cc5dff 100%);
	background: linear-gradient(to right, #00aeef 0%,#cc5dff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#cc5dff',GradientType=1 );
	opacity: .1;
	z-index: 1;
}
	
.page-title .sub-title{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;	 
	z-index: 9;
}

.page-title h1{
	display: block;
	font-size: 60px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	z-index: 9;
}

.page-title.style-two{
	position: relative;
	background-color: #00212d;
	padding: 220px 0 100px;
	overflow: hidden;
}

.page-title.style-three:before,
.page-title.style-three:after,
.page-title.style-two:before,
.page-title.style-two:after{
	display: none;
}

.icon-dots-14{
	height: 345px;
	width: 345px;
	background-image: url(../images/icons/dots-14.png);
}

.page-title.style-two .icon-dots-14{
	right: 40px;
	bottom: -170px;
}

.icon-dots-16{
	height: 226px;
	width: 226px;
	background-image: url(../images/icons/dots-16.jpg);
}

.page-title.style-three .icon-dots-16{
	right: 130px;
	bottom: 40px;
}

.page-title.style-three{
	background-color: #f5f5f5;
	padding: 220px 0 110px;
	overflow: hidden;
}

.page-title.style-three h1{
	color: #222222;
}

/*** 

====================================================================
				Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:75px;
}

.sec-title h2{
	position: relative;
	display:block;
	font-size:34px;
	color:#222222;
	line-height:1.2em;
	font-weight:700;
}

.sec-title h2 span{
	position: relative;
	display: inline-block;
	padding-right: 15px;
}

.sec-title h2 span:before{
	position:absolute;
	content:'';
	left: 2px;
	top: 7px;
	width:15px;
	height:3px;
	background-color:#cc5dff;
}

.sec-title h2 span:after{
	position:absolute;
	content:'';
	right: 0px;
	bottom: 7px;
	width:6px;
	height:6px;
	background-color:#cc5dff;
}

.sec-title .sub-title{
	position:relative;
	display: block;
	color:#555555;
	font-size:18px;
	font-weight: 300;
	line-height: 26px;
	font-style:italic;
	margin-top: 7px;
	margin-bottom:5px;
}

.sec-title .text{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	margin-top: 25px;
}

.sec-title.style-two h2{
	font-size: 90px;
	line-height: 1.2em;
	color: #f0f0f0;
	font-weight: 700;
}

.sec-title.style-two .text{
	font-weight: 300;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.gradient-layer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	opacity: .30!important;
	background: rgb(0,174,239);
	background: -moz-linear-gradient(45deg, rgba(0,174,239,1) 0%, rgba(204,93,255,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	background: linear-gradient(45deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#cc5dff',GradientType=1 );
}

.overlay-layer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1!important;
	background-color: #000000;
	opacity: .80 !important;
}	

.left-line{
	position: relative;
	height: 120px;
	width: 120px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

.right-line{
	position: relative;
	height: 120px;
	width: 120px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.right-line:before,
.left-line:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	border-bottom: 2px solid #ffffff;
	content: "";
}

.right-line:before{
	left: auto;
	right: 0;
}

.main-slider h5{
	position:relative;
	font-size:15px;
	line-height:1.3em;
	color:#ffffff;
	font-weight:600;
	display: block;
	text-transform: uppercase;
}

.main-slider h2{
	position:relative;
	font-size:60px;
	line-height:1.2em;
	color:#ffffff;
	font-weight:700;
}

.main-slider .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 400;
}

.main-slider .btn-box .theme-btn{
	display: inline-block;
	margin: 0 8px;
}

.main-slider .content-image{
	position: relative;
}

.main-slider .content-image img{
	display: block;
	max-width: 100%;
	height: auto;
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay,
.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}

/* === Main Slider Style Two ===*/
.main-slider.style-two .gradient-layer{
	opacity: .10 !important;
}

.main-slider.style-two .overlay-layer{
	opacity: .90 !important;
}

.main-slider.style-two h2{
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 600;	
}

.main-slider .rouded img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

/*** 

====================================================================
					Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 230px 0 265px;
}

.banner-section .content-column .inner-column{
	position: relative;
	margin-right: -30px;
}

.banner-section .title{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.banner-section h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 45px;
}

.banner-section .link-box{
	position: relative;
}	

.banner-section .app-btn{
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.banner-section .app-btn img{
	border-radius: 6px;
	filter:drop-shadow( 0 10px 30px rgba(0,0,0,.2));
}

.banner-section .video-link{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

.banner-section .image-column .inner-column{
	margin-bottom: -160px;
	margin-right: -240px;
	margin-top: -40px;
}
 
.banner-section .image-column .image-box{
	position: relative;
	z-index: 9;
}

.banner-section .image-column .image-box:before{
	position: absolute;
	right: 25px;
	top: 90px;
	height: 150px;
	width: 150px;
	background-image: url(../images/icons/dots-2.png);
	background-repeat: no-repeat;
	content: "";
	z-index: -1;
}

.banner-section .image-column .image-box img{
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
			Banner Section Two
====================================================================

***/

.banner-section-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 270px 0 270px;
}

.banner-section-two:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .70;
	background: #00aeef;
	background: -moz-linear-gradient(45deg, #00aeef 0%, #001520 100%);
	background: -webkit-linear-gradient(45deg, #00aeef 0%,#001520 100%);
	background: linear-gradient(45deg, #00aeef 0%,#001520 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#001520',GradientType=1 );
	content: "";
}

.banner-section-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .20;
}

.banner-section-two .content-box{
	position: relative;
	z-index: 9;
}

.banner-section-two .content-box .inner-box{
	position:relative;
	max-width:770px;
	float:right;
}

.banner-section-two .title{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.banner-section-two h2{
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.banner-section-two .text{
	position: relative;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 40px;
}

/*** 

====================================================================
				Shop Banner Section
====================================================================

***/

.shop-banner-section{
	position: relative;
	background-color: #292929;
}

.shop-banner-section .auto-container{
	position: relative;
}

.icon-dots-6{
	height: 374px;
	width: 374px;
	background-image: url(../images/icons/dots-6.png);
}

.icon-two-lines{
	height: 349px;
	width: 396px;
	background-image: url(../images/icons/two-lines.png);
}

.icon-twist-4{
	width:71px;
	height:11px;
	background-image: url(../images/icons/icon-twist-4.png);
}

.shop-banner-section .icon-dots-6{
	left: 405px;
	top: 135px;
	z-index: 99;
}

.shop-banner-section .icon-two-lines{
	left:100px;
	top: 160px;
}

.shop-banner-section .icon-twist-4{
	position: absolute;
	left: 680px;
	bottom: 120px;
	z-index: 9;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.shop-banner-section .content-column{
	z-index: 9;
}

.shop-banner-section .content-column .inner-column{
	position: relative;
	padding: 150px 0 165px;
}

.shop-banner-section h2{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 58px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 15px;
}

.shop-banner-section h2 span{
	font-weight: 600;
}

.shop-banner-section .text{
	position: relative;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}

.shop-banner-section .link-box{
	position: relative;
}	

.shop-banner-section .image-column{
	z-index: 1;
}

.shop-banner-section .image-column .inner-column{
	margin-right: -390px;
	margin-left: -207px;
}
 
.shop-banner-section .image-column .image-box{
	position: relative;
	z-index: 9;
}

.shop-banner-section .image-column .image-box img{
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
				Product Bannner section
====================================================================

***/

.product-banner-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	background-color: #292929;
}

.product-banner-section .content-column .inner-column{
	position: relative;
	padding: 290px 0 200px;
}

.product-banner-section h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	margin-bottom: 35px;
}

.product-banner-section .text{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	color: #555555;
	font-weight: 400;
	margin-bottom: 40px;
}

.product-banner-section .link-box{
	position: relative;
}	

/*** 

====================================================================
				Features Section
====================================================================

***/

.features-section{
	position: relative;
}

.features-section .inner-container{
	position: relative;
	z-index: 10;
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	transform: translateY(-25px);
}

.features-section .row{
	margin: 0;
}

.feature-block{
	position: relative;
	padding: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block.active,
.feature-block:hover{
	z-index: 9;
}

.feature-block .inner-box{
	position: relative;
	text-align: center;
	margin-top: 15px;
	padding: 60px 35px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 30px rgba(3,4,4,.07);
	-moz-box-shadow: 0 5px 30px rgba(3,4,4,.07);
	-ms-box-shadow: 0 5px 30px rgba(3,4,4,.07);
	-o-box-shadow: 0 5px 30px rgba(3,4,4,.07);
	box-shadow: 0 5px 30px rgba(3,4,4,.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block.active .inner-box,
.feature-block:hover .inner-box{
	margin-top: 0;
	padding-top: 75px;
}

.feature-block .inner-box:before{
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 3px;
	width: 0;
	background-color: #b95be5;
	content: "";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block.active .inner-box:before,
.feature-block .inner-box:hover:before{
	width: 100%;
	left: 0;
}

.feature-block .icon-box{
	position: relative;
	font-size: 70px;
	line-height: 50px;
	color: #222222;
	font-weight: 300;
	margin-bottom: 30px;
}

.feature-block h3{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.feature-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}	

.feature-block h3 a:hover{
	color: #b95be5;
}

.feature-block .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
}

/*** 

====================================================================
				Features Section Two
====================================================================

***/

.features-section-two{
	position: relative;
	padding: 130px 0 90px;
}

.feature-block-two{
	position: relative;
	margin-bottom: 40px;
}
	
.feature-block-two .inner-box{
	position: relative;
	text-align: center;
}

.feature-block-two .icon-box{
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 35px;
}

.feature-block-two .icon-box:before{
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 16px;
	margin-left: -8px;
	background-color: #cc5dff;
	content: "";
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .icon-box:before{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.feature-block-two .icon-box .icon{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	height: 115px;
	width: 115px;
	line-height: 115px;
	font-size: 48px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	background-color: #003a4f;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .icon-box .icon:after{
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border:5px solid #ffffff;
	background-color: #00aeef;
	content: "";
}

.feature-block-two .inner-box:hover .icon-box .icon:after,
.feature-block-two .inner-box:hover .icon-box .icon{
	background-color: #cc5dff;
}

.feature-block-two h3{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 18px;
}

.feature-block-two h3 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;	
	-moz-transition: all 300ms ease;	
	-ms-transition: all 300ms ease;	
	-o-transition: all 300ms ease;	
	transition: all 300ms ease;	
}

.feature-block-two h3 a:hover{
	color: #cc5dff;
}

.feature-block-two .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
}

.features-section-two.style-two{
	position: relative;
	padding: 125px 0 115px;
	background-color: #00212d;
}

.features-section-two.style-two .row{
	margin: 0 -50px;
}

.features-section-two.style-two .feature-block-two{
	padding: 0 50px;
}

.features-section-two.style-two .feature-block-two .icon-box .icon{
	position: relative;
	background-color: transparent;
	border:2px solid #00aeef;
	color: #ffffff;
}

.features-section-two.style-two .feature-block-two .inner-box:hover .icon-box .icon{
	border-color: #cc5dff;
}

.features-section-two.style-two .feature-block-two .inner-box:hover .icon-box:before{
	background-color: #cc5dff;
}

.features-section-two.style-two .feature-block-two .icon-box .icon:after{
	border-color: #002634;
}

.features-section-two.style-two .feature-block-two .text{
	color: #cccccc;
}

.features-section-two.style-two .feature-block-two h3 a,
.features-section-two.style-two .feature-block-two h3{
	color: #ffffff;
}

.features-section-two.style-two .feature-block-two h3 a:hover{	
	color: #cc5dff;
}

.features-section-two.style-two .feature-block-two .icon-box:before{
	background-color: #ffffff;
}

/*** 

====================================================================
				Features Section Three
====================================================================

***/

.features-section-three{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 140px 0 140px;
	z-index: 1;
}

.features-section-three .row{
	margin: 0 -50px;
}

.feature-block-three{
	position: relative;
	padding: 0 50px;
}

.feature-block-three:nth-child(3n + 2){
	margin-top: 50px;
}

.feature-block-three:nth-child(3n + 3){
	margin-top: 100px;
}

.feature-block-three .inner-box{
	position: relative;
	text-align: center;
}

.feature-block-three .icon-box{
	position: relative;
	display: inline-block;
	height: 100px;
	width: 100px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-bottom: 45px;
}

.feature-block-three .icon-box span{
	font-size: 42px;
	line-height: 100px;
	color: #222222;
}

.feature-block-three .icon-box:before{
	position: absolute;
	left: -10px;
	top: -10px;
	height: 120px;
	width: 120px;
	border:1px solid rgba(255,255,255,.25);
	content: "";
	border-radius: 50%;
}

.feature-block-three .icon-box:after{
	position: absolute;
	left: -20px;
	top: -20px;
	height: 140px;
	width: 140px;
	border:1px solid rgba(255,255,255,.25);
	content: "";
	border-radius: 50%;
}

.feature-block-three h4{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}

.feature-block-three h4 a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-three h4 a:hover{
	color: #222222;
}

.feature-block-three .text{
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 300;
}

/*** 

====================================================================
				Features Section Four
====================================================================

***/

.features-section-four{
	position: relative;
	padding: 120px 0 125px;
}

.features-section-four .content-column .inner-column{
	position: relative;
	margin-left: -30px;
}

.features-section-four .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 5px;
}

.features-section-four h2{
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	padding-bottom: 25px;
	margin-bottom: 35px;
}

.features-section-four h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: "";
}

.features-section-four .text{
	position: relative;
	margin-bottom: 40px;
}

.features-section-four .text p{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
}

.feature-block-four{
	position: relative;
	margin-bottom: 30px;
}

.feature-block-four .inner-box{
	position: relative;
}

.feature-block-four .title-box{
	position: relative;
	padding-left: 65px;
	min-height: 60px;
	margin-bottom: 10px;
}

.feature-block-four .title-box .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 60px;
	color: #00aeef;
}	

.feature-block-four .title-box h3{
	display: inline-block;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	margin-top: 15px;
}

.feature-block-four .title-box h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-four .title-box h3 a:hover{
	color: #00aeef;
}

.feature-block-four .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
}

.features-section-four .image-column .inner-column{
	position: relative;
	margin-left: -140px;
	padding-right: 100px;
}

.features-section-four .image-box{
	position: relative;
} 

.features-section-four .image-box:before{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 370px;
	left: -50px;
	margin-bottom: -50px;
	content: "";
	z-index: -1;
	background-color: #f0fafe;
}

.features-section-four .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

/*** 

====================================================================
				Features Section Five
====================================================================

***/

.feature-section-five{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 125px 0 0;
}

.icon-dots-13{
	width: 332px;
	height: 332px;
	background-image: url(../images/icons/dots-13.png);
}

.feature-section-five .icon-dots-13{
	left: 20px;
	top: 150px;
	z-index: 1;
}

.feature-section-five .side-image{
	position: absolute;
	right: -250px;
}

.feature-section-five .side-image img{
	display: block;
	max-width: 100%;
	height: auto;
}

.feature-section-five .content-box{
	position: relative;
	text-align: center;
}

.feature-section-five .content-box h2{
	display: block;
	font-size: 60px;
	line-height:1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 40px;
}

.feature-section-five .content-box h2 span{
	font-weight: 700;
}

.feature-section-five .content-box .image-box{
	position: relative;
}

.feature-section-five .content-box .image-box img{
	max-width: 100%;
	height: auto;
	display: inline-block;
}

/*** 

====================================================================
				Shop Features
====================================================================

***/

.shop-features{
	position: relative;
	padding: 110px 0 70px;
}

.feature-block-four{
	position: relative;
	margin-bottom: 30px;
}

.feature-block-four .inner-box{
	position: relative;
}

.feature-block-four .image-box {
	position: relative;
	overflow: hidden;
}

.feature-block-four .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-four .image-box:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-block-four .title{
	position: relative;
	text-align: center;
	padding-top: 35px;
}

.feature-block-four .title h3{
	font-size: 24px;
	color: #222222;
	line-height: 1.2em;
	font-weight: 600;
}

.feature-block-four .title h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-four .title h3 a:hover{
	color: #00aeef;
}

/*** 

====================================================================
				Product Feature Section
====================================================================

***/

.product-feature-section{
	position: relative;
	padding: 120px 0 100px;
	overflow:hidden;
}

.product-feature-section .image-box{
	position: relative;
	max-width:940px;
	margin:0 auto 100px;
	text-align: center;
	padding:0px 20px;
}

.product-feature-section .image-box img{
	display: inline-block;
	max-width: 100% !important;
	width:auto !important;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity:0.30;
}

.product-feature-section .image-box .active img{
	opacity:1;	
}

.product-feature-section .image-box .owl-stage-outer{
	overflow:visible;	
}

.product-feature-section .image-box .owl-nav,
.product-feature-section .image-box .owl-dots{
	display:none;	
}

.product-feature-section .row{
	margin: 0 -60px;
}

.product-feature{
	position: relative;
	padding: 0 60px;
	margin-bottom: 50px;
}

.product-feature .inner-box{
	position: relative;
	text-align: center;
}

.product-feature .icon-box{
	position: relative;
	display: inline-block;
	font-size: 70px;
	line-height: 1em;
	color: #222222;
	margin-bottom: 40px;
}

.product-feature h3{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 25px;
} 

.product-feature h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-feature h3 a:hover{
	color: #00aeef;
}

.product-feature .text{
	position: relative;	
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
}

/*** 

====================================================================
				Product Info Section
====================================================================

***/

.product-info-section{
	position:relative;
	overflow: hidden;
}

.product-info-section:after,
.product-info-section:before{
	position: absolute;
	left: 0;
	top: -25px;
	height: 50px;
	width: 100%;
	background-color: #ffffff;
	content: "";
	border-radius: 50%;
	z-index: 1;
}

.product-info-section:after{
	top: auto;
	bottom: -25px;
}

.icon-dots-3{
	height: 150px;
	width: 150px;
	background-image: url(../images/icons/dots-3.png);
}

.product-info-section .icon-dots-3{
	right: -230px;
	bottom: 200px;
	z-index: 1;
}

.product-info-section .outer-container{
	position:relative;
	min-height:350px;
	background-color:#003a4f;
}

.product-info-section .image-column{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:cover;	
}

.product-info-section .image-column .image-box{
	position:relative;
	display:none;	
}

.product-info-section .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.product-info-section .content-column{
	position:relative;
	float:right;
	width:50%;
}

.product-info-section .content-column .inner-box{
	position:relative;
	max-width:600px;
	padding: 180px 15px;
	margin: 0 auto;
}

.product-info-section h2{
	position: relative;
	font-size: 48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 25px;
}

.product-info-section h2 b{
	font-weight: 800;
}

.product-info-section .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 60px;
}

.product-info-section .row{
	max-width: 540px;
	margin: 0 -10px;
}

.product-info-section .row .column{
	padding: 0 10px;
}

.product-info-section .column .image{
	position: relative;
}

.product-info-section .column .image img{
	display: block;
	width: 100%;
	height: auto;
}

/*** 

====================================================================
				Control Features Section
====================================================================

***/

.control-feature{
	position:relative;
	padding: 175px 0 125px;
}

.icon-dots-12{
	height: 90px;
	width: 345px;
	background-image: url(../images/icons/dots-12.png);
}

.control-feature .icon-dots-12{
	top: 200px;
	left: 200px;
	z-index: 1;
}

.control-feature .content-column{
	position:relative;
	max-width: 500px;
	background-color:#ffffff;
}

.control-feature .content-column .inner-column{
	position:relative;
}

.control-feature .product-thumb{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.control-feature .product-thumb img{
	display: block;
	max-width: 100%;
	height: auto;
}

.control-feature .title{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 40px;
	margin-bottom: 25px;
}

.control-feature .title:before{
	position: absolute;
	left: 0;
	top: 9px;
	height: 2px;
	width: 30px;
	background-color: #cc5dff;
	content: "";
}

.control-feature h2{
	display: block;
	font-size: 44px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 30px;
}

.control-feature .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 55px;
}

.control-feature .link-box{
	position: relative;
	display: block;
}

.control-feature .image-layer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
    background-repeat: no-repeat;
    background-position: left center;
}

.control-feature .image-layer .image{
	display: none;
}

.control-feature .image-layer .image img{
	width: 100%;
	height: auto;
	display: block;
}

/*** 

====================================================================
				Shop Info Section
====================================================================

***/

.shop-info-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 130px 0 125px;
}

.shop-info-section:before,
.shop-info-section:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .90;
	content: "";
}

.shop-info-section:after{
	background: rgb(0,174,239);
	background: -moz-linear-gradient(45deg, rgba(0,174,239,1) 0%, rgba(204,93,255,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	background: linear-gradient(45deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#cc5dff',GradientType=1 );
	opacity: .25;
	z-index: 1;
}

.icon-dots-11{
	height: 160px;
	width: 100px;
	background-image: url(../images/icons/dots-11.png);
}

.shop-info-section .icon-dots-11{
	left: -240px;
	top: -40px;
	z-index: 9;
}

.shop-info-section .content-box{
	position: relative;
	z-index: 9;
	color: #ffffff;
}

.shop-info-section .content-box .sec-title{
	margin-bottom: 0;
}

.shop-info-section .content-box .sub-title{
	color: #ffffff;
}

.shop-info-section .content-box h2{
	display: block;
	font-size:  48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
}

/*** 

====================================================================
				Products Section
====================================================================

***/

.products-section{
	position: relative;
	padding: 100px 0 45px;
}

/*Shop Item*/

.shop-item{
	position:relative;
	margin-bottom:55px;
}

.shop-item .inner-box{
	position:relative;
	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;
}

.shop-item .inner-box:hover .image .overlay-box{
	opacity:1;
}

.shop-item .inner-box .image-box{
	position:relative;
	z-index:11;
	padding:0px 0px;
	text-align:center;
}

.shop-item .inner-box .image-box .image{
	position:relative;
}

.shop-item .inner-box .image-box .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background-color: rgba(0,0,0,.20);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option{
	position:relative;
	top:50%;
	margin-top:-14px;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li{
	position:relative;
	margin:0px 3px;
	display:inline-block;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li .tool-tip{
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 130px;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    padding: 5px 10px;
    visibility: hidden;
    margin-left: -60px;
    margin-bottom: 0px;
    background-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;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li .tool-tip:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li:hover .tool-tip{
    opacity: 1;
    visibility: visible;
    margin-bottom: 10px;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a{
	position:relative;
	display:inline-block;
	font-size:18px;
	color:#cc5dff;
	width:50px;
	height:50px;
	line-height:50px;
	background-color:#ffffff;
	border-radius:50%;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a:hover{
	background-color: #cc5dff;
	color: #ffffff;
}

.shop-item .inner-box .image-box img{
	width:100%;
	display:inline-block;
}

.shop-item .inner-box .lower-content{
	position:relative;
	padding-top: 30px;
	text-align: center;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	line-height: 26px;
	color: #222222;
	font-weight: 700;
}

.shop-item .inner-box .lower-content h3 a{
	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;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#cc5dff;
}

.shop-item .inner-box .lower-content .title{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	font-weight: 600;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	font-size:18px;
	color:#222222;
	font-weight:600;
	line-height: 26px;
	margin-top: 15px;
}

/*** 

====================================================================
				Product Single
====================================================================

***/

.product-single{
	position: relative;
	padding:135px 0 140px;
}

.product-single .content-column .inner-column{
	position: relative;
}

.product-single .title{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 40px;
	margin-bottom: 25px;
}

.product-single .title:before{
	position: absolute;
	left: 0;
	top: 9px;
	height: 2px;
	width: 30px;
	background-color: #cc5dff;
	content: "";
}

.product-single h2{
	display: block;
	font-size: 44px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 15px;
}

.product-single .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 25px;
}

.select-color{
	position: relative;
	display: block;
	margin-bottom: 35px;
}

.select-color h5{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #222222;
	font-weight: 700;
	margin-right: 25px;
	text-transform: uppercase;
}	

.select-color span{
	position: relative;
	display: inline-block;
	margin-right: 13px;
	height: 15px;
	width: 15px;
	background-color: #00aeef;
}

.select-color span.sky{
	background-color: #00aeef;
}

.select-color span.yellow{
	background-color: #ecc353;
}

.select-color span.gray{
	background-color: #5f636d;
}

.product-single .price{
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #555555;
	font-weight: 300;
	margin-bottom: 40px;
}

.product-single .price span{
	font-size: 60px;
	line-height: 1em;
	color: #222222;
	font-weight: 800;
}

.product-single .image-column .inner-column{
	position: relative;
	left: -50px;
	top: 40px;
}

/*** 

====================================================================
				App Intro Section
====================================================================

***/

.app-intro-section{
	position: relative;
	padding: 60px 0 110px;
	z-index: 1;
}

.app-intro-section:before{
	position: absolute;
	left: 160px;
	bottom: -360px;
	height: 660px;
	width: 660px;
	background-image: url(../images/icons/dots-5.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.app-intro-section .content-column .inner-column{
	position: relative;
}

.app-intro-section .title{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 10px;
}

.app-intro-section h2{
	position: relative;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	margin-bottom: 30px;
}

.app-intro-section .text{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 50px;
}

.app-info-block .inner-box{
	position: relative;
	padding-right: 50px;
}

.app-info-block .icon-box{
	display: block;
	margin-bottom: 30px;
}

.app-info-block .icon-box span{
	display: block;
	font-size: 70px;
	line-height: 1em;
	color: #222222;
}

.app-info-block h3{
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 25px;
}

.app-info-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.app-info-block h3 a:hover{
	color: #00aeef;
}

.app-info-block .text{
	position: relative;
	margin-bottom: 0;
}

.app-intro-section .image-column .image-box{
	margin: 0 -40px 0 -100px;
}

/*** 

====================================================================
				About Us
====================================================================

***/

.about-us{
	position: relative;
	padding: 125px 0 215px;
}

.about-us .auto-container{
	position: relative;
}

.anim-icons{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.anim-icons .icon{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}

.icon-block{
	height: 33px;
	width: 33px;
	background-image: url(../images/icons/icon-block.png);
}

.icon-star{
	height: 118px;
	width: 124px;
	background-image: url(../images/icons/icon-star.png);
}

.icon-twist{
	height: 53px;
	width: 54px;
	background-image: url(../images/icons/icon-twist.png);
}

.icon-dots{
	height: 280px;
	width: 280px;
	background-image: url(../images/icons/icon-dots.png);
}

.icon-dots-8{
	height: 124px;
	width: 104px;
	background-image: url(../images/icons/dots-8.png);
}

.about-us .icon-block{
	top:25px;
	left: 50%;
}

.about-us .icon-star{
	left: -300px;
	bottom: 45px;
}

.about-us .icon-twist{
	left: -175px;
	bottom: 0;
}

.about-us .icon-dots{
	left: 50%;
	bottom: -120px;
}

.about-us .icon-dots-8{
	right: -320px;
	top: -100px;
}

.about-us .content-column{
	position: relative;
}

.about-us .content-column .inner-column{
	position: relative;
	padding-top: 85px;
}

.about-us .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 5px;
}

.about-us h2{
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.about-us h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: "";
}

.about-us .text{
	position: relative;
	padding-right: 70px;
}

.about-us .text p{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
}

.about-us .image-column .inner-column{
	position: relative;
	margin-right: -300px;
	padding-left: 100px;
}

.about-us .image-box{
	position: relative;
}

.about-us .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.about-us .image-box:before{
	position: absolute;
	left: 0;
	top: 10px;
	height: 100%;
	width: 100%;
	background-color: #f5f5f5;
	content: "";
	z-index: -1;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}

/*** 

====================================================================
				About Section Two 
====================================================================

***/

.about-section-two{
	position:relative;
}

.about-section-two .sec-title .sub-title{
	margin-top: 0;
	margin-bottom: 5px;
}

.icon-dots-4{
	height: 113px;
	width: 500px;
	background-image: url(../images/icons/dots-4.png);
}

.icon-twist-5{
	height: 54px;
	width: 53px;
	background-image: url(../images/icons/icon-twist-5.png);
}

.about-section-two .icon-twist-5{
	position: absolute;
	right: -240px;
	top: 310px;
}

.about-section-two .icon-dots-4{
	position: absolute;
	left: 130px;
	bottom: 40px;
	z-index: 1;
}

.about-section-two .outer-container{
	position:relative;
	min-height:300px;
}

.about-section-two .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}

.about-section-two .image-column .image-box{
	position:relative;
	display: none;
}

.about-section-two .image-column .image-box img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.about-section-two .content-column{
	position:relative;
	float:right;
	width:50%;
}

.about-section-two .content-column .inner-column{
	position:relative;
	margin: 0 auto;
	max-width: 600px;
	padding:60px 15px 30px;	
}

.about-section-two .content-column .inner-column h2{
	display: block;
	font-size: 48px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}

.about-section-two .content-column .sec-title{
	margin-bottom: 70px;
}

.about-section-two .content-column .sec-title .text{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 70px;
}

.about-section-two .skill-block{
	margin-bottom: 50px;
}

.about-section-two .skill-block .inner-box{
	padding-top: 30px;
}

.about-section-two .skill-block .text{
	font-size: 16px;
	line-height: 24px;
}

/*** 

====================================================================
				About Section Three
====================================================================

***/

.about-section-three{
	position: relative;
	padding: 115px 0 70px;
}

.about-section-three .sec-title{
	margin-bottom: 90px;
}

.about-section-three .sec-title h2{
	font-size: 48px;
	font-weight: 800;
}

.about-section-three .tab-column .inner-column{
	position: relative;
	margin-left: -30px;
	padding-top: 25px;
}

.about-section-three .features-tabs .text{
	padding-right: 0 !important;
}

.about-section-three .features-tabs .tab-buttons li.active-btn{
	color: #00aeef;
}

.about-section-three .image-column .inner-column{
	position: relative;
	margin-left: -70px;
}

/*** 

====================================================================
				About Section Four
====================================================================

***/

.about-section-four{
	position: relative;
	padding: 115px 0 85px;
}

.about-section-four .upper-box{
	position: relative;
	background-color: #222222;
	padding: 80px 85px;
	margin-bottom: 20px;
}

.about-section-four .upper-box .title-column .inner-column{
	position: relative;
}

.about-section-four .upper-box .title-column span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #cccccc;
	font-weight: 400;
	margin-bottom: 5px;
}

.about-section-four .upper-box .title-column h3{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 800;
	padding-bottom: 35px;
}

.about-section-four .upper-box .title-column h3:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: '';
}

.about-section-four .upper-box .text-column .inner-column{
	position: relative;
	padding-top: 25px;
	padding-left: 50px;
}

.about-section-four .upper-box .text-column .text{
	position: relative;
}

.about-section-four .upper-box .text-column .text p{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #cccccc;
	font-weight: 300;
	margin-bottom: 25px;
}

.about-section-four .upper-box .text-column .text p:last-child{
	margin-bottom: 0;
}

.about-section-four .image-box{
	position: relative;
	margin-bottom: 80px;
}

.about-section-four .image-box .row{
	margin: 0 -10px;
}

.about-section-four .image-box .column{
	position: relative;
	padding: 0 10px;
}

.about-section-four .image-box .image{
	position: relative;
	margin-bottom: 20px;
}

.about-section-four .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.about-section-four .progress-box .row{
	margin:0 -30px;
}

.about-section-four .skill-block{
	padding: 0 30px;
}

.about-section-four .skill-block .inner-box{
	padding-left: 180px;
}

.about-section-four .skill-block .text{
	font-size: 16px;
	line-height: 28px;
}

/*** 

====================================================================
				Mission Section
====================================================================

***/

.mission-section{
	position: relative;
}

.mission-section .inner-container{
	position: relative;
	max-width: 1740px;
	margin: 0 auto;
	background-color: #f5f5f5;
}

.mission-section .video-column{
	float: left;
	width: 50%;
}

.mission-section .video-column .video-block{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mission-section .video-column .video-block:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	background: #00aeef; 
	background: -moz-linear-gradient(left, #00aeef 0%, #cc5dff 100%);
	background: -webkit-linear-gradient(left, #00aeef 0%,#cc5dff 100%);
	background: linear-gradient(to right, #00aeef 0%,#cc5dff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#cc5dff',GradientType=1 );
	opacity: .2;
	z-index: 1;
}

.mission-section .video-block .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	text-align: center;
}

.mission-section .video-block .link .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -45px;
	font-size: 90px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 500;
	z-index: 10;
}

.mission-section .video-block:hover .link .icon{
	animation: rotateIn 1s;
}

.mission-section .accordion-column{
	position: relative;
	float: right;
	width: 50%;
}

.mission-section .accordion-column .inner-column{
	position: relative;
	max-width: 670px;
	margin:0 auto;
	padding: 75px 15px 90px; 
}

.mission-section .accordion-box{
	position: relative;
}

.accordion-box .block{
	position: relative;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:pointer;
	line-height:35px;
	color:#222222;
	font-weight:600;
	padding:25px 15px 25px 28px;
	border-bottom:1px solid #dddddd;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	border-bottom: 1px solid transparent;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left: 0;
	top:0;
	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 .icon-outer .icon{
    position: absolute;
    left: 12px;
    top: 0;
    height: 100%;
    line-height: 86px;
    font-size: 14px;
    font-weight: 300;
    color: #cccccc;
    text-align: center;
	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;
}

.accordion-box .block .acc-btn.active .icon-outer .icon:before{
	color: #00aeef;	
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding-left: 28px;
	padding-bottom: 20px;
	border-bottom:1px solid #e9e9e9;
}

.accordion-box .block .content .text{
	display: block;
	font-size:16px;	
	line-height:28px;
	color:#555555;
	font-weight: 300;
	margin-bottom:20px;
}

/*** 

====================================================================
				Video Section
====================================================================

***/

.video-section{
	position: relative;
	z-index: 1;
}

.video-section .icon-dots{
	position: absolute;
	left: 70px;
	bottom: -160px;
} 

.video-section .video-block{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 260px 0;
	max-width: 1740px;
	margin: 0 auto;
}

.video-section .video-block:after,
.video-section .video-block:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	content: '';
	opacity: .20;
	background: rgb(0,174,239);
	background: -moz-linear-gradient(45deg, rgba(0,174,239,1) 0%, rgba(204,93,255,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	background: linear-gradient(45deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#cc5dff',GradientType=1 );
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-ms-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

.video-section .video-block:hover:before,
.video-section .video-block:after{
	z-index: 1;
	opacity: 0;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-ms-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

.video-section .video-block:hover:after{
	opacity: .40;
}

.video-section .video-block .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
}

.video-section .video-block .link span{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 82px;
	font-size: 40px;
	color: #ffffff;
	margin-left: -50px;
	margin-top: -50px;
	padding-left: 5px;
	border:4px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 75px rgba(0,0,0,.22);
	-moz-box-shadow: 0 0 75px rgba(0,0,0,.22);
	-ms-box-shadow: 0 0 75px rgba(0,0,0,.22);
	-o-box-shadow: 0 0 75px rgba(0,0,0,.22);
	box-shadow: 0 0 75px rgba(0,0,0,.22);
}

.video-section .video-block:hover .link span{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

/*** 

====================================================================
				Who We Are
====================================================================

***/

.who-we-are{
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
	background-attachment: fixed;
	background-size: cover;
	padding: 135px 0 150px;
}

.icon-dots-10{
	height: 185px;
	width: 100px;
	background-image: url(../images/icons/dots-10.png);
}

.who-we-are .icon-dots-10{
	left: -270px;
	top: -40px;
}

.who-we-are .inner-container{
	position: relative;
	max-width: 1510px;
	padding: 0 15px;
	margin: 0 auto;
}

.who-we-are .content-box{
	position: relative;
	max-width: 550px;	
}

.who-we-are .sec-title{
	margin-bottom: 25px;
}

.who-we-are .sec-title h2{
	font-size: 48px;
}

.who-we-are .text{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 40px;
}

/*** 

====================================================================
			Services  Section
====================================================================

***/

.services-section{
	position: relative;
	padding: 120px 0 60px;
}

.icon-twist-3{
	height: 78px;
	width: 70px;
	background-image: url(../images/icons/icon-twist-3.png);
}

.services-section .icon-twist-3{
	right: -250px;
	bottom: 130px;
}

.services-section .row{
	margin:0 -50px;
} 

.service-block{	
	position: relative;
	padding: 0 50px;
	margin-bottom: 70px;
}

.service-block .inner-box{
	position: relative;
	text-align: center;
}	

.service-block .icon-box{
	position: relative;
}

.service-block .icon{
	display: inline-block;
	font-size: 68px;
	line-height: 1em;
	color: #222222;
	margin-bottom: 20px;
}

.service-block .inner-box:hover .icon{
	background: rgb(0,174,239);
	background: -moz-linear-gradient(0deg, rgba(0,174,239,1) 0%, rgba(204,93,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	background: linear-gradient(0deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#cc5dff',GradientType=1 );
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	-webkit-transition: opacity 1200ms ease;
}

.service-block h3{
	display: block;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
}

.service-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block h3 a:hover{
	color: #cc5dff;
}

.service-block .sub-title{
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #00aeef;
	font-weight: 400;
}

.service-block .text{
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-top: 20px;
}

/*** 

====================================================================
			Services Section Two
====================================================================

***/

.services-section-two{
	position: relative;
	padding: 100px 0 120px;
}

.services-section-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 58%;
	width: 100%;
	background-color: #f5f5f5;
	content: "";
}

.services-section-two .services-carousel{
	position: relative;
	padding-bottom: 60px;
}

.service-block-two{
	position: relative;
}

.service-block-two .inner-box{
	position: relative;
}

.service-block-two .image-box{
	position: relative;
	display:block;
	overflow:hidden;
	background:#222222;
}

.service-block-two .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two:hover .image-box img{
	transform:scale(1.05);
	opacity:0.50;	
}

.service-block-two .lower-content{
	position: relative; 
	padding: 55px 30px 0;
	text-align: center;
}

.service-block-two .lower-content h3{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	margin-bottom: 20px;
	font-weight: 700;
}

.service-block-two .lower-content h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}	

.service-block-two .lower-content h3 a:hover{
	color: #00aeef;
}	

.service-block-two .lower-content .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
}

.services-carousel .owl-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 5px;
	width: 10px;
	background-color: #cccccc;
	margin:0 4px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-carousel .owl-dot.active{
	width: 25px;
	background-color: #00aeef;
}

.services-carousel .owl-dot:hover{
	background-color: #00aeef;
}

/*** 

====================================================================
			Services Section Three
====================================================================

***/

.services-section-three{
	position: relative;
	padding: 120px 0 60px;
}

.services-section-three .row{
	margin: 0 -35px;
}

.service-block-three{
	position: relative;
	padding: 0 35px;
	margin-bottom: 60px;
}

.service-block-three .inner-box{
	position: relative;
	padding-left: 80px;
}

.service-block-three .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
	line-height: 1em;
}

.service-block-three h3{
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 20px;
}

.service-block-three h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three h3 a:hover{
	color: #cc5dff;
}

.service-block-three .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
}	

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section{
	position:relative;
	max-width: 1740px;
	margin: 0 auto;
	background-color:#003a4f;
	padding:115px 0 80px;
}

.icon-star-2{
	height: 118px;
	width: 124px;
	background-image: url(../images/icons/icon-star-2.png);
}

.icon-block-2{
	height: 33px;
	width: 33px;
	background-image: url(../images/icons/icon-block-2.png);
}

.fact-counter-section .icon-star-2{
	left: -255px;
	bottom: 40px;
}

.fact-counter-section .icon-twist-2{
	left: -75px;
	top: 40px;
}

.fact-counter-section .icon-block-2{
	right: -135px;
	bottom: 150px;
}

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:35px;
	border-left: 1px solid rgba(255,255,255,.1);
}

.fact-counter .column:last-child{
	border-right: 1px solid rgba(255,255,255,.1);
}

.fact-counter .column .inner{
	position:relative;
	top:0;
	text-align:center;
	padding:30px 0px 30px;
	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:48px;
	line-height:1em;
	font-weight:300;
	color: #ffffff;
}

.fact-counter .count-outer .count-text{
	color:#ffffff;
	font-size:48px;
	line-height: 1em;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:300;
	line-height: 30px;
	color:#ffffff;
	display:inline-block;
	padding-top: 30px;
	margin-top:18px;
}

.fact-counter .column .counter-title:after{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:71px;
	height:11px;
	margin-left: -36px;
	background-image: url(../images/icons/icon-twist-4.png);
}

/*** 

====================================================================
		Portfolio Section
====================================================================

***/

.portfolio-section{
	position: relative;
	max-width: 1740px;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 125px 0 130px;
}

.portfolio-section.alternate{
	padding: 120px 0;
	background-color: #ffffff;
}

.icon-block-3{
	height: 33px;
	width: 33px;
	background-image: url(../images/icons/icon-block-3.png);
}

.portfolio-section .icon-block-3{
	left: 280px;
	top: 130px;
}

.portfolio-section .icon-dots-8{
	top: 215px;
	left: -40px;
}

.project-block{
	position: relative;
	margin-bottom: 30px;
}

.project-block .image-box{
	position: relative;
	overflow: hidden;
}

.project-block .image-box img{
	width: 100%;
	height: auto;
	display: block;
}

.project-block .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.project-block .image-box .overlay-box .content{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.project-block .image-box:hover .overlay-box .content{
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	transition-delay: 300ms;
}

.project-block .image-box .overlay-box .content h3{
	position:relative;
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 5px;
}

.project-block .image-box .overlay-box .content h3 a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .image-box .overlay-box .content h3 a:hover{
	color: #222222;
}

.project-block .image-box .overlay-box .content span{
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
}

.project-block .image-box .overlay-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #00aeef;
	outline-offset: -15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block .inner-box:hover .overlay-box:before{
	opacity: .90;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}

.portfolio-section .link-box{
	position: relative;
	text-align: center;
	margin-top: 50px;
}

.portfolio-section .link-box a{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	text-transform: uppercase;
	font-weight: 700;
	padding: 14px 40px;
	border:1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-section .link-box a:hover{
	background-color: #00aeef;
	border-color: #00aeef;
	color: #ffffff;
}

.portfolio-section .gallery-block{
	padding: 0 15px;
	margin-bottom: 30px;
}

/*** 

====================================================================
			Gallery Section
====================================================================

***/

.gallery-section{
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	padding:120px 0 0px;
}

.gallery-section .row{
	margin: 0 -7px;
}

.mixitup-gallery .filters{
 	margin-bottom:75px;
 	text-align:center;
}

.mixitup-gallery .filters .filter-tabs{
 	position:relative;
 	display:block;
}

.mixitup-gallery .filters li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
	font-weight: 300;
	padding: 0 25px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
	z-index: 2;
}

.mixitup-gallery .filters li.active{
	font-weight: 700;
}

.gallery-block{
	position: relative;
	padding: 0 7px;
	margin-bottom: 15px;
}

.gallery-block.mix{
	display: none;
}

.gallery-block .inner-box{
	position: relative;
	overflow: hidden;
}

.gallery-block .image-box{
	position: relative;
	overflow: hidden;
}

.gallery-block .image-box img{
	width: 100%;
	height: auto;
	display: block;
}

.gallery-block .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.gallery-block .image-box .overlay-box .content{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.gallery-block .image-box:hover .overlay-box .content{
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	transition-delay: 300ms;
}

.gallery-block .image-box .overlay-box .content h3{
	position:relative;
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 5px;
}

.gallery-block .image-box .overlay-box .content h3 a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-block .image-box .overlay-box .content h3 a:hover{

}

.gallery-block .image-box .overlay-box .content span{
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
}

.gallery-block .image-box .overlay-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #003a4f;
	outline-offset: -15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-block .inner-box:hover .overlay-box:before{
	opacity: .90;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}

.gallery-section .link-box{
	position: relative;
	text-align: center;
	margin-top: 50px;
}

.gallery-section .link-box a{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	text-transform: uppercase;
	font-weight: 700;
	padding: 14px 40px;
	border:1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-section .link-box a:hover{
	background-color: #00aeef;
	border-color: #00aeef;
	color: #ffffff;
}

.gallery-section .link-box .btn-style-three{
	color: #ffffff;
	padding: 14px 40px;
	line-height: 24px;
}

/*===============================
	Gallery Block Two
================================*/


.gallery-block-two{
	position: relative;
	margin-bottom: 70px;
}

.gallery-block-two.mix{
	display: none;
}

.gallery-block-two .inner-box{
	position: relative;
	overflow: hidden;
}

.gallery-block-two .image-box{
	position: relative;
	overflow: hidden;
}

.gallery-block-two .image-box img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.gallery-block-two .inner-box:hover .image-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery-block-two .lower-content{
	position: relative;
	text-align: center;
	padding: 35px 0 0;
}

.gallery-block-two .lower-content h3{
	position:relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 10px;
}

.gallery-block-two .lower-content h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-block-two .lower-content h3 a:hover{
	color: #cc5dff;
}

.gallery-block-two .lower-content span{
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #555555;
	font-weight: 600;
}

/*=== Products Gallery ===*/

.products-gallery{
	position: relative;
}

.products-gallery .gallery-block{
	padding: 0;
	margin: 0 -1px;
}

/*=== Work Gallery ===*/
.work-gallery{
	position: relative;
}

.work-gallery .gallery-block{
	padding: 0;
	margin: -.5px;
}

.gallery-section.alternate{
	padding: 120px 0 120px;
}

.gallery-section.alternate .row{
	margin: 0 -15px;
}

/*** 

====================================================================
				Portfolio Single
====================================================================

***/

.portfolio-single{
	position: relative;
	padding: 120px 0;
}

.portfolio-single .image-column{
	position: relative;
	display: block;
}

.portfolio-single .image-column .inner-column{
	margin-right: -30px;
}

.portfolio-single .image-column .image{
	position: relative;
	margin-bottom: 30px;
}

.portfolio-single .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
}

.portfolio-single .content-column{
	position: relative;
}

.portfolio-single .content-column .inner-column{
	padding-left: 50px;
}

.portfolio-single .content-column h2{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	margin-bottom: 20px;
}

.portfolio-single .content-column .text{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 40px;
}

.portfolio-single .content-column .info-list{
	position: relative;
}

.portfolio-single .info-list li{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 30px;
}

.portfolio-single .info-list li span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #222222;
	font-weight: 700;
	margin-top: 4px;
}

.portfolio-single .social-icon{
	position: relative;
	margin-top: 10px;
}

.portfolio-single .social-icon li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #555555;
	font-weight: 400;
	margin-right: 15px;
}

.portfolio-single .social-icon li a span{
	font-size: 14px;
	color: #555555;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-single .social-icon li:hover span{
	color: #cc5dff;
}

.load-more-option{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 70px;
}

.load-more-option li{
	position: relative;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	color: #555555;
	text-transform: uppercase;
}

.load-more-option .load-more{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
}

.load-more-option a{
	color: #555555;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.load-more-option a:hover{
	color: #cc5dff;
}

.load-more-option .prev{
	padding-right: 40px;
}

.load-more-option .next{
	padding-left: 40px;
}

.load-more-option .prev:before,
.load-more-option .next:before{
	position: absolute;
	left: 0;
	top: 10px;
	height: 1px;
	width: 30px;
	background-color: #00aeef;
	content: "";
}

.load-more-option .prev:before{
	left: auto;
	right: 0;
}

/*** 

====================================================================
			Related Projects
====================================================================

***/

.related-projects{
	position: relative;
	padding: 95px 0 120px;
	background-color: #f6f6f6;
	text-align: center;
}

.related-projects .inner-container{
	position: relative;
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 15px;
}

.related-projects h2{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	margin-bottom: 45px;
}

/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 125px 0 0;
}

.team-section .icon-dots-9{
	top: 200px;
	right: -350px;
}

.icon-dots-9{
	height: 220px;
	width: 220px;
	background-image: url(../images/icons/dots-9.png);
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.team-block .inner-box{
	position: relative;
	display:block;
}

.team-block .image-box{
	position:relative;
	display:block;
	overflow:hidden;
}

.team-block .image-box img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.team-block .image-box:hover img{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}

.team-block .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
	opacity:0;
	text-align:center;
	background-color:rgba(204,93,255,0.85);
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:translateY(100%) scaleY(0);
	-ms-transform:translateY(100%) scaleY(0);
	-moz-transform:translateY(100%) scaleY(0);
	transform:translateY(100%) scaleY(0);
}

.team-block .image-box .overlay-box .social-icons{
	position:absolute;
	bottom:30px;
	width:100%;
}

.team-block .image-box .overlay-box .social-icons li{
	position:relative;
	margin:0px 10px;
	display:inline-block;
}

.team-block .image-box .overlay-box .social-icons li a{
	position:relative;
	color:#ffffff;
	font-size:22px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.team-block .image-box .overlay-box .social-icons li a:hover{
	opacity:0.8;
}

.team-block .image-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translateY(0%) scaleY(1);
	-ms-transform:translateY(0%) scaleY(1);
	-moz-transform:translateY(0%) scaleY(1);
	transform:translateY(0%) scaleY(1);
}

/*** 

====================================================================
			Skill Section	
====================================================================

***/

.skill-section{
	position: relative;
	background-color: #ffffff;
	padding: 100px 0 90px;
}

.skill-section .inner-container{
	position: relative;
	max-width: 1600px;
	padding: 0 15px;
	margin: 0 auto;
}

.skill-section .row{
	margin: 0 -60px;
}

.skill-section .skill-block{
	padding: 0 60px;
}

.skill-block{
	position: relative;
	margin-bottom: 40px;
}

.skill-block .inner-box{
	position: relative;
	padding-left: 190px;
	padding-top: 20px;
	min-height: 155px;
}

.skill-block .graph-outer{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	text-align: center;
}

.skill-block .graph-outer .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 36px;
    color: #222222;
    font-weight: 300;
    line-height: 40px;
    margin-top: -20px;
}

.skill-block h3{
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
}

.skill-block .sub-title{
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #00aeef;
	font-weight: 400;
	margin-top: 3px;
}

.skill-block .text{
	position: relative;	
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-top: 15px;
}

/*** 

====================================================================
			Testimonial Section	
====================================================================

***/

.testimonial-section{
	position: relative;
	padding: 140px 0 145px;
	background-color: #f5f5f5;
	overflow: hidden;
}

.icon-star-4{
	height: 195px;
	width: 206px;
	background-image: url(../images/icons/icon-star-4.png);
}

.testimonial-section .icon-star-4{
	left: -330px;
	bottom: -55px;
}

.testimonial-section .inner-container{
	position: relative;
	max-width: 1520px;
	padding: 0 15px;
	margin: 0 auto;
}

.testimonial-section .title-column .inner-column{
	padding-right: 50px;
}

.testimonial-section .sec-title .text{
	margin-top: 35px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #555555;
}

.testimonial-section .testimonial-column{
	position: relative;
	margin-top: -20px;
}

.testimonial-section .testimonial-column .row{
	margin: 0 -20px;
}

.testimonial-block{
	position: relative;
	padding: 20px 20px;
}

.testimonial-block .inner-box{
	position: relative;
	background-color: #ffffff;
	padding: 45px 50px 65px 45px;
}

.testimonial-block .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #e6e6e6;
	z-index: -1;
	content: '';
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}

.testimonial-block .text{
	font-size: 16px;
	line-height: 26px;
	color: #242424;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 40px;
}

.testimonial-block .info{
	position: relative;
	display: block;
	text-align: right;
	padding-right: 70px;
}

.testimonial-block .info:after{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 38px;
	line-height: 50px;
	color: #eeeeee;
	font-family: "Flaticon";
	content: "\f102";
}

.testimonial-block .info h4{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	font-weight: 700;
}

.testimonial-block .info h4:before{
	position: absolute;
	left: -40px;
	top: 10px;
	width: 30px;
	height: 1px;
	background-color: #cccccc;
	content: "";
}

.testimonial-block .info h4 span{
	font-weight: 400;
}

.testimonial-block .rating{
	position: relative;
}

.testimonial-block .rating span{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #ffc139;
}

.testimonial-carousel .owl-nav{
	display: none;
}

.testimonial-carousel .owl-dots{
	position: absolute;
    left: -510px;
    bottom: 45px;
}

.testimonial-carousel .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	height: 5px;
	width:10px;
	background-color: #cccccc;
	margin:0 4px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonial-carousel .owl-dots .owl-dot.active{
	width: 30px;
	background-color: #00aeef;
}

.testimonial-carousel .owl-dots .owl-dot:hover{
	background-color: #00aeef;
}

/*** 

====================================================================
		Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:100px 0px;
	background-color: #222222;
}

.testimonial-section-two .inner-container{
	position:relative;
	max-width:870px;
	margin:0 auto;
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding-left:130px;
}

.testimonial-block-two .inner-box .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	padding:0px 0px;
	margin-bottom:20px;
}

.testimonial-block-two .inner-box .image-box .image{
	position:relative;
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	font-size:22px;
	line-height:36px;
	font-weight: 300;
	color:#ffffff;
	margin-bottom:25px;
}

.testimonial-block-two .inner-box .author{
	position:relative;
	color:#ffffff;
	font-size:14px;
	padding-left: 35px;
	font-weight:700;
	line-height:1.2em;
	text-transform:capitalize;
}

.testimonial-block-two .inner-box .author:before{
	position: absolute;
	left: 0;
	top: 7px;
	height: 2px;
	width: 25px;
	background-color: #cc5dff;
	content: "";
}

.testimonial-section-two .owl-dots{
	display:none;
}

.testimonial-section-two .owl-nav{
	position:absolute;
	width: 100%;
	left: 0;	
	top: 23%;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next{
	position: absolute;
	left: -140px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:22px;
	color: #ffffff;
	text-align:center;
	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;
}

.testimonial-section-two .owl-nav .owl-next{
	left: auto;
	right: -140px;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover{
	color:#000000;
	border-color:#ffffff;
	background-color:#ffffff;
}

/*** 

====================================================================
			Testimonial Section	Three
====================================================================

***/

.testimonial-section-three{
	position: relative;
	padding: 140px 0 145px;
	background-color: #f5f5f5;
}

.testimonial-block-three{
	position: relative;
	padding: 20px 20px;
}

.testimonial-block-three .inner-box{
	position: relative;
	background-color: #ffffff;
	padding: 50px 45px 55px 45px;
	-webkit-box-shadow: 0 5px 35px rgba(3,4,4,.07);
	-moz-box-shadow: 0 5px 35px rgba(3,4,4,.07);
	-ms-box-shadow: 0 5px 35px rgba(3,4,4,.07);
	-o-box-shadow: 0 5px 35px rgba(3,4,4,.07);
	box-shadow: 0 5px 35px rgba(3,4,4,.07);
}

.testimonial-block-three .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #e7e7e7;
	z-index: -1;
	content: '';
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
}

.testimonial-block-three .text{
	font-size: 16px;
	line-height: 32px;
	color: #242424;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 40px;
}

.testimonial-block-three .info{
	position: relative;
	display: block;
	text-align: right;
	padding-right: 70px;
}

.testimonial-block-three .info:after{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 38px;
	line-height: 35px;
	color: #00aeef;
	font-family: "Flaticon";
	content: "\f102";
}

.testimonial-block-three .info h4{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	font-weight: 700;
}

.testimonial-block-three .info h4:before{
	position: absolute;
	left: -55px;
	top: 10px;
	width: 30px;
	height: 1px;
	background-color: #cc5dff;
	content: "";
}

.testimonial-block-three .info h4 span{
	font-weight: 400;
}

.testimonial-section-three .owl-dots,
.testimonial-section-three .owl-nav{
	display: none;
}

/*** 

====================================================================
			Testimonial Section Four
====================================================================

***/

.testimonial-section-four{
	position: relative;
	padding: 115px 0 120px;
}

.testimonial-section-four .single-item-carousel{
	position: relative;
	max-width: 870px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.testimonial-block-four{
	position: relative;
}

.testimonial-block-four .inner-box{
	position: relative;
	padding-left: 130px;
}

.testimonial-block-four .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 30px;
}

.testimonial-block-four .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-block-four .text{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 36px;
	color: #222222;
	font-weight: 300;
	margin-bottom: 20px;
}

.testimonial-block-four .name{
	position: relative;
	display: block;
	padding-left: 35px;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
	font-weight: 700;
}

.testimonial-block-four .name:before{
	position: absolute;
	left: 0;
	top: 10px;
	width: 25px;
	background-color: #cc5dff;
	content: "";
	height: 2px;
}

.testimonial-section-four .owl-dots{
	position: absolute;
	width: 100%;
	text-align: center;
    bottom: 0;
}

.testimonial-section-four .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	height: 5px;
	width:10px;
	background-color: #cccccc;
	margin:0 4px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonial-section-four .owl-dots .owl-dot.active{
	width: 30px;
	background-color: #00aeef;
}

.testimonial-section-four .owl-dots .owl-dot:hover{
	background-color: #00aeef;
}

.testimonial-section-four .owl-nav{
	position:absolute;
	width: 100%;
	left: 0;	
	top: 40px;
}

.testimonial-section-four .owl-nav .owl-prev,
.testimonial-section-four .owl-nav .owl-next{
	position: absolute;
	left: -130px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:22px;
	color: #cccccc;
	text-align:center;
	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;
}

.testimonial-section-four .owl-nav .owl-next{
	left: auto;
	right: -130px;
}

.testimonial-section-four .owl-nav .owl-prev:hover,
.testimonial-section-four .owl-nav .owl-next:hover{
	color:#000000;
	border-color:#ffffff;
	background-color:#ffffff;
}

/*** 

====================================================================
				Process Section	
====================================================================

***/

.process-section{
	position: relative;
	padding: 125px 0 0px;
	counter-reset:count;
}

.process-section.alternate{
	padding-bottom: 110px;
}

.process-section .title{
	position: relative;
	text-align: center;
	max-width: 690px;
	margin: 0 auto 50px;
}

.process-section .title h2{
	display: block;
	font-size: 90px;
	line-height: 1.2em;
	color: #f0f0f0;
	font-weight: 700;
}

.process-section .title .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-top: 25px;
}

.process-block{
	position: relative;
	margin-bottom: 40px;
}

.process-block .inner-box{
	position: relative;
	text-align: center;
}

.process-block .inner-box:before{
	position: absolute;
	right: -85px;
	bottom: 10px;
	height: 1px;
	width: 150px;
	background-color: white;
	content: "";
}

.process-block:last-child .inner-box:before{
	display: none;
}

.process-block .icon-box{
	position: relative;
	margin-bottom: 35px;
}

.process-block .icon-box .icon{
	position: relative;
	display: inline-block;
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: center;
}

.process-block .icon-box .icon-chat{
	background-image: url(../images/icons/icon-chat.png);	
}

.process-block .icon-box .icon-search-data{
	background-image: url(../images/icons/icon-search.png);	
}

.process-block .icon-box .icon-worker{
	background-image: url(../images/icons/icon-worker.png);	
}

.process-block h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
}

.process-block h4 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block h4 a:hover{
	color: #00aeef;
}

.process-block h4::before {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	text-align: center;
	font-size: 90px;
	font-weight: 700;
	color: #cc5dff;
	z-index: -1;
	opacity: .08;
	counter-increment: count;
    content: "0" counter(count);
}

/*** 

====================================================================
			Info Section
====================================================================

***/

.info-section{
	position: relative;
	padding: 125px 0 215px;
}

.info-section .auto-container{
	position: relative;
}

.info-section .icon-block{
	left: 410px;
	top: 32px;
}

.info-section .icon-dots-8{
	bottom: -75px;
	left: 48px;
}	


.info-section .content-column{
	position: relative;
}

.info-section .content-column .inner-column{
	position: relative;
	padding-top: 85px;
}

.info-section .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 5px;
}

.info-section h2{
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.info-section h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: "";
}

.info-section .text{
	position: relative;
	padding-right: 70px;
}

.info-section .text p{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
}

.info-section .image-column .inner-column{
	position: relative;
	padding-left: 30px;
	margin-right: -95px;
}

.info-section .image-box{
	position: relative;
}

.info-section .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.info-section .image-box:before{
	position: absolute;
	left: 45px;
	top: 50px;
	height: 100%;
	width: 100%;
	background-color: #00aeef;
	content: "";
	z-index: -1;
	opacity: .06;
}

/*** 

====================================================================
				Ready To Start	
====================================================================

***/

.ready-to-start{
	position: relative;
	background-color: #003a4f;
	padding: 125px 0 115px;
}

.ready-to-start .content-column .inner-column{
	position: relative;
	padding-right: 45px;
	margin-left: -15px;
}

.ready-to-start h3{
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.ready-to-start .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 38px;
}

.ready-to-start .link-box{
	position: relative;
}

.ready-to-start .link-box .btn-style-one{
	line-height: 25px;
	border:1px solid #ffffff;
}

.ready-to-start .image-column .inner-column{
	position: absolute;
	top: -150px;
	left: 50px;
}

.ready-to-start .image-column .image-box{
	position: relative;
}

.ready-to-start .image-column .image-box:before{
	position: absolute;
	right: -60px;
	top: 100px;
	height: 340px;
	width: 370px;
	background-image: url(../images/icons/three-lines-2.png);
	content: "";
}

.ready-to-start .image-column .image-box:after{
	position: absolute;
	right: -15px;
	bottom: 0;
	height: 150px;
	width: 150px;
	background-image: url(../images/icons/dots-3.png);
	content: "";
}

.ready-to-start .image-column .image-box .image{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 9;
}

.ready-to-start .image-column .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.ready-to-start.style-two{
	padding: 125px 0 135px;
}

.ready-to-start.style-two .image-column .image-box:before{
	display: none;
}

.ready-to-start.style-three{
	padding: 115px 0 125px;
}

.ready-to-start.style-three .image-column .inner-column{
	top: -60px;
}

.ready-to-start.style-three .image-column .image-box:after{
	bottom: 0px;
	right: -50px;
}

.ready-to-start.style-three .image-column .image-box:before{
	right: 80px;
    top: -40px;
}

/*** 

====================================================================
				News Section	
====================================================================

***/

.news-section{
	position: relative;
	padding: 125px 0 80px;
}

.news-section .icon-twist-6{
	right: -240px;
	bottom: 140px;
}

.icon-twist-6{
	height: 78px;
	width: 70px;
	background-image: url(../images/icons/icon-twist-6.png);
}

.news-block{
	position: relative;
	margin-bottom: 50px;
}

.news-block .inner-box{
	position: relative;
	padding-right: 35px;
}

.news-block .date{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 15px;
}

.news-block h3{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.news-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block h3 a:hover{
	color: #cc5dff;
}

.news-block h3:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: "";
}

.news-block .text{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 50px;
}

.news-block .btn-box{
	position: relative;
}

.news-block .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 25px;
	border:1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .btn-box a:hover{
	background-color: #555555;
	color: #ffffff;
}

/*** 

====================================================================
				News Section Two
====================================================================

***/

.news-section-two{
	position: relative;
	background-color: #f6f6f6;
}

.news-section-two .inner-container{
	position: relative;
}

.news-section-two .row{
	margin: 0 0;
}

.news-block-two{
	position: relative;
	padding: 0;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.news-block-two.active,
.news-block-two:hover{
	background-color: #f1f1f1;
}

.news-block-two:before{
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #cc5dff;
	content: "";
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.news-block-two.active:before,
.news-block-two:hover:before{
	left: 0;
	width: 100%;
}

.news-block-two .inner-box{
	position: relative;
	padding: 110px 15px 100px 130px;
	max-width: 475px;
}

.news-block-two .date{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 15px;
}

.news-block-two h3{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 15px;
}

.news-block-two h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two h3 a:hover{
	color: #cc5dff;
}

.news-block-two .text{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 25px;
}

.news-block-two .btn-box{
	position: relative;
}

.news-block-two .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 43px;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .btn-box a:hover{
	color: #cc5dff;
}

.news-block-two .btn-box a:after{
	position: absolute;
	left: 0;
	top: 8px;
	height: 2px;
	width: 30px;
	background-color: #cccccc;
	content: "";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: -1;
}

.news-block-two .btn-box a:hover:after{
	left: 43px;
}

/*==========================
	News Block Three
============================*/

.news-block-three{
	position: relative;
	margin-bottom: 70px;
}

.news-block-three .inner-box{
	position: relative;
}

.news-block-three .image-box {
	position: relative;
	overflow: hidden;
}

.news-block-three .image-box img{
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-three .lower-content{
	position: relative;
	padding:45px 0 0;
}

.news-block-three .lower-content .info{
	position: relative;
}

.news-block-three .lower-content .info li{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
}

.news-block-three .lower-content .info li a{
	color: #555555;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} 

.news-block-three .lower-content .info li i{
	color: #cccccc;
	margin-right: 8px;
}

.news-block-three .lower-content .info li a:hover{
	color: #cc5dff;
}

.news-block-three .lower-content h3{
	position: relative;
	padding-top: 25px;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.news-block-three .lower-content h3:before{
	position: absolute;
	left: 0;
	top: 3px;
	height: 2px;
	width: 15px;
	background-color: #cc5dff;
	content: "";
}

.news-block-three .lower-content h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} 

.news-block-three .lower-content h3:hover a{
	color: #cc5dff;
}

.news-block-three .lower-content .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 400;
	margin-bottom: 30px;
}

.news-block-three .lower-content .btn-box .theme-btn{
	padding: 15px 27px;
}

/*==========================
	News Block Four
============================*/

.news-block-four{
	position: relative;
	display: block;
	margin-bottom: 70px;
}

.news-block-four .inner-box{
	position: relative;
	background-color: #00aeef;
	padding: 60px 15px 55px;
	text-align:center;
}

.news-block-four .icon{
	font-size: 30px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
}

.news-block-four h3{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
}

.news-block-four h3 a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} 

.news-block-four h3:hover a{
	color: #ffffff;
}

/*==========================
	News Block Five
============================*/

.news-block-five{
	position: relative;
	display: block;
	margin-bottom: 70px;
}

.news-block-five .inner-box{
	position: relative;
	background-color: #f5f5f5;
	padding: 65px 40px 70px;
	text-align:center;
	overflow: hidden;
}

.news-block-five .inner-box:before{
    position: absolute;
    height: 327px;
    left: 80px;
    width: 226px;
    background-image: url(../images/icons/dots-15.png);
    content: "";
    top: -30px;
}

.news-block-five .inner-box:after{
    position: absolute;
    height: 195px;
    width: 206px;
    right: 45px;
    bottom: -45px;
    background-size: 80%;
    background-position: right bottom;
    background-repeat: no-repeat; 
    background-image: url(../images/icons/icon-star-4.png);
    content: "";
}

.news-block-five h3{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 30px;
	z-index: 9;
}

.news-block-five h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} 

.news-block-five h3:hover a{
	color: #00aeef;
}

.news-block-five .sign{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #00aeef;
	font-weight: 600;
	z-index: 9;
}

.news-block-five .sign:before{
	position: absolute;
	left: -40px;
	top: 12px;
	height: 1px;
	width: 30px;
	background-color: #cccccc;
	content: "";
}

.blog-classic .styled-pagination{
	margin-top: 90px;
}

/*** 

====================================================================
			Blog Detail Section
====================================================================

***/

.blog-detail{
	position: relative;
	padding-right: 20px;
}

.blog-detail .news-block-three{
	margin-bottom: 50px;
}

.blog-detail p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 400;
	margin-bottom: 25px;
}

.blog-detail blockquote{
	position: relative;
	padding: 0 120px 0 90px;
	font-size: 16px;
	color: #242424;
	font-weight: 700;
	font-style: italic;
	border-left: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

.blog-detail blockquote .icon{
	position: absolute;
	left: 40px;
	top: 5px;
	height: 26px;
	width: 31px;
	background-image: url(../images/icons/quote.png);
	background-repeat: no-repeat;
}

.related-post{
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}

.news-block-seven{
	position: relative;
	margin-bottom: 35px;
}

.news-block-seven .inner-box{
	position: relative;
}

.news-block-seven .image-box{
	position: relative;
	overflow: hidden;
}

.news-block-seven .image-box img{
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block-seven .inner-box:hover .image-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-seven .lower-content{
	position: relative;
	padding: 30px 0 0; 	
}

.news-block-seven .date{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 15px;
}

.news-block-seven h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom:15px;
}

.news-block-seven h3 a{
	color: #222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-seven h3 a:hover{
	color: #00aeef;
}

.news-block-seven h3:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 15px;
	background-color: #cc5dff;
	content: '';
}

.news-block-seven .link-box{
	position: relative;
}

.news-block-seven .link-box a{
	position: relative;
	font-size: 13px;
	line-height: 20px;
	color: #00aeef;
	font-weight: 700;
	text-transform: uppercase;
}

/*post share options*/

.blog-detail .post-share-options{
	position:relative;
	margin-bottom: 55px;
	padding-bottom: 80px;
	border-bottom: 1px solid #cccccc;
}

.blog-detail .post-share-options .tags{
	position: relative;
}

.blog-detail .post-share-options .tags li{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .tags a{
	position:relative;
	display: block;
	font-size:12px;
	line-height: 16px;
	font-weight:400;
	color:#555555;
	padding: 10px 20px;
	border:1px solid #dddddd;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .post-share-options .tags a:hover{
	color: #ffffff;
	background-color: #cc5dff;
}

.blog-detail .post-share-options .likes{
	position: relative;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
	padding: 10px 20px;
	font-weight: 600;
	margin-right: 3px;
	border:1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .post-share-options .likes span{
	color: #cc5dff;
	font-size: 14px;
	margin-right: 6px;
}

.blog-detail .post-share-options .likes:hover{
	color: #ffffff;
	background-color: #cc5dff;
}

.blog-detail .post-share-options .social-icon{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .social-icon li{
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

.blog-detail .post-share-options .social-icon li a{
	display: inline-block;
	font-size: 15px;
	line-height: 36px;
	color: #555555;
	height: 38px;
	width: 38px;
	text-align: center;
	border:1px solid #dddddd;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .post-share-options .social-icon li a:hover{
	color: #ffffff;
	background-color: #cc5dff;
}

/*** 

====================================================================
			Blog Grid Section
====================================================================

***/

.blog-grid-section{
	position: relative;
	padding: 120px 0;
}

.news-block-six{
	position: relative;
	margin-bottom: 70px;
}

.news-block-six .inner-box{
	position: relative;
}

.news-block-six .image-box{
	position: relative;
	overflow: hidden;
}

.news-block-six .image-box img{
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block-six .inner-box:hover .image-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-six .lower-content{
	position: relative;
	padding:45px 0 0;
}

.news-block-six .lower-content .info{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.news-block-six .lower-content .info:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 20px;
	background-color: #00aeef;
	content: "";
}

.news-block-six .lower-content h3{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.news-block-six .lower-content h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} 

.news-block-six .lower-content h3:hover a{
	color: #cc5dff;
}

.news-block-six .lower-content .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 30px;
}

.news-block-six .lower-content .link-box{
	position: relative;
}

.news-block-six .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #cc5dff;
	font-weight: 700;
	padding-left: 45px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-six .lower-content .link-box a:before{
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 2px;
	background-color: #cccccc;
	content: "";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-six .lower-content .link-box a:hover{
	color: #222222;
}

.blog-grid-section .news-block-four .inner-box{
	padding: 75px 20px;
}

.blog-grid-section .news-block-four h3{
	font-size: 30px;
	line-height: 42px;
}

.blog-grid-section .news-block-four .icon{
	margin-bottom: 35px;
	font-size: 35px;
}

.blog-grid-section .news-block-five .inner-box:before{
	left: 20px;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	z-index: 9;
}

.styled-pagination ul{
	position:relative;
	display: inline-block;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin-right: 15px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	width: 15px;
	font-size:16px;
	color:#222222;
	font-weight:600;
	line-height:1em;
	padding-bottom: 10px;
	text-align: center;
	font-style: italic;
	border-bottom: 2px 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;
}

.styled-pagination li:hover a,
.styled-pagination li.active a{
	color:#cc5dff;	
	border-color: #cc5dff;	
}

/*** 

====================================================================
			Features Tab Section
====================================================================

***/

.features-tab-section{
	position: relative;
	padding: 180px 0 170px;
}

.features-tab-section .inner-container{
	max-width: 750px;
	margin-left: -60px;
}

.features-tab-section .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.features-tab-section .title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: "";
}

.features-tab-section h2{
	display: block;
	font-size: 48px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	margin-bottom: 40px;
}

.features-tab-section .image-layer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    background-size: 46%;
}

.features-tab-section .image-layer .image{
	display: none;
} 

.features-tabs{
	position: relative;
}

.features-tabs .tab{
	display: none;
}

.features-tabs .tab.active-tab{
	display: block;
}

.features-tabs .tab-buttons{
	position: relative;
	margin-bottom: 30px;
}

.features-tabs .tab-buttons li{
	position: relative;
	display: inline-block;
	padding-right: 27px;
	margin-right: 23px;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.features-tabs .tab-buttons li:before{
	position: absolute;
	right: 0;
	top: 7px;
	background-color: #cc5dff;
	width: 2px;
	height: 16px;
	content: "";
}

.features-tabs .tab-buttons li:last-child:before{
	display: none;
}

.features-tabs .tab-buttons li.active-btn{
	-webkit-text-shadow:0px 0px 0.5px;
	-ms-text-shadow:0px 0px 0.5px;
	-moz-text-shadow:0px 0px 0.5px;
	text-shadow:0px 0px 0.5px;
}

.features-tabs .tabs-content{
	position: relative;
}

.features-tabs .tabs-content .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	padding-right: 50px;
}

.features-tabs .tabs-content .text p{
	margin-bottom: 25px;
}

.features-tabs .tabs-content .text p:last-child{
	margin-bottom: 0;
}

/*** 

====================================================================
					Pricing Section
====================================================================

***/

.pricing-section{
	position: relative;
	padding: 125px 0 80px;
}

.pricing-section .sec-title{
	padding-bottom: 60px;
	margin-bottom: 80px;
}

.pricing-section .sub-title{
	margin-top: 0;
	margin-bottom: 10px;
}

.pricing-section .sec-title h2{
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 800;
	color: #222222;
	margin-bottom: 40px;
}

.pricing-section .sec-title:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	width: 20px;
	background-color: #cc5dff;
	margin: 0 auto;
	content: "";
}

.pricing-section .row{
	margin: 0px;

}

.pricing-table{
	position: relative;
	padding: 0;
	margin-bottom: 50px;
}

.pricing-table .inner-box{
	position: relative;
	border: 1px solid #efefef;
	padding: 64px 60px;
	text-align: center;
	overflow: hidden;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	

}

.pricing-table:hover .inner-box,
.pricing-table.tagged .inner-box{
	background-color: #f0fafe;
	border-color: #f0fafe;
}

.pricing-table .inner-box:before{
	position: absolute;
    right: -140px;
    top: 0;
    height: 70px;
    width: 70px;
    content: "";
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
    background: #00aeef;
    background: -moz-linear-gradient(left, #00aeef 0%, #cc5dff 100%,#cc5dff 100%,#cc5dff 100%);
    background: -webkit-linear-gradient(left, #00aeef 0%,#cc5dff 100%,#cc5dff 100%,#cc5dff 100%);
    background: linear-gradient(to right, #00aeef 0%,#cc5dff 100%,#cc5dff 100%,#cc5dff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#cc5dff',GradientType=1 );
   	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.pricing-table .inner-box:after{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	text-align: right;
	padding: 10px 7px;
	line-height: 20px;
	font-size: 20px;
	color: #ffffff;
	content: "\f006";
	font-family: "Fontawesome";
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
	opacity: 0;
	visibility: hidden;
}

.pricing-table:hover .inner-box:after,
.pricing-table.tagged .inner-box:after{
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.pricing-table:hover .inner-box:before,
.pricing-table.tagged .inner-box:before{
    right: -40px;
}

.pricing-table .title{
	position: relative;
	margin-top: 16px;
	padding: 20px 0;
	font-size: 24px;
	line-height: 35px;
	color: #222222;
	border-bottom: 1px solid #dddddd;
}

.pricing-table .price{
	position: relative;
	padding: 26px 0;
	font-size: 14px;
	line-height: 25px;
	color: #555555;
	border-bottom: 1px solid #dddddd;
}

.pricing-table .price h2{
	font-size: 56px;
	line-height: 70px;
	color: #222222;
	display: inline-block;
	font-weight: 700;
}

.pricing-table .price h2 span{
	display: inline-block;
	font-size: 30px;
	vertical-align: top;
} 

.pricing-table .table-content{
	position: relative;
	padding: 50px 0 60px;
}

.pricing-table .table-content ul li{
	position: relative;
	font-size: 16px;
	line-height: 36px;
	color: #555555;
	font-weight: 300;
}

.pricing-table .table-footer{
	position: relative;
}

.pricing-table.tagged .table-footer a,
.pricing-table .table-footer a:hover{
	background-color: #003a4f;
}

/*** 

====================================================================
			App Feature
====================================================================

***/

.app-feature{
	position: relative;
	padding: 115px 0 60px;
}

.app-feature .float-text{
	position: absolute;
	right: 0px;
	top: 170px;
	font-size: 200px;
	line-height: 1em;
	color: #f8f8f8;
	font-weight: 800;
	letter-spacing: -.01em;
}

.app-feature .inner-container{
	position: relative;
	max-width: 900px;
	padding: 0 15px;
	margin: 0 auto;
}

.app-feature .content-column .inner-column{
	position: relative;
	padding-top: 100px;
}

.app-feature .title{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 40px;
	margin-bottom: 10px;
}

.app-feature .title:before{
	position: absolute;
	left: 0;
	top: 9px;
	height: 2px;
	width: 30px;
	background-color: #cc5dff;
	content: "";
}

.app-feature h2{
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.app-feature .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 50px;
}

.app-feature .link-box{
	position: relative;
	display: block;
}

.app-feature .image-column .inner-column{
	position: relative;
	margin: 0 -160px 0 -70px;
}

.app-feature.style-two{
	padding: 6px 0 100px;
}

.app-feature.style-two .image-column .inner-column{
	margin: 0 -70px 0 -160px;
}

.app-feature.style-two .float-text{
	left: 70px;
    right: auto;
    bottom: 185px;
    top: auto;
}

/*** 

====================================================================
					Video Section
====================================================================

***/

.video-section-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 130px 0 0;
} 


.video-section-two .inner-container{
	position: relative;
	padding: 0 70px 0;
}

.video-section-two .image-box{
	position: relative;
	z-index: 9;
	border:20px solid #ffffff;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-box-shadow: 0 5px 35px rgba(3,4,4,.20);
	-moz-box-shadow: 0 5px 35px rgba(3,4,4,.20);
	-ms-box-shadow: 0 5px 35px rgba(3,4,4,.20);
	-o-box-shadow: 0 5px 35px rgba(3,4,4,.20);
	box-shadow: 0 5px 35px rgba(3,4,4,.20);
}

.video-section-two .image-box img{
	display: block;
	width: 100%;
}

.video-section-two .image-box .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
}

.video-section-two .image-box .link .icon{
	position: absolute;
	top: 38%;
	left: 50%;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 48px;
	color: #222222;
	margin-left: -50px;
	margin-top: -50px;
	padding-left: 5px;
	background-color: #f5f5f5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.video-section-two .image-box .link .icon:before{
	position: absolute;
	left: -10px;
	top: -10px;
	height: 120px;
	width: 120px;
	border:1px solid rgba(255,255,255,.25);
	content: "";
	border-radius: 50%;
}

.video-section-two .image-box .link .icon:after{
	position: absolute;
	left: -20px;
	top: -20px;
	height: 140px;
	width: 140px;
	border:1px solid rgba(255,255,255,.25);
	content: "";
	border-radius: 50%;
}

.video-section-two .image-box:hover .link .icon{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.video-section-two .image-box .logo{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 27%;
	z-index: 1;
}

.video-section-two .image-box .logo img{
	max-width: 100%;
	width: auto;
	display: inline-block;
	height: auto;
	opacity: .25;
}	


.video-section-two .lower-content{
	position: relative;
	background-color: #ffffff;
	padding: 125px 0 115px;
}

.video-section-two .lower-content .content-box{
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}

.video-section-two .lower-content h2{
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.video-section-two .lower-content .text{
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
}

/*** 

====================================================================
			Video Section Three
====================================================================

***/	

.video-section-three{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 260px 0;
}

.video-section-three .inner-box{
	position: absolute;
	left: 0;
	top: 0;	
	height: 100%;
	width: 100%;
}	

.video-section-three .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .60;
	background: #00aeef;
	background: -moz-linear-gradient(45deg, #00aeef 0%, #001520 100%);
	background: -webkit-linear-gradient(45deg, #00aeef 0%,#001520 100%);
	background: linear-gradient(45deg, #00aeef 0%,#001520 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#001520',GradientType=1 );
	content: "";
}

.video-section-three .inner-box:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .20;
}

.video-section-three .content-box{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
	z-index: 10;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-section-three .content-box .link{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #ffffff;
} 


.video-section-three .content-box .link .icon{
	position: relative;	
	display: block;
	font-size: 90px;
	line-height: 1em;
	color: #ffffff;
	margin:0 auto 25px;

}

.video-section-three:hover .content-box .link .icon{
	animation: rotateIn 1s;
}

/*** 

====================================================================
					Case Study Section
====================================================================

***/

.case-study-section{
	position: relative;
	z-index: 1;
}

.case-study-section .inner-container{
	position: relative;
	max-width: 1770px;
	margin: 0 auto;
	padding: 0 15px;
}

.cases-tabs{
	position: relative;
}

.cases-tabs .tab{
	display: none;
}

.cases-tabs .tab.active-tab{
	display: block;
}

.cases-tabs .button-box{
	position: relative;
	padding: 50px 15px;
	background-color: #f7f7f7;
	text-align: center;
}

.cases-tabs .tab-buttons{
	position: relative;
	max-width: 1380px;
	margin: 0 auto;
}

.cases-tabs .tab-buttons li{
	position: relative;
	float: left;
	width: 25%;
	font-size: 14px;
	line-height: 30px;
	padding: 25px 15px;
	color: #222222;
	text-align: center;
	background-color: #fdfdfd;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cases-tabs .tab-buttons li span{
	font-weight: 700;
}

.cases-tabs .tab-buttons li:before{
	position: absolute;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #f7f7f7;
	content: "";
	right: -1px;
	z-index: 1;
}

.cases-tabs .tab-buttons li:hover,
.cases-tabs .tab-buttons li.active-btn{
	background-color: #ffffff
}

.cases-tabs .tab-buttons li.active-btn{
	background-color: #ffffff;
	z-index: 9;
	-webkit-box-shadow: 0 0 35px rgba(25,191,202,.07);
	-moz-box-shadow: 0 0 35px rgba(25,191,202,.07);
	-ms-box-shadow: 0 0 35px rgba(25,191,202,.07);
	-o-box-shadow: 0 0 35px rgba(25,191,202,.07);
	box-shadow: 0 0 35px rgba(25,191,202,.07);
}

.cases-tabs .tab-buttons li.active-btn span{
	color: #00aeef;
}

.cases-tabs .video-block {
	position: relative;
}

.cases-tabs .video-block:after,
.cases-tabs .video-block:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	content: '';
	opacity: .20;
	background: rgb(0,174,239);
	background: -moz-linear-gradient(45deg, rgba(0,174,239,1) 0%, rgba(204,93,255,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	background: linear-gradient(45deg, rgba(0,174,239,1) 0%,rgba(204,93,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#cc5dff',GradientType=1 );
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-ms-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

.cases-tabs .video-block:hover:before,
.cases-tabs .video-block:after{
	z-index: 1;
	opacity: 0;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-ms-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease;
}

.video-section .video-block:hover:after{
	opacity: .40;
}

.cases-tabs .video-block .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
}

.cases-tabs .video-block .link span{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 82px;
	font-size: 40px;
	color: #ffffff;
	margin-left: -50px;
	margin-top: -50px;
	padding-left: 5px;
	border:4px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 75px rgba(0,0,0,.22);
	-moz-box-shadow: 0 0 75px rgba(0,0,0,.22);
	-ms-box-shadow: 0 0 75px rgba(0,0,0,.22);
	-o-box-shadow: 0 0 75px rgba(0,0,0,.22);
	box-shadow: 0 0 75px rgba(0,0,0,.22);
}

.cases-tabs .video-block:hover .link span{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

/*** 

====================================================================
			Clients Section
====================================================================

***/

.clients-section{
	position: relative;
	display: block;
	z-index: 9;
}

.clients-section .inner-container{
	position: relative;
	max-width: 1760px;
	padding:0px 15px;
	margin: 0 auto;
}

.clients-section .sponsors-outer{
	position: relative;
	background-color: #f5f5f5;
	padding: 77.5px 0;
	margin-bottom: -20px;
}

.clients-section .image-box{
	position: relative;
	display: block;
	text-align: center;
}

.clients-section .image-box img{
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .slide-item:hover .image-box img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*** 

====================================================================
					Clients Section Two
====================================================================

***/

.client-section-two{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 0 140px;
}

.client-section-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .80;
	content: "";
}

.client-section-two .content-box{
	text-align: center;
}

.client-section-two .content-box h2{
	display: block;
	font-size: 34px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 70px;
}

.client-section-two .sponsors-carousel{
	position: relative;
}

.client-section-two .sponsors-carousel .image-box{
	position: relative;
}

.client-section-two .sponsors-carousel .image-box img{
	max-width: 100%;
	height: auto;
	width: auto;
	display: inline-block;
}

/*** 

====================================================================
			Call To Action
====================================================================

***/

.call-to-action{
	position: relative;
	background-color: #00aeef;
	padding: 80px 0 40px;
}

.call-to-action .title-box{
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.call-to-action .title-box .icon{
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 60px;
	color: #222222;
	font-size: 60px;
}

.call-to-action .title-box h2{
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 5px;
}

.call-to-action .title-box h2 span{
	position: relative;
	display: inline-block;
}

.call-to-action h2 span:before{
	position:absolute;
	content:'';
	left: 2px;
	top: 7px;
	width:15px;
	height:3px;
	background-color:#ffffff;
}

.call-to-action .title-box p{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0;
}

.call-to-action .btn-box{
	position: relative;
	float: right;
	margin-bottom: 30px;

}

.call-to-action .btn-box a{
	padding: 16px 45px;
	font-size: 16px;
	font-weight: 700;
}

/*** 

====================================================================
			Form Section
====================================================================

 ***/
.form-section{
	position: relative;
	padding: 115px 0 120px;
	background-color: #f5f5f5;
}

.form-section .sec-title{
	margin-bottom: 50px;
}	


.form-section .sub-title{
	margin-top: 0;
	margin-bottom: 5px;
}

.form-section h2{
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	padding-bottom: 20px;
}

.form-section h2:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: "";
}

.form-section .contact-form{
 	position: relative;
 	max-width: 950px;
 	padding: 0 15px;
 	margin: 0 auto;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.contact-form .form-group label{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 15px;
}
	

.contact-form .form-group:last-child{
	margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 33px;
    color: #555555;
    font-weight: 500;
    height: 55px;
    padding: 10px 25px;
    letter-spacing: .5px;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#cc5dff;
}

.contact-form .form-group textarea{
	height: 120px;
	margin-bottom: 10px;
	resize: none;
}

/*** 

====================================================================
	Contact Map Section
====================================================================

 ***/

 .contact-section{
 	position: relative;
	background-color: #f5f5f5;
 }

 .contact-section .map-column{
 	position: absolute;
 	left: 0;
 	top: 0;
 	height: 100%;
 	width: 50%;
 }

.contact-section .map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.contact-section .map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#1e69b8;
}

.contact-section .map-canvas{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.contact-section .form-column{
	position: relative;
	float: right;
	width: 50%;
	padding: 110px 0;
}

.contact-section .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 5px;
}

.contact-section h2{
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.contact-section h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: "";
}

.contact-section .contact-form{
 	position: relative;
 	max-width: 750px;
 	padding: 0 15px;
 	margin: 0 auto;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.contact-form .form-group label{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 400;
	margin-bottom: 15px;
}

.contact-form .form-group:last-child{
	margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    font-weight: 500;
    height: 52px;
    padding: 10px 25px;
    letter-spacing: 0.5px;
    background-color: transparent;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form ::-webkit-input-placeholder{color: #999999;;}
.contact-form ::-moz-input-placeholder{color: #999999;;}
.contact-form ::-ms-input-placeholder{color: #999999;;}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#003346;
}

.contact-form .form-group input.error,
.contact-form .form-group select.error,
.contact-form .form-group textarea.error{
	border-color:#ff0000;	
}

.contact-form .form-group label.error{
	display:block;
	line-height:24px;
	padding-top:5px;
	color:#ff0000;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	margin:0px;
}

.contact-form .form-group textarea{
	height: 120px;
	margin-bottom: 10px;
	resize: none;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#191919;
}

.main-footer .widgets-section{
	position:relative;
	padding:100px 0px 70px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:40px;
}

.main-footer .logo-widget .logo img{
	display: inline-block;
	vertical-align: bottom;
}

.main-footer .logo-widget .logo span{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	color: #cccccc;
	font-weight: 700;
	bottom: -3px;
}

.main-footer .footer-column .widget-title{
	position: relative;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	line-height: 20px;
	margin-bottom: 30px;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:36px;
	height:36px;
	font-size:14px;
	color:#cccccc;
	text-align:center;
	line-height:36px;
	display:inline-block;
	background-color: #2d2d2d;
	border-radius:50%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-two li a:hover{
	color:#ffffff;
	background-color: #cc5dff;
}

.social-icon-two.style-two li a:hover{
	background-color: #00aeef;
}

.main-footer .list{
	position:relative;
}

.main-footer .list li{
	position:relative;
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 20px;
	color: #cccccc;
	font-weight: 400;
	padding-left: 60px;
	margin-bottom:15px;
}

.main-footer .list li:before{
	position: absolute;
	top: 7px;
	left: 45px;
	height: 6px;
	width: 6px;
	content: "";
	background-color: #666666;
}

.main-footer .list li a{
	position:relative;
	color: #cccccc;
	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;
}

.main-footer .list li a:hover{
	color:#cc5dff;
}

.main-footer .contact-widget{
	position: relative;
	padding-left: 80px;
}

.main-footer .contact-info-list{
	position:relative;
}

.main-footer .contact-info-list li{
	position:relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
	font-weight: 400;
	margin-bottom:12px;
}

.main-footer .contact-info-list li span{
	position: absolute;
	left: 0;
	top: 0px;
	line-height: 24px;
	font-size: 15px;
	margin-right: 10px;
}

.main-footer .contact-info-list li a{
	position:relative;
	color: #cccccc;
	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;
}

.main-footer .contact-info-list li a:hover{
	color:#cc5dff;
}

.main-footer .gallery-widget{
	margin-left: -30px;
}

.main-footer .gallery-widget .outer{
	position:relative;
	margin: 0px -5px 0;
}

.main-footer .gallery-widget .widget-title{
	margin-bottom: 35px;
}

.main-footer .gallery-widget .outer .image{
	position:relative;
	float:left;
	width:25%;
	padding:0px 5px;
	margin-bottom:10px;
}

.main-footer .gallery-widget .image img{
	display:block;
	width:100%;	
}

.main-footer .gallery-widget .image a{
	position: relative;
	display: block;
}

.main-footer .gallery-widget .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #00aeef;
	opacity: .80;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-footer .gallery-widget .image a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    content: "\f00e";
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
	font-family: "FontAwesome";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*=== Main Footer Style Two ===*/

.main-footer.style-two .contact-widget{
	padding-left: 0;
}

.main-footer.style-two .contact-widget .social-icon-two{
	margin-top: 40px;
}

.main-footer.style-two .list li{
	width: 100%;
	padding-left: 17px;
}

.main-footer.style-two .contact-info-list li a:hover,
.main-footer.style-two .list li a:hover{
	color: #00aeef;
}

.main-footer.style-two .list li:before{
	left: 0;
}

/*=== Main Footer Style Three ===*/

.main-footer.style-three{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f5f5f5;
	background-size: cover;
	padding: 260px 0 140px;
}

.main-footer.style-three .inner-container{
	position: relative;
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}

.main-footer.style-three h3{
	display: block;
	font-size: 34px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 25px;
}

.main-footer.style-three .text{
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 35px;
}

.main-footer.style-three .link-box{
	position: relative;
}

.main-footer.style-three .link-box img {
    border-radius: 6px;
    filter: drop-shadow( 0 10px 30px rgba(0,0,0,.2));
}

/*=== Main Footer Style Four ===*/

.main-footer.style-four{
	background-color: #f5f5f5;
}

.main-footer.style-four .logo-widget .logo span{
	color: #555555;
}

.main-footer.style-four .social-icon-two li a{
	background-color: transparent;
	color: #555555;
}

.main-footer.style-four .social-icon-two li a:hover{
	color: #ffffff;
	background-color: #cc5dff;
}

.main-footer.style-four .contact-info-list li,
.main-footer.style-four .contact-info-list li a,
.main-footer.style-four.style-four .list li a{
	color: #555555;
}

.main-footer.style-four .contact-info-list li a:hover,
.main-footer.style-four .list li a:hover{
	color: #cc5dff;
}

.main-footer.style-four .list li:before{
	background-color: #cccccc;
}

/*=== Main Footer Style Five ===*/

.main-footer.style-five{
	position: relative;
}

.main-footer.style-five .logo-widget .logo span{
	display: block;
	color: #cccccc;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
	opacity: .50;
}

.main-footer.style-five .list li{
	width: 100%;
	padding-left: 20px;
}

.main-footer.style-five .list li:before{
	left: 0;
}

.main-footer.style-five .gallery-widget .outer .image{
	width: 33.3333333%;
}

.main-footer.style-five .contact-widget{
	padding-left: 20px;
}

/*=== Footer Bottom ===*/

.footer-bottom{
	position: relative;
	padding: 25px 0;
	background-color: #242424;
}

.footer-bottom .outer-box{
	position: relative;
}

.footer-bottom .copyright-text{
	position: relative;
}

.footer-bottom .copyright-text p{
	position: relative;
	font-size: 12px;
	line-height: 20px;
	color: #cccccc;
	font-weight: 400;
	margin-bottom: 0;
}

.footer-bottom .copyright-text p a{
	color: #cccccc;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-bottom .copyright-text p a:hover{
	text-decoration: underline;
	color: #ffffff;
}

.footer-bottom .bottom-links{
	position: relative;
}

.footer-bottom .bottom-links ul li{
	position: relative;
	float: left;
	margin-left: 40px;
}

.footer-bottom .bottom-links ul li a{
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #cccccc;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-bottom .bottom-links ul li a:hover{
	color: #ffffff;
}

/*** 

====================================================================
				Performance Section
====================================================================

***/

.performance-section{
	position:relative;
}	

.performance-section:before{
	position: absolute;
	right: 0;
	height: 100%;
	width: 50%;
	background-color: #f0fafe;
	content: "";
}

.performance-section .outer-container{
	position:relative;
	min-height:300px;
}

.performance-section .image-column{
	position:absolute;
	float:right;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
}

.performance-section .image-column .image-box{
    position: absolute;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
}

.performance-section .image-column .image-box img{
	position:relative;
	display:inline-block;
	max-width:100%;
	right:-50px;
	top: 50px; 
}

.performance-section .content-column{
	position:relative;
	float:left;
	width:50%;
}

.performance-section .content-column .inner-box{
	position:relative;
	margin:0 auto;
	max-width: 600px;
	text-align: center;
	padding:330px 15px 340px;
}

.performance-section .content-column h2{
	display: block;
	font-size: 42px;
	line-height: 50px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}

.performance-section .content-column .text{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	font-weight: 400;
	margin-bottom: 50px;
}

/*** 

====================================================================
				Startup Section
====================================================================

***/

.startup-section{
	position:relative;
}

.startup-section .icon-dots-4{
	bottom: 35px;
	left: 290px;
	width: 180px;
}

.startup-section .outer-container{
	position:relative;
	min-height:300px;
}

.startup-section .image-column{
	position: relative;
	float: right;
	padding: 160px 0 170px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	text-align: center;
}

.startup-section .image-column .image-1 img{
	position:relative;
	display:inline-block;
	max-width:100%;
	margin-left: 30px;
}

.startup-section .image-column .image-2{
	position:absolute;
	bottom: 145px;
	left: -30px;
}

.startup-section .content-column{
	position:relative;
	float:left;
	width:50%;
}

.startup-section .content-column .inner-column{
	position:relative;
	margin: 0 auto;
	max-width: 700px;
	padding:190px 15px 30px;	
}

.startup-section .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.startup-section .title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: "";
}

.startup-section h2{
	display: block;
	font-size: 48px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	margin-bottom: 50px;
}

.startup-section .features-tabs .tabs-content .text{
	padding-right: 0;
	color: #555555;
}

/*** 

====================================================================
				Get Ready Section
====================================================================

***/

.get-ready-section{
	position:relative;
}

.get-ready-section:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: #00212d;
	content: "";
}

.get-ready-section .outer-container{
	position:relative;
	min-height:300px;
}

.get-ready-section .image-column{
	position: absolute;
	left: 0;
	top: 0;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
	text-align: center;
}

.get-ready-section .image-column .image-box{
	display: none;
}

.get-ready-section .image-column .image-box img{
	display:inline-block;
	max-width:100%;
}

.get-ready-section .content-column{
	position:relative;
	float:right;
	width:50%;
}

.get-ready-section .content-column .inner-column{
	margin: 0 auto;
	max-width: 550px;
	padding:160px 15px 0px;	
}

.get-ready-section .title{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 40px;
	margin-bottom: 28px;
}

.get-ready-section .title:before{
	position: absolute;
	left: 0;
	top: 9px;
	height: 2px;
	width: 30px;
	background-color: #cc5dff;
	content: "";
}

.get-ready-section h2{
	display: block;
	font-size: 44px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}

.get-ready-section .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #cccccc;
	font-weight: 400;
	margin-bottom: 50px;
}

.get-ready-section .link-box{
	position: relative;
	display: block;
	margin-bottom: 100px;
}

.get-ready-section .content-column .image-box{
    position: relative;
    margin-top: 100px;
    margin-bottom: -150px;
    margin-left: -235px;
    z-index: 99;
}

.get-ready-section .content-column .image-box:before{
	position: absolute;
    left: 65px;
    top: 5px;
	height:  362px;
	width: 263px;
	background-image: url(../images/icons/icon-1.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: -1;
}

.icon-star-3{
	height: 424px;
	width: 446px;
	background-image: url(../images/icons/icon-star-3.png);
}

.get-ready-section .icon-twist-5{
	right: -230px;
	bottom: 335px;
}

.get-ready-section .icon-star-3{
	right: -365px;
	bottom: -140px;
}

/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	padding: 120px 0 70px; 
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 50px;
}

.sidebar-widget{
    position: relative;
    margin-bottom:50px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 20px;
}

.sidebar-page-container .sidebar-title h2{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	text-transform: capitalize;
	font-weight: 700;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
}

.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;
	display:block;
	font-size:14px;
	color:#222222;
	line-height:25px;
	padding:14px 25px;
	padding-right: 60px;
	height:55px;
	width:100%;
	border:1px solid #e7e7e7;
	background-color: #ffffff;
	border-radius: 5px;
	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 input:focus{
	border-color:#cc5dff;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0;
	top:0;
	width:55px;
	height:55px;
	line-height: 55px;
	text-align:center;
	display:block;
	font-size:16px;
	color:#222222;
	background:none;
	font-weight:normal;
}

/*=== Categories ===*/
.category-list{
	position: relative;
	display: block;
}

.category-list li{
	position: relative;
	margin-bottom: 15px;
}

.category-list li:last-child{
	margin-bottom: 0;
}

.category-list li a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.category-list li a span{
	display: inline-block;
	margin-left: 2px;
	font-size: 16px;
	font-weight: 300;
	color: #555555;
	line-height: 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.category-list li a:hover span,
.category-list li a:hover{
	color: #cc5dff;
}

/*=== Popular Post ===*/

.popular-posts .post{
	position: relative;
	margin-bottom: 30px;
}

.popular-posts .post:last-child{
	margin-bottom: 0;
}

.popular-posts .post .text{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 400;
}

.popular-posts .post .text a{
	color: #555555;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.popular-posts .post .text:hover a{
	color: #cc5dff;
}

.popular-posts .post .date{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 28px;
	color: #222222;
	font-weight: 600;
}

/*=== Gallery Widget*/

.gallery-widget{
	position: relative;
}

.gallery-widget .gallery-outer{
	position:relative;
	margin: 0px -5px 0px;
}

.gallery-widget .gallery-outer .image{
	position:relative;
	float:left;
	width: 33.333333333%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.gallery-widget .gallery-outer .image img{
	display:block;
	width:100%;	
}

/*=== Tags ===*/

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-right: 9px;
	padding-right: 10px;
	margin-bottom: 12px;
} 

.tag-list li:before{
	position: absolute;
	right: 0;
	top: 4px;
	width: 1px;
	height: 16px;
	background-color: #555555;
	content: "";
}

.tag-list li:last-child:before{
	display: none;
}

.tag-list li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #555555;
	font-weight: 300; 
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover{
	color: #00aeef;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.comments-area{
	position:relative;
	margin-bottom:60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #dddddd;
	margin-top: 60px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom: 45px;
}

.sidebar-page-container .group-title h3{
	position: relative;
	display: block;
	font-size:  20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
} 

.comments-area .comment-box{
	position:relative;
	max-width: 700px;
	margin-bottom: 40px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comments-area .comment-box.reply-comment{
	margin-left: 100px;
}

.comments-area .comment-box:last-child{
	margin-bottom: 0;
}

.comments-area .comment{
	position:relative;
	font-size:14px;
	padding-left:100px;
}

.comments-area .comment .comment-inner{
	position:relative;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	margin-bottom:20px;
}

.comments-area .comment-box .author-thumb img{
	width:75px;
	display:block;
}

.comments-area .comment-info{
	color:#4d4d4d;
	line-height:20px;
	font-size:14px;	
	font-style: normal;
}

.comments-area .comment-box strong{
	font-size:17px;
	font-weight:700;
	color:#232323;
	line-height:20px;
	text-transform:capitalize;
	display: inline-block;
}

.comments-area .comment-box .text{
	color:#777777;
	font-size:15px;
    line-height: 25px;
	margin-top:5px;
	font-weight: 300;
	margin-bottom: 10px;
}

.comments-area .comment-box .reply-btn{
	position: relative;
	line-height: 20px;
	font-size: 16px;
	color: #cc5dff;
	font-weight: 600;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover{
	color: #00aeef;
	text-decoration:underline;
}

/*** 

====================================================================
			Comments Form
====================================================================

 ***/

.comment-form{
 	position: relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.comment-form .form-group label{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 15px;
}
	

.comment-form .form-group:last-child{
	margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="url"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 33px;
    color: #555555;
    font-weight: 500;
    height: 55px;
    padding: 10px 25px;
    letter-spacing: .5px;
    background-color: transparent;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#003346;
}

.comment-form .form-group textarea{
	height: 120px;
	margin-bottom: 10px;
	resize: none;
}

/*** 

====================================================================
			Map Section
====================================================================

 ***/

.map-section{
 	position: relative;
}

.map-section .map-canvas{
	position:relative;
	width:100%;
	height:500px;	
}

/*** 

====================================================================
			Shop Single Section
====================================================================

 ***/
 
 /*Product Details*/


.shop-single-section{
	position:relative;
	padding:100px 0px;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:60px;
}

.product-details .image-column .image-carousel{
	background-color:#eeeeee;
	border-radius:4px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:50px;
}

.product-details .info-column .add-to-cart{
	padding:10px 43px;
	font-size:14px;
	margin-bottom:10px;
	margin-right:10px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.product-details .image-column .thumbs-carousel{
	margin-top:20px;
}

.product-details .image-column .thumbs-carousel li{
	background-color:#f2f2f2;
	text-align:center;
	padding:0px 0px;
	cursor:pointer;
}

.product-details .image-column .thumbs-carousel li img{
	width:100%;
	display:block;
	border:1px solid #e0e0e0;
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav{
	display:none;	
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:0px;	
}

.product-details .basic-details .details-header h4{
	font-size:36px;
	font-weight:700;
	margin:0px 0px;
	line-height:1.4em;
	color:#222222;
	margin-bottom:8px;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:16px;
	margin-bottom:25px;
	display:inline-block;
}

.product-details .basic-details .details-header .rating span{
	color:#cc5dff;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:1px;	
}

.product-details .basic-details .details-header .rating .fa.light{
	color:#dadada;
}

.product-details .basic-details .details-header .item-price{
	position:relative;
	font-size:24px;
	font-weight:400;
	color:#222222;
	line-height:24px;
	letter-spacing:1px;
	margin-bottom:20px;
}

.product-details .basic-details .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:40px;
}

.product-details .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#777777;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#11da61;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:120px;
	margin-bottom:15px;
	margin-right:20px;
}

.product-details .basic-details .btns-box{
	position:relative;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:23px;
	padding:10px 15px !important;
	height:42px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:10px 10px;
	height:20px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

.shop-list{
	position:relative;
	margin-top:20px;
}

.shop-list li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:10px;
}

.shop-list li strong{
	color:#222222;
	font-size:16px;
	margin-right:5px;
	text-transform:uppercase;
}

.shop-list li a{
	position:relative;
	color:#cc5dff;
	font-size:14px;
	font-weight:700;
	margin-top:20px;
	display:inline-block;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-page .prod-tabs{
	position:relative;	
}

.shop-page .prod-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:30px;
}

.shop-page .prod-tabs .tab-btns .tab-btn{
	position:relative;
	margin:0px 4px 10px;
	font-size:16px;
	background:none;
	color:#222222;
	border:1px solid #222222;
	text-transform:capitalize;
	font-weight:700;
	line-height:24px;
	cursor:pointer;
	display:inline-block;
	padding:12px 40px 10px;
	transition:all 500ms ease;
}

.shop-page .prod-tabs .tab-btns .tab-btn:hover,
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn{
	background:#f9f3e9;
	border-color:#f9f3e9;
}

.shop-page .prod-tabs .tabs-content{
	position:relative;	
}

.shop-page .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.shop-page .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-page .prod-tabs .tabs-content .tab p{
	font-size:14px;
	line-height:2em;
	color:#666666;
	margin-bottom:20px;
}

.shop-page .prod-tabs .tabs-content .tab p:last-child{
	margin-bottom:0px;
}

.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6{
	margin-bottom:15px;	
}

.shop-page .prod-tabs .tabs-content .tab h4{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#222222;
}

.shop-page .prod-tabs .reviews-container{
	position:relative;
	padding-bottom:1px;	
}

.shop-page .prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:120px;
	min-height:130px;
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.shop-page .prod-tabs .reviews-container .review-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}

.shop-page .prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:5px;
	width:100px;
	height:100px;
	background:#ffffff;
	border-radius:3px;
	margin-bottom:20px;
}

.shop-page .prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:100%;
	border-radius:3px;
}

.shop-page .prod-tabs .reviews-container .rev-content{
	position:relative;
	background:#ffffff;	
}

.shop-page .prod-tabs .reviews-container .rev-header{
	position:relative;
}

.shop-page .prod-tabs .reviews-container .rev-header h4{
	float:left;
	line-height:30px;
	font-size:16px;
	color:#222222;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;	
}

.shop-page .prod-tabs .reviews-container .rev-header .rating{
	position:relative;
	float:left;
	margin-left:40px;
	color:#cc5dff;
	line-height:30px;
	font-size:14px;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating .fa{
	margin-right:3px;
}

.shop-page .prod-tabs .reviews-container .rev-header .time{
	position:relative;
	float:right;
	color:#000000;
	line-height:30px;
	font-size:14px;
}

.shop-page .prod-tabs .reviews-container .rev-option{
	font-size:14px;
	color:#9e9e9e;
}

.shop-page .prod-tabs .reviews-container .rev-option a{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;	
}

.shop-page .prod-tabs .reviews-container .rev-text{
	font-size:14px;
	color:#9e9e9e;
	line-height:1.8em;
	margin-bottom:15px;
}

/*Add Review*/

.shop-page .prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.shop-page .prod-tabs .add-review h2{
	color:#000000;
}

.shop-page .prod-tabs .add-review .rating{
	position:relative;
	padding-top:8px;	
}

.shop-page .prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;	
}

.shop-page .prod-tabs .add-review .rating .rate-box:hover,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:active{
	color:#cc5dff;
}

.shop-page .prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.shop-page .prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group input[type="text"],
.shop-page .prod-tabs .add-review .form-group input[type="password"],
.shop-page .prod-tabs .add-review .form-group input[type="tel"],
.shop-page .prod-tabs .add-review .form-group input[type="email"],
.shop-page .prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review button{
	padding:8px 35px;
}

.related-products{
	position:relative;
	padding-bottom:50px;
}


.cart-section{
	position:relative;
	padding:100px 0px;
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:900px;
	border:1px solid #eeeeee;
}

.cart-section .cart-table tbody tr{
	border-bottom:1px solid #eeeeee;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0px;
	background:#f9f3e9;
	color:#1f1f1f;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 15px;
	min-width:120px;
	font-weight:700;
	color:#222222;
	font-size:16px;
	text-transform:capitalize;
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:40px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:40px 40px 40px;
	min-width:100px;
}

.cart-table tbody tr .qty{
	width:90px;
	padding-right:40px;
	padding-left:10px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#f5f5f5;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:100px;
	padding-left:130px;
	padding-top:40px;
	text-align:left;
}


.column.default-column .cart-table tbody tr .qty{
	width:110px;
	padding-right:20px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:100px;
	left:0px;
	top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h3{
	font-size:16px;
	color:#222222;
	font-weight:500;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#222222;	
	font-size:18px;
	padding-left:20px;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#cc5dff;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:0px;
	font-size:16px;
	line-height:24px;
	width:24px;
	height:24px;
	background:#f0f0f0;
	color:#333333;
	text-align:center;
	overflow:hidden;
}

.cart-table tbody tr .remove-btn:hover .fa{
	background:#fa9928;
	color:#ffffff;
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td.price{
	font-size:18px;
	font-weight:400;
	color:#222222;
	padding-left:10px;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;
    color: #727272;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#3e4494;
	border-radius:50%;
}

.cart-section .coupon-outer{
	position:relative;
	margin:80px 0px 70px ;
}

.cart-section .coupon-outer .cart-btn{
	font-size:14px;
	padding:11px 20px;
	min-width:180px;
	text-align:center;
	line-height:30px;
	font-weight:400;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:20px;	
}

.cart-section .apply-coupon .form-group .coupon-btn{
	padding:11px 28px;
	line-height:30px;
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:26px;
	padding:12px 0px;
	border-bottom:2px solid #222222;
	height:54px;
	width:230px;
	background:none;
	font-size:14px;
}

.cart-section .estimate-form{
	position:relative;
}

.cart-section .sec-title{
	margin-bottom:25px;
}

.cart-section .sec-title h2{
	font-size:26px;
	color:#222222;
}

.cart-section .estimate-form .row{
	margin-left:-7px;
	margin-right:-7px;	
}

.cart-section .estimate-form .row .form-group{
	padding:0px 7px !important;
	margin-bottom:30px;
}

.cart-section .cart-note{
	position:relative;
	margin-bottom:50px;
	padding:16px 20px;
	text-align:center;
	border:1px dashed #b2dd4c;
	background:#f4f4f4;
	line-height:1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
	position:relative;
	line-height:46px;
	height:46px;
	background:#f4f4f4;	
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
	height:24px;
	background:#e9e9e9;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	left:6px;
	top:6px;	
}

.cart-total-box{
	position:relative;
	max-width:490px;
	margin-bottom:40px;
	padding:40px 40px 30px;
	background-color:#f4f4f4;
}

.cart-total-box h2{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:25px;
}

.totals-table{
	position:relative;
}

.totals-table li{
	position:relative;
	color:#222222;
	font-weight:500;
	font-size:18px;
	margin-bottom:8px;
}

.totals-table li .col{
	float:right;
}

.totals-table li .col-title{
	font-weight:600;
	float:left;
}

.totals-table li.total{
	margin-top:25px;
	padding-top:30px;
	border-top:1px solid #cccccc;
}

.checkout-btn{
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	padding:11px 20px;
	line-height:30px;
	min-width:200px;
	text-transform:uppercase;
}

/*Check Out Page*/

.checkout-page{
	position:relative;
	padding:100px 0px 70px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#797979;
	font-size:17px;
	font-weight:600;
	border:1px solid #ebebeb;
}

.checkout-page .default-links li a{
	color:#cc5dff;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:30px;
}

.shop-form .sec-title h2{
	font-size:26px;
	top:0px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .sec-title{
	margin-bottom:30px;	
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:10px;
	padding-bottom:30px;
	margin-top:20px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	color:#797979;	
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:38px;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#cc5dff;	
}

/*Shop Order Box*/

.shop-order-box{
	position:relative;
	padding:20px 28px 50px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
	text-transform:uppercase;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;
	display: inline-block;
	color:#797979;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:500;
	margin-left:15px;
	color:#4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.8em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}


.shop-order-box .place-order .theme-btn{
	border-radius:50px;
	font-size:16px;
	padding:6px 30px;
	text-transform:capitalize;
}

.popup-container{
	margin-top:100px;
	max-width:700px;
}

#login-box .close {
	display: block;
	float:none;
	opacity: 1;
	text-shadow:none;
	width:40px;
	line-height: 40px;
	color:#000000;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top:10px;
	right:10px;
	z-index:10;
}

.modal-backdrop{
	opacity:1 !important;
	background-color:rgba(0,0,0,0.85);
}

.login-form-box{
	position:relative;
}

.login-form-box .inner-container{
	position:relative;
	padding:50px 50px 30px;
	background-color:#f4f4f4;
}

.login-form-box .inner-container h2{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:400;
	margin-bottom:50px;
}

.login-form-box .inner-container .register{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-top:20px;
}

.login-form-box .inner-container .register a{
	color:#e54761;
}

.login-form{
	position:relative;	
}

.login-form .form-group{
	position:relative;
	margin-bottom:30px;
	font-size:16px;
	color:#848484;
}

.login-form .form-group .check-box label{
	position:relative;
	padding:0px;
	font-size:14px;
}

.login-form .form-group .field-label{
	position:relative;
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"],
.login-form input[type="tel"],
.login-form input[type="number"],
.login-form input[type="url"],
.login-form select,
.login-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:none;
	line-height:24px;
	padding:10px 20px;
	height:46px;
	border:1px solid #dddddd;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.login-form .form-group .theme-btn{
	margin-top:10px;
	padding:10px 62px 10px;
}

.login-form .form-group .forgot{
	position:relative;
	margin-top:15px;
	color:#666666;
	font-size:14px;
	margin-left:30px;
	display:inline-block;
}

/*** 

====================================================================
	Split Scroll
====================================================================

***/

.scroller-section .ms-section{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;	
}


.split-section-one{
	position:relative;
}

.split-section-one .inner-box{
	position:relative;
	margin:0 auto;
	max-width: 600px;
	text-align: center;
	padding:50px 20px;
}

.split-section-one .inner-box h2{
	display: block;
	font-size: 42px;
	line-height: 50px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}

.split-section-one .inner-box .text{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	font-weight: 400;
	margin-bottom: 50px;
}

.split-section-two{
	position:relative;
	width:100%;
	height:100%;
}

.split-section-two .image-box,
.split-section-two .image-box img{
    position:relative;
	width:100%;
	display:none;
}

.split-section-three{
	position:relative;
}

.split-section-three .inner-column{
	position:relative;
	margin: 0 auto;
	max-width: 600px;
	padding:50px 20px;	
}

.split-section-three .inner-column h2{
	display: block;
	font-size: 48px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}

.split-section-three .sec-title{
	margin-bottom: 70px;
}

.split-section-three .sec-title .text{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	font-weight: 300;
	margin-bottom: 70px;
}

.skill-block-two{
	position: relative;
	margin-bottom: 50px;
}

.skill-block-two:last-child{
	margin-bottom:0px;	
}

.skill-block-two .inner-box{
	position: relative;
	padding-left: 190px;
	padding-top: 30px;
	min-height: 155px;
}

.skill-block-two .graph-outer{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	text-align: center;
}

.skill-block-two .graph-outer .inner-text{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 36px;
    color: #222222;
    font-weight: 300;
    line-height: 40px;
    margin-top: -20px;
}

.skill-block-two h3{
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
}

.skill-block-two .sub-title{
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #00aeef;
	font-weight: 400;
	margin-top: 3px;
}

.skill-block-two .text{
	position: relative;	
	font-size: 16px;
	line-height: 24px;
	color: #555555;
	font-weight: 300;
	margin-top: 15px;
}

.split-section-four{
	position:relative;
}

.split-section-four .inner-column{
	position:relative;
	margin: 0 auto;
	max-width: 700px;
	padding:80px 20px 30px;	
}

.split-section-four .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.split-section-four .title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 16px;
	background-color: #cc5dff;
	content: "";
}

.split-section-four h2{
	display: block;
	font-size: 48px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 800;
	margin-bottom: 50px;
}

.split-section-four .features-tabs .tabs-content .text{
	padding-right: 0;
	color: #555555;
}

.ms-section.bg-color{
	background:#00212d;	
}

.split-section-five{
	position:relative;
}

.split-section-five .inner-column{
	margin: 0 auto;
	max-width: 600px;
	padding:50px 20px;	
}

.split-section-five .title{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 40px;
	margin-bottom: 28px;
}

.split-section-five .title:before{
	position: absolute;
	left: 0;
	top: 9px;
	height: 2px;
	width: 30px;
	background-color: #cc5dff;
	content: "";
}

.split-section-five h2{
	display: block;
	font-size: 44px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}

.split-section-five .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #cccccc;
	font-weight: 400;
	margin-bottom: 50px;
}

.split-section-five .link-box{
	position: relative;
	display: block;
}

.pt-cus {
    margin-top: 100px;
    margin-bottom: 10px;
}