/* Industry-point HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One
5. Main Slider
6. Call To Action Section / Style Two
7. Services Section
8. Industry Section
9. Work Process Section
10. Projects Section
11. Subscribe Section
12. Contact Info Section
13. Map Section
14. Main Footer / Style Two
15. Projects FullWidth Section
16. Accordian Section
17. Counter Section
18. Team Section
19. News Section
20. Clients Section
21. Page Title
22. About Section
23. Login Section
24. Shop Item
25. Shop Single
26. Contact Form
27. Map Section

**********************************************/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'PT Sans', sans-serif;
font-family: 'Raleway', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'PT Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ffb200;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:700;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Raleway', sans-serif;
}

input,button,select,textarea{
	font-family: 'Raleway', sans-serif;
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.text-center{
	text-align:center !important;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}

.grey-bg{
	background-color:#f6f6f6;
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:16px;
	font-weight:400;
	padding-left:20px;
	margin-bottom:10px;
	color:#777777;
	font-family: 'Raleway', sans-serif;
}

.list-style-one li:before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:0px;
	color:#ffb200;
	font-size:16px;
	font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:16px;
	font-weight:400;
	padding-left:70px;
	margin-bottom:40px;
	color:#777777;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:3px;
	width:40px;
	color:#ffb200;
	font-size:42px;
	line-height:1em;
	text-align:center;
}

.list-style-two li strong{
	font-size:20px;
	color:#333333;
	font-weight:700;
	display:block;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:6px 20px;
	line-height:24px;
	color:#333333;
	font-size:18px;
	font-weight:500;
	background:#ffb200;
	border-radius:5px;
	border:2px solid #ffb200;
	text-transform:capitalize;
}

.btn-style-one:hover{
	color:#ffb200;
	background:none;
	border-color:#ffb200;
}

/*Btn Style Two*/

.btn-style-two{
   position: relative;
    padding: 6px 20px;
    line-height: 24px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    background: #085cfe;
    border-radius: 5px;
    border: 2px solid #ffffff;
    text-transform: capitalize;
}

.btn-style-two:hover{
	color:#333333;
	background:#ffb200;
	border-color:#ffb200;
}

/*Btn Style Three*/

.btn-style-three{
    position:relative;
	padding:6px 21px;
	line-height:24px;
	color:#333333;
	font-size:18px;
	font-weight:500;
	background:#ffb200;
	border-radius:5px;
	border:2px solid #ffb200;
	text-transform:capitalize;
}

.btn-style-three:hover{
	color:#ffffff;
	background:#333333;
	border-color:#333333;
}

/*Btn Style Four*/

.btn-style-four{
    position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    background: #ffb200;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
}

.btn-style-four:hover{
	background:#333333;
	color:#ffffff;
	border-color:#333333;
}

.theme_color{
	color:#ffb200;	
}

img{
	display:inline-block;
	max-width:100%;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg);}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#353535;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ffb200;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	z-index:0;
	border-bottom:1px solid #d9d9d9;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:5px 0px 2px;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	background-color:#ffffff;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	z-index:5;
	    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(233,233,233,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 );
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;
	padding:27px 0px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:36px;
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left:55px;
	font-size:13px;
	color:#777777;
	padding:4px 0px 20px 54px;
}

.main-header .info-box:last-child{
	padding-left:0px;
	padding-top:0px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	color:#ffb200;
	font-size:32px;
	line-height:1em;
	text-align:center;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	line-height:20px;
	color:#777777;
	font-size:16px;
	margin-bottom:5px;
	font-weight:400;
	text-transform:capitalize;
}

.main-header .info-box strong{
	position:relative;
	font-weight:600;
	color:#333333;
	font-size:18px;
	font-family: 'Raleway', sans-serif;
}

.main-header .info-box .order-btn{
	position: relative;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
	padding:8px 16px;
	background:#ffb200;
	border-radius:3px;
	font-family: 'Raleway', sans-serif;
}

.main-header .info-box .order-btn:hover{
	opacity:0.70;	
}

.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
	/* Permalink */
	background:rgb(0, 144, 42);
}

.main-header .nav-outer{
	position:relative;
}

.main-menu{
	position:relative;	
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:45px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	color:#ffffff;
	line-height:14px;
	font-weight:600;
	opacity:1;
	text-transform:uppercase;
	padding:15px 0px;
	padding-left:15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Raleway', sans-serif;
}

.main-menu .navigation > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	width:2px;
	height:12px;
	margin-top:-7px;
	background-color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:hover a::before,
.main-menu .navigation > li.current a:before{
	background-color:#ffb200;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding:15px 15px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	min-height:0px;
	background:none;
	border:0px;
	margin-right:0px;
	text-transform:capitalize;
}

.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color:#ffb200;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#ffb200;
	color:#ffffff;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	padding:0px 0px;
	z-index:100;
	display:none;
	background:#2b2b2b;
	border-top:2px solid #ffb200;
	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 > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#ffb200;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#2b2b2b;
	border-top:2px solid #ffb200;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background:#ffb200;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul 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;
	z-index:12;
	float:right;
}

.header-style-two .outer-box{
	margin-left:45px;
	margin-top:30px;
}

.header-style-two .nav-outer .dropdown-outer{
	display:inline-block;
	margin-right:45px;
}

.header-style-two .nav-outer .dropdown-outer .search-box-btn{
	color:#333333;
}

.main-header.header-style-two .nav-outer .dropdown-outer .dropdown-menu{
	top:89px;
}

/*Search Box*/

.main-header .nav-outer .dropdown-outer{
	position:relative;
	font-size:14px;
	left:0px;
	top:0px;
	height:60px;
	line-height:60px;
	color:#ffffff;
}

.main-header .nav-outer .dropdown-outer .search-box-btn{
	position:relative;
	font-size:16px;
	right:0px;
	top:0px;
	line-height:20px;
	cursor:pointer;
	background:none;
}

.main-header .nav-outer .dropdown-outer .dropdown-menu{
	top:58px;
	padding:0px;
	width:270px;	
	border-radius:0px;
	border-top:2px solid #ffb200;
}

.main-header .search-panel .form-container{
	padding:20px 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%;
	color:#000000;
	line-height:24px;
	padding:9px 50px 9px 15px;
	height:44px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#ffb200;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#2b2b2b;
	font-size:14px;
	background:none;
	cursor:pointer;
	line-height:44px;
}

/*Header Type One*/

.header-style-two,
.header-style-two .header-top{
	background-color:#333333 !important;
}

.header-style-two .header-top .top-left ul li{
	margin-right:30px !important;
}

.header-style-two .header-top .top-right .social-icon-two li a{
	color:#ffffff;
}

.header-style-two .logo-outer{
	padding:20px 0px;
}

.header-style-two .nav-outer{
	padding-left:0px;
	float:right;
	background:none !important;
}

.header-style-two .main-menu .navigation > li{
	padding:45px 0px 45px;
	margin-left:26px;
	margin-right:0px;
}

.header-style-two .nav-outer .main-menu .navigation > li > a{
	padding:0px 0px 0px 0px;
	color:#333333;
	font-size:16px;
	margin-right:0px;
	font-weight:700;
	text-transform:capitalize;
	border-bottom:1px solid transparent;
}

.header-style-two .main-menu .navigation > li > a:before{
	display:none;
}

.header-style-two .main-menu .navigation > li.dropdown a{
	
}

.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li:hover > a{
	color:#ffb200;
	border-color:#333333;
}

.header-style-two .sticky-header .main-menu .navigation > li{
	padding:0px;
}

.header-style-two .header-top .donation-btn a{
	border-radius:0px;
	padding:12px 38px;
}

.header-style-two .header-top .inner-container{
	position:relative;
}

.header-style-two .header-upper{
	background:inherit;
}

.header-style-two .header-upper .inner-container{
	background-color:#ffffff;
	padding:0px 30px;
}

.main-header .header-top{
	position:relative;
	background-color:#00902a;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
}

.main-header .header-top .top-left ul li{
	position:relative;
	margin-right:70px;
	font-size:14px;
	color:#ffffff;
	padding:12px 0px;
	font-weight:500;
	display:inline-block;
}

.main-header .header-top .top-left ul li:last-child{
	margin-right:0px;
}

