@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i%7CRoboto:300,300i,400,400i,500,500i,700,700i,900,900i");

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("hover.css");
@import url("slick.css");
@import url("jquery-ui.css");
@import url("jquery.bootstrap-touchspin.css");
@import url("../plugins/machinery-icons/style.css");
@import url("bootstrap-select.min.css");

/*** 

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

 ***/

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

/*** 

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

 ***/

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", sans-serif;
}

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

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

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

input,
button,
select,
textarea {
	font-family: "Open Sans", sans-serif;
}

textarea {
	overflow: hidden;
}

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

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

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

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

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

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

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: "Roboto", sans-serif;
}

.grey-bg {
	background-color: #f6f6f6;
}

/*List Style One*/

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

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

.list-style-one li:before {
	position: absolute;
	content: "\f105";
	left: 0px;
	top: 0px;
	color: #f15722;
	font-size: 16px;
	font-family: "FontAwesome";
}

/*List Style Two*/

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding-left: 70px;
	margin-bottom: 40px;
	color: #777777;
}

.list-style-two li .icon {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 40px;
	color: #f15722;
	font-size: 42px;
	line-height: 1em;
	text-align: center;
}

.list-style-two li strong {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	display: block;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	padding: 15px 50px;
	font-weight: 700;
	background: #f05722;
	border-radius: 3px;
	text-transform: capitalize;
}

.btn-style-one:hover {
	color: #181818;
	background-color: #f05722;
	transform: translateX(10px);
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	font-size: 16px;
	line-height: 25px;
	color: #303030;
	padding: 15px 50px;
	font-weight: 700;
	background: #ffffff;
	border-radius: 3px;
	text-transform: capitalize;
}

.btn-style-two:hover {
	color: #ffffff;
	background: #303030;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	padding: 6px 21px;
	line-height: 24px;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	background: #f15722;
	border-radius: 5px;
	border: 2px solid #f15722;
	text-transform: capitalize;
}

.btn-style-three:hover {
	color: #ffffff;
	background: #333333;
	border-color: #333333;
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	line-height: 24px;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 16px;
	background: #f15722;
	border-radius: 4px;
}

.btn-style-four:hover {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}

.theme_color {
	color: #f15722;
}

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

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

/*** 

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

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	color: #303030;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #f15722;
	overflow: hidden;
	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: #f15722;
	background: #303030;
}

/*** 

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

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/*=== Header Top ===*/

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

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

.main-header .header-top .top-left ul li,
.main-header .header-top .top-right ul.right-info li {
	position: relative;
	font-size: 15px;
	color: #808080;
	line-height: 25px;
	font-weight: 400;
	padding: 15px 0;
	margin-right: 15px;
	padding-right: 15px;
	display: inline-block;
}

.main-header .header-top .top-left ul li:before,
.main-header .header-top .top-right ul.right-info li:before {
	position: absolute;
	right: -2px;
	top: 18px;
	height: 20px;
	border-right: 1px solid #d8d8d8;
	content: "";
}

.main-header .header-top .top-left ul li:last-child:before,
.main-header .header-top .top-right ul.right-info li:last-child:before {
	display: none;
}

.main-header .header-top .top-left ul li:last-child,
.main-header .header-top .top-right ul.right-info li:last-child {
	margin-right: 0px;
	padding-right: 0;
}

.main-header .header-top .top-left ul li a,
.main-header .header-top .top-right ul.right-info li a {
	display: inline-block;
	color: #808080;
	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-left ul li .icon,
.main-header .header-top .top-right ul.right-info li .icon {
	margin-right: 5px;
	color: #f15722;
}

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

.main-header .header-top .social-links {
	position: relative;
}

.main-header .header-top .social-links a {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #808080;
	font-weight: 400;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
	z-index: 11;
}

.main-header .header-top .top-right:before {
	position: absolute;
	left: 100%;
	top: 9px;
	height: 47px;
	width: 1000%;
	margin-left: -145px;
	content: "";
	background-color: #ffffff;
	z-index: -1;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
}

.main-header .header-top .top-right .buy-now {
	position: relative;
	float: left;
	padding: 14px 0;
}

.main-header .header-top .top-right .buy-now a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #848484;
	font-weight: 400;
	border: 1px solid #dedede;
	padding: 0 8px;
}

.main-header .header-top .top-right .language {
	float: left;
	margin-left: 65px;
	margin-top: 8px;
}

.main-header .language .dropdown-menu {
	top: 100%;
	right: 0px;
	left: auto;
	width: 170px;
	border-radius: 0px;
	background-color: #222222;
	border: none;
	border-top: 3px solid #f15722;
}

.main-header .language > a {
	width: auto !important;
	height: auto !important;
	color: #848484 !important;
	padding: 13px 0px;
	background: none !important;
	text-transform: capitalize;
	display: inline-block;
	border: 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}

.main-header .language > a i {
	margin-left: 10px;
}

.main-header .language > a > .icon {
	font-size: 16px;
	margin-right: 5px;
	color: #f15722;
}

.btn.active,
.btn:active {
	box-shadow: none;
}

.main-header .language a:hover {
	background: none;
}

.main-header .language .dropdown-menu > li {
	float: none;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .language .dropdown-menu > li:last-child {
	border-bottom: none;
}

.main-header .language .dropdown-menu > li > a {
	padding: 10px 15px;
	width: auto;
	height: auto;
	display: block;
	color: #ffffff;
	text-align: left;
	border-radius: 0px;
	-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 .language .dropdown-menu > li > a:hover {
	color: #ffffff !important;
	background-color: #f15722;
}

/*=== header top updated ===*/
.main-header.style-two .header-top {
	background: #ffffff;
	border: 2px solid #f3f3f3;
}

.main-header.style-two .header-top .top-right:before {
	display: none;
}

.main-header.style-two .header-top .right-info {
	float: left;
	margin-left: 30%;
}

.main-header.style-two .header-top .top-menu li a {
	color: #808080;
	font-size: 15px;
}

.main-header.style-two .header-top .top-menu li:before {
	display: none;
}

.main-header.style-two .header-top .top-right .language {
	margin-top: 5px;
}

.main-header.style-two .header-top .top-left ul li {
	margin-right: 10px;
}

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

.main-header .header-upper {
	position: relative;
	z-index: 5;
	background-color: #ffffff;
}

/* .main-header .logo-outer {
    position: relative;
    z-index: 25;
    margin-top: -55px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
} */

.main-header .logo {
	position: relative;
	padding: 55px 15px;
	text-align: center;
}

.main-header .header-upper .logo:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .header-upper .upper-right {
	position: relative;
	padding-top: 30px;
}

.main-header .info-box {
	position: relative;
	float: left;
	padding-left: 100px;
	margin-left: 30px;
	min-height: 50px;
	border-left: 1px solid #f2f2f2;
}

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

.main-header .info-box .icon-box {
	position: absolute;
	left: 30px;
	top: 0px;
	color: #f15722;
	font-size: 46px;
	line-height: 50px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .info-box li {
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #848484;
	font-weight: 400;
	text-transform: capitalize;
}

.main-header .info-box strong {
	position: relative;
	font-weight: 600;
	color: #848484;
}

.main-header .info-box .order-btn {
	position: relative;
	line-height: 24px;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 16px;
	background: #f15722;
	border-radius: 3px;
}

.main-header .info-box .order-btn:hover {
	opacity: 0.7;
}

.main-header.style-two .info-box:last-child {
	border-left: 0;
	padding-left: 0;
}

.main-header.style-two .info-box .social-icons a {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #f2f2f2;
	transition: all 0.4s ease;
	color: #808080;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}

.main-header.style-two .info-box .social-icons a:hover {
	color: #f15722;
}

.main-header.style-two .info-box .social-icons a + a {
	margin-left: 12px;
}

/* .main-header.style-two .logo-outer {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #F3F3F3;
    border-top: 0;
    border-bottom: 0;
} */

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

.main-header .header-lower {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 5;
	background-color: transparent;
}

.main-header .nav-outer {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu {
	position: relative;
	float: left;
}

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

.main-menu .navigation {
	position: relative;
	margin: 12px 0px 0px 70px;
	font-family: "Roboto", sans-serif;
}

.main-menu .navigation > li {
	position: relative;
	float: left;
	/* margin-right: 30px; */
	margin-right: 20px;
}

.main-menu .navigation > li:last-child {
	margin-right: 0px;
}

.main-menu .navigation > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 700;
	opacity: 1;
	padding: 25px 0px 30px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation > li > a:before {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 100%;
	background-color: #f15722;
	z-index: 1;
	content: "";
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.main-menu .navigation > li:hover a:before,
.main-menu .navigation > li.current a:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
	opacity: 1;
	color: #f15722;
}

.main-menu .navigation > li:hover > a:after {
	opacity: 1;
}

.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: 10px;
	width: 260px;
	padding: 0px 25px;
	z-index: 100;
	display: none;
	background: #ffffff;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	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:before {
	content: "";
	position: absolute;
	left: 0px;
	top: -10px;
	width: 100%;
	height: 10px;
	z-index: 1;
}

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

.main-menu .navigation > li > ul > li {
	position: relative;
	width: 100%;
	padding: 9px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation > li > ul > li:first-child {
	border-top: 0;
}

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

.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
	font-weight: 500;
	color: #303030;
	text-align: left;
	background-color: #ffffff;
	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 {
	padding-left: 30px;
	/* background: #f15722; */
}

.main-menu .navigation > li > ul > li:before {
	position: absolute;
	left: 10px;
	top: 13px;
	font-size: 14px;
	color: #303030;
	line-height: 24px;
	font-family: "FontAwesome";
	content: "\f178";
	z-index: 6;
	opacity: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(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 > ul > li:hover:before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 260px;
	padding: 0px 25px;
	z-index: 100;
	display: none;
	background: #ffffff;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	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.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	width: 100%;
	padding: 9px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.main-menu .navigation > li > ul > li > ul > li:first-child {
	border-top: 0;
}

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

.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
	font-weight: 500;
	color: #303030;
	text-align: left;
	background-color: #ffffff;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
	padding-left: 30px;
	background: #f15722;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
	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: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	z-index: 12;
	float: right;
}

.main-header .outer-box .link-box {
	position: relative;
	padding: 20px 0;
}

.main-header .outer-box .link-box .theme-btn {
	padding: 10px 30px;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}

/*Search Box*/

.main-header .nav-outer .search-box {
	position: relative;
	float: left;
}

.main-header .nav-outer .dropdown-outer {
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 20px;
	padding: 27px 0px 32px;
}

.main-header .nav-outer .dropdown-outer .search-box-btn {
	position: relative;
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background: none;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	-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 .nav-outer .dropdown-outer .search-box-btn:hover {
	color: #f15722;
}

.main-header .nav-outer .dropdown-outer .dropdown-menu {
	top: 83px;
	padding: 0px;
	width: 270px;
	border-radius: 0px;
	border-top: 2px solid #f15722;
}

.main-header .search-panel .form-container {
	padding: 20px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	color: #000000;
	line-height: 24px;
	padding: 9px 50px 9px 15px;
	height: 44px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

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

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #2b2b2b;
	font-size: 14px;
	background: none;
	cursor: pointer;
	line-height: 44px;
}

.main-header.style-two .nav-outer .dropdown-outer {
	padding: 22px 0;
}

.main-header.style-two .main-menu .navigation > li > a {
	padding-top: 22px;
	padding-bottom: 22px;
}

.main-header.style-two .nav-outer {
	border-bottom: 0;
}

.main-header.style-two .header-lower {
	background: #181818;
}

.main-header.style-two .outer-box .link-box {
	padding: 14.5px 0;
}

.main-header.style-two .main-menu .navigation > li > a:before {
	height: 6px;
}

.main-header.style-two .nav-outer .dropdown-outer .search-box-btn {
	font-size: 18px;
	border-left: 0;
	padding-left: 0;
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 34px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn i {
	font-size: 23px;
	color: #fff;
}

.main-header.style-two .nav-outer .dropdown-outer .cart-btn .count {
	position: absolute;
	top: -8px;
	right: -13px;
	background: #f15722;
	font-size: 14px;
	text-align: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #fff;
	line-height: 18px;
	display: inline-block;
}

.main-header.style-three .header-top {
	background: #181818;
}

.main-header.style-three .header-top {
	padding: 10px 0 12px 0;
}

.main-header.style-three .header-top p,
.main-header.style-three .header-top ul li {
}

.main-header.style-three .header-top p {
	margin-right: 2px;
}

.main-header.style-three .header-top .state {
	display: none;
}

.main-header.style-three .header-top #value1 {
	display: block;
}

.main-header.style-three .header-top .select_state p,
.main-header.style-three .header-top .select_state select,
.main-header.style-three .header-top p,
.main-header.style-three .header-top ul li {
	display: inline-block;
}

.main-header.style-three .header-top ul li i {
	font-size: 16px;
	margin-right: 5px;
}

.main-header.style-three .header-top ul li {
	margin-right: 37px;
	margin-top: 5px;
}

.main-header.style-three .header-top ul li:last-child {
	margin-right: 0;
}

.main-header.style-three #polyglotLanguageSwitcher {
	margin-left: 30px;
}

.main-header.style-three #polyglotLanguageSwitcher span.trigger {
	top: 5px;
}

.main-header.style-three #polyglotLanguageSwitcher span.trigger:before {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	color: #fff;
	top: -2px;
	right: -32px;
}

.main-header.style-three #polyglotLanguageSwitcher a {
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.main-header.style-three .logo-outer {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-header.style-three .logo {
	padding: 0;
}

.main-header.style-three .header-upper .upper-right {
	padding: 0;
}

.main-header.style-three .header-lower {
	position: relative;
}

.main-header.style-three .nav-outer {
	background: #181818;
	border-bottom: 0;
	padding-left: 40px;
}

.main-header.style-three .main-menu .navigation > li > a {
	padding: 15.5px 0;
	text-transform: uppercase;
	font-size: 14px;
}

.main-header.style-three .nav-outer .dropdown-outer {
	padding: 17px 0;
}

.main-header.style-three .search-box .qoute-link {
}

.main-header.style-three .search-box .qoute-link {
	color: #f15722;
	font-size: 16px;
	font-weight: bold;
	font-family: "Roboto";
	display: inline-block;
	vertical-align: middle;
	transition: all 0.4s ease;
	border-left: 1px solid #423d3d;
	line-height: 20px;
	padding-left: 20px;
}

.main-header.style-three .search-box .qoute-link i {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}

.main-header.style-three .search-box .qoute-link:hover {
	color: #fff;
}

.main-header.style-three .outer-box .search-box-btn {
	display: inline-block;
	width: 60px;
	height: 61px;
	background: #f15722;
	color: #181818;
	font-size: 18px;
	line-height: 61px;
	text-align: center;
	transition: all 0.4s ease;
}

.main-header.style-three .outer-box .search-box-btn:hover {
	background: #fff;
}

.main-header.style-three .outer-box .cart-btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 44px;
}

.main-header.style-three .outer-box .cart-btn i {
	font-size: 23px;
	color: #fff;
}

.main-header.style-three .outer-box .cart-btn .count {
	position: absolute;
	top: -8px;
	right: -13px;
	background: #f15722;
	font-size: 14px;
	text-align: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #fff;
	line-height: 18px;
	display: inline-block;
}

.main-header.style-three .info-box + .info-box {
	margin-left: 40px;
}

.main-header.style-three .info-box {
	border: none;
	margin-left: 0;
	padding-left: 90px;
}

.main-header.style-three .info-box li {
	font-size: 16px;
	font-weight: 600;
}

.main-header.style-three .info-box li strong {
	color: #303030;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 14px;
}

.main-header.style-three .info-box .icon-box {
	font-size: 45px;
	left: 0;
	border-right: 1px solid #e3e3e3;
	line-height: 65px;
	padding-right: 20px;
}

.main-header.style-three .header-upper {
	padding: 34px 0;
}

.main-header.style-three .header-top .select_state {
	display: inline-block;
	vertical-align: middle;
}

.main-header.style-three .header-top .info-value {
	display: inline-block;
}

.main-header.style-three .header-top .select_state ul li {
	margin: 0;
	display: block;
}

.main-header.style-three .social,
.main-header.style-three #polyglotLanguageSwitcher {
	display: inline-block;
	vertical-align: middle;
}

.main-header.style-three .social span,
.main-header.style-three .social a {
	display: inline-block;
	vertical-align: middle;
}

.main-header.style-three .social {
	border-right: 1px solid #353535;
	padding-right: 20px;
	margin-right: 20px;
	line-height: 20px;
}

.main-header.style-three .social span {
	color: #fff;
	font-size: 16px;
}

.main-header.style-three .social a {
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
	transition: all 0.4s ease;
}

.main-header.style-three .social a:hover {
	color: #f15722;
}

.main-header.style-three #polyglotLanguageSwitcher {
	margin-left: 0;
	margin-right: 15px;
}

.main-header.style-three #polyglotLanguageSwitcher a {
	padding-top: 0;
	padding-bottom: 0;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown {
	background: #f15722;
	top: 25px;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown li {
	padding-left: 5px;
}

.main-header.style-three #polyglotLanguageSwitcher ul.dropdown a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.main-header.style-three
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 170px;
}

.main-header.style-three .bootstrap-select > .dropdown-toggle {
	padding-top: 16.5px;
	padding-bottom: 16.5px;
	background-color: #f15722;
	border-radius: 0;
	border: 0;
	color: #303030;
	font-weight: 700;
	font-family: "Roboto";
	font-size: 16px;
	padding-left: 25px;
	padding-right: 50px;
	outline: none !important;
}

.main-header.style-three .header-top {
	padding: 0;
}

.main-header.style-three .bootstrap-select.btn-group .dropdown-toggle .caret {
	border: 0;
	margin-top: 0px;
	vertical-align: middle;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	right: 20px;
}

.main-header.style-three
	.bootstrap-select.btn-group
	.dropdown-toggle
	.caret:before {
	font-family: "FontAwesome";
	content: "\f107";
	font-size: 20px;
	color: #303030;
}

.main-header.style-three .bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}

.main-header.style-three .bootstrap-select .dropdown-menu > li + li > a {
	border-top: 1px solid #eee;
}

.main-header.style-three .bootstrap-select .dropdown-menu > li:first-child > a {
	padding-top: 10px;
}

.main-header.style-three .bootstrap-select .dropdown-menu > li:last-child > a {
	padding-bottom: 10px;
}

.main-header.style-three .bootstrap-select .dropdown-menu > li.selected > a {
	background: #f15722;
	color: #fff;
}

.main-header.style-three .bootstrap-select .dropdown-menu > li > a {
	font-size: 14px;
	padding: 9px 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-header.style-three .bootstrap-select .dropdown-menu > li > a:hover {
	background: #f15722;
	color: #fff;
	cursor: pointer;
}

.main-header.style-three .header-top .info-value {
	margin-left: 50px;
}

.main-header.style-three .header-top .info-value ul li {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}

.main-header.style-three .header-top .info-value ul li i {
	font-size: 15px;
	color: #f15722;
}

.main-header.style-three .header-top .right-info {
	padding: 14px 0;
}

/*================================
        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;
	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;
	-webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
	-moz-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
	-ms-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
	-o-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.fixed-header .sticky-header ul {
	/* margin: 5px 0px 0px 70px; */
	margin: 5px 0px 0px 15px;
}

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

.sticky-header .main-menu .navigation > li {
	margin-left: 3px;
	margin-right: 0;
}

.sticky-header .main-menu .navigation > li > a {
	color: #181818;
	padding: 15px 15px !important;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	min-height: 0px;
	background: none;
	border: 0px;
	margin-right: 0px;
	text-transform: capitalize;
}

.sticky-header .main-menu .navigation > li > a:before {
	display: none;
}

.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: #f15722;
	color: #ffffff;
	opacity: 1;
}

