

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,600);




@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

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

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

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

 ***/

body {
	font-family: 'Quicksand', sans-serif;
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

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

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

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

input,button,select,textarea{
	font-family: 'Quicksand', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

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


.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

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

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	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;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	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;	
}

.btn-style-one{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#fc721e;
	color:#ffffff !important;
	border:2px solid #fc721e;
	font-size:14px;
	font-weight:400;
	border-radius:3px;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-one:hover{
	background:#272727;
	color:#ffffff !important;
	border-color:#272727;
}

.btn-style-two{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#272727;
	color:#ffffff !important;
	border:2px solid #272727;
	font-size:14px;
	font-weight:400;
	border-radius:2px;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-two:hover{
	background:#fc721e;
	color:#ffffff !important;
	border-color:#fc721e;
}

.btn-style-three{
	position:relative;
	padding:9px 30px;
	line-height:24px;
	display:inline-block;
	text-transform:uppercase;
	background:#1f1f1f;
	color:#ffffff !important;
	border:2px solid #1f1f1f;
	font-size:14px;
	font-weight:600;
	border-radius:3px;
}

.btn-style-three:hover{
	background-color:transparent;
	color:#ffffff !important;
	border-color:#ffffff;
}

.btn-style-four{
	position:relative;
	padding:14px 30px;
	line-height:24px;
	display:inline-block;
	text-transform:uppercase;
	background:#1f1f1f;
	color:#ffffff !important;
	border:2px solid #1f1f1f;
	font-size:14px;
	font-weight:600;
	border-radius:3px;
	font-family: 'Quicksand', sans-serif;
}

.btn-style-four:hover{
	background-color:transparent;
	color:#1f1f1f !important;
	border-color:#1f1f1f;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#fc721e;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:600;	
}

.padd-top-10{
	padding-top:10px !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-top-60{
	padding-top:60px !important;	
}

.padd-top-70{
	padding-top:70px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.bg-lightgrey{
	background-color:#f6f6f6 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.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.gif);}

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

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 40px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#0a0a0a;
	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:#fc721e;
}

/*** 

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

***/

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

.main-header .auto-container{
	position:relative;	
}

.main-header .header-top{
	position:relative;
	background:#212121;
	color:#ffffff;
	font-size:13px;
}

.main-header .header-top .top-right{
	text-align:right;
	padding:8px 15px;
}

.main-header .header-top .top-left{
	padding:8px 15px;
}

.main-header .header-top .top-right ul li span{
	position:absolute;
	left:0px;
	font-size:14px;
    padding-right: 6px;
}

.main-header .header-top .top-right ul li{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding-left:20px;
    margin: 8px 0px 5px 30px;
	color:#ffffff;
	font-family: 'Quicksand', sans-serif;
}

.main-header .header-top .top-left ul li a:hover{
	color:#fff;
}

.main-header .header-top .top-right ul li a{
	position:relative;
	color:#ffffff;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.main-header .header-top .top-right ul li a,
.main-header .header-top .top-right ul li a:hover{
	color:#ffffff;	
}

.main-header .header-top .top-right ul li .fa{
	padding-right:5px;	
}


.main-header .header-top .top-left ul li span{
	position:absolute;
	left:-5px;
	font-size:16px;
    padding-right: 6px;

}

.main-header .header-top .top-left ul li{
	position:relative;
	display:inline-block;
	line-height:16px;
	padding-left:20px;
    margin: 8px 0px 5px 30px;
	color:#ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
}

.main-header .header-top .top-left ul li a:hover{
	color:#fff;
}

.main-header .header-top .top-left ul li a{
	position:relative;
	color:#ffffff;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.main-header .header-top .top-left ul li a,
.main-header .header-top .top-left ul li a:hover{
	color:#ffffff;	
}

.main-header .header-top .top-left ul li .fa{
	padding-right:5px;	
}


.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	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;
	border-bottom:1px solid #dedede;
	
}

.main-header.fixed-header .main-box{
		
}

.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid #e0e0e0;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	-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 .main-box .outer-container{
	position:relative;
	padding:0px 120px 0px 0px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	padding:10px 0px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	right:110px;
	top:50%;
	margin-top:-18px;
	display:none;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:36px;
	width:40px;
	background:#fc721e;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:34px;
	border:1px solid #fc721e;
	border-radius:3px;
	font-weight:normal;
}


.main-header .nav-outer{
	position:relative;
	float:right;
	padding-top:20px;
}

.main-menu{
	position:relative;
	font-family: 'Quicksand', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

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

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

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:15px 0px;
	margin:0px 2px 0px 0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:9px 14px;
	color:#111111;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	font-size:16px;
	font-weight:600;
	border-radius:2px;
	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,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#ffffff;
	background-color:#fc721e;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #272727;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#272727;
	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:#fc721e;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #272727;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.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:12px 20px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#fc721e;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

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

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #272727;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: 0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0.80);
	color: #272727;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #fc721e;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}
.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	background: #fc721e;
	color: #ffffff;
	border-radius: 5px;
	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;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#fc721e;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #ffffff;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	z-index:10;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.10) !important;	
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:24px;
}

.main-slider .text.light{
	color:#ffffff;	
}

.main-slider h2{
	font-size:66px;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	line-height:1.4em;
	font-family: 'Quicksand', sans-serif;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two{
	min-width:160px;
	text-align:center;
	border-width:2px !important;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:#000000 !important;
	width:25px !important;
	height:4px !important;
	border:0px!important;
	border-radius:2px!important;
	margin:0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	border-color:#fc721e !important;
	background:#fc721e !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:54px !important;
	overflow:hidden;
	margin-top:0px !important;
	height:54px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:rgba(0,0,0,0);
	color:#ffffff;
	font-size:16px;
	height:54px !important;
	line-height:54px;
	width:50px !important;
	border:2px solid #ffffff;
	padding:0px;
	border-radius:3px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f0d9';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f0da';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	background:#fc721e;
	border-color:#fc721e;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	social-icon
====================================================================

***/

.header-top .top-right ul{
	position:relative;
	float:right;
}

.header-top .social-icon{
	position:relative;
	float:right;
	margin-left:45px;	
}

@media only screen and (max-width: 991px) {

	.header-top .social-icon{
    display:none;
}

}

.social-icon a{
	position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 4px;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 21px;
    border: 2px solid #373737;
    color: #ffffff;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.social-icon a:hover{
	background-color:#fc721e;
	border-color:#fc721e;
}


/*** 

====================================================================
	sec-title
====================================================================

***/

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

.sec-title h2{
	position:relative;
	font-size:36px;
	color:#272727;
	padding-bottom:14px;
	font-weight:600;
}

.sec-title.medium h2{
	font-size:30px;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	width:70px;
	height:1px;
	left:0px;
	bottom:3px;
	background-color:#fc721e;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	left:0px;
	bottom:0px;
	background-color:#fc721e;
	
}

.sec-title .desc-text{
	position:relative;
	padding-top:20px;
	color:#999999;
	line-height:1.8em;	
	font-size:22px;
}

.sec-title .service-link{
	position:relative;
	color:#272727;
	font-size:14px;
	font-weight:600;
    margin-top: 24px;
	text-transform:uppercase;
	border-bottom:1px solid #272727;
	line-height:16px;
	padding:0px;
	font-family: 'Quicksand', sans-serif;
}

.sec-title .service-link span{
	position:relative;
	padding-left:5px;
	line-height:16px;
	font-size:14px;
}

.sec-title .service-link:hover{
	color:#fc721e;
	border-color:#fc721e;	
}

/*** 

====================================================================
	best-service-section
====================================================================

***/

.best-service-section{
	position:relative;
	background-color:#ffffff;
	padding:100px 0px 70px 0px;
}

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

.service-block-two .inner-box{
	position:relative;
	padding:30px 20px 20px 100px;
	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;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(230,230,230,1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(230,230,230,1);
	box-shadow: 0px 4px 10px 0px rgba(230,230,230,1);
}

.service-block-two .inner-box .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-two .inner-box .image-layer:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(252,114,30,0.9);
}

.service-block-two .inner-box:hover .image-layer{
	opacity:1;
}

.service-block-two .inner-box .icon-box{
	position:absolute;
	left:30px;
	top:30px;
	width:50px;
	height:50px;
	line-height:48px;
	text-align:center;
	color:#ffffff;
	font-size:34px;
	background-color:#fc721e;
	z-index:2;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-two .inner-box h3{
	color:#272727;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin:-5px 0px 8px;
	z-index:2;
}

.service-block-two .inner-box .text{
	position:relative;
	color:#9e9e9e;
	font-size:16px;
	z-index:2;
}

.service-block-two .inner-box .read-more{
	position:relative;
	color:#272727;
	margin-top:15px;
	display:inline-block;
	font-weight:600;
	z-index:2;
	text-transform:uppercase;
	font-family: 'Quicksand', sans-serif;
}

.service-block-two .inner-box .bottom-icon{
	position:absolute;
	right:10px;
	bottom:10px;
}

.service-block-two .inner-box .bottom-icon span{
	color:#faf9f9;
	font-size:60px;
}

.service-block-two:hover .inner-box{
	background:rgba(252,114,30,1);
}

.service-block-two:hover .inner-box .icon-box{
	background:#ffffff;
	color:rgba(252,114,30,1);
}

.service-block-two:hover .inner-box h3,
.service-block-two:hover .inner-box .text,
.service-block-two:hover .inner-box a{
	color:#ffffff;
	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;
}

.service-block-two:hover .bottom-icon{
	opacity:0;
}

/*** 

====================================================================
	sec-title-two
====================================================================

***/

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

.sec-title-two h2{
	position:relative;
	font-size:36px;
	color:#272727;
	padding-bottom:14px;
	font-weight:600;
}

.sec-title-two h2:after{
	position:absolute;
	content:'';
	width:70px;
	height:1px;
	left:0px;
	bottom:3px;
	background-color:#fc721e;
}

.sec-title-two h2:before{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	left:0px;
	bottom:0px;
	background-color:#fc721e;
}

/*** 

====================================================================
	sec-title-three
====================================================================

***/

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

.sec-title-three .sub-title{
	position:relative;
	color:#fc721e;
	font-size:20px;
	font-style:italic;
}

.sec-title-three h2{
	position:relative;
	font-size:36px;
	color:#272727;
	padding-bottom:14px;
	font-weight:600;
}

.sec-title-three h2:after{
	position:absolute;
	content:'';
	width:70px;
	height:1px;
	left:0px;
	bottom:3px;
	background-color:#fc721e;
}

.sec-title-three h2:before{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	left:0px;
	bottom:0px;
	background-color:#fc721e;
}


/*** 

====================================================================
	sec-title-four
====================================================================

***/

.sec-title-four{
	position:relative;
	margin-bottom:50px;
	text-align:center;
}

.sec-title-four h2{
	position:relative;
	font-size:36px;
	color:#272727;
	padding-bottom:14px;
	font-weight:600;
}

.sec-title-four h2:after{
	position:absolute;
	content:'';
	width:70px;
	height:1px;
	left:50%;
	margin-left:-30px;
	bottom:3px;
	background-color:#fc721e;
}

.sec-title-four h2:before{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	left:50%;
	margin-left:-30px;
	bottom:0px;
	background-color:#fc721e;
}



/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#272727;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left center;
	color:#bebebe;
}

.main-footer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(16,16,16,0.96);	
}


.main-footer .footer-bottom{
	position:relative;
	padding:24px 0px;
	line-height:24px;
	font-size:15px;
	background:#0a0a0a;
}

.main-footer .footer-bottom .author-name{
	color:#fc721e;
}

.main-footer .footer-nav li{
	position:relative;
	display:inline-block;
	margin-left:35px;
	line-height:24px;	
}

.main-footer .footer-nav li a{
	color:#9e9e9e;	
}

.main-footer .footer-nav li a:hover{
	color:#fc721e;	
}


/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:90px 0px;
	background-size:cover;
	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(0,0,0,0.20);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:36px;
	font-weight:600;
	color:#ffffff;
	padding-bottom:20px;
	line-height:1.5em;
}

.page-title h1:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:0px;
	width:80px;
	border-bottom:3px solid #fc721e;
}

.page-info{
	position:relative;
	padding:24px 0px;
	background:#ffffff;
	color:#272727;
	border-bottom:1px solid #f0f0f0;	
}

.page-info h2{
	font-size:16px;
	color:#272727;
	line-height:24px;
	font-weight:600;	
}

.page-info .bread-crumb{
	position:relative;
	font-size:15px;
}

.page-info .bread-crumb li{
	position:relative;
	float:left;
	margin-right:30px;
	color:#9e9e9e;
	line-height:24px;
}

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

.page-info .bread-crumb li:after{
	content:'\f0da';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:28px;
	font-size:14px;
	color:#fc721e;
}

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

.page-info .bread-crumb li a{
	color:#9e9e9e;	
}

.page-info .bread-crumb li a:hover{
	color:#fc721e;	
}



/*** 

====================================================================
	best-service-two
====================================================================

***/

.best-service-two{
	position:relative;
	padding:100px 0px;
	background-color:#272727;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}

.best-service-two:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.15;
	z-index:0;
}

.best-service-two .auto-container{
	position:relative;
	z-index:1;	
}

.best-service-two .sec-title-four{
	margin-bottom:50px;	
}

.best-service-two .sec-title-four h2{
	color:#ffffff;	
}

.best-service-two .auto-container .row{
	margin-left:-1px;
	margin-right:-1px;	
}

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

.service-block-three .inner-box{
	position:relative;
	display:block;
	width:100%;
	padding:45px 20px;
	background:#ffffff;
	text-align:center;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-three .inner-box:hover{
	color:#ffffff;
	background:#fc721e;	
}

.service-block-three .inner-box .icon-box{
	position:relative;
	line-height:1em;
	font-size:48px;
	margin-bottom:20px;	
}

.service-block-three .inner-box h3{
	position:relative;
	line-height:1.5em;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
}

.service-details .text-content{
	line-height:1.5em;
	font-size:16px;
	
}


/*** 

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

***/

.pricing-section{
	position:relative;
	padding:60px 0px 60px;
	background:#ffffff;
}

.pricing-column{
	position:relative;
	margin-bottom:40px;	
}

.pricing-column .inner-box{
	position:relative;
	display:block;
	border:1px solid #e0e0e0;
	background:#ffffff;
	text-align:center;
	color:#999999;	
	border-radius:3px;
	transition: all 300ms ease;
}

.pricing-column .inner-box:hover{
	background:#272727;
	color:#ffffff;	
	border-color:#272727;	
}

.pricing-column .price-header{
	position:relative;
	padding:25px 20px;
	line-height:1em;
}

.pricing-column .price-header .price{
	font-size:48px;
	font-weight:600;
	line-height:1em;
	color:#272727;
	font-family: 'Quicksand', sans-serif;
}

.pricing-column .inner-box:hover .price-header .price,
.pricing-column .inner-box:hover .price-header sub{
	color:#ffffff;	
}

.pricing-column .price-header sub{
	font-size:15px;
	color:#272727;
	font-weight:400;
}

.pricing-column .price-header sup{
	position:relative;
	top:-20px;
	font-size:20px;
	font-weight:600;
}

.pricing-column .plan-title{
	position:relative;
	padding:30px 10px;
	color:#fc721e;
	font-size:24px;
	font-weight:600;
	line-height:1.4em;
	text-transform:capitalize;
	border-bottom:1px solid #e0e0e0;
}

.pricing-column .inner-box:hover .plan-title{
	border-color:rgba(255,255,255,0.10);	
}

.pricing-column:hover .plan-title,
.pricing-column.best-plan .plan-title{
	color:#ffffff;
}

.pricing-column .lower-content{
	position:relative;
	padding:0px 15px 40px;	
}

.pricing-column .lower-content .spec-list{
	position:relative;
	padding:10px 0px 20px;	
}

.pricing-column .lower-content .spec-list li{
	line-height:24px;
	padding:10px 15px;
	font-size:15px;
}

.pricing-column .theme-btn{
	padding:10px 50px;	
}

.pricing-column:hover .theme-btn,
.pricing-column.best-plan .theme-btn{
	background:#fc721e !important;
	border-color:#fc721e !important;
	color:#ffffff !important;
}


/*** 

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

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 7px 7px 0px;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:20px;
	padding:10px 5px;
	font-size:16px;
	text-transform:capitalize;
	min-width:42px;
	border:1px solid #e0e0e0;
	background:#efefef;
	color:#111111;
	font-weight:500;
	text-align:center;
	border-radius:2px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next{
	font-size:16px;	
}

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

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:30px 0px 70px;
}

.sidebar-page-container .sidebar{
	margin-bottom:30px;	
}

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

.sidebar-title h3{
	position:relative;
	font-size:24px;
	color:#272727;
	font-weight:600;
	padding-bottom:12px;
	text-transform:capitalize;	
}

.sidebar-title h3:after{
	position:absolute;
	content:'';
	width:70px;
	height:1px;
	left:0px;
	bottom:3px;
	background-color:#fc721e;
}

.sidebar-title h3:before{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	left:0px;
	bottom:0px;
	background-color:#fc721e;
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:50px;	
}

.sidebar .boxed-nav{
	position:relative;
}

.sidebar .boxed-nav .nav-outer{
	position:relative;
	border:1px solid #e0e0e0;
	font-family: 'Quicksand', sans-serif;
	border-radius:5px;	
}

.sidebar .boxed-nav ul li{
	position:relative;	
}

.sidebar .boxed-nav ul li:last-child a{
	border:none;	
}

.sidebar .boxed-nav li a{
	position:relative;
	display:block;
	line-height:30px;
	padding:10px 15px;
	text-transform:uppercase;
	color:#272727;
	font-size:14px;
	font-weight:600;
	border-bottom:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.sidebar .boxed-nav li:hover a,
.sidebar .boxed-nav li.current a,
.sidebar .boxed-nav li a.active-btn{
	background:#fc721e;
	color:#ffffff;
	border-color:#fc721e;
}

.sidebar .downloads li{
	position:relative;
	margin-bottom:12px;
	font-family: 'Quicksand', sans-serif;	
}

.sidebar .downloads li a{
	position:relative;
	display:block;
	padding:16px 15px 16px 68px;
	color:#272727;
	font-size:16px;
	background:#f4f4f4;
	line-height:30px;
	transition:all 500ms ease;
}

.sidebar .downloads li a:after{
	content:'\f0da';
	font-family: 'FontAwesome';
	position:absolute;
	right:15px;
	font-size:16px;
	top:50%;
	margin-top:-15px;
	line-height:30px;	
}

.sidebar .downloads li a:hover{
	background:#fc721e;
	color:#ffffff;	
}

.sidebar .downloads li a .icon{
	position:absolute;
	left:-2px;
	top:8px;
	width:50px;
	height:46px;
	line-height:46px;
	text-align:center;
	font-size:20px;
	background:#272727;
	color:#ffffff;
}

.sidebar .styled-nav{
	position:relative;
	font-family: 'Quicksand', sans-serif;
}

.sidebar .styled-nav .nav-outer{
	position:relative;
}

.sidebar .styled-nav .nav-outer ul{
	border:1px solid #e9e9e9;
	border-radius:2px;	
}

.sidebar .styled-nav ul li{
	position:relative;	
}

.sidebar .styled-nav ul li:last-child a{
	border:none;
}

.sidebar .styled-nav li a{
	position:relative;
	display:block;
	margin-left:-1px;
	margin-right:-1px;
	line-height:30px;
	padding:10px 15px 10px 45px;
	text-transform:capitalize;
	color:#9e9e9e;
	font-size:15px;
	border-bottom:1px solid #e9e9e9;
	font-weight:400;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.sidebar .styled-nav li a:before{
	content:'\f0a9';
	font-family: 'FontAwesome';
	position:absolute;
	left:20px;
	font-size:16px;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	color:#fc721e;	
}

.sidebar .styled-nav li:hover a,
.sidebar .styled-nav li.current a{
	color:#ffffff;
	background:#fc721e;
	border-color:#fc721e;
}

.sidebar .styled-nav li.current a:before,
.sidebar .styled-nav li:hover a:before{
	color:#ffffff;
}

.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:26px;
	padding:10px 30px 10px 15px;
	border:1px solid #e0e0e0;
	height:48px;
	background:#f4f4f4;
	color:#3a3a3a;
	display:block;
	width:100%;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#fc721e;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	width:50px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:16px;
	color:#ffffff;
	background:#fc721e;
	border-radius:0px 3px 3px 0px;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#272707;	
}

.sidebar .recent-posts .post{
	position:relative;
	min-height:65px;
	padding-left:85px;
	margin-bottom:25px;
}

.sidebar .recent-posts .post:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
}

.sidebar .recent-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:65px;
	height:65px;
}

.sidebar .recent-posts .post .post-thumb .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(252,114,30,0.90);
	color:#ffffff;
	opacity: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;	
}

.sidebar .recent-posts .post:hover .post-thumb .overlay-link{
	opacity:1;	
}

.sidebar .recent-posts .post .post-thumb .overlay-link span{
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	width:30px;
	margin-left:-15px;
	margin-top:-15px;
	line-height:30px;
	font-size:16px;	
}

.sidebar .recent-posts .post .post-thumb img{
	display:block;
	width:100%;
}

.sidebar .recent-posts .post h4{
	position:relative;
	top:-5px;
	font-size:16px;
	color:#272727;
	font-weight:600;
	line-height:1.4em;
}

.sidebar .recent-posts .post h4 a{
	color:#272727;
}

.sidebar .recent-posts .post .post-meta{
	color:#9e9e9e;
	line-height:24px;
	font-style:italic;
}

.sidebar .recent-posts .post .post-meta a{
	position:relative;
	display:inline-block;
	margin-right:10px;
	color:#9e9e9e;
	line-height:24px;
	font-style:italic;
}

.sidebar .recent-posts .post .post-meta .fa{
	position:relative;
	padding-right:5px;
	color:#fc721e;
	font-style:normal;	
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	font-family: 'Quicksand', sans-serif;	
	padding:8px 10px;
	margin:0px 7px 10px 0px;
	border:1px solid #e9e9e9;	
	background:#ffffff;
	color:#9e9e9e;
	font-size:14px;
	font-weight:600;
	text-transform:capitalize;
	text-align:center;
	border-radius:2px;
	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:#fc721e;
	border-color:#fc721e;
	color:#ffffff;	
}

.sidebar .list{
	position:relative;
	font-family: 'Quicksand', sans-serif;
}

.sidebar .list li{
	position:relative;
	border-bottom:1px solid #f0f0f0;	
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#9e9e9e;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	padding:15px 0px 15px 25px;
}

.sidebar .list li:first-child a{
	padding-top:0px;	
}

.sidebar .list li a:before{
	font-family: 'FontAwesome';
	content:'\f114';
	position:absolute;
	left:0px;
	top:14px;
	display:block;
	font-size:16px;
	line-height:24px;
}

.sidebar .list li:first-child a:before{
	top:0px;
}

.sidebar .list li a:hover{
	color:#fc721e;	
}

.sidebar .list-two{
	position:relative;
	font-family: 'Quicksand', sans-serif;
}

.sidebar .list-two li{
	position:relative;
	border-bottom:1px solid #f0f0f0;	
}

.sidebar .list-two li a{
	position:relative;
	display:block;
	color:#9e9e9e;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	padding:15px 0px 15px 25px;
}

.sidebar .list-two li:first-child a{
	padding-top:0px;	
}

.sidebar .list-two li a:before{
	font-family: 'Flaticon';
	content:'\f119';
	position:absolute;
	left:0px;
	top:14px;
	display:block;
	font-size:16px;
	line-height:24px;
}

.sidebar .list-two li:first-child a:before{
	top:0px;
}

.sidebar .list-two li a:hover{
	color:#fc721e;	
}

.sidebar .list-three{
	position:relative;
	font-family: 'Quicksand', sans-serif;
}

.sidebar .list-three li{
	position:relative;
	border-bottom:1px solid #f0f0f0;	
}

.sidebar .list-three li a{
	position:relative;
	display:block;
	color:#9e9e9e;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	padding:15px 0px 15px 25px;
}

.sidebar .list-three li:first-child a{
	padding-top:0px;	
}

.sidebar .list-three li a:before{
	font-family: 'FontAwesome';
	content:'\f105';
	position:absolute;
	left:0px;
	top:14px;
	display:block;
	font-size:18px;
	color:#fc721e;
	line-height:24px;
}

.sidebar .list-three li:first-child a:before{
	top:0px;
}

.sidebar .list-three li a:hover{
	color:#fc721e;	
}

.sidebar .text-widget{
	position:relative;
	color:#9e9e9e;
}

.sidebar .text-widget .text p{
	margin-bottom:15px;	
}

.sidebar .text-widget .text p:last-child{
	margin-bottom:0px;	
}


.sidebar .testimonials{
	position:relative;	
}

.sidebar .testimonials .upper-content{
	position:relative;
	padding:25px 10px 25px 45px;
	background:#272727 url(../images/icons/curved-quote-icon.png) left top no-repeat;
	color:#ffffff;
	font-size:18px;
	border-radius:5px;
	margin-bottom:30px;	
}

.sidebar .testimonials .upper-content:after{
	content:'';
	position:absolute;
	left:30px;
	top:100%;
	border:7px solid transparent;
	border-top:10px solid #272727;	
}

.sidebar .testimonials .testi-info{
	position:relative;
	padding-top:10px;
	padding-left:80px;
	min-height:75px;
}

.sidebar .testimonials .testi-info .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;	
}

.sidebar .testimonials .testi-info h4{
	color:#272727;
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;	
}

.sidebar .testimonials .testi-info .designation{
	font-size:16px;
	color:#fc721e;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
}

.sidebar .testimonials .testi-info .rating .fa{
	font-size:14px;
	color:#fc721e;
	margin-right:5px;	
}

.sidebar .testimonials .owl-controls{
	display:none !important;	
}

.rangeslider-widget .val-box{
	position:relative;
	display:inline-block;
	margin:7px 5px 7px 0px;
	line-height:24px;
	font-size:14px;
	border:1px solid #dadada;
	padding:8px 10px;
	width:70px;
	text-align:center;
}

.rangeslider-widget button{
	position:relative;
	display:inline-block;
	line-height:24px;
	border:1px solid #272727;
	padding:8px 25px;
	background:#272727;
	color:#ffffff;
	font-family: 'Quicksand', sans-serif;
	border-radius:3px;
		
}

.rangeslider-widget .noUi-connect{
	background:#fc721e !important;	
}

.rangeslider-widget .noUi-background{
	background:#f0f0f0 !important;
}

.rangeslider-widget .noUi-handle{
	background:#f7f7f7 !important;
	border-radius:50% !important;
	box-shadow:none;
	border:2px solid #fc721e;
	cursor:pointer;
}

.rangeslider-widget .form-group{
	margin-bottom:0px;	
}

.sidebar .best-sellers .item{
	position:relative;
	font-size:16px;
	margin-bottom:30px;
	min-height:110px;
	padding:0px 0px 30px 100px;
	color:#cccccc;
	border-bottom:1px solid #e9e9e9;
}

.sidebar .best-sellers .item .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	border:1px solid #e9e9e9;	
}

.sidebar .best-sellers .item .post-thumb img{
	width:100%;
	display:block;
}

.sidebar .best-sellers .item h4{
	font-size:16px;
	font-weight:600;
	margin:0px 0px;
	line-height:1.4em;
	color:#272727;
	font-family: 'Quicksand', sans-serif;	
}

.sidebar .best-sellers .item h4 a{
	color:#272727;		
}

.sidebar .best-sellers .item a:hover,
.sidebar .best-sellers .item a:hover{
	color:#fc721e;	
}

.sidebar .best-sellers .item .rating{
	font-size:12px;
	color:#fc721e;
	letter-spacing:3px;
}

.sidebar .best-sellers .item .item-price{
	font-size:16px;
	font-weight:500;
	color:#fc721e;
}

.sidebar .best-sellers .item .item-price .strike-through{
	color:#9e9e9e;
	padding-left:10px;	
}


/*** 

====================================================================
	Services Section
====================================================================

***/

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

.default-services-block{
	position:relative;
	margin-bottom:40px;	
}

.default-services-block .inner-box{
	position:relative;
	display:block;	
}

.default-services-block .image-box{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;	
}

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

.default-services-block .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	color:#ffffff;
	background:rgba(252,114,30,0.90);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.default-services-block:hover .image-box .overlay-box{
	top:0px;	
}

.default-services-block .image-box .overlay-box .fa{
	position:absolute;
	left:50%;
	margin-left:-12px;
	top:50%;
	margin-top:-12px;
	font-size:20px;
	width:24px;
	height:24px;
	line-height:24px;	
}

.default-services-block .lower-content{
	position:relative;
	padding:25px;
	background:#ffffff;
	border:1px solid #e9e9e9;
	border-top:none;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;		
}

.default-services-block:hover .lower-content{
	-webkit-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
	-o-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
}

.default-services-block .lower-content .transparen-icon{
	position:absolute;
	right:10px;
	bottom:10px;
	line-height:1em;
	font-size:64px;
	color:#faf9f9;	
}

.default-services-block .lower-content h3{
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:10px;
	color:#272727;	
}

.default-services-block .lower-content h3 a{
	color:#272727;		
}

.default-services-block .lower-content .text{
	font-size:15px;
	line-height:1.8em;
	margin-bottom:15px;	
}

.default-services-block .lower-content .read-more{
	position:relative;
	display:inline-block;
	font-family: 'Quicksand', sans-serif;
	color:#272727;
	font-weight:600;
	text-transform:uppercase;	
}

.default-services-block .lower-content .read-more:hover,
.default-services-block .lower-content h3 a:hover{
	color:#fc721e;	
}



/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:90px 0px 60px;
}

.contact-section .column{
	position:relative;
	margin-bottom:30px;	
}

.contact-section .info-column .desc-text{
	line-height:1.8em;
	margin-bottom:30px;
	color:#9e9e9e;	
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;	
}

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
}

.contact-style-one .map-canvas{
	height:670px;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}

/*** 

====================================================================
	default-two-column
====================================================================

***/

.default-two-column{
	position:relative;
	padding:100px 0px 70px;
}

.default-two-column .column.spec-column .text{
	color:#9e9e9e;
	font-size:16px;
	margin-bottom:30px;
}

.specs{
	position:relative;
}

.specs .spec-block{
	position:relative;
	margin-bottom:35px;
}

.specs .spec-block .icon-box{
	position: absolute;
    left: 0px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: #272727;
    font-size: 30px;
    background-color: #f4f4f4;
    z-index: 2;
	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;
}

.specs .spec-block .inner-box{
	position:relative;
	padding-left:68px;
}

.specs .spec-block .inner-box h3{
	position:relative;
	color:#272727;
	font-size:20px;
	font-weight:700;
}

.specs .spec-block .inner-box .text{
	position:relative;
	color:#9e9e9e;
	font-size:16px;
	margin-bottom:0px;
}

.specs .spec-block:hover .icon-box{
	background-color:#fc721e;
	color:#ffffff;
}

.specs .spec-block:hover .inner-box h3{
	color:#fc721e;
	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;
}

/*default-two-column*/
.default-two-column .form-column{
	position:relative;
}

.form-box{
	position:relative;
	border:2px solid #f4f4f4;
	padding:18px 18px 0px 18px;
}

.comment-form .form-box{
	padding:25px 25px 0px 25px;	
}

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

.comment-form .form-box .form-group{
	margin-bottom:25px;
}

.default-form.form-box .row{
	margin-left:-10px;
	margin-right:-10px;	
}

.default-form.form-box .row .form-group{
	padding:0px 10px !important;	
}

.default-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#232323;
	font-weight:500;
	font-size:13px;
}

.default-form .form-group .field-label sup{
	color:#ff0000;
	font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height:50px;
	font-size:16px;
	border:1px solid #f4f4f4;
	padding:12px 15px;	
	background-color:#f4f4f4;
	color:#111111;
	border-radius:2px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form select{
	cursor:pointer;
	color:#666666;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#f4f4f4 url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:110px;
	resize:none;	
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#fc721e;
	background-color:#ffffff;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-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;	
}

.form-box .form-group button{
	width:100%;
	padding:14px 20px;
}

.info-style-one{
	position:relative;	
}

.info-style-one li{
	position:relative;
	padding-left:70px;
	margin-bottom:40px;	
}

.info-style-one li .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#ffffff;
	background:#fc721e;	
}

.info-style-one li h4{
	font-size:18px;
	font-weight:600;
	margin-bottom:0px;
	color:#272727;
	text-transform:capitalize;
}

.info-style-one li .text{
	line-height:1.8em;
	color:#9e9e9e;
}