.main-header .header-top .top-left ul li a{
	color:#ffffff;
	font-weight:500;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .top-left ul li .icon{
	margin-right:10px;
	color:#ffb200;
}

.main-header .header-top .top-left ul li a:hover{
	color:#ffb200;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	padding:12px 0px;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-left:12px;
	display:inline-block;
}

.social-icon-one li.share{
	color:#ffffff;
	margin-left:0px;
}

.social-icon-one li a{
	position:relative;
	font-size:16px;
	display:inline-block;
	color:rgba(255,255,255,1);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-one li a:hover{
	color:#ffb200;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li.follow{
	position:relative;
	color:#333333;
	font-size:18px;
	margin-left:0px;
}

.social-icon-two li{
	position:relative;
	margin-left:15px;
	display:inline-block;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
}

.social-icon-two li a{
	position:relative;
	font-size:16px;
	margin-bottom:10px;
	color:#777777;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two li a:hover{
	color:#ffb200;
}

/*Social Icon Three*/

.social-icon-three{
	position:relative;
	text-align:center;
	padding:15px 14px 20px;
	background-color:#070607;
	display:inline-block;
	border-radius:0px 0px 50px 50px;
}

.social-icon-three li{
	position:relative;
	margin-bottom:12px;
}

.social-icon-three li:last-child{
	margin-bottom:0px;
}

.social-icon-three li a{
	position:relative;
	font-size:16px;
	color:#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;	
}

.social-icon-three li a:hover{
	color:#ffb200;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title h2{
    position: relative;
    color: #333333;
    font-size: 36px;
    font-weight:700;
	line-height:1.2em;
    padding-bottom: 15px;
}

.sec-title .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-top:22px;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:270px;
	border-bottom:2px solid #e4e4e4;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:70px;
	border-bottom:5px solid #ffb200;
}

.sec-title.light h2{
	color:#ffffff;
}

/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	overflow:hidden;
}

.main-slider .tp-caption{
	z-index:5;	
}

.main-slider h2{
	font-size:60px;
	color:#ffffff;
	font-weight:500;
	line-height:1.1em;
}

.main-slider h2 span{
	font-weight:600;
}

.main-slider .text{
	font-weight:400;
	line-height:1.6em;
	color:#ffffff;
	font-size:20px;
}

.main-slider .theme-btn{
	margin-right:25px;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	overflow:hidden;
	height:90px;
}

.main-slider.alternate .tparrows.preview3{
	margin-top:30px !important;
	height:50px;	
}

.main-slider .tparrows.preview3::after{
	top:0px;
	color:#101010;
	font-size:26px;
	padding:0px;
	background:rgba(255,255,255,0.70);
	font-weight:400;
	width:36px;
	height:90px;
	line-height:90px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3:hover::after{
	background:rgba(255,255,255,1);
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:0px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:-36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	padding:50px 0px;
	background-size:cover;
	background-position:right center;
	background-repeat:no-repeat;
}

.call-to-action:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,255,255,0.50);
}

.call-to-action h2{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:600;
	margin-top:3px;
}

.call-to-action .btn-column{
	text-align:right;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:95px 0px 60px;
}

.services-block{
	position:relative;
	margin-bottom:70px;
}

.services-block .inner-box{
	position:relative;
	display:block;
}

.services-block .inner-box .image{
	position:relative;
}

.services-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	display:block;
	padding:30px 30px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(51,51,51,0.90)
}

.services-block .inner-box:hover .image .overlay-box{
	opacity:1;
}

.services-block .inner-box .image .icon-box{
	position:absolute;
	left:0px;
	width:40px;
	height:40px;
	bottom:0px;
	color:#333333;
	font-size:18px;
	z-index:1;
	line-height:40px;
	text-align:center;
	background-color:#ffb200;
}

.services-block .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:13px;
	line-height:1.1em;
	margin-bottom:-3px;
}

.services-block .inner-box .image .overlay-box .read-more{
	position:relative;
	float:right;
	font-size:16px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
}

.services-block .inner-box .image .overlay-box .read-more:hover{
	color:#ffb200;
}

.services-block .inner-box .lower-box{
	position:relative;
	padding:24px 0px;
	border-bottom:1px solid #e4e4e4;
}

.services-block .inner-box .lower-box h3{
	position:relative;
	color:#333333;
	font-size:22px;
	font-weight:700;
	line-height:1.2em;
}

.services-block .inner-box .lower-box a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box .lower-box a:hover{
	color:#ffb200;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:100px 0px 60px;
}

.about-section .sec-title{
	margin-bottom:25px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:30px;
}

.about-section .content-column .image{
	position:relative;
}

.about-section .content-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-block{
	position:relative;
	margin-bottom:30px;
}

.about-block .inner-box{
	position:relative;
	display:block;
}

.about-block .inner-box .image{
	position:relative;
}

.about-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-block .inner-box .lower-box{
	position:relative;
	padding-top:42px;
}

.about-block .inner-box .lower-box h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
}

.about-block .inner-box .lower-box h3 a{
	color:#333333;
	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;
}

.about-block .inner-box .lower-box h3 a:hover{
	color:#ffb200;
}

.about-block .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
}

/*** 

====================================================================
	Work Section
====================================================================

***/

.work-section{
	position:relative;
	padding:95px 0px 60px;
}

.process-block{
	position:relative;
	margin-bottom:40px;
}

.process-block .inner-box{
	position:relative;
	display:block;
	text-align:center;
}

.process-block .inner-box .upper-box{
	position:relative;
}

.process-block .inner-box .upper-box:after{
	position:absolute;
	content:'\f178';
	left:100%;
	top:50%;
	color:#e4e4e4;
	font-size:45px;
	margin-top:-10px;
	font-family: 'FontAwesome';
}

.process-block:last-child .inner-box .upper-box:after{
	display:none;
}

.process-block .inner-box .upper-box .icon-box .block-number{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	color:#777777;
	font-size:24px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	line-height:32px;
	background-color:#ffffff;
	border:2px solid #2d2d2d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}

.process-block .inner-box:hover .upper-box .icon-box .block-number{
	background-color:#2d2d2d;
	color:#ffffff;
}

.process-block .inner-box .upper-box .icon-box{
	position:relative;
	width:160px;
	height:160px;
	margin:0 auto;
	color:#ffb200;
	font-size:60px;
	line-height:154px;
	border-radius:50%;
	margin-bottom:32px;
	border:2px solid #e4e4e4;
	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;
}

.process-block .inner-box:hover .upper-box .icon-box{
	color:#333333;
	border-color:#ffb200;
	background-color:#ffb200;
}

.process-block .inner-box .lower-box{
	position:relative;
}

.process-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#333333;
	margin-bottom:10px;
	text-transform:uppercase;
}

.process-block .inner-box .lower-box h3 a{
	position:relative;
	color:#333333;
	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;
}

.process-block .inner-box .lower-box h3 a:hover{
	color:#ffb200;
}

.process-block .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	max-width:210px;
	margin:0 auto;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section{
	position:relative;
	padding:100px 0px 100px;
	background-color:#2a2a33;
}

.project-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(51,51,51,0.95);
}

.project-tab{
	position:relative;	
}

.project-tab .sec-title{
	margin-bottom:70px;
}

.project-tab .project-carousel .owl-nav,
.project-tab .project-carousel .owl-dots{
	display:none;
}

.project-tab .tabs-header{
	position:relative;
}

.project-tab .product-tab-btns{
	position:relative;
	padding-top:20px;
}

.project-tab .product-tab-btns .p-tab-btn{
	position:relative;
	line-height:24px;
	padding:0px 0px;
	cursor:pointer;
	color:#ffffff;
	font-weight:300;
	font-size:16px;
	display:inline-block;
	margin-bottom:10px;
	margin-left:12px;
	padding-right:22px;
	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;
}

.project-tab .product-tab-btns .p-tab-btn:after{
	position:absolute;
	content:'/';
	right:0px;
	top:0px;
	color:#777777;
}

.project-tab .product-tab-btns .p-tab-btn:last-child{
	padding-right:0px;
}

.project-tab .product-tab-btns .p-tab-btn:last-child::after{
	display:none;
}

.project-tab .product-tab-btns .p-tab-btn:hover,
.project-tab .product-tab-btns .p-tab-btn.active-btn{
	color:#ffb200;
}