/*** 

====================================================================
    Main Slider One
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

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

.main-slider .line {
	position: relative;
	display: inline-block;
	height: 320px;
	width: 2px;
	background-color: #f15722;
}

.main-slider .title {
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
}

.main-slider h1 {
	font-size: 120px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: 1px;
}

.main-slider .text {
	font-size: 18px;
	line-height: 30px;
	color: #f15722;
	font-weight: 600;
}

.main-slider .theme-btn {
	margin-right: 20px;
}

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

#minimal-bootstrap-carousel {
	margin-top: 0px;
	position: relative;
	z-index: 99;
}

#minimal-bootstrap-carousel .carousel-caption {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	text-align: right;
	text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
	display: table-cell;
	text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
	vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
	vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
	vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
	display: block;
}

#minimal-bootstrap-carousel .carousel-control {
	width: 50px;
	height: 60px;
	font-size: 36px;
	border-radius: 4%;
	line-height: 56px;
	color: #f15722;
	background: transparent;
	opacity: 1;
	font-weight: normal;
	margin-top: -20px;
	/* border: 2px solid rgba(255, 255, 255, 0.3); */
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 50%;
	z-index: 99;
	text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-control:hover {
	background: #101010;
	border-color: #353535;
	color: #f15722;
}

@media (max-width: 667px) {
	#minimal-bootstrap-carousel .carousel-control {
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 25px;
	}
}

#minimal-bootstrap-carousel .carousel-control.left {
	left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
	right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
	opacity: 1;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
	margin: 0;
}

#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#minimal-bootstrap-carousel .custom-navigation li {
	border: 0;
	border-radius: 0;
	text-indent: 0;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 2px solid #ffffff;
	cursor: pointer;
	border-radius: 50%;
}

#minimal-bootstrap-carousel .custom-navigation li + li {
	margin-left: 10px;
}

#minimal-bootstrap-carousel .custom-navigation li.active {
	opacity: 1;
	border-color: #f15722;
	background: #f15722;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
	min-height: 730px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #181818;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
	min-height: 750px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #181818;
}

.main-banner-content {
	animation-delay: 0.8s;
	border-left: 2px solid #f15722;
	padding-left: 30px;
}

.main-banner-content .title {
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #181818;
	font-weight: 400;
	margin: 0;
}

.main-banner-content h1 {
	font-size: 120px;
	color: #181818;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: 0px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

.main-banner-content .text {
	font-size: 18px;
	line-height: 30px;
	color: #181818;
	font-weight: 600;
	margin: 0;
	margin-bottom: 36px;
}

.main-banner-content .theme-btn {
	margin-right: 20px;
}

.main-banner-content.light .title {
	color: #fff;
}

.main-banner-content.light h1 {
	color: #fff;
}

.main-banner-content.light .text {
	color: #f15722;
}

.main-banner-content-two h3 {
	animation-delay: 0.5s;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}

.main-banner-content-two h3:before {
	content: "";
	background: #f15722;
	width: 70px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.text-center .main-banner-content-two h3:before {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.main-banner-content-two h1 {
	animation-delay: 1s;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 72px;
	line-height: 80px;
	text-transform: uppercase;
	margin-top: 25px;
}

.main-banner-content-two p {
	animation-delay: 1.5s;
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 45px;
}

.main-banner-content-two .theme-btn {
	animation-delay: 2s;
}

.main-banner-content-two .link {
	animation-delay: 2s;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: "Roboto";
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	transition: all 0.4s ease;
}

.main-banner-content-two .link i {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.main-banner-content-two .link:hover {
	color: #f15722;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

/*** 

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

***/

.page-title {
	position: relative;
	padding: 215px 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #4a4a4a;
	background-position: center;
}

.page-title:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(
		to bottom,
		rgba(24, 24, 24, 1),
		rgba(24, 24, 24, 0.8),
		rgba(24, 24, 24, 0.5)
	);
}

.page-title h1 {
	position: relative;
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 70px;
	text-transform: capitalize;
}

.page-breadcrumb {
	position: relative;
	padding: 15px 0;
}

.page-breadcrumb li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	color: #f15722;
	margin-right: 8px;
	padding-right: 13px;
	font-weight: 400;
}

.page-breadcrumb li:after {
	position: absolute;
	content: "\f105";
	right: -3px;
	top: 1px;
	color: #ffffff;
	font-family: "FontAwesome";
}

.page-breadcrumb li:last-child::after {
	display: none;
}

.page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-breadcrumb li a {
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
	color: #f15722;
}

/*** 

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

***/

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

.sec-title h2 {
	position: relative;
	font-size: 36px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 600;
}

.sec-title h4 {
	font-size: 14px;
	color: #303030;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	line-height: 1em;
	vertical-align: top;
}

.sec-title h4:before {
	content: "";
	width: 100%;
	height: 3px;
	background: #f15722;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec-title h4 + h2 {
	margin-top: 11px;
}

.sec-title .text {
	position: relative;
	color: #777777;
	font-size: 16px;
}

.sec-title h2 + .text {
	margin-top: 22px;
}

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

/*** 

====================================================================
                Highlits
====================================================================

***/

.highlights {
	position: relative;
	z-index: 99;
}

.highlights .auto-container {
	position: relative;
}

.highlights .highlight-carousel {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0px 40px;
	padding-right: 150px;
	background-color: #181818;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.highlights .highlight-block {
	position: relative;
	padding: 15.5px 0;
}

.highlights .highlight-block .inner-box {
	position: relative;
	padding-left: 120px;
	min-height: 90px;
}

.highlights .highlight-block .inner-box:before {
	position: absolute;
	left: 90px;
	top: -16px;
	height: 120px;
	width: 1px;
	background-color: #423d3d;
	content: "";
}

.highlights .highlight-block .icon-box {
	position: absolute;
	left: 0;
	top: 10px;
	height: 70px;
	line-height: 70px;
	font-size: 55px;
	color: #f15722;
}

.highlights .highlight-block .text {
	display: block;
	padding: 30px 0;
	font-size: 18px;
	line-height: 30px;
	color: #e8e3e3;
	font-weight: 500;
}

.highlights .highlight-block .text span {
	color: #ffffff;
	background-color: #f15722;
}

.highlight-carousel .owl-nav {
	display: none;
}

.highlight-carousel .owl-dots {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -15px;
	text-align: center;
}

.highlight-carousel .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border: 2px solid #f15722;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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;
}

.highlight-carousel .owl-dots .owl-dot.active {
	width: 10px;
	background-color: #f15722;
}

/*** 

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

***/

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

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

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

.services-block .image-box {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

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

.services-block .overlay-box {
	position: absolute;
	left: 0;
	top: -10px;
	height: 0%;
	width: 100%;
	background-color: rgba(24, 24, 24, 0.9);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-block .inner-box:hover .overlay-box {
	height: 100%;
	top: 0px;
}

.services-block .overlay-box .btn-box {
	position: absolute;
	left: 30px;
	top: -25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-block .inner-box:hover .overlay-box .btn-box {
	top: 25px;
	transition-delay: 200ms;
}

.services-block .overlay-box .btn-box a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #f15722;
	font-weight: 600;
}

.services-block .overlay-box .btn-box a:hover {
	text-decoration: underline;
}

.services-block .overlay-box .btn-box .icon {
	position: relative;
	display: inline-block;
	top: 3px;
	height: 14px;
	width: 14px;
	background-image: url("../images/icons/arrow-top-right.png");
	background-repeat: no-repeat;
	margin-right: 10px;
}

.services-block .image-box .title {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 9;
	padding: 10px 30px;
	padding-right: 60px;
	background-color: #ffffff;
}

.services-block .image-box .title h3 {
	display: block;
	font-size: 20px;
	line-height: 25px;
	color: #303030;
	font-weight: 500;
}

.services-block .image-box .title h3 a {
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-block .image-box .title h3 a:hover {
	color: #404041 !important;
}

.services-block .image-box .title i {
	position: absolute;
	right: -45px;
	top: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #303030;
	font-size: 26px;
	font-weight: 600;
	background-color: #f15722;
	text-align: center;
}

.services-block .lower-content {
	position: relative;
	display: block;
	border: 1px solid #f2f2f2;
	padding: 22px 25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-block .inner-box:hover .lower-content {
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.services-block .lower-content .text {
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
}

.services-carousel .services-block {
	margin-bottom: 0;
}

.services-carousel {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

.services-carousel .owl-nav {
	display: none;
}

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

.services-carousel .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border: 2px solid #f15722;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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.active {
	width: 10px;
	background-color: #f15722;
}

.services-section .info-box {
	position: relative;
	text-align: center;
}

.services-section .info-box h3 {
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 10px;
}

.services-section .info-box a {
	display: inline-block;
	font-size: 18px;
	color: #f15722;
	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;
}

.services-section .info-box a i {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}

.services-section .info-box a:hover {
	color: #303030;
}

.services-page-section {
	position: relative;
	padding: 80px 0 40px;
}

.services-style-one {
	padding-top: 100px;
}

.single-service-style-one {
	border: 2px solid #f3f3f3;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 55px;
	padding-bottom: 50px;
	margin-bottom: -100px;
	background: #fff;
}

.single-service-style-one .icon-box {
	position: relative;
	width: 75px;
	height: 75px;
	display: inline-block;
	margin-bottom: 15px;
}

.single-service-style-one .icon-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
}

.single-service-style-one:hover .icon-box .normal-icon,
.single-service-style-one .icon-box .hover-icon {
	opacity: 0;
}

.single-service-style-one:hover .icon-box .hover-icon {
	opacity: 1;
}

.single-service-style-one h3,
.single-service-style-one p {
	margin: 0;
}

.single-service-style-one h3 {
	font-size: 24px;
	font-weight: 700;
}

.single-service-style-one h3 a {
	color: #303030;
}

.single-service-style-one h3 a:hover {
	color: #f15722;
}

.single-service-style-one p {
	font-size: 16px;
	line-height: 26px;
	color: #848484;
}

.single-service-style-one .image-box {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}

.single-service-style-one .image-box img {
	width: 100%;
}

.single-service-style-one .image-box .box {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.9);
	opacity: 0;
	transition: all 0.4s ease;
}

.single-service-style-one .image-box .box a {
	color: #f15722;
	font-size: 16px;
	font-family: "Roboto";
	font-weight: bold;
}

.single-service-style-one .image-box .box a i {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.single-service-style-one .image-box:hover .box {
	top: 0;
	opacity: 1;
}

.more-service-link-box {
	padding-top: 150px;
	padding-bottom: 100px;
	background: #181818 url("../images/resource/service-bg-1.png") center center
		no-repeat fixed;
}

.more-service-link-box h3 {
	margin: 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
}

.more-service-link-box h3 a {
	font-size: 16px;
	color: #303030;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 25px;
	transition: all 0.4s ease;
	color: #f15722;
	font-size: 16px;
	border-bottom: 2px dashed #515151;
	font-family: "Roboto";
	font-weight: 700;
	line-height: 1em;
	margin-left: 15px;
}

.more-service-link-box h3 a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
	transition: all 0.4s ease;
}

.more-service-link-box h3 a:hover {
	color: #f15722;
	padding-left: 0;
}

.more-service-link-box h3 a:hover i {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	-o-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

/*** 

====================================================================
            Services Single
====================================================================

***/

.services-single {
	position: relative;
}

.services-single .inner-box {
	position: relative;
}

.services-single .inner-box .sec-title {
	margin-bottom: 25px;
}

.services-single .inner-box .sec-title:before {
	top: -10px;
}

.services-single .title {
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	padding-top: 20px;
	margin-bottom: 30px;
}

.services-single .title:before {
	position: absolute;
	top: 0px;
	left: 0;
	height: 2px;
	width: 55px;
	background-color: #f15722;
	display: inline-block;
	content: "";
}

.services-single .inner-box .text {
	position: relative;
	margin-bottom: 35px;
}

.services-single .inner-box .text p {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	margin-bottom: 15px;
}

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

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

.two-column .image-column .image-box {
	position: relative;
	padding-right: 35px;
}

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

.two-column .info-column {
	position: relative;
}

.two-column .info-column .inner-column {
	position: relative;
	margin-left: -30px;
}

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

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

.service-block-two .icon {
	position: relative;
	display: inline-block;
	font-size: 50px;
	line-height: 1em;
	color: #f15722;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two h3 {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 12px;
}

.service-block-two h3 a {
	color: #303030;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two h3 a:hover {
	color: #f15722;
}

.service-block-two p {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
}

.why-us-tabs {
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.why-us-tabs .tab-buttons {
	position: relative;
	text-align: right;
	border-top: 1px solid #f2f2f2;
}

.why-us-tabs .tabs-content .tab {
	display: none;
}

.why-us-tabs .tabs-content .tab.active-tab {
	display: block;
}

.why-us-tabs .tab-btn {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 30px 10px 0;
	color: #303030;
	font-weight: 600;
	border-bottom: 1px solid #f2f2f2;
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.why-us-tabs .tab-btn:before {
	position: absolute;
	right: 30px;
	top: 0px;
	line-height: 23px;
	padding: 10px 0;
	content: "\f178";
	font-size: 14px;
	color: #f15722;
	font-family: "FontAwesome";
	opacity: 0;
	visibility: hidden;
}

.why-us-tabs .tab-btn.active-btn {
	color: #f15722;
	padding-right: 55px;
}

.why-us-tabs .tab-btn.active-btn:before {
	visibility: visible;
	opacity: 1;
}

.why-us-tabs .tabs-content {
	position: relative;
}

.why-us-tabs .tabs-content:before {
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 100%;
	border-left: 1px solid #f2f2f2;
	content: "";
}

.why-us-tabs .tabs-content strong {
	position: relative;
	display: block;
	top: -6px;
	font-size: 18px;
	line-height: 28px;
	color: #303030;
	font-weight: 600;
	margin-bottom: 13px;
}

.why-us-tabs .tabs-content .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 18px;
}

.why-us-tabs .tabs-content ul {
	position: relative;
}

.why-us-tabs .tabs-content ul li {
	position: relative;
	float: left;
	width: 50%;
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 10px;
}

.why-us-tabs .tabs-content ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 24px;
	color: #f15722;
	font-family: "FontAwesome";
	content: "\f05d";
}

.feature-info-block {
	position: relative;
	padding: 60px 0 0px;
	margin-bottom: 40px;
	border-top: 1px solid #f2f2f2;
}

.feature-info-block .image-column,
.feature-info-block .info-column {
	position: relative;
	margin-bottom: 20px;
}

.feature-info-block .image-column .image {
	text-align: right;
}

.feature-info-block .info-column .inner-column {
	position: relative;
	margin-right: -40px;
}

.feature-info-block p {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 18px;
}

.feature-info-block ul {
	display: block;
}

.feature-info-block ul li {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	padding-left: 24px;
	margin-bottom: 18px;
}

.feature-info-block ul li:before {
	position: absolute;
	left: 0;
	top: 7px;
	height: 7px;
	width: 7px;
	background-color: #f15722;
	content: "";
}

/*Blog Category*/

.services-cat {
	position: relative;
}

.services-cat li {
	position: relative;
	padding-left: 20px;
	border-left: 1px solid #f2f2f2;
}

.services-cat li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 23px;
	color: #303030;
	font-weight: 400;
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.services-cat li:first-child a {
	padding-top: 0;
}

.services-cat li a:before {
	position: absolute;
	left: -27px;
	bottom: 20px;
	height: 13px;
	width: 13px;
	line-height: 11px;
	font-size: 6px;
	content: "\f111";
	background: padding-box content-box;
	border: 1px solid #e8e8e8;
	color: #e8e8e8;
	font-family: "FontAwesome";
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-cat li.active a,
.services-cat li a:hover {
	color: #f15722;
}

.services-cat li.active a:before,
.services-cat li a:hover:before {
	border: 1px solid #f15722;
	color: #f15722;
}

/* Department Sidebar */

.brochure-widget {
	position: relative;
	margin-bottom: 0px;
	float: right;
}

.brochure-widget h3 {
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 23px;
}

.brochure-widget .link-box {
	position: relative;
	display: block;
	padding-left: 45px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.brochure-widget .link-box:last-child {
	margin-bottom: 0;
}

.brochure-widget .link-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 37px;
	width: 30px;
	border-right: 1px solid #f2f2f2;
	font-size: 16px;
	color: #f15722;
	line-height: 37px;
}

.brochure-widget .link-box h5 {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #303030;
	font-weight: 400;
}

.brochure-widget .link-box a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #848484;
	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;
}

.brochure-widget .link-box a:hover {
	color: #f15722;
}

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

.testimonial-block-three .info {
	position: relative;
	padding-left: 70px;
	min-height: 70px;
	margin-bottom: 20px;
}

.testimonial-block-three .info .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	overflow: hidden;
}

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

.testimonial-block-three .info .name {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #303030;
	font-weight: 400;
}

.testimonial-block-three .info .city {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #f15722;
	font-weight: 300;
}

.testimonial-block-three .text {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #848484;
	font-weight: 400;
	font-style: italic;
}

/*** 

====================================================================
            What We Do Section
====================================================================

***/

.what-we-do {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../images/icons/bg.jpg");
	padding: 100px 0;
}

.what-we-do .sec-title {
	margin-bottom: 30px;
}

.what-we-do .sec-title h5 {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #f15722;
	font-weight: 400;
	margin-top: 15px;
}

.what-we-do .info-box {
	position: relative;
	margin-bottom: 20px;
}

.what-we-do .info-box .icon {
	float: left;
	font-size: 64px;
	line-height: 80px;
	color: #f15722;
	margin-right: 20px;
}

.what-we-do .info-box .count {
	float: left;
	font-size: 60px;
	line-height: 80px;
	color: #f15722;
	font-weight: 700;
	margin-right: 45px;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.what-we-do .info-box .count .plus {
	font-size: 32px;
	line-height: 1em;
	position: absolute;
	top: 13px;
	left: 100%;
}

.what-we-do .info-box .title {
	float: left;
	position: relative;
	padding: 17.5px 0;
}

.what-we-do .info-box .title span {
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	padding: 10px 15px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	background-color: #222222;
	border: 1px solid #2d2f31;
}

.what-we-do .content-column .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #adadad;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.what-we-do .content-column .more-btn {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 30px;
	transition: all 0.4s ease;
	margin-top: 15px;
	font-family: "Roboto";
}

.what-we-do .content-column .more-btn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
	transition: all 0.4s ease;
}

.what-we-do .content-column .more-btn:hover {
	color: #f15722;
	padding-left: 0;
}

.what-we-do .content-column .more-btn:hover i {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	-o-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.what-we-do .video-column {
	position: relative;
}

.what-we-do .video-column .inner-column {
	position: relative;
}

.what-we-do .video-column .image {
	position: relative;
}

.what-we-do .video-column .image img {
	display: block;
	width: 100%;
}

.what-we-do .video-column .image .link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 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;
}

.what-we-do .video-column .image:hover .link {
	background: rgba(0, 0, 0, 0.3);
}

.what-we-do .video-column .image .link span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 76px;
	line-height: 66px;
	color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

/*** 

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

***/

.about-us {
	position: relative;
	padding: 80px 0 40px;
}

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

.about-us .info-column {
	margin-bottom: 40px;
}

.about-us .about-company {
	position: relative;
}

.about-us .about-company h4 {
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #303030;
	font-weight: 400;
	margin-bottom: 40px;
	margin-top: 13px;
}

.about-us .about-company .link-box {
	position: relative;
}

.about-us .about-company .link-box a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #303030;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	vertical-align: middle;
	margin-top: 10px;
}

.about-us .about-company .link-box a i {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	vertical-align: middle;
	margin-right: 6px;
}

.about-us .about-company .link-box a:hover {
	color: #222222;
}

.info-tabs {
	position: relative;
}

.info-tabs .tabs-content .tab {
	display: none;
}

.info-tabs .tabs-content .tab.active-tab {
	display: block;
}

.info-tabs .tab-buttons {
	position: relative;
}

.info-tabs .tab-buttons li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	font-weight: 700;
	padding: 10px 30px;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 24px;
}

.info-tabs .tab-buttons li.active-btn {
	background: #f15722;
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
}

.info-tabs .tabs-content {
	position: relative;
	padding-top: 35px;
	margin-bottom: 18px;
}

.info-tabs .tabs-content h3 {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 18px;
}

.info-tabs .tabs-content .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
}

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

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

.about-block:last-child {
	margin-bottom: 0;
}

.about-block .inner-box {
	position: relative;
	padding-left: 115px;
	min-height: 85px;
}

.about-block .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 85px;
	width: 85px;
	border: 1px solid #f2f2f2;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.about-block .icon:after {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 10px;
	content: "";
	height: 40px;
	width: 1px;
	background-color: #f2f2f2;
}

