<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Wooder - Carpentry HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header 
5. Header Style Two 
6. Header Style Three
7. Sticky Header
8. Mobile Menu
9. Hidden Sidebar
10. Section Title
11. Page Title
12. Banner Section / Two / Three
13. Service Section / Two / Three
14. Service Details
15. Video Section
16. Fun facts Section
17. Fluid Section One 
18. About Us
19. Work Section
20. Project Section / Two / Three
21. Project Detail
22. Offer Section
23. Products Section
24. Call Back Section
25. Pricing Section
26. FAQ's Sectiom
27. FAQ Form Section
28. Testimonial Section / Two
29. Team Section
30. News Section / Two
31. Blog Classic
32. Blog Detail
33. Error Section
34. Clients Section
35. Contact Page Section
36. Map Section
37. Main Footer / Style Two
38. Sidebar Page Container
39. Comment Area
40. Comment Form
41. Our Shop
42. Product Details
43. Product Tabs
44. Cart Section
45. CheckOut Section
46. Login Section
47. Coming Soon
48. Right To Left
49. Box Layout
**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Archivo:400,400i,500,500i,600,600i,700,700i|Ubuntu:300,400,500,700&amp;display=swap');

/*
	font-family: 'Archivo', sans-serif;
	font-family: 'Ubuntu', sans-serif;
*/

@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
		Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#777777;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Archivo', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#0066ff;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

.sidebar-page-container,
section{
	background-color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Ubuntu', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #777777;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align: center;
	-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;
	font-family: "Ubuntu", sans-serif;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 15px 35px;
	font-weight: 400;
	border-radius: 50px;
	background-color: #0066ff;
	overflow: hidden;
}

.btn-style-one .btn-title{
	position: relative;
}