.project-tab .p-tabs-content{
	position:relative;
	display:block;	
}

.project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.project-tab .p-tab .gallery-item{
	-webkit-transform:scaleX(0.25);
	-ms-transform:scaleX(0.25);
	-o-transform:scaleX(0.25);
	-moz-transform:scaleX(0.25);
	transform:scaleX(0.25);	
}

.project-tab .p-tab.active-tab .gallery-item{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.project-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.gallery-item .inner-box{
	position:relative;
	display:block;
}

.gallery-item .inner-box .image-box{
	position:relative;
}

.gallery-item .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	padding:15px 20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(255,178,0,0.90);
}

.gallery-item .inner-box:hover .image-box .overlay-box{
	opacity:1;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content{
	position:absolute;
	left:0px;
	bottom:0px;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .image-link{
	position:absolute;
	right:0px;
	top:0px;
	color:#333333;
	font-size:20px;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content h3 a{
	color:#333333;
}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .category{
	position:relative;
	color:#555555;
	font-size:16px;
	font-style:italic;
}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	padding:50px 0px;
	overflow:hidden;
}

.subscribe-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	background-color:#333333;
}

.subscribe-section:after{
	position: absolute;
    content: '';
    left: 50%;
    top: 0px;
    width: 70%;
    height: 100%;
    display: block;
    margin-left: -200px;
    background: url(../images/background/3.jpg) repeat-x;
}

.subscribe-section .title-column:after{
    position: absolute;
    right: 40px;
    top: -50px;
    height: 100%;
    content: '';
    z-index: 1;
    border-top: 164px solid #333333;
    border-right: 130px solid transparent;
    border-left: 75px solid #333333;
}

.subscribe-section h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.2em;
	text-transform:uppercase;
}

.subscribe-section .text{
	position:relative;
	color:#ffffff;
	z-index:9;
}



.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	z-index:1;
	margin-top:8px;
}

.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:28px;
	height:50px;
	font-size:14px;
	color:#777777;
	padding:10px 50px 10px 20px;
	background:#ffffff;
	border:1px solid #777777;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-radius:5px 5px;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	font-weight:700;
	padding:0px 28px;
	border-radius:0px 5px 5px 0px;
	background:#333333;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:70px 0px 40px;
}

.info-block{
	position:relative;
	margin-bottom:30px;
}

.info-block .inner{
	position:relative;
	padding-left:65px;
	padding-right:40px;
}

.info-block .inner .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	color:#ffb200;
	font-size:44px;
	line-height:1em;
}

.info-block .inner .text{
	position:relative;
	font-size:16px;
	color:#777777;
	line-height:1.6em;
}

.info-block .inner .text span{
	display:block;
	color:#333333;
	font-size:20px;
	font-weight:700;
}

/*** 

====================================================================
	Contact map Section
====================================================================

***/

.contact-map-section{
	position:relative;
	overflow:hidden;
}

.contact-map-section .map-canvas{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.contact-map-section .form-outer{
	position:relative;
	max-width:470px;
	float:right;
	width:100%;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);
}

.contact-map-section .form-outer .inner-box{
	position:relative;
	display:block;
	padding:50px 40px 30px;
}

.contact-map-section .form-outer .inner-box h2{
	position:relative;
	color:#333333;
	line-height:1.2em;
	font-weight:700;
}

.contact-map-section .form-outer .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:25px;
}

/*Default Form*/

.default-form .form-group{
    margin-bottom: 20px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	height:40px;
	font-size:14px;
	color:#848484;
	line-height:16px;
	padding:10px 18px;
	font-weight:400;
	background:#ffffff;
	border:1px solid #cccccc;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
	font-family: 'PT Sans', sans-serif;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#ffb200;
}

.default-form textarea{
	height:190px;
	resize:none;
	padding:15px 18px;
}

.default-form button{
	margin-top:10px;
	border-radius:0px;
	font-weight:700;
	font-size:16px;
	padding:6px 19px;
}

/*** 

====================================================================
	Main Footer Section
====================================================================

***/

.main-footer{
	position:relative;
	background-repeat:repeat;
}

.main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,255,255,0.50);
}

.main-footer.style-two{
	background-repeat:no-repeat;
	background-size:cover;
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 50px;
}

.main-footer .footer-column{
	position:relative;
	margin-bottom:30px;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-top:-10px;
	margin-bottom:20px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
}

.main-footer h2{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:600;
	margin-bottom:20px;
	text-transform:capitalize;
}

.main-footer .links-widget{
	position:relative;
}

.main-footer .links-widget .social-icon-two{
	position:relative;
	margin-top:20px;
}

.lisks{
	position:relative;
}

.lisks li{
	position:relative;
	margin-bottom:6px;
}

.lisks li a{
	position:relative;
	color:#777777;
	font-size:16px;
	padding-left:25px;
	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;
}

.lisks li a:before{
	position:absolute;
	content:'\f0da';
	left:0px;
	top:2px;
	color:#ffb200;
	font-size:16px;
	line-height:1em;
	font-family: 'FontAwesome';
}

.lisks.style-two li a:before{
	content:'\f101';
}

/*News Widget*/

.news-widget .post{
	position:relative;
	padding-left:3px;
	min-height:86px;
	margin-bottom:24px;
	border-bottom:1px solid #cccccc;
}

.news-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	overflow:hidden;
}

.news-widget .post .text{
	position:relative;
	line-height:1.4em;
}

.news-widget .post .text a{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:600;
	line-height:1.1em;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-widget .post .text a:hover{
	color:#ffb200;
}

.news-widget .post .post-info{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1em;
	margin-top:8px;
}

.news-widget .post:last-child{
	border:0px;
	margin-bottom:0px;
	min-height:auto;
}

.main-footer .footer-bottom{
	position:relative;
	padding:18px 0px;
	background-color:#333333;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	text-align:center;
}

.main-footer.style-two:before{
	background-color:rgba(0,0,0,0.50);
}

.main-footer.style-two .social-icon-two li a,
.main-footer.style-two .social-icon-two li.follow,
.main-footer.style-two .lisks li a,
.main-footer.style-two .logo-widget .text{
	color:#ffffff;
}

.main-footer.style-two .news-widget .post .text a{
	color:#ffffff;
	font-weight:500;
}

.main-footer.style-two h2,
.main-footer.style-two .news-widget .post .post-info{
	color:#ffb200;
}

.services-block-two{
	position:relative;
	margin-bottom:40px;
}

.services-block-two .inner-box{
	position:relative;
	display:block;
}

.services-block-two .inner-box .image{
	position:relative;
}

.services-block-two .inner-box .image img{
	position:relative;
	width:100%;
}

.services-block-two .inner-box .lower-content{
	position:relative;
	padding-top:30px;
}

.services-block-two .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
}

.services-block-two .inner-box .lower-content h3 a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-two .inner-box .lower-content h3 a:hover{
	color:#ffb200;
}

.services-block-two .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
}

.services-block-two .inner-box .lower-content .read-more{
	position:relative;
	color:#ffb200;
	font-size:16px;
	font-weight:700;
}

.services-block-three{
	position:relative;
	margin-bottom:30px;
}

.services-block-three .inner-box{
	position:relative;
	display:block;
	padding-left:130px;
	min-height:86px;
}

.services-block-three .inner-box .image{
	position:absolute;
	width:110px;
	left:0px;
	top:0px;
}

.services-block-three .inner-box .image img{
	width:100%;
	display:block;
}

.services-block-three .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	color:#333333;
	font-size:18px;
	opacity:0;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(255,178,0,0.70);
}

.services-block-three .inner-box .image .overlay-box .icon{
	position:relative;
	top:50%;
	margin-top:-12px;
	display:block;
}

.services-block-three .inner-box:hover .image .overlay-box{
	opacity:1;
}

.services-block-three .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;
}

.services-block-three .inner-box h3 a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box .text{
	position:relative;
	color:#777777;
	font-size:15px;
}

.services-block-three .inner-box:hover h3 a{
	color:#ffb200;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-two{
	position:relative;
	padding:115px 0px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.call-to-action-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.50);
}

.call-to-action-two .text{
	position:relative;
	font-size:36px;
	color:#ffffff;
	line-height:1.4em;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}

.call-to-action-two span{
	font-weight:700;
}