.about-block:last-child .icon:before {
	display: none;
}

.icon-gear {
	background-image: url("../images/icons/gear.png");
}

.icon-clock {
	background-image: url("../images/icons/clock.png");
}

.icon-worker {
	background-image: url("../images/icons/worker.png");
}

.about-block h4 {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.about-block h4:before {
	content: "";
	background: #f15722;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.about-block h4 a {
	color: #303030;
	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;
}

.about-block h4 a:hover {
	color: #f15722;
}

/*** 

====================================================================
            About Section Two
====================================================================

***/

.about-section-two {
	position: relative;
	display: block;
	padding: 80px 0 50px;
}

.about-section-two .outer-box {
	position: relative;
	display: block;
	padding: 100px 50px 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.about-section-two .highlight-box {
	position: relative;
	float: right;
	width: 100%;
	max-width: 430px;
	background-color: #ffffff;
}

.about-section-two .highlight-box .info-carousel {
	position: relative;
}

.about-block-two {
	position: relative;
	padding: 40px 40px 40px;
	margin-bottom: 40px;
}

.about-section-two .about-block-two:before {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 130px;
	line-height: 130px;
	color: #f2f2f2;
	content: "\f13d";
	font-family: "Flaticon";
}

.about-block-two .icon-box {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 25px;
	max-width: 110px;
	border-bottom: 1px solid #dedede;
}

.about-block-two .icon-box .icon {
	display: inline-block;
	color: #f15722;
	font-size: 60px;
	line-height: 60px;
}

.about-block-two h3 {
	font-size: 20px;
	line-height: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 400;
	margin-bottom: 20px;
}

.about-block-two .text {
	font-size: 16px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	margin: 0;
}

.about-block-two .carousel-column {
	position: relative;
}

.info-carousel .owl-nav {
	display: none;
}

.info-carousel .owl-dots {
	position: absolute;
	left: 30px;
	bottom: 30px;
	text-align: center;
}

.info-carousel .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border: 2px solid #f15722;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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;
}

.info-carousel .owl-dots .owl-dot.active {
	width: 10px;
	background-color: #f15722;
}

.about-style-one {
	padding: 100px 0;
}

.about-style-one .image-box {
	position: relative;
	display: inline-block;
}

.about-style-one .image-box:before {
	content: "";
	position: absolute;
	top: 50px;
	left: 50px;
	width: 100%;
	height: 100%;
	background: #f15722 url("../images/resource/about-bg.png") repeat center center;
}

.about-style-one .image-box img {
	position: relative;
	z-index: 9;
}

.about-style-one .sec-title {
	margin-bottom: 30px;
}

.about-style-one .sec-title h2 {
	margin: 0;
	margin-top: 10px;
}

.about-style-one .content-box {
	padding-right: 40px;
}

.about-style-one .content-box h3 {
	margin: 0;
	color: #303030;
	font-size: 22px;
	font-weight: 700;
}

.about-style-one .content-box p {
	color: #848484;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 30px;
}

.about-style-one .content-box ul.list-items {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

.about-style-one .content-box ul.list-items li {
	color: #303030;
	font-weight: bold;
	font-family: "Roboto";
	font-size: 18px;
	position: relative;
	padding-left: 43px;
}

.about-style-one .content-box ul.list-items li + li {
	margin-top: 20px;
}

.about-style-one .content-box ul.list-items li i {
	font-size: 24px;
	color: #f15722;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-style-one .content-box .more-btn {
	font-size: 16px;
	color: #303030;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 30px;
	transition: all 0.4s ease;
	font-family: "Roboto";
	margin-top: 40px;
}

.about-style-one .content-box .more-btn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
	transition: all 0.4s ease;
}

.about-style-one .content-box .more-btn:hover {
	color: #f15722;
	padding-left: 0;
}

.about-style-one .content-box .more-btn:hover i {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	-o-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

/*** 

====================================================================
            Story Section
====================================================================

***/

.story-section {
	position: relative;
}

.story-section .sec-title {
	margin-bottom: 35px;
}

.story-section .content-column .inner-column {
	position: relative;
}

.story-section .content-column h3 {
	position: relative;
	display: block;
	font-size: 24px;
	color: #303030;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 32px;
	margin-bottom: 20px;
}

.story-section .content-column .text {
	display: block;
	margin-bottom: 25px;
}

.story-section .content-column .text p {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 16px;
}

.story-section .content-column .text p:last-child {
	margin-bottom: 0;
}

.story-section .content-column .info {
	position: relative;
	display: block;
}

.story-section .content-column .info .name {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
}

.story-section .content-column .info .designation {
	font-size: 16px;
	line-height: 24px;
	color: #f15722;
	font-weight: 400;
}

.story-block {
	position: relative;
	padding-left: 5px;
	padding-bottom: 15px;
}

.story-block .inner-box {
	position: relative;
	/* padding-left: 120px; */
	margin-left: 120px;
	min-height: 100px;
}

.story-block .inner-box .date {
	position: absolute;
	left: -125px;
	top: 0;
	font-size: 16px;
	line-height: 1em;
	color: #848484;
	font-weight: 600;
	padding-bottom: 12px;
	padding-left: 24px;
	border-bottom: 2px solid #ef5723;
}

.story-block .inner-box .date:before {
	position: absolute;
	left: 0px;
	bottom: -5px;
	height: 11px;
	width: 11px;
	background-color: #f15722;
	content: "";
	z-index: 99;
	border-radius: 5px;
	border: 2px solid #ffffff;
}

.story-block:hover .inner-box .date:before {
	border-color: #fceab9;
}

.story-block .inner-box .image-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 110px;
	width: 85px;
}

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

.story-block h3 {
	display: block;
	font-size: 20px;
	color: #303030;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 15px;
	top: -3px;
}

.story-block h3 a {
	color: #303030;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.story-block h3 a:hover {
	color: #f15722;
}

.story-block .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
}

.story-section .verticle-slider-one {
	position: relative;
	padding-top: 30px;
}

.story-section .verticle-slider-one:before {
	position: absolute;
	left: 3px;
	top: 0;
	height: 98%;
	width: 1px;
	background-color: #30303061;
	content: "";
}

.verticle-slider-one .verticle-carousel:before,
.verticle-slider-one .verticle-carousel:after {
	position: absolute;
	left: 3px;
	top: -30px;
	height: 7px;
	width: 7px;
	background-color: #f2f2f2;
	content: "";
	border-radius: 50%;
}

.verticle-slider-one .verticle-carousel:after {
	top: auto;
	bottom: 0;
}

.verticle-slider-one .verticle-carousel .slick-next,
.verticle-slider-one .verticle-carousel .slick-prev {
	display: inline-block;
	/* width: 100%; */
	background: #f05722;
	color: white;
	padding: 5px;
	top: -25px;
	margin-bottom: 10px;
	position: inherit;
	/* left: 25px; */
	bottom: 0;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 20px;
	/* color: #f15722; */
	z-index: 9;
	/* -webkit-transform: rotate(-180deg); */
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	/* transform: rotate(-180deg); */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	/* transition: all 300ms ease; */
}

.verticle-slider-one .verticle-carousel .slick-prev {
	/* left: 25px; */
	/* -webkit-transform: rotate(360deg); */
	/* -moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg); */
	margin-bottom: 0px;
	/* -o-transform: rotate(360deg); */
	top: -5px;
	margin-top: -40px;
	/* transform: rotate(360deg); */
}

.verticle-slider-one .verticle-carousel .slick-dots {
	display: none !important;
}

.verticle-slider-one .verticle-carousel .slick-next:hover,
.verticle-slider-one .verticle-carousel .slick-prev:hover {
	color: #f15722;
}

/*** 

====================================================================
            Accordion Style
====================================================================

***/

.faq-section {
	position: relative;
	padding: 80px 0 40px;
}

.accordion-box {
	position: relative;
	border: 1px solid #f2f2f2;
}

.faq-section .accordion-box {
	margin-bottom: 40px;
}

.accordion-box .block {
	position: relative;
}

.accordion-box .block:last-child .acc-btn {
	border-bottom: 0px;
	padding-bottom: 10px;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 20px;
	cursor: pointer;
	line-height: 30px;
	color: #303030;
	font-weight: 500;
	padding: 13px 60px 13px 30px;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f7f7f7;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
	background-color: #ffffff;
	border-left: 1px solid #f15722;
	color: #f15722;
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 0;
	top: 0px;
	color: #929292;
	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: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 10px;
	font-weight: 300;
	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: "\f129";
	display: inline-block;
	color: #f15722;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

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

.accordion-box .block .acc-content:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	display: block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: #f15722;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

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

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 25px 30px 15px 20px;
	border-bottom: 1px solid #e9e9e9;
}

.accordion-box .block .content .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	margin-bottom: 0px;
}

.faq-section .form-column .inner-column {
	position: relative;
	padding: 40px 30px 20px;
	border: 1px solid #f2f2f2;
}

.faq-form {
	position: relative;
}

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

.faq-form .ui-selectmenu-button.ui-button,
.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="email"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="url"],
.faq-form .form-group textarea,
.faq-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 30px;
	color: #848484;
	font-weight: 400;
	padding: 9px 20px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.faq-form .form-group textarea {
	height: 120px;
	resize: none;
}

.faq-form .form-group input[type="submit"],
.faq-form button {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	font-weight: 700;
	padding: 10px 50px;
	background-color: #f15722;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.faq-form .form-group input[type="submit"]:hover,
.faq-form button:hover {
	background-color: #303030;
	color: #f15722;
}

/*** 

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

***/

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

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

.project-section .carousel-box {
	position: relative;
}

.project-section .sec-title {
	position: relative;
	margin-bottom: 50px;
}

.project-block {
	position: relative;
}

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

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

.project-block .image-box figure a {
	position: relative;
	display: block;
}

.project-block .image-box figure > a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: #181818;
	background: -moz-linear-gradient(
		top,
		#000000,
		rgba(0, 0, 0, 0.8),
		transparent
	);
	background: -webkit-linear-gradient(
		top,
		#000000,
		rgba(0, 0, 0, 0.8),
		transparent
	);
	background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.8), transparent);
	content: "";
	z-index: 1;
}

.project-block .image-box figure a img {
	display: block;
	width: 100%;
	height: auto;
	padding: 30px;
	background: #fff;
}

.project-block .image-box .title-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	padding-left: 30px;
	padding-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .image-box .title-box:before {
	position: absolute;
	left: 30px;
	bottom: 0;
	height: 3px;
	width: 0px;
	content: "";
	background-color: #f15722;
}

.project-block .image-box:hover .title-box {
	margin-bottom: 40px;
}

.project-block .image-box:hover .title-box:before {
	width: 60px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.project-block .image-box .title-box h3 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 3px;
}

