@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,100&display=swap');
 @import url('font-awesome.css');
 @import url('flaticon.css');
 @import url('animate.css');
 @import url('owl.css');
 @import url('jquery.fancybox.min.css');
 @import url('jquery.touchspin.css');
 @import url('hover.css');
 @import url('jquery-ui.css');
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: 'Montserrat', sans-serif !important;
	font-display: swap;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #ff9f14;
}
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;

}
textarea {
	overflow: hidden;
}
p {
	position: relative;
	line-height: 1.8em;
	font-size: 14px;
	margin: 0;
}

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

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

::-ms-input-placeholder {
color: inherit;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.page-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list-style-one {
	position: relative;
}
.list-style-one li {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #222222;
	margin-bottom: 20px;
	padding-left: 30px;
}
.list-style-one li:before {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 0px;
	color: #222222;
	font-size: 16px;
	font-weight: 900;
	line-height: 22px;
	font-family: 'FontAwesome';
}
.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: #ff9f14;
	font-size: 42px;
	line-height: 1em;
	text-align: center;
}
.list-style-two li strong {
	font-size: 20px;
	color: #36404b;
	font-weight: 700;
	display: block;
}
.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;
}
.btn-style-one {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	padding: 15px 30px;
	line-height: 20px;
	font-weight: 500;
	background: #222222;
}
.btn-style-one:hover {
	color: #222222 !important;
	background: #ffffff;
}
.btn-style-two {
	position: relative;
	font-size: 16px;
	color: #222222;
	padding: 13px 30px;
	line-height: 20px;
	font-weight: 700;
	background: #ff9f14;
	border: 2px solid #ff9f14;
	text-transform: uppercase;
}
.btn-style-two:hover {
	color: #ff9f14;
	background: #222222;
	border: 2px solid #222222;
}
.btn-style-three {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	padding: 13px 30px;
	line-height: 20px;
	font-weight: 700;
	border: 2px solid #ffffff;
	text-transform: uppercase;
}
.btn-style-three:hover {
	color: #36404b;
	background: #ffffff;
	border-color: #36404b;
}
.btn-style-four {
	position: relative;
	font-size: 15px;
	color: #ff9f14;
	padding: 13px 30px;
	line-height: 20px;
	font-weight: 400;
	background: #ffffff;
	border: 2px solid #ffffff;
	text-transform: capitalize;
}
.btn-style-four:hover {
	background: #ff9f14;
	color: #ffffff;
	border-color: #ff9f14;
}
.btn-style-five {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	padding: 13px 30px;
	line-height: 20px;
	font-weight: 700;
	background: #ff9f14;
	border: 2px solid transparent;
	text-transform: uppercase;
}
.btn-style-five:hover {
	color: #ff9f14;
	border-color: #ff9f14;
	background: #ffffff;
}
.btn-style-six {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	padding: 14px 30px;
	line-height: 20px;
	font-weight: 700;
	background: #222222;
	border: 1px solid transparent;
	text-transform: uppercase;
}
.btn-style-six:hover {
	color: #222222;
	border-color: #ff9f14;
	background: #ff9f14;
}
.theme_color {
	color: #ff9f14;
}
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 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	color: #222222;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #ff9f14;
	border: 5px solid #222222;
	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: #ff9f14;
	background: #ffffff;
}
.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;
}
.main-header .header-top {
	position: relative;
	background-color: #222222;
}
.main-header .header-top .inner-container {
	position: relative;
}
.main-header .header-top .top-left {
	position: relative;
	float: left;
}
.main-header .header-top .top-left ul li {
	position: relative;
	float: left;
	margin-right: 100px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 0px;
	font-weight: 400;
}
.main-header .header-top .top-left ul li span {
	color: #ff9f14;
}
.main-header .header-top .top-left ul li:last-child {
	margin-right: 0;
}
.main-header .header-top .top-left ul li a {
	color: #ffffff;
	font-weight: 400;
	-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-right {
	position: relative;
	float: right;
}
.main-header .header-top .top-right:before {
	position: absolute;
	display: inline-block;
	left: 100%;
	top: 0;
	height: 100%;
	width: 10000%;
	background-color: #ffffff;
	content: "";
	z-index: 1;
}
.main-header .header-top .social-icon-one {
	float: left;
	padding: 15px 0;
}
.social-icon-one {
	position: relative;
}
.social-icon-one li {
	position: relative;
	margin-right: 22px;
	float: left;
}
.social-icon-one li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	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-one li a span {
	display: inline-block;
}
.social-icon-one li a:hover {
	color: #ff9f14;
}
.main-header .header-top .call-btn {
	float: right;
	margin-left: 45px;
	background: transparent;
    border: none;
}
.main-header .header-top .call-btn a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 30px;
	color: #ffffff;
	font-weight: 700;
	background: #36404b;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-header .header-top .call-btn a:hover {
	background: #ffffff;
	color: #36404b;
}
.main-header .header-upper {
	position: relative;
	z-index: 5;
	background-color: #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 .logo-outer {
	position: relative;
	padding: 45px 0px;
	z-index: 25;
}
.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.main-header .header-upper .upper-right {
	position: relative;
	padding: 54px 0 0;
}
.main-header .info-box {
	position: relative;
	float: left;
	min-height: 50px;
	padding-left: 68px;
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	margin-left: 35px;
	margin-bottom: 30px;
}
.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px dashed #1f2a30;
	text-align: center;
}
.main-header .info-box .icon-box span {
	color: #1f2a30;
	font-size: 24px;
}
.main-header .info-box li {
	position: relative;
	line-height: 25px;
	color: #777777;
	font-size: 15px;
	font-weight: 400;
}
.main-header .info-box li a {
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-header .info-box li a:hover {
	color: #ff9f14;
}
.main-header .info-box strong {
	position: relative;
	display: inline-block;
	font-weight: 600;
	color: #222222;
	font-size: 16px;
	line-height: 25px;
}
.main-header .header-lower {
	position: relative;
	width: 100%;
	z-index: 5;
}
.header-style-one .header-lower {
	position: relative;
	bottom: -36px;
}
.header-style-one .header-upper {
	position: relative;
	bottom: -36px;
}
.header-style-one .header-top {
	margin-top: -36px;
	bottom: -36px;
}
.main-header .nav-outer {
	position: relative;
	background-color: #ff9f14;
}
.main-header .main-menu:before, .main-header .main-menu:after {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 1000%;
	content: "";
	z-index: -1;
	background-color: #ff9f14;
}
.main-header .main-menu:before {
	background-color: #222222;
	top: 5px;
	left: -6px;
	z-index: -1;
}
.main-menu {
	position: relative;
	float: left;
}
.main-menu .navbar-collapse {
	padding: 0px;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
	padding-left: 40px;
}
.main-menu .navigation > li {
	position: relative;
	float: left;
	margin-right: 60px;
}
.main-menu .navigation > li:last-child {
	margin-right: 0px;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #222222;
	line-height: 25px;
	font-weight: 600;
	opacity: 1;
	text-transform: uppercase;
	padding: 25px 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-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
	opacity: 1;
	color: #ffffff;
}
.main-menu .navigation > li.current > a {
	padding-right: 20px;
}
.main-menu .navigation > li.current > a:after {
	position: absolute;
	right: 0;
	top: 22px;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	content: "\f149";
	font-family: "FontAwesome";
}
.main-menu .navigation > li:hover > a:after {
	opacity: 1;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 110%;
	width: 230px;
	padding: 0px 0px;
	z-index: 100;
	background: #ffffff;
	border-top: 2px solid #222222;
	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(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: 10px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	color: #2b2b2b;
	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: #ff9f14;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'FontAwesome';
	font-display: swap;
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 11px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	z-index: 5;
	font-weight: 900;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 230px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 2px solid #222222;
	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 > 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: 10px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	color: #2b2b2b;
	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: #ff9f14;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
	top: 0px;
	visibility: visible;
	opacity: 1;
}
.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: 30px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}
.main-header .outer-box {
	position: relative;
	float: right;
	color: #ffffff;
	margin-left: 30px;
	padding: 13px 0px 12px;
}
.main-header .outer-box .link-box, .main-header .outer-box .dropdown-outer {
	position: relative;
	float: left;
}
.main-header .outer-box .link-box {
	margin-left: 30px;
}
.main-header .search-box-btn {
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
	border: 1px dashed #222222;
	color: #ffffff;
	margin-top: 7px;
	cursor: pointer;
	background: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-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 .search-box-btn:hover {
	color: #222222;
}
.main-header .dropdown-menu {
	top: 65px;
	right: 0;
	border-top: 3px solid #ff9f14;
	padding: 0px;
	width: 280px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.main-header .search-box-outer .dropdown-menu > li {
	padding: 0px;
	border: none;
	background: none;
}
.main-header .search-panel .form-container {
	padding: 25px 20px;
}
.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}
.main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 7px 40px 7px 15px;
	height: 40px;
	color: #000000;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	-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 .search-panel input:focus, .main-header .search-panel select:focus {
	border-color: #ff9f14;
}
.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	background: none;
	cursor: pointer;
	-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 .search-panel .search-btn:hover {
	color: #ff9f14;
}
/*Sticky Header*/



.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
}
.sticky-header .logo {
	padding: 5px 0px 2px;
}
.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px rgba(51,51,51,.1);
	-moz-box-shadow: 0 0 20px rgba(51,51,51,.1);
	-ms-box-shadow: 0 0 20px rgba(51,51,51,.1);
	-o-box-shadow: 0 0 20px rgba(51,51,51,.1);
	box-shadow: 0 0 20px rgba(51,51,51,.1);
}
.main-header .sticky-header .main-menu .navigation > li {
	margin: 0px;
	border: 0px;
	padding: 0;
}
.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;
}
.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: #ff9f14;
	color: #ffffff;
	opacity: 1;
}
.sticky-header .main-menu .navigation > li > a:before, .sticky-header .main-menu .navigation > li.current > a:after, .sticky-header .main-menu:before, .sticky-header .main-menu:after {
	display: none;
}