/*** 

====================================================================
	Project Section Two
====================================================================

***/

.project-section-two{
	position:relative;
	padding:100px 0px;
}

.project-section-two .owl-dots{
	display:none;
}

.project-section-two .owl-nav{
	position:absolute;
	top:-80px;
	width:1200px;
	left:50%;
	text-align:right;
	margin-left:-600px;
}

.project-section-two .owl-nav .owl-prev,
.project-section-two .owl-nav .owl-next{
	position:relative;
	margin-left:18px;
	color:#333333;
	font-size:30px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-section-two .owl-nav .owl-prev:hover,
.project-section-two .owl-nav .owl-next:hover{
	color:#ffb200;
}

/*Gallery Item Two*/

.gallery-item-two{
	position:relative;
}

.gallery-item-two .inner-box{
	position:relative;
	overflow:hidden;
	display:block;
}

.gallery-item-two .inner-box .image{
	position:relative;
}

.gallery-item-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item-two .inner-box .image .caption-box{
	position:absolute;
	left:0px;
	bottom:-80px;
	width:100%;
	padding:15px 18px;
	background-color:#333333;
	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;
}

.gallery-item-two .inner-box:hover .image .caption-box{
	bottom:0px;
}

.gallery-item-two .inner-box .image .caption-box h3{
	position:relative;
	font-weight:600;
	font-size:20px;
	line-height:1.2em;
}

.gallery-item-two .inner-box .image .caption-box h3 a{
	position:relative;
	color:#ffffff;
}

.gallery-item-two .inner-box .image .caption-box .category{
	position:relative;
	font-size:16px;
	color:#ffb200;
	line-height:1.4em;
	font-style:italic;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	background-color:#f8f8f8;
}

.fluid-section-one .image-column{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-one .content-column .inner-box{
	position:relative;
	max-width:570px;
	padding:85px 15px 70px 60px;
}

.fluid-section-one .content-column .inner-box .sec-title{
	margin-bottom:30px;
}

.fluid-section-one .content-column .inner-box .text{
	position:relative;
	margin-bottom:35px;
}

.fluid-section-one .content-column .inner-box .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

.fluid-section-one .content-column .inner-box .text p:last-child{
	margin-bottom:0px;
}

.fluid-section-one .content-column .inner-box .choose-info{
	position:relative;
}

.fluid-section-one .content-column .inner-box .choose-info li{
	position:relative;
	font-size:15px;
	font-weight:700;
	color:#333333;
	padding-left:58px;
	line-height:1.4em;
	margin-right:30px;
	margin-bottom:20px;
	display:inline-block;
	text-transform:uppercase;
}

.fluid-section-one .content-column .inner-box .choose-info li:last-child{
	margin-right:0px;
}

.fluid-section-one .content-column .inner-box .choose-info li:nth-child(2) .icon{
	color:#333333;
}

.fluid-section-one .content-column .inner-box .choose-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffb60f;
	line-height:1em;
	font-size:45px;
	font-weight:400;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:95px 0px 60px;
}

.default-section .testimonial-column{
	position:relative;
	margin-bottom:40px;
}

.default-section .testimonial-column .owl-nav{
	display:none;
}

.default-section .testimonial-column .owl-dots{
	position:absolute;
	right:0px;
	bottom:0px;
}

.default-section .testimonial-column .owl-dots .owl-dot{
	position:relative;
	width:50px;
	height:4px;
	margin-left:12px;
	display:inline-block;
	background-color:#777777;
	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;
}

.default-section .testimonial-column .owl-dots .owl-dot.active,
.default-section .testimonial-column .owl-dots .owl-dot:hover{
	background-color:#ffb200;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	display:block;
}

.testimonial-block .inner-box .upper-box{
	position:relative;
	border-radius:4px;
	padding:30px 26px;
	border:2px solid #d7d7d7;
}

.testimonial-block .inner-box .upper-box:after{
	position:absolute;
	content:'';
	left:60px;
	bottom:-43px;
	width:50px;
	height:46px;
	background:url(../images/icons/curve.jpg) no-repeat;
}

.testimonial-block .inner-box .upper-box .text{
	position:relative;
	color:#777777;
	font-size:18px;
	line-height:1.8em;
}

.testimonial-block .inner-box .upper-box .quote-icon{
	position:absolute;
	width:55px;
	height:55px;
	right:42px;
	color:#dedede;
	bottom:-28px;
	font-size:26px;
	line-height:55px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
	border:2px solid #ffb200;
}

.testimonial-block .inner-box .lower-box{
	position:relative;
	margin-top:70px;
}

.testimonial-block .inner-box .lower-box .inner{
	position:relative;
	padding-left:142px;
	padding-top:18px;
	min-height:100px;
}

.testimonial-block .inner-box .lower-box .inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block .inner-box .lower-box .inner h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
}

.testimonial-block .inner-box .lower-box .inner .designation{
	position:relative;
	color:#777777;
	font-size:18px;
}

.default-section .facts-column{
	position:relative;
}

.default-section .facts-column .inner-column{
	position:relative;
	padding-left:70px;
}

.default-section .facts-column .sec-title{
	margin-bottom:40px;
}

.default-section .facts-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:35px;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
}

.fact-counter:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:2px;
	height:100%;
	margin-left:-20px;
	background-color:#e4e4e4;
}

.fact-counter:after{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	width:100%;
	height:2px;
	background-color:#e4e4e4;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:30px;
	padding-top:30px;
}

.fact-counter .column .inner{
	position:relative;
	top:0;
	padding:0px 0px 0px 30px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	font-size:36px;
	line-height:1em;
	font-weight:500;
	margin:0px 0px;
}

.fact-counter .count-outer .icon{
	position:relative;
	color:#333333;
	display:block;
	font-size:36px;
	margin-bottom:28px;
}

.fact-counter .count-outer .plus-icon{
	position:relative;
	font-weight:700;
	color:#333333;
	font-size:48px;
	font-family: 'Raleway', sans-serif;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#333333;
	font-size:48px;
	font-family: 'Raleway', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#777777;
	padding-bottom:15px;
	margin-bottom:18px;
	display:inline-block;
}

.fact-counter .column .counter-title:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:64px;
	height:2px;
	background-color:#ffb200;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:90px 0px 60px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.team-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(51,51,51,0.50);
}

.team-block{
	position:relative;
	margin-bottom:40px;
}

.team-block .inner-box{
	position:relative;
	overflow:hidden;
	display:block;
	border:2px solid #777777;
}

.team-block .inner-box .social-icon-three{
	position:absolute;
	left:30px;
	z-index:1;
	top:-100%;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

.team-block .inner-box:hover .social-icon-three{
	top:0%;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .lower-box{
	position:relative;
	padding:14px 18px;
	background-color:#303032;
}

.team-block .inner-box .lower-box h3{
	position:relative;
	color:#e3e4e6;
	font-size:20px;
	line-height:1.4em;
	font-family: 'Raleway', sans-serif;
}

.team-block .inner-box .lower-box h3 a{
	color:#ffb200;
	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;
}

.team-block .inner-box .lower-box h3 a:hover{
	color:#e3e4e6;
}

.team-block .inner-box .lower-box .designation{
	position:relative;
	color:#777777;
	font-size:14px;
}

/*** 

====================================================================
	News Block Section
====================================================================

***/

.news-section{
	position:relative;
	padding:100px 0px 60px;
}

.news-block{
	position:relative;
	margin-bottom:40px;
}

.news-block .inner-box{
	position:relative;
	display:block;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .image .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffb200;
    font-size: 26px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(51,51,51,0.60);
}

.news-block .inner-box .image .overlay-box .fa{
	position:relative;
	top:50%;
	margin-top:-8px;
	display:block;
}

.news-block .inner-box:hover .image .overlay-box{
	opacity:1;
}

.news-block .inner-box .lower-box{
	position:relative;
	padding-top:20px;
}

.news-block .inner-box .lower-box .post-meta{
	position:relative;
	margin-bottom:10px;
}

.news-block .inner-box .lower-box .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.2em;
	padding-left:24px;
	display:inline-block;
	margin-right:20px;
}

.news-block .inner-box .lower-box .post-meta li a{
	color:#777777;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-box .post-meta li a:hover{
	color:#ffc744;
}

.news-block .inner-box .lower-box .post-meta li:last-child{
	margin-right:0px;
}

.news-block .inner-box .lower-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffc744;
	line-height:1em;
}