.project-block .image-box .title-box a {
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .image-box .title-box a:hover {
	color: #f15722;
}

.project-block .image-box .title-box .tag {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #f15722;
	font-weight: 400;
}

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

.project-carousel .owl-nav {
	position: absolute;
	display: block;
	left: 0px;
	top: 50%;
	margin-top: 30px;
	width: 100%;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
	position: absolute;
	left: -110px;
	bottom: 0;
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 20px;
	font-weight: 400;
	color: #737474;
	text-align: center;
	border: 1px solid #737474;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-carousel .owl-nav .owl-next {
	left: auto;
	right: -110px;
}

@media (max-width: 1400px) {
	.project-carousel .owl-nav .owl-prev,
	.project-carousel .owl-nav .owl-next {
		left: -75px;
	}

	.project-carousel .owl-nav .owl-next {
		left: auto;
		right: -75px;
	}
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
	color: #f15722;
	border-color: #f15722;
}

.project-carousel .owl-item .project-block {
	position: relative;
	-webkit-transform: scale(1, 0.83);
	-ms-transform: scale(1, 0.83);
	-o-transform: scale(1, 0.83);
	transform: scale(1, 0.83);
	transition: all 0.4s ease;
}

.project-carousel .owl-item.center .project-block {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*** 

====================================================================
                Projects Section Two
====================================================================

***/

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

.projects-section-two .mixitup-gallery .filters {
	margin-bottom: 50px;
	text-align: center;
}

.projects-section-two .mixitup-gallery .filter-tabs {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #f2f2f2;
}

.projects-section-two .mixitup-gallery .filters li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #848484;
	line-height: 24px;
	font-weight: 400;
	padding: 0px 20px 15px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 2;
}

.projects-section-two .mixitup-gallery .filters li:after {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	line-height: 24px;
	color: #848484;
	content: "/";
}

.projects-section-two .mixitup-gallery .filters li:before {
	position: absolute;
	left: 50%;
	bottom: -1px;
	top: auto;
	height: 1px;
	width: 0;
	content: "";
	z-index: 1;
	background-color: #f15722;
	-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-two .mixitup-gallery .filters li.active {
	color: #f15722;
}

.projects-section-two .mixitup-gallery .filters li.active:before {
	width: 100%;
	left: 0;
}

.project-block-two.mix {
	display: none;
}

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

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

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

.project-block-two .slide-item .image-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.project-block-two .image-box .overlay-box:before {
	position: absolute;
	left: 0%;
	top: 0%;
	height: 100%;
	width: 100%;
	background-color: #181818;
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5) rotateY(180deg);
	-moz-transform: scale(0.5) rotateY(180deg);
	-ms-transform: scale(0.5) rotateY(180deg);
	-o-transform: scale(0.5) rotateY(180deg);
	transform: scale(0.5) rotateY(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:hover .image-box .overlay-box:before {
	opacity: 0.9;
	-webkit-transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
	-ms-transform: scale(1) rotateY(0deg);
	-o-transform: scale(1) rotateY(0deg);
	transform: scale(1) rotateY(0deg);
	visibility: visible;
}

.project-block-two .overlay-box a {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
	height: 30px;
	width: 30px;
	font-size: 20px;
	color: #f15722;
	line-height: 30px;
	opacity: 0;
	visibility: hidden;
	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;
}

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

.project-block-two:hover .overlay-box a {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.project-block-two .content-box {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two:hover .content-box {
	bottom: 100px;
	left: 45px;
	padding-bottom: 20px;
}

.project-block-two .content-box:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background-color: #f15722;
	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;
}

.project-block-two:hover .content-box:before {
	width: 60px;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.project-block-two .content-box h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #303030;
	font-weight: 400;
}

.project-block-two .content-box h4 a {
	color: #303030;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two:hover .content-box h4 a {
	color: #ffffff;
}

.project-block-two .content-box h4 a:hover {
	color: #f15722;
}

.project-block-two .content-box .tag {
	font-size: 16px;
	line-height: 26px;
	color: #f15722;
	font-weight: 400;
}

.projects-section-two .styled-pagination {
	padding-top: 30px;
	border-top: 1px solid #f2f2f2;
}

/*** 

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

***/

.projects-section-three {
	position: relative;
	padding: 80px 0;
}

.project-block-three {
	position: relative;
	margin-bottom: 40px;
}

.project-block-three .image-box {
	position: relative;
	overflow: hidden;
}

.project-block-three .image-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #181818;
	opacity: 0;
	visibility: hidden;
	content: "";
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-three .image-box:hover:before {
	opacity: 0.9;
	visibility: visible;
}

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

.project-block-three .image-box figure a {
	position: relative;
	display: block;
}

.project-block-three .image-box figure > a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #181818;
	background: -moz-linear-gradient(top, #181818, transparent);
	background: -webkit-linear-gradient(top, #181818, transparent);
	background: linear-gradient(to top, #181818, transparent);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181818', endColorstr='transparent', GradientType=0);
	content: "";
	z-index: 1;
}

.project-block-three .image-box figure a img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: none;
}

.project-block-three .image-box figure a span {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #f15722;
	margin-left: -15px;
	margin-top: -15px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-three .image-box:hover figure a span {
	opacity: 1;
	visibility: visible;
}

.project-block-three .image-box .title-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	padding-left: 25px;
	padding-bottom: 25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-three .image-box .title-box:before {
	position: absolute;
	left: 30px;
	bottom: 0;
	height: 3px;
	width: 0px;
	background-color: #f15722;
	content: "";
}

.project-block-three .image-box:hover .title-box {
	margin-bottom: 30px;
}

.project-block-three .image-box:hover .title-box:before {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 60px;
	transition-delay: 300ms;
}

.project-block-three .image-box .title-box h3 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 3px;
}

.project-block-three .image-box .title-box a {
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-three .image-box .title-box a:hover {
	color: #f15722;
}

.project-block-three .image-box .title-box .tag {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #f15722;
	font-weight: 400;
}

/*** 

====================================================================
                Project Section Four
====================================================================

***/

.projects-section-four {
	position: relative;
	padding: 80px 0;
}

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

.project-block-four .image-box {
	position: relative;
	overflow: hidden;
}

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

.project-block-four .slide-item .image-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.project-block-four .image-box .overlay-box:before {
	position: absolute;
	left: 0%;
	top: 0;
	bottom: 95px;
	height: 100%;
	width: 100%;
	background-color: #181818;
	content: "";
	opacity: 0;
	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-block-four:hover .image-box .overlay-box:before {
	opacity: 0.9;
	bottom: 55px;
	top: auto;
	visibility: visible;
}

.project-block-four .overlay-box a {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -55px;
	margin-left: -15px;
	display: inline-block;
	height: 30px;
	width: 30px;
	font-size: 20px;
	color: #f15722;
	line-height: 30px;
	opacity: 0;
	visibility: hidden;
	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;
}

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

.project-block-four:hover .overlay-box a {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.project-block-four .content-box {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 100%;
	opacity: 0;
	background-color: #ffffff;
	visibility: hidden;
	padding-bottom: 20px;
	padding-top: 22px;
	-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-four:hover .content-box {
	opacity: 1;
	visibility: visible;
}

.project-block-four .content-box:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background-color: #f15722;
	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;
}

.project-block-four:hover .content-box:before {
	width: 60px;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.project-block-four .content-box h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #303030;
	font-weight: 400;
}

.project-block-four .content-box h4 a {
	color: #303030;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-four:hover .content-box h4 a {
	color: #303030;
}

.project-block-four .content-box h4 a:hover {
	color: #f15722;
}

.project-block-four .content-box .tag {
	font-size: 16px;
	line-height: 26px;
	color: #f15722;
	font-weight: 400;
}

/*** 

====================================================================
            Project Single Section
====================================================================

***/

.project-single-section {
	position: relative;
	padding: 90px 0px 80px;
}

.project-single-section .upper-box {
	position: relative;
}

.project-single-section .single-item-carousel {
	position: relative;
	margin-bottom: 40px;
}

.project-single-section .upper-box .image {
	position: relative;
}

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

.project-single-section .single-item-carousel .owl-nav {
	display: none;
}

.project-single-section .single-item-carousel .owl-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.project-single-section .single-item-carousel .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	border: 4px solid #ffffff;
	display: inline-block;
	margin: 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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;
}

.project-single-section .single-item-carousel .owl-dots .owl-dot.active {
	border-color: #f15722;
}

.project-single-section .content-column {
	margin-bottom: 40px;
}

.project-single-section .content-column .inner-column {
	position: relative;
}

.project-single-section .content-column .inner-column:before {
	position: absolute;
	right: -30px;
	top: 0px;
	height: 100%;
	width: 1px;
	background-color: #f2f2f2;
	content: "";
}

.project-single-section .title {
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 40px;
	padding-top: 20px;
}

.project-single-section .title:before {
	position: absolute;
	top: 0px;
	height: 2px;
	width: 85px;
	background-color: #f15722;
	display: inline-block;
	content: "";
}

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

.project-single-section .content-column .text p {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	margin-bottom: 15px;
}

.project-single-section .content-column .text p:last-child {
	margin-bottom: 0px;
}

.project-single-section .content-column .social-icon-one li {
	margin-left: 0px;
	margin-right: 20px;
}

.project-single-section .info-column .inner-column {
	padding-left: 30px;
}

.project-single-section .info-column ul {
	position: relative;
}

.project-single-section .info-column ul li {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 18px;
}

.project-single-section .info-column ul li a {
	color: #848484;
	-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-single-section .info-column ul li a:hover {
	color: #f15722;
}

.project-single-section .info-column ul li span {
	position: relative;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	margin-right: 14px;
}

.project-single-section .info-column ul li span:after {
	position: absolute;
	content: ":";
	right: 10px;
	top: 0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
}

.project-single-section .info-column ul li span.fa {
	display: inline-block;
	width: auto;
	color: #f15722;
	font-size: 14px;
	margin-right: 2px;
	font-family: "FontAwesome";
}

.project-single-section .info-column ul li span.fa:after {
	display: none;
}

.load-more-option {
	position: relative;
	display: block;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.load-more-option li {
	position: relative;
	display: inline-block;
}

.load-more-option li a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #303030;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.load-more-option li a {
	color: #333333;
}

.load-more-option li:hover a {
	color: #f15722;
}

.load-more-option .load-more a {
	color: #303030;
	font-size: 24px;
	height: auto;
	width: auto;
	padding: 0;
	border: 0;
}

.load-more-option .load-more a:hover {
	color: #a0d405;
	background: none;
}

.load-more-option li.next a span {
	margin-left: 5px;
}

.load-more-option li.prev a span {
	margin-right: 5px;
}

/*** 

====================================================================
            Industry Section
====================================================================

***/

.project-style-two {
	background: #f7f7f7;
	position: relative;
	margin-bottom: -15px;
	padding-top: 100px;
}

.project-style-two:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 390px;
	background: #fff;
}

@media (max-width: 1570px) {
	.project-style-two:before {
		height: 290px;
	}
}

.project-style-two .sec-title .text {
	color: #848484;
	font-size: 18px;
	line-height: 28px;
}

.project-style-two .auto-container.full-width {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.single-project-box-two {
	position: relative;
}

.single-project-box-two .image-box {
	width: 100%;
}

.single-project-box-two .image-box img {
	/*width: calc(100% - 200px);*/
	width: 100%;
	transition: all 0.4s ease;
	float: right;
	-webkit-transform: scale(0.82);
	-ms-transform: scale(0.82);
	-o-transform: scale(0.82);
	transform: scale(0.82);
	transform-origin: top center;
}

.project-two-carousel .owl-item.center .single-project-box-two .image-box img {
	width: calc(100% - 200px);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 1570px) {
	.single-project-box-two .image-box img {
		transform-origin: top center;
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75);
	}

	.project-two-carousel .owl-item.center .single-project-box-two .image-box img {
		width: calc(100% - 150px);
	}
}

@media (max-width: 1366px) {
	.single-project-box-two .image-box img {
		transform-origin: top center;
		-webkit-transform: scale(0.82);
		-ms-transform: scale(0.82);
		-o-transform: scale(0.82);
		transform: scale(0.82);
	}

	.project-two-carousel .owl-item.center .single-project-box-two .image-box img {
		width: calc(100% - 200px);
	}
}

.single-project-box-two .content-box {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50px);
	-ms-transform: translateY(-50%) translateX(-50px);
	-o-transform: translateY(-50%) translateX(-50px);
	transform: translateY(-50%) translateX(-50px);
	max-width: 370px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.11);
	transition: all 0.4s ease;
	opacity: 0;
	padding: 45px 50px;
}

.single-project-box-two .content-box:before {
	content: "";
	width: 3px;
	height: 48px;
	background: #f15722;
	position: absolute;
	top: 80px;
	left: 0;
}

.single-project-box-two .content-box h3 {
	margin: 0;
	color: #303030;
	font-size: 24px;
	font-weight: 700;
}

.single-project-box-two .content-box span {
	color: #f15722;
	font-weight: 500;
	font-family: "Roboto";
	font-size: 18px;
}

.single-project-box-two .content-box p {
	color: #848484;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	margin-top: 16px;
	margin-bottom: 40px;
}

.single-project-box-two .content-box .more {
	font-size: 16px;
	color: #303030;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 30px;
	transition: all 0.4s ease;
	font-family: "Roboto";
}

.single-project-box-two .content-box .more i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
	transition: all 0.4s ease;
}

.single-project-box-two .content-box .more:hover {
	color: #f15722;
	padding-left: 0;
}

.single-project-box-two .content-box .more:hover i {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	-o-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.project-two-carousel .owl-item.active .single-project-box-two .content-box {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
}

@media (max-width: 1370px) {
	.project-two-carousel .owl-item.active .single-project-box-two .image-box img {
		width: calc(100% - 180px);
	}
}

.project-style-two .top-box [class*="col-"]:last-child {
	padding-top: 22px;
}

.project-style-two .top-box .text {
	display: inline-block;
	vertical-align: middle;
	width: 69%;
	margin-right: 77px;
}

.project-style-two-carousel-nav {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	color: #303030;
	font-size: 14px;
	line-height: 53px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	transition: all 0.4s ease;
}

.project-style-two-carousel-nav:hover {
	border-color: #f15722;
	color: #f15722;
}

.project-style-two-carousel-nav + .project-style-two-carousel-nav {
	margin-left: 11px;
}

/*** 

====================================================================
            Industry Section
====================================================================

***/

.industry-section {
	position: relative;
	padding-top: 70px;
}

.industry-block {
	position: relative;
	display: block;
	background-color: #ffffff;
}

.industry-block .image {
	position: relative;
}

.industry-block .image:before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #181818;
	content: "";
	opacity: 0.9;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

.industry-block:hover .image:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

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

.industry-block .lower-content {
	position: relative;
	background-color: #ffffff;
	padding: 35px 40px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.industry-block.bg-gray .lower-content {
	background-color: #f7f7f7;
}

.industry-block .lower-content .icon-box {
	position: relative;
	font-size: 50px;
	line-height: 1em;
	color: #303030;
	margin-bottom: 30px;
}

.industry-block .lower-content h3 {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 20px;
}

.industry-block .lower-content h3 a {
	color: #303030;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.industry-block .lower-content h3 a:hover {
	color: #f15722;
}

.industry-block .lower-content .text {
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	margin-bottom: 20px;
}

.industry-block .lower-content .link-box {
	position: relative;
}

.industry-block .lower-content .link-box a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #f15722;
	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;
}

.industry-block .lower-content .link-box a i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 20px;
	margin-right: 10px;
	opacity: 0;
	visibility: hidden;
}

.industry-block .lower-content .link-box a:hover {
	color: #333333;
	padding-left: 30px;
}

.industry-block .lower-content .link-box a:hover i {
	visibility: visible;
	opacity: 1;
}

.industry-carousel {
	position: relative;
}

/*** 

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

***/

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

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

.call-to-action .inner-container {
	position: relative;
}

.call-to-action .text-box {
	position: relative;
	float: left;
	padding: 15px 0;
}

.call-to-action .text-box p {
	font-size: 20px;
	line-height: 30px;
	color: #f15722;
}

.call-to-action .btn-box {
	position: relative;
	float: right;
	padding-top: 3px;
}

.call-to-action .btn-box a {
	padding: 15px 30px;
	line-height: 25px;
}

/*** 

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

***/

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

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

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

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

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

.team-block .slide-item .image-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.team-block .image-box .overlay-box:before {
	position: absolute;
	left: 0%;
	top: 0%;
	height: 100%;
	width: 100%;
	background-color: #181818;
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5) rotateY(180deg);
	-moz-transform: scale(0.5) rotateY(180deg);
	-ms-transform: scale(0.5) rotateY(180deg);
	-o-transform: scale(0.5) rotateY(180deg);
	transform: scale(0.5) rotateY(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;
}

.team-block .inner-box:hover .image-box .overlay-box:before {
	opacity: 0.9;
	-webkit-transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
	-ms-transform: scale(1) rotateY(0deg);
	-o-transform: scale(1) rotateY(0deg);
	transform: scale(1) rotateY(0deg);
	visibility: visible;
}

.team-block .overlay-box .social-links {
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
	margin-top: -20px;
	display: block;
	opacity: 0;
	visibility: hidden;
	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;
}

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

.team-block .social-links li a {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #848484;
	color: #848484;
	font-size: 14px;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .social-links li:hover a {
	background-color: #f15722;
	border-color: #f15722;
	color: #303030;
}

.team-block .inner-box:hover .overlay-box .social-links {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.team-block .lower-content {
	position: relative;
	padding: 30px 50px 0 0;
}

.team-block .lower-content .email {
	position: absolute;
	right: 0;
	top: 30px;
}

.team-block .lower-content .email a {
	display: block;
	height: 60px;
	width: 50px;
	font-size: 25px;
	line-height: 58px;
	text-align: center;
	color: #c5c5c5;
	border: 1px solid #f2f2f2;
	-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 .inner-box:hover .lower-content .email a {
	background-color: #f15722;
	color: #303030;
}

.team-block .lower-content .name {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 20px;
	top: -3px;
	padding-bottom: 15px;
	font-weight: 400;
	color: #303030;
}

.team-block .lower-content .name:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100px;
	background-color: #f2f2f2;
	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;
}

.team-block .inner-box:hover .lower-content .name:before {
	background-color: #f15722;
}

.team-block .lower-content .designation {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #848484;
	font-weight: 400;
	padding-top: 10px;
}

/*** 

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

***/

.testimonial-section {
	padding: 100px 0 120px;
}

.testimonial-section .auto-container {
	max-width: 1230px;
}

.signle-testimonial-style-one {
	padding-top: 35px;
	padding-bottom: 35px;
}

.signle-testimonial-style-one img {
	width: auto !important;
	max-width: 100%;
}

.signle-testimonial-style-one .inner-box {
	padding-left: 50px;
	padding-right: 48px;
	position: relative;
	padding-top: 65px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
}

.signle-testimonial-style-one .client-image {
	position: absolute;
	top: 0;
	left: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.signle-testimonial-style-one h3,
.signle-testimonial-style-one p {
	margin: 0;
}

.signle-testimonial-style-one h3 {
	color: #303030;
	font-size: 20px;
	font-weight: 400;
}

.signle-testimonial-style-one p {
	font-size: 18px;
	color: #848484;
	line-height: 30px;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	margin-top: 20px;
	padding-bottom: 26px;
	margin-bottom: 20px;
}

.signle-testimonial-style-one p:before {
	content: "";
	position: absolute;
	top: 8px;
	right: calc(100% + 50px);
	width: 2px;
	height: 35px;
	background: #f15722;
}

.signle-testimonial-style-one span {
	color: #f15722;
	font-size: 16px;
}

[class*="testimonials-carousel"] .owl-dots {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	text-align: center;
}

[class*="testimonials-carousel"] .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border: 2px solid #f15722;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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;
}

[class*="testimonials-carousel"] .owl-dots .owl-dot.active {
	width: 10px;
	background-color: #f15722;
}

.testimonial-section-home-two {
	padding: 0px 0 120px;
}

.testimonial-section-home-two .sec-title {
	margin-bottom: 25px;
}

.signle-testimonial-style-two {
	padding-top: 35px;
	padding-bottom: 35px;
}

.signle-testimonial-style-two img {
	width: auto !important;
	max-width: 100%;
}

.signle-testimonial-style-two .inner-box {
	position: relative;
	border: 1px solid #f2f2f2;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 30px;
	transition: all 0.4s ease;
}

.signle-testimonial-style-two:hover .inner-box {
	-webkit-box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
}

.signle-testimonial-style-two h3,
.signle-testimonial-style-two p {
	margin: 0;
}

.signle-testimonial-style-two p {
	font-size: 18px;
	line-height: 30px;
	color: #848484;
	margin-top: -30px;
}

.signle-testimonial-style-two h3 {
	color: #303030;
	font-size: 20px;
	font-weight: 400;
}

.signle-testimonial-style-two .review-text {
	background: transparent url("../images/testimonials/testi-text-bg.png") center
		center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	max-width: 290px;
	min-height: 214px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 0 23px;
	margin-top: 30px;
}

.signle-testimonial-style-two span {
	color: #f15722;
	font-size: 16px;
}

.signle-testimonial-style-two .name-box {
	margin-top: 10px;
}

.signle-testimonial-style-two .name-box .img-box,
.signle-testimonial-style-two .name-box .text-box {
	display: table-cell;
	vertical-align: middle;
}

.signle-testimonial-style-two .name-box .img-box {
	width: 70px;
}

.signle-testimonial-style-two .name-box .img-box img {
	width: 100%;
	border-radius: 50%;
}

.signle-testimonial-style-two .name-box .text-box {
	padding-left: 20px;
	text-align: left;
}

/*** 

====================================================================
                Testimonial Page Section
====================================================================

***/

.testimonial-page-section {
	position: relative;
	padding: 80px 0 30px;
}

.testimonial-page-section .testimonial-block-two {
	position: relative;
	margin-bottom: 50px;
}

.testimonial-block-two .inner-box {
	position: relative;
	text-align: center;
	padding: 30px 30px 17px;
	border: 1px solid #f2f2f2;
}

.testimonial-block-two .thumb {
	position: relative;
	display: inline-block;
	height: 85px;
	width: 85px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 50%;
}

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

.testimonial-block-two h3 {
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #303030;
	font-weight: 400;
	margin-bottom: 10px;
}

.testimonial-block-two h3 a {
	color: #303030;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block-two h3 a:hover {
	color: #f15722;
}

.testimonial-block-two .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 15px;
}

.testimonial-block-two .name {
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	color: #303030;
	font-weight: 400;
	padding-top: 15px;
	border-top: 1px solid #f2f2f2;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

/*Video Box*/

.video-box {
	position: relative;
}

.video-box .title {
	position: absolute;
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	color: #f15722;
	left: 30px;
	bottom: 25px;
	z-index: 1;
	cursor: default;
	margin-bottom: 0;
}

.video-box .image {
	position: relative;
	overflow: hidden;
}

.video-box .image img {
	position: relative;
	width: 100%;
}

.video-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: rgba(24, 24, 24, 0.85);
	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;
}

.video-box:hover .overlay-box {
	z-index: 1;
	background: rgba(24, 24, 24, 0.35);
}

.video-box .overlay-box span {
	position: relative;
	top: 47%;
	z-index: 99;
	color: #f15722;
	font-weight: 400;
	font-size: 55px;
	margin-top: -30px;
	text-align: center;
	border-radius: 50%;
	line-height: 1em;
	padding-left: 4px;
	display: inline-block;
}

/*** 

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

***/

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

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

.pricing-table.active .inner-box,
.pricing-table .inner-box:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pricing-table .inner-box {
	position: relative;
	padding: 40px 50px;
	border: 1px solid #f2f2f2;
	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;
}

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

.pricing-table .table-header .icon {
	position: relative;
	display: inline-block;
	height: 100px;
	width: 100px;
	color: #f15722;
	font-size: 60px;
	line-height: 98px;
	text-align: center;
	border: 1px solid #f8f8f8;
	margin-bottom: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 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;
}

.pricing-table.active .icon,
.pricing-table .inner-box:hover .icon {
	background-color: #f15722;
	border-color: #f15722;
	color: #303030 !important;
}

.pricing-table .table-header .title {
	margin-bottom: 18px;
}

.pricing-table .table-header .title h3 {
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
}

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

.pricing-table .table-body ul {
	display: block;
	margin-bottom: 28px;
}

.pricing-table .table-body ul li {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #848484;
	font-weight: 400;
	padding: 12px 0;
	border-top: 1px solid #f2f2f2;
}

.pricing-table .table-body .price {
	display: block;
	font-size: 20px;
	color: #303030;
	margin-bottom: 30px;
}

.pricing-table .table-body .price span {
	display: inline-block;
	font-size: 72px;
	font-weight: 600;
	line-height: 1em;
	color: #303030;
}

.pricing-table .table-body .price sub {
	display: inline-block;
	font-size: 24px;
	color: #303030;
}

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

.pricing-table .table-footer .theme-btn {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #303030;
	font-weight: 700;
	padding: 15px 50px;
	background-color: #f7f7f7;
	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;
}

.pricing-table.active .theme-btn,
.pricing-table .inner-box:hover .theme-btn {
	background-color: #f15722;
	color: #303030;
}

/*** 

====================================================================
                Clients Section
====================================================================

***/

.clients-section {
	position: relative;
	padding: 50px 0;
	background-color: #f15722;
}

.clients-section .sponsors-outer {
	position: relative;
}

.clients-section .slide-item {
	position: relative;
	display: block;
	text-align: center;
	border-right: 1px solid #ffda76;
}

.clients-section .image-box img {
	display: block;
	max-width: 100%;
	width: auto;
	opacity: 0.3;
	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 {
	opacity: 1;
}

/*** 

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

***/

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

.news-carousel {
	position: relative;
	padding-bottom: 40px;
}

.news-carousel .news-block {
	padding: 15px;
	margin: 0;
}

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

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

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

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

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

.news-block .image-box a:before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #181818;
	background-image: url("../images/icons/post-plus.png");
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	opacity: 0.9;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

.news-block .inner-box:hover .image-box a:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

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

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

.news-block .lower-content h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 15px;
}

.news-block .lower-content h3 a {
	display: inline-block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
	color: #f15722;
}

.news-block .lower-content .info {
	position: relative;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

.news-block .lower-content .info .title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #f15722;
	margin-bottom: 5px;
}

.news-block .lower-content .info ul {
	display: block;
}

.news-block .lower-content .info ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	margin-right: 5px;
	text-transform: uppercase;
}

.news-block .lower-content .info ul li:first-child a {
	color: #f15722;
	font-weight: 500;
}

.news-block .lower-content .info ul li a {
	color: #848484;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content .info ul li a:hover {
	color: #f15722;
}

.news-block .lower-content .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	margin-bottom: 15px;
	height: 130px;
}

.news-block .lower-content .more-box {
	border: 1px solid #f2f2f2;
	border-left: 0;
	border-right: 0;
	padding: 10px 0;
	margin-top: 30px;
}

.news-block .lower-content .author-box {
	float: left;
	margin: 0;
}

.news-block .lower-content .author-box img {
	width: 30px;
	border-radius: 50%;
}

.news-block .lower-content .author-box .author-name {
	text-transform: uppercase;
	color: #848484;
	font-size: 14px;
	margin-left: 10px;
}

.news-block .lower-content .link-box {
	position: relative;
	float: right;
}

.news-block .lower-content .link-box .icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background-color: #ffffff;
	background-image: url("../images/icons/arrow-right.png");
	content: "";
	background-repeat: no-repeat;
	background-position: center right;
	-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 .lower-content .link-box .icon {
	right: 100%;
	margin-right: 10px;
}

.news-block .lower-content .link-box a {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	font-weight: 700;
	-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 .lower-content .link-box a:hover {
	text-decoration: underline;
}

.news-carousel .owl-nav {
	display: none;
}

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

.news-carousel .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border: 2px solid #f15722;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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;
}

.news-carousel .owl-dots .owl-dot.active {
	width: 10px;
	background-color: #f15722;
}

.news-section .sec-title .text {
	padding: 13px 0;
}

.news-section .sec-title .btn-style-one {
	margin-top: 13px;
}

/*=========================
    News Block Two
==========================*/

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

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

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

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

.news-block-two .image-box a > img {
	width: 100%;
}

.news-block-two .image-box a:before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #181818;
	background-image: url("../images/icons/post-plus.png");
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	opacity: 0.9;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

.news-block-two .inner-box:hover .image-box a:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

.news-block-two .lower-content {
	position: relative;
	padding: 60px;
	padding-top: 2px;
	padding-bottom: 40px;
	border: 1px solid #f2f2f2;
	transition: all 0.4s ease;
}

.news-block-two .lower-content:hover {
	box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
}

.news-block-two .lower-content:before {
	content: "";
	width: calc(100% - 60px);
	height: 30px;
	background: #fff;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.news-block-two .lower-content:after {
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: calc(100% + 27px);
	left: 60px;
	width: 50px;
	z-index: 11;
	background: #f15722;
}

.news-block-two .lower-content h3 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	.news-block-two .lower-content h3 {
		font-size: 24px;
	}
}

.news-block-two .lower-content h3 a {
	display: inline-block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .lower-content h3 a:hover {
	color: #f15722;
}

.news-block-two .lower-content .info {
	position: relative;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

.news-block-two .lower-content .info .title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #f15722;
	margin-bottom: 5px;
}

.news-block-two .lower-content .info ul {
	display: block;
}

.news-block-two .lower-content .info ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: "Roboto";
}

.news-block-two .lower-content .info ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #cdcdcd;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 13px;
}

.news-block-two .lower-content .info ul li:first-child:before {
	display: none;
}

.news-block-two .lower-content .info ul li:first-child a {
	color: #848484;
	font-weight: 500;
}

.news-block-two .lower-content .info ul li a {
	color: #848484;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .lower-content .info ul li i {
	color: #f15722;
	font-size: 15px;
	margin-right: 10px;
}

.news-block-two .lower-content .info ul li a:hover {
	color: #f15722;
}

.news-block-two .lower-content .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	margin-bottom: 20px;
}