.cta3 a {
    background: #122e53;
    color: #fff;
    padding: 14px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
.cta3 span {
    background: #d8dd24;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-right: -4px;
    /* line-height: 41px; */
    margin-left: -4px;
}
/*======================================

			 Header Style Two

========================================*/



.header-style-two {
	background-color: #ffffff;
}
.header-style-two .main-menu .navigation {
	padding-left: 0;
}
.header-style-two .header-lower {
	margin-bottom: 0;
}
.header-style-two .logo-outer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 35px 0px;
	width: auto;
}
.header-style-two .header-top {
	position: relative;
	width: 100%;
}
.header-style-two .header-top .social-icon-one {
	padding: 0;
}
.header-style-two .header-top .top-left ul li {
	margin-right: 10px;
}
.header-style-two .header-top .top-left ul li i {
	font-size: 18px;
	color: #ffffff !important;
	margin-right: 10px;
}
.header-style-two .header-top .top-left ul li:hover a {
	color: #ff9f14;
}
.header-style-two .header-top .top-right {
	position: relative;
	float: right;
	padding: 0;
	width: 80%;
}
.header-style-two .header-top .top-right .social-icon-one li {
	margin-left: 20px;
	margin-right: 0;
}
.header-style-two .header-top .top-right:before, .header-style-two .main-menu:before, .header-style-two .main-menu:after {
	display: none;
}
.header-style-two .nav-outer {
	background-color: #ffffff !important;
}
.header-style-two .logo-box {
	float: left;
	padding: 7px 0;
}
.header-style-two .nav-outer {
	float: right;
}
.header-style-two .main-menu:before {
	position: absolute;
	left: 270px;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #ffffff;
	content: "";
}
.header-style-two .main-menu .navigation > li {
	padding: 27px 0;
	margin-left: 30px;
	margin-right: 0;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-style-two .main-menu .navigation > li > a {
	padding: 0;
	color: #36404b;
	font-size: 15px;
	line-height: 30px;
	margin-right: 0px;
	font-weight: 600;
	text-transform: uppercase;
	background: none;
}
.header-style-two .main-menu .navigation > li > a:before, .header-style-two .main-menu .navigation > li > a:after {
	position: absolute;
	left: 0;
	top: -1px;
	height: 1px;
	width: 0;
	background-color: #ff9f14;
	content: "";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-style-two .main-menu .navigation > li > a:after {
	right: 0;
	bottom: -1px;
	left: auto;
	top: auto;
}
.header-style-two .main-menu .navigation > li.current > a:before, .header-style-two .main-menu .navigation > li.current > a:after, .header-style-two .main-menu .navigation > li:hover > a:before, .header-style-two .main-menu .navigation > li:hover > a:after {
	width: 30px;
}
.header-style-two .main-menu .navigation > li.current > a, .header-style-two .main-menu .navigation > li:hover > a {
	color: #ff9f14;
}
.header-style-two .outer-box {
	padding: 52px 0px;
	margin-left: 60px;
}
.header-style-two .search-box-btn {
	border: 1px dashed #242424;
	margin: 0;
	color: #ff9f14;
}
.header-style-two .dropdown-menu {
	top: 85px;
}
/*** 



====================================================================

	Main Slider One

====================================================================



***/



.main-slider {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.main-slider .tp-caption {
	z-index: 5;
}
.main-slider .tp-dottedoverlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.50);
}
.main-slider h5 {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
}
.main-slider h4 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
}
.main-slider h2 {
	font-size: 60px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
.main-slider .text {
	position: relative;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}

.main-slider .tp-bannertimer, .main-slider .tp-bullets {
	display: none !important;
}
.main-slider.style-two h2 {
	font-size: 72px;
}
.arrow-down {
	position: absolute;
	left: 50%;
	bottom: 65px;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	line-height: 40px;
	animation: fadeInDown 3s infinite;
}
.arrow-down .icon {
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}
/*** 



====================================================================

	Section Title

====================================================================



***/



.sec-title {
	position: relative;
	margin-bottom: 30px;
}
.sec-title .title {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sec-title h2 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1.2em;
	color: #000;
	font-weight: 400;
	padding-bottom: 25px;
    text-transform: uppercase;
}
.sec-title h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background-color: #ff9f14;
	content: "";
	display: inline-block;
}
.sec-title .text {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-top: 37px;
}
.sec-title.text-center h2:before {
	right: 0;
	margin: 0 auto;
}
.sec-title.light h2 {
	color: #ffffff;
}
.sec-title.light .title {
	color: #bbbbbb;
}
/*** 



====================================================================

			Page Title

====================================================================



***/