.news-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:27px;
	min-height:54px;
}

.news-block .inner-box .lower-box h3 a{
	position:relative;
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-box h3 a:hover{
	color:#ffc744;
}

.news-block.style-two .inner-box .lower-box h3{
	font-size:30px;
	font-weight:700;
}

.news-block.style-two .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:50px 0px 50px;
	background-color:#f5f5f5;
}

.clients-section .sponsors-outer{
	position:relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
    filter: grayscale(100%);
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:90px 0px 130px 0px;
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(39,39,39,0.65);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:32px;
	font-weight:700;
	color:#ffffff;
	line-height:1.2em;
	letter-spacing:1px;
	margin-bottom:10px;
	text-transform:capitalize;
}

.page-title .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
}

.page-info{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	display:block;
	padding:15px 0px;
	color:#272727;
	border-top:1px solid #666666;
}

.page-info h2{
	font-size:16px;
	color:#272727;
	line-height:24px;
	font-weight:700;	
}

.page-info .bread-crumb{
	position:relative;
	font-size:15px;
}

.page-info .bread-crumb li{
	position:relative;
	display:inline-block;
	font-size:16px;
	margin-right:30px;
	color:#ffb200;
	font-weight:700;
	line-height:24px;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
}

.page-info .bread-crumb li:after{
	content:'\f101';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:26px;
	font-size:14px;
	color:#ffb200;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color:#ffffff;
	font-weight:400;
	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-info .bread-crumb li a:hover{
	color:#ffb200;	
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:95px 0px 50px;
}

.about-section-two .sec-title{
	margin-bottom:30px;
}

.about-section-two .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .content-column .text{
	position:relative;
	margin-bottom:35px;
}

.about-section-two .content-column .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:20px;
}

.about-section-two .content-column .text p:last-child{
	margin-bottom:0px;
}

.about-section-two .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .image-column .image{
	position:relative;
}

.about-section-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-block-two{
	position:relative;
	margin-bottom:20px;
}

.about-block-two .inner-box{
	position:relative;
	display:block;
}

.about-block-two .inner-box .image-column{
	position:relative;
}

.about-block-two .inner-box .image-column .image{
	position:relative;
}

.about-block-two .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-block-two .inner-box .content-column{
	position:relative;
}

.about-block-two .inner-box .content-column h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;
	margin-top:4px;
}

.about-block-two .inner-box .content-column h3 a{
	position:relative;
	color:#333333;
	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;
}

.about-block-two .inner-box .content-column h3 a:hover{
	color:#ffb200;
}

.about-block-two .inner-box .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:0px;
}

.services-page-section{
	padding:100px 0px;
}

.services-page-section .styled-pagination{
	margin-top:30px;
}

.styled-pagination{
	position:relative;
}

.styled-pagination .inner-container{
	position:relative;
	padding:0px 15px;
	text-align:center;
	height:51px;
	border:1px solid #bbbbbb;
}

.styled-pagination .inner-container .prev-post,
.styled-pagination .inner-container .next-post{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
	padding:11px 0px;
	display:inline-block;
}

.styled-pagination .inner-container ul{
	position:relative;
	text-align:center;
	display:inline-block;
}

.styled-pagination .inner-container ul li{
	position:relative;
	float:left;
}

.styled-pagination .inner-container ul li a{
	position:relative;
	color:#333333;
	font-size:16px;
	display:inline-block;
	border-left:1px solid #bbbbbb;
	padding:11px 22px;
	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;
}

.styled-pagination .inner-container ul li:last-child{
	border-right:1px solid #bbbbbb;
}

.styled-pagination .inner-container ul li a:hover,
.styled-pagination .inner-container ul li.active a{
	background-color:#ffb200;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

/*Blog Category*/

.blog-cat{
	position:relative;
	border:1px solid #e1e1e1;
}

.blog-cat li{
	position:relative;
}

.blog-cat li:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	border-bottom:4px solid transparent;
}

.blog-cat li a{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:700;
	padding:14px 15px 14px 38px;
	display:block;
	border-bottom:1px solid #e1e1e1;
	background-color:#f6f6f6;
	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: 'Raleway', sans-serif;
}

.blog-cat li a:before{
	position:absolute;
	content:'\f105';
	left:22px;
	top:12px;
	color:#bbbbbb;
	font-family: 'FontAwesome';
}

.blog-cat li:hover::after,
.blog-cat li.active::after{
	border-bottom:3px solid #ffb200;
}

.blog-cat li a:hover::before,
.blog-cat li.active a::before{
	color:#ffb200;
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#ffffff;
	background-color:#333333;
}

/*Brochure Box*/

.brochure-box{
	position:relative;
	margin-bottom:20px;
	padding:15px 15px 15px 30px;
	border:2px solid #cccccc;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.brochure-box .inner{
	position:relative;
	padding-left:30px;
}

.brochure-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.brochure-box .inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#333333;
	font-size:16px;
	font-weight:300;
}

.brochure-box .inner .text{
	position:relative;
	font-size:16px;
	font-weight:700;
	color:#333333;
	font-family: 'Raleway', sans-serif;
}

.brochure-box:hover{
	border-color:#ffb200;
	background-color:#ffb200;
}

/*Help Box*/

.help-box{
	position:relative;
	background-size:cover;
}

.help-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.30);
}

.help-box .inner{
	position:relative;
	padding:35px 22px;
}

.help-box .inner h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:25px;
}

.help-box .inner .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

.help-box .inner .contact{
	position:relative;
	font-weight:700;
	font-size:16px;
	font-family: 'Raleway', sans-serif;
}

.solution-single{
	position:relative;
}

.solution-single .inner-box{
	position:relative;
	display:block;
}

.solution-single .inner-box .image{
	position:relative;
	margin-bottom:30px;
}

.solution-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.solution-single .inner-box h2{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:15px;
}

.solution-single .inner-box .text{
	position:relative;
}

.solution-single .inner-box .text .two-column{
	margin-top:40px;
	margin-bottom:30px;
}

.solution-single .inner-box .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

.solution-single .inner-box .text h3{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:12px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:10px;
	border:2px solid #eeeeee;
	background-color:#eeeeee;
}

.accordion-box .block.active-block .acc-btn{
	color:#ffb200;
	border-color:#ffb200;
	background-color:#333333;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:pointer;
	line-height:30px;
	color:#333333;
	font-weight:700;
	padding:15px 28px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Raleway', sans-serif;
}

.accordion-box .block .acc-btn.active,
.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	color:#ffb200;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:35px;
	top:15px;
	font-size:20px;
	color:#333333;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
	font-weight:300;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
	color:#d9d9d9;
	font-weight:300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer{
	border-color:#fa9928;
	color:#fa9928;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	background-color:#ffffff;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:18px 25px 10px 25px;
}

.accordion-box .block .content .text{
	margin-bottom:10px;
	line-height:1.7em;
	font-size:16px;	
	color:#777777;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.process-boxed{
	position:relative;
	margin-top:80px;
	margin-bottom:40px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.solution-single .prod-tabs{
	position:relative;
	margin-bottom:60px;
}

.solution-single .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:2px solid #dddddd;
}

.solution-single .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:5px;
	font-size:16px;
	background:#ebebeb;
	color:#333333;
	text-transform:capitalize;
	font-weight:700;
	line-height:24px;
	cursor:pointer;
	border:2px solid transparent;
	padding:11px 22px 9px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}

.solution-single .prod-tabs .tab-btns .tab-btn:hover:after,
.solution-single .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-3px;
	width:100%;
	height:5px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.solution-single .prod-tabs .tab-btns .tab-btn:hover,
.solution-single .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#ffb200;
	border-color:#e2e2e2;
	background:#ffffff;
}

.solution-single .prod-tabs .tabs-content{
	position:relative;
	padding:22px 22px 22px;
	border:2px solid #dddddd;
	border-top:0px;
}

.solution-single .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.solution-single .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.solution-single .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.solution-single .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	color:#777777;
	margin-bottom:0px;
}

/*** 

====================================================================
	Project Page Section
====================================================================

***/

.project-page-section{
	position:relative;
	padding:95px 0px 100px;
}