.news-block-two .lower-content .more-box {
	margin-top: 6px;
}

.news-block-two .lower-content .more-box .left-info {
	float: left;
}

.news-block-two .lower-content .author-box {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.news-block-two .lower-content .author-box img {
	width: 30px;
	border-radius: 50%;
	float: left;
}

.news-block-two .lower-content .author-box .author-name {
	text-transform: uppercase;
	color: #848484;
	font-size: 14px;
	margin-left: 10px;
	float: left;
}

.news-block-two .lower-content .more-box .comment-box {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Roboto";
	display: inline-block;
	vertical-align: middle;
}

.news-block-two .lower-content .more-box .comment-box:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #cdcdcd;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 13px;
}

.news-block-two .lower-content .more-box .comment-box a {
	color: #848484;
}

.news-block-two .lower-content .more-box .comment-box i {
	color: #f15722;
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	margin-right: 10px;
}

.news-block-two .lower-content .link-box {
	position: relative;
	float: right;
	display: inline-block;
	vertical-align: middle;
}

.news-block-two .lower-content .link-box a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .lower-content .link-box a:hover {
	text-decoration: underline;
}

.news-block-two .lower-content .link-box span {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	color: #303030;
	margin-left: 10px;
	position: relative;
	top: 5px;
}

.blog-style-two {
	padding: 100px 0;
}

.single-blog-style-two {
}

.single-blog-style-two {
	position: relative;
	margin-bottom: 40px;
}

.single-blog-style-two .inner-box {
	position: relative;
}

.single-blog-style-two .image-box {
	position: relative;
	overflow: hidden;
}

.single-blog-style-two .image-box a {
	position: relative;
	display: block;
}

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

.single-blog-style-two .image-box a:before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #181818;
	background-image: url("../images/icons/post-plus.png");
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	opacity: 0.9;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

.single-blog-style-two .inner-box:hover .image-box a:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

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

.single-blog-style-two .lower-content {
	position: relative;
	padding: 40px;
	padding-top: 15px;
	border: 1px solid #f2f2f2;
	transition: all 0.4s ease;
}

.single-blog-style-two .lower-content:hover {
	box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
}

.single-blog-style-two .lower-content:before {
	content: "";
	width: calc(100% - 40px);
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.single-blog-style-two .lower-content:after {
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: calc(100% + 17px);
	left: 40px;
	width: 50px;
	z-index: 11;
	background: #f15722;
}

.single-blog-style-two .lower-content h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 15px;
}

.single-blog-style-two .lower-content h3 a {
	display: inline-block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.single-blog-style-two .lower-content h3 a:hover {
	color: #f15722;
}

.single-blog-style-two .lower-content .info {
	position: relative;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

.single-blog-style-two .lower-content .info .title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #f15722;
	margin-bottom: 5px;
}

.single-blog-style-two .lower-content .info ul {
	display: block;
}

.single-blog-style-two .lower-content .info ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	margin-right: 5px;
	text-transform: uppercase;
}

.single-blog-style-two .lower-content .info ul li:first-child a {
	color: #f15722;
	font-weight: 500;
}

.single-blog-style-two .lower-content .info ul li a {
	color: #848484;
	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;
}

.single-blog-style-two .lower-content .info ul li a:hover {
	color: #f15722;
}

.single-blog-style-two .lower-content .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	margin-bottom: 15px;
}

.single-blog-style-two .lower-content .more-box {
}

.single-blog-style-two .lower-content .author-box {
	float: left;
	margin: 0;
}

.single-blog-style-two .lower-content .author-box img {
	width: 30px;
	border-radius: 50%;
	float: left;
}

.single-blog-style-two .lower-content .author-box .author-name {
	text-transform: uppercase;
	color: #848484;
	font-size: 14px;
	margin-left: 10px;
	float: left;
}

.single-blog-style-two .lower-content .link-box {
	position: relative;
	float: right;
}

.single-blog-style-two .lower-content .link-box .icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background-color: #ffffff;
	background-image: url("../images/icons/arrow-right.png");
	content: "";
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.single-blog-style-two .inner-box:hover .lower-content .link-box .icon {
	right: 100%;
	margin-right: 10px;
}

.single-blog-style-two .lower-content .link-box a {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.single-blog-style-two .lower-content .link-box a:hover {
	text-decoration: underline;
}

.blog-style-two .more-btn-box {
	margin-top: 10px;
}

.blog-style-two .more-btn-box .prev-btn,
.blog-style-two .more-btn-box .next-btn {
	border: 1px solid #f2f2f2;
	display: inline-block;
	vertical-align: middle;
	color: #303030;
	font-size: 12px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease;
	border-radius: 50%;
}

.blog-style-two .more-btn-box .prev-btn:hover,
.blog-style-two .more-btn-box .next-btn:hover {
	border-color: #f15722;
	color: #f15722;
}

.blog-style-two .more-btn-box .prev-btn {
	margin-right: 44px;
}

.blog-style-two .more-btn-box .next-btn {
	margin-left: 44px;
}

.blog-style-two .more-btn-box .btn-style-one {
	padding-top: 14px;
	padding-bottom: 14px;
	background: #f7f7f7;
	transition: all 0.4s ease;
}

.blog-style-two .more-btn-box .btn-style-one:hover {
	background: #303030;
	color: #fff;
}

/*Blog Single*/

.blog-single {
	position: relative;
}

.blog-single .inner-box {
	position: relative;
	margin-bottom: 80px;
}

.blog-single .inner-box .image {
	position: relative;
}

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

.blog-single .lower-content {
	position: relative;
}

.blog-single .lower-content h3 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 20px;
}

.blog-single .lower-content h3 a {
	display: block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single .lower-content h3 a:hover {
	color: #f15722;
}

.blog-single .lower-content .text {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	margin-bottom: 15px;
}

.blog-single .lower-content .info {
	position: relative;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
}

.blog-single .lower-content .info .title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #f15722;
	margin-bottom: 5px;
}

.blog-single .lower-content .info ul {
	display: block;
}

.blog-single .lower-content .info ul li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #848484;
	font-weight: 700;
	padding-right: 10px;
	margin-right: 5px;
}

.blog-single .lower-content .info ul li:before {
	position: absolute;
	right: 0;
	top: 6px;
	width: 1px;
	height: 12px;
	background-color: #c9c9c9;
	content: "";
}

.blog-single .lower-content .info ul li:last-child:before {
	display: none;
}

.blog-single .lower-content .info ul li a {
	color: #848484;
	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;
}

.blog-single .lower-content .info ul li a:hover {
	color: #f15722;
}

.blog-single .lower-content p {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 20px;
}

.blog-single .inner-box .lower-content blockquote {
	position: relative;
	border: none;
	text-align: center;
	padding: 35px 40px;
	margin-top: 30px;
	margin-bottom: 40px;
	background-color: #f7f7f7;
}

.blog-single .inner-box .lower-content blockquote .blockquote-text {
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: 30px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 20px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon {
	position: absolute;
	left: 50%;
	top: 20px;
	line-height: 1em;
	color: #ffffff;
	font-size: 120px;
	text-align: center;
	margin-left: -45px;
}

.blog-single .inner-box .lower-content blockquote .quote-info {
	position: relative;
	display: inline-block;
	padding: 15px 70px 0px;
	border-top: 1px solid #e8e8e8;
}

.blog-single .inner-box .lower-content blockquote .quote-info h4 {
	position: relative;
	color: #303030;
	font-size: 18px;
	font-weight: 600;
}

.blog-single
	.inner-box
	.lower-content
	blockquote
	.quote-info
	.quote-designation {
	position: relative;
	color: #f15722;
	font-size: 16px;
}

.blog-single .inner-box .text-column p {
	top: -5px;
}

/*post share options*/

.blog-single .post-share-options {
	position: relative;
}

.blog-single .post-share-options .post-share-inner {
	border-top: 1px solid #f2f2f2;
	padding: 20px 0;
}

.blog-single .post-share-options .info-links {
	position: relative;
}

.blog-single .post-share-options .info-links li {
	position: relative;
	color: #848484;
	font-size: 18px;
	margin-right: 20px;
	display: inline-block;
}

.blog-single .post-share-options .info-links li a {
	position: relative;
	width: 35px;
	height: 35px;
	color: #848484;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	line-height: 34px;
	margin-right: 10px;
	background-color: #f2f2f2;
}

.blog-single .post-share-options .tags span {
	font-size: 16px;
	color: #020e28;
	font-weight: 500;
	margin-right: 8px;
}

.blog-single .post-share-options .tags a {
	position: relative;
	color: #f15722;
	font-size: 16px;
	font-weight: 400;
	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;
}

.blog-single .post-share-options .tags {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	margin-top: 3px;
}

.blog-single .post-share-options .tags a:hover {
	color: #222222;
}

/*Group Title*/

.blog-single .group-title {
	position: relative;
	margin-bottom: 35px;
}

.blog-single .group-title:before {
	position: relative;
	top: -5px;
	height: 2px;
	width: 55px;
	background-color: #f15722;
	display: inline-block;
	content: "";
}

.blog-single .group-title h2 {
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
}

.blog-single .top-box {
	margin-bottom: 40px;
}

.blog-single .top-box .image-box,
.blog-single .top-box .text-box {
	float: left;
}

.blog-single .top-box .image-box {
	width: 180px;
}

.blog-single .top-box .image-box img {
	width: 60px;
}

.blog-single .top-box .image-box h4 {
	margin: 0;
	color: #303030;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0px;
}

.blog-single .top-box .image-box p {
	margin: 0;
	color: #848484;
	font-family: "Roboto";
	font-size: 14px;
}

.blog-single .top-box .text-box {
	width: calc(100% - 180px);
	padding-left: 20px;
}

.blog-single .top-box .text-box ul.info-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #848484;
}

@media (max-width: 1024px) {
	.blog-single .top-box .text-box ul.info-list li {
		font-size: 14px;
	}
}

.blog-single .top-box .text-box ul.info-list li + li {
	margin-left: 10px;
}

.blog-single .top-box .text-box ul.info-list li i,
.blog-single .top-box .text-box ul.info-list li a {
	display: inline-block;
	vertical-align: middle;
}

.blog-single .top-box .text-box ul.info-list li i {
	font-size: 16px;
	color: #f15722;
	margin-right: 7px;
}

.blog-single .top-box .text-box ul.info-list li a {
	color: #848484;
}

.blog-single .top-box .text-box h2 {
	font-size: 36px;
	line-height: 42px;
	color: #303030;
	font-weight: 700;
	margin-top: 10px;
}

@media (max-width: 1024px) {
	.blog-single .top-box .text-box h2 {
		font-size: 30px;
		line-height: 34px;
	}
}

/*Author Box*/

.author-box {
	position: relative;
	margin-bottom: 60px;
}

.author-box .author-comment {
	position: relative;
	padding: 30px 0px 25px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.author-box .author-comment .inner {
	position: relative;
	padding-left: 110px;
}

.author-box .author-comment .inner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 85px;
	margin-bottom: 20px;
}