.page-title {
	position: relative;
	padding: 100px 0;
	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%;
	background: #000000;
	opacity: .70;
	position: absolute;
}
.page-title .inner-container {
	position: relative;
}
.page-title h1 {
	position: relative;
	float: left;
	font-size: 40px;
	color: #ffffff;
	line-height: 50px;
	font-weight: 700;
	text-shadow: 0 5px 10px #222222;
	text-transform: uppercase;
}
.page-title .bread-crumb {
	position: relative;
	float: right;
	padding: 15px 0;
}
.page-title .bread-crumb li {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #ff9f14;
	font-weight: 400;
	text-transform: uppercase;
	cursor: default;
	padding-right: 10px;
	margin-right: 10px;
}
.page-title .bread-crumb li:before {
	position: absolute;
	right: -3px;
	font-size: 16px;
	line-height: 20px;
	color: #ff9f14;
	content: "/";
}
.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.page-title .bread-crumb li:last-child:before {
	display: none;
}
.page-title .bread-crumb li a {
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.page-title .bread-crumb li a:hover {
	color: #ff9f14;
}
/*** 



====================================================================

					About Us								

====================================================================



***/



.about-us {
	position: relative;
	padding: 50px 0 0px;
}
.about-us.alternate {
	padding-bottom: 0px;
}
.about-us .content-column {
	position: relative;
	margin-bottom: 40px;
}
.about-us .content-column .inner-column {
	padding-right: 5px;
}
.about-us .content-column .sec-title {
	margin-bottom: 10px;
}
.about-us .content-column h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 34px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 20px;
}
.about-us .content-column h4 span {
	display: inline-block;
	font-size: 24px;
	color: #ff9f14;
}
.about-us .content-column .text {
	position: relative;
	font-size: 17px;
	color: #000000;
	margin-bottom: 30px;
}
.about-us .content-column .text p {
	position: relative;
	font-size: 17px;
	color: #000000;
	margin-bottom: 30px;
}
ul.cnsd li {
	color: #ccc;
	font-size: 16px;
	list-style-type: disc;
}
.about-us .content-column .link-box {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
}
.about-us .content-column .link-box a {
	font-weight: 700;
	color: #ff9f14;
	border-bottom: 2px solid #ff9f14;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.about-us .content-column .link-box a:hover {
	color: #222222;
	border-bottom: 2px solid #222222;
}
.about-us .video-column {
	position: relative;
}
.about-us .video-column .inner-column {
	position: relative;
	margin-right: -30px;
}
.about-us .video-column .image {
	position: relative;
	padding: 50px 0px;
	margin-top: -50px;
	z-index: 9;
}
.about-us .video-column .image img {
	display: block;
	width: 100%;
}
.about-us .video-column .image:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-right: 15px;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #eeeeee;
}
.about-us .video-column .image .link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.about-us .video-column .image .link span {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 90px;
	width: 90px;
	text-align: center;
	line-height: 90px;
	font-size: 26px;
	color: #fbb908;
	margin-left: -50px;
	margin-top: -50px;
	padding-left: 5px;
	background-color: rgba(0,0,0,0.80);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.about-us .video-column .image:hover .link span {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.about-us .video-column .image .link span:after {
	position: absolute;
	height: 100px;
	width: 100px;
	left: -5px;
	top: -5px;
	content: "";
	border: 5px solid rgba(255,255,255,.50);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.call-to-action {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 0;
}
.call-to-action:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background: #000000c4;
	content: "";
}
.call-to-action .title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.call-to-action .title:Before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	height: 3px;
	width: 80px;
	background-color: #ffffff !important;
	content: '';
}
.media-body {
	-ms-flex: 1;
	flex: 1;
}
.media img {
	float: left;
}
.call-to-action .title h2 {
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
}
.call-to-action .text {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	font-weight: 700;
}
.call-to-action .btn-box {
	position: relative;
	padding-top: 50px;
}
.call-to-action .btn-box a {
	padding: 18px 50px;
	font-weight: 600;
	font-size: 15px;
}
.features-section {
	position: relative;
	padding: 50px 0 90px;
}
.feature-block {
	position: relative;
	margin-bottom: 30px;
}
.feature-block .inner-box {
	position: relative;
	text-align: center;
	padding: 35px 35px 20px;
}
.feature-block .inner-box:before {
	position: absolute;
	right: -16px;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #eeeeee;
	content: "";
}
.feature-block:last-child .inner-box:before {
	display: none;
}
.feature-block .icon-box {
	position: relative;
	display: inline-block;
	font-size: 62px;
	line-height: 1em;
	color: #ff9f14;
	margin-bottom: 40px;
}
.feature-block h3 {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}
.feature-block h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block h3 a:hover {
	color: #ff9f14;
}
/*** 



====================================================================

				Services Section

====================================================================



***/



.services-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 40px 0 130px;
}
.services-carousel {
	position: relative;
	padding-bottom: 70px;
}
.service-block {
	position: relative;
}
.service-block .inner-box {
	position: relative;
}
.service-block .image-box {
	position: relative;
}
.service-block .image {
	position: relative;
	overflow: hidden;
}
.service-block .image a {
	display: block;
}
.service-block .image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.service-block .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.service-block .lower-content {
	position: relative;
	padding: 35px 30px 20px;
	padding-right: 80px;
	border: 1px solid #dddddd;
	border-top: 0;
}
.service-block .lower-content:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 0px;
	width: 100%;
	content: "";
	background-color: #ff9f14;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.service-block .inner-box:hover .lower-content:before {
	height: 100%;
}
.service-block .icon-box {
	position: absolute;
	right: 35px;
	top: 13px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-block .lower-content .icon-box .icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 36px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	font-weight: 400;
	border-top: 1px solid #ff9f14;
	border-bottom: 1px solid #ff9f14;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 5;
}
.service-block .inner-box:hover .lower-content .icon-box:before, .service-block .inner-box:hover .lower-content .icon-box:after, .service-block .inner-box:hover .lower-content .icon-box .icon {
	background-color: #222222;
	color: #ffffff;
}
.service-block .lower-content .icon-box:before, .service-block .lower-content .icon-box:after {
	position: absolute;
	height: 36px;
	width: 20px;
	left: 0;
	top: 0px;
	z-index: 4;
	border-top: 1px solid #ff9f14;
	border-bottom: 1px solid #ff9f14;
	-webkit-transform: rotate(59deg);
	-moz-transform: rotate(59deg);
	-ms-transform: rotate(59deg);
	-o-transform: rotate(59deg);
	transform: rotate(59deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	content: "";
}
.service-block .lower-content .icon-box:after {
	-webkit-transform: rotate(-59deg);
	-moz-transform: rotate(-59deg);
	-ms-transform: rotate(-59deg);
	-o-transform: rotate(-59deg);
	transform: rotate(-59deg);
}
.service-block .lower-content h3 {
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}
.service-block .lower-content h3 a {
	color: #504c4c;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-block .inner-box:hover .lower-content h3 a {
	color: #ffffff;
}
.service-block .lower-content p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-block .inner-box:hover .lower-content p {
	color: #222222;
}
.services-carousel .owl-nav {
	display: none;
}
.services-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.services-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #dddddd;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.services-carousel .owl-dots .owl-dot:hover, .services-carousel .owl-dots .owl-dot.active {
	background-color: #ff9f14;
}
.services-section.style-two {
	padding: 60px 0 20px;
}
.services-section.style-two .service-block {
	margin-bottom: 30px;
}
.services-section.style-two .service-block .lower-content {
	padding: 18px 30px 8px;
}
.services-section-two {
	position: relative;
	padding: 130px 0 100px;
}
.service-block-two {
	position: relative;
	margin-bottom: 30px;
}
.service-block-two .inner-box {
	position: relative;
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 20px 20px;
}
.service-block-two .inner-box:before, .service-block-two .inner-box:after {
	position: absolute;
	content: "";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.service-block-two .inner-box:before {
	border-top: 1px solid #ff9f14;
	border-bottom: 1px solid #ff9f14;
	height: 100%;
	width: 0;
	top: 0;
	left: 50%;
}
.service-block-two .inner-box:hover:before {
	left: 0;
	width: 100%;
}
.service-block-two .inner-box:after {
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	border-left: 1px solid #ff9f14;
	border-right: 1px solid #ff9f14;
	z-index: -1;
}
.service-block-two .inner-box:hover:after {
	top: 0;
	height: 100%;
}
.service-block-two .icon-box {
	position: relative;
	margin-bottom: 25px;
}
.service-block-two .icon-box .icon {
	position: relative;
	display: inline-block;
	font-size: 64px;
	line-height: 1em;
	text-align: center;
	color: #ff9f14;
}
.service-block-two h3 {
	position: relative;
	font-size: 22px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 25px;
}
.service-block-two h3 a {
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
.service-block-two h3 a:hover {
	color: #ff9f14;
}
.service-block-two .text {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	height: 150px;
}
.service-detail-section {
	position: relative;
	padding: 60px 0;
}
.service-detail {
	position: relative;
}
.service-detail .lower-content {
	position: relative;
	padding-top: 35px;
}
.service-detail h2 {
	position: relative;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}
.service-detail h3 {
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}
.service-detail p {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #292929;
	font-weight: 400;
	margin-bottom: 30px;
}
.top-40 {
	margin-top: 40px;
}
.service-detail .two-column {
	position: relative;
}
.service-detail .two-column .info-column {
	position: relative;
}
.service-detail .image-column .image {
	position: relative;
	margin-bottom: 30px;
}
.service-detail .image-column .image img {
	display: block;
	width: 100%;
}
/*Services Category*/



.service-list {
	position: relative;
	margin-bottom: 20px;
}
.service-list li {
	position: relative;
	margin-bottom: -1px;
}
.service-list li:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0px;
	background-color: #ff9f14;
	content: "";
	opacity: 0;
	transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.service-list li.active:before, .service-list li:hover:before {
	width: 4px;
	opacity: 1;
}
.service-list li a {
	position: relative;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	font-weight: 600;
	padding: 8px 15px;
	background: #cccccc57;
	display: block;
	border: 1px solid #e1e1e1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.service-list li a:after {
	position: absolute;
	content: '\f101';
	right: 25px;
	top: 16px;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	font-weight: 400;
	font-family: 'FontAwesome';
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-list li a:hover::after, .service-list li.active a::after {
	color: #ff9f14;
}
/*Help Box*/



.consult-box {
	position: relative;
	background-size: cover;
	padding: 50px 60px 40px;
	text-align: center;
	margin-bottom: 20px;
}
.service-detail h2 span {
	font-size: 23px;
	color: #ffffff;
	background: #10afd1;
	padding: 5px 10px;
}
.consult-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #222222;
	opacity: .90;
	content: "";
}
.consult-box h4 {
	position: relative;
	font-size: 24px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 700;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.consult-box h4:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	width: 60px;
	background-color: #ff9f14;
	content: "";
	margin: 0 auto;
}
.consult-box p {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}
.consult-box .theme-btn {
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 30px;
	color: #ff9f14;
	font-weight: 400;
	text-transform: uppercase;
}
.consult-box .theme-btn i {
	margin-left: 7px;
}
.consult-box .theme-btn:hover {
	color: #ffffff;
}
/* service Sidebar */



.service-sidebar {
	position: relative;
}
.service-sidebar .link-box {
	position: relative;
	display: block;
}
.service-sidebar .link-box a {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	padding: 19px 65px;
	border: 1px solid #cccccc;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-sidebar .link-box a:hover {
	border-color: #ffb200;
	background-color: #ffb200;
}
.service-sidebar .link-box a span {
	color: #333333;
	margin-right: 20px;
}
/*===  Need help ===*/



.need-help {
	position: relative;
}
.need-help p {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 35px;
}
.need-help ul li {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	font-weight: 400;
}
.need-help ul li i {
	margin-right: 35px;
	color: #00aeef;
}
.need-help ul li a {
	color: #666666;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.need-help ul li a:hover {
	color: #00aeef;
}
.fun-fact-section {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 100px;
}
.fun-fact-section:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #1a1d1f;
	opacity: .80;
	content: "";
}
.fun-fact-section .title-column .inner-column {
	position: relative;
	margin-left: 100px;
	padding: 70px 20px 70px 0;
	max-width: 200px;
	border: 8px solid #ff9f14;
	border-left: 0;
}
.fun-fact-section .title-column .inner-column:before, .fun-fact-section .title-column .inner-column:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 58px;
	width: 8px;
	background-color: #ff9f14;
	content: "";
}
.fun-fact-section .title-column .inner-column:after {
	top: auto;
	bottom: 0;
}
.fun-fact-section .title-column h3 {
	position: relative;
	font-size: 30px;
	line-height: 44px;
	color: #ffffff;
	font-weight: 800;
	margin-left: -100px;
}
.fun-fact-section .content-column .row {
	margin: 0 -60px;
}
.counter-column {
	position: relative;
	padding: 0 60px;
	text-align: center;
}
.counter-column .count-box {
	position: relative;
	padding-top: 45px;
	font-size: 36px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
}
.counter-column .icon {
	position: relative;
	display: block;
	text-align: center;
	font-size: 48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
}
.counter-column .counter-title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ff9f14;
	font-weight: 600;
	padding-bottom: 22px;
	margin-bottom: 35px;
}
.counter-column .counter-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	height: 2px;
	width: 45px;
	background-color: #888888;
	content: '';
}
.counter-column .count-text {
	position: relative;
	display: inline-block;
	font-size: 36px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
}
.projects-section {
	position: relative;
	padding: 125px 0px 130px;
}
.projects-section .inner-container {
	position: relative;
}
.projects-section .sec-title {
	float: left;
}
.projects-section .filters {
	float: right;
	margin-top: 60px;
}
.projects-section .filters .filter-tabs {
	position: relative;
	border-bottom: 2px solid #dddddd;
}
.projects-section .filters li {
	position: relative;
	float: left;
	margin-right: 50px;
	font-size: 14px;
	color: #222222;
	line-height: 25px;
	font-weight: 400;
	cursor: pointer;
	padding: 10px 10px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.projects-section .filters li:last-child {
	margin-right: 20px;
}
.projects-section .filters li.active, .projects-section .filters li:hover {
	color: #ff9f14;
	font-weight: 700;
}
.projects-section .filters li:after {
	position: absolute;
	bottom: -2px;
	height: 2px;
	width: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background-color: #ff9f14;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.projects-section .filters li.active:after, .projects-section .filters li:hover:after {
	width: 100%;
}
.project-block {
	position: relative;
	margin-bottom: 30px;
}
.project-block.masonry-item {
	padding: 0 15px;
}
.project-block.mix {
	display: none;
}
.masonry-item.large-column {
	width: 41.66666667%
}
.masonry-item.medium-column {
	width: 33.333333%
}
.masonry-item.small-column {
	width: 25%;
}
.project-block .image-box {
	position: relative;
	overflow: hidden;
}
.project-block .image-box img {
	width: 100%;
	height: auto;
	display: block;
}
.project-block .image-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.project-block .image-box .overlay-box .content {
	position: absolute;
	bottom: 0;
	padding-left: 40px;
	padding-bottom: 35px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.project-block .image-box:hover .overlay-box .content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	transition-delay: 300ms;
}
.project-block .image-box .overlay-box .content h3 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.project-block .image-box .overlay-box .content h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.project-block .image-box .overlay-box .content h3 a:hover {
	color: #ff9f14;
}
.project-block .image-box .overlay-box .content span {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
}
.project-block .image-box .overlay-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: padding-box content-box;
	padding: 10px;
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5) rotateX(180deg);
	-moz-transform: scale(0.5) rotateX(180deg);
	-ms-transform: scale(0.5) rotateX(180deg);
	-o-transform: scale(0.5) rotateX(180deg);
	transform: scale(0.5) rotateX(180deg);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-block .inner-box:hover .overlay-box:before {
	opacity: .80;
	-webkit-transform: scale(1) rotateX(0deg);
	-moz-transform: scale(1) rotateX(0deg);
	-ms-transform: scale(1) rotateX(0deg);
	-o-transform: scale(1) rotateX(0deg);
	transform: scale(1) rotateX(0deg);
	visibility: visible;
}
.project-block .icon-box {
	position: absolute;
	right: 40px;
	bottom: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.project-block .inner-box:hover .icon-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.project-block .icon-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	margin: 0 3px;
	background-color: #222222;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.project-block .icon-box a:hover {
	background-color: #ff9f14;
	color: #ffffff;
}
.projects-section .link-box {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.projects-section .link-box a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 45px;
	background-color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.projects-section .link-box a:hover {
	background-color: #ff9f14;
	color: #222222;
}
/*=== Style Two ===*/



.projects-section.style-two {
	padding: 125px 0px 130px;
}
.projects-section.style-two .filters {
	margin-top: 0;
	margin-bottom: 55px;
	width: 100%;
	text-align: center;
}
.projects-section.style-two .filters ul {
	display: inline-block;
}
.projects-section.style-two .styled-pagination {
	margin-top: 50px;
}
.projects-section-two {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0px 60px;
}
/*.projects-section-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .80;
	content: "";
}
.projects-section-two:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 120px;
	width: 100%;
	background-color: #ffffff;
	opacity: 1;
	content: "";
}*/
.project-tab {
	position: relative;
}
.project-tab .sec-title {
	margin-bottom: 35px;
}
.project-tab .tabs-header {
	position: relative;
}
.project-tab .tab-btns {
	padding-top: 45px;
	position: relative;
	border-bottom: 1px solid #494949;
}
.project-tab .tab-btns .tab-btn {
	position: relative;
	float: left;
	font-size: 14px;
	color: #bbbbbb;
	line-height: 20px;
	font-weight: 400;
	cursor: pointer;
	padding: 20px 8px;
	margin-right: 50px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.project-tab .tab-btns .tab-btn:last-child {
	margin-right: 22px;
}
.project-tab .filter-tabs li.active {
	color: #ff9f14;
	font-weight: 700;
}
.project-tab .tab-btns .tab-btn:hover {
	color: #ff9f14;
}
.project-tab .tab-btns .tab-btn:after {
	position: absolute;
	bottom: -2px;
	height: 2px;
	width: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background-color: #ff9f14;
	transition: all 300ms ease;
}
.project-tab .tab-btns .tab-btn.active-btn:after, .project-tab .tab-btns .tab-btn:hover:after {
	width: 100%;
}
.project-tab .tabs-content {
	position: relative;
	display: block;
	padding: 0;
}
.project-tab .tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-tab .tab .project-block-two {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.project-tab .tab.active-tab .project-block-two {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.project-tab .tab.active-tab {
	position: relative;
	visibility: visible;
	z-index: 5;
}
.project-block-two {
	position: relative;
}
.project-block-two .image-box {
	position: relative;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
.project-block-two .image-box img {
	width: 100%;
	height: auto;
	display: block;
}
.project-block-two .image-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.project-block-two .image-box .overlay-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: padding-box content-box;
	padding: 13px;
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5) rotateX(180deg);
	-moz-transform: scale(0.5) rotateX(180deg);
	-ms-transform: scale(0.5) rotateX(180deg);
	-o-transform: scale(0.5) rotateX(180deg);
	transform: scale(0.5) rotateX(180deg);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project-block-two .inner-box:hover .overlay-box:before {
	opacity: .80;
	-webkit-transform: scale(1) rotateX(0deg);
	-moz-transform: scale(1) rotateX(0deg);
	-ms-transform: scale(1) rotateX(0deg);
	-o-transform: scale(1) rotateX(0deg);
	transform: scale(1) rotateX(0deg);
	visibility: visible;
}
.project-block-two .icon-box {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.project-block-two .inner-box:hover .icon-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.project-block-two .icon-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	margin: 0 3px;
	background-color: #222222;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.project-block-two .icon-box a:hover {
	background-color: #ff9f14;
	color: #ffffff;
}
.project-block-two .lower-content {
	position: relative;
	padding: 15px;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 3px solid #f1f1f1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.project-block-two .inner-box:hover .lower-content {
	background-color:#be5e31;
}
.inner-box:hover .lower-content h3{color: #fff;}
.project-block-two .lower-content h3 {
	display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 400;
}
.project-block-two .lower-content h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.project-block-two .lower-content h3 a:hover {
	color: #ff9f14;
}
.project-block-two .lower-content span {
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 1px;
}
.project-detail {
	position: relative;
	padding: 130px 0;
}
.project-detail .image-box {
	position: relative;
}
.project-detail .image-box img {
	display: block;
	width: 100%;
	height: auto;
}
.project-detail .lower-content {
	position: relative;
}
.project-detail .lower-content .title-box {
	position: relative;
	padding: 50px 0 54px;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 40px;
}
.project-detail .lower-content .title-box:before {
	position: absolute;
	left: 50%;
	top: 48px;
	height: 70px;
	width: 2px;
	background-color: #dddddd;
	content: "";
}
.project-detail .title-box h2 {
	float: left;
	width: 50%;
}
.project-detail h2 {
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	padding-top: 15px;
}
.project-detail .lower-content .info {
	position: relative;
	float: right;
	width: 50%;
	padding-left: 50px;
}
.project-detail .lower-content .info li {
	position: relative;
	display: inline-block;
	margin-right: 65px;
}
.project-detail .lower-content .info li:last-child {
	margin-right: 0;
}
.project-detail .lower-content .info li h4 {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	text-transform: uppercase;
}
.project-detail .lower-content .info li span {
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	margin-top: 5px;
}
.project-detail h5 {
	font-size: 18px;
	line-height: 2em;
	color: #222222;
	font-weight: 400;
	margin-bottom: 25px;
}
.project-detail .lower-content p {
	font-size: 15px;
	line-height: 2em;
	color: #777777;
	font-weight: 400;
	margin-bottom: 60px;
}
.project-detail .two-column {
	margin-bottom: 60px;
}
.project-detail .two-column .info-column .inner-column {
	padding-left: 40px;
}
.project-detail .two-column .info-column h2 {
	font-weight: 700;
	margin-bottom: 25px;
}
.project-detail .sub-title {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #bbbbbb;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 5px;
}
.project-detail .two-column .info-column h5 {
	margin-bottom: 45px;
	line-height: 1.2em;
}
.load-more-option {
	position: relative;
	border-top: 2px solid #dddddd;
	padding-top: 40px;
}
.load-more-option .next a, .load-more-option .prev a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	padding: 10px 24px;
	text-transform: capitalize;
	background-color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.load-more-option .next a:hover, .load-more-option .prev a:hover {
	background-color: #ff9f14;
}
.load-more-option .next a span {
	margin-right: 10px;
}
.load-more-option .prev a span {
	margin-left: 10px;
}
.styled-pagination {
	position: relative;
}
.styled-pagination ul {
	position: relative;
	display: inline-block;
}
.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0 4px 8px;
}
.styled-pagination li a {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 400;
	font-size: 14px;
	background: #ffffff;
	color: #666666;
	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;
}
.styled-pagination li.next a i {
	margin-left: 5px;
	font-size: 16px;
}
.styled-pagination li.prev a i {
	margin-right: 5px;
	font-size: 16px;
}
.styled-pagination li a:hover, .styled-pagination li.active a {
	color: #ffffff;
	background: #ff9f14;
	border-color: #ff9f14;
}
.styled-pagination li.next a, .styled-pagination li.prev a {
	width: auto;
	padding: 0 20px;
}
.call-back-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.call-back-section .outer-box {
	position: relative;
	z-index: 5;
}
.call-back-section .outer-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .90;
	content: "";
}
.call-back-section .content-column .inner-column {
	position: relative;
	text-align: right;
	padding: 110px 0;
	padding-right: 20px;
}
.call-back-section .content-column h3 {
	font-size: 30px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 18px;
    text-align: center;
    margin-top: 30px;
}
.call-back-section .content-column h3:before {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background-color: #ff9f14;
	content: "";
}
.call-back-section .content-column .text {
	position: relative;
	font-size: 18px;
	line-height: 36px;
	color: #002222;
	font-weight: 400;
}


.call-back-section.style-two {
	z-index: 99;
}

.call-back-section.style-two .content-column .text, .call-back-section.style-two .content-column h3 {
	color: #000;
}

.team-section {
	position: relative;
	padding: 125px 0 80px;
}
.team-section .sec-title {
	margin-bottom: 80px;
}
.team-block {
	position: relative;
	margin-bottom: 50px;
}
.team-block .inner-box {
	position: relative;
	padding-bottom: 70px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.team-block .inner-box:hover {
	padding-bottom: 0;
	padding-top: 70px;
}
.team-block .image-box {
	position: relative;
}
.team-block .image-box:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: #222222;
	content: "";
	opacity: .70;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.team-block .inner-box:hover .image-box:before {
	height: 100%;
}
.team-block .image-box img {
	display: block;
	width: 100%;
	height: auto;
}
.team-block .overlay-box {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}
.team-block .inner-box:hover .overlay-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.team-block .overlay-box .designation {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	padding-bottom: 28px;
	margin-bottom: 30px;
}
.team-block .overlay-box .designation:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 70px;
	margin-left: -35px;
	background-color: #ffffff;
	content: "";
}
.team-block .social-links {
	position: relative;
}
.team-block .social-links li {
	position: relative;
	display: inline-block;
	margin: 0 7px;
}
.team-block .social-links li a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #ffa630;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-block .social-links li a:hover {
	color: #ffffff;
}
.team-block .name {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	font-weight: 700;
	padding: 20px 20px;
	text-align: center;
	border-bottom: 2px solid #ebebeb;
	z-index: 99;
	margin-top: -70px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.team-block .inner-box:hover .name {
	color: #ff9f14;
	top: 0px;
	margin-top: 0px;
	border-top: 2px solid #222222;
	border-bottom: 2px solid transparent;
}
.testimonial-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 130px 0;
}
.testimonial-carousel {
	position: relative;
	padding-bottom: 70px;
}
.testimonial-block {
	position: relative;
}
.testimonial-block .inner-box {
	position: relative;
	padding: 45px 40px 40px;
	min-height: 150px;
	background-color: #ffffff;
}
.testimonial-block .thumb {
	position: absolute;
	left: 40px;
	top: 45px;
	height: 100px;
	width: 100px;
}
.testimonial-block .thumb:before {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -1.5px;
	height: 55px;
	width: 2px;
	background-color: #ff9f14;
	content: "";
}
.testimonial-block .thumb img {
	display: block;
	width: 100%;
	border-radius: 50%;
}
.testimonial-block .text {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	margin-bottom: 20px;
}
.testimonial-block .info {
	position: relative;
}
.testimonial-block .inner-box .name {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	margin-right: 15px;
}
.testimonial-block .inner-box .designation {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ff9f14;
	font-weight: 400;
}
.testimonial-carousel .owl-nav {
	display: none;
}
.testimonial-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #ff9f14 padding-box content-box;
	margin: 0 4px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.testimonial-carousel .owl-dots .owl-dot.active {
	padding: 2px 0;
	width: 30px;
	background-color: #222222;
}
.testimonial-carousel .owl-dots .owl-dot:hover {
	background-color: #222222;
}
.testimonial-section.style-two {
	padding: 50px 0;
}
.testimonial-section.style-two .testimonial-carousel {
	padding-bottom: 0;
}
.testimonial-section.style-two .testimonial-block {
	border: 1px solid #e1e1e1;
}
.testimonial-section.style-two .owl-dots {
	display: none;
}
.testimonial-section.style-two .owl-nav {
	display: block;
	position: absolute;
	right: 0;
	top: -100px;
}
.testimonial-section.style-two .owl-nav .owl-prev, .testimonial-section.style-two .owl-nav .owl-next {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
	color: #cccccc;
	border: 1px solid #cccccc;
	margin-left: 8px;
	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;
}
.testimonial-section.style-two .owl-nav .owl-prev:hover, .testimonial-section.style-two .owl-nav .owl-next:hover {
	color: #ff9f14;
	border-color: #ff9f14;
}
.news-section {
	position: relative;
	padding: 125px 0 70px;
}
.news-section.alternate {
	padding: 50px 0;
}
.news-block {
	position: relative;
	margin-bottom: 60px;
}
.news-block .inner-box {
	position: relative;
}
.news-block .image-box {
	position: relative;
	overflow: hidden;
}
.news-block .image-box .date {
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 15px;
	padding: 10px 20px;
	font-size: 14px;
	color: #ffffff;
	background-color: #ff9f14;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .inner-box:hover .image-box .date {
	background-color: #222222;
}
.news-block .image-box a {
	display: block;
}
.news-block .image-box img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.news-block .inner-box:hover .image-box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news-block .content-box {
	position: relative;
	padding: 20px 0 12px;
	border-bottom: 1px solid #ebebeb;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .inner-box:hover .content-box {
	border-bottom: 1px solid #222222;
}
.news-block .content-box h3 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 5px;
}
.news-block .content-box h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .inner-box:hover .content-box h3 a {
	color: #ff9f14;
}
.news-block .content-box .info {
	position: relative;
	margin-bottom: 25px;
}
.news-block .content-box .info li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #ff9f14;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
}
.news-block .content-box .info li a {
	color: #ff9f14;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .content-box .info li a:hover {
	color: #222222;
}
.news-block .content-box .text {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 35px;
}
.news-block .content-box .link-box {
	position: relative;
	display: block;
}
.news-block .content-box .link-box a {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .content-box .link-box a:hover {
	color: #ff9f14;
}
.news-section .styled-pagination {
	margin-top: 20px;
}
.blog-detail .news-block {
	margin-bottom: 0;
}
.blog-detail .news-block .date {
	right: 30px;
	bottom: 30px;
}
.blog-detail .news-block h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #36404b;
	font-weight: 700;
	margin-bottom: 10px;
}
.blog-detail .news-block .content-box {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.blog-detail .news-block .content-box .info {
	margin-bottom: 20px;
}
.blog-detail p {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #272727;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: justify;
}
.blog-detail blockquote {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	padding: 40px 40px;
	padding-left: 100px;
	background-color: #f5f5f5;
	max-width: 670px;
	margin: 0 auto 30px;
	border: 0;
}
.blog-detail blockquote:before {
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -15px;
	content: "\f10d";
	font-size: 24px;
	line-height: 30px;
	color: #ff9f14;
	font-family: "FontAwesome";
}
.blog-detail .post-share-options {
	position: relative;
	display: block;
	padding: 30px 0;
}
.blog-detail .post-share-options .social-links {
	position: relative;
	float: left;
}
.post-share-options h4 {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #222222;
	display: inline-block;
	margin-right: 30px;
	padding: 5px 0;
}
.post-share-options .social-links ul {
	position: relative;
	display: inline-block;
}
.post-share-options .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 17px;
}
.post-share-options .social-links li a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #222222;
	font-weight: 400;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #ebebeb;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.post-share-options .social-links li a:hover {
	color: #ffffff;
	background-color: #ff9f14;
}
.faq-section {
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 0 50px;
}
.faq-section:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: #ffffff;
	opacity: .90;
	content: "";
}
.faq-section .sec-title {
	margin-bottom: 35px;
}
.faq-section .content-box {
	position: relative;
	float: right;
	width: 50%;
	padding: 0 15px;
}
.faq-section .content-box .inner-box {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}
.accordion-box .block {
	position: relative;
	margin-bottom: 20px;
}
.accordion-box .block .acc-btn {
	position: relative;
	font-size: 17px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	cursor: pointer;
	padding: 19px 70px 19px 30px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	margin-bottom: 20px;
}
.accordion-box .block .acc-btn.active {
	border-bottom-color: #ffffff;
	color: #ff9f14;
	margin-bottom: 0;
}
.accordion-box .block .icon-outer {
	position: absolute;
	right: 0;
	top: 0px;
	color: #ff9f14;
	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;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: 400;
	color: #ff9f14;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.accordion-box .block .acc-btn.active .icon-outer .icon:before {
	content: "\f056";
	display: inline-block;
	color: #222222;
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
	background-color: #ffffff;
}
.accordion-box .block .content {
	position: relative;
	padding: 0 30px 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.accordion-box .block .content .text {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
}
.clients-section {
	position: relative;
	display: block;
	padding: 40px 0;
	background-color: #fff;
	display: none;
}
.clients-section.style-two {
	padding: 115px 0;
	background-color: #ffffff;
}
.clients-section .sponsors-outer {
	position: relative;
}
.clients-section .image-box {
	position: relative;
	display: block;
	text-align: center;
}
.clients-section .image-box img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.clients-section .slide-item:hover .image-box img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.main-footer {
	position: relative;
	background:url(../images/background/5.jpg);
	background-size: cover;
}
.main-footer .widgets-section {
	position: relative;
	padding: 50px 0 20px;
	border-bottom: 1px solid #353535;
}
.main-footer .footer-column {
	position: relative;
}
.main-footer .footer-widget {
	position: relative;
	margin-bottom: 25px;
}
.main-footer .footer-column .widget-title {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 17px;
	margin-bottom: 30px;
}
.main-footer .footer-column .widget-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 35px;
	background-color: #ff9f14;
	content: "";
}
.main-footer .about-widget {
	padding-right: 30px;
}
.main-footer .footer-logo {
	position: relative;
	margin-bottom: 10px;
}
.main-footer .footer-logo img {
	display: block;
	max-width: 100%;
}
.main-footer .about-widget .text {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}
.social-icon-two {
	position: relative;
	display: block;
}
.social-icon-two li {
	position: relative;
	display: inline-block;
	margin-right: 14px;
}
.social-icon-two li a {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
	background-color: #ffffff;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-two li a:hover {
	background-color: #ea9216;
}
/*=== links Widget ===*/