.project-page-section .filters{
	position:relative;
}

.project-page-section .filters .filter-tabs{
	position:relative;
	margin-bottom:40px;
	text-align:center;
}

.project-page-section .filters .filter-tabs .filter{
	position:relative;
	color:#333333;
	font-size:16px;
	cursor:pointer;
	margin-bottom:15px;
	font-weight:500;
	padding-right:25px;
	margin-right:12px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}

.project-page-section .filters .filter-tabs .filter:last-child{
	padding-right:0px;
	margin-right:0px;
}

.project-page-section .filters .filter-tabs .filter:last-child::after{
	display:none;
}

.project-page-section .filters .filter-tabs .filter:after{
	position:absolute;
	content:'/';
	right:0px;
	top:0px;
	color:#333333;
}

.project-page-section .filters .filter-tabs .filter.active,
.project-page-section .filters .filter-tabs .filter:hover{
	color:#ffb200;
}

.project-page-section .styled-pagination{
	margin-top:60px;
}

/*** 

====================================================================
	Project Single Section
====================================================================

***/

.project-single-section{
	position:relative;
	padding:95px 0px 75px;
}

.project-single-section .inner-box{
	position:relative;
	max-width:970px;
	margin:0 auto;
}

.project-single-section .inner-box .upper-box{
	position:relative;
	margin-bottom:45px;
}

.project-single-section .inner-box .upper-box .image{
	position:relative;
}

.project-single-section .inner-box .upper-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-single-section .inner-box .upper-box .owl-dots{
	display:none;
}

.project-single-section .inner-box .upper-box .owl-nav{
	position:absolute;
	content:'';
	left:0px;
	top:50%;
	width:100%;
	display:block;
	margin-top:-20px;
}

.project-single-section .inner-box .upper-box .owl-nav .owl-prev,
.project-single-section .inner-box .upper-box .owl-nav .owl-next{
	position:absolute;
	color:#333333;
	font-size:60px;
	line-height:1em;
	display:inline-block;
}

.project-single-section .inner-box .upper-box .owl-nav .owl-prev{
	left:-80px;
}

.project-single-section .inner-box .upper-box .owl-nav .owl-next{
	right:-80px;
}

.project-single-section .inner-box .lower-content{
	position:relative;
}

.project-single-section .inner-box .lower-content h2{
	position:relative;
	color:#333333;
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
}

.project-single-section .inner-box .lower-content .bold-text{
	position:relative;
	color:#777777;
	font-weight:700;
	font-size:20px;
	margin-bottom:20px;
	font-family: 'PT Sans', sans-serif;
}

.project-single-section .inner-box .lower-content h3{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:700;
	margin-bottom:10px;
}

.project-single-section .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px;
}

.project-list{
	position:relative;
	margin-top:60px;
}

.project-list li{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:20px;
	border:1px solid #bbbbbb;
	padding:11px 12px 11px 75px;
}

.project-list li .icon{
	position:absolute;
	left:-1px;
	top:-1px;
	width:50px;
	height:51px;
	color:#333333;
	bottom:-1px;
	font-size:20px;
	line-height:50px;
	text-align:center;
	background-color:#ffb200;
}

.project-list li strong{
	color:#333333;
	font-weight:700;
	margin-right:15px;
	font-family: 'Raleway', sans-serif;
}

.project-list li.social-icons{
	border:0px;
	padding:0px;
	margin-top:32px;
}

.project-list li.social-icons .follow{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#333333;
}

.project-list li.social-icons a{
	color:#777777;
	font-size:20px;
	margin-left:15px;
}

.news-page-section{
	padding-bottom:80px;
}

.news-page-section .news-block{
	margin-bottom:60px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:10px 50px 10px 20px;
	border:2px solid #cccccc;
	background:none;
	display:block;
	font-size:16px;
	width:100%;
	height:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	display:block;
	font-size:20px;
	color:#333333;
	line-height:100%;
	font-weight:normal;
	background:#ffb200;
}



.sidebar-title{
	position:relative;
	margin-bottom:50px;
}

.sidebar-title h2{
    position: relative;
    color: #333333;
    font-size: 24px;
    font-weight:700;
	line-height:1.2em;
    padding-bottom: 15px;
}

.sidebar-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:150px;
	border-bottom:2px solid #e4e4e4;
}

.sidebar-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	border-bottom:5px solid #ffb200;
}

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	margin-bottom:10px;
}

.cat-list li a{
	position:relative;
	padding:15px 28px;
	display:block;
	font-size:16px;
	font-weight:700;
	color:#777777;
	padding-left:50px;
	background-color:#eeeeee;
	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;
}

.cat-list li a:before{
	position:absolute;
	content:'\f0da';
	left:30px;
	top:15px;
	font-family: 'FontAwesome';
}

.cat-list li a span{
	float:right;
}

.cat-list li.active a,
.cat-list li a:hover{
	color:#ffb200;
	background-color:#333333;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:100px;
	min-height:70px;
	margin-bottom:20px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffb200;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    line-height: 70px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(51,51,51,0.70);
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:700;
	color:#333333;
	line-height:1.4em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:#ffb200;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:14px;
	color:#777777;
	font-weight:400;
	padding-left:24px;
}

.sidebar .popular-posts .post-info:before{
	position:absolute;
	content:'\f06e';
	left:0px;
	top:0px;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:13px 24px 13px;
	margin:0px 6px 10px 0px;
	color:#777777;
	text-align:center;
	font-size:16px;
	background:#f5f5f5;
	font-weight:400;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#ffb200;
	color:#ffffff;	
}

.archive-list{
	position:relative;
}

.archive-list li{
	position:relative;
}

.archive-list li a{
	position:relative;
	color:#777777;
	font-size:16px;
	display:block;
	margin-bottom:15px;
	padding:0px 15px 10px 38px;
	border-bottom:1px solid #cccccc;
	font-family: 'Raleway', sans-serif;
	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;
}

.archive-list li a:before{
	position:absolute;
	content:'\f0e7';
	left:15px;
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'FontAwesome';
}

.archive-list li a span{
	float:right;
}

.archive-list li:last-child a{
	border:0px;
}

.archive-list li a:hover::before,
.archive-list li a:hover{
	color:#ffb200;
}

/*Blog Single*/

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
	display:block;
}

.blog-single .inner-box .image{
	position:relative;
	margin-bottom:15px;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	height:100%;
}

.blog-single .inner-box{
	position:relative;
	display:block;
}



.blog-single .inner-box .post-meta{
	position:relative;
	margin-bottom:10px;
}

.blog-single .inner-box .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.2em;
	padding-left:24px;
	display:inline-block;
	margin-right:20px;
}

.blog-single .inner-box .post-meta li a{
	color:#777777;
	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;
}

.blog-single .inner-box .post-meta li a:hover{
	color:#ffc744;
}

.blog-single .inner-box .post-meta li:last-child{
	margin-right:0px;
}

.blog-single .inner-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffc744;
	line-height:1em;
}

.blog-single .inner-box .lower-content{
	position:relative;
}

.blog-single .inner-box .lower-content h2{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
	margin-bottom:50px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:25px;
}

.blog-single .inner-box .lower-content .text blockquote{
	position:relative;
	border:0px;
	font-weight:700;
	font-style:italic;
	padding:0px;
	padding-left:70px;
	margin-bottom:25px;
}


.post-share-options{
	position:relative;
}

.post-share-options .inner-container{
	position:relative;
	padding:0px 15px;
	text-align:center;
	height:51px;
	border:1px solid #bbbbbb;
}

.post-share-options .inner-container .prev-post,
.post-share-options .inner-container .next-post{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:700;
	margin-top:10px;
	display:inline-block;
}

.post-share-options .inner-container .social-icons{
	position:relative;
	text-align:center;
	display:inline-block;
}

.post-share-options .inner-container .social-icons li{
	position:relative;
	float:left;
}

.post-share-options .inner-container .social-icons li a{
	position:relative;
	color:#333333;
	font-size:16px;
	display:inline-block;
	border-left:1px solid #bbbbbb;
	padding:11px 22px;
	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;
}

.post-share-options .inner-container .social-icons li:last-child{
	border-right:1px solid #bbbbbb;
}