.author-box .author-comment .inner h3 {
	position: relative;
	top: -3px;
	color: #303030;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.author-box .author-comment .inner .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px;
}

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

.social-icon-one li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.social-icon-one li a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #848484;
	-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-one li a:hover {
	color: #f15722;
}

/*** 

====================================================================
        Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}

.sidebar-page-container .comments-area .comment-box {
	position: relative;
	margin-bottom: 35px;
	-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:nth-child(1) {
	padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
	border-color: #eb5310;
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
	margin-left: 30px;
}

.sidebar-page-container .comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 80px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #f4f4f4;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 20px;
	top: 20px;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
	display: inline-block;
	color: #f15722;
	font-size: 14px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 60px;
	display: block;
}

.sidebar-page-container .comments-area .comment-info {
	position: relative;
	color: #303030;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.sidebar-page-container .comments-area .comment-box .text {
	color: #848484;
	font-size: 16px;
	margin-top: 12px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0px;
}

/*Comment Form*/

.comment-form {
	position: relative;
}

.comment-form .rating-box {
	position: relative;
	margin-bottom: 20px;
}

.comment-form .rating-box .text {
	position: relative;
	font-size: 16px;
	color: #848484;
	margin-bottom: 5px;
	margin-top: -5px;
}

.comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ebebeb;
}

.comment-form .rating-box .rating:last-child {
	border: 0px;
}

.comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 4px;
	display: inline-block;
}

.comment-form .rating-box .rating a {
	position: relative;
	color: #d6d6d6;
	font-size: 12px;
	display: inline-block;
}

.comment-form .rating-box .rating a:hover {
	color: #d5ac63;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.comment-form .form-group label {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
}

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

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	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;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #f15722;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #d6d6d6;
	border: 1px solid #efefef;
	height: 105px;
	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;
}

.comment-form button {
	position: relative;
	margin-top: 20px;
	padding: 11px 34px;
	border-radius: 0px;
	font-weight: 700;
}

/*** 

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

***/

.styled-pagination {
	position: relative;
	z-index: 9;
}

.styled-pagination ul {
	position: relative;
	display: inline-block;
}

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

.styled-pagination li a {
	position: relative;
	display: inline-block;
	height: 55px;
	width: 55px;
	font-size: 18px;
	color: #222222;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	padding: 15px 10px;
	background-color: transparent;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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:hover a,
.styled-pagination li.prev:hover a,
.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	background-color: #f15722;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
	font-size: 14px;
	color: #848484;
}

/*** 

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

***/

.contact-section {
	position: relative;
	background-color: #f7f7f7;
	padding: 80px 0;
	z-index: 9;
}

.contact-section .title-column .inner-column {
	position: relative;
}

.contact-section .title-column .sec-title {
	margin-bottom: 25px;
}

.contact-section .title-column .text {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 25px;
}

.contact-section .title-column .link-box a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #f15722;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-section .title-column .link-box a i {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
}

.contact-section .title-column .link-box a:hover {
	color: #222222;
}

.contact-section .form-column {
	position: relative;
}

.contact-section .form-column .inner-column {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 770px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 45px 50px 30px;
}

.contact-section .form-column .text {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 30px;
}

.contact-form {
	position: relative;
}

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

.contact-form .ui-selectmenu-button.ui-button,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 30px;
	color: #848484;
	font-weight: 400;
	padding: 9px 20px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #f15722;
}

.contact-form .form-group textarea {
	height: 120px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form button {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	font-weight: 700;
	padding: 10px 50px;
	background-color: #f15722;
	-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-form .form-group input[type="submit"]:hover,
.contact-form button:hover {
	background-color: #303030;
	color: #f15722;
}

.contact-form .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 0px;
	text-indent: 0;
	height: 22px;
}

.contact-form .ui-button .ui-icon:before {
	font-family: "FontAwesome";
	content: "\f107";
	position: absolute;
	font-weight: 400;
	right: 0px;
	top: 0px;
	width: 10px;
	font-size: 14px;
	display: block;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #efefef;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	border-bottom: 1px solid #efefef;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.contact-section.style-two {
	position: relative;
}

.contact-section.style-two .form-column .inner-column {
	top: -160px;
	max-width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/***

==================================================================
                Contact Section Two
==================================================================

***/

.contact-section-two {
	position: relative;
	padding: 80px 0;
}

.contact-section-two .carousel-column .inner-column {
	margin-right: 100px;
}

.branches-carousel {
	position: relative;
	padding-top: 55px;
}

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

.branch-info-box .image {
	position: relative;
}

.branch-info-box .image img {
	width: 100%;
	height: auto;
}

.branch-info-box .lower-content {
	position: relative;
	padding: 30px 30px;
	border: 1px solid #f2f2f2;
	border-top: 0;
}

.branch-info-box .lucation {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	padding-top: 15px;
	margin-bottom: 30px;
}

.branch-info-box .lucation:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 85px;
	background-color: #f15722;
	display: inline-block;
	content: "";
}

.branch-info-box ul {
	position: relative;
}

.branch-info-box ul li {
	position: relative;
	display: block;
	padding-left: 50px;
	margin-bottom: 25px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.branch-info-box ul li:last-child {
	margin-bottom: 0;
}

.branch-info-box ul li .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 32px;
	line-height: 45px;
	color: #f15722;
}

.branch-info-box ul li h5 {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #848484;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
}

.branch-info-box ul li p {
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #848484;
}

.branch-info-box ul li p a {
	color: #848484;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.branch-info-box ul li p a:hover {
	color: #f15722;
}

.branches-carousel .owl-nav {
	display: none;
}

.branches-carousel .owl-dots {
	position: absolute;
	left: 0px;
	top: 0;
}

.branches-carousel .owl-dots .owl-dot {
	position: relative;
	width: 8px;
	height: 8px;
	border: 1px solid #e9e9e9;
	display: inline-block;
	margin-right: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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;
}

.branches-carousel .owl-dots .owl-dot.active {
	height: 11px;
	width: 11px;
	border: 3px solid #f15722;
}

.branches-carousel .owl-dots .owl-dot.active:before {
	position: absolute;
	left: -9px;
	top: -9px;
	height: 23px;
	width: 23px;
	content: "";
	border-radius: 50%;
	border: 5px solid #fdefca;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease;
}

.branches-carousel .owl-dots .owl-dot.active:before {
	visibility: visible;
	opacity: 1;
}

.contact-section-two .map-column .map-outer {
	padding-top: 55px;
}

/***

==================================================================
                Contact Map Section
==================================================================

***/

.contact-map-section {
	position: relative;
}

.contact-map-section .map-canvas {
	height: 500px;
}

.map-outer {
	position: relative;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data a {
	display: block;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}

.map-canvas {
	height: 570px;
}

/***

==================================================================
                Contact Form Section
==================================================================

***/

.contact-form-section {
	position: relative;
	background-color: #f7f7f7;
	padding: 80px 0 0;
	z-index: 9;
}

.contact-form-section .image-column {
	text-align: center;
	position: relative;
}

.contact-form-section .image-column .inner-column {
	margin-top: -40px;
}

.contact-form-section .form-column .sec-title {
	margin-bottom: 30px;
}

.contact-form-section .form-column .text {
	font-size: 18px;
	line-height: 28px;
	color: #848484;
	font-weight: 400;
	margin-top: 15px;
}

.contact-form.style-two .form-group input[type="text"],
.contact-form.style-two .form-group input[type="email"],
.contact-form.style-two .form-group input[type="tel"],
.contact-form.style-two .form-group input[type="url"],
.contact-form.style-two .form-group textarea,
.contact-form.style-two .form-group select {
	background-color: transparent;
	border: 1px solid #e8e8e8;
	height: 55px;
	line-height: 25px;
}

.contact-form.style-two .form-group textarea {
	height: 205px;
	resize: none;
}

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

.contact-form label.error,
.contact-form.style-three .form-group label.error {
	padding-top: 10px;
	display: block;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	color: #ff0000;
	margin-bottom: 0px;
	font-family: "Roboto", sans-serif;
}

/***

==================================================================
                Contact Section Three
==================================================================

***/

.contact-section-three {
	position: relative;
	padding: 80px 0;
}

.contact-section-three .info-column {
	position: relative;
}

.contact-section-three .form-column .inner-column {
	position: relative;
	padding: 40px 40px 10px;
	border: 1px solid #f2f2f2;
}

.contact-section-three .form-column .sec-title {
	margin-bottom: 30px;
}

.contact-section-three .form-column .text {
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-top: 15px;
}

.contact-form.style-three .form-group {
	margin-bottom: 30px;
}

.contact-form.style-three .form-group label {
	display: block;
	font-size: 14px;
	line-height: 15px;
	color: #dedede;
	font-weight: 600;
	margin-bottom: 7px;
	font-family: "Roboto", sans-serif;
}

.contact-form.style-three .form-group input[type="text"],
.contact-form.style-three .form-group input[type="email"],
.contact-form.style-three .form-group input[type="tel"],
.contact-form.style-three .form-group input[type="url"],
.contact-form.style-three .form-group textarea,
.contact-form.style-three .form-group select {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #f2f2f2;
	height: 35px;
	font-size: 16px;
	color: #848484;
	padding: 5px 0;
	margin-bottom: 57px;
	line-height: 24px;
}

.contact-form.style-three .form-group textarea {
	height: 205px;
	resize: none;
	border-bottom: 0;
}

.contact-form.style-three .form-group button {
	margin-top: 10px;
}

.contact-form.style-three .form-group.border-left {
	position: relative;
	padding-left: 30px;
	border-left: 1px solid #f2f2f2;
}

.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 {
	border: 1px solid #f15722;
	background: #f15722;
}

/***

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

***/

.main-footer {
	position: relative;
	background-color: #181818;
	color: #888888;
}

.main-footer .widgets-section {
	padding: 80px 0px 40px;
}

.main-footer.padding-top .widgets-section {
	position: relative;
	padding: 120px 0px 40px;
}

.main-footer .footer-column {
	position: relative;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 25px;
}

.main-footer .footer-column .widget-title {
	position: relative;
	margin-bottom: 35px;
}

.main-footer .footer-column .widget-title:before {
	position: relative;
	top: -6px;
	height: 2px;
	width: 55px;
	background-color: #f15722;
	display: inline-block;
	content: "";
}

.main-footer .footer-column .widget-title h2 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
}

.main-footer .subscribe-widget h4,
.main-footer .subscribe-widget p {
	margin: 0;
}

.main-footer .subscribe-widget h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 14px;
}

.main-footer .subscribe-widget p {
	color: #848484;
	font-size: 16px;
	line-height: 26px;
}

.main-footer .subscribe-widget .subscribe-form {
	margin-top: 20px;
}

.main-footer .subscribe-widget .subscribe-form input {
	border: none;
	outline: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: #4c4c4c;
	font-size: 16px;
	display: block;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.main-footer
	.subscribe-widget
	.subscribe-form
	input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form input:-moz-placeholder {
	/* Firefox 18- */
	color: #4c4c4c;
}

.main-footer .subscribe-widget .subscribe-form button[type="submit"] {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 30px;
	transition: all 0.4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type="submit"] i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
	transition: all 0.4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type="submit"]:hover {
	color: #f15722;
	padding-left: 0;
}

.main-footer .subscribe-widget .subscribe-form button[type="submit"]:hover i {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	-o-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.main-footer .subscribe-widget .subscribe-form button[type="button"] {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 30px;
	transition: all 0.4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type="button"] i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
	transition: all 0.4s ease;
}

.main-footer .subscribe-widget .subscribe-form button[type="button"]:hover {
	color: #f15722;
	padding-left: 0;
}

.main-footer .subscribe-widget .subscribe-form button[type="button"]:hover i {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	-o-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.main-footer .about-widget {
	position: relative;
}

.main-footer .about-widget .text {
	position: relative;
}

.main-footer .about-widget .text p {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 20px;
}

.main-footer .about-widget .text p:last-child {
	margin-bottom: 0;
}

.main-footer .about-widget .text p a {
	display: inline-block;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .about-widget .text p a:hover {
	color: #ffffff;
}

.footer-column .logo {
	margin-bottom: 30px;
}

/*=== links Widget ===*/

.main-footer .links-widget {
	position: relative;
}

.main-footer .links-widget .list li {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 15px;
}

.main-footer .links-widget .list li:nth-child(even) {
	padding-left: 15px;
}

.main-footer .links-widget .list li a:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #454545;
	font-weight: 400;
	line-height: 22px;
	content: "\f175";
	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;
}

.main-footer .links-widget .list li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #848484;
	font-weight: 400;
	padding-left: 20px;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .links-widget .list li:hover a {
	color: #f15722;
	padding-left: 30px;
}

.main-footer .links-widget .list li:hover a:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	color: #f15722;
}

.main-footer .contact-widget {
	border-top: 2px solid #f15722;
	position: relative;
	padding: 25px 40px;
	background-color: #232323;
}

.contact-info-box {
	position: relative;
}

.contact-info-box .branch-name {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
}

.contact-info-box .contact-links {
	position: relative;
}

.contact-info-box .contact-links li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	display: block;
}

.contact-info-box .contact-links li a {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-info-box .contact-links li a:hover {
	color: #f15722;
}

.contact-info-box .social-links {
	display: block;
}

.contact-info-box .social-links li {
	display: inline-block;
	margin-right: 13px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
}

.contact-info-box .social-links 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;
}

.contact-info-box .social-links li a:hover {
	color: #f15722;
}

.contact-carousel .owl-nav {
	display: none;
}

.contact-carousel .owl-dots {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: -5px;
	background-color: #232323;
}

.contact-carousel .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border: 1px solid #4d4d4d;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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;
}

.contact-carousel .owl-dots .owl-dot.active {
	width: 10px;
	border-color: #f15722;
}

.contact-widget .single-contact-widget + .single-contact-widget {
	border-top: 1px solid #313131;
	padding-top: 14px;
	margin-top: 13px;
}

.contact-widget .single-contact-widget .icon-box,
.contact-widget .single-contact-widget .text-box {
	display: table-cell;
	vertical-align: top;
}

.contact-widget .single-contact-widget .icon-box {
	width: 30px;
}

.contact-widget .single-contact-widget .icon-box i {
	color: #f15722;
	font-size: 30px;
	display: block;
	line-height: 1em;
	position: relative;
	top: 7px;
}

.contact-widget .single-contact-widget .text-box {
	padding-left: 20px;
}

.contact-widget .single-contact-widget .text-box h3,
.contact-widget .single-contact-widget .text-box p {
	margin: 0;
}

.contact-widget .single-contact-widget .text-box h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.contact-widget .single-contact-widget .text-box p {
	color: #999999;
	font-size: 16px;
	line-height: 24px;
}

.contact-widget .single-contact-widget .text-box span {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	display: block;
	font-family: "Roboto";
}

.contact-widget .single-contact-widget .text-box h3 + span {
	margin-top: 9px;
}

.main-footer .project-widget ul.project-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}

.main-footer .project-widget ul.project-list li {
	float: left;
	width: 33.333333%;
	padding: 10px;
}

.main-footer .project-widget ul.project-list li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.main-footer .project-widget ul.project-list li img {
	width: 100%;
}

.main-footer .project-widget ul.project-list li .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.77);
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.4s ease;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.main-footer .project-widget ul.project-list li:hover .box {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.main-footer .footer-bottom {
	position: relative;
	text-align: center;
	padding: 23.25px 0;
	background-color: #232323;
}

.main-footer .footer-bottom .logo {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.main-footer .footer-bottom .logo a {
	display: inline-block;
}

.main-footer .footer-bottom .logo img {
	max-width: 100%;
	height: auto;
}

.main-footer .footer-bottom .copyright-text {
	position: relative;
	display: block;
	font-size: 16px;
	color: #848484;
	font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
	display: inline-block;
	color: #f15722;
}

.main-footer .footer-bottom .copyright-text a:hover {
	text-decoration: underline;
}

.main-footer .footer-bottom .expert-link {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}

.main-footer .footer-bottom .expert-link i {
	color: #f15722;
	font-size: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.main-footer .footer-bottom .footer-menu li {
	display: inline-block;
	vertical-align: middle;
}

.main-footer .footer-bottom .footer-menu li a {
	color: #848484;
	font-size: 16px;
}

.main-footer .footer-bottom .footer-menu li + li a:before {
	content: "~";
	margin-left: 15px;
	margin-right: 11px;
}

/*** 

====================================================================
        Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 80px 0px 40px;
	overflow: hidden;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.sidebar-page-container .default-sidebar {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	background: #f7f7f7;
}

/*.default-sidebar:before {
    position: absolute;
    left: 0;
    top: -200px;
    height: 1000%;
    width: 1px;
    content: "";
    background-color: #f2f2f2;
}*/

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

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

/*Sidebar Title*/

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

.sidebar-title h2 {
	font-size: 24px;
	color: #303030;
	font-weight: 500;
	line-height: 1.2em;
	display: inline-block;
	text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #e3e3e3;
	background: none;
	background: #ffffff;
	color: #808080;
	width: 100%;
	height: 60px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.05);
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 20px;
	height: 24px;
	width: 44px;
	border-left: 0px solid #f2f2f2;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #303030;
	line-height: 100%;
	font-weight: normal;
	background: none;
}

.our-blog.padding-right,
.blog-classic.padding-right,
.blog-single.padding-right {
	padding-right: 15px;
}

/*Blog Category*/

.cat-list {
	position: relative;
	outline: 9px;
	border: 1px solid #f2f2f2;
}

.cat-list li {
	position: relative;
}

.cat-list li a {
	position: relative;
	font-size: 18px;
	color: #848484;
	font-weight: 400;
	padding: 12px 0 12px;
	padding-left: 25px;
	display: block;
	line-height: 30px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid #eeeeee;
	background: #ffffff;
	font-family: "Roboto";
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 1024px) {
	.cat-list li a {
		font-size: 15px;
	}
}

.cat-list li a:hover {
	color: #303030;
	background-color: transparent;
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.4);
}

.cat-list li a span {
	float: right;
	font-size: 14px;
	color: #303030;
	font-family: "Roboto";
	font-weight: 500;
	line-height: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
}

.cat-list li a:hover span {
	background: #f15722;
	border-color: #f15722;
}

.testimonials-widget h3 {
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 23px;
}

.testimonials-widget {
	position: relative;
	padding-bottom: 27px;
	border-bottom: 1px solid #f2f2f2;
}

.testimonials-widget .owl-nav {
	display: none;
}

.testimonials-widget .owl-dots {
	position: absolute;
	right: 85px;
	left: auto;
	top: -48px;
}

.testimonials-widget .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border: 2px solid #f15722;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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;
}