.main-footer .links-widget {
	position: relative;
}
.main-footer .links-widget .list li {
	position: relative;
	display: block;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.main-footer .links-widget .list li:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	content: "\f105";
	font-family: "FontAwesome";
}
.main-footer .links-widget .list li a {
	position: relative;
	display: inline-block;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main-footer .links-widget .list li a:hover {
	color: #ff9f14;
}
/*=== Contact Widget ===*/



.contact-widget {
	position: relative;
	padding-left: 20px;
	margin-right: -30px;
}
.main-footer .contact-list {
	margin-bottom: 10px;
}
.main-footer .contact-list li {
	position: relative;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
}
.main-footer .contact-list li span {
	display: inline-block;
	margin-right: 14px;
	color: #ff9f14;
}
.main-footer .contact-list li a {
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main-footer .contact-list li a:hover {
	color: #ff9f14;
}
.main-footer .subscribe-form {
	position: relative;
}
.main-footer .subscribe-form .form-group {
	position: relative;
	margin: 0px;
}
.main-footer .subscribe-form .form-group input[type="text"], .main-footer .subscribe-form .form-group input[type="email"] {
	position: relative;
	display: block;
	font-size: 14px;
	color: #777777;
	line-height: 20px;
	padding: 15px 20px;
	padding-right: 50px;
	height: 50px;
	width: 100%;
	border: 1px solid #eeeeee;
	background-color: #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-footer .subscribe-form .form-group input:focus {
	border-color: #ff9f14;
}
.main-footer .subscribe-form .form-group input[type="submit"], .main-footer .subscribe-form .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background-color: #ff9f14;
	font-weight: normal;
}
.main-footer .gallery-widget {
	padding-left: 40px;
	padding-right: 40px;
}
.main-footer .gallery-widget .outer {
	position: relative;
	margin: 0px -5px 0;
}
.main-footer .gallery-widget .widget-title {
	margin-bottom: 35px;
}
.main-footer .gallery-widget .outer .image {
	position: relative;
	float: left;
	width: 33.3333%;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.main-footer .gallery-widget .image img {
	display: block;
	width: 100%;
}
.main-footer .gallery-widget .image a {
	position: relative;
	display: block;
}
.main-footer .gallery-widget .image a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ff9f14 padding-box content-box;
	padding: 4px;
	opacity: .80;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .gallery-widget .image a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.main-footer .gallery-widget .image a:after {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	content: "\f0c1";
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	color: #222222;
	font-family: "FontAwesome";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .gallery-widget .image a:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*=== Footer Bottom ===*/



.main-footer .footer-bottom {
	position: relative;
	background-color: #000;
	text-align: center;
}
.main-footer .footer-bottom .copyright-text {
	position: relative;
	display: block;
	padding: 20px 0px 10px;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
}
.main-footer .footer-bottom .copyright-text a {
	color: #ff9f14;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .footer-bottom .copyright-text a:hover {
	text-decoration: underline;
}
.sidebar-page-container {
	position: relative;
	padding: 50px 0 60px;
}
.sidebar-page-container.alternate {
	padding-bottom: 80px;
}
.sidebar-page-container.alternate .styled-pagination {
	margin-top: 10px;
}
.sidebar-page-container .sidebar-side, .sidebar-page-container .content-side {
	position: relative;
	margin-bottom: 50px;
}
.sidebar-widget {
	position: relative;
}
.sidebar-side .sidebar-widget:last-child {
	margin-bottom: 0;
}
.sidebar-page-container .sidebar-title {
	position: relative;
	margin-bottom: 20px;
}
.sidebar-page-container .sidebar-title h2 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	padding-bottom: 25px;
}
.sidebar-page-container .sidebar-title h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background-color: #ff9f14;
	content: "";
}
/*Search Box Widget*/



.sidebar .search-box {
	position: relative;
}
.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 15px;
	color: #222222;
	line-height: 28px;
	padding: 15px 25px;
	padding-right: 60px;
	height: 60px;
	width: 100%;
	border: 1px solid #eeeeee;
	background-color: #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;
}
.sidebar .search-box .form-group input:focus {
	border-color: #ff9f14;
}
.sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	font-size: 16px;
	background-color: #222222;
	color: #ffffff;
	font-weight: normal;
}
 .sidebar .search-box ::-webkit-input-placeholder {
color: #bbbbbb;
}
 .sidebar .search-box ::-moz-input-placeholder {
color: #bbbbbb;
}
 .sidebar .search-box ::-ms-input-placeholder {
color: #bbbbbb;
}
/*=== Categories ===*/