.post-share-options .inner-container .social-icons li a:hover,
.post-share-options .inner-container .social-icons li.active a{
	background-color:#ffb200;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:20px;
	margin-top:70px;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	/*padding:20px 20px 20px;
	border:1px solid #dddddd;*/
	margin-bottom:50px;
	padding-bottom:45px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-bottom:1px solid #dddddd;
}

.sidebar-page-container .comments-area .comment-box.reply-comment{
	margin-left:100px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#ffb200;	
}

.sidebar-page-container .comments-area .comment-box:last-child{
	border:0px;
	padding-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	color:#333333;
	font-size:12px;
	font-weight:700;
	text-align:center;
	display:inline-block;
	padding:1px 10px;
	margin-top:16px;
	text-transform:uppercase;
	background-color:#ffb200;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .icon{
	font-size:13px;
	margin-right:2px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#333333;
	line-height:24px;	
	font-size:16px;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
}

.sidebar-page-container .comments-area .comment-info span{
	font-weight:400;
	font-size:16px;
	color:#777777;
	margin-left:22px;
	font-family: 'PT Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating{
	position:relative;
	font-size:18px;
	color:#ffb200;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:16px;
    margin-top:5px;
	margin-bottom:0px;
    line-height: 1.6em;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:14px;
	color:#ffb200;
	margin-left:38px;
	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}

.sidebar-page-container .comments-area.style-two{
	margin-top:20px;
}

.sidebar-page-container .comments-area.style-two .comment-box{
	padding:15px;
	margin-bottom:20px;
	border:1px solid #dddddd;
}

.sidebar-page-container .comments-area.style-two .comment-box .text{
	font-size:14px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	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;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#ffb200;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 20px;
	color:#a5a5a5;
	height:170px;
	font-size:14px;
	resize:none;
	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;
}

.comment-form button{
	margin-top:12px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	padding:11px 18px;
	text-transform:capitalize;
}

.news-classic .styled-pagination,
.news-list .styled-pagination{
	margin-top:80px;
}

/*News Block Two*/

.news-block-two{
	position:relative;
	margin-bottom:60px;
}

.news-block-two .inner-box{
	position:relative;
	display:block;
}

.news-block-two .inner-box .image-column{
	position:relative;
}

.news-block-two .inner-box .image-column .image{
	position:relative;
}

.news-block-two .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-two .inner-box .image-column  .image .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffb200;
    font-size: 26px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(51,51,51,0.60);
}

.news-block-two .inner-box .image-column  .image .overlay-box .fa{
	position:relative;
	top:50%;
	margin-top:-8px;
	display:block;
}

.news-block-two .inner-box:hover .image .overlay-box{
	opacity:1;
}

.news-block-two .inner-box .content-column{
	position:relative;
}

.news-block-two .inner-box .content-column .inner-column{
	position:relative;
	padding-top:10px;
}

.news-block-two .inner-box .content-column .post-meta{
	position:relative;
	margin-bottom:10px;
}

.news-block-two .inner-box .content-column .post-meta li{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.2em;
	padding-left:24px;
	display:inline-block;
	margin-right:20px;
}

.news-block-two .inner-box .content-column .post-meta li a{
	color:#777777;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .content-column .post-meta li a:hover{
	color:#ffc744;
}

.news-block-two .inner-box .content-column .post-meta li:last-child{
	margin-right:0px;
}

.news-block-two .inner-box .content-column .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffc744;
	line-height:1em;
}

.news-block-two .inner-box .content-column h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.5em;
	margin-bottom:15px;
}

.news-block-two .inner-box .content-column h3 a{
	position:relative;
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box .content-column h3 a:hover{
	color:#ffc744;
}

.news-block-two .inner-box .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

 ***/

.contact-section{
	position:relative;
	padding:90px 0px 60px;
}

.contact-section h2{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
	line-height:1.2em;
}

.contact-section .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:25px;
}

.contact-section .social-icon-two{
	padding-top:10px;	
}

.contact-section .social-icon-two li{
	margin-right:20px;
	margin-left:0px;	
}

.contact-section .social-icon-two li a{
	color:#bbbbbb;
	font-size:22px;	
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
	padding-right:15px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	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;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#ffb200;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 20px;
	color:#a5a5a5;
	height:170px;
	font-size:14px;
	resize:none;
	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;
}

.contact-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	padding:6px 19px;
	text-transform:capitalize;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:470px;
}

/*** 

====================================================================
	Login Section
====================================================================

***/

.login-section{
	position:relative;
	padding:90px 0px 100px;
}

.login-section h2{
	position:relative;
	color:#333333;
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:uppercase;
}

.login-section .inner-container{
	position:relative;
	padding:25px 28px 15px;
	background-color:#f5f5f5;
}

.login-section.login-page .inner-container{
	max-width:600px;
	margin:0 auto;
}

.login-section.login-page h2{
	text-align:center;
}

.login-section.style-two{
	padding:0px;
	margin-bottom:30px;
}

.login-form{
	position:relative;
}

.login-form .form-group{
	position:relative;
	margin-bottom:12px;
}

.login-form .form-group.check-box{
	padding-top:7px;
}

.login-form .form-group:nth-child(2){
	margin-bottom:30px;
}

.login-section.style-two .login-form .form-group:nth-child(2){
	margin-bottom:15px;
}

.login-form .form-group label{
	position:relative;
	color:#333333;
	font-weight:400;
	font-size:16px;
	cursor:pointer;
}

.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;
	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;
}

.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:#ffb200;
}

.login-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	line-height:30px;
	padding:5px 32px;
	text-transform:capitalize;
}

.login-form .psw{
	position:relative;
	color:#333333;
	font-size:16px;
}

.login-form .psw:hover{
	text-decoration:underline;	
}

/*Shop Item*/

.shop-item{
	position:relative;
	margin-bottom:70px;
}

.shop-item .inner-box{
	position:relative;
	display:block;
	outline:15px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box{
	opacity:1;
}

.shop-item .inner-box .image{
	position:relative;
	z-index:11;
	text-align:center;
	background-color:#f8f8f8;
}

.shop-item .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background-color:rgba(51,51,51,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;
}

.shop-item .inner-box .image .overlay-box .cart-option{
	position:relative;
	top:50%;
	margin-top:-25px;
}

.shop-item .inner-box .image .overlay-box .cart-option li{
	position:relative;
	margin:0px 3px;
	color:#ffb200;
	display:inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a{
	position:relative;
	color:#ffb200;
	font-size:18px;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option li a .fa{
	display:block;
	font-size:24px;
	margin-bottom:8px;
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover{
	color:#ffffff;
}

.shop-item .inner-box .image img{
	width:100%;
	display:inline-block;
}

.shop-item .inner-box .lower-content{
	position:relative;
	z-index:11;
	padding:20px 0px 0px;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	margin-bottom:6px;
}

.shop-item .inner-box .lower-content h3 a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#ffb200;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	color:#ffb200;
	font-size:18px;
	font-weight:700;
}

.shop-item .inner-box .lower-content .price .discount{
	position:relative;
	color:#777777;
	margin-right:8px;
	text-decoration:line-through;
}

.shop-item .inner-box .lower-content .rating .fa{
	position:relative;
	display:inline-block;
	font-size:16px;
	color:#ffb200;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post{
	position:relative;
	padding:0px 0px;
	padding-left:90px;
	min-height:95px;
	margin-bottom:20px;
	border-bottom:1px solid #eeeeee;
}

.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{
	top:-2px;
	font-size:16px;
	font-weight:700;
	color:#333333;
	text-transform:capitalize;
}

.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:#fbb200;	
}

.sidebar .related-posts .post .price{
	font-size:16px;
	letter-spacing:1px;
	font-weight:400;
	color:#777777;
}

.sidebar .related-posts .post .rating{
	margin-bottom:1px;	
	line-height:1em;
}

.sidebar .related-posts .post .rating .fa{
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height:26px;
	color:#ffb200;
}

.sidebar .related-posts .post .rating .fa-star.light{
	
}

/*Sidebar Range slider */

.range-slider-one{
	position:relative;
	min-height:48px;
    padding-top: 10px;
    overflow: hidden;
	margin-top:-20px;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#848484;
	font-size:16px;
	font-weight:300;
	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:35px;
	background:#e5e5e5;	
}

.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:#fbb200;
	cursor:pointer;
	border-color:#fbb200;
}

.range-slider-one .theme-btn{
	padding:8px 24px;
	border-radius:0px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}




.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;
	margin:5px 0px 20px;
	line-height:1.4em;
	color:#333333;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:18px;
	color:#ffb200;
	margin-bottom:15px;
	display:inline-block;
}