.btn-style-one:hover{
	color:#040025;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-one:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-one:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Two*/
.btn-style-two{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 15px 40px;
	font-weight: 500;
	background-color: #222222;
	overflow: hidden;
}

.btn-style-two .btn-title{
	position: relative;
}

.btn-style-two:hover{
	color:#222222;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Three*/
.btn-style-three{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#040025;
	padding: 15px 40px;
	font-weight: 500;
	background-color: #ffffff;
	border-radius: 50px;
	overflow: hidden;
}

.btn-style-three .btn-title{
	position: relative;
}

.btn-style-three:hover{
	color:#ffffff;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-three:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #0066ff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-three:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Four*/
.btn-style-four{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 13px 40px;
	font-weight: 400;
	overflow: hidden;
	background-color: #0066ff;
	border: 2px solid #0066ff;
	transition: all 300ms linear;
}

.btn-style-four:hover{
	color: #0066ff;
	background-color: #222222;
	border:2px solid #222222;
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

/*=== List Style One ===*/
.list-style-one{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-one li{
	position: relative;
	font-size: 16px;
	line-height: 25px;
	color: #777777;
	font-weight: 600;
	padding-left: 25px;
	margin-bottom: 10px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 25px;
	color: #0066ff;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
    content: "\f00c";
}

/*=== List Style Two ===*/
.list-style-two{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	font-weight: 500;
	padding-left: 35px;
	margin-bottom: 15px;
	font-family: "Archivo", sans-serif;
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #0066ff;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
    content: "\f061";
}

.theme_color{
	color:#25262c;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 30px;
	width: 30px;
	font-size:16px;
	line-height:30px;
	color:#040025;
	text-align:center;
	cursor:pointer;
	z-index:100;
	background:#ffffff;
	display:none;
	border-radius: 0;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:#0066ff;
	color: #ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	z-index:999;
}

.main-header .header-top{
	position: relative;
	background-color: #222222;
}

.main-header .top-left{
	position: relative;
	float: left;
}

.main-header .top-left .text{
	position: relative;
	padding: 6px 0;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
}

.main-header .top-left .text .icon{
	color: #0066ff;
	margin-right: 5px;
}

.main-header .top-right{
	position: relative;
	float: right;
	background-color: #222222;
	padding: 0 18px;
}

.main-header .top-right:before{
	position: absolute;
	left: -27px;
	top: 0;
	border-left: 27px solid transparent;
	border-top: 44px solid #222222;
	content: "";
}

.main-header .top-right:after{
	position: absolute;
	right: -27px;
	top: 0;
	border-right: 27px solid transparent;
	border-top: 44px solid #222222;
	content: "";
}

.main-header .header-top .contact-info{
	position: relative;
	float: left;
}

.main-header .header-top .contact-info li{
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	padding: 6px 0;
	margin-right: 45px;
}

.main-header .header-top .contact-info li .icon{
	position: relative;
	float: left;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	margin-right: 10px;
}

.main-header .header-top .contact-info li a{
	color: #ffffff;
	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;
}

.main-header .header-top .contact-info li a:hover{
	text-decoration: underline;
}

.main-header .header-top .social-icon-one{
	position: relative;
	float: right;
	padding: 6px 0;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	float: left;
	margin-left: 20px;
}

.social-icon-one li:first-child{
	margin-left: 0;
}

.social-icon-one li a{
	position:relative;
	display:block;
	font-size:16px;
	color:#ffffff;
	line-height: 29px;
	-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-one li a:hover{
	color: #0066ff;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	float: left;
	margin-left: 20px;
}

.social-icon-two li:first-child{
	margin-left: 0;
}

.social-icon-two li a{
	position:relative;
	display:block;
	font-size:16px;
	color:#fff;
	line-height: 29px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two li a:hover{
	color: #0066ff;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
	background-color: #ffffff;
}

.main-header .header-lower .logo-outer{
	position: relative;
	float: left;
	padding: 40px 0;
}

.main-header .header-lower .logo{
	position: relative;
}

.main-header .header-lower .logo img{
	position: relative;
	max-width: 100%;
	height: auto;
}

.main-header .header-lower .nav-outer{
	position: relative;
	float: right;
}

.main-header .main-box{
	position:relative;
	left:0px;
	top: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-menu{
	position:relative;
	float:left;
	font-family: "Ubuntu", sans-serif;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation &gt; li{
	position:relative;
	float:left;
	padding:50px 0px;
	margin-right: 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;
}

.main-menu .navigation &gt; li &gt; a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
	font-weight:500;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	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;
}

.main-menu .navigation &gt; li:hover &gt; a,
.main-menu .navigation &gt; li.current &gt; a{
	color: #0066ff;
}

.main-menu .navigation &gt; li &gt; ul{
	position:absolute;
	left:0px;
	top:100%;
	width:260px;
	z-index:100;
	padding:10px 30px 0;
	background-color:#ffffff;
	opacity:0;
	display:none;
	box-shadow: 0 0 3px rgba(0,0,0,0.10);
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(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;
	-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 &gt; li &gt; ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li{
	position:relative;
	width:100%;
}

.main-menu .navigation &gt; li &gt; ul &gt; li:last-child{
	border-bottom:none;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:29px;
	font-weight:400;
	font-size:16px;
	color:#333333;
	text-align:left;
	border-bottom: 1px solid #e5e5e5;
	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 &gt; li &gt; ul &gt; li:hover &gt; a{
	color:#0066ff;
}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown &gt; a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul{
	position:absolute;
	left:100%;
	top:0px;
	width:260px;
	z-index:100;
	display:none;
	background-color:#ffffff;
	opacity:0;
	padding: 10px 30px 0;
	margin-left: 30px;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(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;
	-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 &gt; li &gt; ul &gt; li &gt; ul &gt; li{
	position:relative;
	width:100%;
}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child{
	border-bottom:none;	
}

.main-menu .navigation &gt; li &gt; ul &gt; li  &gt; ul &gt; li &gt; a{
	position:relative;
	display:block;
	padding:11px 0;
	line-height:24px;
	font-weight:400;
	font-size:16px;
	color:#333333;
	text-align:left;
	text-transform:capitalize;
	border-bottom: 1px solid #e5e5e5;
	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 &gt; li &gt; ul &gt; li  &gt; ul &gt; li &gt; a:hover{
	color:#0066ff;
}

.main-menu .navigation &gt; li.dropdown:hover &gt; ul{
	visibility:visible;
	opacity:1;
	top:100%;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

.main-menu .navigation li &gt; ul &gt; li.dropdown:hover &gt; ul{
	visibility:visible;
	opacity:1;
	top:0px;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	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{
	position: relative;
	float: right;
}

/*search box btn*/

.main-header .search-box-outer{
	position:relative;
	float: left;
	text-align: center;
	padding: 15px 0;
}

.main-header .search-box-btn{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
	border-radius: 50%;
    background-color: transparent;
}

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box-outer .dropdown-menu{
	top:35px !important;
	left: auto !important;
	right: 0 !important;
	padding:0px;
	width:280px;	
	border-radius:0px;
	transform: none !important;
	border-top:3px solid #0066ff;
}

.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;	
	font-size: 14px;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#0066ff;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#000000;
	font-size:12px;
	background:none;
	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;
}

.main-header .search-panel .search-btn:hover{
	color: #0066ff;
}

/*search box btn*/

.main-header .cart-btn{
	position: relative;
	float: left;
	margin-right: 25px;
	padding: 45px 0;
}

.main-header .cart-btn a{
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	color: #000000;
	z-index: 9;
}

.main-header .cart-btn .count{
	position: absolute;
	right: 0px;
	top: 4px;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	color: #ffffff;
	background-color: #040025;
	border-radius: 50%;
}

/* Btn Box */

.main-header .header-lower .btn-box{
	position: relative;
	float: right;
	padding: 40px 0;
}

.main-header .header-lower .btn-box a{
	float: right;
}

/***

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-top: 10px solid #0066ff;
}

/*=== Header Upper ===*/

.header-style-two .header-upper{
	position: relative;
	background-color: #fff;
	padding-bottom: 30px;
}

.header-style-two .header-upper .logo-outer{
	position: relative;
	padding:35px 0px;
}

.header-style-two .upper-right{
	position: relative;
	padding-top: 40px;
}

.main-header .info-box{
	position:relative;
	float:left;
	text-align: left;
	min-height:50px;
	padding-left:60px;
	margin-left:70px;
	margin-bottom: 30px;
}

.main-header .info-box:first-child{
	margin-left: 0;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top: 0;
	height: 40px;
}

.main-header .info-box .icon-box span{
	font-size: 40px;
	line-height: 40px;
	color: #0066ff;
}

.main-header .info-box li{
	position:relative;
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:400;
}

.main-header .info-box li a{
	color: #000;
	-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 .info-box li a:hover{
	color: #0066ff;
}

.main-header .info-box.btn-box{
	padding-left: 0;
}

.main-header .info-box.btn-box .theme-btn{
	float: left;
	padding: 15px 40px;
	line-height: 20px;
	font-size: 14px;
}

.header-style-two .logo-outer{
	padding: 45px 0;
}

.header-style-two .main-box{
	position: relative;
	background-color: #009900;
	padding:0 35px;
	margin-top: -30px;
	border-radius: 30px;
}

.header-style-two .header-lower .nav-outer{
	width: 100%;
}

.header-style-two .main-menu .navigation &gt; li{
	padding: 15px 0;
}

.header-style-two .outer-box .social-links{
	float: left;
	padding: 15px 0;
	margin-right: 30px;
}

.header-style-two .cart-btn{
	padding: 10px 0;
}

.header-style-two .search-box-btn{
	width: 30px;
	height: 30px;
	border: 1px dashed #222222;
	color: #222222;
	font-size: 12px;
}

.header-style-two .header-lower{
	background-color: transparent;
}

/*** 

====================================================================
		Header Style Three
====================================================================

***/

.header-style-three{
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
}

.header-span{
	position: relative;
	height: 100px;
	width: 100%;
	display: none;
}

.header-style-three.fixed-header{
	position: fixed;
	top: 0;
}

.header-style-three.fixed-header .main-box:before{
	opacity: 1;
}

.header-style-three .main-box{
	position: relative;
	z-index: 8;
	padding: 0 25px;
	box-shadow: 0 0 20px rgba(0,0,0,0.20);
}

.header-style-three .main-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0066ff;
	content: "";
	opacity: .80;
	z-index: -1;
}

.header-style-three .logo-outer{
	position: relative;
	padding: 25px 0;
}

.header-style-three .nav-outer{
	position: relative;
	float: right;
}

.header-style-three .main-menu .navigation &gt; li{
	padding: 35px 15px;
	margin-right: 20px;
}

.header-style-three .cart-btn a,
.header-style-three .main-menu .navigation &gt; li &gt; a{
	color: #ffffff;
}

.header-style-three .main-menu .navigation &gt; li.current &gt; a,
.header-style-three .main-menu .navigation &gt; li:hover &gt; a{
	color: #0066ff;
}

.header-style-three .main-menu .navigation &gt; li:before{
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	content: "";
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-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-three .main-menu .navigation &gt; li.current:before,
.header-style-three .main-menu .navigation &gt; li:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.header-style-three .outer-box{
	position: relative;
	margin-left: 30px;
}

.header-style-three .cart-btn{
	padding: 30px 0;
}

.header-style-three .search-box-outer{
	padding: 35px 0;
}

.header-style-three .search-box-btn{
	font-size: 18px;
}

.header-style-three .btn-outer{
	position: relative;
	padding: 35px 0;
	float: right;
	margin-left: 30px;
}

.header-style-three .sidebar-btn{
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #0066ff;	
	text-align: center;
	background-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-three .sidebar-btn:hover{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*** 

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: #0066ff;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu .navigation &gt; li{
	margin-left: 40px;
	padding: 0 !important;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation &gt; li:after{
	display: none;
}

.sticky-header .main-menu .navigation &gt; li &gt; a{
	padding:20px 0px;
	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;
}

.sticky-header .main-menu .navigation &gt; li:hover &gt; a,
.sticky-header .main-menu .navigation &gt; li.current &gt; a,
.sticky-header .main-menu .navigation &gt; li.current-menu-item &gt; a{
	opacity:1;
	color: #0066ff;

}

.sticky-header .main-menu .navigation &gt; li:before,
.sticky-header .main-menu .navigation &gt; li.dropdown &gt; a:after{
	display: none;
}

.sticky-header .main-menu .navigation &gt; li.dropdown:hover &gt; ul{
	margin-top: 0;
}

.sticky-header .auto-container{
	max-width: 1200px;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#0066ff;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width:100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
} 

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:  scale(0);
	-moz-transform:  scale(0);
	-ms-transform:  scale(0);
	-o-transform:  scale(0);
	transform:  scale(0);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 20px;
	top: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-color: #0066ff;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	padding: 0 20px;
}

.mobile-menu .navigation &gt; li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.mobile-menu .navigation &gt; li &gt; a{
	font-weight: 500;
	box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.mobile-menu .navigation li &gt; a{
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 20px;
	font-size: 16px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover &gt; a,
.mobile-menu .navigation li.current &gt; a{
	color:#0066ff;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
	border-left: 1px solid #fafafa;
	color:#222222;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li &gt; ul,
.mobile-menu .navigation li &gt; ul &gt; li &gt; ul{
	display: none;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
    left: -500px;
    top: 0px;
    max-width: 100%;
	height:100%;
	overflow-y:auto;
    z-index: 99999;
    opacity: 0;
	background-color: #ffffff;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-content-visible .hidden-bar{
	left:0px;
	opacity:1;
	visibility:visible;
}

.hidden-bar .inner-box{
	position:relative;
	background-color: #ffffff;
	padding:55px 30px 50px;
}

.hidden-bar .inner-box .cross-icon{
	position:absolute;
	right:30px;
	top:54px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size:16px;
	text-align: center;
	cursor:pointer;
	color:#ffffff;
	z-index: 9;
	background-color: #0066ff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.hidden-bar .inner-box .cross-icon:hover{
	transform: rotate(-360deg);
	background-color: #222222;
}

.hidden-bar .inner-box h2{
	position:relative;
	font-size:24px;
	font-weight:500;
	line-height:1.2em;
	color:#222222;
	font-variant: small-caps;
	margin-bottom:25px;
}

/*Appointment Form*/

.hidden-bar .appointment-form{
	position:relative;
}

.hidden-bar .appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 20px;
	height:45px;
	color:#ffffff;
	font-size:16px;
	border:1px solid transparent;
	background-color: #0066ff;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder{
	color:#ffffff;
}

.hidden-bar .appointment-form textarea{
	height:135px;
	resize:none;
}

.hidden-bar .appointment-form .form-group button{
	margin-top:10px;
	display: block;
	width: 100%;
	border-radius: 0;
	font-weight: 500;
}

.contact-info-box{
	position:relative;
	padding-top:10px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	color:#222222;
	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:#222222;
}

.contact-info-box .info-list li 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;
}

.contact-info-box .info-list li a:hover{
	color: #0066ff;
}

.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(0,0,0,0.70);
	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(0,0,0,1);
}

.mCSB_inside&gt;.mCSB_container{
	margin-right: 0;
}

.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:99999;
	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;
}

.mCSB_inside&gt;.mCSB_container{
	margin-right: 0;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:60px;
}

.sec-title h2{
	position: relative;
	display: inline-block;
    font-size: 38px;
    line-height: 1.2em;
    color: transparent;
    font-weight: 500;
    transition: all 100ms linear;
}


.sec-title h2:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #0066ff;
	content: "";
}

.sec-title.active h2{
	opacity: 1;
    color: #0066ff;
	visibility: visible;
    transition-delay: 500ms;
}

.sec-title.active h2:before{
	animation: title-loader 1000ms linear;
}

@keyframes title-loader{
	0%{
		width: 0;
	}
	50%{
		width: 100%;
	}
	100%{
		width: 0%;
		right: 0;
		left: auto;
	}
}

.sec-title .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-top: 15px;
}

.sec-title.light .text,
.sec-title.light.active h2{
	color: #ffffff;
}

.sec-title.light h2:after,
.sec-title.light h2:before{
	background-color: #ffffff;
}

.sec-title.text-center h2:after{
	right: 0;
	margin: 0 auto;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;
	padding:120px 0px;
	padding-top:250px;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: #0066ff;
	opacity: .40;
}

.page-title h1{
	position:relative;
	float: left;
	font-weight:700;
	color:transparent;
	font-size: 30px;
	line-height:1em;
	z-index:99;
	padding: 15px 40px;
	font-variant: small-caps;
	background-color: #222222;
	transition: all 300ms linear;
}

.page-title h1:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #ffffff;
	content: "";
}

.page-title.active h1{
    color: #ffffff;
	text-shadow: 0px 2px 10px rgba(255,255,255,.3);
    transition-delay: 500ms;
}

.page-title.active h1:before{
	animation: title-loader 1000ms linear;
}

.page-title .bread-crumb{
	position:relative;
	float: right;
	z-index:1;
	padding: 15px 0;
}

.page-title .bread-crumb li{
	position:relative;
	display:inline-block;
	font-size:18px;
	line-height: 30px;
	color:#ffffff;
	font-weight:700;
	margin-right:18px;
	padding-right: 18px;
}

.page-title .bread-crumb li:last-child{
	margin-right:0px;
	padding-right: 0;
}

.page-title .bread-crumb li:after{
	position:absolute;
	content:'|';
	top:0px;
	right:-4px;
	font-size:18px;
	line-height: 30px;
	color:#ffffff;
	font-weight:700;
}

.page-title .bread-crumb li:last-child:after{
	display:none;	
}

.page-title .bread-crumb li a{
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-title .bread-crumb li a:hover{
	color:#222222;	
}

.play-now {
	position: relative;
	display: block;
	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;
}

.play-now .icon{
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #040025;
    color: #ffffff;
    z-index: 1;
    padding-left: 5px;
    font-size: 24px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin:center; 
    transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 

/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
}

.banner-section .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.banner-section .slide-item .content-box{
	position: relative;
	height: 800px;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.banner-section .slide-item .content-box:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .70;
	content: "";
}

.banner-section .slide-item .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 9;
}

.banner-section .slide-item h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
	text-shadow: 0px 0px 15px rgba(255,255,255,0.50);
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .slide-item h2 span{
	/* display: block; */
	font-size: 75%;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 1%;
}

.banner-section .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}

.banner-section .slide-item .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 40px;
	letter-spacing: 0.06em;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-section .slide-item .btn-box{
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .slide-item .btn-box .theme-btn{
	line-height: 30px;
	padding: 15px 50px;
	font-weight: 500;
	border-radius: 50px;
}

.banner-section .active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 750ms;
	-moz-transition-delay: 750ms;
	-ms-transition-delay: 750ms;
	-o-transition-delay: 750ms;
	transition-delay: 750ms;
}

.banner-section .owl-nav{
	position: absolute;
	max-width: 1170px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 15%;
	text-align: right;
	padding: 0 15px;
}

.banner-section .owl-prev,
.banner-section .owl-next{
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50px 0 0 50px;
	background-color: rgba(255,255,255,.50);
	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.banner-section .owl-next{
	border-radius: 0 50px 50px 0;
}

.banner-section .owl-prev:hover,
.banner-section .owl-next:hover{
	background-color: rgba(0,0,0,.80);
}

.banner-section .owl-dots{
	display: none;
}

/*=== Banner Section Style Two ===*/

.banner-section.style-two .slide-item .content-box{
	text-align: right;
}

.banner-section.style-two .slide-item h2{
	font-size: 30px;
}

.banner-section.style-two .slide-item .content-box:after{
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.banner-section.style-two .slide-item .inner{
	padding-top: 140px;
}

.banner-section.style-two .owl-nav{
	text-align: left;
}

.banner-section.style-two .btn-box .theme-btn{
	margin-left: 20px;
	padding: 10px 30px;
}

/*=== Banner Section Style Three ===*/

.banner-section.style-three .slide-item .content-box{
	text-align: center;
}

.banner-section.style-three .slide-item .content-box:after{
	background: #000000;
	opacity: .70;
}

.banner-section.style-three .slide-item .inner{
	padding-top: 100px;
}

.banner-section.style-three .btn-box .theme-btn{
	padding: 10px 30px;
	margin: 0;
}

.banner-section.style-three .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	bottom: auto;
	width: 100%;
}

.banner-section.style-three .owl-next{
	position: absolute;
	left: auto;
	right: -50px;
}

.banner-section.style-three .owl-prev{
	position: absolute;
	left: -50px;
	right: auto;
}

.banner-section.style-three .owl-dots{
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
	text-align: center;
	display: block;
}

.banner-section.style-three .owl-dot{
	position: relative;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #0066ff;
	border-radius: 50%;
	border: 2px solid #ffffff;
	margin: 0 5px;
	transition: all 300ms ease;
}

.banner-section.style-three .owl-dot.active{
	background-color: #ffffff;
	border: 3px solid #0066ff;
}

/*** 

====================================================================
			Service Section
====================================================================

***/

.services-section{
	position: relative;
	padding: 110px 0 90px;
}

.service-block{
	position: relative;
	margin-bottom: 30px;
}

.service-block .inner-box{
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-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 .inner-box:hover{
}

.service-block .image-box{
	position: relative;
}

.service-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.service-block .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
	-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 .inner-box:hover .image img{
	transform: scale(1.2);
}

.service-block .image-box .icon{
	position: absolute;
	left: 30px;
	bottom: 30px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	text-align: center;
	font-size: 34px;
	line-height: 70px;
	background-color: rgba(255,255,255,.95);
	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 .inner-box:hover .image-box .icon{
	opacity: 0;
}

.service-block .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 40px 40px;
	background-color: rgba(255,255,255,.90);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	transform: scale(.7);
	opacity: 0;
}

.service-block .inner-box:hover .overlay-box{
	opacity: 1;
	transform: scale(1);
}

.service-block .overlay-box .icon{
	position: relative;
	display: inline-block;
	font-size: 40px;
	color: #222222;
	line-height: 1.2em;
	margin-bottom: 30px;
	-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 .overlay-box h3{
	position: relative;
	display: block;
	font-size:  24px;
	line-height: 1.2em;
	color: #0066ff;
	font-weight: 600;
	font-family: "Archivo", sans-serif;
	margin-bottom: 20px;
}

.service-block .overlay-box h3 a{
	color: #0066ff;
	-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 .overlay-box h3 a:hover{
	color: #0066ff;
}

.service-block .overlay-box .text{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 20px;
}

.service-block .overlay-box .read-more{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	font-family: "Ubuntu", sans-serif;
	-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 .overlay-box .read-more:hover{
	color: #0066ff;
}

/*** 

====================================================================
			Service Section Two
====================================================================

***/

.services-section-two{
	position: relative;
	padding: 110px 0;
}

.services-section-two .carousel-outer{
	position: relative;
	margin: 0 -15px;
}

.services-carousel{
	position: relative;
	padding: 0 0 50px;
}

.service-block-two{
	position: relative;
	padding: 65px 15px 15px;
}

.service-block-two .inner-box{
	position: relative;
	padding: 70px 35px 40px;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
	text-align: center;
	-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 .icon{
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	margin: 0 auto;
	font-size: 40px;
	color: #222222;
	line-height: 100px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon{
	-webkit-transform: rotate(180deg) scale(-1);
	-moz-transform: rotate(180deg) scale(-1);
	-ms-transform: rotate(180deg) scale(-1);
	-o-transform: rotate(180deg) scale(-1);
	transform: rotate(180deg) scale(-1);
	background-color: #0066ff;
	color: #ffffff;
}

.service-block-two h3{
	position: relative;
	display: block;
	font-size:  20px;
	line-height: 1.2em;
	color: #0066ff;
	font-weight: 600;
	font-family: "Archivo", sans-serif;
	margin-bottom: 20px;
}

.service-block-two h3 a{
	color: #0066ff;
	-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 .text{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 25px;
	-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 .read-more{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	font-family: "Ubuntu", sans-serif;
	-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-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot,
.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 5px;
	width: 20px;
	background-color: #cccccc;
	margin: 0 5px;
	-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,
.services-carousel .owl-dot:hover{
	background-color: #0066ff;
}

/*** 

====================================================================
			Service Section Three
====================================================================

***/

.services-section-three{
	position: relative;
	padding: 110px 0 90px;
}

.services-section-three .carousel-outer{
	position: relative;
	margin: 0 -15px;
}

.service-block-three{
	position: relative;
	padding: 15px;
}

.service-block-three .inner-box{
	position: relative;
	padding: 40px 35px 30px;
	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;
}

.service-block-three .inner-box:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.service-block-three .image-box .image{
	position: relative;
	box-shadow: 0 0 25px rgba(0,0,0,0.10);
	margin-bottom: 30px;
	overflow: hidden;
	-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 .image-box .image img{
	display: block;
	width: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image 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);
}

.service-block-three .icon{
	position: relative;
	display: inline-block;
	font-size: 44px;
	color: #222222;
	line-height: 1.2em;
	margin-bottom: 30px;
	-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{
	position: relative;
	display: block;
	font-size:  20px;
	line-height: 1.2em;
	color: #0066ff;
	font-weight: 600;
	font-family: "Archivo", sans-serif;
	margin-bottom: 20px;
}

.service-block-three h3 a{
	color: #0066ff;
	-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: #222222;
}

.service-block-three .text{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 20px;
	-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 .read-more{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	font-family: "Ubuntu", sans-serif;
	-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 .read-more:hover{
	color: #0066ff;
}

/*** 

====================================================================
		Service Details
====================================================================

***/

.service-detail-section{
	position:relative;
	padding:110px 0px 80px;	
	background-color: #ffffff;
	z-index: 9;
}

.service-detail{
	position: relative;
}

.service-detail .image-box{
	position: relative;
	margin-bottom: 40px;
}

.service-detail .image-box .image{
	position: relative;
	margin-bottom: 0px;
}

.service-detail .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.service-detail .content-box{
	position:relative;
}

.service-detail .content-column{
	position:relative;
}

.service-detail .content-column .inner-column{
	position: relative;
}

.service-detail .content-box h2{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #0066ff;
	font-weight: 600;
	margin-bottom: 30px;
}

.service-detail .content-box h4{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #0066ff;
	font-weight: 600;
	margin-bottom: 20px;
}

.service-detail .content-box p{
	position:relative;
	font-size: 16px;
	line-height: 27px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 27px;
}

.service-detail .two-column{
	position: relative;
	margin-top: 40px;
}

.service-detail .two-column .text-column{
	position: relative;
	margin-bottom: 13px;
}

.service-detail .two-column .text-column p{
	margin-bottom: 28px;
}

.service-detail .two-column .image-column{
	position: relative;
	margin-bottom: 40px;
}

.service-detail .two-column .image{
	position: relative;
	margin-bottom: 0;
}

.service-detail .two-column .image img{
	display: block;
	width: 100%;
}

.service-detail .feature-box{
	position: relative;
}

.service-detail .feature-box .feature-block{
	position: relative;
	margin-bottom: 30px;
}

.feature-box .feature-block .inner{
	position: relative;
	padding: 30px 25px;
	box-shadow: inset 0 0px 20px rgba(0,0,0,0.08);
	padding-left: 90px;
}

.feature-box .feature-block .icon-box{
	position: absolute;
	left: 25px;
	top: 25px;
}

.feature-box .feature-block .icon-box span{
	font-size: 40px;
	line-height: 40px;
	color: #0066ff;
}

.feature-box .feature-block h3{
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
}

.service-detail .work-area .work-block{
	position: relative;
	text-align: left;
	width: 25%;
}

.service-detail .work-area h4{
	margin-bottom: 50px;
}

.services-sidebar{
	position: relative;
}

.sidebar-title{
	position: relative;
	margin-bottom: 20px;
}

.sidebar-title h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
}

/*Services Category*/

.category-list{
	position:relative;
	margin-bottom: 50px;
}

.category-list li{
	position:relative;
	border:1px solid #e7e7e7;
	border-bottom: 0;
}

.category-list li:last-child{
	border-bottom: 1px solid #e7e7e7;
}

.category-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #222222;
	content: "";
	opacity: 0;
	visibility: hidden;
}

.category-list li.active:before,
.category-list li:hover:before{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.category-list li a{
	font-size:18px;
	font-weight:500;
	color:#222222;
	line-height: 30px;
	padding: 18px 25px;
	font-family: "Ubuntu", sans-serif;
	display:block;
	padding-left: 38px;
	overflow: hidden;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.category-list li.active a,
.category-list li:hover a{
	color: #ffffff;
}

.category-list li a:before{
	position: absolute;
	left: 20px;
	top: 18px;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	font-weight: 900;
  	content: "\f0da";
  	font-family: "Font Awesome 5 Free";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.category-list li.active a:before,
.category-list li:hover a:before{
	color: #ffffff;
}

.category-list li a:after{
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #0066ff;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.category-list li.active a:after,
.category-list li:hover a:after{
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*=== Brochure Box ===*/

.brochure-box{
	position: relative;
	margin-bottom: 50px;
}

.brochure-box .inner{
	position: relative;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 35px 30px 40px;
}

.brochure-box h4{
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 20px;
}

.brochure-box .text{
	font-size: 15px;
	line-height: 25px;
	color: #222222;
	margin-bottom: 30px;
}

.brochure-box .theme-btn{
	font-size: 14px;
	line-height: 23px;
	border-radius: 0;
	display: block;
	width: 100%;
	padding: 15px 15px;
	text-align: center;
	margin-bottom: 20px;
}

.brochure-box .theme-btn i{
	font-size: 18px;
	line-height: 23px;
	margin-right: 10px;
}

.brochure-box .theme-btn:last-child{
	margin-bottom: 0;
}

/* Help Box*/
.help-box{
	position: relative;
}

.help-box .inner-box{
	position:relative;
	padding:40px 50px 40px 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.help-box .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #222222;
	content: "";
	opacity: .80;
}

.help-box h6{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 25px;
}

.help-box p{
	position:relative;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	font-weight: 400;
	margin-bottom:25px;
	opacity: .70;
}

.help-box .info-box{
	position: relative;
	margin-bottom: 30px;
}

.help-box .info-box li{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 8px;
	padding-left: 30px;
}

.help-box .info-box li a{
	color: #ffffff;
}

.help-box .info-box li a:hover{
	text-decoration: underline;
}

.help-box .info-box li .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #0066ff;
	line-height: 26px;
}

.help-box .theme-btn{
	position: relative;
	padding: 10px 40px;
}

/*** 

====================================================================
			Video Section
====================================================================

***/

.video-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 40px;
}

.video-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.80;
	content: "";
}

.video-section:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 250px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.video-section .video-box{
	position: relative;
	max-width: 970px;
	margin: 0 auto;
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
	margin-bottom: 90px;
}

.video-box{
	position: relative;
	z-index: 7;
}

.video-box .image{
	position: relative;
	margin: 0;
}

.video-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.video-box .play-now{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -60%);
	-moz-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	-o-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.video-box .play-now .icon{
	background-color: #ffffff;
	color: #222222;
	padding-left: 0;
	font-size: 44px;
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-ms-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

.video-section .content-box{
	position: relative;
}

.video-section .content-box .title-box{
	position: relative;
	float: left;
	margin-bottom: 40px;
	padding: 10px 0;
}

.video-section .content-box h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height:40px;
	color: #ffffff;
	font-weight: 400;
}

.video-section .content-box .btn-box{
	position: relative;
	float: right;
	margin-bottom: 40px;
}

.video-section .content-box .btn-box .theme-btn{
	background-color: transparent;
	color: #ffffff;
	padding: 18px 35px;
}

.video-section .fact-counter{
	position: relative;
}

.video-section .fact-counter .counter-column{
	position:relative;
	margin-bottom:50px;
}

.video-section .fact-counter .counter-column .inner-column{
	position: relative;
	text-align: center;
	background-color: rgba(0,0,0,0.40);
	padding: 40px 0;
}

.video-section .fact-counter .icon{
	position: relative;
	display: inline-block;
	font-size:38px;
	line-height: 80px;
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #0066ff;
	border-radius: 50%;
	color:rgba(255,255,255,.70);
	font-weight: 300;
	margin-bottom: 24px;
}


.video-section .fact-counter .count-box{
	position: relative;
	display: block;
	font-size:40px;
	line-height: 1em;
	font-weight:700;
	color:#ffffff;
}

.video-section .fact-counter .count-box .count-text{
	position:relative;
	font-size:40px;
	line-height: 1em;
	font-weight:700;
	color:#ffffff;
}

.video-section .fact-counter .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#ffffff;
	padding-top: 16px;
	padding-bottom: 6px;
}

/*** 

====================================================================
		Fun facts Section
====================================================================

***/

.fun-facts-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 110px 0 60px;
}

.fun-facts-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .70;
}


.fun-facts-section .fact-counter .counter-column{
	position:relative;
	margin-bottom:50px;
}

.fun-facts-section .fact-counter .counter-column .inner-column{
	position: relative;
	text-align: center;
	background-color: rgba(0,0,0,0.40);
	padding: 40px 0;
}

.fun-facts-section .fact-counter .icon{
	position: relative;
	display: inline-block;
	font-size:38px;
	line-height: 80px;
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #0066ff;
	border-radius: 50%;
	color:rgba(255,255,255,.70);
	font-weight: 300;
	margin-bottom: 24px;
}


.fun-facts-section .fact-counter .count-box{
	position: relative;
	display: block;
	font-size:40px;
	line-height: 1em;
	font-weight:700;
	color:#ffffff;
}

.fun-facts-section .fact-counter .count-box .count-text{
	position:relative;
	font-size:40px;
	line-height: 1em;
	font-weight:700;
	color:#ffffff;
}

.fun-facts-section .fact-counter .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#ffffff;
	padding-top: 16px;
	padding-bottom: 6px;
}

/*** 

====================================================================
			Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:350px;
	padding-top: 80px;
}

.fluid-section-one .image-column{
	position:absolute;
	float:left;
	top:0px;
	bottom: 80px;
	left:0px;
	width:55%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:55%;
	background-color: #ffffff;
	box-shadow: 0 0 50px rgba(0,0,0,0.10);
	z-index: 9;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:600px;
	padding:70px 15px 60px 70px;
}

.fluid-section-one .content-column:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 270px;
	background-image: url(../images/icons/pattern-3.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.fluid-section-one .content-column .sec-title{
	margin-bottom: 35px;
}

.fluid-section-one .content-column .message{
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	margin-bottom: 30px;
}

.fluid-section-one .content-column .text{
	position:relative;
	margin-bottom:30px;
}

.fluid-section-one .content-column .text p{
	position:relative;
	font-size:14px;
	line-height:24px;
	color:#777777;
	margin-bottom:20px;
}


/*** 

====================================================================
			About Us								
====================================================================

***/

.about-us{
	position: relative;
	padding: 110px 0 60px;
	background-color: #f9fafc;
}

.about-us .sec-title{
	margin-bottom: 25px;
}

.about-us .content-column{
	position: relative;
	margin-bottom: 50px;
}

.about-us .content-column .inner-column{
	padding-right: 100px;
	padding-top: 10px;
}

.about-us .about-years{
	position: relative;
	margin-bottom: 30px;
	padding: 10px 30px;
	background-color: #ffffff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.about-us .about-years:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-left: 3px solid #0066ff;
	content: "";
}


.about-us .about-years .years{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
	margin-right: 10px;
	color: #0066ff;
	font-family: "Ubuntu", sans-serif;
}

.about-us .about-years h3{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 1.2em;
	color: #222222; 
}

.about-us .content-column .text-box{
	margin-bottom: 25px;
}

.about-us .content-column .text-box p{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	font-weight: 400;
	margin-bottom: 20px;
}

.about-us .bottom-box{
	position: relative;
	padding-left: 80px;
	min-height: 70px;
}

.about-us .bottom-box .signature{
	position: absolute;
	left: 0;
	top: 5px;
	max-width: 70px;
}

.about-us .bottom-box .name{
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	padding-top: 5px;
}

.about-us .bottom-box .name span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #888888;
}

.about-us .btn-box{
	position: relative;
	float: left;
	margin-left: 20px;
}

.about-us .btn-box a{
	border-radius: 0;
	padding: 10px 30px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.10);
}

.about-us .image-column{
	position: relative;
	margin-bottom: 50px;
}

.about-us .image-column .inner-column{
	position: relative;
}

.about-us .image-column .inner-column:before{
	position: absolute;
	right: 20px;
	top: -50px;
	height: 400px;
	width: 200px;
	background-image: url(../images/icons/pattern.png);
	content: "";
}


.about-us .image-column .image{
	position: relative;
	z-index: 9;
	margin-bottom: 0;
	text-align: center;
}

.about-us .image-column .image img{
	display: inline-block;
	width: auto;
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
}

.about-us .image-column .message{
	position: absolute;
	left: 0;
	bottom: 40px;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	padding: 20px 30px;
	z-index: 9;
	box-shadow: 0 0 30px rgba(0,0,0,0.20);
}


/*** 

====================================================================
			Work Section
====================================================================

***/

.work-section{
	position: relative;
	padding: 100px 0 50px;
}

.work-area{
	position: relative;
	counter-reset:count;
	margin: 0 -15px;
}

.work-block{
	position: relative;
	margin-bottom: 50px;
}

.work-block .inner-box{
	padding: 26px 15px;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,0.02);
}


.work-block .icon-box{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.work-block .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 60px;
	color: #000000;
	height: 60px;
	width: 60px;
	border: 1px solid #f1f1f1;
	border-radius: 50%;
	box-shadow: 0 10px 10px rgba(0,0,0,0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-block:hover .icon-box .icon{
	color: #0066ff;
}

.work-block:hover .icon-box:before{
	opacity: 0.10;
}

.work-block .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #888888;
	font-weight: 400;
	max-width: 200px;
	margin: 0 auto;
}

/*** 

====================================================================
		Project Section
====================================================================

***/

.project-section{
	position:relative;
}

.project-section .upper-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:100px 0 70px;
}

.project-section .upper-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .70;
	content: "";
}

.project-section .sec-title{
	margin-bottom: 0px;
}

.project-block{
	position:relative;
}

.project-block .inner-box{
	position:relative;
	display:block;
	overflow: hidden;
}

.project-block .inner-box .image-box{
	position:relative;
	margin-bottom: 0;
}

.project-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.project-block .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	visibility: hidden;
	background-color:rgba(0,0,0,0.90);
	transform-origin: bottom;
	-webkit-transform: scaleY(2);
	-moz-transform: scaleY(2);
	-ms-transform: scaleY(2);
	-o-transform: scaleY(2);
	transform: scaleY(2);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.project-block .inner-box:hover .overlay-box{
	opacity:1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.project-block .overlay-box h4{
	position: absolute;
	left: 45px;
	bottom: 0px;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transform-origin: bottom left;
	white-space: nowrap;
	padding-left: 200px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.project-block .overlay-box h4:before{
	position: absolute;
	left: 0;
	top: 14px;
	height: 1px;
	width: 180px;
	content: "";
	background-color: #ffffff;
}

.project-block .overlay-box h4 a{
	color: #ffffff;
}

.project-block .overlay-box .view-project{
	position: absolute;
	right: 50px;
	bottom: 40px;
	font-size:18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 500; 
	-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 .overlay-box .view-project i{
	font-size: 16px;
	margin-left: 10px;
}

.project-block .overlay-box .view-project:hover{
	color: #0066ff;
}

.project-carousel .owl-dots{
	display: none;
}

.project-carousel .owl-nav{
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	text-align: right;
	display: none;
}

.project-carousel .owl-next,
.project-carousel .owl-prev{
	position: relative;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	text-align: center;
	margin-left: 10px;
	-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-carousel .owl-next:hover,
.project-carousel .owl-prev:hover{
	background-color: #222222;
	color: #ffffff;
}

/*** 

====================================================================
		Project Section Two
====================================================================

***/

.projects-section-two{
	position: relative;
	padding: 110px 0;
}

/*=== Sortable Masonry ===*/

.sortable-masonry .filters{
	margin-bottom:50px;
	text-align: center;
}

.sortable-masonry .filters .filter-tabs{
	position:relative;
	display: inline-block;
	margin: 0;
	list-style-type: none;
}

.sortable-masonry .filters li{
	position:relative;
	display: inline-block;
	line-height:20px;
	padding:5px 20px;
	font-size:14px;
	cursor:pointer;
	color:#222222;
	font-weight:500;
	margin:0 3px 0;
	border: 1px solid transparent;
	border-radius: 50px;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sortable-masonry .filters li:last-child{
	margin-right: 0;
}

.sortable-masonry .filters .filter.active,
.sortable-masonry .filters .filter:hover{
	color: #0066ff;
	border: 1px solid #0066ff;
}

.project-block-two{
	position: relative;
	margin-bottom: 30px;
}

.project-block-two .inner-box{
	position: relative;
}

.project-block-two .image-box{
	position: relative;
}

.project-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-block-two .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	-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-two .overlay-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0066ff;
	content: "";
	opacity: .80;
}

.project-block-two .inner-box:hover .overlay-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.project-block-two .upper-box{
	position: absolute;
	right: 0;
	top: 28px;
	text-align: right;
	padding: 0 30px;
} 

.project-block-two .upper-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 5px;
}

.project-block-two .upper-box h4 a{
	color: #ffffff;
	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;
}

.project-block-two .upper-box h4 a:hover{
	color: #222222;
}

.project-block-two .upper-box .category{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #0066ff;
}

.project-block-two .link{
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 600;
}

.projects-section-two .btn-box{
	position: relative;
	margin-top: 30px;
}

/*** 

====================================================================
		Projects Section Three
====================================================================

***/

.projects-section-three{
	position: relative;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	background-attachment: fixed;
	padding: 110px 0;
}

.projects-section-three .project-carousel{
	position: relative;
}

.project-block-three{
	position: relative;
}

.project-block-three .inner-box{
	position: relative;
	padding-left: 300px;
}

.project-block-three .image-box{
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	-o-transform: translateX(20%);
	transform: translateX(20%);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.projects-section-three .active .project-block-three .image-box{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.project-block-three .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-block-three .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-block-three .content-box{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 55px 40px 110px;
	max-width: 300px;
	width: 100%;
	background-color: #ffffff;
	background-repeat: repeat;
	background-position: center;
	opacity: 0;
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.projects-section-three .active .project-block-three .content-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.project-block-three .content-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.4em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 30px;
}

.project-block-three .content-box h4 a{
	display: inline-block;
	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;
}

.project-block-three .content-box h4 a:hover{
	color: #0066ff;
}

.project-block-three .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}

.project-block-three .content-box .theme-btn{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 30px;
	font-weight: 400;
}

.projects-section-three .owl-nav{
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 300px;
}

.projects-section-three .owl-nav:before{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #ffffff;
	margin-left: -1px;
	content: "";
	z-index: 9;
}

.projects-section-three .owl-next,
.projects-section-three .owl-prev{
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 20px;
	color: #ffffff;
	background-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;
}

.projects-section-three .owl-next:hover,
.projects-section-three .owl-prev:hover{
	background-color: #777777;
}

.projects-section-three .upper-box{
	position: relative;
}

.projects-section-three .view-all{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
}

/*** 

====================================================================
		Project Detail
====================================================================

***/

.project-detail{
	position: relative;
	padding: 110px 0;
	z-index: 8;
}

.project-detail .text-column{
	position: relative;
	margin-bottom: 50px;
}

.project-detail .upper-box{
	position: relative;
	margin-bottom: 40px;
} 

.project-detail .upper-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-detail .upper-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-detail .single-item-carousel .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -50px;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev{
	position: absolute;
	left: 0;
	height: 100px;
	width: 30px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 18px;
	line-height: 100px;
	color: #ffffff;
	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;
}

.project-detail .single-item-carousel .owl-next{
	left: auto;
	right: 0px;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover{
	background-color: rgba(255,255,255,.5);
	color: #000000;
}
/* Lower Content */

.project-detail .lower-content{
	position: relative;
	padding-top: 35px;
}

.project-detail .lower-content h2{
	font-size: 30px;
	line-height: 1.2em;
	color: #252525;
	font-weight: 500;
	margin-bottom: 30px
}

.project-detail .lower-content p{
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	margin-bottom:30px;
}

.project-detail blockquote{
	position: relative;
	border-left: 4px solid;
	border-color: #0066ff;
	background-color: #f5f5f5;
	padding: 25px 40px;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
}

.project-detail blockquote cite{
	display: block;
	text-align: right;
	font-style: normal;
	margin-top: 10px;
}

.project-detail blockquote cite strong{
	font-weight: 500;
	color: #252525;
	font-family: 'Ubuntu', sans-serif;
}

.project-detail .project-info{
	position: relative;
}

.project-detail .project-info li{
	position: relative;
	float: left;
	width: 50%;
	padding-left: 35px;
	padding-right: 20px;
	margin-bottom: 40px;
}

.project-detail .project-info li .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 28px;
	color: #0066ff;
}

.project-detail .project-info li strong{
	color: #252525;
	font-size: 18px;
	line-height: 30px;
}

.project-detail .project-info li p{
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 0;
}

.project-detail .project-info li p a{
	color: #777777;
	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;
}

.project-detail .project-info li p a:hover{
	color: #0066ff;
}

/* Load More Option */
.load-more-option{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.load-more-option li.prev a,
.load-more-option li.next a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	width: 120px;
	padding: 10px 10px;
	text-align: center;
	color: #ffffff;
	background-color: #222222;
	font-variant: small-caps;
	-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 li.prev a:hover,
.load-more-option li.next a:hover{
	background-color: #0066ff;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.load-more-option .load-more{
	position: relative;
	display: inline-block;
	font-size: 30px;
}

.load-more-option .load-more a{
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 42px;
	color: #0066ff;
	-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 .load-more a:hover{
	color: #000000;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
	margin-top: 50px;
}

.styled-pagination ul{
	position:relative;
	display: inline-block;
	text-align: center;
	border: 1px solid #ebebeb;
	padding: 9px 0;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.styled-pagination li{
	position:relative;
	display: inline-block;
	margin: 0;
	font-family: "Ubuntu", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.styled-pagination li a{
	position:relative;
	display: block;
	height:30px;
	width: 30px;
	text-align: center;
	line-height:30px;
	font-weight:400;
	font-size:13px;
	color:#222222;
	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;
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
	color:#ffffff;	
	background:#0066ff;
}

.styled-pagination li.next-post a{
	top: 3px;
	width: 120px;
	padding: 0 15px;
	border-radius: 0;
	color: #020202;
	font-size: 24px;
	line-height: 30px;
	background-color: transparent !important;
	margin-left: 70px;
	text-align: right;
}

.styled-pagination li.prev-post a{
	top: 3px;
	width: 120px;
	padding: 0 15px;
	border-radius: 0;
	color: #020202;
	margin-right: 70px;
	font-size: 24px;
	line-height: 30px;
	background-color: transparent !important;
	text-align: left;
}

.styled-pagination li.prev-post a span,
.styled-pagination li.next-post a span{
	margin: 0 5px;
	display: inline-block;
}

.styled-pagination li.prev-post a:hover,
.styled-pagination li.next-post a:hover{
	color: #0066ff;
}

/*** 

====================================================================
		Offer Section
====================================================================

***/

.offer-section{
	position: relative;
	padding: 110px 0 70px;
}

.offer-section:before{
	position: absolute;
	right: 50%;
	top: 120px;
	margin-right: 530px;
	height: 640px;
	width: 640px;
	border: 200px solid #0066ff;
	border-radius: 50%;
	content: "";
}

.offer-section .side-img{
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 535px;
	width: 615px;
	margin-left: 365px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.offer-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.offer-section .image-column .inner-column{
	position: relative;
}

.offer-section .image-column .upper-box{
	position: relative;
	max-width: 400px;
	margin: 0 auto 40px;
}

.offer-section .image-column .upper-box .title{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	padding: 0 15px;
	background-color: #0066ff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.offer-section .image-column .upper-box .title:before{
	position: absolute;
	top: 0;
	left: 100%;
	border-right: 20px solid transparent;
	border-top: 30px solid #0066ff;
	content: "";
}

.offer-section .image-column .upper-box h2{
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 60px;
	color: #222222;
	font-weight: 500;
	text-transform: capitalize;
}

.offer-section .image-column .upper-box h2 .discount{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 1em;
	color: #0066ff;
	font-weight: 500;
}

.offer-section .image-column .image-box{
	position: relative;
	margin-right: -100px;
	margin-left: -40px;
}

.offer-section .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.offer-section .image-column .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.offer-section .form-column{
	position: relative;
	z-index: 9;
	margin-bottom: 20px;
}

.offer-section .form-column .upper-text{
	position: relative;
	margin-bottom: 40px;
}

.offer-section .form-column .upper-text p{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
}

.offer-section .form-column .upper-text p:nth-child(3n + 2){
	color: #0066ff;
}

.offer-section .form-column .upper-text p:nth-child(3n + 3){
	color: #777777;
}

.offer-section .form-column .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 36px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 30px;
}

.discount-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.discount-form .form-group input[type="text"],
.discount-form .form-group input[type="email"],
.discount-form .form-group input[type="url"],
.discount-form .form-group textarea,
.discount-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    padding: 14px 20px;
    background-color: rgba(255,255,255,.90);
    border: 1px solid #dddddd;
    font-weight: 400;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.discount-form .form-group input:focus,
.discount-form .form-group select:focus,
.discount-form .form-group textarea:focus{
	border-color:#0066ff;
}

.discount-form .form-group textarea{
	height: 180px;
	resize: none;
	padding-top: 20px;
	margin-bottom: 10px;
}

.discount-form .form-group button{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 45px;
	border-radius: 5px;
}

/*** 

====================================================================
		Products Section
====================================================================

***/

.products-section{
	position: relative;
	padding: 110px 0;
}

.products-section .products-carousel{
	position: relative;
}

.product-block{
	position: relative;
}

.product-block .inner-box{
	position: relative;
}

.product-block .image-box{
	position: relative;
}

.product-block .image{
	position: relative;
	margin-bottom: 0;
}

.product-block .image img{
	display: block;
	width: 100%;
    -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-block .inner-box:hover .image img{
	opacity: .70;
}

.product-block .content-box{
	position: relative;
	padding: 30px 30px 40px;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.10);
}

.product-block .content-box .inner{
	position: relative;
	width: 100%;
	text-align: center;
}

.product-block .info-box{
	position: relative;
	margin-bottom: 8px;
}

.product-block .info-box span{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #777777;
}

.product-block .info-box h5{
	position: relative;
	font-size: 22px;
	line-height: 1.3em;
	color: #0066ff;
	font-weight: 600;
}

.product-block .price{
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}

.product-block .price del{
	margin-left: 10px;
	font-weight: 400;
	color: #777777;
}

.product-block .btn-box{
	position: relative;
}

.product-block .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 40px;
	color: #ffffff;
	background-color: #222222;
	height: 40px;
	width: 40px;
	text-align: center;
	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;
}

.product-block .btn-box a:hover{
	background-color: #0066ff;
	color: #ffffff;
}

.products-section .owl-nav{
	position: absolute;
	right: 0;
	top: -105px;
	text-align: right;
}

.products-section .owl-next,
.products-section .owl-prev{
	position: relative;
	display: inline-block;
	margin-left: 4px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: #222222;
	border: 1px solid #222222;
	transition: all 300ms ease;
}

.products-section .owl-next:hover,
.products-section .owl-prev:hover{
	background-color: #222222;
	color: #ffffff;
}

/*** 

====================================================================
			Call Back Section
====================================================================

***/

.call-back-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.call-back-section:before{
	position:absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .70;
	content: "";
}

.call-back-section .outer-box{
	position: relative;
	z-index: 9;
}

.call-back-section .outer-box:after,
.call-back-section .outer-box:before{
	position:absolute;
	right: 0;
	top: 0;
	height: 80px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.call-back-section .outer-box:after{
	top: auto;
	bottom: 0;
	z-index: -1;
}

.call-back-section .sec-title{
	margin-bottom: 30px;
}

.call-back-section .sec-title h2:after{
	background-color: #ffffff;
}

.call-back-section .text-column{
	position: relative;
}

.call-back-section .text-column .inner-column{
	position: relative;
	padding: 160px 0 60px;
}

.call-back-section .text-column .message{
	position: relative;
	font-size: 24px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 25px;
}

.call-back-section .text-column .message span{
	color: #ffffff !important;
	font-weight: 500;
}

.call-back-section .text-column .text{
	font-size: 15px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 30px;
}

.call-back-section .form-column{
	position: relative;	
}

.call-back-section .form-column .inner-column{
	position: relative;
	padding-right: 100px;
}

.request-form{
	position: relative;
	padding: 50px 30px;
    background-color: rgba(255,255,255,1);
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
	overflow: hidden;
}

.request-form:before{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/pattern-3.png);
	background-position: right bottom;
	content: "";
}

.request-form .row{
	margin: 0 -7px;
}

.request-form .form-group{
	position:relative;
	padding: 0 7px;
	margin-bottom:15px;	
}

.request-form .form-group:last-child{
	margin-bottom: 0;
}

.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    padding: 15px 20px;
    border: 1px solid #eeeeee;
	background-color: rgba(255,255,255,.90) !important;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
    font-weight: 400;
    border-radius: 2px;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.request-form .form-group textarea{
	height: 200px;
	resize: none;
}

.request-form .form-group button{
	text-transform: capitalize;
	font-size: 14px;
	padding: 15px 40px;
	line-height: 20px;
	border-radius: 0;
}







/***

====================================================================
		Call To Action
====================================================================

***/

.call-to-action{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 0 120px;
}

.call-to-action:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .70;
	content: "";
}

.call-to-action .content-box{
	position: relative;
	text-align: center;
}

.call-to-action .content-box h2{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 40px;
}

.call-to-action .content-box .link-box{
	position: relative;
}

.call-to-action .content-box .link-box a{
	padding: 15px 40px;
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
}


/*** 

====================================================================
		Pricing Section
====================================================================

***/

.pricing-section{
	position: relative;
	padding: 110px 0 80px;
}

.pricing-table{
	position: relative;
	margin-bottom: 30px;
}

.pricing-table .inner-box{
	position: relative;
	text-align: center;
	border: 2px solid #f3f3f3;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-table .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image:url(../images/icons/pattern.png);
	content: "";
	opacity: .1;
}

.pricing-table.tagged .inner-box,
.pricing-table .inner-box:hover{
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 30px rgba(0,0,0,0.10);
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.pricing-table .title{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 500;
	padding: 5px 0;
	font-family: "Ubuntu", sans-serif;
	background-color: #222222;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 35px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-table.tagged .title,
.pricing-table .inner-box:hover .title{
	background-color: #0066ff;
}

.pricing-table .duration{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1em;
	color: #666666;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 18px;
}

.pricing-table .price{
	position: relative;
	font-size: 54px;
	line-height: 50px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 35px;
	font-family: "Ubuntu", sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-table.tagged .price,
.pricing-table .inner-box:hover .price{
	color: #0066ff;
}

.pricing-table .table-content{
	position: relative;
}

.pricing-table .table-content ul{
	position: relative;
	border-top: 2px solid #f3f3f3;
	border-bottom: 2px solid #f3f3f3;
	margin-bottom: 40px;
	background-color: #ffffff;
}

.pricing-table .table-content ul li{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #666666;
	font-weight: 600;
	padding: 15px 0;
}

.pricing-table .table-content ul li:nth-child(even){
	background-color: #f3f3f3;
}

.pricing-table .table-footer{
	position: relative;
	padding-bottom: 35px;
}

.pricing-table .table-footer a{
	position: relative;
	font-size: 14px;
	margin: 0 auto;
	white-space: nowrap;

}

.pricing-tabs{
	position: relative;
}

.pricing-tabs .tab-buttons{
	position: absolute;
	right: 0;
	top: -110px;
}

.pricing-tabs .tab-btns{
	position: relative;
	display: inline-block;
	width: 220px;
	border: 1px solid #0066ff;
	border-radius: 50px;
}

.pricing-tabs .tab-btns li{
	position: relative;
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 15px;
	text-align: center;
	color: #222222;
	font-weight: 500;
	cursor: pointer;
	border-radius: 50px;
	font-family: "Ubuntu", sans-serif;
	z-index: 8;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-tabs .tab-btns li.tab-btn:before{
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	background-color: #0066ff;
	border-radius: 50px;
	content: "";
	z-index: -1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms linear;
}

.pricing-tabs .tab-btns li.tab-btn:last-child:before{
	display: none;
}

.pricing-tabs .tab-btns li.tab-btn.active-btn{
	color: #ffffff;
}

.pricing-tabs .tab-btns li.tab-btn.active-btn:before{
	left: 0;
}

.pricing-section.alternate{
	padding: 110px 0;
}

.pricing-section.alternate .pricing-tabs .tab-buttons{
	position: relative;
	left: 0;
	top: 0;
	margin-top: 50px;
	text-align: center;
}

/*** 

====================================================================
		FAQ's Sectiom
====================================================================

***/

.faqs-section{
	position: relative;
}

.faqs-section.alternate{
	padding: 110px 0 100px;
}

.faqs-section .faq-column{
	position: relative;
}

.faqs-section .faq-column .inner-column{
	position: relative;
	padding: 110px 0;
}

.accordion-box{
	position: relative;
	margin: 0;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 20px;
	list-style-type: none;
	border:1px solid #f1f1f1;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.accordion-box .block.active-block{
	border-color: #0066ff;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#222222;
	font-weight:500;
	cursor:pointer;
	padding:14px 30px;
	padding-right: 80px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	color: #0066ff;
	background-color: transparent;
}

.accordion-box .block .icon{
	position:absolute;
	right: 15px;
	top:13px;
	height: 35px;
	width: 35px;
	font-size: 16px;
	line-height: 35px;
	color: #222222;
	text-align: center;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon:before{
	content: "\f056";
	color: #0066ff;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .content{
	position:relative;
	padding: 0px 30px 30px;
}

.accordion-box .block .acc-content.current{ 
	display: block;
}

.accordion-box .block .content .text{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	margin-bottom: 0;
}

.faqs-section .image-column{
	position: relative;
}

.faqs-section .image-column .image-box{
	position: absolute;
	bottom: 0;
	left: 70px;
}

.faqs-section .image-column .image{
	position: relative;
	margin-bottom: 0;
	margin-right: -90px;
}

.faqs-section .image-column .image img{
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
			FAQ Form Section
====================================================================

***/

.faq-form-section{
	position: relative;
	padding: 110px 0 0;
	background-color: #f5f5f5;
}

.faq-form-section .faq-form{
	position: relative;
}

.faq-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="email"],
.faq-form .form-group input[type="url"],
.faq-form .form-group textarea,
.faq-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    padding: 10px 25px;
    background-color: #ffffff;
    font-weight: 400;
    height: 50px;
    border: 1px solid transparent;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus{
	border-color:#0066ff;
}

.faq-form .form-group textarea{
	height: 150px;
	resize: none;
	padding-top: 15px;
}

.faq-form .form-group button{
	border: 0;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.faq-form-section .image-column{
	position: relative;
}

.faq-form-section .image-column .image-box{
	position: relative;
	padding-top: 80px;
}

.faq-form-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.faq-form-section .image-column .image img{
	display: block;
}

/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 110px 0;
}

.testimonial-section .sec-title h2:after{
	background-color: #ffffff;
}

.testimonial-carousel{
	position: relative;
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
}

.testimonial-block{
	position: relative;
	max-width: 730px;
	margin: 0 auto;
	padding: 60px 0 45px;
}

.testimonial-block .inner-box{
	position: relative;
	min-height: 237px;
}

.testimonial-block .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	background-image: url(../images/icons/testimonial-bg.png);
}

.testimonial-block .thumb{
	position: absolute;
	right: 80px;
	top: -60px;
	height: 100px;
	width: 100px;
}

.testimonial-block .thumb img{
	display: block;
	width: 100%;
}

.testimonial-block .text{
	position: relative;
	display: block;
	min-height: 237px;
}

.testimonial-block .text .inner{
	position: absolute;
	display: table;
	left: 0;
	top: 0;
	padding: 0 40px;
	height: 237px;
	text-align: center;
}


.testimonial-block .text p{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 28px;
	color: #edf2ff;
	font-weight: 400;
}

.testimonial-block .info-box{
	position: absolute;
	left: 230px;
	bottom: -45px;
	padding-left: 80px;
}

.testimonial-block .info-box .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 54px;
	line-height: 60px;
	color: #edf2ff;
	opacity: .5;
}

.testimonial-block .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #edf2ff;
	font-weight: 600;
	margin-bottom: 2px;
}

.testimonial-block .info-box .city{
	font-size: 14px;
	line-height: 24px;
	color: #0066ff;
	font-weight: 600;
}

.testimonial-carousel .owl-dots{
	display: none;
}

.testimonial-carousel .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background-color: #0066ff;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-carousel .owl-next{
	left: auto;
	right: 0;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover{
	background-color: #edf2ff;
	color: #222222;
}

/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding: 110px 0;
}

.testimonial-carousel-two{
	position: relative;
	padding-bottom: 65px;
}

.testimonial-block-two{
	position: relative;
	padding: 15px 15px;
}

.testimonial-block-two .inner-box{
	position: relative;
	padding: 30px 30px;
	padding-left: 240px;
	min-height: 240px;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.testimonial-block-two .inner-box:before{
	position: absolute;
	left: -15px;
	top: 15px;
	bottom: 15px;
	background-color: #0066ff;
	width: 15px;
	content: "";
}

.testimonial-block-two .thumb{
	position: absolute;
	left: 30px;
	top: 30px;
	height: 180px;
	width: 180px;
}

.testimonial-block-two .thumb img{
	display: block;
	width: 100%;
}

.testimonial-block-two .info-box{
	position: relative;
	margin-bottom: 15px;
}

.testimonial-block-two .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.testimonial-block-two .info-box .address{
	font-size: 14px;
	line-height: 24px;
	color: #0066ff;
	font-weight: 500;
}

.testimonial-block-two .text{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 10px;
}

.testimonial-block-two .rating{
	position: relative;
	font-size: 14px;
	line-height: 1em;
	color: #0066ff;
}

.testimonial-carousel-two .owl-nav{
	display: none;
}

.testimonial-carousel-two .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.testimonial-carousel-two .owl-dot,
.testimonial-carousel-two .owl-dot{
	position: relative;
	display: inline-block;
	height: 3px;
	width: 20px;
	margin: 0 5px;
	background-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;
}

.testimonial-carousel-two .owl-dot.active,
.testimonial-carousel-two .owl-dot:hover{
	background-color: #0066ff;
}

/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 110px 0 80px;
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.team-block .image-box{
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .image-box:hover{
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.team-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.team-block .image-box .image:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#000000',GradientType=0 );
	content: "";
}

.team-block .image-box .image img{
	display: block;
	width: 100%;
}

.team-block .info-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0px 15px 35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .social-links{
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .social-links li{
	position: relative;
	display: inline-block;
	margin: 0 8px;
}

.team-block .info-box .social-links li a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .social-links li a:hover{
	color: #0066ff;
}

/*** 

====================================================================
		News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 110px 0 80px;
	background-color: #f5f5f5;
}

.news-block{
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box{
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.news-block .image-box{
	position: relative;
}

.news-block .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.news-block .image-box .image a:after{
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.news-block .inner-box:hover .image-box .image a:after {
  opacity: 1;
  top: -20%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: linear;
}

.news-block .image img{
	display: block;
	width: 100%;
}

.news-block .lower-content{
	position: relative;
	padding: 20px 30px;
}

.news-block .post-info{
	position: relative;
	margin-bottom: 10px;
}

.news-block .post-info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-right: 25px;
}

.news-block .post-info li span{
	margin-right: 5px;
	color: #0066ff;
}

.news-block h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-block h4 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;
}

.news-block h4 a:hover{
	color: #0066ff;
}

.news-block .btn-box{
	position: relative;
}

.news-block .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #0066ff;
	-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{
	color: #222222;
}

/* News Block Two */

.news-block-two{
	position: relative;
	margin-bottom: 30px;
}

.news-block-two .inner-box{
	position: relative;
	padding: 15px 15px;
	padding-left: 300px;
	background-color: #ffffff;
	min-height: 170px;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.news-block-two .image{
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.news-block-two .image a:after{
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.news-block-two .inner-box:hover .image a:after {
  opacity: 1;
  top: -20%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: linear;
}

.news-block-two .post-info{
	position: relative;
	margin-bottom: 10px;
}

.news-block-two .post-info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-right: 15px;
}

.news-block-two .post-info li span{
	margin-right: 5px;
	color: #0066ff;
}

.news-block-two h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-block-two 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;
}

.news-block-two h4 a:hover{
	color: #0066ff;
}

.news-block-two .btn-box{
	position: relative;
}

.news-block-two .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #0066ff;
	-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: #222222;
}

/*** 

====================================================================
		News Section Two
====================================================================

***/

.news-section-two{
	position: relative;
	padding: 110px 0 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.news-block-three{
	position: relative;
	margin-bottom: 30px;
}

.news-block-three .inner-box{
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.news-block-three .image-box{
	position: relative;
}

.news-block-three .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.news-block-three .image-box .image a:after{
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.news-block-three .inner-box:hover .image-box .image a:after {
  opacity: 1;
  top: -20%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: linear;
}

.news-block-three .image img{
	display: block;
	width: 100%;
}

.news-block-three .lower-content{
	position: relative;
	padding: 20px 30px;
}

.news-block-three .post-info{
	position: relative;
	margin-bottom: 10px;
}

.news-block-three .post-info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-right: 25px;
}

.news-block-three .post-info li span{
	margin-right: 5px;
	color: #0066ff;
}

.news-block-three h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-block-three h4 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;
}

.news-block-three h4 a:hover{
	color: #0066ff;
}

.news-block-three .text{
	position: relative;
	font-size: 14px;
	line-height: 27px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 15px;
}

.news-block-three .btn-box{
	position: relative;
}

.news-block-three .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #0066ff;
	-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 .btn-box a:hover{
	color: #222222;
}

.news-section-three{
	position: relative;
	padding: 110px 0 90px;
	background-color: #f5f5f5;
}

/*** 

====================================================================
		Blog Classic
====================================================================

***/

.blog-classic{
	position: relative;
}

.blog-classic .news-block-three{
	margin-bottom: 60px;
}

.blog-classic .news-block-three h4{
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 500;
}

/*** 

====================================================================
		Blog Detail
====================================================================

***/

.blog-detail{
	position: relative;
}

.blog-detail .news-block-three{
	margin-bottom: 40px;
}

.blog-detail .news-block-three h4{
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog-detail .news-block-three p{
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 27px;
}

.blog-detail .two-column .image{
	margin-bottom: 30px;
}

.blog-detail blockquote{
	position: relative;
	border-left: 4px solid #0066ff;
	background-color: #f5f5f5;
	padding: 25px 40px;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
	margin-bottom: 40px;
}

.blog-detail blockquote cite{
	display: block;
	text-align: right;
	font-style: normal;
	margin-top: 10px;
}

.blog-detail blockquote cite strong{
	font-weight: 500;
	color: #252525;
	font-family: 'Ubuntu', sans-serif;
}

/*post share options*/

.blog-detail .post-share-options{
	position:relative;
	margin-bottom: 40px;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	padding: 20px 20px;
}

.blog-detail .post-share-options p{
	position:relative;
	color:#222222;
	font-size:16px;
	line-height: 25px;
	font-weight:600;
	margin:0;
	display: inline-block;
	font-family: "Ubuntu", sans-serif;
}

.blog-detail .post-share-options .tags{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .tags li{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .tags a{
	position:relative;
	font-size:14px;
	font-weight:400;
	line-height: 25px;
	padding: 5px 10px;
	color:#ffffff;
	background-color: #0066ff;	
	-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: #222222;
}

.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: 1px;
}

.blog-detail .post-share-options .social-icon li a{
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	color: #777777;
	padding: 5px 8px;
	color:#ffffff;
	background-color: #0066ff;
	-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: #222222;
}

/*Author Box*/

.author-box{
	position:relative;
	padding: 38px 40px;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
	margin-bottom: 70px;
}

.author-box .inner-box{
	position:relative;
	padding-left: 160px;
	min-height: 150px;
	padding-top: 15px;
}

.author-box .thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 145px;
	width: 135px;
	margin-bottom: 20px;
}

.author-box .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.author-box .name{
	position: relative;
	font-size: 18px;
	line-height: 25px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 10px;
}

.author-box .text{
	position: relative;
	float: right;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 10px;
}

.author-box .social-icon{
	position: relative;
	z-index: 9;
}

.author-box .social-icon li{
	position: relative;
	display: inline-block;
	margin-right: 12px;
}

.author-box .social-icon li a{
	position:relative;
	display: block;
	text-align: center;
	font-size:14px;
	font-weight:400;
	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;
}

.author-box .social-icon li a:hover{
	color: #0066ff;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding:150px 0px 150px;
}

.error-section .error-title{
	position:relative;
	font-size:300px;
	color:#222222;
	font-weight:700;
	line-height:.7em;
	letter-spacing: -0.1em;
	margin-bottom: 70px;
	text-shadow: 0 0 20px rgba(0,0,0,0.20);
}

.error-section .error-title span{
	color: #0066ff;
}

.error-section .sec-title{
	margin-bottom: 30px;
}

.error-section h2{
	font-size:40px;
	line-height: 1em;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.error-section h2:after{
	display: none;
}

.error-section .text{
	font-size:24px;
	line-height: 1.2em;
	color:#222222;
	margin-bottom:35px;
}

.error-section .theme-btn{
	border-radius:5px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin: 0 3px;
}

/*** 

====================================================================
		Clients Section
====================================================================

***/

.clients-section{
	position: relative;
	padding: 75px 0;
}

.clients-section .sponsors-outer{
	position: relative;
}

.clients-section .slide-item{
	position: relative;
}

.clients-section .image-box{
	position: relative;
	margin: 0;
	text-align: center;
}

.clients-section .image-box img{
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	opacity: 1;
	-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 .image-box:hover img{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav{
	display: none;
}

.clients-section.style-two{
	background-color: #f9f9f9;
}

/*** 

====================================================================
		Contact Page Section
====================================================================

***/

.contact-page-section{
	position: relative;
	padding: 110px 0 70px;
}

.contact-page-section .form-column{
	position: relative;
	margin-bottom: 40px;
}

.contact-page-section .form-column .inner-column{
	position: relative;
	padding-left: 50px;
}

.contact-page-section .sec-title{
	margin-bottom: 30px;
}

.contact-page-section .sec-title h2{
	margin-bottom: 0;
}

.contact-page-section .sec-title h2:after{
	display: none;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.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="url"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #999999;
    line-height: 32px;
    padding: 15px 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    font-weight: 400;
    height: 64px;
    -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:#0066ff;
}

.contact-form .form-group textarea{
	height: 156px;
	resize: none;
}

.contact-form .form-group button{
	text-transform: capitalize;
}

.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus{
	border-color:#ff0000;	
}

.contact-form label.error{
	display:block;
	font-weight:500;
	font-size:13px;
	text-transform:capitalize;
	line-height:24px;
	color:#ff0000;
	padding-top:7px;
	margin-bottom: 0;
}

.contact-page-section .contact-column{
	position: relative;
	margin-bottom: 30px;
}

.contact-page-section .contact-info {
	position: relative;
	margin-bottom: 30px;
}

.contact-page-section .contact-info li{
	position: relative;
	padding: 10px 30px;
	padding-left: 70px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	margin-bottom: 30px;
}

.contact-page-section .contact-info li p{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
}

.contact-page-section .contact-info li strong{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	font-weight: 600;
}

.contact-page-section .contact-info li .icon{
	position: absolute;
	left: 15px;
	top: 10px;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	background-color: #0066ff;
	color: #ffffff;
}

.contact-page-section .contact-info li a{
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .contact-info li a:hover{
	color: #0066ff;
}

.contact-page-section .social-icon-three{
	position: relative;
	padding: 10px 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.social-icon-three{
	position: relative;
}

.social-icon-three li{
	position: relative;
	display: inline-block;
	margin-right: 1px;
}

.social-icon-three li:first-child{
	margin-left: 0;
}

.social-icon-three li.title{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	margin-right: 5px;
}

.social-icon-three li a{
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	background-color: #0066ff;
	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;
}

.social-icon-three li a:hover{
	color: #0066ff;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

/*** 

====================================================================
		Map Section
====================================================================

***/

.map-section{
	position: relative;
	display: block;
	padding-bottom: 110px;
}

.map-area{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data a{
	display: block;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-section .map-canvas{
	height:540px;
	border: 10px solid #ffffff;
	background-color: #f9f9f9;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

/***

==================================================================
			Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 110px 0 0px;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
/* 	background-color: #000000; */
	opacity: .90;
	content: "";
}


.main-footer.fixed-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

/*=== Widgets Section ===*/

.main-footer .widgets-section{
	position:relative;
	padding-bottom: 40px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widget-title{
	position: relative;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	line-height: 24px;
	margin-bottom:50px;
	padding-bottom: 15px;
}

.main-footer .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: #0066ff;
	content: "";

}

/*=== About Widget ===*/
.main-footer .about-widget{
	position: relative;
}

.main-footer .about-widget .footer-logo{
	position: relative;
}

.main-footer .about-widget .footer-logo .image{
	position: relative;
	margin-bottom: 35px;
}

.main-footer .about-widget .footer-logo img{
	display: block;
	height: auto;
	max-width: 100%;
}

.main-footer .about-widget .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}

.main-footer .contact-list{
	position: relative;
}

.main-footer .contact-list li{
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 11px;
}

.main-footer .contact-list li span{ 
	position: absolute;
	left: 0;
	top: 0;
	font-size:15px;
	line-height: 25px;
	color: #0066ff;
}

.main-footer .contact-list li a{
	color:#ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .contact-list li a:hover{
	color: #c08c4d;
}

/*=== Popular Posts ===*/

.popular-posts{
	position: relative;
}

.popular-posts .post{
	position: relative;
	min-height: 90px;
	padding-left: 120px;
	margin-bottom: 40px;
}

.popular-posts .post:last-child{
	margin-bottom: 0;
}

.popular-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

.popular-posts .post .thumb a{
	display: block;
}

.popular-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.popular-posts .post h4{
	position: relative;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}

.popular-posts .post 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;
}

.popular-posts .post h4 a:hover{
	color: #c08c4d;
}

.popular-posts .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
}

/*=== Subscribe Widget ===*/

.subscribe-widget{
	position: relative;
	padding-left: 70px;
}

.subscribe-widget .text{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #bbbbbb;
	font-weight: 400;
	margin-bottom: 30px;
}

.main-footer .subscribe-form{
	position: relative;
	margin-bottom: 40px;
}

/*Subscribe Form*/

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	padding-right: 50px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:50px;
	font-size:15px;
	color:#bbbbbb;
	background:transparent;
	border: 1px solid rgba(255,255,255,.70);
	padding:14px 20px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	text-align: center;
	height: 50px;
	width: 52px;
	line-height: 50px;
	color: #0066ff;
	font-size: 18px;
	background-color: #ffffff;
}

.subscribe-form .form-group input[type="submit"]:hover,
.subscribe-form .form-group button:hover{
	background-color: #0066ff;
	color: #ffffff;
}

.main-footer .social-links{
	position: relative;
	display: block;
}

.main-footer .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 18px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
}

.main-footer .social-links li a{
	color: #ffffff;
	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;
}

.main-footer .social-links li.title{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

.main-footer .social-links li a:hover{
	color: #c08c4d;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position:relative;
	background-color: #c08c4d;
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	padding:15px 0;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a{
	color: #ffffff;
	font-weight: 500;
}

.main-footer .footer-bottom .copyright-text a:hover{
	text-decoration: underline;
}

/***

==================================================================
			Main Footer Style Two
==================================================================

***/

.main-footer.style-two{
	padding: 0;
}

.main-footer.style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	content: "";
	opacity: .95;
}

.main-footer.style-two .widgets-section{
	padding: 110px 0;
}

.main-footer.style-two .about-widget{
	position: relative;
	background-color: #222222;
	padding: 50px 40px;
	margin: 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.30);
}

.main-footer.style-two .about-widget:before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-3.png);
    background-position: center right;
    background-repeat:no-repeat;
    content: "";
    opacity: .03;
}

.main-footer.style-two .footer-logo{
	border-bottom: 1px solid rgba(255,255,255,.10);
	margin-bottom: 30px;
}

.main-footer.style-two .contact-list{
	margin-bottom: 30px;
}

.main-footer.style-two .widget-title{
	margin-bottom: 20px;
}

.main-footer.style-two .contact-list li{
	padding-left: 35px;
}

.main-footer.style-two .contact-list li span{
	font-size: 12px;
	height: 25px;
	width: 25px;
	border-radius: 25px;
	text-align: center;
	color: #ffffff;
	background-color: #0066ff;
}

.main-footer.style-two .map-widget{
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	height: 100%;
	background-color: #f1f1f1;
	margin: 0;
}

.main-footer.style-two .map-canvas{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	height: 100%;
}

/*=== Footer Bottom ===*/

.main-footer.style-two .footer-bottom .inner-container{
	position: relative;
}

.main-footer.style-two .footer-bottom .copyright-text{
	position: relative;
	float: left;
	padding:20px 0;
}

.main-footer.style-two .footer-bottom .copyright-text p{
	position: relative;
	line-height: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

.main-footer.style-two .footer-bottom .copyright-text a{
	color: #ffffff;
	font-weight: 500;
	-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.style-two .footer-bottom .copyright-text a:hover{
	color: #ffffff;
}

.main-footer.style-two .footer-bottom .footer-nav{
	position: relative;
	float: right;
}

.main-footer.style-two .footer-bottom .footer-nav ul{
	position: relative;
	padding:20px 0;
}

.main-footer.style-two .footer-bottom .footer-nav ul li{
	position: relative;
	float: left;
	padding-left: 30px;
	margin-left: 30px;
}

.main-footer.style-two .footer-bottom .footer-nav ul li:first-child{
	margin-left: 0;
	padding-left: 0;
}

.main-footer.style-two .footer-bottom .footer-nav ul li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	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;
}

.main-footer.style-two .footer-bottom .footer-nav ul li:before{
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	content: '|';
}

.main-footer.style-two .footer-bottom .footer-nav ul li a:hover{
	color: #002121;
}

.main-footer.style-two .footer-bottom .footer-nav ul li:first-child:before{
	display: none;
}

/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	overflow: hidden;
	padding: 110px 0 60px; 
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 50px;
}

.sidebar-side .sidebar{
	position: relative;
}

.sidebar-widget{
    position: relative;
    margin-bottom:55px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 15px;
}

.sidebar-page-container .sidebar-title h2{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
	padding: 30px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.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:#333333;
	line-height:20px;
	padding:14px 20px;
	height:50px;
	width:100%;
	border: 1px solid #f1f1f1;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#0066ff;	
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:50px;
	line-height: 50px;
	text-align:center;
	display:block;
	font-size:16px;
	background-color: transparent;
	color:#0066ff;
	font-weight:normal;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover{
	color: #222222;
}

/*=== Categories ===*/

.sidebar .blog-categories{
	position: relative;
	padding: 40px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	margin-bottom: 5px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li:before{
    position: absolute;
    top: 21px;
    left: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #0066ff;
    content: "";
    z-index: 8;
    opacity: .5;
}

.cat-list li a{
	position: relative;
    font-size: 14px;
    color: #222222;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 30px;
    border: 1px solid #f1f1f1;
    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;
}

.cat-list li a span{
	float: right;
	font-size: 13px;
	line-height: 30px;
	color: #999999;
}

.cat-list li:hover a,
.cat-list li.active a{
	background-color: #ffffff;
	color: #0066ff;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.10);
}

/*=== Latest News ===*/

.sidebar .latest-news{
	position: relative;
	padding: 30px 30px 35px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.latest-news .post{
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px;
	min-height: 85px;
	padding-top: 5px;
}

.latest-news .post:last-child{
	margin-bottom: 0;
}

.latest-news .post-thumb{
	position: absolute;
	left: 0;
	top: 0;	
	height: 85px;
	width: 85px;
	margin-bottom: 20px;
}

.latest-news .post-thumb a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .80;
	content: "";
	background-color: #0066ff;
	z-index: 1;
	-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;
}

.latest-news .post:hover .post-thumb a:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.latest-news .post-thumb a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    z-index: 9;
    color: #ffffff;
    font-weight: 900;
    content: "\f0c1";
	font-family: "Font Awesome 5 Free";
	-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;
}

.latest-news .post:hover .post-thumb a:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.latest-news .post-thumb img{
	position: relative;
	display: block;
	width: 100%;
}

.latest-news .post h3{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 7px;
}

.latest-news .post 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;
}

.latest-news .post:hover h3 a{
	color: #c08c4d;
}

.latest-news .post .post-info{
	position: relative;
	font-size: 12px;
	line-height: 24px;
	color: #c08c4d;
	font-weight: 400;
	font-style: italic;
}

/* Instagram Widget */

.instagram-widget{
	position: relative;
	padding: 30px 30px 35px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.instagram-widget .link-box{
	position: absolute;
	right: 30px;
	top: 27px;
}

.instagram-widget .link-box a{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #0066ff;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.instagram-widget .link-box a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	background-color: #ffffff;
	color: #0066ff;
}

.instagram-widget .outer{
	position:relative;
	margin: 0px -4px 0;
}

.instagram-widget .outer .image{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 4px;
	margin-bottom:8px;
}

.instagram-widget .image img{
	display:block;
	width:100%;	
}

.instagram-widget .image a{
	position: relative;
	display: block;
}

.instagram-widget .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ffffff;
	padding: 5px;
	opacity: .70;
	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;
}

.instagram-widget .image a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.instagram-widget .image a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #0066ff;
    font-weight: 900;
    content: "\f0c1";
	font-family: "Font Awesome 5 Free";
	-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;
}

.instagram-widget .image a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*=== Tags ===*/

.sidebar .tags{
	padding: 30px 30px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
} 

.tag-list li a{
	position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    padding: 5px 18px;
    font-weight: 400;
    text-align: center;
    background-color: #0066ff;
    -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: #0066ff;
	background-color: #ffffff;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.10);
}

/*Services Sidebar*/
.sidebar-side .services-sidebar{
	position: relative;
	padding: 0;
	border: 0;
}

/*Blog Category*/

.blog-cat{
	position:relative;
	border:1px dashed #cccccc;
}

.blog-cat li{
	position:relative;
}

.blog-cat li a{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height: 34px;
	color:#222222;
	display:block;
	border-bottom:1px dashed #cccccc;
	border-left: 5px solid transparent;
	padding: 25px 40px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Rubik', sans-serif;
}

.blog-cat li:last-child a{
	border-bottom: 0;
}

.blog-cat li a:before{
	position:absolute;
	content:'\f105';
	right:33px;
	top:27.5px;
	color:#0066ff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'FontAwesome';
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#ffffff;
	background-color:#0066ff;
	border-left: 5px solid #222222;
}

.blog-cat li.active a:before,
.blog-cat li a:hover:before{
	color: #ffffff;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/


.group-title{
	position: relative;
	margin-bottom: 40px;
}

.group-title h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
}

.comments-area{
	position:relative;
	margin-bottom: 70px;
}

.comments-area .comment-box{
	position:relative;
	margin-bottom:30px;
}

.comments-area .comment-box.reply-comment{
	margin-left: 70px;
}

.comments-area .comment-box:last-child{
	margin-bottom: 0;
}

.comments-area .comment{
	position:relative;
	min-height: 110px;
	padding: 30px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding-left: 130px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:30px;
	top:30px;
	height: 80px;
	width: 80px;
	margin-bottom: 10px;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment-info{
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.comments-area .comment-box .name{
	position: relative;
	display: inline-block;
	font-size:18px;
	line-height:1em;
	font-weight:600;
	color:#252525;
	margin-right: 10px;
	font-family: "Ubuntu", sans-serif;
}

.comments-area .comment-box .date{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #0066ff;
	font-weight: 400;
}

.comments-area .comment-box .rating{
	font-size: 10px;
	line-height: 1em;
	color: orange;
	margin-bottom: 10px;
}

.comments-area .comment-box .text{
	font-size: 15px;
	line-height: 25px;
	color:#777777;
	font-weight: 400;
}

.comments-area .comment-box .reply-btn{
	position: absolute;
	right: 30px;
	top: 28px;
	font-size: 14px;
	line-height: 15px;
	color: #ffffff;
	font-weight: 400;
	background-color: #0066ff;
	padding: 5px 10px;
	-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: #0066ff;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
	background-color: transparent;
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form{
 	position: relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom: 30px;
}

.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 textarea,
.comment-form .form-group select{
	position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 22px;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
    -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:#0066ff;
}

.comment-form .form-group textarea{
	height: 150px;
	resize: none;
	padding-top: 20px;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button{
	padding: 15px 35px;
	font-size: 14px;
	font-weight: 400;
}

/***

==================================================================
			Our Shop
==================================================================

***/

.our-shop{
	position: relative;
}

.shop-item{
	position: relative;
	margin-bottom: 80px;
}

.shop-item .inner-box{
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.shop-item .image-box{
	position: relative;
	overflow: hidden;
}

.shop-item .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.shop-item .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.shop-item .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.50);
	-moz-transform: scale(1.50);
	-ms-transform: scale(1.50);
	-o-transform: scale(1.50);
	transform: scale(1.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;
}

.shop-item .inner-box:hover .overlay-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.shop-item .overlay-box .tag{
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 0px 15px;
	border-radius: 3px; 
	background-color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	color: #222222; 
	border-radius: 5px;
}

.shop-item .overlay-box .btn-box{
	position: absolute;
	text-align: center;
	bottom: 20px;
	width: 100%;
}

.shop-item .overlay-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #222222;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #ffffff;
	margin: 0 2px;
	box-shadow: 0 0 5px rgba(0,0,0,0.30);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .overlay-box .btn-box a:hover{
	background-color: #0066ff;
	color: #ffffff;
}

.shop-item .lower-content{
	position: relative;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.shop-item .lower-content .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 2px;
}

.shop-item .lower-content .name a{
	display: inline-block;
	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;
}

.shop-item .lower-content .name a:hover{
	color: #0066ff;
}

.shop-item .lower-content .price{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	font-weight: 500;
}

.shop-item .lower-content .price del{
	color: #cccccc;
}

.our-shop .styled-pagination{
	position: relative;
	margin-top: 0;
}

.shop-sidebar{
	position: relative;
	padding-right: 30px;
}

/*Sidebar Realated Posts */
.sidebar .related-posts{
	position: relative;
	padding: 30px 30px 40px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.sidebar .related-posts .post{
	position:relative;
	padding:0px 0px;
	padding-left:90px;
	margin-bottom:20px;
}

.sidebar .related-posts .post:last-child{
	margin-bottom:0px;
	border:0px;
	min-height:inherit;
}

.sidebar .related-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;
}

.sidebar .related-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .related-posts .post h4{
	position: relative;
	padding-top: 4px;
	font-size:14px;
	font-weight:700;
	color:#333333;
	line-height:1.2em;
	text-transform:capitalize;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 4px;
}

.sidebar .related-posts .post h4 a{
	color:#333333;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover{
	color:#0066ff;	
}

.sidebar .related-posts .post .price{
	font-size:14px;
	letter-spacing:1px;
	font-weight:400;
	color:#777777;
	line-height: 20px;
}

.sidebar .related-posts .post .rating{
	line-height:1em;
}

.sidebar .related-posts .post .rating .fa{
	position:relative;
	display:inline-block;
	font-size:10px;
	line-height:20px;
	color:orange;
}

/*Sidebar Range slider */
.price-filters{
	position: relative;
	padding: 30px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.price-filters .sidebar-title{
	margin-bottom: 30px;
}

.range-slider-one{
	position:relative;
	min-height:48px;
    padding-top: 10px;
	margin-top:-20px;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#000000;
	font-size:16px;
	font-weight:400;
	margin-top:8px;
}

.range-slider-one .title:before{
	position:absolute;
	content:'$';
	right:-14px;
	top:0px;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

.range-slider-one .input{
	float:right;
    left: 8px;
	max-width:75px;
	padding-left:8px;
	margin-top:8px;
    position: relative;
}

.range-slider-one .input input{
	background:none;
	color:#777777;
	font-size:16px;
	font-weight:300;
	width:auto;
	text-align:left;	
}

.range-slider-one .ui-widget.ui-widget-content{
	height:3px;
	border:none;
	margin-bottom:25px;
	background:#eeeeee;	
}

.range-slider-one .ui-slider .ui-slider-range{
	top:0px;
	height:3px;
	background:#333333;	
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
	top:-3px;
	width:10px;
	height:10px;
	background:#0066ff;
	cursor:pointer;
	border-radius: 50%;
	border-color:#0066ff;
}

.range-slider-one .theme-btn{
	padding:8px 25px;
	border-radius:0px;
}

/*** 

====================================================================
		Product Details
====================================================================

***/

.product-details{
	position: relative;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:50px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:20px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	background-color:#f7f7f7;
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:16px;
}

.product-details .basic-details .details-header h4{
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	color:#222222;
	margin:5px 0px 10px;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:12px;
	color:#0066ff;
	margin-bottom:15px;
	display:inline-block;
}

.product-details .basic-details .details-header .reviews{
	position:relative;
	display:inline-block;
	color:#777777;
	font-weight:400;
	margin-left:15px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
}

.product-details .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-left:10px;
	color:#777777;	
}

.product-details .basic-details .details-header .item-price{
	font-size:20px;
	font-weight:600;
	color:#222222;
	line-height:24px;
	font-family: "Ubuntu", sans-serif;
}

.product-details .basic-details .details-header .item-price del{
	color: #999999;
	margin-left: 10px;
	font-weight:400;
}

.product-details .basic-details .prod-info{
	margin-bottom:15px;
	line-height:1.6em;
	font-size:13px;	
}

.product-details .basic-details .prod-info strong{
	font-weight:700;
	color:#111111;	
}

.product-details .basic-details .text{
	margin-bottom:25px;
	color:#777777;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;	
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;	
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical{
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical &gt; .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical &gt; .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:0px;	
	font-weight: 900;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:85px;
	margin-bottom:25px;
	margin-right:25px;
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner{
	font-size:18px;
	line-height:24px;
	padding:10px 15px !important;
	height:50px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical &gt; .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical &gt; .btn{
	padding:12px 10px;
	background:#f4f5f6;
	border-radius:0px;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i{
	top:8px;	
}

.product-details .basic-details .add-to-cart{
	margin-left: 10px;
	border-radius: 0;
}

/*** 

====================================================================
		Product Tabs
====================================================================

***/

.shop-single .product-details .prod-tabs{
	position:relative;
}

.shop-single .product-details .prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	margin-bottom:50px;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:10px;
	font-size:14px;
	background:#ffffff;
	color:#222222;
	font-weight:600;
	line-height:20px;
	cursor:pointer;
	border-radius:0px;
	padding:10px 30px;
	transition:all 500ms ease;
	font-family: 'Ubuntu', sans-serif;
	border: 1px solid #222222;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	background-color: #222222;
	color: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content{
	position:relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content{
	position:relative;
	padding: 30px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px;
	color:#797979;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child{
	margin-bottom:0px;
}

.prod-tabs .tabs-content .tab .title{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:600;
	margin-bottom:30px;
	font-family: 'Ubuntu', sans-serif;
}

/*Comment Form*/

.shop-comment-form{
	position:relative;
	margin-top:50px;
}

.shop-comment-form h2{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:500;
	margin-bottom:10px;
}

.shop-comment-form .mail-text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:15px;
}

.shop-comment-form .group-title{
	margin-bottom:20px;
}

.shop-comment-form .rating-box{
	position:relative;
	margin-bottom:20px;
}

.shop-comment-form .rating-box .text{
	position:relative;
	float: left;
	margin-right: 30px;
	font-size:16px;
	color:#333333;
	margin-bottom:15px;
}

.shop-comment-form .rating-box .rating{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	margin-right:5px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#cccccc;
	font-size:12px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
	color:orange;
}

.shop-comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.shop-comment-form .form-group label{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:400;
}

.shop-comment-form .form-group:last-child{
	margin-bottom:0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	border:1px solid #dddddd;
	height:50px;
	color:#848484;
	font-weight:300;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
	border-color:#0066ff;
}

.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:15px 20px;
	color:#848484;
	border:1px solid #dddddd;
	height:120px;
	font-weight:300;
	background:#ffffff;
	resize:none;

	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form button{
	position:relative;
	font-weight:600;
	font-size:14px;
	line-height: 30px;
	padding:10px 40px;
	margin-top:10px;
	text-transform:uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
	border-color:#f06529;	
}

/*** 

====================================================================
		Cart Section
====================================================================

***/

.cart-section{
	position:relative;
	padding:100px 0px 60px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	margin-bottom: 50px;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:#fafafa;
	color:#222222;
	border:1px solid #dddddd;
}

.cart-table thead tr th{
	line-height:24px;
	padding:15px 25px;
	font-weight:700;
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	border-right:1px solid #dddddd;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:30px 25px 30px;
}

.cart-table tbody tr .qty{
	width:200px;
}

.cart-table tbody tr .qty .item-quantity{
	max-width: 100px;
	margin: 0 auto;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#ffffff;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:relative;
	width:140px;
	margin: 0 auto;
	text-align: center;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:inline-block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
	font-size:14px;
	color:#444444;
	font-weight:400;
	line-height:90px;
}

.cart-table tbody tr .prod-column .author{
	font-size:13px;
	color:#333333;
	margin-bottom:0px;
}

.cart-table tbody tr .sub-total{
	font-weight: 500;
	color:#222222;
	font-size:16px;
}

.cart-table tbody tr .sub-total.price{
	font-weight: 500;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#222222;
	line-height:30px;
	font-weight:500;
	-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;
	font-size:18px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#0066ff;
}

.cart-table tbody tr{
	border-bottom:1px solid #dddddd;	
}

.cart-table tbody tr td{
	vertical-align:middle;
	color:#797979;
	font-size:17px;
	text-align:center;
	font-weight: 500;
	border-left:1px solid #dddddd;
	font-family: "Ubuntu", sans-serif;
}

.cart-table tbody tr td.total{
	font-size:18px;
	color:#333333;
}

.cart-table tbody tr td:last-child{
	border-right:1px solid #dddddd;
	text-align:center;
}

.cart-table tbody tr td .prod-title{
	position:relative;
	font-size:16px;
	color:#222222;
	font-weight: 500;
}

.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;	
}

.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:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:30px 30px 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	margin-bottom:50px;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .cart-options .cart-btn{
	padding:14px 36px;
    line-height: 20px;
	font-size:14px;
	color:#ffffff;
	font-weight:700;
	text-transform:capitalize;
	background-color:#222222;
	border: 1px solid transparent;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 10px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cart-section .cart-options .cart-btn:hover{
	background-color:#ffffff;
	color: #222222;
	border: 1px solid #222222;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:20px;	
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:28px;
	padding:10px 25px;
	border:1px solid #dddddd;
	width:225px;
	height:50px;
	background:#ffffff;
}

.cart-section .coupon-btn{
    padding:14px 25px;
    line-height: 24px;
	font-size:14px;
	color:#ffffff;
	font-weight:700;
	line-height: 20px;
	text-transform:capitalize;
	background-color:#222222;
	border: 1px solid transparent;
	font-family: 'Ubuntu', sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cart-section .coupon-btn:hover{
	background-color:#ffffff;
	color: #222222;
	border: 1px solid #222222;
}

.cart-section .cart-options .btn-style-one{
	top:-7px;
	padding-left:32px;
	padding-right:32px;
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
	border:1px solid #dddddd;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.cart-section .totals-table li{
	line-height:24px;
	padding:18px 30px;
	border-bottom:1px solid #dddddd;	
}

.cart-section .totals-table li:first-child{
	background-color:#fafafa;
	padding:18px 45px;
}

.cart-section .totals-table li h3{
	position:relative;
	font-weight:600;
	color:#333333;
	font-size:18px;
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	padding:40px 40px 50px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:30px;
	width:50%;
	color:#222222;
	font-size:16px;
	font-weight:600;
	text-transform:capitalize;
	font-family: 'Ubuntu', sans-serif;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;	
	border-left: 1px solid #dddddd;
}

.cart-section .totals-table .total .price{
	color:#222222;
	font-weight:600;
}

.cart-section .totals-table .proceed-btn{
    padding:14px 25px;
    line-height: 24px;
	font-size:14px;
	color:#ffffff;
	font-weight:700;
	line-height: 20px;
	text-transform:capitalize;
	background-color:#222222;
	border: 1px solid transparent;
	font-family: 'Ubuntu', sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cart-section .totals-table .proceed-btn:hover{
	background-color:#ffffff;
	color: #222222;
	border: 1px solid #222222;
}

.shipping-block{
	position:relative;
}

.shipping-block .inner-box{
	position:relative;
	padding:40px 30px 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	border:1px solid #dddddd;
	margin-bottom:50px;
}

.shipping-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
	margin-bottom:4px;
	text-transform:capitalize;
}

.shipping-block .inner-box h4{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:400;
	margin-bottom:22px;
	text-transform:capitalize;
}

.shipping-form{
	position:relative;
}

.shipping-form .row{
	position:relative;
	margin:0px -10px;
}

.shipping-form .form-group{
	position:relative;
	margin-bottom:20px;
	padding:0px 10px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	font-size:16px;
	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;
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus{
	border-color:#0066ff;
}

.shipping-form button{
    padding:14px 25px;
    line-height: 24px;
	font-size:14px;
	color:#ffffff;
	font-weight:700;
	line-height: 20px;
	text-transform:capitalize;
	background-color:#222222;
	border: 1px solid transparent;
	font-family: 'Ubuntu', sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shipping-form button:hover{
	background-color:#ffffff;
	color: #222222;
	border: 1px solid #222222;
}
.shipping-form button:hover{
	background-color:#ffffff;
	border: 1px solid #222222;
	color: #222222;
}

/*====================================================================
		CheckOut Section
====================================================================*/

.checkout-page{
	position:relative;
	padding:110px 0px 70px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;
}

.checkout-page .default-links li{
	line-height:20px;
	padding:15px 25px;
	font-size:14px;
	font-weight: 500;
	color:#222222;
	background-color :#ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	margin-bottom: 30px;
}

.checkout-page .default-links li .far{
	position:relative;
	display: inline-block;
	font-size:14px;
	line-height: 20px;
	color:#0066ff;
	margin-right:20px;
}

.checkout-page .default-links li a{
	color:#0066ff;
	font-size: 16px;
	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;
}

.checkout-page .default-links li a:hover{
	color: #0066ff;
	text-decoration: underline;
}	

.checkout-page .sec-title{
	margin-bottom: 20px;
} 

.checkout-page .sec-title h3{
	font-size: 20px;
	line-height: 1.2em;
	color: #0066ff;
	font-weight: 600;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.checkout-form{
	position:relative;
	margin-bottom: 50px;
}

.checkout-form .column{
	position: relative;
	margin-bottom: 40px;
}

.checkout-form .column .inner-column{
	position: relative;
	padding: 30px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.04);
}

.checkout-form .form-group{
	position:relative;
	margin-bottom: 15px;
}

.checkout-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:capitalize;
	color:#222222;	
	font-size:15px;
	font-weight:500;
	margin-bottom:10px;
}

.checkout-form .form-group .field-label span{
	position: relative;
	font-size: 16px;
	color: #222222;
	display: block;
	font-weight: 600;
}

.checkout-form .form-group .field-label sup{
	top:-1px;
	font-size:15px;
	color: #009fe9;
}

.checkout-form .form-group .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	font-size: 16px;
	line-height:20px;
	color: #777777;
	padding:14px 22px;
	height:50px;
	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;
}

.checkout-form select{
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea{
	resize:none;
	height:160px !important;	
	padding-left: 30px;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
	border-color: #0066ff;
}

.checkout-page .check-box{
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;	
}

.checkout-page .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:16px;
	cursor:pointer;
	color:#333333;
}

.checkout-page .lower-content{
	margin-top:30px;
}

.checkout-page .lower-content .order-column{
	margin-bottom:40px;
}

.checkout-page .lower-content .column h2{
	position:relative;
	color:#222222;
	font-size:24px;
	margin-bottom:30px;
	padding-bottom:12px;
}

.checkout-page .lower-content .column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background-color:#fa9928;
}

/*Coupon Box*/

.coupon-box{
	position:relative;
	padding:25px 25px;
	margin-bottom:25px;
	background-color:#f5f5f5;
}

.coupon-form{
	position:relative;
}

.coupon-form .form-group{
	position:relative;
	margin-bottom:0px;
}

.coupon-form .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:44px;
	font-size:14px;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus{
	border-color: #0066ff;
}

.coupon-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	padding:8px 26px;
	text-transform:capitalize;
}

.order-box{
	position:relative;
	padding: 30px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	margin-bottom: 50px;
	font-family: "Ubuntu", sans-serif;
}

.order-box .sec-title{
	margin-bottom: 25px;
}

.order-box .sec-title h3{
	border-bottom: 0;
	padding-bottom: 0;
}

.order-box .title-box{
	position:relative;
	padding:15px 15px;
	font-weight: 500;
	color: #ffffff;
	background-color :#222222;
}

.order-box .title-box .col{
	position:relative;
	width:50%;
	float:left;
	color:#ffffff;
	font-size: 16px;
	line-height: 25px;
}

.order-box ul{
	position:relative;
}

.order-box ul li{
	position:relative;
	padding: 25px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
	line-height: 30px;
	border-bottom:1px solid #cccccc;
}

.order-box ul li strong{
	color:#222222;
	font-weight: 500;
	font-size:16px;
}

.order-box ul li span{
	padding: 0 15px;
	width:50%;
	float:right;
	color:#0066ff;
	font-size:16px;
}

.order-box ul li span.free{
	color:#777777;
}

.order-box ul li:last-child{
	border-bottom: 0;
}

.payment-box{
	position:relative;
	padding: 30px 50px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	margin-bottom: 50px;
}

.payment-box .upper-box{
	position:relative;
	border-bottom:1px solid #b7b7b7;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.payment-box .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.payment-box .payment-options li .radio-option{
	position:relative;		
}

.payment-box .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight: 500;
	text-transform:capitalize;
	color:#222222;
	cursor:pointer;
	font-size:16px;
}

.payment-box .payment-options li .radio-option label strong{
	font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.payment-box .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	line-height:1.8em;
	padding:15px 20px;
	margin-top:20px;
	background-color :#0066ff;
}

.payment-box .payment-options li .radio-option input:checked + label .small-text{
	display:block;
}

.payment-box .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:30px;
	top:-8px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #0066ff;
}

.payment-box .payment-options li .radio-option label img{
	position:relative;
	display:block;
	max-width:100%;
	padding-left:30px;	
	margin-top:20px;
}

.payment-box .payment-options li .radio-option .what-paypall{
	position:relative;
	display:block;
	color:#777777;
	font-size:16px;
	font-weight:700;
	margin-left:120px;
	margin-top:10px;
}

.payment-box .lower-box{
	position:relative;
	padding: 30px 0 0;
	text-align: right;
}

.payment-box .lower-box .theme-btn{
	padding: 13px 32px;
	font-weight: 400;
	margin-right: 0;
}

/*** 

====================================================================
	Login Section
====================================================================

***/

.login-section{
	position:relative;
	padding:110px 0px 60px;
}

.login-form.register-form{
	padding-bottom:50px;
}

.login-section h2{
	position:relative;
	color:#222222;
	font-size:26px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:25px;
}

.login-form{
	position:relative;
	margin-bottom:40px;
	padding:30px 40px 25px;
	background-color: #fcfcfc;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.login-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.login-form .form-group.check-box{
	margin-bottom:0px;
}

.login-form .form-group:nth-child(2){
	margin-bottom:25px;
}

.login-section.style-two .login-form .form-group:nth-child(2){
	margin-bottom:15px;
}

.login-form .form-group label{
	position:relative;
	top:-1px;
	color:#666666;
	font-weight:400;
	font-size:14px;
}

.login-form .form-group.no-margin{
	margin-bottom:0px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	color: #666666;
	font-size:14px;
	border:1px solid #dddddd;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
	border-color:#0066ff;
}

.login-form button{
	top:0px;
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	padding:10px 36px;
	line-height: 25px;
	color:#ffffff;
	text-transform:uppercase;
}

.login-form .psw{
	position:relative;
	color:#666666;
	font-size:16px;
}

.login-form .psw:hover{
	text-decoration: underline;
}

/*** 

====================================================================
			Coming Soon
====================================================================

***/

.coming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	text-align: center;
	background-color: #ffffff;
}

.coming-soon .content{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	content: "";
	opacity: .70;
}

.coming-soon .content .content-inner{
	position: relative;
	padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo{
	position:relative;
	margin-bottom: 200px;
}

.coming-soon .content .content-inner .sec-title{
	display: none;
	margin-bottom:50px;
}

.coming-soon .content .content-inner h2{
	position:relative;
	font-size:48px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom: 0;
	font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after{
	display: none;
}

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
	margin-bottom: 180px;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	width:180px;
	height:180px;
	font-size:20px;
	line-height: 1em;
	color:#222222;
	text-transform:uppercase;
	font-weight:700;
	text-align: center;
	z-index: 7;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	background-color: rgba(255,255,255,.70);
	font-family: "Ubuntu", sans-serif;
	margin:0 15px 20px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:72px;
	line-height:30px;
	padding:60px 0px 30px;
	color:#222222;
	font-weight:700;
}

.coming-soon .emailed-form{
	position: relative;
	margin-bottom: 40px;
}

.coming-soon .emailed-form .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.3em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 40px;
	font-family: "Ubuntu", sans-serif;
}

.coming-soon .emailed-form .form-group{
	position:relative;
	display:block;
	max-width:440px;
	width:100%;
	margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:60px;
	font-size:16px;
	color:#777777;
	overflow:hidden;
	padding:15px 50px 15px 30px;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 13px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus{

}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	width: 60px;
	height:60px;
	line-height:40px;
	font-size:18px;
	color: #0066ff;
	background-color: transparent;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover{
	color: #222222;
}

.coming-soon .social-icon-three li{
	margin: 0 1px;
}

.coming-soon .copyright-text{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
}

.coming-soon .copyright-text a{
	color: #ff9600;
}

.coming-soon .copyright-text a:hover{
	text-decoration: underline;
}

.clock-wrapper{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    transform: scale(2);
}

.clock-base{
    width: 250px;
    height: 250px;
    border-radius: 50%;

}

.click-indicator{
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    width: 230px;
    height: 230px;
}

.click-indicator div{
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div &gt; span{
	height: 5px;
	width: 5px;
	background-color: #222222;
	display: inline-block;
	border-radius: 50%;
	margin-left: -1px;
	margin-top: -1px;
    opacity: .30;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-113px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-113px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-130px);
    background-color: #F00;
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-113px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-113px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-113px);
    background-color: #F00;
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-113px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-113px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-113px);
    background-color: #F00;
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-113px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-113px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-113px);
    background-color: #F00;
}

.clock-hour{
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 128px;
    width: 4px;
    height: 65px;
    background-color: #555;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute{
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 128px;
    width: 4px;
    height: 85px;
    background-color: #555;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second{
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 129px;
    width: 2px;
    height: 130px;
    background-color: #a00;
    opacity: .5;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after{
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: #a00;
    border: solid 2px #a00;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.clock-center{
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 55px;
    left: 55px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border-radius: 50%;
}

.clock-center:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}

/***

==================================================================
		Right To Left Style
==================================================================

***/

.rtl{
	direction: rtl;
	text-align: right;
}

.rtl .cart-table tbody tr .qty .item-quantity,
.rtl .group-title h2,
.rtl .styled-pagination,
.rtl .owl-carousel{
	direction: ltr !important;
}

.rtl .main-header .cart-btn,
.rtl .main-header .main-menu,
.rtl .main-header .info-box,
.rtl .main-menu .navigation &gt; li,
.rtl .page-title h1,
.rtl .product-details .basic-details .item-quantity,
.rtl .shop-comment-form .rating-box .text,
.rtl .about-us .bottom-box .name,
.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn,
.rtl .main-footer.style-two .footer-bottom .copyright-text,
.rtl .main-header .top-left{
	float: right;
}

.rtl .cat-list li a span,
.rtl .page-title .bread-crumb,
.rtl .main-footer.style-two .footer-bottom .footer-nav,
.rtl .fluid-section-one .content-column,
.rtl .main-header .outer-box,
.rtl .main-header .top-right{
	float: left;
}

.rtl .news-block-two .image,
.rtl .latest-news .post-thumb,
.rtl .popular-posts .post .thumb,
.rtl .fun-facts-section .count-box,
.rtl .fluid-section-one .image-column,
.rtl .main-footer .widget-title:before,
.rtl .main-header .info-box .icon-box,
.rtl .contact-info-box .info-list:before,
.rtl .main-menu .navigation &gt; li &gt; ul,
.rtl .help-box .info-box li .icon,
.rtl .category-list li:before,
.rtl .list-style-one li:before,
.rtl .about-us .about-years:before,
.rtl .payment-box .payment-options li .radio-option input[type="radio"],
.rtl .sidebar .related-posts .post .post-thumb,
.rtl .project-detail .project-info li .icon,
.rtl .video-section .fact-counter .count-box,
.rtl .main-footer .contact-list li span,
.rtl .testimonial-block .info-box .icon,
.rtl .fluid-section-one .content-column .services li .icon,
.rtl .sec-title h2:after{
	left: auto;
	right: 0;
}

.rtl .mobile-menu .navigation li.dropdown .dropdown-btn,
.rtl .sidebar .search-box .form-group input[type="submit"], 
.rtl .sidebar .search-box .form-group button,
.rtl .products-section .owl-nav,
.rtl .pricing-tabs .tab-buttons,
.rtl .projects-section-three .view-all,
.rtl .fluid-section-one .content-column:before,
.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button,
.rtl .main-menu .navigation &gt; li &gt; ul &gt; li.dropdown &gt; a:after,
.rtl .subscribe-form .form-group input[type="submit"], 
.rtl .subscribe-form .form-group button{
	right: auto;
	left: 0;
}

.rtl .sec-title.text-center h2:after{
	left: 0;
	margin: 0 auto;
}

.rtl .fixed-header .sticky-header .logo,
.rtl .range-slider-one .btn-box,
.rtl .header-style-three .logo-outer,
.rtl .header-style-two .header-upper .logo-outer,
.rtl .main-header .header-lower .logo-outer{
	float: right !important;
}

.rtl .fixed-header .sticky-header .nav-outer,
.rtl .range-slider-one .input-box,
.rtl .header-style-three .nav-outer,
.rtl .header-style-two .upper-right,
.rtl .main-header .header-lower .nav-outer{
	float: left !important;
}

.rtl .service-detail .work-area .work-block,
.rtl .range-slider-one .input input,
.rtl .banner-section.style-two .owl-nav,
.rtl .main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a,
.rtl .main-menu .navigation &gt; li &gt; ul &gt; li &gt; a{
	text-align: right;
}

.rtl .sticky-header .main-menu .navigation &gt; li{
	margin-left: 0;
	margin-right: 40px;
}

.rtl .main-menu .navigation li &gt; ul &gt; li.dropdown &gt; ul{
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 30px;
}

.rtl .main-menu .navigation &gt; li &gt; ul &gt; li.dropdown &gt; a:after{
	transform: rotate(180deg);
}

.rtl .main-header .cart-btn{
	margin-right: 0;
	margin-left: 20px;
}

.rtl .header-style-three .cart-btn,
.rtl .header-style-two .cart-btn{
	margin-left: 20px;
	margin-right: 0;
}

.rtl .main-menu .navigation &gt; li{
	margin-left: 40px;
	margin-right: 0;
}

.rtl .payment-box .lower-box,
.rtl .banner-section.style-two .slide-item .content-box,
.rtl .project-carousel .owl-nav,
.rtl .banner-section .owl-nav{
	text-align: left;
}

.rtl .service-block .image-box .icon{
	left: auto;
	right: 30px;
}

.rtl .testimonial-block .thumb{
	right: auto;
	left: 80px;
}

.rtl .testimonial-block .info-box{
	left: auto;
	right: 230px;
	padding-left: 0;
	padding-right: 80px;
	text-align: right;
	bottom: -30px;
}

.rtl .fluid-section-one .content-column:before,
.rtl .testimonial-block .inner-box:before{
	transform: scaleX(-1);
}

.rtl .news-block-two .inner-box{
	padding-left: 15px;
	padding-right: 300px;
}

.rtl .news-block-three .post-info li,
.rtl .news-block .post-info li,
.rtl .news-block-two .post-info li{
	margin-right: 0;
	margin-left: 15px;
}

.rtl .news-block-three .post-info li span,
.rtl .news-block .post-info li span,
.rtl .news-block-two .post-info li span{
	margin-right: 0;
	margin-left: 5px;
}

.rtl .main-footer .contact-list li{
	padding-left: 0;
	padding-right: 30px;
}

.rtl .popular-posts .post{
	padding-left: 0;
	padding-right: 120px;
}

.rtl .subscribe-form .form-group{
	padding-right: 0;
	padding-left: 50px;
}

.rtl .main-footer .social-links li{
	margin:0;
	margin-left: 18px;
}

.rtl .banner-section.style-two .btn-box .theme-btn{
	margin-left: 0;
	margin-right: 20px;
}

.rtl .main-header .info-box{
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	padding-right: 60px;
	margin-right: 70px;
}

.rtl .main-header .info-box:last-child{
	margin-left: 0;
}

.rtl .main-header .info-box.btn-box{
	padding-right: 0;
}

.rtl .fluid-section-one .content-column .inner-column{
	padding-left: 15px;
	padding-right: 60px;
}

.rtl .fluid-section-one .content-column .services li{
	padding-right: 65px;
	padding-left: 50px;
}

.rtl .call-back-section .form-column .inner-column{
	padding-right: 0;
	padding-left: 100px;
}

.rtl .main-footer.style-two .contact-list li{
	padding-left: 0;
	padding-right: 35px;
}

.rtl .testimonial-block-two .inner-box{
	padding-right: 240px;
	padding-left: 30px;
}

.rtl .testimonial-block-two .thumb{
	left: auto;
	right: 30px;
}

.rtl .testimonial-block-two .inner-box:before{
	left: auto;
	right: -15px;
}

.rtl .header-style-three .main-menu .navigation &gt; li{
	margin-right: 20px;
	margin-left: 0;
}

.rtl .header-style-three .outer-box{
	margin-left: 0;
	margin-right: 30px;
}

.rtl .header-style-three .cart-btn{
	float: right;

}

.rtl .header-style-three .search-box-outer{
	float: right;
	margin-left: 30px;
}

.main-header .search-box-outer .dropdown-menu{
	right: auto !important;
	left: 0 !important;
}

.rtl .header-style-three .btn-outer{
	float: right;
	margin-left: 0;
	margin-right: 0px;
}

.rtl .hidden-bar .inner-box .cross-icon{
	right: auto;
	left: 30px;
}

.rtl .fun-facts-section .counter-column .inner-column,
.rtl .video-section .fact-counter .counter-column .inner-column{
	padding-left: 0;
	padding-right: 110px;
}

.rtl .fun-facts-section .counter-column .inner-column:before,
.rtl .video-section .fact-counter .counter-column .inner-column:before{
	left: auto;
	right: 85px;
}

.rtl .accordion-box .block .acc-btn{
	padding-right: 30px;
	padding-left: 80px;
}

.rtl .accordion-box .block .icon{
	right: auto;
	left: 15px;
}

.rtl .faqs-section .image-column .image{
	margin-right: 0;
	margin-left: -90px;
}

.rtl .page-title .bread-crumb li:last-child,
.rtl .page-title .bread-crumb li{
	float: right;
	margin-left: 0;
	padding-left: 0;
	margin-right: 10px;
	padding-right: 10px;
}

.rtl .page-title .bread-crumb li:after{
	right: auto;
	left: -13px;
}

.rtl .coming-soon .emailed-form .form-group input[type="text"],
.rtl .coming-soon .emailed-form .form-group input[type="tel"],
.rtl .coming-soon .emailed-form .form-group input[type="email"],
.rtl .coming-soon .emailed-form .form-group textarea{
	padding:15px 30px 15px 50px;
}

.rtl .feature-box .feature-block .inner{
	padding-left: 25px;
	padding-right: 90px;
}

.rtl .feature-box .feature-block .icon-box{
	left: auto;
	right: 25px;
}

.rtl .category-list li a:before{
	left: auto;
	right: 20px;
	transform: rotate(-180deg);
}

.rtl .category-list li a{
	padding-left: 25px;
	padding-right: 38px;
}

.rtl .brochure-box .theme-btn i{
	margin-right: 0;
	margin-left: 10px;
}

.rtl .help-box .info-box li{
	padding-left: 0;
	padding-right: 30px;
}

.rtl .project-detail .project-info li{
	padding-left: 20px;
	padding-right: 35px;
}

.rtl .project-detail blockquote{
	border-left: 0;
	border-right: 4px solid;
}

.rtl .cat-list li:before{
	left: auto;
	right: 15px;
	transform: rotate(-180deg);
}

.rtl .latest-news .post{
	padding-left: 0;
	padding-right: 105px;
}

.rtl .instagram-widget .link-box{
	right: auto;
	left: 30px;
}

.rtl .tag-list li{
	float: right;
	margin-left: 5px;
	margin-right: 0;
}

.rtl .comments-area .comment{
	padding-left: 30px;
	padding-right: 130px;
}

.rtl .comments-area .comment-box .author-thumb{
	left: auto;
	right: 30px;
}

.rtl .comments-area .comment-box .reply-btn{
	right: auto;
	left: 30px;
}

.rtl .comments-area .comment-box .name{
	margin-right: 0;
	margin-left: 10px;
}

.rtl .sidebar .related-posts .post{
	padding-left: 0px;
	padding-right: 90px;
}

.rtl .product-details .basic-details .details-header .reviews{
	margin-left: 0;
	margin-right: 30px;
}

.rtl .product-details .basic-details .add-to-cart,
.rtl .product-details .basic-details .details-header .item-price del{
	margin-left: 0;
	margin-right: 10px;
}

.rtl  .product-details .basic-details .item-quantity{
	margin-right: 0;
	margin-left: 25px;
}

.rtl .shop-comment-form .rating-box .text{
	margin-right: 0;
	margin-left: 30px;
}

.rtl .checkout-page .default-links li .far{
	margin-right: 0;
	margin-left: 20px;
}

.rtl .order-box ul li{
	padding-left: 0;
	padding-right: 0;
}

.rtl .order-box .title-box .col{
	padding: 0;
}

.rtl .payment-box .payment-options li .radio-option label{
	padding-right: 30px;
	padding-left: 0;
}

.rtl .payment-box .payment-options li .radio-option label .small-text:before{
	left: auto;
	right: 30px;
}

.rtl .payment-box .payment-options li .radio-option .what-paypall{
	margin-left: 0;
	margin-right: 120px;
}

.rtl .login-form .pass{
	text-align: left;
}

.rtl .contact-page-section .form-column .inner-column{
	padding-left: 0;
	padding-right: 50px;
}

.rtl .contact-page-section .contact-info li{
	padding-left: 30px;
	padding-right: 70px;
}

.rtl .contact-page-section .contact-info li .icon{
	left: auto;
	right: 15px;
}

.rtl .social-icon-three li.title{
	margin-right: 0;
	margin-left: 5px;
}

.rtl .mobile-menu .close-btn{
	right: auto;
	left: 20px;
}

.rtl .mobile-menu .nav-logo{
	text-align: right;
}

.rtl .mobile-menu .menu-box{
	transform-origin: top left;
}

.rtl .checkout-form select{
	background-position: 10px center;
}

.rtl .list-style-one li{
	padding-left: 0;
	padding-right: 25px;
}

.rtl .about-us .content-column .inner-column{
	padding-left: 100px;
	padding-right: 0;
}

.rtl .about-us .bottom-box{
	padding-left: 0;
	padding-right: 80px;
}

.rtl .about-us .bottom-box .signature{
	left: auto;
	right: 0;
}

.rtl .about-us .image-column .inner-column:before{
	right: auto;
	left: 20px;
}

.rtl .about-us .btn-box{
	float: right;
	margin-left: 0;
	margin-right: 20px;
}

.rtl .about-us .about-years .years{
	margin-left: 10px;
	margin-right: 0;
}


/*** 

====================================================================
	Box Layout
====================================================================

***/

.box-layout .page-wrapper{
	max-width: 1280px;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 50px rgba(0,0,0,0.10);
}

.box-layout{
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/background/boxed-bg/1.png);
}

.box-layout .header-style-two.fixed-header .outer-container,
.box-layout .header-style-four.fixed-header .header-lower,
.box-layout .sticky-header{
	max-width: 1280px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.box-layout .fixed-footer{
	position: absolute;
}

.box-layout .coming-soon{
	position: relative;
}

.box-layout .coming-soon .content{
	position: relative;
}

.btn-style-one {background-color:#009900 !important}

.shadow {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
	border-radius:10px !important;
} 
.main-menu .navigation &gt; li:hover &gt; a, .main-menu .navigation &gt; li.current &gt; a {color:#000 !important}</pre></body></html>