.testimonials-widget .owl-dots .owl-dot.active {
	width: 10px;
	background-color: #f15722;
}

/*Recent Comments*/

.sidebar .recent-comments {
	position: relative;
}

.recent-comments .comment-box {
	position: relative;
	padding: 30px 20px 20px;
	border: 1px solid #f2f2f2;
	margin-bottom: 40px;
}

.recent-comments .comment-box:last-child {
	margin-bottom: 0;
}

.recent-comments .comment-box .inner-box {
	position: relative;
	padding-left: 70px;
	padding-right: 20px;
	min-height: 50px;
}

.recent-comments .comment-box .date {
	position: absolute;
	left: 20px;
	top: -11px;
	font-size: 14px;
	line-height: 25px;
	padding: 0 9px;
	color: #848484;
	font-weight: 400;
	background-color: #f7f7f7;
}

.recent-comments .comment-box .thumb {
	position: absolute;
	left: 0px;
	top: 2px;
	height: 50px;
	width: 50px;
}

.recent-comments .comment-box .name {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #303030;
	font-weight: 400;
}

.recent-comments .comment-box .text {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
}

.recent-comments .comment-box .reply-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 15px;
	background-image: url("../images/icons/reply.png");
	background-repeat: no-repeat;
	background-position: center;
}

.recent-comments .comment-box .reply-btn:hover {
	background-image: url("../images/icons/reply-hover.png");
}

/*Popular Posts*/

.sidebar .popular-posts .post {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}

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

.sidebar .popular-posts .post .text {
	position: relative;
	top: -5px;
	font-size: 16px;
	color: #303030;
	line-height: 26px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	margin-top: 10px;
}

.sidebar .popular-posts .post .text a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
	color: #f15722;
}

.sidebar .popular-posts .post-info {
	font-size: 14px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	text-transform: uppercase;
}

.sidebar .popular-posts .post-info i {
	font-size: 13px;
	line-height: 24px;
	color: #f15722;
	margin-right: 3px;
}

.sidebar .flicker-posts ul.flicker-list {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}

.sidebar .flicker-posts ul.flicker-list li {
	float: left;
	width: 33.333333%;
	padding: 10px;
}

.sidebar .flicker-posts ul.flicker-list li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sidebar .flicker-posts ul.flicker-list li img {
	width: 100%;
}

.sidebar .flicker-posts ul.flicker-list li .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.77);
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.4s ease;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.sidebar .flicker-posts ul.flicker-list li:hover .box {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #808080;
	line-height: 25px;
	padding: 7.5px 16px;
	border-radius: 21px;
	margin: 0px 8px 10px 0px;
	text-align: center;
	background: none;
	font-weight: 400;
	border: 1px solid #e3e3e3;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.05);
}

.sidebar .popular-tags a:hover {
	border-color: #f15722;
	background-color: #f15722;
	color: #303030;
}

.sidebar .subscribe-widget {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 30px;
	text-align: center;
}

.sidebar .subscribe-widget input {
	width: 100%;
	display: block;
	color: #848484;
	font-size: 16px;
	height: 50px;
	border-radius: 3px;
	padding-left: 20px;
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
	text-align: left;
}

.sidebar .subscribe-widget button[type="submit"] {
	width: 100%;
	padding: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}

/*** 

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

***/

.products-section {
	position: relative;
	padding-bottom: 60px;
}

.products-section .title-box {
	position: relative;
	text-align: center;
	padding: 70px 0px 300px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.products-section .title-box:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.85);
}

.products-section .title-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.products-section .title-box .text {
	position: relative;
	color: #aaaaaa;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 28px;
	line-height: 1.4em;
}

.products-section .lower-section {
	position: relative;
	margin-top: -200px;
}

.products-section .lower-section .owl-dots {
	display: none;
}

.products-section .lower-section .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -50px;
}

.products-section .lower-section .owl-nav .owl-prev {
	position: absolute;
	left: -80px;
	width: 50px;
	height: 50px;
	color: #252525;
	font-size: 24px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #f2f2f2;
}

.products-section .lower-section .owl-nav .owl-next {
	position: absolute;
	right: -80px;
	top: 0px;
	width: 50px;
	height: 50px;
	color: #252525;
	font-size: 24px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #f2f2f2;
}

.products-section .lower-section .owl-nav .owl-prev,
.products-section .lower-section .owl-nav .owl-next {
	color: #d5ac63;
}

/*Shop Item*/

.shop-item {
	position: relative;
	margin-bottom: 10px;
}