.product-details .basic-details .details-header .reviews{
	position:relative;
	display:inline-block;
	color:#777777;
	font-weight:700;
	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:22px;
	font-weight:700;
	color:#ffb200;
	line-height:24px;
}

.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;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .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:6px;	
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:85px;
	margin-bottom:25px;
	margin-right:20px;	
}

.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 > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .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{
	padding:11px 20px;
	font-weight:700;
	border-radius:0px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs{
	position:relative;
	padding-bottom:60px;
	margin-bottom:80px;
	border-bottom:1px solid #cccccc;
}

.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:16px;
	background:#eeeeee;
	color:#000000;
	text-transform:uppercase;
	font-weight:700;
	line-height:24px;
	cursor:pointer;
	padding:13px 43px 13px;
	transition:all 500ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#000000;
	background:#ffb200;
}

.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;
}

.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:#000000;
	font-size:24px;
	font-weight:700;
	margin-bottom:35px;
	font-family: 'Raleway', 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:700;
	margin-bottom:10px;
	text-transform:uppercase;
}

.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;
	font-size:16px;
	color:#333333;
	margin-bottom:15px;
}

.shop-comment-form .rating-box .rating{
	position:relative;
	display:inline-block;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#333333;
	font-size:14px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
	color:#ffb200;
}

.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 15px;
	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:#ffb200;
}

.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	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:700;
	border-radius:0px;
	font-size:16px;
	padding:7px 28px;
	text-transform:uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
	border-color:#f06529;	
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.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;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:#333333;
	color:#ffffff;
	border:1px solid #ebebeb;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 25px;
	font-weight:700;
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	border-right:1px solid #cccccc;
	font-family: 'Raleway', sans-serif;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:25px 25px 20px;
}

.cart-table tbody tr .qty{
	width:200px;
	padding-right:80px;
}

.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:100px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display: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:400;
	color:#797979;
	font-size:17px;
}

.cart-table tbody tr .sub-total.price{
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#1c1c1c;
	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:#fbb200;
}

.cart-table tbody tr{
	border-bottom:1px solid #cccccc;	
}

.cart-table tbody tr td{
	vertical-align:middle;
	color:#797979;
	font-size:17px;
	text-align:center;
	border-left:1px solid #cccccc;
}

.cart-table tbody tr td.prod-column{
	padding-left:48px;
}

.cart-table tbody tr td.total{
	font-size:18px;
	color:#333333;
}

.cart-table tbody tr td:last-child{
	border-right:1px solid #ebebeb;
	text-align:center;
}

.cart-table tbody tr td .prod-title{
	position:relative;
	font-size:16px;
	color:#333333;
	font-weight:400;
}

.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:20px 0px 10px;
	margin-bottom:30px;
	border-top:0px;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .cart-options .cart-btn{
	padding:10px 39px 10px;
    line-height: 24px;
	font-size:13px;
	color:#333333;
	font-weight:700;
	border-radius:0px;
	text-transform:uppercase;
	background-color:#fbb200;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:30px;	
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:15px;
	padding:8px 20px;
	border:1px solid #cccccc;
	width:225px;
	height:44px;
	background:#ffffff;
}

.cart-section .coupon-btn{
    padding:10px 39px 10px;
    line-height: 24px;
	font-size:13px;
	color:#333333;
	font-weight:700;
	text-transform:uppercase;
	background-color:#fbb200;
}

.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 #cccccc;
}

.cart-section .totals-table li{
	line-height:24px;
	padding:14px 30px;
	border-bottom:1px solid #cccccc;	
}

.cart-section .totals-table li:first-child{
	
}

.cart-section .totals-table li h3{
	position:relative;
	font-weight:700;
	color:#333333;
	font-size:18px;
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	padding:50px 30px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color:#333333;
	font-size:16px;
	font-weight:700;
	text-transform:capitalize;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;	
}

.cart-section .totals-table .total .price{
	color:#ffb200;
	font-weight:700;
}

.cart-section .totals-table .proceed-btn{
    padding: 13px 34px 13px;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #fbb200;
	font-family: 'Raleway', sans-serif;
}


.shipping-block{
	position:relative;
	margin-bottom:40px;
}

.shipping-block .inner-box{
	position:relative;
	display:block;
	padding:16px 20px 6px;
	border:1px solid #cccccc;
}

.shipping-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:capitalize;
}

.shipping-block .inner-box h4{
	position:relative;
	color:#fbb200;
	font-size:14px;
	font-weight:600;
	margin-bottom:15px;
	text-transform:capitalize;
}

.shipping-form{
	position:relative;
}

.shipping-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.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:18px;
	padding:10px 20px;
	height:40px;
	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;
}

.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:#ffb200;
}

.shipping-form button{
	margin-top:0px;
	font-size:15px;
	font-weight:700;
	border-radius:0px;
	padding:6px 26px;
	text-transform:capitalize;
}

/*** 

====================================================================
	CheckOut Sectioon
====================================================================

***/

.checkout-page{
	position:relative;
	padding:100px 0px 100px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:0px;	
}

.checkout-page .default-links li{
	line-height:24px;
	padding:14px 30px 18px;
	background:#333333;
	color:#ffffff;
	font-size:16px;
}

.checkout-page .default-links li .fa{
	position:relative;
	top:2px;
	margin-right:20px;
	font-size:24px;
	color:#ffb200;
}

.checkout-page .default-links li a{
	color:#fa9928;
}

.checkout-form{
	position:relative;
}

.checkout-form .checkout-title{
	position:relative;
}

.checkout-form .checkout-title h2{
	position:relative;
	color:#222222;
	font-size:30px;
	margin-bottom:15px;
}

.checkout-form .form-group{
	position:relative;
	margin-bottom:5px;	
}

.checkout-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:6px;
	text-transform:capitalize;
	color:#222222;	
	font-size:16px;
	font-weight:400;
}

.checkout-form .form-group .field-label sup{
	top:-1px;
	font-size:16px;
}

.checkout-form .form-group .text{
	position:relative;
	color:#777777;
	font-size:15px;
	margin-bottom:5px;
}

.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;
	line-height:22px;
	padding:12px 15px;
	height:48px;
	margin-bottom:10px;
	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:60px !important;	
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
	border-color:#fa9928;	
}

.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:#ffb200;
}

.coupon-form button{
	margin-top:0px;
	font-size:16px;
	font-weight:700;
	border-radius:0px;
	padding:8px 26px;
	text-transform:capitalize;
}

.order-box{
	position:relative;
	margin-top:15px;
}

.order-box h2{
	position:relative;
	color:#333333;
	font-size:28px;
	font-weight:700;
	margin-bottom:20px;
}

.order-box .title-box{
	position:relative;
	padding:13px 30px;
	background-color:#333333;
}

.order-box .title-box .col{
	position:relative;
	width:50%;
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
}

.order-box ul{
	position:relative;
}

.order-box ul li{
	position:relative;
	padding:25px 30px;
	border-bottom:1px solid #cccccc;
}

.order-box ul li strong{
	color:#333333;
	font-weight:700;
	font-size:16px;
}

.order-box ul li span{
	width:50%;
	float:right;
	color:#ffb200;
	font-size:16px;
	font-weight:700;
}

.order-box ul li span.free{
	color:#777777;
	font-size:16px;
}

.order-box ul li:last-child{
	border-bottom:none;
}

.payment-box{
	position:relative;
	margin-top:20px;
	background-color:#f5f5f5;
}

.payment-box .upper-box{
	position:relative;
	padding:15px 35px;
	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:700 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#333333;
	cursor:pointer;
	font-size:18px;
}

.payment-box .payment-options li .radio-option label strong{
}

.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:#777777;
	line-height:1.8em;
	padding:15px 20px;
	margin-top:20px;
	background-color:#ededed;
}

.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:-11px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ededed;
}

.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:15px 15px;
}

.payment-box .lower-box .btn-style-one{
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    padding: 8px 19px;
    text-transform: capitalize;
}