.cat-list {
	position: relative;
}
.cat-list li {
	position: relative;
	margin-bottom: -1px;
}
.cat-list li:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0px;
	background-color: #ff9f14;
	content: "";
	opacity: 0;
	transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.cat-list li.active:before, .cat-list li:hover:before {
	width: 7px;
	opacity: 1;
}
.cat-list li a {
	position: relative;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	font-weight: 600;
	padding: 19px 40px;
	padding-right: 35px;
	display: block;
	border: 1px solid #e1e1e1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.cat-list li a span {
	float: right;
	font-weight: 400;
}
.cat-list li.active a, .cat-list li:hover a, .cat-list li.active a span, .cat-list li:hover a span {
	color: #ff9f14;
}
/*=== Latest News ===*/



.latest-news .post {
	position: relative;
	padding-left: 130px;
	margin-bottom: 10px;
	min-height: 100px;
	background: #fff;
	padding-top: 10px;
}
.latest-news .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100px;
	margin-bottom: 20px;
}
.latest-news .post-thumb img {
	position: relative;
	display: block;
	width: 100%;
}
.latest-news .post h3 {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	top: -4px;
	margin-bottom: 10px;
	text-align: left;
}
.latest-news .post h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.latest-news .post:hover h3 a {
	color: #ff9f14;
}
.latest-news .post .post-info {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #bbbbbb;
	font-weight: 700;
	font-style: italic;
}
/*=== Tags ===*/



.tag-list {
	position: relative;
	display: block;
	margin-right: -20px;
}
.tag-list li {
	position: relative;
	float: left;
	margin-bottom: 16px;
	margin-right: 16px;
}
.tag-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #777777;
	line-height: 30px;
	padding: 9px 25px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #e1e1e1;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.tag-list li a:hover {
	background-color: #222222;
	border-color: #222222;
	color: #ffffff;
}
.sidebar-page-container .group-title {
	position: relative;
	display: block;
	margin-bottom: 60px;
}
.sidebar-page-container .group-title h2 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	padding-bottom: 25px;
}
.sidebar-page-container .group-title h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background-color: #ff9f14;
	content: "";
}
.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 50px;
}
.sidebar-page-container .comments-area .comment-box {
	position: relative;
	background-color: #f7f7f7;
	margin-bottom: 70px;
}
.sidebar-page-container .comments-area .comment-box.reply-comment {
	margin-left: 70px;
}
.sidebar-page-container .comments-area .comment {
	position: relative;
	min-width: 120px;
	padding: 30px 30px 30px 185px;
}
.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
}
.sidebar-page-container .comments-area .comment .comment-reply {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #ff9f14;
	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;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 120px;
	overflow: hidden;
	margin-bottom: 20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
	display: block;
}
.sidebar-page-container .comments-area .comment-info {
	position: relative;
	display: block;
}
.sidebar-page-container .comments-area .comment-info h4 {
	color: #222222;
	line-height: 22px;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}