.shop-item .inner-box {
	position: relative;
	padding-top: 10px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item:hover {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(244, 244, 244, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(244, 244, 244, 1);
	box-shadow: 0px 0px 5px 0px rgba(244, 244, 244, 1);
}

.shop-item .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.shop-item .inner-box .image-box {
	position: relative;
	z-index: 11;
	padding: 0px 0px;
	text-align: center;
}

.shop-item .inner-box .image-box .image {
	position: relative;
}

.shop-item .inner-box .image-box .overlay-box {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	background-color: rgba(24, 24, 24, 0.9);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option {
	position: relative;
	top: 50%;
	margin-top: -14px;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li {
	position: relative;
	margin: 0px 3px;
	display: inline-block;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li .tool-tip {
	position: absolute;
	left: 20px;
	bottom: 100%;
	width: 130px;
	color: #303030;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	opacity: 0;
	padding: 5px 10px;
	visibility: hidden;
	margin-left: -60px;
	margin-bottom: 0px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li .tool-tip:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffffff;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li:hover .tool-tip {
	opacity: 1;
	visibility: visible;
	margin-bottom: 10px;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #f15722;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
	border-radius: 50%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box .image-box .overlay-box .cart-option li a:hover {
	background-color: #f15722;
	color: #181818;
}

.shop-item .inner-box .image-box img {
	width: 100%;
	display: inline-block;
}

.shop-item .inner-box .lower-content {
	position: relative;
	padding-right: 65px;
}

.shop-item .inner-box .lower-content .price-box {
	position: relative;
	padding: 15px 0;
}

.shop-item .inner-box .lower-content .price-box h3 {
	position: relative;
	font-size: 16px;
	line-height: 25px;
	color: #303030;
	font-weight: 400;
	margin-bottom: 2px;
}

.shop-item .inner-box .lower-content .price-box h3 a {
	color: #303030;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
	color: #f15722;
}

.shop-item .inner-box .lower-content .price-box .price {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

.shop-item .inner-box .lower-content .rating {
	position: absolute;
	right: 0;
	top: 15px;
}

.shop-item .inner-box .lower-content .rating .fa {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	color: #f15722;
}

/*Item Sorting*/

.shop-section .items-sorting {
	position: relative;
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
	margin-bottom: 10px;
}

.shop-section .items-sorting .results-column h4 {
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	line-height: 20px;
	padding: 10px 0px;
}

.shop-section .items-sorting .form-group {
	margin-bottom: 0px;
}

.shop-section .items-sorting select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	padding: 10px 15px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: url("../images/icons/icon-select.png") right center no-repeat;
	color: #303030;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-section .items-sorting select option {
	text-indent: 15px;
}

.shop-section .styled-pagination {
	margin-top: 15px;
	padding-top: 30px;
	border-top: 1px solid #f2f2f2;
}

.shop-sidebar .search-box .form-group button {
	height: 50px;
	width: 50px;
	background-color: #f7f7f7;
	right: 0;
	top: 0;
}

.shop-sidebar .search-box .form-group input[type="text"],
.shop-sidebar .search-box .form-group input[type="search"] {
	border-color: #f7f7f7;
}

.shop-sidebar .sidebar-title h2 {
	font-size: 20px;
	color: #303030;
}

/*Blog Cat*/

.blog-cat {
	position: relative;
	border: 1px solid #f2f2f2;
	border-left: 2px solid #f15722;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.blog-cat li {
	position: relative;
}

.blog-cat li a {
	position: relative;
	font-size: 16px;
	line-height: 23px;
	color: #848484;
	padding: 10px 0;
	font-weight: 400;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog-cat li a:before {
	position: absolute;
	content: "\f178";
	left: 0px;
	top: 10px;
	font-size: 14px;
	line-height: 25px;
	color: #f15722;
	font-family: "FontAwesome";
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.blog-cat li:last-child a {
	border-bottom: 0;
}

.blog-cat li.active a,
.blog-cat li:hover a {
	padding-left: 25px;
	color: #f15722;
}

.blog-cat li.active a:before,
.blog-cat li:hover a:before {
	opacity: 1;
	visibility: visible;
}

/*Sidebar Range slider */

.range-slider-one {
	position: relative;
	min-height: 48px;
}

.range-slider-one .title {
	position: relative;
	float: left;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	margin-top: 4px;
}

.range-slider-one .title:before {
	position: absolute;
	content: "$";
	right: -14px;
	top: 0px;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
}

.range-slider-one .input {
	float: right;
	left: 8px;
	max-width: 75px;
	padding-left: 8px;
	margin-top: 4px;
	position: relative;
}

.range-slider-one .input input {
	background: none;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	width: auto;
	text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
	height: 2px;
	border: none;
	margin-bottom: 35px;
	background: #e6e6e6;
}

.range-slider-one .ui-slider .ui-slider-range {
	top: 0px;
	height: 2px;
	background: #303030;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
	top: -4px;
	width: 10px;
	height: 10px;
	border: 1px solid #303030;
	background: #f15722;
	border-radius: 50%;
	cursor: pointer;
}

.range-slider-one .theme-btn {
	color: #303030;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 25px;
	line-height: 25px;
	letter-spacing: 0px;
	border-radius: 3px;
	border-color: #f15722;
	background-color: #f15722;
}

.range-slider-one .theme-btn:hover {
	color: #ffffff;
	border-color: #303030;
	background-color: #303030;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post {
	position: relative;
	padding: 0px 0px;
	padding-left: 90px;
	min-height: 98px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eeeeee;
}

.sidebar .related-posts .post:last-child {
	margin-bottom: 0px;
	border: 0px;
	min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	border: 1px solid #f2f2f2;
}

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

.sidebar .related-posts .post h4 {
	top: -4px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #393939;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
}

.sidebar .related-posts .post h4 a {
	color: #393939;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
	color: #f15722;
}

.sidebar .related-posts .post .price {
	font-size: 16px;
	color: #848484;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 26px;
}

.sidebar .related-posts .post .rating .fa {
	position: relative;
	display: inline-block;
	margin-right: 2px;
	font-size: 12px;
	line-height: 26px;
	color: #f15722;
}

/*** 

====================================================================
        Shop Single
====================================================================

***/

.product-details .basic-details {
	position: relative;
	margin-bottom: 20px;
}

.product-details .image-column,
.product-details .info-column {
	margin-bottom: 20px;
}

.product-details .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #f2f2f2;
}

.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 400;
	margin: -5px 0px 15px;
	color: #303030;
	font-family: "Roboto", sans-serif;
}

.product-details .basic-details .details-header h4 a {
	color: #303030;
}

.product-details .basic-details .details-header .rating {
	font-size: 14px;
	line-height: 20px;
	color: #f15722;
	margin-bottom: 15px;
}

.product-details .basic-details .details-header .rating .fa {
	display: inline-block;
	margin-right: 1px;
}

.product-details .basic-details .details-header .rating .txt {
	font-size: 16px;
	line-height: 26px;
	color: #848484;
}

.product-details .basic-details .details-header .item-price {
	font-size: 24px;
	font-weight: 400;
	color: #848484;
	line-height: 30px;
	margin-bottom: 20px;
}

.product-details .basic-details .prod-info {
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 13px;
}

.product-details .basic-details .prod-info strong {
	font-weight: 700;
	color: #111111;
}

.product-details .basic-details .text {
	position: relative;
	margin-bottom: 25px;
}

.product-details .basic-details .text p {
	color: #848484;
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
}

.product-details .basic-details .location {
	position: relative;
	font-size: 16px;
	color: #303030;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

.product-details .basic-details .item-quantity .field-label {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
	line-height: 24px;
	padding: 10px 15px !important;
	height: 46px !important;
	box-shadow: none !important;
}

.product-details
	.basic-details
	.bootstrap-touchspin
	.input-group-btn-vertical
	> .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 11px 10px;
	background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
}

.product-details .basic-details .item-quantity {
	position: relative;
	float: left;
	width: 85px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 12px !important;
	height: 50px !important;
	box-shadow: none !important;
	text-align: center;
}

.product-details
	.basic-details
	.bootstrap-touchspin
	.input-group-btn-vertical
	> .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 12px 10px;
	background: #f4f5f6;
	border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
	top: 8px;
}

.product-details .basic-details .add-to-cart {
	line-height: 20px;
	padding: 15px 45px;
}

.product-details .basic-details .expired {
	position: relative;
	color: #f15722;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}

/*Pincode Form*/

.pincode-form {
	position: relative;
	margin-bottom: 15px;
}

.pincode-form .form-group {
	margin-bottom: 10px;
}

.pincode-form .form-group input[type="text"] {
	position: relative;
	line-height: 14px;
	padding: 4px 10px 4px 15px;
	border: 1px solid #f7f7f7;
	background: none;
	font-size: 16px;
	width: 170px;
	height: 40px;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.pincode-form .form-group button {
	position: relative;
	height: 40px;
	width: 100px;
	font-size: 14px;
	color: #252525;
	font-weight: 700;
	line-height: 100%;
	background: #f7f7f7;
	margin-left: 8px;
	display: inline-block;
	text-transform: uppercase;
}

/*** 

====================================================================
    Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs {
	position: relative;
	margin-bottom: 60px;
}

.shop-single .product-details .prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #eeeeee;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 16px;
	background: #f4f4f4;
	color: #303030;
	border: 1px solid #f4f4f4;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
	padding: 12px 18px 10px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: "Roboto", sans-serif;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #f15722;
	background: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content {
	position: relative;
	padding: 30px 30px 40px;
	border: 1px solid #f0f0f0;
	border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.shop-single .product-details .prod-tabs .tabs-content .content p {
	position: relative;
	font-size: 16px;
}

.shop-single .product-details .prod-tabs .tabs-content .content p:last-child {
	margin-bottom: 0px;
}

.prod-tabs .tabs-content .tab .title {
	position: relative;
	color: #252525;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 25px;
}

/*Comment Form*/

.shop-comment-form {
	position: relative;
}

.shop-comment-form h2 {
	position: relative;
	color: #303030;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 400;
	padding-top: 15px;
	margin-bottom: 30px;
}

.shop-comment-form h2:before {
	position: absolute;
	top: 0px;
	left: 0;
	height: 2px;
	width: 85px;
	background-color: #f15722;
	display: inline-block;
	content: "";
}

.shop-comment-form .group-title {
	margin-bottom: 20px;
}

.shop-comment-form .rating-box {
	position: relative;
	margin-bottom: 30px;
}

.shop-comment-form .rating-box .text {
	position: relative;
	font-size: 16px;
	color: #848484;
	margin-bottom: 8px;
}

.shop-comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child {
	border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 2px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a {
	position: relative;
	color: #d6d6d6;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
	color: #f15722;
}

.shop-comment-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.shop-comment-form .form-group label {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
}

.shop-comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	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: #f15722;
}

.shop-comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #848484;
	border: 1px solid #efefef;
	height: 115px;
	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;
	margin-top: 20px;
	border-radius: 0px;
	padding: 11px 33px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
	border-color: #f15722;
}

.related-products {
	position: relative;
}

.related-products h2 {
	position: relative;
	color: #303030;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 400;
	padding-top: 15px;
	margin-bottom: 25px;
}

.related-products h2:before {
	position: absolute;
	top: 0px;
	left: 0;
	height: 2px;
	width: 85px;
	background-color: #f15722;
	display: inline-block;
	content: "";
}

/*** 

====================================================================
        Cart Section style
====================================================================

***/

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

.cart-section .cart-outer {
	position: relative;
}

.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;
	background: #f7f7f7;
	color: #1f1f1f;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 16px 30px;
	min-width: 120px;
	font-weight: 500;
	color: #252525;
	font-size: 16px;
	text-transform: capitalize;
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 30px;
}

.cart-table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 30px 35px;
	min-width: 100px;
}

.cart-table tbody tr .qty {
	width: 136px;
	padding-right: 40px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #f5f5f5;
}

.column.default-column .cart-table tbody tr .qty {
	width: 110px;
	padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 16px;
	color: #303030;
	font-weight: 400;
	margin-bottom: 5px;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 70px;
	padding-left: 100px;
	padding-top: 30px;
	text-align: left;
	min-width: 230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 80px;
	left: 0px;
	top: 0px;
	border: 1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
	font-size: 16px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
	font-weight: 400;
	color: #f15722;
	font-size: 20px;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 14px;
	color: #d0d0d0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border: 2px solid #d0d0d0;
	-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 {
	text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
	color: #f15722;
	border-color: #f15722;
}

.cart-table tbody tr .f7c02d-btn:hover .fa {
	text-indent: 0px;
	background: #fa9928;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td.price {
	font-size: 20px;
	font-weight: 400;
	color: #848484;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
	color: #848484;
	font-size: 18px;
}

.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: #f15722;
	border-radius: 50%;
}

.cart-section .coupon-outer {
	position: relative;
	margin: 30px 30px 50px;
}

.cart-section .coupon-outer .cart-btn {
	color: #303030;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 15px 40px;
	text-transform: uppercase;
	background-color: #f7f7f7;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-section .coupon-outer .cart-btn:hover {
	color: #ffffff;
	background-color: #f15722;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 15px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
	padding: 15px 35px;
	line-height: 20px;
	font-size: 16px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 26px;
	padding: 12px 20px;
	border: 2px solid #f7f7f7;
	height: 50px;
	width: 230px;
	background: none;
}

.cart-section .estimate-form {
	position: relative;
}

.cart-section .sec-title {
}

.cart-section .sec-title h2 {
	font-size: 24px;
	color: #303030;
	font-weight: 400;
	padding-bottom: 0px;
	font-family: "Roboto", sans-serif;
}

.cart-section .sec-title:before {
	top: -5px;
	width: 55px;
}

.cart-section .estimate-form .row {
	margin-left: -7px;
	margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
	padding: 0px 7px !important;
	margin-bottom: 30px;
}

.cart-section .totals-table {
	position: relative;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	padding: 15px 15px;
	line-height: 20px;
	width: 50%;
	font-weight: 400;
	font-size: 16px;
	color: #848484;
}

.cart-section .totals-table .col-title {
	font-size: 16px;
	color: #252525;
	font-weight: 400;
	border-right: 1px solid #f0f0f0;
	font-family: "Roboto", sans-serif;
}

.cart-section .totals-table li {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
}

.cart-section .cart-note {
	position: relative;
	margin-bottom: 50px;
	padding: 16px 20px;
	text-align: center;
	border: 1px dashed #b2dd4c;
	background: #f4f4f4;
	line-height: 1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"] {
	position: relative;
	line-height: 46px;
	height: 46px;
	background: #ffffff;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	height: 24px;
	background: #e9e9e9;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	left: 6px;
	top: 6px;
}

/*Shipping Form*/

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

.shipping-form .form-group .ui-selectmenu-button.ui-button {
	background-color: #ffffff;
	height: 45px;
	font-size: 16px;
	line-height: 25px;
	z-index: 10;
	color: #848484;
	width: 100%;
	padding: 9px 20px;
	border: 1px solid #efefef;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("../images/icons/arrow-right.jpg");
}

.shipping-form .form-group .ui-button .ui-icon {
	opacity: 0;
}

.shipping-form .form-group input,
.shipping-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 33px;
	padding: 10px 20px;
	height: 45px;
	color: #848484;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #efefef;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shipping-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 20px;
	height: 120px;
	resize: none;
	font-size: 16px;
	font-weight: 300;
	background: #f7f7f7;
	border: 1px solid #f4f4f4;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shipping-form .form-group input:focus,
.shipping-form .form-group textarea:focus {
	border-color: #d5ac63;
}

.shipping-form .form-group .total-btn {
	color: #252525;
	font-size: 16px;
	padding: 11px 33px;
	font-weight: 700;
	background-color: #f6f6f6;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shipping-form .form-group .total-btn:hover {
	background-color: #f15722;
	color: #ffffff;
}

.cart-section .cart-outer .checkout-btn {
	padding: 12px 45px;
	border-radius: 0px;
	font-family: "Roboto", sans-serif;
}

/*** 

====================================================================
    CheckOut Sectioon
====================================================================

***/

.checkout-page {
	position: relative;
	padding: 80px 0px 0px;
}

.checkout-page .default-links {
	position: relative;
	margin-bottom: 50px;
}

.checkout-page .default-links li {
	font-size: 18px;
	color: #303030;
	line-height: 30px;
	padding: 15px 30px;
	background: #f7f7f7;
	font-weight: 400;
	border-left: 2px solid #f15722;
	margin-bottom: 20px;
}

.checkout-page .default-links li a {
	color: #f15722;
}

.checkout-page .default-links li a:hover {
	text-decoration: underline;
}

.checkout-form {
	position: relative;
}

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

.checkout-title h2 {
	position: relative;
	font-size: 24px;
	color: #303030;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.checkout-title:before {
	position: relative;
	top: -5px;
	height: 2px;
	width: 55px;
	background-color: #f15722;
	display: inline-block;
	content: "";
}

.checkout-form .form-group {
	position: relative;
	margin-bottom: 25px;
}

.checkout-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 6px;
	text-transform: capitalize;
	color: #020e28;
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.checkout-form .form-group .field-label sup {
	top: -1px;
	font-size: 16px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	line-height: 20px;
	padding: 14px 15px;
	height: 48px;
	border: 1px solid #f2f2f2;
	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 textarea {
	resize: none;
	height: 120px !important;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
	border-color: #f15722;
}

.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: 400;
	padding: 0px;
	font-size: 14px;
	cursor: pointer;
	color: #f15722;
}

.checkout-page .lower-content {
	position: relative;
	margin-top: 30px;
	padding: 0px 0px 90px;
}

.checkout-page .lower-content .order-column {
	margin-bottom: 40px;
}

.checkout-page .lower-content .checkout-title {
	margin-bottom: 30px;
}

/*cart outer*/

.cart-outer {
	position: relative;
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-outer {
	overflow-x: auto;
}

.checkout-page .lower-content .order-column .cart-table {
	width: 100%;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: capitalize;
	font-size: 18px;
	background: #f7f7f7;
	color: #222222;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 13px 30px;
	font-weight: 500;
}

.cart-table thead tr th .fa {
	font-size: 18px;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 0px 20px 30px;
}

.cart-table tbody tr .qty input {
	width: 45px;
	height: 50px;
	color: #222222;
	font-size: 18px;
	line-height: 50px;
	background: #f7f7f7;
	text-align: center;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 70px;
	padding-left: 90px;
	padding-top: 22px;
	text-align: left;
	min-width: 230px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 68px;
	left: 0px;
	top: 0px;
	border: 1px solid #f0f0f0;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
	font-size: 16px;
	color: #303030;
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.cart-table tbody tr .price {
	font-weight: 400;
	font-size: 20px;
	color: #f15722;
	font-family: "Open Sans", sans-serif;
}

/*Total Table*/

.checkout-page .lower-content .totals-table {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li .col {
	padding: 12px 20px;
}

.checkout-page .lower-content .totals-table li {
	line-height: 24px;
	border-bottom: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li .col.title {
	font-weight: 400;
	color: #303030;
	font-size: 16px;
	border-right: 1px solid #f2f2f2;
}

.checkout-page .lower-content .totals-table li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.checkout-page .lower-content .totals-table .col {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	width: 50%;
	color: #848484;
	font-weight: 400;
	font-size: 16px;
}

/*Payment Option*/

.checkout-page .payment-options {
	position: relative;
	padding: 30px 20px 40px;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
}

.checkout-page .payment-options li {
	position: relative;
	margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
	position: relative;
}

.checkout-page .payment-options li .radio-option label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-weight: 500 !important;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #333333;
	cursor: pointer;
}

.checkout-page .payment-options li .radio-option label strong {
	font-weight: 400;
	color: #020e28;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}

.checkout-page .payment-options li .radio-option label strong a {
	font-size: 16px;
	color: #f15722;
	margin-left: 15px;
	text-decoration: underline;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
	display: block;
	padding-top: 5px;
	letter-spacing: 0px;
	text-transform: none;
	font-size: 16px;
	color: #848484;
	font-weight: 400;
	line-height: 1.7em;
}

.checkout-page .payment-options li .radio-option label img {
	position: relative;
	top: -3px;
	display: inline-block;
	max-width: 100%;
	padding-left: 30px;
}

.checkout-page .payment-options .theme-btn {
	margin-top: 10px;
	margin-left: 32px;
	border-radius: 0px;
	font-weight: 700;
	padding: 12px 45px;
	line-height: 25px;
	font-family: "Roboto", sans-serif;
}

/*** 

====================================================================
    Login / Register Section
====================================================================

***/

.register-section {
	position: relative;
	padding: 80px 0px 40px;
}

.register-section .form-column {
	margin-bottom: 40px;
}

.register-section .form-column .sec-title {
	position: relative;
	margin-bottom: 30px;
}

/* 
.register-section .form-column .sec-title:before {
    position: relative;
    top: -7px;
    height: 2px;
    width: 55px;
    background-color: #f15722;
    display: inline-block;
    content: "";
} */

.register-section .form-column .sec-title h2 {
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
}

.styled-form {
	position: relative;
}

.styled-form .submit-text {
	font-size: 14px;
	color: #303030;
	font-weight: 400;
	margin-top: 15px;
	line-height: 20px;
}

.styled-form .form-group {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	color: #303030;
}

.checkout-section .styled-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.styled-form .form-group .check-box {
	line-height: 24px;
	font-size: 15px;
	font-weight: normal;
	padding-top: 5px;
	color: #272727;
}

.styled-form .form-group .check-box label {
	position: relative;
	top: -1px;
	font-weight: normal;
	padding: 0px;
	font-size: 15px;
	cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: #303030;
}

.styled-form .form-group label.remember-me {
	color: #252525;
	font-weight: 500;
}

.styled-form .form-group .adon-icon {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #d4d4d4;
	z-index: 2;
}

.styled-form .form-group .theme-btn {
	padding: 12px 45px;
}

.styled-form .form-group .field-label {
	display: block;
	color: #272727;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: 400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	line-height: 28px;
	padding: 8px 20px;
	height: 50px;
	font-size: 16px;
	color: #848484;
	border: 1px solid #f2f2f2;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
	border-color: #f15722;
}

.social-links-two a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	background: #fc721e;
	margin: 0px 0px 0px 15px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.social-links-two a:hover {
	opacity: 0.8;
}

.social-links-two .facebook {
	background: #3b5998;
}

.social-links-two .twitter {
	background: #33ccfe;
}

.social-links-two .google-plus {
	background: #dd4b39;
}

/*** 

====================================================================
    Request Qoute Section
====================================================================

***/

.request-qoute-title-block.bg-gray {
	background: #f7f7f7;
	padding-top: 100px;
	padding-bottom: 50px;
}

.request-qoute-title-block .sec-title {
	margin-bottom: 0;
}

.request-qoute-content-block {
	background: #fff;
	padding: 0;
	position: relative;
}

.request-qoute-content-block:before {
	content: "";
	width: 100%;
	height: 50%;
	background: #f7f7f7;
	position: absolute;
	top: 0;
	left: 0;
}

.request-qoute-content-block .auto-container {
	position: relative;
}

.request-qoute-content-block .no-gutters {
	margin-left: 0;
	margin-right: 0px;
}

.request-qoute-content-block .no-gutters > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.request-qoute-content-block .image-column .inner-column {
	position: relative;
}

.request-qoute-content-block .image-column .overlay-box {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 10px);
	height: 100%;
	padding-left: 50px;
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	.request-qoute-content-block .image-column .overlay-box {
		width: calc(100% + 0px);
	}
}

.request-qoute-content-block .image-column .inner-box {
	display: table;
	width: 100%;
	height: 100%;
}

.request-qoute-content-block .image-column .content {
	display: table-cell;
	vertical-align: bottom;
}

.request-qoute-content-block .image-column .content h3 {
	color: #ffffff;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	width: 55%;
	margin-bottom: 20px;
}

.request-qoute-content-block .image-column img {
	max-width: none;
}

.request-qoute-content-block .form-column .inner-column {
	position: relative;
	box-shadow: 0px 10px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

.request-qoute-content-block .contact-form .form-group button[type="submit"] {
	background: #f7f7f7;
}

.request-qoute-content-block
	.contact-form
	.form-group
	button[type="submit"]:hover {
	background: #303030;
}

.request-qoute-content-block.home-two {
	margin-top: -45px;
}

.request-qoute-content-block.home-two:before {
	display: none;
}

.request-qoute-content-block .image-column.with-contact-info .overlay-box {
	padding-left: 50px;
	padding-bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.request-qoute-content-block .image-column.with-contact-info .content {
	vertical-align: middle;
}

.request-qoute-content-block .image-column.with-contact-info .title-box {
	margin-bottom: 35px;
}

.request-qoute-content-block .image-column.with-contact-info .title-box h3 {
	margin: 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	width: 100%;
	padding-bottom: 5px;
}

.request-qoute-content-block
	.image-column.with-contact-info
	.title-box
	h3:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #f15722;
	position: absolute;
	bottom: 0;
	left: 0;
}

.request-qoute-content-block
	.image-column.with-contact-info
	.single-info
	+ .single-info {
	margin-top: 20px;
}

.request-qoute-content-block
	.image-column.with-contact-info
	.single-info
	.icon-box,
.request-qoute-content-block
	.image-column.with-contact-info
	.single-info
	.text-box {
	display: table-cell;
	vertical-align: middle;
}

.request-qoute-content-block
	.image-column.with-contact-info
	.single-info
	.icon-box {
	width: 26px;
}

.request-qoute-content-block
	.image-column.with-contact-info
	.single-info
	.icon-box
	i {
	font-size: 26px;
	color: #cda026;
	display: block;
}

.request-qoute-content-block
	.image-column.with-contact-info
	.single-info
	.text-box {
	padding-left: 20px;
}

.request-qoute-content-block
	.image-column.with-contact-info
	.single-info
	.text-box
	p {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}

.request-qoute-content-block
	.image-column.with-contact-info
	.single-info
	.text-box
	p
	span {
	font-weight: bold;
}

/*** 

====================================================================
    Client Carousel Section
====================================================================

***/

.client-carousel-wrapper {
	background: #f15722;
	padding: 41px 0;
}

.client-carousel-wrapper .item {
	text-align: center;
	position: relative;
}

.client-carousel-wrapper .item img {
	width: auto;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.client-carousel-wrapper .item:before {
	content: "";
	width: 1px;
	height: 55px;
	background: #d9a928;
	position: absolute;
	top: 50%;
	right: calc(100% + 15px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.client-carousel-wrapper-two {
	padding: 100px 0 150px;
}

.client-carousel-wrapper-two .item {
	text-align: center;
	position: relative;
}

.client-carousel-wrapper-two .item img {
	width: auto;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.client-carousel-wrapper-two .item:before {
	content: "";
	width: 1px;
	height: 85px;
	background: #f2f2f2;
	position: absolute;
	top: 50%;
	right: calc(100% + 15px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.client-carousel-two .owl-nav {
	position: absolute;
	display: block;
	left: 0px;
	top: 50%;
	margin-top: 30px;
	width: 100%;
}

.client-carousel-two .owl-nav .owl-prev,
.client-carousel-two .owl-nav .owl-next {
	position: absolute;
	left: -110px;
	bottom: 0;
	width: 50px;
	height: 50px;
	line-height: 48px;
	font-size: 20px;
	font-weight: 400;
	color: #303030;
	text-align: center;
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.client-carousel-two .owl-nav .owl-next {
	left: auto;
	right: -110px;
}

@media (max-width: 1400px) {
	.client-carousel-two .owl-nav .owl-prev,
	.client-carousel-two .owl-nav .owl-next {
		left: -75px;
	}

	.client-carousel-two .owl-nav .owl-next {
		left: auto;
		right: -75px;
	}
}

.client-carousel-two .owl-nav .owl-prev:hover,
.client-carousel-two .owl-nav .owl-next:hover {
	color: #f15722;
	border-color: #f15722;
}

.client-carousel-two .owl-dots {
	position: absolute;
	left: 0;
	width: 100%;
	top: calc(100% + 50px);
	text-align: center;
}

.client-carousel-two .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border: 2px solid #f15722;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-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;
}

.client-carousel-two .owl-dots .owl-dot.active {
	width: 10px;
	background-color: #f15722;
}

/*** 

====================================================================
    subscribe block two Section
====================================================================

***/

.subscribe-block-two {
	background: #f7f7f7;
	border-top: 3px dashed #f15722;
	text-align: center;
	padding: 65px 40px;
	padding-bottom: 60px;
}

.subscribe-block-two i {
	color: #000000;
	font-size: 75px;
	line-height: 1em;
}

.subscribe-block-two h3 {
	margin: 0;
	color: #303030;
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 25px;
}

.subscribe-block-two p {
	margin: 0;
	color: #848484;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 37px;
	margin-top: 5px;
}

.subscribe-block-two input {
	width: 100%;
	display: block;
	color: #848484;
	font-size: 16px;
	height: 50px;
	border-radius: 3px;
	padding-left: 20px;
}

.subscribe-block-two input + input {
	margin-top: 20px;
}

.subscribe-block-two button[type="submit"] {
	width: 100%;
	margin-top: 20px;
	padding-top: 13.5px;
	padding-bottom: 13.5px;
}

/*** 

====================================================================
    fun fact Section
====================================================================

***/

.fun-fact-style-one {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: center center;
	padding: 99.75px 0;
}

.fun-fact-style-one:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
}

.fun-fact-style-one .sec-title {
	margin-bottom: 40px;
}

.fun-fact-style-one .sec-title .text {
	font-size: 18px;
	color: #b7b7b7;
	padding: 13px 0;
}

.single-fun-fact-style-one {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 34px 40px;
}

.single-fun-fact-style-one .count {
	font-size: 48px;
	line-height: 1em;
	color: #f15722;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.single-fun-fact-style-one .count .plus {
	font-size: 26px;
	line-height: 1em;
	vertical-align: super;
}

.fun-fact-style-one h3 {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	margin-top: 10px;
	padding-bottom: 26px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fun-fact-style-one .more-btn {
	font-size: 16px;
	color: #cdcdcd;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 25px;
	transition: all 0.4s ease;
	font-family: "Roboto";
}

.fun-fact-style-one .more-btn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	position: absolute;
	top: 50%;
	right: 0px;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
	transition: all 0.4s ease;
}

.fun-fact-style-one .more-btn:hover {
	color: #f15722;
	padding-left: 10px;
}

.fun-fact-style-one .more-btn:hover i {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*** 

====================================================================
    search popup style
====================================================================

***/

.search_area {
	position: relative;
	max-width: 950px;
	margin: auto;
}

.search_area .search_box_inner {
	background: transparent;
	padding: 100px 60px;
	display: block;
	overflow: hidden;
}

.search_area .search_box_inner h3 {
	padding-bottom: 20px;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}

.search_area .search_box_inner .input-group {
	display: block;
	position: relative;
}

.search_area .search_box_inner .input-group input {
	background: transparent;
	border-radius: 0px;
	outline: none;
	height: 50px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.search_area .search_box_inner .input-group input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.search_area .search_box_inner .input-group .input-group-btn {
	position: absolute;
	right: 5px;
	top: 12px;
	z-index: 4;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
	padding: 0px;
	border: none;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: transparent;
	color: #fff;
	font-size: 16px;
}

.search_area .mfp-close {
	right: 0px;
	color: #fff;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* product search section */
.product-search-h2 {
	margin-top: 5vh !important;
}
.product-search-h2 span {
	display: block;
	color: #bcbcbc;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 17.14285px;
	font-size: 1.7142857143rem;
	line-height: 36px;
	line-height: 25.71428px;
	line-height: 2.5714285714rem;
	font-family: "Neue Frutiger W06", Arial;
	font-weight: 300;
	font-style: normal;
}

.abm-market-btn-2 {
	font-size: 16px;
	color: #f05722;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	transition: all 0.4s ease;
	margin-left: 26px;
	font-family: "Roboto";
	margin-top: 24px;
	top: -3px;
}

.abm-market-btn-2 i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	-ms-transform: translateY(-50%) translateX(0px);
	-o-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
	transition: all 0.4s ease;
}

.abm-market-btn-2:hover {
	color: #101010;
	padding-left: 0;
}

.abm-market-btn-2:hover i {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	-o-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
}

.owl-nav { display: none!important; }

.modal-header .close { margin-top: -10px; font-size: 30px; }
.modal-header { padding: 20px 25px 30px; }