.sidebar-page-container .comments-area .comment-info span {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	line-height: 28px;
	color: #36404b;
	margin-left: 15px;
}
.sidebar-page-container .comments-area .comment-box .text {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin-top: 5px;
	font-weight: 500;
	margin-bottom: 5px;
}
.comment-form .group-title {
	margin-bottom: 50px;
}
.comment-form {
	position: relative;
}
.comment-form .form-group {
	position: relative;
	margin-bottom: 30px;
}
.comment-form .form-group:last-child {
	margin-bottom: 0;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="password"], .comment-form input[type="tel"], .comment-form select, .comment-form textarea {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 400;
	line-height: 20px;
	padding: 14px 24px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comment-form .form-group textarea {
	height: 190px;
	resize: none;
	padding: 18px 22px;
	margin-bottom: 10px;
}
.comment-form .form-group input:focus, .comment-form .form-group textarea:focus {
	border-color: #ff9f14;
}
.comment-form button {
	position: relative;
	color: #ffffff;
	text-transform: capitalize;
}
.error-section {
	position: relative;
	text-align: center;
	padding: 190px 0px 200px;
}
.error-section .error-image {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.error-section .error-image .image {
	position: relative;
	max-width: 100%;
	display: inline-block;
}
.error-section h2 {
	position: relative;
	font-size: 60px;
	line-height: 1.2em;
	color: #ff9f14;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.error-section .text {
	font-size: 18px;
	color: #777777;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 50px;
}
.error-section .theme-btn {
	font-weight: 700;
	padding: 15px 55px;
	font-size: 20px;
	line-height: 30px;
}
.contact-page-section {
	position: relative;
	padding: 50px 0 0;
	background: #e6e6e6;
}
.contact-page-section .heading-box {
	position: relative;
}
.contact-page-section .sec-title {
	float: left;
	margin-right: 110px;
}
.contact-page-section .heading-box .text {
	position: relative;
	padding-top: 20px;
}
.contact-page-section .heading-box .text p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
}
.contact-form-two {
	position: relative;
	z-index: 1;
	padding-right: 40px;
	margin-bottom: 40px;
}
.contact-form-two .form-group {
	position: relative;
	margin-bottom: 15px;
}
.contact-form-two .form-group:last-child {
	margin-bottom: 0;
}
.contact-column {
	background: #fff;
	border: solid 1px #c7c1c1;
	padding: 15px;
	margin-left: -20px;
}
.contact-form-two .form-group input[type="text"], .contact-form-two .form-group input[type="email"], .contact-form-two .form-group input[type="tel"], .contact-form-two .form-group input[type="url"], .contact-form-two .form-group textarea, .contact-form-two .form-group select, .contact-form-two .form-group input[type="number"]{
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	color: #bbbbbb;
	font-weight: 400;
	height: 50px;
	padding: 10px 25px;
	background-color: transparent;
	border: 1px solid #bbbbbb;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background: #fff;
}
 .contact-form-two ::-webkit-input-placeholder {
color: #999999;;
}
 .contact-form-two ::-moz-input-placeholder {
color: #999999;;
}
 .contact-form-two ::-ms-input-placeholder {
color: #999999;;
}
.contact-form-two .form-group input:focus, .contact-form-two .form-group select:focus, .contact-form-two .form-group textarea:focus {
	border-color: #ff9f14;
}
.contact-form-two .form-group textarea {
	height: 150px;
	margin-bottom: 10px;
	resize: none;
}
.contact-form-two .form-group input[type=submit], .contact-form-two .form-group button {
	text-transform: capitalize;
	line-height: 25px;
}
.contact-form-two .form-group input.error, .contact-form-two .form-group select.error, .contact-form-two .form-group textarea.error {
	border-color: #ff0000;
}
.contact-form-two .form-group label.error {
	display: block;
	line-height: 20px;
	padding-top: 5px;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
	color: #ff0000;
}
.contact-page-section .contact-info {
	position: relative;
}
.contact-page-section .contact-info li {
	position: relative;
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	padding-left: 70px;
	min-height: 50px;
	margin-bottom: 38px;
}
.contact-page-section .contact-info li:last-child {
	margin-bottom: 0;
}
.contact-page-section .contact-info li .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 1px dashed #fbb908;
	color: #222222;
	font-size: 24px;
	background: #10afd1;
	color: #fff;
}
.contact-page-section .contact-info li strong {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #1f2a30;
	font-weight: 600;
}
.contact-page-section .contact-info li p {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
}
.contact-page-section .contact-info li p a {
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.contact-page-section .contact-info li a:hover {
	color: #fbb908;
}
.contact-map-section {
	position: relative;
	padding-bottom: 130px;
}
.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: #222222;
}
.map-canvas {
	height: 600px;
}
.shop-upper-box {
	position: relative;
	margin-bottom: 50px;
}
.shop-upper-box .items-label {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #aaaaaa;
	padding: 10px 0;
}
.sort-by .ui-selectmenu-button.ui-button {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	min-width: 270px;
	line-height: 26px;
	text-align: left;
	padding: 10px 20px;
	font-size: 14px;
	border: 2px solid #eeeeee;
	color: #aaaaaa;
	font-weight: 400;
	text-transform: capitalize;
	background: #ffffff;
}
.sort-by .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 3px;
	text-indent: 0px;
	color: #ff9f14;
}
.sort-by .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f107";
	font-weight: 900;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 20px;
	display: block;
	color: #aaaaaa;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	z-index: 5;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background-color: #ff9f14;
	border-color: #ff9f14;
}
.shop-item {
	position: relative;
	margin-bottom: 65px;
}
.shop-item .inner-box {
	position: relative;
}
.shop-item .image {
	position: relative;
}
.shop-item .image img {
	display: block;
	width: 100%;
}
.shop-item .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,.80);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.shop-item:hover .overlay-box {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.shop-item .overlay-box .icon-box {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -20px;
	text-align: center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.shop-item:hover .overlay-box .icon-box {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.shop-item .overlay-box .icon-box a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 400;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #222222;
	margin: 0 5px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.shop-item .overlay-box .icon-box a:hover {
	background-color: #ff9f14;
}
.shop-item .lower-content {
	position: relative;
	padding: 35px 0px 0;
	text-align: center;
}
.shop-item .lower-content h3 {
	position: relative;
	font-size: 20px;
	color: #222222;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
}
.shop-item .lower-content h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.shop-item .lower-content h3 a:hover {
	color: #ff9f14;
}
.shop-item .lower-content .price {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ff9f14;
	font-weight: 700;
	line-height: 20px;
}
.shop-item .lower-content .price del {
	color: #777777;
	text-decoration: line-through;
	margin-right: 8px;
}
.shop-sidebar .sidebar-title h2 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	padding-bottom: 22px;
}
.shop-sidebar .sidebar-title h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 60px;
	background-color: #ff9f14;
	content: "";
}
/*Search Box Widget*/



.shop-sidebar .search-box {
	position: relative;
}
.shop-sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}
.shop-sidebar .search-box .form-group input[type="text"], .shop-sidebar .search-box .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 26px;
	padding: 10px 25px;
	padding-right: 60px;
	height: 50px;
	width: 100%;
	border: 2px solid #ebebeb;
	background-color: #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;
}
.shop-sidebar .search-box .form-group input:focus {
	border-color: #ff9f14;
}
.shop-sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #ff9f14;
	background: none;
	font-weight: normal;
}
/*=== Categories ===*/



.category-list {
	position: relative;
	display: block;
}
.category-list li {
	position: relative;
}
.category-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #222222;
	font-weight: 600;
	line-height: 28px;
	padding: 15px 0;
	padding-left: 20px;
	border-bottom: 1px solid #eeeeee;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.category-list li:first-child a {
	padding-top: 0;
}
.category-list li:last-child a {
	border-bottom: 0;
	padding-bottom: 0;
}
.category-list li a span {
	float: right;
	font-size: 14px;
	margin-right: 20px;
	color: #333333;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.category-list li a:hover {
	color: #ff9f14;
}
/*Sidebar Range slider */



.sidebar-widget .range-slider-one {
	position: relative;
	min-height: 48px;
}
.sidebar-widget .range-slider-one .title {
	position: relative;
	float: left;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	margin-top: 8px;
}
.sidebar-widget .range-slider-one .title:before {
	position: absolute;
	content: '$';
	right: -14px;
	top: 0px;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
}
.sidebar-widget .range-slider-one .input {
	float: right;
	left: 8px;
	max-width: 75px;
	padding-left: 8px;
	margin-top: 8px;
	position: relative;
}
.sidebar-widget .range-slider-one .input input {
	background: none;
	color: #777777;
	font-size: 18px;
	font-weight: 400;
	width: auto;
	text-align: left;
}
.sidebar-widget .range-slider-one .ui-widget.ui-widget-content {
	height: 3px;
	border: none;
	margin-bottom: 45px;
	background: #cccccc;
}
.sidebar-widget .range-slider-one .ui-slider .ui-slider-range {
	top: 0px;
	height: 4px;
	background: #36404b;
}
.sidebar-widget .range-slider-one .ui-state-default, .sidebar-widget .range-slider-one .ui-widget-content .ui-state-default {
	top: -5px;
	width: 15px;
	height: 15px;
	z-index: 99;
	background: #ff9f14;
	cursor: pointer;
	border: 0;
}
.sidebar-widget .range-slider-one .theme-btn {
	font-size: 16px;
	line-height: 18px;
	padding: 10px 40px;
	color: #002222;
	font-weight: 700;
	border: 1px solid #222222;
}
.sidebar-widget .range-slider-one .theme-btn:hover {
	background-color: #222222;
	color: #ffffff;
}
/*Sidebar Realated Posts */



.sidebar .related-posts .post {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	margin-bottom: 25px;
}
.sidebar .related-posts .post:last-child {
	margin-bottom: 0px;
}
.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: 18px;
	line-height: 1.2em;
	font-weight: 500;
	color: #36404b;
	text-transform: capitalize;
}
.sidebar .related-posts .post h4 a {
	color: #36404b;
	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:hover {
	color: #ff9f14;
}
.sidebar .related-posts .rating {
	position: relative;
}
.sidebar .related-posts .rating span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	color: #ff9f14;
}
.sidebar .related-posts .price {
	position: relative;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}
/*Comment Form*/



.shop-comment-form {
	position: relative;
	margin-top: 50px;
}
.shop-comment-form h2 {
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px !important;
}
.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;
	font-weight: 400;
	color: #222222;
	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: #ff9f14;
}
.shop-comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
}
.shop-comment-form .form-group label {
	position: relative;
	color: #333333;
	font-size: 14px;
	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: #ff9f14;
}
.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: 600;
	line-height: 30px;
	padding: 15px 45px;
	margin-top: 10px;
}
.shop-comment-form input:focus, .shop-comment-form select:focus, .shop-comment-form textarea:focus {
	border-color: #f06529;
}
.shop-single {
	position: relative;
	padding: 130px 0 130px;
}
.product-details .basic-details {
	position: relative;
	margin-bottom: 65px;
}
.product-details .image-column, .product-details .info-column {
	margin-bottom: 20px;
}
.product-details .info-column {
	position: relative;
}
.product-details .info-column .inner-column {
	position: relative;
}
.product-details .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}
.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 35px;
	margin-top: 15px;
}
.product-details .basic-details .details-header h4 {
	font-size: 24px;
	font-weight: 600;
	color: #36404b;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.product-details .basic-details .details-header h4 a {
	color: #36404b;
}
.product-details .basic-details .item-price {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #36404b;
	line-height: 24px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}
.product-details .basic-details .item-price del {
	color: #888888;
}
.product-details .basic-details .rating {
	display: inline-block;
	font-size: 16px;
	color: #ff9f14;
	margin-right: 15px;
}
.product-details .basic-details .rating .fa {
	display: inline-block;
}
.product-details .basic-details .text {
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	margin-bottom: 35px;
}
.product-details .basic-details .theme-btn {
	padding: 17px 45px;
	font-weight: 500;
}
.product-details .basic-details .item-quantity {
	position: relative;
	float: left;
	margin-right: 22px;
	max-width: 150px;
	border: 1px solid #777777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
}
.product-details .basic-details .quantity-spinner, .cart-section input.quantity-spinner {
	line-height: 28px;
	width: 100px;
	padding: 10px 15px !important;
	height: 50px !important;
	box-shadow: none !important;
	border: none;
	border-right: 1px solid #777777;
	text-align: center;
	font-size: 20px;
	color: #666666;
}
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn, .cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
	background: none;
	border: 0;
	margin-right: 10px;
	color: #777777;
	text-align: center;
}
.bootstrap-touchspin .input-group-btn-vertical {
	width: 50px;
	text-align: center;
	border: none;
	border-left: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
	left: 0;
	width: 100%;
}
.product-info-tabs {
	position: relative;
	margin-bottom: 50px;
}
.product-info-tabs .prod-tabs {
	position: relative;
}
.product-info-tabs .prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 600;
	padding: 19px 30px;
	text-transform: uppercase;
	border: 1px solid #dddddd;
	margin-bottom: -1px;
	cursor: pointer;
}
.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn {
	background: #eeeeee;
}
.product-info-tabs .prod-tabs .tabs-container {
	position: relative;
}
.product-info-tabs .prod-tabs .tabs-container .tab {
	position: relative;
	padding: 50px 30px 30px;
	display: none;
	border: 1px solid #dddddd;
}
.product-info-tabs .prod-tabs .tabs-container .tab.active-tab {
	display: block;
}
.product-info-tabs .prod-tabs .tabs-container .tab p, .product-info-tabs .prod-tabs .tabs-container .tab h2, .product-info-tabs .prod-tabs .tabs-container .tab h3, .product-info-tabs .prod-tabs .tabs-container .tab h4, .product-info-tabs .prod-tabs .tabs-container .tab h5, .product-info-tabs .prod-tabs .tabs-container .tab h6 {
	margin-bottom: 15px;
}
.product-info-tabs .prod-tabs .tabs-container .tab h3 {
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	color: #36404b;
	margin-bottom: 15px;
}
.product-info-tabs .prod-tabs .tabs-container .tab h4 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222222;
	margin-bottom: 15px;
}
.product-info-tabs .prod-tabs #prod-description {
	position: relative;
	padding: 30px 30px;
	margin-bottom: 110px;
}
.product-info-tabs .prod-tabs #prod-description p {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #777777;
}
.product-info-tabs .prod-tabs .reviews-container {
	position: relative;
}
.product-info-tabs .prod-tabs .reviews-container .review-box {
	position: relative;
	margin-bottom: 20px;
	min-height: 110px;
}
.product-info-tabs .prod-tabs .reviews-container .review-box.reply {
	margin-left: 100px;
}
.product-info-tabs .prod-tabs .reviews-container .rev-thumb {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	background: #ffffff;
	z-index: 99;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.product-info-tabs .prod-tabs .reviews-container .rev-thumb img {
	display: block;
	width: 70px;
	height: 70px;
}
.product-info-tabs .prod-tabs .reviews-container .rev-content {
	position: relative;
	padding: 20px;
	padding-left: 120px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}
.product-info-tabs .prod-tabs .reviews-container .rating {
	color: #ff9f14;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 8px;
}
.product-info-tabs .prod-tabs .reviews-container .rating .fa {
	display: inline-block;
}
.product-info-tabs .prod-tabs .reviews-container .rev-info {
	margin-top: -5px;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 500;
	margin-bottom: 8px;
}
.product-info-tabs .prod-tabs .reviews-container .rev-info span {
	display: inline-block;
	color: #222222;
	font-size: 16px;
	margin-right: 25px;
	font-weight: 500;
}
.product-info-tabs .prod-tabs .reviews-container .rev-text {
	position: relative;
}
.product-info-tabs .prod-tabs .reviews-container .rev-text p {
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	margin: 0;
}
.product-info-tabs .prod-tabs .add-review {
	position: relative;
	margin: 30px 0px 0px;
	font-size: 14px;
}
.product-info-tabs .prod-tabs .add-review .rating {
	position: relative;
	padding-top: 8px;
}
.product-info-tabs .prod-tabs .add-review .rating .rate-box {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #555555;
}
.product-info-tabs .prod-tabs .add-review .rating .rate-box:hover, .product-info-tabs .prod-tabs .add-review .rating .rate-box:focus, .product-info-tabs .prod-tabs .add-review .rating .rate-box:active {
	color: #ff9f14;
}
.product-info-tabs .prod-tabs .add-review label {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #303030;
}
.product-info-tabs .prod-tabs .add-review h3 {
	margin-bottom: 20px;
}
.product-info-tabs .prod-tabs .add-review .form-group {
	position: relative;
	margin-bottom: 20px;
}
.product-info-tabs .prod-tabs .add-review .form-group input[type="text"], .product-info-tabs .prod-tabs .add-review .form-group input[type="password"], .product-info-tabs .prod-tabs .add-review .form-group input[type="tel"], .product-info-tabs .prod-tabs .add-review .form-group input[type="email"], .product-info-tabs .prod-tabs .add-review .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #222222;
	border: 1px solid #e0e0e0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.product-info-tabs .prod-tabs .add-review .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	color: #222222;
	border: 1px solid #e0e0e0;
	height: 150px;
	resize: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.product-info-tabs .prod-tabs .add-review .form-group textarea:focus, .product-info-tabs .prod-tabs .add-review .form-group input:focus, .product-info-tabs .prod-tabs .add-review .form-group select:focus {
	border-color: #ff9f14;
}
.product-info-tabs .prod-tabs .add-review .form-group button {
	font-weight: 500;
	padding: 22px 35px;
}
.checkout-page {
	position: relative;
	padding: 130px 0px 80px;
}
.checkout-page .default-links {
	position: relative;
	margin-bottom: 50px;
}
.checkout-page .default-links li {
	line-height: 25px;
	padding: 25px 25px;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	background-color : #eeeeee;
	margin-bottom: 40px;
}
.checkout-page .default-links li .fa {
	position: relative;
	font-size: 24px;
	line-height: 25px;
	color: #ff9f14;
	margin-right: 20px;
}
.checkout-page .default-links li a {
	color: #666666;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.checkout-page .default-links li a:hover {
	color: #ff9f14;
}
.checkout-page .sec-title {
	margin-bottom: 20px;
}
.checkout-page .sec-title h3 {
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
}
.checkout-form {
	position: relative;
	margin-bottom: 50px;
}
.checkout-form .column {
	padding-right: 30px;
}
.checkout-form .form-group {
	position: relative;
	margin-bottom: 15px;
}
.checkout-form .form-group .field-label {
	display: block;
	line-height: 24px;
	text-transform: capitalize;
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.checkout-form .form-group .field-label span {
	position: relative;
	font-size: 16px;
	color: #222222;
	display: block;
	font-weight: 600;
}
.checkout-form .form-group .field-label sup {
	top: -1px;
	font-size: 15px;
	color: #009fe9;
}
.checkout-form .form-group .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 24px;
}
.checkout-form input[type="text"], .checkout-form input[type="email"], .checkout-form input[type="password"], .checkout-form input[type="tel"], .checkout-form input[type="number"], .checkout-form input[type="url"], .checkout-form select, .checkout-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	font-size: 16px;
	line-height: 26px;
	color: #777777;
	padding: 12px 22px;
	height: 50px;
	border: 1px solid #e0e0e0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.checkout-form select {
	cursor: pointer;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}
.checkout-form textarea {
	resize: none;
	height: 60px !important;
	padding-left: 30px;
}
.checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus {
	border-color: #ff9f14;
}
.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: #ff9f14;
}
.coupon-form button {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 700;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	padding: 8px 26px;
	text-transform: capitalize;
}
.order-box {
	position: relative;
	margin-bottom: 50px;
}
.order-box .sec-title {
	margin-bottom: 25px;
}
.order-box .sec-title h2 {
	font-size: 28px;
	padding-bottom: 0;
}
.order-box .sec-title h2:before {
	display: none;
}
.order-box .title-box {
	position: relative;
	padding: 15px 30px;
	font-weight: 500;
	color: #ffffff;
	background-color : #222222;
}
.order-box .title-box .col {
	position: relative;
	width: 50%;
	float: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
}
.order-box ul {
	position: relative;
}
.order-box ul li {
	position: relative;
	padding: 25px 30px;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
	line-height: 30px;
	border-bottom: 1px solid #cccccc;
}
.order-box ul li strong {
	color: #222222;
	font-weight: 500;
	font-size: 16px;
}
.order-box ul li span {
	width: 50%;
	float: right;
	color: #ff9f14;
	font-size: 16px;
}
.order-box ul li span.free {
	color: #777777;
}
.order-box ul li:last-child {
	border-bottom: 0;
}
.payment-box {
	position: relative;
	margin-bottom: 50px;
}
.payment-box .upper-box {
	position: relative;
	padding: 15px 35px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #b7b7b7;
}
.payment-options {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.payment-box .payment-options li {
	position: relative;
	margin-bottom: 15px;
}
.payment-box .payment-options li .radio-option {
	position: relative;
}
.payment-box .payment-options li .radio-option label {
	position: relative;
	display: block;
	padding-left: 30px;
	font-weight: 500;
	text-transform: capitalize;
	color: #222222;
	cursor: pointer;
	font-size: 16px;
}
.payment-box .payment-options li .radio-option label strong {
	font-weight: 400;
}
.payment-box .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 3px;
}
.payment-box .payment-options li .radio-option label .small-text {
	position: relative;
	display: none;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.8em;
	padding: 15px 20px;
	margin-top: 20px;
	background-color : #ff9f14;
}
.payment-box .payment-options li .radio-option input:checked + label .small-text {
	display: block;
}
.payment-box .payment-options li .radio-option label .small-text:before {
	position: absolute;
	content: '';
	left: 30px;
	top: -8px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #ff9f14;
}
.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;
	background-color: #f5f5f5;
	padding: 30px 35px;
}
.payment-box .lower-box .theme-btn {
	padding: 13px 32px;
	font-weight: 400;
	margin-right: 0;
}
.cart-section {
	position: relative;
	padding: 130px 0px 110px;
}
.cart-outer {
	position: relative;
}
.checkout-page .cart-outer {
	margin-bottom: 40px;
}
.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
	margin-bottom: 40px;
}
.cart-outer .cart-table {
	width: 100%;
	min-width: 900px;
}
.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	background: #ff9f14;
	color: #ffffff;
	border: 1px solid #cccccc;
}
.cart-table thead tr th {
	line-height: 24px;
	padding: 15px 25px;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid #cccccc;
}
.cart-table thead tr th .fa {
	font-size: 18px;
}
.cart-table tbody tr td {
	line-height: 24px;
	padding: 25px 25px 35px;
}
.cart-table tbody tr .qty {
	width: 150px;
	padding: 0 50px;
}
.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: 180px;
}
.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 .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: #ff9f14;
}
.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;
	width: 290px;
}
.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: #222222;
	font-weight: 500;
}
.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;
	margin-bottom: 30px;
}
.cart-section .apply-coupon {
	position: relative;
}
.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: 20px;
	padding: 14px 20px;
	border: 1px solid #cccccc;
	width: 225px;
	background: #ffffff;
	font-size: 14px;
	color: #777777;
}
.cart-section .cart-options .cart-btn, .cart-section .coupon-btn {
	font-weight: 500;
	color: #ffffff;
	margin-right: 0;
	padding: 14px 35px;
	text-transform: capitalize;
}
.cart-section .totals-table {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
.cart-section .totals-table li {
	line-height: 24px;
	padding: 18px 30px;
	border-bottom: 1px solid #cccccc;
}
.cart-section .totals-table li:first-child {
	background-color: #dddddd;
}
.cart-section .totals-table li h3 {
	position: relative;
	font-weight: 500;
	color: #36404b;
	font-size: 18px;
}
.cart-section .totals-table li:last-child {
	border-bottom: none;
	padding: 40px 20px 50px;
	text-align: right;
}
.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	color: #222222;
	width: 50%;
	font-size: 16px;
	text-transform: capitalize;
}
.cart-section .totals-table .col:last-child {
	text-align: right;
	color: #ff9f14;
}
.cart-section .totals-table .proceed-btn {
	text-transform: capitalize;
	font-weight: 500;
	padding: 15px 35px;
	margin-right: 0;
}
.shipping-block {
	position: relative;
	margin-bottom: 40px;
}
.shipping-block .inner-box {
	position: relative;
	display: block;
	padding: 25px 27px 10px;
	border: 1px solid #cccccc;
}
.shipping-block .inner-box h3 {
	position: relative;
	font-size: 24px;
	color: #ff9f14;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.shipping-block .inner-box h4 {
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.shipping-form {
	position: relative;
}
.shipping-form .row {
	margin: 0 -10px;
}
.shipping-form .form-group {
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}
.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%;
	height: 45px;
	line-height: 23px;
	padding: 10px 20px;
	font-size: 14px;
	color: #777777;
	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: #ff9f14;
}
.shipping-form button {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 5px;
}
.login-section {
	position: relative;
	padding: 130px 0px 80px;
}
.login-form {
	position: relative;
	background-color: #f5f5f5;
	padding: 35px 45px 30px;
	margin-bottom: 50px;
}
.login-form .form-group {
	position: relative;
	margin-bottom: 15px;
}
.login-form .form-group .theme-btn {
	margin-right: 0;
}
.login-form .form-group:nth-child(2) {
	margin-bottom: 20px;
}
.login-form .form-group label {
	position: relative;
	color: #666666;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
	margin-bottom: 10px;
}
.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: #ff9f14;
}
.login-form button {
	margin-top: 35px;
	font-size: 16px;
	padding: 13px 38px;
	color: #ffffff;
}
.login-form .form-group.remember label {
	display: block;
	margin: 0;
	font-size: 16px;
	color: #666666;
	text-transform: capitalize;
}
.login-form .psw {
	position: absolute;
	color: #666666;
	font-size: 16px;
	min-width: 200px;
	margin-top: 15px;
}
.login-form .psw:hover {
	text-decoration: underline;
}
.logo img {
	height: 70px;
}
button.call-btn a {
	background: #10afd1 !important;
	font-size: 22px !important;
}
.top-right span {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	text-align: right;
	position: relative;
	top: 17px;
	left: 31px;
}

.left-logo-sec ul li {
	width: 14%;
    /* float: left; */
    background: white;
    /* margin-right: 22px; */
    /* margin-bottom: 19px; */
    padding: 10px;
    margin: 10px 13px;
    border-radius: 4px;
    display: inline-block;
}
.left-logo-sec h2 {
	text-transform: capitalize;
	font-size: 35px !important;
	margin-bottom: 20px;
	margin-top: 7px;
}
.sec-con p {
	color: #fff;
	font-size: 16px;
	padding-left: 43%;
	padding-top: 10px;
}
.white {
	color: #fff !important;
}
.media.md-01 {
	background: #fff;
	padding: 20px 15px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.media-body-1 {
	padding-left: 100px;
}
.media-body-1 .lead {
	font-size: 18px;
	height: 55px;
}
.top-30 {
	margin-top: 30px;
}
li.get-btn a {
	border: solid 1px;
	padding: 0 11px;
}
li.get-btn {
	margin-left: 0 !important;
}
li.get-btn a {
	border: solid 1px;
	padding: 7px 17px !important;
	margin-top: -16px;
	margin-left: 20px;
	position: relative;
	top: 8px;
}
.link-box a {
	background: #0d83b9;
	color: #fff !important;
	padding: 9px 30px;
	margin-top: -5px;
	position: relative;
	top: -8px;
}
.two-column img {
	height: 200px;
	width: 100%;
}
.two-column .image-column {
	padding: 5px;
}
.two-column .image-column h3 {
	background: #2f3435c2;
	margin-top: -35px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}
a.dt-btn {
	border: solid 2px #10afd1;
	padding: 7px 20px;
	font-weight: 700;
}
strong.top-hd {
	color: #0c9ebd;
	font-size: 18px;
}
.sticky-top .main-banner {
	padding-top: 40px;
	background: whitesmoke;
	padding-bottom: 45px;
}
.menu-2nd ul li {
	display: inline-block;
}
.menu-2nd ul {
	width: auto;
	display: table;
	margin: auto;
}
.menu-2nd {
	background: #222222;
}
.menu-2nd ul li a {
	color: #fff;
	font-size: 16px;
	padding: 2px 20px;
	display: block;
	border-right: solid 1px #ffffff;
	margin: 7px 0;
}

.home-quote p {
	color: #fff;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 15px;
}

.appointment-form.home-quote button.theme-btn.btn-style-one {
	margin: 0;
	background: #0a86a0;
}
.ttl-list {
	margin: auto;
	float: none !important;
}
.page-ti01 {
	padding: 40px 0;
}
.image-box-list ul li {
	width: 23%;
	float: left;
	margin-right: 22px;
	margin-bottom: 19px;
	padding: 10px;
	border-radius: 4px;
	border: dashed 1px #ccc;
	padding: 20px;
}
.appointment-form.home-quote select {
	height: 50px;
	padding: 0 25px;
}
 @media screen and (max-width:1200px) {
.header-style-two .main-menu .navigation > li {
	margin-left: 23px;
}
.header-style-two .main-menu .navigation > li > a {
	font-size: 14px;
}
}
.bg-1 {
	background: url(../images/bg-1.jpg);
}
.sidebar-widget.consultation form {
	position: relative;
	z-index: 99;
}
.sidebar-widget.consultation form input, .sidebar-widget.consultation form select {
	width: 100%;
	height: 40px;
	border: 0;
	padding: 8px;
}
.sidebar-widget.consultation form textarea {
	width: 100%;
	height: 100px;
	border: 0;
	padding: 8px;
}
.side-bar .consult-box {
	padding: 20px 31px;
}
.side-bar button.theme-btn.btn-style-one {
	background: #10afd1;
	color: #fff;
	padding: 8px 0;
	width: 100%;
}
.services-side {
	background: #dcdbdb;
	padding: 20px;
	border: solid 1px #d0d0d0;
}
.services-side .service-list li a {
}
.services-side .service-list li a {
	background: #fff;
	padding: 4px;
	border-left: solid 3px #10afd1;
	margin-bottom: 6px;
	padding-left: 12px;
}
.services-side .service-list li a:after {
	top: 4px;
}
.services-side h3 {
	color: #252525;
	margin-bottom: 11px;
	text-align: center;
}
button.close {
	position: relative;
	z-index: 9;
}
.details li strong {
	/* margin-left: -71px; */

	width: 150px;
	display: inline-block;
	margin-right: -150px;
	position: relative;
	left: -150px;
	color: #337ab7;
}
.details {
	padding-left: 170px;
}
.details ul li {
	line-height: 23px;
	margin-bottom: 10px;
}
h4.modal-title.hd-modal {
	color: #337ab7;
	text-align: center;
	font-size: 25px;
}
.btn-box {
	text-align: center;
}
.btn-box a {
	background: #337ab7;
	color: #fff;
	padding: 10px 15px;
	font-size: 16px;
}
.btn-box {
	text-align: center;
	margin: 40px 0 20px;
}
.image img {
	width: 100%;
	height: 200px;
}
.pd-list h3 {
	background: #000000bd;
	color: #fff;
	text-align: center;
	position: relative;
	top: -16px;
	margin-top: -16px;
	font-size: 20px;
}
*:focus {
    outline: none;
    border: none;
}
textarea, input{
    border: none;
}

.mobile-display {
    background: #10afd1;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1;
    bottom: 0;
}
.mobile-display ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    border-right: solid 1px #fff;
}
.mobile-display ul li:last-child{border-right: none;}
.mobile-display a {color: #fff; font-size: 20px; padding: 10px; line-height: 53px; font-weight: bold;}
.cta1{
	margin-top: -119px;
    z-index: 1;
    position: absolute;
    width: 100%;
}
.cta1 h2{
	color: #000;
    font-size: 22px !important;
}
.cta1 .link-box {
    margin-top: 25px;
}

.btn-alt {
    background: #10afd1;
    font-size: 16px;
    font-weight: bold;
}
.btn-alt:hover {
    color: #000 !important ;
}
.alg-center {
    float: none;
    margin: 0 auto;
}
.form-box {
    background: #122e53;
    padding: 30px 30px 0px 30px;
}
.form-box h3 {
    color: #d8dd24;
    font-size: 30px;
    text-align: center;
}
.form-box p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.form-box .form-control {
    height: 50px;
    border-radius: 0px;
}
.form-box .textarea {
    width: 100%;
    height: 200px;
	padding: 20px;
}
.form-box .textareaa {
    width: 100%;
    height: 133px;
    padding: 20px;
}
.submitt {
    background: #d8dd24;
    color: #122e53;
    font-weight: bold;
    font-size: 28px;
    width: 100%;
    line-height: 58px;
}
.submitt:hover {
    color: #ffffff;
    background: #0554bc;
}
.submitt-sm {
    font-size: 20px;
    line-height: 50px;
}
.form-group-m0 {
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 5000px) {
.mobile-display, .mobile {display: none;}
}
@media only screen and (min-width: 200px) and (max-width: 768px) {
.form-box h3 {
    font-size: 24px;
    text-align: center;
	}
	.form-box p {
    font-size: 14px;
}
	.submitt {
    font-size: 19px;
    line-height: 44px;
 }
	.form-box {
    padding: 10px 10px 0px 10px;
}

.cta3 a {
    padding: 12px 15px;
    font-size: 10px;
}
.cta3 span {
    padding: 12px 15px;
    font-size: 10px;
}
#labelDialog[layout="bottom"] {
    bottom: 35px !important;
}
#widgetLauncherIcon[layout="bottom"] {
    height: 70px !important;
    width: 70px !important;
}
#widgetLauncherIcon[assistant-position="bottom-right"] {
    bottom: 30px!important;
}

}