/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		4.9.2
*/
html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
}

body {
	background-color: #FFF;
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

body a {
	outline: none !important;
}

li {
	line-height: 24px;
}

/* Responsive */
@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
}
/* Header */
#header {
	position: relative;
	z-index: 100;
}

#header .header-body {
	background: #FFF;
	border-top: 5px solid #EDEDED;
	border-bottom: 1px solid transparent;
	padding: 8px 0;
	-webkit-transition: min-height 0.3s ease;
	-moz-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	z-index: 1001;
	min-height: 125px;
}

#header .container {
	position: relative;
}

#header .header-container {
	position: relative;
	display: table;
}

#header .header-top {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ededed;
	margin-top: -13px;
	padding: 8px 0;
	position: relative;
	z-index: 4;
}

#header .header-top::after {
	clear: both;
	content: "";
	display: table;
}

#header .header-top p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 37px;
	float: left;
}

#header .header-top p .fa, #header .header-top p .icons {
	position: relative;
	top: 1px;
}

#header .header-top .header-search {
	float: right;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 0;
}

#header .header-top .header-nav-top {
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
}

#header .header-top .header-social-icons {
	margin-top: 3px;
}

#header .header-top.header-top-colored {
	margin-top: -13px;
	border-top: 5px solid #CCC;
	border-bottom: 0;
	color: #FFF;
}

#header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored span {
	color: #FFF;
}

#header .header-top.header-top-colored .form-control {
	border: 0;
}

#header .header-top.header-top-style-2 {
	background: #f6f6f6;
	margin-top: -16px;
}

#header .header-top.header-top-style-3 {
	margin-top: -16px;
	margin-bottom: 10px;
}

#header .header-top.header-top-style-4 {
	background: #E4E6ED;
	margin-top: -16px;
	margin-bottom: 10px;
	border-bottom: 0;
}

#header .header-row {
	display: table-row;
	clear: both;
}

#header .header-column {
	display: table-cell;
	vertical-align: middle;
}

#header .header-column .row {
	margin: 0;
}

#header .header-column .header-row {
	display: block;
	clear: right;
}

#header .header-column .header-extra-info {
	list-style: outside none none;
	margin: 24px 0 0;
	padding: 0;
	float: right;
}

#header .header-column .header-extra-info li {
	display: inline-block;
	margin-left: 25px;
}

#header .header-column .header-extra-info li .feature-box small {
	position: relative;
	top: -4px;
}

#header .header-column.header-column-valign-top {
	vertical-align: top;
}

#header .header-column.header-column-valign-bottom {
	vertical-align: bottom;
}

#header .header-column.header-column-center {
	text-align: center;
}

#header .header-column.header-column-center .header-logo {
	width: 100% !important;
	padding: 9px 0;
}

#header .header-logo {
	float: left;
	position: relative;
}

#header .header-logo img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	margin: 15px 15px 15px 0;
	top: 0;
}

#header .header-nav-top {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	color: #999;
	font-size: 0.9em;
	padding: 6px 10px;
	display: inline-block;
}

#header .header-nav-top .nav > li > a .fa, #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span .fa, #header .header-nav-top .nav > li > span .icons {
	margin-right: 3px;
	position: relative;
	top: 1px;
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
	background: #EEE;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
	border-radius: 4px 4px 0px 0px;
}

#header .header-nav-top .dropdown-menu {
	border-color: #EEE;
	margin-top: -2px;
	border-radius: 4px 0px 4px 4px;
	padding: 0;
}

#header .header-nav-top .dropdown-menu a {
	color: #999;
	padding: 6px 12px;
	font-size: 0.9em;
}

#header .header-nav-top .flag {
	margin-right: 2px;
}

#header .header-search {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

#header .header-search .form-control {
	border-radius: 20px;
	font-size: 0.9em;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	width: 170px;
}

#header .header-search .btn-default {
	background: transparent;
	border: 0 none;
	color: #CCC;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

#header .header-search .btn-default:hover {
	color: #000;
}

#header .header-social-icons {
	float: right;
	margin: 15px 0 0 10px;
}

#header .header-btn-collapse-nav {
	background: #CCC;
	color: #FFF;
	display: none;
	float: right;
	margin: 12px 0 8px 15px;
}

#header.header-narrow .header-body {
	min-height: 0;
}

#header.header-narrow .header-logo img {
	margin: -12px 12px 12px 0;
}

#header.header-narrow .header-nav-main {
	margin-bottom: 0;
}

#header.header-no-border-bottom .header-body {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

html:not(.boxed) #header.header-full-width .header-container {
	width: 100%;
}

html #header.header-transparent {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}

html #header.header-transparent .header-body {
	position: relative;
	top: 0;
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	box-shadow: none;
}

html #header.header-transparent .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FFF;
	opacity: 0;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

html.sticky-header-enabled #header.header-transparent .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-transparent .header-body {
	border-bottom: 0;
	box-shadow: none;
}

html.sticky-header-active #header.header-transparent .header-body:before {
	opacity: 1;
}

html #header.header-semi-transparent, html #header.header-semi-transparent-light {
	min-height: 0 !important;
	width: 100%;
	position: absolute;
}

html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
	position: relative;
	top: 0;
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	box-shadow: none;
}

html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	border-bottom: 0;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

html.sticky-header-enabled #header.header-semi-transparent .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-semi-transparent .header-body {
	border-bottom: 0;
	box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent .header-body:before {
	opacity: 0.8;
}

html #header.header-semi-transparent-light .header-body:before {
	opacity: 0.1;
	background: #FFF;
}

html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
	position: fixed;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body {
	border-bottom: 0;
	box-shadow: none;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
	border-bottom: 1px solid #f1f1f1;
	opacity: 0.9;
}

html #header.header-transparent-bottom-border .header-body {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: #e9e9e9;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
	background: transparent !important;
}

/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main {
		float: right;
		margin: 12px 0 0;
		min-height: 45px;
	}

	#header .header-nav-main nav > ul > li > a {
		border-radius: 4px;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		padding: 10px 13px;
	}

	#header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
		background: transparent;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
		display: none;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		position: absolute;
		font-family: FontAwesome;
		content: "\f0d7";
		font-size: 10px;
		top: 9px;
		right: 11px;
	}

	#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
		background: #CCC;
		color: #FFF;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		top: -10000px;
		display: block;
		opacity: 0;
		left: auto;
		border-radius: 0 4px 4px;
		border: 0;
		border-top: 5px solid #CCC;
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: -3px 0 0 0;
		min-width: 200px;
		padding: 5px;
		text-align: left;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid #f4f4f4;
		color: #777;
		font-size: 0.9em;
		font-weight: 400;
		padding: 8px 20px 8px 8px;
		position: relative;
		text-transform: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #CCC;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		content: " ";
		display: block;
		float: right;
		height: 0;
		margin-right: -10px;
		margin-top: 5px;
		position: absolute;
		right: 15px;
		top: 8px;
		width: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		display: block;
		left: 100%;
		margin-top: -10px;
		margin-left: -1px;
		border-radius: 4px;
		opacity: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		top: 0;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 15px;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: auto;
		display: block;
		opacity: 1;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li a {
		padding-right: 8px;
		padding-left: 20px;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
		left: 8px;
		border-width: 5px 5px 5px 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega {
		position: static;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: 4px;
		left: 15px;
		right: 15px;
		width: auto;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
		padding: 20px 30px;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
		color: #333333;
		display: block;
		font-size: 1em;
		font-weight: 600;
		margin-top: 20px;
		padding-bottom: 5px;
		text-transform: uppercase;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
		margin-top: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border: 0 none;
		border-radius: 4px;
		color: #777;
		display: block;
		font-size: 0.9em;
		font-weight: normal;
		margin: 0 0 0 -8px;
		padding: 3px 8px;
		text-shadow: none;
		text-transform: none;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
		background: #f4f4f4;
	}

	#header .header-nav-main.header-nav-main-square {
		margin-bottom: -9px;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li > a {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
		margin-top: 0;
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
		border-radius: 0;
	}

	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		border-radius: 0;
	}

	#header .header-nav-main a > .thumb-info-preview {
		position: absolute;
		display: block;
		left: 100%;
		opacity: 0;
		border: 0;
		padding-left: 10px;
		background: transparent;
		overflow: visible;
		margin-top: 15px;
		top: -10000px;
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		transform: translate3d(-20px, 0, 0);
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
		background: #FFF;
		display: block;
		border-radius: 4px;
		border: 0;
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin: 0;
		padding: 4px;
		text-align: left;
		width: 190px;
	}

	#header .header-nav-main a > .thumb-info-preview .thumb-info-image {
		transition: all 6s linear 0s;
		width: 182px;
		height: 136px;
		min-height: 0;
	}

	#header .header-nav-main a:hover > .thumb-info-preview {
		transform: translate3d(0, 0, 0);
		top: 0;
		opacity: 1;
		margin-top: -5px;
	}

	#header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
		transform: translate3d(20px, 0, 0);
		right: 100%;
		left: auto;
		padding-left: 0;
		margin-right: 10px;
	}

	#header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav {
		display: block !important;
	}

	#header .header-nav.header-nav-stripe {
		margin-bottom: -9px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		background: transparent;
		padding: 295px 13px 24px;
		margin: -230px 0 0;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after {
		top: 295px;
	}

	#header .header-nav.header-nav-stripe nav > ul > li > a {
		color: #444;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		color: #FFF;
	}

	#header .header-nav.header-nav-stripe .header-social-icons {
		margin-top: 70px;
	}

	#header .header-nav.header-nav-top-line {
		margin-bottom: -9px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
		background: transparent;
		color: #444;
		padding: 65px 13px 24px;
		margin: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 5px;
		top: -16px;
		left: -5px;
		opacity: 0;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
		top: 65px;
	}

	#header .header-nav.header-nav-top-line nav > ul > li.active > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
		opacity: 1;
	}

	#header .header-nav.header-nav-top-line .header-social-icons {
		margin-top: 70px;
	}

	#header .header-nav.header-nav-dark-dropdown {
		margin-bottom: -9px;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
		background: transparent;
		color: #444;
		padding: 65px 13px 24px;
		margin: 0;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
		top: 65px;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
		border-bottom-color: #2a2a2a;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
		background: #1e1e1e;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
		color: #969696;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
		background: #282828;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
		color: #ababab;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
		background: #282828;
	}

	#header .header-nav.header-nav-dark-dropdown .header-social-icons {
		margin-top: 70px;
	}

	#header .header-nav.header-nav-center .header-nav-main {
		float: none;
		margin: 0;
	}

	#header .header-nav.header-nav-center .header-nav-main > nav {
		width: 100%;
		text-align: center;
	}

	#header .header-nav.header-nav-center .header-nav-main > nav > ul > li {
		display: inline-block;
		float: none;
		text-align: left;
	}

	#header .header-nav-main {
		display: block !important;
		height: auto !important;
	}

	#header .header-nav-bar {
		background: #F4F4F4;
		padding: 0 10px 5px;
		margin-bottom: 0;
	}

	#header .header-nav-bar .header-nav-main {
		float: left;
		margin-bottom: 0;
	}
}
/* Header Narrow */
@media (min-width: 992px) {
	#header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
		padding: 35px 13px 30px;
		margin: -12px 0 0;
	}

	#header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
		top: 35px;
	}

	#header.header-narrow .header-nav.header-nav-stripe .header-social-icons, #header.header-narrow .header-nav.header-nav-dark-dropdown .header-social-icons {
		margin-top: 30px;
	}

	#header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a {
		padding: 22px 13px 30px;
		margin: 5px 0 0;
	}

	#header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
		padding-right: 23px;
	}

	#header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
		top: 22px;
	}

	#header.header-narrow .header-nav.header-nav-top-line .header-social-icons {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li > a {
		color: #FFF;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		background: #FFF;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
		border-top-color: #FFF;
		box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
		border-top-color: #FFF;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
		background: #FFF;
	}

	#header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
		background: #f5f5f5;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
		-webkit-transition: -webkit-transform 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
		transform: translate3d(0, 0, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		transform: translate3d(0, -5px, 0);
		opacity: 0;
	}

	#header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, -1px, 0);
		opacity: 1;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transform: translate3d(0, 10px, 0);
	}

	#header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
		transition: transform 0.2s ease-out, opacity 0.2s ease-out;
		transform: translate3d(20px, 0, 0);
		left: auto;
		right: 100%;
		opacity: 0;
	}

	#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
/* Header Nav Main Mobile */
@media (max-width: 991px) {
	#header .header-nav-main {
		background: transparent;
		clear: both;
		float: none;
	}

	#header .header-nav-main nav {
		margin: 0 0 6px;
	}

	#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #e8e8e8;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#header .header-nav-main nav > ul li a {
		font-size: 13px;
		font-style: normal;
		line-height: 20px;
		padding: 7px 8px;
		margin: 1px 0;
		border-radius: 4px;
	}

	#header .header-nav-main nav > ul li a .fa-caret-down {
		line-height: 35px;
		min-height: 38px;
		min-width: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 0;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
		background: transparent;
		padding: 0;
		margin: 0;
		font-size: 13px;
		box-shadow: none;
		border-radius: 0;
		border: 0;
		clear: both;
		display: none;
		float: none;
		position: static;
	}

	#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
		display: block;
		margin-left: 20px;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
		margin-top: 10px;
		display: block;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: none;
	}

	#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
		display: block;
		text-decoration: none;
	}

	#header .header-nav-main nav > ul li:last-child {
		border-bottom: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		text-transform: uppercase;
		font-weight: 700;
		margin-top: 1px;
		margin-bottom: 1px;
	}

	#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
		color: #FFF;
	}

	#header .header-nav-main nav .not-included {
		margin: 0;
	}

	#header .header-nav-main a > .thumb-info-preview {
		display: none !important;
	}

	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
	}

	#header .header-nav-bar {
		margin: 0 auto;
	}

	#header .header-nav-bar .header-btn-collapse-nav {
		margin-top: 14px;
	}

	#header.header-transparent .header-nav-main {
		padding: 10px;
		margin-bottom: 10px;
		background: #FFF;
		border-radius: 4px;
	}

	#header.header-semi-transparent .header-nav-main {
		padding: 10px;
		margin-bottom: 10px;
		background: #FFF;
		border-radius: 4px;
	}

	#header.header-semi-transparent-light .header-nav-main {
		padding: 10px;
		margin-bottom: 10px;
		background: #FFF;
		border-radius: 4px;
	}

	html.sticky-header-enabled #header .header-nav-main {
		max-height: 350px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	html.sticky-header-enabled #header .header-nav-main.collapsing {
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}

	html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}

	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
		color: #FFF;
	}
}
/* Responsive */
@media (max-width: 991px) {
	#header .header-container {
		display: block;
	}

	#header .header-row {
		display: block;
	}

	#header .header-column {
		display: block;
	}

	#header .header-column .header-row {
		display: block;
	}

	#header.header-mobile-nav-only .header-logo {
		float: none;
	}

	#header.header-mobile-nav-only .header-nav {
		margin-top: -35px;
	}

	html.sticky-header-negative.sticky-header-active #header .header-logo {
		padding-top: 7px;
	}
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
	width: 40%;
	right: 15px;
	left: auto;
	border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
	transform: translate3d(0px, 0px, 0px);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
	margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
	margin-bottom: 10px;
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
	text-align: center;
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
	float: left;
	margin-right: 15px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
	max-width: 55px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
	display: block;
	padding-top: 7px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
	display: block;
	font-size: 12px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
	margin: 0 0 0 25px;
	text-align: left;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
	list-style: square;
	margin: 6px 0 0;
	padding: 0;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
	text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
		margin-right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
		display: block !important;
		margin: 0 !important;
		padding: 0 10px 0 10px;
		width: 100%;
		right: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		padding-top: 5px;
		padding-bottom: 0;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
		margin: 15px 0 !important;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
		margin: 15px 0 0 0 !important;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
		line-height: 35px;
	}
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
	width: 40%;
	right: 15px;
	left: auto;
	border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu a {
	transform: translate3d(0px, 0px, 0px);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
	width: 100%;
	margin-top: 0px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
	background-color: transparent !important;
	color: #333;
	padding: 0;
	margin: 0;
	display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
	float: right;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
	text-decoration: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
	margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
	width: 120px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
	text-align: right;
	width: 80px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #DDD;
	clear: both;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
	margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
		margin: 15px 0;
		padding: 0 15px;
		width: 100%;
	}
}

html.side-header #header {
	min-height: 0 !important;
}

@media (min-width: 992px) {
	html.side-header .main .container, html.side-header #footer .container {
		padding: 0 35px;
		width: auto !important;
		max-width: 1210px;
	}

	html.side-header body > .body {
		margin: 0 0 0 255px;
		width: auto;
		overflow-x: hidden;
		overflow-y: visible;
	}

	html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
		width: 100% !important;
		left: auto !important;
	}

	html.side-header #header {
		background: #FFF;
		position: fixed;
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
		top: 0;
		left: 0;
		width: 255px;
		height: 100%;
	}

	html.side-header #header .header-body {
		border-top: 0;
	}

	html.side-header #header .header-container {
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	html.side-header #header .header-search {
		margin: 5px 0 10px;
		float: none;
	}

	html.side-header #header .header-search .input-group {
		width: 100%;
	}

	html.side-header #header .header-search .input-group .form-control {
		width: 100%;
	}

	html.side-header #header .header-nav-top {
		margin: 0;
		float: none;
	}

	html.side-header #header .header-nav-top .nav > li > a, html.side-header #header .header-nav-top .nav > li > span {
		display: block;
	}

	html.side-header #header .header-logo {
		margin: 0;
		float: none;
		text-align: center;
		width: auto !important;
		height: auto !important;
		padding: 10px 0;
	}

	html.side-header #header .header-column {
		display: block;
	}

	html.side-header #header .header-column .header-row {
		clear: both;
	}

	html.side-header #header .header-nav-main {
		float: none;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
		content: "\f0da";
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 10px;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top: 3px;
		left: 100%;
		border-top: 0;
		border-left: 5px solid #CCC;
		margin-left: -5px;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
		margin-top: -5px;
		border-top: 0;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
		position: relative;
	}

	html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
		min-width: 720px;
	}

	html.side-header #header .nav-pills > li {
		float: none;
		margin: 0 0 1px 0;
	}

	html.side-header #header .header-social-icons {
		float: none;
		text-align: center;
		margin-top: 25px;
	}

	html.side-header-right body > .body {
		margin: 0 255px 0 0;
	}

	html.side-header-right #header {
		left: auto;
		right: 0;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
		padding-right: 5px;
		padding-left: 23px;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
		content: "\f0d9";
		left: 11px;
	}

	html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		right: 100%;
		left: auto;
		border-right: 5px solid #CCC;
		border-left: 0;
		margin-left: 0;
		margin-right: -5px;
		border-radius: 4px 0 0 4px;
	}

	html.side-header-semi-transparent body > .body {
		margin: 0;
	}

	html.side-header-semi-transparent #header {
		background: rgba(0, 0, 0, 0.3);
	}

	html.side-header-semi-transparent #header .header-body {
		background: transparent !important;
	}
}

@media (max-height: 768px) {
	html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		bottom: 0;
		top: auto;
	}
}

html[dir="rtl"] #header .header-search .btn-default {
	right: -35px;
}

/* Page Header */
.page-header {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.page-header .breadcrumb {
	background: none;
	margin: 0 0 2px 2px;
	padding: 0;
	position: relative;
	z-index: 1;
}

.page-header .breadcrumb > li {
	display: inline-block;
	font-size: 0.85em;
	text-transform: uppercase;
	text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
	color: inherit;
	opacity: 0.5;
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 7px 0 5px;
}

.page-header .breadcrumb.breadcrumb-valign-mid {
	position: absolute;
	top: 36%;
	right: 20px;
}

.page-header h1 {
	border-bottom: 5px solid #CCC;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: 200;
	line-height: 32px;
	margin: 0 0 -25px;
	padding: 0 0 25px;
	position: relative;
}

.page-header h1 span {
	color: #999da3;
	display: block;
	font-size: 0.6em;
	font-weight: 300;
	line-height: 1.3em;
	margin: 7px 0 0;
}

.page-header-no-title-border h1 {
	border: 0;
}

/* Page Header - Color */
.page-header-color {
	background-color: #F7F7F7;
	border-bottom: 5px solid #F4F4F4;
	border-top: none;
}

.page-header-color h1 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em;
	padding: 0;
	margin: 0;
}

.page-header-color h1 span {
	opacity: 0.65;
}

.page-header-color .breadcrumb > .active {
	opacity: 0.65;
}

/* Page Header - More Padding */
.page-header-more-padding {
	padding: 35px 0;
}

/* Page Header - Light */
.page-header-light {
	background-color: #F7F7F7;
	border-bottom: 5px solid #F4F4F4;
	border-top: none;
}

.page-header-light h1 {
	border-bottom: none;
	color: #1d2127;
	font-size: 2.3em;
}

/* Page Header - Reverse */
.page-header-reverse {
	text-align: right;
}

.page-header-reverse .breadcrumb, .page-header-reverse .breadcrumb.breadcrumb-valign-mid {
	float: left;
	left: 20px;
	right: auto;
}

/* Page Header - Parallax */
.page-header.parallax {
	margin: 0 0 35px;
	padding: 180px 0 60px;
}

.page-header-center {
	text-align: center;
}

.page-header-center .breadcrumb {
	margin: 15px 0 0;
}

/* Page Header Custom Background */
.page-header-custom-background {
	padding: 45px 0;
	background-repeat: repeat;
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}

.page-header-custom-background h1 {
	color: #FFF;
	border: 0;
}

.page-header-custom-background h1 span {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
	top: 36%;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
	color: #FFF;
	opacity: 0.7;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
	color: #FFF;
}

/* Page Header Custom - Create your Own */
.page-header.custom-product {
	background-image: url(../img/custom-header-bg.jpg);
	background-repeat: repeat;
	background-color: #999;
	border-top: 5px solid #888;
	overflow: hidden;
}

.page-header.custom-product .row {
	position: relative;
}

.page-header.custom-product p.lead {
	color: #E8E8E8;
}

.page-header.custom-product img {
	bottom: -47px;
	position: relative;
}

.page-header.custom-product h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 0;
}

/* Responsive */
@media (min-width: 992px) {
	.page-header-more-padding h1,
	.page-header-custom-background h1,
	.page-header-float-breadcrumb h1 {
		max-width: 70%;
	}

	.page-header-more-padding .breadcrumb-valign-mid,
	.page-header-custom-background .breadcrumb-valign-mid,
	.page-header-float-breadcrumb .breadcrumb-valign-mid {
		width: 30%;
		text-align: right;
	}

	.page-header-more-padding.page-header-reverse .breadcrumb-valign-mid,
	.page-header-custom-background.page-header-reverse .breadcrumb-valign-mid,
	.page-header-float-breadcrumb.page-header-reverse .breadcrumb-valign-mid {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.page-header .breadcrumb {
		float: none !important;
		position: static !important;
	}

	.page-header .breadcrumb-valign-mid {
		margin-top: 15px;
	}

	.page-header-reverse .breadcrumb-valign-mid {
		margin-top: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 479px) {
	.page-header h1 {
		font-size: 26px;
		line-height: 26px;
	}
}
/* Parallax */
.parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 70px 0;
	padding: 50px 0;
	position: relative;
	clear: both;
}

.parallax blockquote {
	border: 0;
	padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
	font-size: 34px;
	position: relative;
	left: -5px;
}

.parallax blockquote p {
	font-size: 24px;
	line-height: 30px;
}

.parallax blockquote span {
	font-size: 16px;
	line-height: 20px;
	color: #999;
	position: relative;
	left: -5px;
}

.parallax.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

/* Section Featured */
section.section {
	background: #f4f4f4;
	border-top: 5px solid #f1f1f1;
	margin: 30px 0;
	padding: 50px 0;
}

section.section.section-no-background {
	background: transparent;
	border-top-color: transparent;
}

section.section.section-center {
	text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
	color: #FFF;
}

section.section.section-text-light p {
	color: #e6e6e6;
}

section.section.section-background {
	background-repeat: repeat;
	border: 0;
}

section.section.section-overlay {
	position: relative;
}

section.section.section-overlay:before {
	content: "";
	display: block;
	background: url("../img/video-overlay.png") repeat scroll 0 0 transparent;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-overlay-opacity {
	position: relative;
}

section.section.section-overlay-opacity:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
	background: rgba(0, 0, 0, 0.1);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
	background: rgba(0, 0, 0, 0.2);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
	background: rgba(0, 0, 0, 0.3);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
	background: rgba(0, 0, 0, 0.4);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
	background: rgba(0, 0, 0, 0.5);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
	background: rgba(0, 0, 0, 0.6);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
	background: rgba(0, 0, 0, 0.7);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
	background: rgba(0, 0, 0, 0.8);
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
	background: rgba(0, 0, 0, 0.9);
}

section.section.section-overlay-opacity-light:before {
	background: rgba(255, 255, 255, 0.5);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
	background: rgba(255, 255, 255, 0.1);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
	background: rgba(255, 255, 255, 0.2);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
	background: rgba(255, 255, 255, 0.3);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
	background: rgba(255, 255, 255, 0.4);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
	background: rgba(255, 255, 255, 0.5);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
	background: rgba(255, 255, 255, 0.6);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
	background: rgba(255, 255, 255, 0.7);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
	background: rgba(255, 255, 255, 0.8);
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
	background: rgba(255, 255, 255, 0.9);
}

section.section.section-video {
	background: none !important;
	border: 0;
}

section.section.section-parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	border: 0;
}

section.section.section-parallax.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

section.section.section-no-border {
	border: 0;
}

section.section.section-with-divider {
	margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
	margin: -56px 0 44px;
}

section.section.section-footer {
	margin-bottom: -50px;
}

section.section.section-with-mockup {
	margin-top: 120px;
}

section.section.section-front {
	position: relative;
	z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
	.container-fluid > .row > .p-none section.section {
		margin-bottom: 0;
		margin-top: 0;
	}

	.container-fluid > .row > .p-none:first-child section.section {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.container-fluid > .row > .p-none:last-child section.section {
		margin-bottom: 30px;
		margin-top: 0;
	}
}
/* Sidebar */
aside ul.nav-list > li > a {
	color: #666;
	font-size: 0.9em;
	padding: 8px 0 8px 18px;
}

/* Home Slider - Revolution Slider */
.slider-container {
	background: #171717;
	height: 500px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}

.slider-container .tparrows {
	border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
	display: none;
}

.slider-container .top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

.slider-container .main-label {
	color: #FFF;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
	color: #FFF;
	font-size: 52px;
	line-height: 52px;
	font-weight: 800;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}

.slider-container .blackboard-text {
	color: #BAB9BE;
	font-size: 46px;
	line-height: 46px;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}

.slider-container .btn-slider-action {
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	padding: 20px 25px;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
	color: #333;
}

.slider-container .tp-caption-dark a {
	color: #333;
}

.slider-container .tp-caption-dark a:hover {
	color: #333;
}

.slider-container .tp-caption-overlay {
	background: #000;
	padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

.slider-container .tp-opacity-overlay {
	background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
	background-color: transparent;
}

.slider-container.light {
	background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
	color: #333;
}

.slider-container.light .tp-caption a {
	color: #333;
}

.slider-container.light .tp-caption a:hover {
	color: #333;
}

/* Arrows */
.tparrows.tparrows-carousel {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: auto;
	padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow {
	right: auto !important;
	left: -30px !important;
	border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
	font-family: FontAwesome;
	content: "\f053";
	position: relative;
	left: -1px;
	top: 1px;
}

.tparrows.tparrows-carousel.tp-rightarrow {
	right: -60px !important;
	left: auto !important;
	border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
	font-family: FontAwesome;
	content: "\f054";
	position: relative;
	left: 2px;
	top: 1px;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
	overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	border: 0 !important;
}

/* Defaults */
.hesperiden-custom {
	padding: 10px 0 !important;
}

.hesperiden-custom .tp-tab {
	border: 0 !important;
}

/* Slider With Overlay */
.slider-with-overlay {
	position: relative;
}

.slider-with-overlay .slider-container {
	z-index: auto;
}

/* Slider Contact Form */
.slider-contact-form {
	margin: -45px 0 25px;
}

.slider-contact-form .featured-box {
	text-align: left;
}

.slider-contact-form label.error {
	display: none !important;
}

.slider-contact-form .alert {
	padding: 6px;
	text-align: center;
}

.slider-contact-form textarea {
	resize: none;
}

/* Responsive */
@media (min-width: 992px) {
	.slider-contact-form {
		margin: 0;
		position: absolute;
		top: 20px;
		z-index: 99;
		width: 100%;
	}
}
/* Boxed */
html.boxed .slider-container {
	width: 100% !important;
	left: auto !important;
}

/* Home Slider - Nivo Slider */
.nivo-slider {
	position: relative;
}

.nivo-slider .theme-default .nivoSlider {
	border-radius: 10px 10px 0px 0px;
	box-shadow: none;
	margin-top: 10px;
}

.nivo-slider .theme-default .nivoSlider img {
	border-radius: 10px 10px 0px 0px;
}

.nivo-slider .theme-default .nivo-controlNav {
	margin-top: -72px;
	position: absolute;
	z-index: 99;
	right: 5px;
	bottom: -17px;
}

.nivo-slider .theme-default .nivo-caption {
	padding-left: 20px;
}

/* Custom Map */
section.section-custom-map {
	background: transparent url(../img/map.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 20px 0 0;
	border: 0;
}

section.section-custom-map section.section {
	border-top-color: rgba(241, 241, 241, 0.8);
	background: rgba(244, 244, 244, 0.8);
}

section.section-custom-map-2 {
	background: transparent url(../img/map-2.png) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 50px 0 0;
	border: 0;
}

section.section-custom-map-2 section.section {
	border-top-color: rgba(241, 241, 241, 0.8);
	background: rgba(244, 244, 244, 0.8);
}

/* Home Intro */
.home-intro {
	background-color: #171717;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left;
}

.home-intro p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	max-width: 800px;
	padding-top: 5px;
}

.home-intro p span {
	color: #999;
	display: block;
	font-size: 0.8em;
	padding-top: 5px;
}

.home-intro p em {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

.home-intro .get-started {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align: right;
}

.home-intro .get-started .btn {
	position: relative;
	z-index: 1;
}

.home-intro .get-started .btn i {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 5px;
}

.home-intro .get-started a {
	color: #FFF;
}

.home-intro .get-started a:not(.btn) {
	color: #777;
}

.home-intro .learn-more {
	margin-left: 15px;
}

.home-intro.light {
	background-color: #E2E2E2;
}

.home-intro.light.secondary {
	background-color: #E0E1E4;
}

.home-intro.light p {
	color: #777;
}

/* Home Intro Compact */
.home-intro-compact {
	border-radius: 0 0 10px 10px;
	margin-top: -10px;
}

.home-intro-compact p {
	padding-left: 20px;
}

.home-intro-compact .get-started {
	padding-right: 20px;
}

/* Responsive */
@media (max-width: 767px) {
	/* Home Intro */
	.home-intro-compact {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
/* Home Concept */
.home-concept {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
}

.home-concept strong {
	display: block;
	font-family: "Shadows Into Light", cursive;
	font-size: 2.1em;
	font-weight: normal;
	position: relative;
	margin-top: 30px;
}

.home-concept .row {
	position: relative;
}

.home-concept .process-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	margin: 135px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.home-concept .process-image img {
	border-radius: 150px;
	margin: 7px 8px;
	width: auto;
	height: auto;
	max-width: 145px;
	max-height: 145px;
}

.home-concept .our-work {
	margin-top: 52px;
	font-size: 2.6em;
}

.home-concept .project-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	margin: 15px 0 0 -30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}

.home-concept .sun {
	background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10%;
	top: 35px;
}

.home-concept .cloud {
	background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 57%;
	top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
	.home-concept {
		background: none;
	}

	.home-concept .project-image {
		margin: 20px auto 0 auto;
	}

	.home-concept .process-image {
		margin-top: 0;
		padding-bottom: 25px;
	}
}

@media (max-width: 479px) {
	.home-concept .project-image {
		background-position: 0 0;
		margin-left: auto;
		max-width: 160px;
	}

	.home-concept .fc-slideshow {
		max-width: 145px;
		height: 145px;
	}

	.home-concept .fc-slideshow img {
		max-height: 145px;
		max-width: 145px;
	}
}
/* Page 404 */
.page-not-found {
	margin: 50px 0;
}

.page-not-found h2 {
	font-size: 140px;
	font-weight: 600;
	letter-spacing: -10px;
	line-height: 140px;
}

.page-not-found h4 {
	color: #777;
}

.page-not-found p {
	font-size: 1.4em;
	line-height: 36px;
}

/* Responsive */
@media (max-width: 479px) {
	.page-not-found {
		margin: 0;
	}

	.page-not-found h2 {
		font-size: 100px;
		letter-spacing: 0;
		line-height: 100px;
	}
}

.text-xs {
	font-size: 1rem !important;
}

.text-sm {
	font-size: 1.3rem !important;
}

.text-md {
	font-size: 1.6rem !important;
}

.text-lg {
	font-size: 1.9rem !important;
}

.text-xl {
	font-size: 2.2rem !important;
}

.text-muted {
	color: #999 !important;
}

html.dark .text-muted {
	color: #505461 !important;
}

.text-dark {
	color: #1d2127 !important;
}

.text-light {
	color: #FFF !important;
}

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

.font-weight-normal {
	font-weight: 400 !important;
}

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

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-extra-bold {
	font-weight: 900 !important;
}

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

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

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

.rounded {
	border-radius: 5px !important;
}

.b-thin {
	border-width: 3px !important;
}

.b-normal {
	border-width: 5px !important;
}

.b-thick {
	border-width: 7px !important;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left	*/
.ml-none {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 15px !important;
}

.ml-lg {
	margin-left: 20px !important;
}

.ml-xl {
	margin-left: 25px !important;
}

.ml-xlg {
	margin-left: 30px !important;
}

/* spacement right	*/
.mr-none {
	margin-right: 0 !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.mr-sm {
	margin-right: 10px !important;
}

.mr-md {
	margin-right: 15px !important;
}

.mr-lg {
	margin-right: 20px !important;
}

.mr-xl {
	margin-right: 25px !important;
}

.mr-xlg {
	margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top	*/
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

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

.pt-md {
	padding-top: 15px !important;
}

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

.pt-xl {
	padding-top: 25px !important;
}

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

/* spacement bottom	*/
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left	*/
.pl-none {
	padding-left: 0 !important;
}

.pl-xs {
	padding-left: 5px !important;
}

.pl-sm {
	padding-left: 10px !important;
}

.pl-md {
	padding-left: 15px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pl-xl {
	padding-left: 25px !important;
}

.pl-xlg {
	padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
	padding-right: 0 !important;
}

.pr-xs {
	padding-right: 5px !important;
}

.pr-sm {
	padding-right: 10px !important;
}

.pr-md {
	padding-right: 15px !important;
}

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

.pr-xl {
	padding-right: 25px !important;
}

.pr-xlg {
	padding-right: 30px !important;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.ws-nowrap {
	white-space: nowrap;
}

.ws-normal {
	white-space: normal;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}

	col-sm-2-5 {
		width: 40%;
		float: left;
	}

	col-sm-3-5 {
		width: 60%;
		float: left;
	}

	col-sm-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}

	.col-md-2-5 {
		width: 40%;
		float: left;
	}

	.col-md-3-5 {
		width: 60%;
		float: left;
	}

	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}

	.col-lg-2-5 {
		width: 40%;
		float: left;
	}

	.col-lg-3-5 {
		width: 60%;
		float: left;
	}

	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

@media (max-width: 991px) {
	.col-md-3 .sidebar {
		clear: both;
	}
}
/* #Footer */
#footer {
	background: #0e0e0e;
	border-top: 4px solid #0e0e0e;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#footer .container .row > div {
	margin-bottom: 25px;
}

#footer .container input:focus {
	box-shadow: none;
}

#footer a:hover {
	color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
	color: #FFF;
}

#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
}

#footer h5 {
	color: #CCC;
}

#footer ul.nav-list > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
	border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
	margin-bottom: 5px;
}

#footer form {
	opacity: 0.85;
}

#footer form label.error {
	line-height: 16px;
	margin: 5px 0 -5px;
	display: block;
	clear: both;
}

#footer form .alert {
	padding: 6px;
	text-align: center;
}

#footer .footer-ribbon {
	background: #999;
	position: absolute;
	margin: -90px 0 0 14px;
	padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}

#footer .footer-ribbon span {
	color: #FFF;
	font-size: 1.6em;
	font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
	width: 100%;
	max-width: 262px;
}

#footer .newsletter form input.form-control {
	height: 34px;
	padding: 6px 12px;
}

#footer .alert a {
	color: #222;
}

#footer .alert a:hover {
	color: #666;
}

#footer .twitter .fa, #footer .twitter .icons {
	clear: both;
	font-size: 1.5em;
	position: relative;
	top: 3px;
}

#footer .twitter .meta {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
}

#footer .twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .twitter ul li {
	padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
	padding-bottom: 0;
}

#footer .twitter-account {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	margin: -15px 0 5px;
	opacity: 0.55;
}

#footer .twitter-account:hover {
	opacity: 1;
}

#footer .contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .contact i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 7px 8px 10px 0;
	position: relative;
	text-align: center;
	top: -2px;
	width: 16px;
}

#footer .contact i.fa-envelope {
	font-size: 1em;
	top: 0;
}

#footer .contact p {
	margin-bottom: 10px;
}

#footer .logo {
	display: block;
}

#footer .logo.mb-xl {
	margin-bottom: 12px;
}

#footer .footer-copyright {
	background: #060606;
	border-top: 4px solid #060606;
	margin-top: 40px;
	padding: 30px 0 10px;
}

#footer .footer-copyright nav {
	float: right;
}

#footer .footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

#footer .footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}

#footer .phone {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-top: -5px;
}

#footer .narrow-phone {
	text-align: right;
	margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
	font-size: 16px;
	padding-bottom: 0;
	margin-top: -13px;
}

#footer .recent-work {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .recent-work li {
	float: left;
	width: 30%;
	margin: 10px 3% 0 0;
}

#footer .recent-work img {
	border: 0;
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

#footer .recent-work .img-thumbnail-hover-icon {
	border: 0;
}

#footer .recent-work .img-thumbnail-hover-icon:after {
	font-size: 22px;
	margin-left: -2px;
}

#footer .view-more-recent-work {
	padding: 12px;
}

#footer.short {
	padding-top: 50px;
}

#footer.short .footer-copyright {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#footer.light {
	padding-top: 60px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
	margin-top: -76px;
	margin-left: 14px;
}

#footer.light .footer-copyright {
	margin-top: 15px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
	color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
	color: #777;
}

#footer.light ul.nav-pills > li.active > a {
	color: #FFF;
}

#footer.narrow {
	padding-top: 30px;
}

#footer.narrow .footer-copyright {
	margin-top: 0;
}

#footer.narrow .nav > li > a {
	padding: 5px 12px;
}

#footer.color {
	color: #FFF;
}

#footer.color p {
	color: #FFF;
}

#footer.color .footer-copyright nav ul li {
	border-left-color: #FFF;
}

/* Responsive */
@media (max-width: 991px) {
	#footer .phone {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	/* Footer */
	#footer .phone {
		font-size: 20px;
	}
}
/* Dark Version */
html.dark body {
	background-color: #1d2127;
}

html.dark.boxed .body {
	background-color: #1d2127;
}

html.dark #header .header-top {
	background: #282d36;
	border-bottom-color: #2e353e;
}

html.dark #header .header-search .form-control {
	background: #21262d;
}

html.dark #header .header-body {
	background: #1d2127;
	border-top-color: #2e353e;
}

html.dark #header .header-nav-bar {
	background-color: #21262d;
}

html.dark #header .header-nav-top .nav > li > a:hover, html.dark #header .header-nav-top .nav > li > a a:focus {
	background-color: #21262d;
}

html.dark #header .header-nav-top .dropdown-menu {
	background: #21262d;
	border-color: #21262d;
}

html.dark #header .header-nav-top .dropdown-menu a:hover, html.dark #header .header-nav-top .dropdown-menu a:focus {
	background: #282d36 !important;
}

html.dark.sticky-header-active #header .header-body {
	border-bottom-color: #2e353e;
}

html.dark #header.header-transparent .header-body {
	background: transparent;
}

html.dark #header.header-transparent .header-body:before {
	background-color: #1d2127;
	border-bottom-color: #2e353e;
}

html.dark #header.header-semi-transparent .header-body {
	background: transparent;
}

html.dark #header.header-semi-transparent .header-body:before {
	background-color: #1d2127;
	border-bottom-color: #2e353e;
}

html.dark #header.header-semi-transparent-light .header-body {
	background: transparent;
}

html.dark #header.header-semi-transparent-light .header-body:before {
	background-color: #1d2127;
	border-bottom-color: #2e353e;
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
	color: #FFF;
}

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
	color: #111;
}

html.dark blockquote {
	border-color: #282d36;
}

html.dark section.featured {
	background-color: #191c21;
	border-top-color: #2e353e;
}

html.dark section.section {
	background-color: #21262d;
	border-top-color: #282d36;
}

html.dark .dropdown-menu > li > a {
	color: #FFF;
}

html.dark .dropdown-menu > li > a:hover, html.dark .dropdown-menu > li > a:focus {
	background-color: #2e353e;
}

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
	border-top-color: #282d36;
	border-left-color: #282d36;
	border-right-color: #282d36;
	background: #282d36;
}

html.dark .tabs .nav-tabs li a:hover {
	border-top-color: #808697;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
	border-top-color: #808697;
}

html.dark .tabs .nav-tabs.nav-justified {
	border-left-width: 0;
	border-right-width: 0;
	border-left-color: transparent;
	border-right-color: transparent;
}

html.dark .tabs .nav-tabs.nav-justified li a,
html.dark .tabs .nav-tabs.nav-justified li a:hover,
html.dark .tabs .nav-tabs.nav-justified li a:focus {
	border-bottom-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
	background: #282d36;
	border-left-color: #282d36;
	border-right-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
	border-bottom-color: #282d36;
}

html.dark .tabs .nav-tabs {
	border-color: #282d36;
}

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus,
html.dark .tabs .nav-tabs.nav-justified li.active a,
html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
	background: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
}

html.dark .tabs .nav-tabs.nav-justified li.active a {
	border-bottom-color: #2e353e;
}

html.dark .tabs.tabs-vertical {
	border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
	border-bottom-color: #282d36;
	border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
	border-bottom-color: #808697;
	border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom-color: #808697;
	border-top-color: #2e353e;
}

html.dark .tabs .tab-content {
	background: #2e353e;
	border-color: #2e353e;
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
	border-top-color: #2e353e !important;
}

html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
	color: #808697;
}

html.dark .tab-content {
	background: #2e353e;
	border-color: #1d2127;
}

html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
	background: transparent !important;
}

html.dark .nav > li > a:hover,
html.dark .nav > li > a:focus {
	background-color: #2e353e;
}

html.dark .call-to-action.call-to-action-default {
	background: #282d36;
}

html.dark .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html.dark .call-to-action.with-borders {
	border-top-color: #2e353e;
	border-bottom-color: #2e353e;
	border-left-color: #282d36;
	border-right-color: #282d36;
}

html.dark .call-to-action.with-full-borders {
	border-color: #2e353e;
}

html.dark .call-to-action.featured {
	background: -webkit-linear-gradient( top , #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
	border-bottom-color: #2e353e;
	border-left-color: #282d36;
	border-right-color: #282d36;
}

html.dark .call-to-action.call-to-action-in-footer:before {
	border-top-color: #1d2127;
}

html.dark .counters.with-borders .counter {
	border-top: 1px solid #2e353e;
	border-bottom: 1px solid #2e353e;
	border-left: 1px solid #282d36;
	border-right: 1px solid #282d36;
}

html.dark .counters.counters-text-dark .counter {
	color: #FFF !important;
}

html.dark .counters.counters-text-dark .counter .fa, html.dark .counters.counters-text-dark .counter .icons, html.dark .counters.counters-text-dark .counter strong, html.dark .counters.counters-text-dark .counter label {
	color: #FFF !important;
}

html.dark section.timeline:after {
	background: #505050;
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}

html.dark section.timeline .timeline-date {
	background-color: #282d36;
	border-color: #282d36;
	text-shadow: none;
}

html.dark section.timeline .timeline-title {
	background: #282d36;
}

html.dark section.timeline .timeline-box {
	border-color: #282d36;
	background: #282d36;
}

html.dark section.timeline .timeline-box.left:before {
	box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.left:after {
	background: #282d36;
	border-right-color: #282d36;
	border-top-color: #282d36;
}

html.dark section.timeline .timeline-box.right:before {
	box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}

html.dark section.timeline .timeline-box.right:after {
	background: #282d36;
	border-left-color: #282d36;
	border-bottom-color: #282d36;
}

html.dark .form-control {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark .btn-default {
	background-color: #282d36;
	border-color: #282d36;
	color: #FFF;
}

html.dark .btn.disabled, html.dark .btn.disabled:hover, html.dark .btn.disabled:active, html.dark .btn.disabled:focus,
html.dark .btn[disabled],
html.dark .btn[disabled]:hover,
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus {
	border-color: #282d36 !important;
}

html.dark .pagination > li > a,
html.dark .pagination > li > span {
	background-color: #282d36;
	border-color: #242830;
}

html.dark .theme-default .nivoSlider {
	background-color: #1d2127;
}

html.dark section.section-custom-map {
	background: transparent url(../img/map-dark.png) center 0 no-repeat;
}

html.dark section.section-custom-map section.section {
	border-top-color: rgba(40, 45, 54, 0.8);
	background: rgba(33, 38, 45, 0.8);
}

html.dark .home-concept {
	background-image: url(../img/home-concept-dark.png);
}

html.dark .home-concept .process-image {
	background-image: url(../img/home-concept-item-dark.png);
}

html.dark .home-concept .project-image {
	background-image: url(../img/home-concept-item-dark.png);
}

html.dark .home-concept .sun {
	background-image: url(../img/home-concept-icons-dark.png);
}

html.dark .home-concept .cloud {
	background-image: url(../img/home-concept-icons-dark.png);
}

html.dark .page-header {
	border-bottom-color: #191c21;
}

html.dark .page-header-light {
	background-color: #2e353e;
}

html.dark .panel-group .panel {
	background-color: #282d36;
}

html.dark .panel-group .panel-default {
	border-color: #282d36;
}

html.dark .panel-group .panel-heading {
	background-color: #2e353e;
}

html.dark .panel-group .form-control {
	background-color: #21262d;
	border-color: #21262d;
}

html.dark .toggle > label {
	background-color: #2e353e;
}

html.dark .toggle.toggle-simple .toggle > label {
	color: #FFF;
}

html.dark .featured-box {
	background: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
	border-bottom-color: #2e353e;
}

html.dark .featured-box.secondary h4 {
	color: #FFF;
}

html.dark .featured-boxes-flat .featured-box .box-content {
	background: #2e353e;
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
	color: #FFF;
}

html.dark .featured-boxes-style-2 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
	background: #1d2127;
}

html.dark .featured-boxes-style-4 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-5 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-5 .featured-box .icon-featured {
	background: #282d36;
	border-color: #2e353e;
}

html.dark .featured-boxes-style-6 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured {
	background: #282d36;
	border-color: #2e353e;
}

html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
	border-color: #2e353e;
}

html.dark .featured-boxes-style-7 .featured-box {
	background: transparent;
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured {
	background: #282d36;
	border-color: #2e353e;
}

html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
	box-shadow: 3px 3px #161a1e;
}

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
	background: #2e353e;
}

html.dark .featured-box-effect-1 .icon-featured:after {
	box-shadow: 0 0 0 3px #2e353e;
}

html.dark .feature-box.feature-box-style-2 h4, html.dark .feature-box.feature-box-style-3 h4, html.dark .feature-box.feature-box-style-4 h4 {
	color: #FFF;
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
	border-color: #2e353e;
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
	border-color: #2e353e;
}

html.dark .owl-dots .owl-dot span {
	background: #2e353e;
}

html.dark .owl-carousel.top-border {
	border-top-color: #3F4247;
}

html.dark .progress {
	background: #2e353e;
}

html.dark .arrow {
	background-image: url(../img/arrows-dark.png);
}

html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark .thumb-info .thumb-info-wrapper:after {
	background-color: rgba(29, 33, 39, 0.9);
}

html.dark .thumb-info-social-icons {
	border-top-color: #373f4a;
}

html.dark ul.nav-list > li a {
	border-bottom-color: #282d36;
}

html.dark ul.nav-list > li a:hover {
	background-color: #282d36;
}

html.dark .content-grid .content-grid-item:before {
	border-left-color: #2e353e;
}

html.dark .content-grid .content-grid-item:after {
	border-bottom-color: #2e353e;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
	border-left-color: #2e353e;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
	border-bottom-color: #2e353e;
}

html.dark .testimonial .testimonial-author strong {
	color: #FFF;
}

html.dark .testimonial.testimonial-style-3 blockquote {
	background: #2e353e !important;
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
	border-top-color: #2e353e !important;
}

html.dark .testimonial.testimonial-style-4 {
	border-color: #2e353e !important;
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
	border-top-color: #2e353e !important;
}

html.dark .popover {
	background-color: #2e353e;
	border: 1px solid #282d36;
}

html.dark .popover.top > .arrow {
	border-top-color: #282d36;
}

html.dark .popover.top > .arrow:after {
	border-top-color: #2e353e;
}

html.dark .popover.right > .arrow {
	border-right-color: #282d36;
}

html.dark .popover.right > .arrow:after {
	border-right-color: #2e353e;
}

html.dark .popover.bottom > .arrow {
	border-bottom-color: #282d36;
}

html.dark .popover.bottom > .arrow:after {
	border-bottom-color: #2e353e;
}

html.dark .popover.left > .arrow {
	border-left-color: #282d36;
}

html.dark .popover.left > .arrow:after {
	border-left-color: #2e353e;
}

html.dark .popover-title {
	background-color: #282d36;
	border-bottom: #2e353e;
}

html.dark .page-header {
	border-bottom-color: #282d36;
}

html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
	border-color: #282d36;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #2e353e;
}

html.dark pre {
	background-color: #282d36;
	border-color: #282d36;
	color: #777;
}

html.dark .show-grid [class*="col-md-"] .show-grid-block {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark .google-map-borders,
html.dark .embed-responsive-borders {
	border-color: #2e353e;
}

html.dark .alert.alert-default {
	border-color: #2e353e;
	background-color: #282d36;
}

html.dark hr {
	background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
	background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

html.dark hr.light {
	background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
	background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

html.dark hr.solid {
	background: #3F4247;
}

html.dark .divider {
	background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
	background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

html.dark .divider .fa, html.dark .divider .icons {
	background: #1d2127;
}

html.dark .divider.divider-solid {
	background: #3F4247;
}

html.dark .divider.divider-style-2 .fa, html.dark .divider.divider-style-2 .icons {
	background: #21262d;
}

html.dark .divider.divider-style-3 .fa, html.dark .divider.divider-style-3 .icons {
	border-color: #3F4247;
}

html.dark .divider.divider-style-4 .fa, html.dark .divider.divider-style-4 .icons {
	border-color: #3F4247;
}

html.dark .divider.divider-style-4 .fa:after, html.dark .divider.divider-style-4 .icons:after {
	border-color: #21262d;
}

html.dark .divider.divider-small {
	background: transparent;
}

html.dark .divider.divider-small hr {
	background: #3F4247;
}

html.dark .divider.divider-small.divider-light hr {
	background: #3F4247;
}

html.dark hr.dashed:after, html.dark .divider.dashed:after {
	border-color: #3F4247;
}

html.dark .heading.heading-bottom-border h1 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-double-border h1, html.dark .heading.heading-bottom-double-border h2, html.dark .heading.heading-bottom-double-border h3 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-double-border h4, html.dark .heading.heading-bottom-double-border h5, html.dark .heading.heading-bottom-double-border h6 {
	border-bottom-color: #3f4247;
}

html.dark .heading.heading-middle-border:before {
	border-top-color: #3f4247;
}

html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 {
	background: #1d2127;
}

html.dark ul.history li .thumb {
	background-image: url(../img/history-thumb-dark.png);
}

html.dark .recent-posts .date .day {
	background-color: #2e353e;
}

html.dark .blog-posts article {
	border-color: #282d36;
}

html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
	background-color: #282d36;
}

html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark ul.simple-post-list li {
	border-bottom-color: #21262d;
}

html.dark .post-block {
	border-top-color: #191c21;
}

html.dark ul.comments .comment-block {
	background-color: #282d36;
}

html.dark ul.comments .comment-arrow {
	border-right-color: #282d36;
}

html.dark .pricing-table li {
	border-top-color: #21262d;
}

html.dark .pricing-table h3 {
	background-color: #21262d;
	text-shadow: none;
}

html.dark .pricing-table h3 span {
	background: #282d36;
	border-color: #242830;
	box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
	color: #777;
}

html.dark .pricing-table .most-popular {
	border-color: #282d36;
}

html.dark .pricing-table .most-popular h3 {
	background-color: #282d36;
	color: #FFF;
	text-shadow: none;
}

html.dark .pricing-table .plan-ribbon {
	background-color: #282d36;
}

html.dark .pricing-table .plan {
	background: #282d36;
	border: 1px solid #282d36;
	color: #777;
	text-shadow: none;
}

html.dark .product-thumb-info {
	background-color: #282d36;
	border-color: transparent;
}

html.dark .shop .quantity .qty {
	background-color: #282d36;
	border-color: transparent;
}

html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
	background-color: #21262d;
	border-color: transparent;
}

html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
	border-color: #282d36;
}

html.dark .dialog {
	background-color: #1d2127;
}

html.dark .modal-content {
	background-color: #1d2127;
}

html.dark .modal-header {
	border-bottom-color: #282d36;
}

html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
	color: #777;
}

html.dark .modal-header .close {
	text-shadow: none;
	color: #FFF;
}

html.dark .modal-footer {
	border-top-color: #282d36;
}

html.dark .popup-inline-content,
html.dark .mfp-content .ajax-container {
	background: #1d2127 !important;
}

html.dark .loading-overlay {
	background: #1d2127;
}

html.dark .sort-destination-loader:after {
	background-color: #1d2127;
}

html.dark #footer .newsletter form .btn-default {
	background-color: #21262d;
	border-color: #21262d;
	color: #777;
}

/* Responsive */
@media (min-width: 992px) {
	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
		background: #21262d;
	}

	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
		border-bottom-color: #2e353e;
	}

	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
		color: #999;
	}

	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav > li:hover > a {
		background: #2e353e;
	}

	html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper {
		background: #2e353e;
	}

	html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
		color: #CCC;
	}

	html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		color: #FFF;
	}

	html.dark #header .header-nav.header-nav-top-line nav > ul > li > a, html.dark #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
		color: #CCC;
	}

	html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
		color: #CCC;
	}

	html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
		background-color: #1d2127;
	}
}

@media (max-width: 991px) {
	html.dark #header .header-nav-main nav > ul li {
		border-bottom-color: #2e353e;
	}

	html.dark #header.header-transparent .header-nav-main, html.dark #header.header-semi-transparent .header-nav-main, html.dark #header.header-semi-transparent-light .header-nav-main {
		background-color: #1d2127;
	}
}
/* Boxed Layout */
html.boxed body {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
}

html.boxed .body {
	background-color: #FFF;
	border-bottom: 5px solid #1d2127;
	border-radius: 5px;
	border-top: 5px solid #CCC;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	margin: 25px auto;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
}

html.boxed #header .header-body {
	border-top-color: transparent;
}

/* Responsive */
@media (min-width: 1200px) {
	html.boxed.sticky-header-active #header .header-body {
		width: auto;
	}

	html.boxed #header.header-transparent .header-body,
	html.boxed #header.header-semi-transparent .header-body,
	html.boxed #header.header-semi-transparent-light .header-body {
		width: auto;
	}
}

@media (min-width: 992px) {
	html.boxed #header .header-top.header-top-colored {
		margin-top: -18px;
		border-radius: 4px 4px 0 0;
	}

	html.boxed #header.header-transparent .header-body,
	html.boxed #header.header-semi-transparent .header-body,
	html.boxed #header.header-semi-transparent-light .header-body {
		padding-left: 15px;
		padding-right: 15px;
	}

	html.boxed #header .header-top.header-top-style-2,
	html.boxed #header .header-top.header-top-style-3,
	html.boxed #header .header-top.header-top-style-4 {
		margin-top: -13px;
	}

	html.boxed.sticky-header-active #header .header-body {
		padding-left: 15px;
		padding-right: 15px;
	}

	html.boxed.sticky-header-active #header .header-nav-bar {
		margin: 0 -15px -9px;
	}
}

@media (max-width: 991px) {
	html.boxed .body {
		margin: 0 auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@media (max-width: 767px) {
	/* Boxed */
	html.boxed {
		background: none !important;
	}
}



/********DIGER***********/

/**
|index page styles|

* Global Styles.
* Header Styles.
* Banner Styles.
* Welcome section Styles.
* Who we are Styles.
* Testimonial & Company Values Styles.
* Small business Styles.
* Some Facts Styles.
* Our Advisor Styles.
* Latest News Styles.
* Our Partners Styles.
* Free consultation Styles.
* Footer Styles.

|Single Pages Styles|

* Value of our company Styles.
* History Styles.
* Service Styles.
* Service2 Styles.
* Portfolio Styles.
* Client Slider Styles.
* Our company growth Styles.
* Our advisor inner section Styles.
* Faqs Styles.
* Career Details Styles.
* Single Advisor Styles.
* Professional Experiences Styles.
* Education Styles.
* Leave comment Styles.
* My Skills Styles.
* Our Affordable Pricing Styles.
* Pricing page/ who we are Styles.
* Blog Styles.
* Blog variation Styles.
* Single Blog page Styles.
* Search container Styles.
* No Seach Results Showing Styles.
* 404 page Styles.
* Contact us Styles.
* Checkout-content Styles.
* Product details Styles
* Cart-page Styles.
* Shop Page Styles.
*****************************************
*****************************************
**/


/* imported styles */

@import url('../jquery.fancybox.css');
@import url('../hover.css');
@import url('../jquery.bxslider.css');
@import url('../gradient.css');
@import url('../jquery.mCustomScrollbar.min.css');

@import url('../revolution-slider/settings.css');
@import url('../revolution-slider/layers.css');
@import url('../revolution-slider/navigation.css');



/*-------------- Global Style ----------*/
 body {
 	font-family: 'Open Sans', sans-serif;
 	font-size: 16px;
 }

.m0 {
	margin:0;
}
.p0 {
	padding:0;
}
.float_left {
	float: left;
}
.float_right {
	float:right;
}
.clear_fix {
	clear:both;
}
a {
	text-decoration: none;
	letter-spacing: .03em;
}
a:hover,
a:focus {
	outline:none;
	text-decoration: none;
}
ul {
	list-style-type:none;
	padding:0;
}
button:focus {
	outline: none;
}
h1,
h2,
h3,
h4 {
	letter-spacing: .03em;
}
p {
	letter-spacing: 0.03em;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
}







/* LÄ°STELE */
.listele {margin-top:20px;}
.listele li {
	list-style:none;
	float:none;
	border-bottom:dashed 1px #CCC;
	padding:8px 10px;
	margin-bottom:3px;
	font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    color: #898989;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listele li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
}
.listele li:hover:before {
    content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
}
.listele li:hover {
	color:rgba(88,154,29,1);
	background:rgba(88,154,29,.1);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}





/* ÃœRÃœN LÄ°STELE */
.urun_listele h4 {
	text-align:center;
	font-size:1.10em;
	border:dashed 1px #CCC;
	padding:10px;
	margin:0;
	margin-top:5px;
	letter-spacing:-0.04em;
	color:#999;
	
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	justify-content: center;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.urun_listele:hover a {text-decoration:none; color:#999;}
.urun_listele:hover h4 {
	color:rgba(1,109,54,1);
	background-color:rgba(1,109,54,.1);
	border:dashed 1px rgba(1,109,54,.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}






/*----- Header----*/

header .top_header {
	background:#006d35;
	height:35px;
}
header .top_header p {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #7f8997;
	padding: 0;
	margin: 0;
	line-height: 50px;
}
header .top_header ul {
	margin: 6px;
}
header .top_header ul li {
	display: inline-block;
	padding-left: 16px;
	line-height: 50px;
}
 header .top_header ul li i,
 header .top_header ul li span {
 	color: #FFF;
 	display: block;
 }
 header .top_header ul li i:hover,
 header .top_header ul li i:focus {
 	color:#12a0b1;
 }
 header .top_header ul li button {
 	background: transparent;
 	width:30px;
 	height:30px;
 	border:1px solid #545a61;
 	border-radius: 50%;
 }
 .top_header #search_box input {
	background: transparent;
	border:1px solid #939393;
	display: none;
	color: #fff;
	padding-left:10px;
	height:30px;
	line-height: 28px;
	font-size: 14px;
}
.top_header #search_box input:focus {
	outline: none;
}
 header .bottom_header .logo .logo_text p:nth-child(1) {
 	font-family: 'Raleway', sans-serif;
 	font-weight: 800;
 	font-size: 2em;
 	color: #1c1a21;
 	display: inline-block;
 	padding-top: 44px;
    position: relative;
 }
header .bottom_header {
	padding: 10px 0 15px 0;
}
header .bottom_header .logo_buyuk {
	background:#FFF;
	padding:10px 30px 40px 30px;
	margin-top:-55px;
	
	
	background: #ffffff;
	/*
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f2ab21 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f2ab21 100%);
	background: radial-gradient(ellipse at center,  #ffffff 0%,#f2ab21 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2ab21',GradientType=1 );
	*/
	
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
header .bottom_header .logo_buyuk2 {
	background:#FFF;
	margin:0px;
	padding:0px;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
 header .bottom_header .address {margin-top:50px;}
 header .bottom_header .address p {
 	display: inline-block;
 	font-family: 'Open Sans', sans-serif;
 	font-size: 0.875em;
 	color: #232932;
 	margin: 0;
	letter-spacing:-0.03em;
	line-height:150%;
 }
 header .bottom_header .address p>span {
 	color : #9692a0;
 }
 header .bottom_header .address>span{
 	color: rgba(40, 47, 57, 0.7);
 	font-size: 1.875em;
 	padding-right:18px;
 	margin-left: 42px;
 }
 header .bottom_header .address>span.separator {
    border-left: 1px solid #F7F7F9;
    padding-left: 25px;
    margin-left: 20px;
    position: relative;
}
header .bottom_header .address>span.separator:after {
content: '';
position: absolute;
left: -1px;
top: 0;
width: 1px;
height: 100%;
background: #D0D0D0;
}
header .bottom_header .address .top-info {
	display: inline-block;
	padding-left: 20px;
}
header .bottom_header .address .top-info:first-child {
	padding-left: 0;
}
header .bottom_header .address .top-info:first-child .icon {
	padding-left: 0;
	border: none;
}
header .bottom_header .address .top-info:first-child .icon:after {
	display: none;
}
header .bottom_header .address .top-info .icon-box,
header .bottom_header .address .top-info .content-box {
	display: table-cell;
	vertical-align: middle;
}
header .bottom_header .address .top-info .icon-box {
	padding-right: 20px;
}
header .bottom_header .address .top-info .icon-box span {
	font-size: 30px;
	border-left: 1px solid #F6F6F7;
	padding-left: 25px;
	position: relative;
	color: #efaa20;
}
header .bottom_header .address .top-info .icon-box span:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #CFCFD0;
}

 /*====================== Banner ===============*/
 .banner {
 	background: url(../../images/banner.jpg) no-repeat center;
 	height: 763px;
 }
 .banner .banner_opacity {
 	background: rgba(0, 0, 0, 0.5);
 	height: 763px;
 	position: relative;
 }

.mainmenu-area .nav_main_list,
.mainmenu-area .find-advisor {
	display: inline-block;
}
.mainmenu-area.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #efaa20;
}
.mainmenu-area.stricky-fixed nav>div a.advisor {
	position: relative;	
}
.mainmenu-area.stricky-fixed nav>div a.advisor:after {
	content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    background: #F6BB19;
    height: 100%;
    z-index: -1;
    transition: background .3s ease;
}
.mainmenu-area.stricky-fixed nav .find-advisor:hover a.advisor:after {
	background: #171B20;
}

 .mainmenu-area {
 	position: relative;
 	z-index: 999;
 }
 .mainmenu-area .container {
 	background: #efaa20;
 	padding: 0 5px;
 	position: relative;
 }
 .mainmenu-area .container:before {
 	position: absolute;
 	top: 5px;
 	left: 5px;
 	right: 5px;
 	bottom: 5px;
 	content: '';
 	display: block;
 	border: 1px solid rgba(255, 255, 255, 0.25);
 	z-index: 9;
 }
 .mainmenu-area nav {
	position: relative;
 }
.mainmenu-area nav .nav_main_list {
	/*border:1px solid  rgba(255, 255, 255, 0.25);*/
	/*margin:0 auto;*/
	/*height:52px !important;*/
	/*padding: 18px 0;*/
}
.mainmenu-area nav > .nav_main_list ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 0.9378em;
	color: #966400;
	text-shadow:0 1px 0 rgba(255,255,255,.4);
	display: block;
	padding: 0 24px;
	letter-spacing: .03em;
	line-height: 29px;
    -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.mainmenu-area nav > .nav_main_list ul li:hover > a,
.mainmenu-area nav > .nav_main_list ul li.active > a {
	color: #FFF;
	text-shadow:none;
}
.mainmenu-area .find-advisor {
	background: #006d35;
	position: relative;
	margin-right: -5px;
	transition: all .3s ease;
}
.mainmenu-area .find-advisor:hover,
.mainmenu-area .find-advisor:hover:before {
	background: #171b20;
}
.mainmenu-area .find-advisor:hover a.advisor {
	color: #fff;
}
.mainmenu-area .find-advisor a.advisor {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.9378em;
    color: #FFF;
    margin-left: 0;
    display: block;
    padding: 0 30px 0 17px;
    line-height: 65px;
    position: relative;
    z-index: 10;
    transition: all .3s ease;
}
.mainmenu-area .find-advisor:before {
	content: '';
	width: 75px;
	height: 100%;
	position: absolute;
	top:0;
	left: -32px;
	transform: skew(-45deg);
	background: #006d35;
	transition: all .3s ease;
}
.mainmenu-area nav> .nav_main_list ul > li {
	position: relative;
	z-index: 99;
	padding: 18px 0;
}

.mainmenu-area nav ul li.arrow_down .fa-bars {
	display: none;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	padding-right:10px;	
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu li {
	padding: 0 25px;
	background: #fff;
}
.mainmenu-area nav> .nav_main_list ul > li .sub-menu ul li:first-child a {
	padding-top: 16px;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu li:last-child a {
	padding-bottom: 16px;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a:hover {
	color: #F6BB19;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a {
    font-weight: 400;
    border-bottom: 1px solid #EBEBEB;
    margin: 0;
    padding: 5px 0px;
    letter-spacing: .03em;
    font-size: 13px;
	letter-spacing:-0.03em;
    color: #242424;
    font-family: 'Open Sans';

    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu li:last-child a {
	border:none;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu:before {
	content: '';
	background: url(../../images/menu-arrow.png) no-repeat;
	width: 28px;
	height: 13px;
	position: absolute;
	top: 10px;
	left: 45px;	
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu {
	position: absolute;
	/*border-top:1px solid  rgba(255, 255, 255, 0.25);*/
	width:240px;
	padding-top: 20px;
	top:200%;
	opacity: 0;
	visibility: hidden;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu ul {
	-webkit-box-shadow: 0 0 16px rgba(0,0,0, .11);
	box-shadow: 0 0 16px rgba(0,0,0, .11);
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu-width-fix {
	width:212px;
}
/*.mainmenu-area nav>div>ul>li.arrow_down:after {
    content: '\f0d8';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 100%;
    font-size: 33px;
    text-align: center;
    line-height: 13px;
    display: none;
}*/
/*.mainmenu-area nav>div>ul>li.arrow_down:hover{
	background:url(../../images/nav-bg.png) no-repeat bottom center;
	z-index: 9999;
}
.mainmenu-area nav>div>ul>li.arrow_down:hover:after {
	display: block;
}*/
.mainmenu-area nav> .nav_main_list ul>li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top:100%;
	left:0px;
	-webkit-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
	-o-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
	transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a:hover {
	
}
.mainmenu-area nav> .nav_main_list ul>li>a {
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
}
.mainmenu-area nav > div > ul > li:last-child > a {
  border-right: 0px dashed rgba(255, 255, 255, 0.4);
}

.mainmenu-area nav> .nav_main_list ul a:hover,
.mainmenu-area nav> .nav_main_list ul a:focus {
	background: transparent;
}
.banner .banner_info {
	padding-top: 222px;
    margin-left: 380px;
    text-align: left;
}
.banner .banner_info h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 2.812em;
	color:#fff;
	position: relative;
}
.banner .banner_info h1:before {
	content: '';
	width:113px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom: -19px;
    left: 2px;
}
.banner .banner_info p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.25em;
	color:#fff;
	padding-top: 42px;
}
.banner .banner_info a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	border-radius: 3px;
    display: inline-block;
   	margin-top: 35px;
   	position: relative;
}
.banner .banner_info a:nth-child(3) {
	background: #f6ba18;
	color:#282f39;
	padding: 15px 15px 15px 28px;
}
.banner .banner_info a:nth-child(3) i {
	padding-left: 43px;
	color: #282f39;
	font-size: 1.25em;
}
.banner .banner_info a:nth-child(3):hover,
.banner .banner_info a:nth-child(3):hover i {
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner .banner_info a:nth-child(4) {
	background: #12a0b1;
	color:#fff;
	padding: 15px 13px 15px 20px;
	margin-left: 25px;
}
.banner .banner_info a:nth-child(4) i {
	padding-left: 35px;
	color: #fff;
	font-size: 1.25em;
}
.banner .banner_info a:nth-child(4):hover,
.banner .banner_info a:nth-child(4):hover i {
	color: #282f39;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner .banner_info a:nth-child(3)::before {
	content: '';
	width:1px;
	height:28px;
	background: #d7a41b;
	position: absolute;
	right: 44px;
    top: 12px;
}
.banner .banner_info a:nth-child(3)::after {
	content: '';
	width:1px;
	height:28px;
	background: #ffcd47;
	position: absolute;
	right: 43px;
    top: 12px;
}
.banner .banner_info a:nth-child(4)::before {
	content: '';
	width:1px;
	height:28px;
	background: #0b8391;
	position: absolute;
	right: 44px;
    top: 12px;
}
.banner .banner_info a:nth-child(4)::after {
	content: '';
	width:1px;
	height:28px;
	background: #21b3c5;
	position: absolute;
	right: 43px;
    top: 12px;
}
/*------about_us Banner---*/
.about_banner {
	height:325px;
	margin-top: -65px;
}
.about_banner_opacity {
	background: rgba(0, 0, 0, 0.6);
	height:326px;
	position: relative;
}
.banner_info_about {
	text-align: center;
	margin-top:140px;
}
.banner_info_about h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 2.81em;
	letter-spacing:-0.05em;
	color:#fff;
	position: relative;
}
.banner_info_about h1:before {
	content: '';
	width:60px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom: -10px;
    right: 47.5%;
}
.banner_info_about ul {
	padding: 0px;
}
.banner_info_about ul li {
	display: inline-block;
	margin-left: 3px;
	margin-top: 15px;
}
.banner_info_about ul li i {
	color:#fff;
}
.banner_info_about ul li a,
.banner_info_about ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #fff;
	font-weight: 300;
	letter-spacing: -0.02em;
}
.banner_info_about ul li a {
	font-size: 1em !important;
}
.banner_info_about ul li a:hover {text-decoration:underline;}




/* Ä°Ã‡ERÄ°K TEXT */
.icerik_text h1 {letter-spacing:-0.08em; font-size:1.50em; color:#666;}
.icerik_text h1:after {
	content: '';
	width:60px;
	height:3px;
	background: #f6ba18;
	display:block;
	margin-top:5px;
}
.icerik_text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 26px;
    padding: 17px 0 0px 0px;
	text-align:justify;
}
.icerik_text .alert {
	font-size:.90em;
	letter-spacing:-0.02em;
	font-weight:600;
	margin-top:15px;
	font-family: 'Raleway', sans-serif;
}



/*===========Welcome section========*/
.welcome_sec {
	padding-top: 78px;
	background: #f7f8fa;
	height:auto;
	padding-bottom:70px;
}

.welcome_sec h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	text-align: right;
	line-height: 32px;
	padding-right: 25px;
}

.welcome_sec h2:before {
	content: '';
	width: 4px;
	height:100%;
	background: #006d35;
	position: absolute;
	letter-spacing: 1px;
    right: -16px;
    top: 4px;
}
.welcome_sec .welcome_heading p{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1em;
	color: #898989;
	padding-left: 30px;
    padding-top: 16px;
    line-height: 26px;
}
.welcome_item {
	position: relative;	
}
.welcome_details {
	margin-top:80px;
}
.welcome_details > div {margin-bottom:29px;}
.welcome_details img {
	background: #fff;
	padding:8px;
	position: absolute;
	z-index: 1;
	top: 14px;
}
.welcome_details .welcome_info {
	position: relative;
	width:77%;
	height:184px;
	background: #fdfdfd;
	border: 1px solid #e6e6e6;
	margin-left: 140px;
    padding-top: 7px;
    padding-bottom: 24px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.welcome_details h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color:#323232;
	padding-left: 66px;
}
.welcome_details h3 a {color:#323232;}
.welcome_info:hover h3 a {color:#FFF;}
.welcome_details a:hover {text-decoration:underline;}
.welcome_details h3:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	top: 61px;
}
.welcome_details p {
	font-family: 'Open Sans', sans-serif;
	color: #898989;
	padding-left: 66px;
	padding-right: 41px;
    padding-top: 13px;
}
.welcome_item_bottom {
	margin-top:29px;
}
.welcome_details .welcome_info:hover {
	background: #006d35;
}
.welcome_details .welcome_info:hover h3{
	color: #fff;
}
.welcome_details .welcome_info:hover p {
	color: #e4e8e8;
}

/*====== Who we are =========*/
.we_are .left_side{
	background: url(../../images/home_sol.jpg) no-repeat right;
	background-size: cover;
	height:510px;
	width:50%;
	position: relative;
}
.we_are .we_are_opacity {
	background: rgba(47, 45, 55, 0.2);
	height:510px;
	width:100%;
	position: absolute;
	top:0;
	right:0;
}
.we_are:hover .we_are_opacity {
	background: rgba(47, 45, 55, 0);
	height:510px;
	width:100%;
	position: absolute;
	top:0;
	right:0;
}
.we_are .we_are_border {
	background: transparent;
	height:95%;
	width:98%;
	border:1px solid #fff;
	position: absolute;
	top: 12px;
    right: 13px;
}
.we_are .we_are_border h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing:-0.04em;
	font-size: 1.625em;
	color: #fff;
	background: #efaa20;
	display: inline;
	position: absolute;
	padding: 12px 39px;
    top: 40px;
    right: -14px;
}
.we_are .right_side {
	background: url(../../images/home_sag.jpg) no-repeat right;
	background-size: cover;
	background-color: #202731;
	height:510px;
	width:50%;
	position: relative;	
}
.we_are .we_are_deatails {
	padding-left:61px;
}
.we_are .right_side h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #fff;
	position: relative;
	padding-top: 47px;
    padding-bottom: 38px;
}
.we_are .right_side h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	top: 85px;
    left: 8px	
}
.we_are .right_side .we_are_deatails>p {
	color: #FFF;
    width: 72%;
}
.we_are .right_side .list_item p {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	letter-spacing:-0.03em;
	line-height:120%;
	color:#fff;
	padding-left: 35px;
    padding-right: 32px;
    margin-top: 63px;
    margin-right: 27px;

}
.we_are .right_side .list_item p:not(.support) {
	border-right:1px dashed #6e6e6e;
}
.we_are .right_side  img {
	vertical-align: baseline;
}

/*============Testimonial & Company Values==========*/
.testimonial_sec {
	background: url(../../images/t-bg.jpg) no-repeat center;
	height:636px;
}
.testimonial_sec .testimonial h2,
.testimonial_sec .sec-title h2,
.testimonial_sec .company h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	color: #323232;
	text-transform: capitalize;
	position: relative;
}
.testimonial_sec .testimonial h2:before,
.testimonial_sec .sec-title h2:before,
.testimonial_sec .company h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	top: 40px;
    left: -2px;
}
.testimonial_sec .testimonial p:first-child,
.client_say_about_us .testimonial p:first-child {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
}
.testimonial_sec .testimonial span,
.client_say_about_us .testimonial span,
.testimonial_sec p.john_speach,
.client_say_about_us .testimonial p.john_speach {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
}
.testimonial_sec p.john_speach,
.client_say_about_us .testimonial p.john_speach {
	padding-top: 27px;
}
.testimonial_sec p.john_speach {
	padding-right:50px;
}
.testimonial_sec .testimonial img.round_img,
.client_say_about_us .testimonial img.round_img {
	border-radius: 50%;
	margin-top: 44px;
	width: 130px;
    height: 130px;
}
.testimonial_sec .testimonial .client_info {
	padding-top: 60px;
    line-height: 22px;
    margin-right: 77px;
}
.client_say_about_us .testimonial .client_info {
	padding-top: 60px;
    line-height: 22px;
}
.testimonial_sec .row {
	padding-top:75px;
}
.testimonial_container {
	padding-right:31px;
}
.client_say_about_us .row {
	padding-top: 57px;
}
.client_say_about_us .testimonial .round_img,
.client_say_about_us .testimonial .client_info {
	float:left;
}
.client_say_about_us .testimonial .client_info {
	padding-left:44px;
}
.client_say_about_us .right_part {
	padding-left: 110px;
}
.client_say_about_us .left_part {
	padding-right: 100px;
}
.client_say_about_us .testimonial .client_sign {
	padding-top:17px;
}
.client_say_about_us .bottom_part {
	padding-top: 62px;
}
.testimonial_sec .testimonial .client_info ul li,
.client_say_about_us .testimonial .client_info ul li {
	display: inline-block;
}
.testimonial_sec .testimonial .client_info ul,
.client_say_about_us .testimonial .client_info ul {
	padding:13px 0 0 0;
}
.client_say_about_us .testimonial .client_info ul li a{
	display:block;
	background: url(../../images/testimonial/star.png) no-repeat;
	width:21px;
	height:21px;
	margin-left: -3px;
}
.testimonial_sec .testimonial .client_info ul li a{
	display:block;
	background: url(../../images/star.jpg);
	width:21px;
	height:21px;
}
.testimonial_sec .company {
	padding-left:0px;
}
.testimonial_sec .company .nav li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #323232;
	border: 1px solid #e9e9e9;
	border-radius: 0px
}
.testimonial_sec .company .nav li a:focus,
.testimonial_sec .company .nav li.active a{
	background: url(../../images/arrow-up.png) no-repeat center 101.5%;
    color: #fff;
    background-color: #12a0b1;
    border-color: transparent;
}
.testimonial_sec .company .tab-content ul li i {
	color:#233859;
	margin-right:12px;
}
.testimonial_sec .company .tab-content ul {
	display: inline-block;
}
.testimonial_sec .company .company-tab {
	margin-top:61px;
}
.testimonial_sec .company .tab-content ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size:0.875em;
	color: #6c6c6c;
}
.testimonial_sec .company .tab-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
	padding-top: 27px;
}
.testimonial_sec .company .tab-content p {
	color:#898989;
	padding-bottom: 31px;

}
.testimonial_sec .company .tab-content .list-two{
	padding-left:86px;
}
.testimonial_sec .company .tab-content ul li {
	margin-top:9px;
}
/*=============Small business========*/
.small_business_sec {
	background: url(../../images/sm-bg.jpg) no-repeat center;
	background-color: #23252a;
	height: 355px;
	position: relative;
}
.business_opacity {
	background: rgba(23, 29, 38, 0.5);
	height:355px;
}
.small_business_sec .container {
	background: rgba(0, 0, 0, 0.45);
	height:355px;
	width:56%;
	padding-left: 58px;
}
.small_business_sec .container h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.562em;
	color: #fff;
	padding-top: 50px;
}
.small_business_sec .container p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1.125em;
	color:#fff;
	line-height: 25px;
	padding-top: 7px;
    width: 64%;
    padding-bottom: 13px;
}
.small_business_sec .container ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	color: #fff;
}
.small_business_sec .container ul li i {
	color:#fff;
	margin-right:12px;
}
.small_business_sec .container ul {
	display: inline-block;
}
.small_business_sec .container ul li {
	margin-top:9px;
}
.small_business_sec .container .list_two{
	padding-left:130px;
}
/*============== Some Facts =============*/
.some_facts {
	background: #12a0b1;
	height:190px;
}
.some_facts p {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	color: #fff;
	padding-left: 27px;
    padding-top: 92px;
    padding-right: 51px;
    position: relative;
}
.some_facts p:not(.case):before {
	content: '';
	width:1px;
	height:81px;
	background: #20bacc;
	position: absolute;
	top:64px;
	right:1px;
}
.some_facts p:not(.case):after {
	content: '';
	width:1px;
	height:81px;
	background: #0c8695;
	position: absolute;
	top:64px;
	right:0px;
}

.some_facts span {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 4.06em;
	color: #fff;
	padding-left: 40px;
	position: relative;
}
.some_facts span:before {
	content: '';
	width: 32px;
	height:5px;
	background: #f6ba18;
	position: absolute;
	top: 0;
    left: 43px;
}

/*============ Our Advisor ========*/
.our_advisor {
	padding-top: 57px;
	background: #fafbfc;
	padding-bottom: 87px;
}
.our_advisor h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	color: #323232;
	position: relative;
	padding-left:12px;
}
.our_advisor h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	top: 42px;
    left: 14px;
}
.our_advisor .advisor_profile {
	margin-top: 57px;
}
.our_advisor .advisor_profile a {
	display: block;
	background: #282f39;
	text-align: center;
	line-height: 13px;
}
.our_advisor .advisor_profile a p:first-child {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #1aacbe;
	border-top: 2px solid #f6ba18;
	padding-top: 18px;
}
.our_advisor .advisor_profile a p:last-child {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	color:#fff;
	padding-bottom: 18px;
}
.our_advisor .advisor_profile .profile {
	position: relative;
	overflow: hidden;
}
.our_advisor .advisor_profile .caption-text a {
	display: block;
	background: #f6ba18;
	text-align: center;
	line-height: 13px;
	width: 270px;
	bottom: -346px;
	position: absolute;	
}
.our_advisor .advisor_profile .caption-text a p:first-child {
	border-top: 2px solid #282f39;
	color: #242424;
}
.our_advisor .advisor_profile .caption-text a p:last-child {
	color:#4a4a4a;
	padding-bottom: 8px;
}
/*----- ------*/
.caption-style-2 .profile:hover .caption{
	opacity: 1;
	transform: translateY(-100px);
	-webkit-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);

}
.caption-style-2 .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	bottom:256px;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;

}
.caption-style-2 .blur{
	background-color: rgba(40,47,57,0.6);
	height: 272px;
	width: 270px;
	z-index: 5;
	position: absolute;
	text-align: center;
}
.caption-style-2 .blur:before {
	content: '';
	position: absolute;
	border: 1px solid #A2A5AA;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
}
.caption-style-2 .blur ul {
	font-size: 0;
	margin-left: -4px;
	margin-right: -4px;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.caption-style-2 .blur ul li {
	display: inline-block;
}
.caption-style-2 .blur ul li:hover a {
	background: #efaa20;
	border-color: #efaa20;
	color: #282F39;
}
.caption-style-2 .blur ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 28px;
	margin: 0 4px;
	transition: all .3s ease;
}
/*---------- our advisor /about us*---------/
.our_advisor_about {
	background: #f7f8fa;
}

/*============ Latest News ===========*/
.latest_news_sec {
	background: url(../../images/ln-bg.jpg) no-repeat top;
}
.latest_news_sec h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.925em;
	letter-spacing:-0.03em;
	color: #666;
	position: relative;
	margin-top: 97px;
    margin-left: 8px;
}
.latest_news_sec h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	top: 40px;
    left: -2px;
}
.latest_news_sec .news_highlight {
	margin-top:52px;
}
.latest_news_sec .news {
	padding:0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}
.latest_news_sec .news .news_img_holder {
	position: relative;
	transition: all .3s ease;
}
.latest_news_sec .news:hover .news_img_holder {
	margin-top: -20px;
}
.latest_news_sec .news_opacity {
	background: rgba(40,47,57,0.7);
	position: absolute;
	height:100%;
	width:100%;
	bottom:0;
	left:0;
	right:0;
	top:0;
}
.news_img_holder:hover .news_opacity {
	background: rgba(40,47,57,0);
}
.latest_news_sec .news_details span{
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 1em;
	color: #f6ba18;
}
.latest_news_sec .news_details h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 1.40em;
	line-height:50%;
	letter-spacing:-0.04em;
	color:#fff;
}
.latest_news_sec .news_details a {color:#FFF;}
.latest_news_sec .news_details a:hover {text-decoration:underline;}
.latest_news_sec  .news_details p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 0.775em;
	color:#fff;
	line-height: 15px
}
.latest_news_sec .news_details {
	position: absolute;
	bottom: 0;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.latest_news_sec .news_details:before {
	content: '';
	width:2px;
	height:61px;
	background: #016d36;
	position: absolute;
	left: 18px;
    bottom: 27px;
}

.news:hover {
	/*margin-top:-20px;*/
}
.news:hover .news_details {
	background: #016d36;
	border-top:solid 5px #efaa20;
}
.news:hover .news_details span {
	color: #002d16;
	text-shadow:0 1px 0 rgba(255,255,255,.1);
}
.news:hover .news_details:before {
	background: #fff;
}

/*=========== Our Partners ===========*/
.partner_touch_sec {
	background: url(../../images/get-bg.jpg) no-repeat center;
	padding-top:75px;
	padding-bottom:100px;
}
.our_partner h2,
.get_touch h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
}
.get_touch h2:before,
.our_partner h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	top: 40px;
    left: -2px;
}
.our_partner p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#898989;
	line-height: 25px;
	padding-top:45px;
}
.our_partner ul {
	padding:0;
	margin-top: 39px;
}
.our_partner ul li {
	display: inline-block;
	padding-left: 15px;
}
.get_touch form {
	border:8px solid #f7f7f9;
	background: #fff;
	padding:30px;
	margin-top:62px;
}
.get_touch form input,
.get_touch form button.btn {
	height:46px;
	border: 1px solid #eaeaea;
	border-radius: 0px;
	background: #fff;
	color: #6c6c6c;
}
.get_touch form button.btn i {
	float:right;
	margin-top:5px;
}
.get_touch form button.btn {
	width:494px;
	text-align: left;
	outline: none !important;
}
.get_touch form ul li {
	font-size:1em;
	color:#9a9a9a;
	padding:6px 10px;
	margin:3px auto;
	cursor:pointer;
}
.get_touch form button.dropdown-toggle {
	background-color: #fff !important;
	color: #9a9a9a !important;
	box-shadow: none !important;
	border: 1px solid #eaeaea !important;
	border-radius: 0px;
}
.get_touch form ul {
	width:100%;
	border-radius: 0px;
	box-shadow: none !important;
}
.get_touch form input:not(.name),
.get_touch form button.btn {
	margin-top:20px;
}
.get_touch form button.submit {
	background: #12a0b1;
    color: #fff;
    margin-top: 30px;
}
.get_touch form button.submit i {
	border-left: 1px solid #42B8C9;
}
.get_touch form button.submit i:after {
	background: #0A8491;
}
.get_touch form button.submit {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding: 9px 0;
	display: inline-block;
	position: relative;
	line-height: 30px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	border: none;
	outline: none;
	letter-spacing: .03em;
	transition: all .3s ease;
}
.get_touch form button.submit i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    font-size: 16px;
    line-height: 28px;
    transition: all .3s ease;
}
.get_touch form button.submit i:after {
	content: '';
	width:1px;
	height:100%;
	position: absolute;
	left: -2px;
	top: 0;
	transition: all .3s ease;
}
.get_touch form button.submit:hover i {
	color: #282f39;
	border-color: #282f39;
}
.get_touch form button.submit:hover i:after {
	background: transparent;
}
.get_touch form button.submit:hover {
	background: #efaa20;
	color: #282f39;
}
/*==========Free consultation========*/
.consultation {
	background: #efaa20;
	padding:25px 0;
}
.consultation p {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size:1.75em;
	color: #966503;
	text-shadow:0 1px 0 rgba(255,255,255,.2);
	letter-spacing:-0.03em;
	display: inline-block;
	margin: 0;
	line-height: 30px;
	padding-right: 50px;
	position: relative;
	top: 5px;
}

.consultation a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #966503;
	text-shadow:0 1px 0 rgba(255,255,255,.2);
	display: inline-block;
	background: #f6ba18;
	position: relative;
	line-height: 40px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.consultation a i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
.consultation a i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d7a41b;
	position: absolute;
	left: -2px;
	top: 0;
}
.consultation a:hover,
.consultation a:focus,
.consultation a:active {
	background: #212832;
}

.consultation a:hover i,
.consultation a:focus i,
.consultation a:active i {
	border-color: transparent;
}
.consultation a:hover,
.consultation a:focus,
.consultation a:active,
.consultation a:hover i,
.consultation a:focus i,
.consultation a:active i {
	color: #fff;

}
/*========= Footer =========*/
footer {
	font-family: 'Open Sans', sans-serif;
}
footer .top_footer {
	background: #006d35;
	padding: 25px 0 25px 0;
}
footer .top_footer h5 {
	font-style: italic;
	font-weight: 600;
	font-size: 1.125em;
	color:#fff;
	position: relative;
}
footer .top_footer h5:before {
	content: '';
	width:45px;
	height:2px;
	background: #efaa20;
	position: absolute;
	bottom: -13px;
}
footer .top_footer .part1 {
	padding-top: 12px;
}
footer .top_footer .part3 {
	padding-left: 39px;
}
footer .top_footer .part4 {
	padding-left:83px;
}
footer .top_footer .part1 p:nth-child(2) {
	font-size: 0.875em;
	color: #FFF;
	line-height: 25px;
	padding-top: 16px;
	letter-spacing:-0.03em;
}
footer .top_footer .part1 p:nth-child(3) {
	font-weight: 600;
	font-size: 1.25em;
	color: #efaa20;
	letter-spacing:-0.04em;
}
footer .top_footer .part1 p:nth-child(4) {
	font-style: italic;
	font-size: 0.875em;
	color: #FFF;
	padding-left: 27px;
    line-height: 4px;
}
.footer_sosyal li {
	display: inline-block;
	margin:8px 0 15px 0;
}
.footer_sosyal li a i {
	color: #FFF;
	margin-top: 8px;
    margin-left: 8px;
}
.footer_sosyal li a {
	display: block;
	width:32px;
	height:32px;
	border: 1px solid #FFF;
	border-radius: 50%;
	margin-left: 3px;
}
.footer_sosyal li a:hover{
	border:1px solid #12a0b1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer_sosyal li a:hover {
	background: #F6BB19;
	border-color: #F6BB19;
}
.footer_sosyal li a:hover i {
	color:#171B20;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .top_footer .part2 ul.p0 li a {
	font-size: 0.875em;
	color: #FFF;
	padding: 8px;
    display: block;
	letter-spacing:-0.03em;
    transition: all .3s ease;
}
footer .top_footer .part2 ul.p0 li {border-top:dashed 1px #028541; border-bottom:dashed 1px #014b25;}
footer .top_footer .part2 ul.p0 li:first-child {border-top:none;}
footer .top_footer .part2 ul.p0 li:last-child {border-bottom:none;}
footer .top_footer .part2 ul.p0 li:hover a {
	color: #efaa20;
}

footer .top_footer .part2 ul {
	padding-top:20px;
}
footer .top_footer .part3 a {
	color: #12a0b1;
}
footer .top_footer .part3 p {
	font-size: 0.875em;
	color: #797a7c;
	padding-top: 31px;
}
footer .top_footer .part3 span {
	font-weight: 600;
	color: #797a7c;
	font-size: 0.75em;
	margin-top: -9px;
    display: block;
}
footer .top_footer .part4 img {
	float:left;
	margin: 0px 2.5px 5px;
}
footer .top_footer .part4 .gallery {
	margin-top:43px;	
	margin-left: -5px;
	margin-right: -5px;
}
/*--- Bottom footer---*/
footer .bottom_footer {
	background: #1c222a;
}
footer .bottom_footer p {
	margin: 0;
	font-size: 0.70em;
	color: #576372;
	padding:15px 0;
}
.mavi_kedi a {color:#efaa20;}
.mavi_kedi a:hover {text-decoration:underline;}

/*============ Value of our company ======*/
.company_value_sec {
	background: url(../../images/about/bg.jpg)no-repeat center;
	height:384px;
	padding-top: 80px;
}
.company_value_heading h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 25px;
	color: #fff;
	position: relative;
	text-align: right;
	line-height: 32px;
	margin: 0;
	padding: 0;
}
.company_value_heading p{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #fff;
    padding-top: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.company_value_heading .title-box,
.company_value_heading .text-box {
	display: table-cell;
	vertical-align: middle;
}
.company_value_heading .text-box {
	padding-left: 30px;	
	border-left: 4px solid #129FB1;
}
.company_value_heading .title-box {
	padding-right: 30px;
	width: 225px;
}
.value_fact p {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	color: #fff;
	padding-left: 27px;
    padding-top: 78px;
    padding-right: 51px;
    position: relative;
}
.value_fact p:not(.case):before {
	content: '';
	width:1px;
	height:81px;
	background: #696b6d;
	position: absolute;
	top:38px;
	right:1px;
}
.value_fact span {
	font-family: 'PT Serif', serif;
	font-weight: 700;
	font-size: 4.06em;
	color: #fff;
	padding-left: 40px;
	position: relative;
}
.value_fact span:before {
	content: '';
	width: 32px;
	height:5px;
	background: #f6ba18;
	position: absolute;
	top: 0;
    left: 43px;
}
/*============ History ==========*/
.history_sec {
	margin-top: 80px;
	padding-bottom: 87px;
}
.history_sec .left-side {
    padding-right: 40px;
}
.history_sec .right_side {
    padding-top: 24px;
}
.history_sec h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color:#323232;
}
.history_sec h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	top: 56px;
    left: 15px;
}
.history_sec p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8e8d8d;
	line-height: 25px;
	padding-top: 23px;
}
.history_sec h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color:#242424;
	padding-top: 27px;
}
.history_sec .right_side p {
	padding-top: 8px;
}
.history_sec ul {
	padding:0;
	margin-top:43px;
}
.history_sec ul li a {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 1.06em;
	color: #12a0b1;
}
.history_sec ul li {
	margin-top: 15px;
}

/*======= Service =======*/
.service_facts {
	margin-top:100px;
	padding-bottom: 87px;
}
.service_facts img {
	padding:8px;
	border:1px solid #e8e8e8;
}
.service_facts h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #323232;
	position:relative;
	line-height: 54px;
    padding-left: 4px;
}
.service_facts h3:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:3px;
}
.service_facts p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
	padding: 11px 0 0 4px;
}
.service_facts .row-two,
.service_facts .row-three {
	margin-top:70px;
}
/*================== Service2 ============*/
.side_tab {
	background:#f9f9f9;
	overflow: hidden;
}
.side_tab .left_side_bar {
	padding-left:17px;
	padding-top:50px;
	padding-bottom:50px;
	margin-right: -8px;
}
.side_tab .white_bg {
	
	position: relative;
	z-index: 99;
	padding-top:50px;
	padding-bottom:50px;
	padding-left: 24px;
	min-height:500px;
	height:auto;

}
.side_tab .white_bg:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:2px;
	left:0;
	z-index: -1;
}
.side_tab .right_side .tab-pane img {
	display: inline-block;
}
.side_tab .right_side .tab-pane img:nth-child(2) {
	padding-left:16px;
}
.side_tab .right_info {
	padding-left:39px;
}
.side_tab .tabs-left li {
	margin:0;
	padding:3px 0;
	border-bottom:dashed 1px #CCC;
}
.side_tab .tabs-left li:last-child {border-bottom:none;}
.side_tab .tabs-left h2 {letter-spacing:-0.08em; font-size:1.30em; color:#666;}
.side_tab .tabs-left h2:after {
	content: '';
	width:60px;
	height:3px;
	background: #f6ba18;
	display:block;
	margin-top:5px;
}
.side_tab .tabs-left li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.80em;
	letter-spacing:-0.03em;
	color: #999;
	border-radius: 0px;
	border:none;
	position: relative;
	width: 100%;
    line-height: 20px;
    padding: 10px 20px 10px 30px;
}
.side_tab .tabs-left li a i {
	font-size: 1.3em;
	top:11px;
	left:14px;
	position:absolute;
}
/*
.side_tab .tabs-left li a:before {
	content: '';
	width: calc(96% - 3px);
	height:1px;
	background: #dedede;
	position: absolute;
	bottom:0;
	left:0;
}
.side_tab .tabs-left li:first-child a:after{
	content: '';
	width: calc(96% - 3px);
	height:1px;
	background: #dedede;
	position: absolute;
	top:0;
	left:0;
}
*/
.side_tab .tabs-left li a:hover,
.side_tab .tabs-left li a:focus,
.side_tab .tabs-left li.active a {
	background:#006d35 url(../../images/service/arrow-right.jpg) no-repeat right;
	color: #fff;
	border:none;
	cursor:pointer;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.side_tab .tabs-left {
	border-right:none;
	margin-top:-3px;
}
.side_tab .tab_details h2  {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position:relative;
	line-height: 54px;
	padding-top: 12px;
    letter-spacing: 1px;
}
.side_tab .tab_details h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:1px;
}
.side_tab .tab_details p,
.side_tab .advisor_side p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 26px;
    padding: 17px 0 0px 1px;
}
.side_tab .advisor_side {
	margin-top: 21px;
}

.side_tab .advisor_info:before {
	content: '';
	position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 2px solid #fff;
}
.side_tab .advisor_side h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.0em;
	color: #242424;
	position:relative;
	line-height: 54px;
	padding-top: 16px;
    letter-spacing: 1px;
}
.side_tab .advisor_side h3:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:-4px;
	left:0px;
}
.side_tab .advisor_side a:not(.advisor_info) {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1em;
	color: #12a0b1;
	border-bottom: 1px solid #dedede;
	line-height: 4;
	width: 84%;
}
.side_tab .advisor_side a:not(.advisor_info) i {
	color:#a0a0a0;
	font-size: 1.25em;
}

.side_tab .advisor_side a.advisor_info {
	position: relative;
	display: inline-block;
	margin-top: 35px
}
.side_tab .advisor_side a.advisor_info p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	position: absolute;
	bottom:0px;
	left:55px;
	background: rgba(0,0,0, 0.5);
	padding: 2px 30px;
}
.side_tab .advisor_side p {
	padding:13px 45px 0 0;
}
.side_tab .advisor_side h3:nth-child(4) {
	padding-top: 0;
    margin-top: 15px;
}
.side_tab .market_strategy h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #242424;
	margin:0;
}
.side_tab .market_strategy p,
.side_tab .bottom_tab p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#898989;
	line-height: 26px;
	padding-top: 9px;
}
.side_tab .market_strategy img {
	margin-top:38px;
}
.side_tab .market_strategy>div {
	margin-top:34px;
}
.side_tab .bottom_tab p {
	padding-top:2px !important;
}
.side_tab .market_strategy div:first-child {
	padding-left:24px;
}
.side_tab .market_strategy .market_title_holder {
	width:60%;
}
.side_tab .bottom_tab {
	margin-top: 74px;
    padding-left: 26px;
}
.side_tab .bottom_tab img {
	float:left;
	padding-right: 25px;
	padding-left: 10px;
}
.side_tab .bottom_tab ul li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.875em;
	border-top:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-radius: 0px;
	color:#242424;
	padding: 10px 37px;
	margin:0;
}
.side_tab .bottom_tab ul li:last-child a {
	border-right: 1px solid #e3e3e3;
}
.side_tab .bottom_tab ul li a:focus,
.side_tab .bottom_tab ul li.active a {
	color:#12a0b1;
	background: #fff;
	border-top: 2px solid #12a0b1;
	border-radius: 0px;
	background: url(../../images/service/arrow-down.png) no-repeat top;
	margin-top: -5px;
    padding-bottom: 14px;
}
.side_tab .bottom_tab .bottom_tab_info {
	padding-left: 17px;
    padding-top: 29px;
    padding-bottom: 22px;
    border-left:1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}
/*======== Portfolio =======*/

.latest_work .latest_work_title {
	text-align: center;
	margin-top:76px;
}
.latest_work .work_gallery,
.latest_work .work_gallery_five {
	text-align: center;
	/*background: #f4f4f4;
	padding-bottom: 86px;*/
}

.latest_work .work_gallery_three {
	background: #282f39;
	text-align: center;
	padding-bottom: 86px;
}
.latest_work .latest_work_title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position:relative;
	padding-bottom: 13px;
}

.latest_work .latest_work_title h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left: calc(50% - 18px);
}
.latest_work .latest_work_title p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#898989;
	line-height: 25px;
	padding:34px 0 64px 0;
}
.latest_work .work_gallery ul,
.latest_work .work_gallery_three ul,
.latest_work .work_gallery_five ul {
	text-align: center;
	padding-top:99px;
	padding-bottom: 10px;
}
.latest_work .work_gallery_three ul {
	margin-bottom: 20px;
}
.latest_work .work_gallery ul li,
.latest_work .work_gallery_three ul li,
 .latest_work .work_gallery_five ul li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color:#242424;
	border:1px solid transparent;
	line-height: 27px;
	padding:0 33px;
	margin-right:14px;
	cursor:pointer;
	margin-top:10px;
}
.latest_work .work_gallery_three ul li {
	color: #fff;
}
.latest_work .work_gallery ul li:hover,
.latest_work .work_gallery ul li:focus,
.latest_work .work_gallery ul li.active,
.latest_work .work_gallery_five ul li:hover,
.latest_work .work_gallery_five ul li:focus,
.latest_work .work_gallery_five ul li.active {
	background: #12a0b1;
	color: #fff;
	border:1px solid #12a0b1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.latest_work .work_gallery_three ul li:hover,
.latest_work .work_gallery_three ul li:focus,
.latest_work .work_gallery_three ul li.active {
	color: #12a0b1;
	border:1px solid #12a0b1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.latest_work .work_gallery .work_img {
	margin-top:30px;
}
.latest_work .work_gallery .work_img a,
.latest_work .work_gallery .work_img_two a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#2c2c2c;
	padding-top: 16px;
    padding-bottom: 24px;
	background: #fafafa;
	border-bottom: 1px solid #d7d7d7;
}
.latest_work .work_gallery .work_img_two > a {
	margin-top: -5px;
}
.latest_work .work_gallery .work_img a span,
.latest_work .work_gallery .work_img_two a span {
	text-transform: lowercase;
	color:#747474;
}
#mixitup_list .mix {
	display: none;
}
.latest_work .work_gallery .work_img_two {
	float:left;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}
.latest_work .work_gallery_five .work_img_five{
	float:left;
	padding:10px;
}
.latest_work .work_gallery .portfolio_four .work_img_four {
	padding:7px;
}
.latest_work .work_gallery .portfolio_four,
 .latest_work .work_gallery_five .portfolio_five {
	padding-top:23px;
}
.latest_work_three .protfolio_img .work_img_two {
	padding:0px;
	margin-bottom: -4px;
}
.latest_work .work_gallery .work_menu {
	padding-bottom:30px;
}
.latest_work_two .row {
	padding-left:15px;
}
.mask_holder {
	position: relative;
}
.gallery_mask_hover {
	position: absolute;
	background: rgba(18,160,177,0.7);
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
     -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}
.gallery_mask_hover a {
	display: table !important;
    width: 100%;
    height: 100%;
    background: none !important;
}
.gallery_mask_hover a span {
	display: table-cell;
    vertical-align: middle;
    color:#fff !important;
}
.mask_holder:hover .gallery_mask_hover {
	-webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*================ Client Slider ==============*/
.client_slider {
	background: url(../../images/testimonial/bg.jpg) no-repeat center;
	height: 331px;
	margin-top: 109px;
}
.client_slider .section_opacity {
	background: rgba(38,42,49, 0.4);
	height:100%;
}
.client_slider .section_opacity .row {
	padding-top: 83px;
    padding-left: 17px;
}
.client_slider .section_opacity .client_img {
	text-align: center;
}
.client_slider .section_opacity .client_img img {
	border-radius: 50%
}
.client_slider .section_opacity .client_img ul li {
	display: inline-block;
	margin-top: 23px;
}
.client_slider .section_opacity .client_img ul {
	margin-left: 10px;
}
.client_slider .section_opacity .client_img ul li a {
	display:block;
	background: url(../../images/testimonial/star-yellow.png) no-repeat;
	width:21px;
	height:21px;
	margin-left: -3px;
}
.client_slider .section_opacity .client_speach p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 1em;
	color:#fff;
	padding-left: 6px;
}
.client_slider .section_opacity .client_speach>span {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 0.875em;
	color:#c7c7c7;
	text-align: right;
	display: block;
	margin-top: 35px;
}
.client_slider .section_opacity .client_speach>p>i {
	font-size:2.8em;
	color: #12a0b1;
	margin-right: 23px;
}
/*============== Our company growth ==========*/
.company_growth_sec .growth_title,
.our_advisor_inner_sec .advisor_inner_title {
	text-align: center;
}
.company_growth_sec .growth_title h2,
.our_advisor_inner_sec .advisor_inner_title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position:relative;
	display: inline-block;
	padding-bottom: 12px;
    margin-bottom: 40px;
    margin-top:97px;
}
.company_growth_sec .growth_title h2:before,
.our_advisor_inner_sec .advisor_inner_title h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:40%;
}
.company_growth_sec .growth_title p,
.company_growth_sec .container-fluid .brand_name p,
.our_advisor_inner_sec .advisor_inner_title p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#898989;
	line-height: 27px;
}
.company_growth_sec .container-fluid .brand_name p {
	padding-right:26px;
}
.company_growth_sec .container-fluid,
.our_advisor_inner_sec .container-fluid{
	background: #f5f5f5;
	margin-top: 65px;
	padding-bottom:100px;
}
.company_growth_sec .container-fluid .brand_name {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-top:30px;
}
.company_growth_sec .container-fluid .brand_name h3 a{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 0.82em;
	color: #242424;
	display: block;
	margin-top:47px;
}
.company_growth_sec .container-fluid .container {
	padding-top:71px;
}
.company_growth_sec .container-fluid .brand_name img {
	padding: 20px;
}

/*===== Our advisor inner section ============*/
.our_advisor_inner_sec .container-fluid .container {
	padding-top:97px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg {
	background: #fff;
    padding:27px 0 20px 28px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text {
	background: #f6ba18;
    padding:27px 0 20px 28px;
}
.our_advisor_inner_sec .advisor_profile h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
	margin:0px;
}
.our_advisor_inner_sec .advisor_profile span {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	color:#242424;
}
.our_advisor_inner_sec .advisor_profile p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 23px;
    padding-top: 12px;
    margin-bottom: 20px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text p {
	color: #242424;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul {
	padding:0;
	margin-left:-10px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul li,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li {
	display: inline-block;
	margin-left:4px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul li a {
	display: block;
	width:30px;
	height:30px;
	border:1px solid #12a0b1;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a {
	display: block;
	width:30px;
	height:30px;
	background: transparent;
	border:1px solid #fff;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a i {
	color:#fff;
	margin: 0;
	font-size: 12px;
	line-height: 28px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption_bg ul li a i {
	color:#12a0b1;
	margin: 0;
	font-size: 12px;
	line-height: 28px;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:hover,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:focus {
	border: 1px solid #12a0b1;;
}
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:hover i,
.our_advisor_inner_sec .advisor_profile .profile .caption-text ul li a:focus i {
	color:#12a0b1;;
}
.our_advisor_inner_sec .advisor_profile_bottom {
	margin-top:30px;
}
/*----*/

.caption-style-3 .profile:hover .caption{
		transform: scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		-ms-transform:scale(1,1);
		-o-transform:scale(1,1);
	}
	.caption-style-3 .caption{
		width:270px;
		position: absolute;
		transform: scale(1,0);
		-webkit-transform:scale(1,0);
		-moz-transform:scale(1,0);
		-ms-transform:scale(1,0);
		-o-transform:scale(1,0);
		top:0px;
		-webkit-transition:all 0.2s ease-in-out;
		-moz-transition:all 0.2s ease-in-out;
		-o-transition:all 0.2s ease-in-out;
		-ms-transition:all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
	}
	.caption-style-3 .blur{
		background-color: rgba(40,47,57,0.6);
		height: 272px;
		width: 270px;
		z-index: 5;
		padding-top:8px;
	}
	.caption-style-3 .blur .border {
		width:94%;
		height:97%;
		border:1px solid #fff;
		margin:auto;
	}
/*============ Faqs ==========*/
.faqs_sec {
	background: #f9f9f9;
	overflow: hidden;
}
.faqs_sec .row .left_side {
	padding-right:66px;
	padding-bottom: 91px;
	padding-top: 87px;
}
.faqs_sec .left_side h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	position: relative;
	padding-bottom:19px;
}
.faqs_sec .left_side h4:before {
	content: '';
	width:35px;
	height:2px;
	background: #f6ba18;
	position: absolute;
	bottom:-1px;
}
.faqs_sec .left_side form {
	background: #fff;
	border: 1px solid #e9e9e9;
	width:320px;
	height:48px;
	margin-top:32px;
}
.faqs_sec .left_side input {
	border:none;
	background: transparent;
	height:100%;
	width:calc(100% - 46px);
	color:#474747;
	outline: none;
	padding-left:20px;
	font-size: 1em;
	margin-left: -5px;
}
.faqs_sec .left_side button {
	background: #12a0b1;
	width:46px;
	height:46px;
	color:#fff;
	text-align: center;
	border:none;
	position: relative;
	left: 1px;
	transition: all .3s ease;
}
.faqs_sec .left_side button:hover {
	background: #F6BB19;
	color: #171B20;
}
.faqs_sec .left_side ul.category_item {
	margin-top: 15px;
    margin-bottom: 27px;
}
.faqs_sec .left_side p,
.faqs_sec .left_side .category_item li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
}
.faqs_sec .left_side .category_item li a {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	line-height: 41px;
	margin-bottom: 3px;
    margin-top: 0px;
}
.faqs_sec .left_side .category_item li:last-child a {
	border:none;
}
.faqs_sec .left_side .category_item li a:hover,
.faqs_sec .left_side .category_item li a:focus {
	color: #ffae00;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faqs_sec .left_side ul.post_item {
	margin-top: 27px;
	margin-bottom: 28px;
}
.faqs_sec .left_side .post_item li {
	font-size: 0.8125em;
	color: #999999;
	margin-bottom: 14px;
}
.faqs_sec .left_side .post_item li a {
	display: block;
	font-size: 1.07em;
	color: #12a0b1;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 17px;
    margin-top: 12px;
}
.faqs_sec .left_side .post_item li:last-child a {
	border:none;
}
.faqs_sec .left_side h5 a{
	font-weight: 600;
	font-size: 1em;
	color: #242424;
}
.faqs_sec .left_side ul.clouds {
	margin-top:16px;
}
.faqs_sec .left_side .clouds li {
	display: inline-block;
	margin-right: 3px;
    margin-top: 12px;
}
.faqs_sec .left_side .clouds li a {
	font-size: 0.8125em;
	color: #a3a3a3;
	display: block;
	border: 1px solid #e2e2e2;
	padding: 10px 22px
}
.faqs_sec .left_side .clouds li a:hover,
.faqs_sec .left_side .clouds li a:focus {
	background: #272e37;
	color:#b3b3b3;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faqs_sec .left_side h4:nth-child(3),
.faqs_sec .left_side h4:nth-child(5),
.faqs_sec .left_side h4:nth-child(13){
	margin-top:45px;
}
.faqs_sec .left_side h4:nth-child(7) {
	margin-top:13px;
}
.faqs_sec .left_side p:nth-child(4) {
	padding-top:14px;
}

.faqs_sec .left_side .img_holder {
	position: relative;
	display: inline-block;
}
.faqs_sec .left_side .img_holder:before {
	content: '';
	position: absolute;
	top:8px;
	bottom:8px;
	left:8px;
	right:8px;
	border:2px solid #fff;
	z-index: 99;
}
.faqs_sec .left_side .img_holder {
	margin-top:26px;
	margin-bottom:18px;
}
.faqs_sec .right_side {
	background: #fff;
	padding-left:36px;
	position: relative;
	z-index: 99;
	padding-top:76px;
	padding-bottom: 345px;
}
.faqs_sec .right_side:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
}
.tab_option_right {
	padding-bottom:40px;
}
.faqs_sec .right_side h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	padding-bottom:11px;
}
.faqs_sec .right_side h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
}
.faqs_sec .right_side p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
}
.faqs_sec .right_side h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1.625em;
	color: #000000;
}
.faqs_sec .right_side p:nth-child(2) {
	padding-top:15px;
}
.faqs_sec .right_side form {
	height:87px;
	background: #f9f9f9;
	border:1px solid #e9e9e9;
	margin-top:48px;
}
.faqs_sec .right_side form input {
	height:45px;
	background: #fff;
	border:1px solid #e9e9e9;
	outline: none;
	width: 80%;
	margin-top: 20px;
    margin-left: 30px;
    padding-left: 24px;
    padding-right:55px;
}
.faqs_sec .right_side form button {
	background: #1cbac8;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #fff;
	height:45px;
	border:none;
	margin-left: -40px;
    width: 17%;
    transition: all .3s ease;
}
.faqs_sec .right_side form button:hover {
	background: #171B20;
}
.faqs_sec .right_side .tab_option .panel-default,
.career_details .right_side .tab_option .panel-default {
	border:none;
}
.faqs_sec .right_side .tab_option .panel-heading,
.career_details .right_side .tab_option .panel-heading {
	margin-top:20px;
	background: #fff;
	border:1px solid #e9e9e9;
	border-radius: 0px;
	padding:0;
}
.faqs_sec .right_side .tab_option .panel-title a,
.career_details .right_side .tab_option .panel-title a {
	font-size: 0.875em;
	color: #8e8d8d;
	display: block;
	position: relative;
	padding: 15px 19px;
}
.career_details .right_side .tab_option .panel-title a {
	color:#242424;
	font-weight: 600;
}
.faqs_sec .right_side .tab_option .panel-title a img.active,
.career_details .right_side .tab_option .panel-title a img.active  {
	position: absolute;
	right:10px;
	right: 18px;
    bottom: 9px;
}
.faqs_sec .right_side .tab_option .panel-title a img.hover,
.career_details .right_side .tab_option .panel-title a img.hover {
	position: absolute;
	right:10px;
	right: 18px;
    bottom: 9px;
    display: none;
}
.faqs_sec .right_side .tab_option .panel-title a:focus,
.faqs_sec .right_side .tab_option .panel-title a.active,
.career_details .right_side .tab_option .panel-title a:focus,
.career_details .right_side .tab_option .panel-title a.active {
	background: #1cbac8;
	color: #fff;
}
.faqs_sec .right_side .tab_option .panel-title a:focus img.hover,
.career_details .right_side .tab_option .panel-title a:focus img.hover {
	display: block;
}
.faqs_sec .right_side .tab_option .panel-title a:focus img.active,
.career_details .right_side .tab_option .panel-title a:focus img.active {
	display: none;
}
.faqs_sec .right_side .tab_option .panel-body img {
	float:left;
	padding-right:26px;
}
.faqs_sec .right_side .tab_option .panel-body,
.career_details .right_side .tab_option .panel-body {
	border: 1px solid  #e9e9e9;
	border-top:none;
	padding-top: 21px;
    padding-left: 30px;
}
.faqs_sec .right_side .tab_option {
	margin-top:49px;
}

/*============= Career Details =============*/
.career_details {
	background:#f9f9f9;
	position: relative;
	overflow: hidden;
}
.career_details .left_side {
	padding-top:101px;
}
.career_details .left_side h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #fff;
	background: #242424;
    text-align: left;
    margin:0 50px 0 0;
    line-height: 62px;
    position: relative;
    z-index: 99;
}
.career_details .left_side h2:before {
	content: '';
	width:2000px;
	height: 100%;
	background:#242424;
	position: absolute;
	right:0;
	z-index: -1;
}
.career_details .left_side h4 {
	font-weight: 700;
	font-size: 1.125em;
	color:#000;
	margin-top: 45px;
}
.career_details p {
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
	padding-top: 5px;
    padding-bottom: 13px;
}
.career_details .left_side a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #282f39;
	display: inline-block;
	background: #f6ba18;
	position: relative;
	line-height: 40px;
	padding-left:35px;
	border-radius: 3px;
	margin-bottom: 27px;
	padding-right: 9px;
	font-size: 14px;
	transition: all .3s ease;
}
.career_details .left_side a:hover {
	background: #006d35;
	color: #fff;
}
.career_details .left_side a:hover i {
	border-color: transparent;
}
.career_details .left_side a:hover i:after {
	background: #fff;
}
.career_details .left_side a i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 30px;
    font-size: 14px;
    line-height: 28px;
}
.career_details .left_side a i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d7a41b;
	position: absolute;
	left: -2px;
	top: 0;
}
.career_details .right_side {
	padding-left:34px;
	background: #fff;
	position: relative;
	z-index: 99;
	padding-bottom: 53px;
	padding-top: 76px;
}
.career_details .right_side:after {
  content: '';
  width: 2000px;
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.career_details .right_side:after {
  left: -15px;
}
.career_details .right_side:after {
  right: -15px;
}
.career_details .right_side h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	padding-bottom:24px;
	position: relative;
}
.career_details .right_side h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
}
.career_details .right_side p:nth-child(2) {
	padding-top: 13px;
}
.career_details .right_side h2:nth-child(4) {
	margin-top: 62px;
    margin-bottom: 31px;
}
.career_details .right_side ul li input {
	color: #242424;
}
.career_details .right_side ul li a {
	display: inline-block;
	font-size: 0.875em;
	color:#1cbac8;
	margin-left: 13px;
}
.career_details .right_side ul {
	margin-top:32px;
}
.career_details .right_side ul li {
	margin-top: 12px;
	font-size: 14px;
	color: #1ABBC5;
}
.career_details .right_side ul li i {
	font-size: 16px;
	color: #242424;
	margin-right: 10px;
	vertical-align: bottom;
}
.career_details .right_side .tab_option h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1.625em;
	color: #000;
}
.career_details .right_side .tab_option .panel-body p:nth-child(2) {
	padding-top:1px;
}
.career_details .right_side .tab_option .panel-body ul {
	margin-top:-7px;
}
.career_details .right_side .tab_option .panel-body {
	padding-bottom:25px;
}
/*=========== Single Advisor===========*/

.advisor_name.container {
	padding-top: 86px;
}
.advisor_name .advisor_img img:first-child {
	width:265px;
	height:265px;
	border:1px solid #eeeeee;
	border-radius: 50%;
	padding:5px;
	margin-top: 13px;
    margin-bottom: 46px;
}
.advisor_name .advisor_img img:last-child {
	margin-left:33px;
}
.advisor_name .advisor_contact_info {
	padding-left:54px;
}
.advisor_name .advisor_contact_info h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #323232;
	padding-bottom:13px;
	position: relative;
}
.advisor_name .advisor_contact_info h4:first-child:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
}
.advisor_name .advisor_contact_info h4:nth-child(4) {
	margin-top: 39px;
    margin-bottom: -8px;
}
.advisor_name .advisor_contact_info p,
.advisor_name .advisor_contact_info ul:nth-child(5) li a{
	font-size: 0.875em;
	color: #808080;
	line-height: 25px;
}
.advisor_name .advisor_contact_info p {
	padding:15px 0;
}
.advisor_name .advisor_contact_info ul:nth-child(3) li {
	display: inline-block;
}
.advisor_name .advisor_contact_info ul:nth-child(3) li a,
.advisor_name .advisor_contact_info ul:nth-child(3) li {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 1.5em;
	color: #595959;
}
.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child {
	font-size: 0.8em;
    margin-left: 4px;
    letter-spacing: 0.9px;
}
.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child:hover,
.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child:focus,
.advisor_name .advisor_contact_info ul:nth-child(3) li a:last-child:active {
	text-decoration: underline;
}
.advisor_name .advisor_contact_info ul:nth-child(3) li i {
	color: #12a0b1;
	width:43px;
	height:43px;
	border:1px solid #eeeeee;
	border-radius: 50%;
	text-align: center;
	padding:7px;
	margin-right: 9px;
}
.advisor_name .advisor_contact_info ul:nth-child(3) li:first-child {
	letter-spacing: 0.8px
}
.advisor_name .advisor_contact_info ul:nth-child(3) li:last-child {
	margin-left:36px;
}
.advisor_name .advisor_contact_info ul:nth-child(5) li {
	margin-top: 6px
}
.advisor_name .advisor_contact_info ul:nth-child(5) li i {
	margin-right: 11px;
}
/*=============Professional Experiences========*/
 .experiences_sec {
	background: #f2f2f2;
	margin-top: 97px;
    padding-top: 95px;
    padding-bottom: 89px;
}
 .experiences_sec h2,
.education_sec h2,
.leave_comment_sec h2,
.my_skills_sec h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	padding-bottom:13px;
	position: relative;
	margin:0;
}
 .experiences_sec h2:before,
.education_sec h2:before,
.leave_comment_sec h2:before,
.my_skills_sec h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
}
 .experiences_sec p {
	font-size: 0.875em;
	color: #777777;
	line-height: 25px;
}
 .experiences_sec p span {
	font-weight: 600;
	font-style: italic;
	font-size: 1.125em;
	color: #242424;
	display: block;
    margin-top: 7px;
    letter-spacing: 1.6px;
}
 .experiences_sec>div>div>div:last-child {
	padding-left:53px;
}

/* ====== Education ========*/
.education_sec {
	margin-top:96px;
	padding-bottom: 58px;
}
.education_sec span {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 2.18em;
	color: #12a0b1;
	display: block;
	padding-left:30px;
	margin-top: -10px;
    margin-bottom: 75px;
    letter-spacing: 1px;
}
.education_sec h3 {
	font-weight: 700;
	font-size: 1em;
	color: #000;
	margin:0;
}
.education_sec p {
	font-size: 0.875em;
	color:#777777;
	line-height: 25px;
	padding-top: 8px;
}
.education_sec .education_category {
	padding-left: 45px;
	margin-bottom: 39px;
}
/*=========== Leave comment =========*/
.leave_comment_sec {
	padding-bottom:100px;
	margin-top: 97px;
}
.leave_comment_sec form {
	padding-left: 38px;
    margin-top: 4px;
}
.leave_comment_sec form input,
.leave_comment_sec form textarea {
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	color: #959595;
	padding-left: 24px;
}
.leave_comment_sec form input {
	height:50px;
	margin-bottom:20px;
}
.leave_comment_sec form textarea {
	resize:none;
	max-height: 189px;
	padding-top: 15px;
    padding-left: 28px;
}

.leave_comment_sec form button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #282f39;
	display: inline-block;
	background: #f6ba18;
	position: relative;
	line-height: 40px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	border: none;
	outline: none;
	border-radius: 3px;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.leave_comment_sec form button i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
.leave_comment_sec form button i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d7a41b;
	position: absolute;
	left: -2px;
	top: 0;
}
.leave_comment_sec form button:hover,
.leave_comment_sec form button:focus,
.leave_comment_sec form button:active {
	background: #212832;
}

.leave_comment_sec form button:hover i,
.leave_comment_sec form button:focus i,
.leave_comment_sec form button:active i {
	border-color: transparent;
}
.leave_comment_sec form button:hover,
.leave_comment_sec form button:focus,
.leave_comment_sec form button:active,
.leave_comment_sec form button:hover i,
.leave_comment_sec form button:focus i,
.leave_comment_sec form button:active i {
	color: #fff;

}


/*========== My Skills ========== */
.my_skills_sec {
	background: #f2f2f2;
	padding-top:93px;
	padding-bottom: 84px;
}
.my_skills_sec h4 {
	font-weight: 600;
	font-size: 0.8125em;
	color:#474747;
	margin-top:0;
}
.my_skills_sec .progress_item {
	padding-left: 54px;
    padding-right: 176px;
}
.my_skills_sec .progress_item .progress-bar {
	height:11px;
	background: #12a0b1;
	box-shadow: none;
	border-radius: 6px;
	position: relative;
}
.my_skills_sec .progress_item .progress {
	height:11px;
	background: #d4d4d4;
	border-radius: 6px;
	box-shadow: none;
	overflow: visible;
	margin-top: 17px;
    margin-bottom: 28px;
}
.my_skills_sec .progress_item .progress-bar .value-holder {
	display: block;
	background: #fff;
	color:#000;
	width:33px;
	height:33px;
	border:2px solid #12a0b1;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top:-10px;
	right:0;
	padding-top: 5px;
}
/*========== Our Affordable Pricing ==========*/

.affordable_pricing {
	text-align: center;
	margin-top: 74px;
	padding-bottom: 86px;
}
.affordable_pricing h2,
.pricing_who_we h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	display: inline-block;
	padding-bottom: 13px;
}
.affordable_pricing h2:before,
.pricing_who_we h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:42%;
}
.affordable_pricing p {
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
	padding-top: 33px;
}
.affordable_pricing i {
	width:86px;
	height:86px;
	border:1px solid #eaeaea;
	border-radius: 50%;
	color: #1cbac8;
	font-size: 2.5em;
    padding: 25px;
}
.affordable_pricing a{
	display: block;
	font-size: 1em;
	color: #000;
	margin-top: 26px;
    margin-bottom: -18px;
    letter-spacing: 1.6px;
}
/*============= Pricing page/ who we are================*/

.pricing_who_we {
	background: #f0f0f0;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 100px;
}
.pricing_who_we .pricing_category {
	background: #fff;
	width:270px;
	margin: 39px 15px 0 15px;
	padding-bottom: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing_who_we .pricing_category h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	color: #313131;
	margin-top: 33px;
    margin-bottom: 15px;
}
.pricing_who_we .pricing_category p {
	width:96px;
	height:96px;
	border-radius: 50%;
	background: #f6ba18;
	color:#fff;
	font-size: 0.8125em;
	margin:0 auto;
	padding: 29px;
    line-height: 18px;
}
.pricing_who_we .pricing_category p span {
	font-weight: 700;
	font-size: 2.3em;
}
.pricing_who_we .pricing_category p sup {
	top:-0.7em;
	font-size: 100%;
}
.pricing_who_we .pricing_category ul {
	margin-top:24px;
}
.pricing_who_we .pricing_category ul li {
	font-size: 0.875em;
	color: #898989;
	margin-bottom: 20px;
    letter-spacing: 0.4px;
}
.pricing_who_we .pricing_category a {
	display: inline-block;
	font-size: 0.8125em;
	color: #969595;
	background: #212832;
	margin-top: 23px;
    padding: 0px 17px 0 16px;
    letter-spacing: 0.9px;
    line-height: 42px;
}
.pricing_who_we .pricing_category:hover,
.pricing_who_we .pricing_category:focus,
.pricing_who_we .pricing_category:active {
	background: #212832;
	cursor: pointer;
	-webkit-box-shadow: 0px 20px 59px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 20px 59px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 20px 59px -12px rgba(0,0,0,0.75);
}
.pricing_who_we .pricing_category:hover h4,
.pricing_who_we .pricing_category:focus h4,
.pricing_who_we .pricing_category:active h4 {
	color: #fff;
}
.pricing_who_we .pricing_category:hover p,
.pricing_who_we .pricing_category:focus p,
.pricing_who_we .pricing_category:active p {
	background: #fff;
	color: #12a0b1;
}
.pricing_who_we .pricing_category:hover ul li,
.pricing_who_we .pricing_category:focus ul li,
.pricing_who_we .pricing_category:active ul li {
	color: rgba(255, 255, 255, 0.5);
}
.pricing_who_we .pricing_category:hover a,
.pricing_who_we .pricing_category:focus a,
.pricing_who_we .pricing_category:active a {
	background: #12a0b1;
	color: #fff;
}

/*============== Blog ===============*/
.blog-container {
	overflow: hidden;
}
.blog-container .white-left {
	background: #fff;
	position: relative;
	z-index: 99;
}
.blog-container .white-left:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:0;
	right:-17px;
	z-index: -1;
}
.blog-container .white-right {
	position: relative;
	z-index: 99;
}
.blog-container .white-right:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:1px;
	left:-15px;
	z-index: -1;
}
.blog-container .pbt-86 {
	padding-top:86px !important;
}
.blog-container.blog-2-col .single-blog-post {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 50px;
}
.blog-container .ptb-13 {
  padding-top: 98px;
  padding-bottom: 21px;
}
.blog-container .right-side .single-blog-post {
  margin-left: 20px;
}
.blog-two .right-side .single-blog-post {
	margin-left: 0px
}
.blog-container .single-blog-post {
  margin-bottom: 78px;
}
.blog-container .single-blog-post .post-meta .title-holder ul {
  padding: 0;
}
.blog-container .single-blog-post .post-meta h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  color:#2a2a2a;
  line-height: 26px;
  margin: 0;
}
.blog-container .single-blog-post .img-holder {
  display: inline-block;
}
.blog-container .single-blog-post .post-meta {
  margin: 38px 0 32px;
}
.blog-container .single-blog-post .post-meta .date-holder,
.blog-container .single-blog-post .post-meta .title-holder {
  display: table-cell;
}
.blog-container .single-blog-post .post-meta .date-holder {
  width:70px;
  height:70px;
  text-align: center;
  background: #fff;
  color: #12a0b1;
  border:1px solid #eaeaea;
  border-bottom:3px solid #eaeaea;
  font-size: 1.25em;
  line-height: 29px;
  padding: 0px 16px;
}
.blog-container .single-blog-post .post-meta .date-holder span {
  font-family: 'PT Serif', serif;
  font-size: 1.5em;
  font-weight: 700;
  display: block;
  margin-top: 12px;
}
.blog-container .single-blog-post .post-meta .title-holder {
  padding-left: 30px;
}
.blog-container .single-blog-post .post-meta .title-holder ul {
  padding-top: 6px;
}
.blog-container .single-blog-post .post-meta .title-holder ul li:last-child a:after {
  display: none;
}
.blog-container .single-blog-post .post-meta .title-holder ul li a:after {
  content: '/';
  display: inline-block;
  padding: 0 3px;
  color: #B5B5B5;
}
.blog-container .single-blog-post a.read-more {
  display: inline-block;
  color: #2A2A2A;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding: 7px 20px;
  background: #f6ba18;
  border-radius: 2px;
  margin-top: -2px;
  transition: all .3s ease;
}
.blog-container .single-blog-post a.read-more:hover {
	background: #171B20;
}
.blog-container .single-blog-post a.read-more i {
	font-size: 1.3em;
    padding-left: 3px;
}
.blog-container .single-blog-post a.read-more:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-blog-post:hover .img-holder .overlay,
.blog_single_post:hover .img_holder .img_overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
   -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-blog-post:hover h2.title {
  color: #f6ba18;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-blog-post .img-holder {
  position: relative;
}
.single-blog-post .img-holder img {
  width: 100%;
}
.single-blog-post .img-holder .date {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #FFAE00;
  color: #2A2D34;
  font-size: 14px;
  line-height: 21px;
  padding-top: 15px;
  padding-bottom: 43px;
  padding-right: 15px;
  padding-left: 20px;
  z-index: 9;
}
.single-blog-post .img-holder .date b {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.single-blog-post .img-holder .overlay {
  background: rgba(246, 186, 24, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.single-blog-post .img-holder .overlay a,
.blog-variation-container .img_holder .img_overlay a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
}
.single-blog-post .img-holder .overlay a .fa,
.blog-variation-container .img_holder .img_overlay a .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
.single-blog-post ul {
  padding: 19px 0 26px;
}
.single-blog-post ul li {
  display: inline;
}
.single-blog-post ul li a,
.single-blog-post ul li span {
  display: inline-block;
  font-style: italic;
  color: #ababab;
  font-size: 0.875em;
  line-height: 26px;
  font-weight: normal;
}
.single-blog-post ul li span:after {
  content: '|';
  color: #ababab;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 10px;
}
.single-blog-post h2.title {
  font-size: 1.375em;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.single-blog-post p {
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 16px;
  margin-top: -4px;
}

.single-blog-post a:hover {
  color: #f6ba18;
}
.blog-two .row .left_side {
	padding-left:66px;
	padding-bottom: 91px;
	padding-right: 15px;
}
/*========= Blog variation ========*/
.blog-variation-container {
	text-align: center;
	padding-top: 85px;
	padding-bottom: 71px;
}
.blog-variation-container .blog_single_post {
	background: #f8f8f8;
	border:1px solid #f1f1f1;
	padding:0;
	margin:15px;
	width:570px;
	padding-bottom: 48px;
}
.blog-variation-container .blog_single_post .img_holder img {
	padding:10px;
}
.blog-variation-container .blog_single_post .img_holder {
	position: relative;
}
.blog-variation-container .blog_single_post>div p:nth-child(3) {
	font-weight: 700;
	font-size: 1em;
	color:#fff;
	background: #12a0b1;
	display: inline-block;
	position: absolute;
	bottom: -15px;
    left: 43%;
    padding: 10px 16px;
    line-height: 27px;
    z-index: 2;
}
.blog-variation-container .blog_single_post>div p:nth-child(3) span {
	font-size: 1.625em;
	display: block;
}
.blog-variation-container .blog_single_post h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color:#000;
	margin-top: 34px;
    margin-left: -18px;
}
.blog-variation-container .blog_single_post ul li {
	display: inline-block;
	margin-top: 5px;
    padding-right: 12px;
}
.blog-variation-container .blog_single_post ul li a {
	font-size: 0.875em;
	color:#959595;
}
.blog-variation-container .blog_single_post ul li a i {
	color: #f6ba18;
	margin-right: 7px;
    font-size: 1.3em;
    margin-left: 17px;
}
.blog-variation-container .blog_single_post p:nth-child(4) {
	font-size: 0.875em;
	color: #878787;
	padding:10px 35px 0 35px;
    line-height: 25px;
    margin-bottom: 26px;
}
.blog-variation-container .blog_single_post>a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	color: #282f39;
	background: #f6ba18;
	border-radius: 2px;
	position: relative;
	display: inline-block;
	padding: 12px 13px 10px 23px;
    margin-left: 20px;
}
.blog-variation-container .blog_single_post>a i {
	color: #282f39;
	padding-left: 32px;
    font-size: 1.1em;
}
.blog-variation-container .blog_single_post>a:before {
	content: '';
	width:1px;
	height:28px;
	background: #d7a41b;
	position: absolute;
	right: 44px;
    top: 7px;
}
.blog-variation-container .blog_single_post>a:after {
	content: '';
	width:1px;
	height:28px;
	background: #ffcd47;
	position: absolute;
	right: 45px;
    top: 7px;
}
.blog-variation-container .pagination ul {
	margin-left: 42px;
}
.blog-variation-container .pagination ul li{
	display: inline-block;
	margin-top: 16px;
    margin-left: 6px;
}
.blog-variation-container .pagination ul li a {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 1.25em;
	color: #8e8d8d;
	border:1px solid #e2e2e2;
	padding: 8px 17px;
}
.blog-variation-container .pagination ul li a:hover,
.blog-variation-container .pagination ul li a:focus,
.blog-variation-container .pagination ul li a.active {
	background: #212832;
	border:1px solid #212832;
	color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}
.blog-variation-container .blog_single_post>a:hover,
.blog-variation-container .blog_single_post>a:hover i {
	color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}
.blog-variation-container .img_holder .img_overlay {
  background: rgba(246, 186, 24, 0.65);
  position: absolute;
  margin:10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.blog_single_post:hover h3 {
	color: #f6ba18;
}
.blog_single_post:hover ul li a {
	color: #f6ba18;
	-webkit-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}
.blog_single_post:hover ul li a i {
	color: #12a0b1;
	-webkit-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}
.blog_four {
	padding-top:65px;
}
.blog_four .blog_single_post_v4 {
	width:100%;
	border:1px solid #f1f1f1;
}
.blog_four .blog_single_post_v4 {
	margin-left:0px;
	margin-top:35px;
}
.blog_four .row {
	margin-left:0;
	margin-right: 0;
}
.blog_four .blog_single_post>div p:nth-child(3) {
	bottom: -33px;
    left: 47%;
}
.blog_four .blog_single_post h3 {
	margin-top:50px;
	margin-left:auto;
}
.blog_four .blog_single_post>a {
	margin-left: 0;
	margin-top: 9px;
}
/*======== Single Blog page ========*/
.single-blog-page .ptb-80 {
	padding-top:100px;
	padding-right: 35px;
	position: relative;
	z-index: 99;
}
.single-blog-page .ptb-80:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:0;
	right:-14px;
	z-index: -1;
}
.single-blog-page .left_side,
.search_container .left_side,
.no_result_show .left_side {
	padding-left:68px;
}
.single-blog-page .pdr5,
.search_container .pdr5,
.no_result_show .pdr5 {
	padding-right: 15px !important;
}
.single-blog-page .single-blog-post .post-meta {
	margin: 38px 0 27px;
}
.single-page-content ul.list-item {
	padding-top: 0;
    padding-bottom: 19px;
    padding-right: 119px;
}
.single-page-content .dtc {
	display: table-cell;
    vertical-align: middle;
}
.single-blog-post ul {
	padding: 19px 0 26px;
}
.single-page-content ul.list-item.style-two li {
	color: #ff8c04;
	font-style: normal;
	font-size: 0.875em;
}
.single-page-content ul.list-item li {
	display: block;
    color: #6D6D6D;
    font-style: italic;
    line-height: 29px;
}
.single-page-content ul.list-item li i {
	margin-right:12px;
}
.single-blog-post .content h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.375em;
	color: #2a2a2a;
	margin-bottom: 2px;
}
.single-page-content .dt {
	display: table;
}
.quote-box {
	background: #f7f7f7;
    padding: 14px 0px 34px 30px;
}
.quote-box i.dtc {
	vertical-align: top;
    color: #f6ba18;
    font-size: 55px;
    padding-right: 20px;	
}
.quote-box .quote-content {
	padding-top: 20px;
	padding-right: 36px;
}
.quote-box span.name {
	text-align: right;
    display: block;
    font-style: italic;
    color: #E8A20C;
}
.quote-box p {
	color: #8e8d8d;
    margin: 0;
}
.single-blog-post p {
	font-size: 0.875em;
    line-height: 26px;
    color: #8e8d8d;
    margin: 0;
    margin-bottom: 25px;
}
.author-box {
	margin-top: 44px;
}
.author-box .top-author-info {
	background: #12a0b1;
    padding: 23px 32px;
}
.blog-container .single-blog-post .img-holder {
	display: inline-block;
}
.author-box .img-holder {
	width: 122px;
}
.single-blog-post .img-holder{
	position: relative;
}
.author-box .img-holder img {
	border-radius: 50%;
}
.single-blog-post .img-holder img {
	width:100%;
}
.author-box .top-author-info-content {
	padding-left:30px;
}
.author-box h4 {
	color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;	
}
.author-box h4 span {
	font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;	
}
.author-box p {
	color: #fff;
    line-height: 26px;
    margin: 0;
    font-size: 0.875em;
}
.author-box .bottom-author-info {
	padding: 15px 16px 0px 34px;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.author-box .submitted-post {
	float: left;
    display: inline-block;
}
.author-box .submitted-post span {
	color: #242424;
}
.author-box .social-icons {
	float: right;
    display: inline-block;	
}
.author-box .social-icons ul {
	position: relative;
    z-index: 99;
    padding: 0;
    text-align: right;
    display: block;	
}
.author-box .social-icons ul li {
	display: inline;
    font-size: 0;
}
.author-box .social-icons ul li a {
	display: inline-block;
    color: #2A2A2A;
    font-size: 16px;
    margin: 0 7.5px;	
}
.comment-box {
	margin-top: 43px;
    margin-bottom: 50px;	
}
.comment-box h3 {
	margin-bottom: 35px;
}
.single-page-content h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #242424;
    font-size: 1.125em;
}
.comment-box .comment-holder {
	border: 1px solid #EEEEEE;	
}
.comment-box .single-comment {
	border-bottom: 1px solid #EEEEEE;
    padding: 20px 28px 28px 28px;
}
.comment-box .single-comment .img-holder {
	display: table-cell;
    width: 70px;
    vertical-align: top;	
}
.comment-box .single-comment .content {
	display: table-cell;
    vertical-align: top;
    padding-left: 30px;	
}
.comment-box .single-comment h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin: 0;
    color: #242424;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
}
.comment-box .single-comment p {
	margin: 0;
    color: #8E8D8D;
}
.comment-box .single-comment ul {
	padding: 0;
    margin: 0;	
}
.comment-box .single-comment ul li a.date {
	color: #47bcca;
}
.comment-box .single-comment ul li a {
	font-family: 'Open Sans';
    font-size: 13px;
    font-style: normal;
    color: #f6ba18;	
}
.comment-box .single-comment ul li:after {
	content: '|';
    color: #6CC1E2;
    font-size: 13px;
    padding: 7.5px;
    display: inline-block;
}
.comment-box .single-comment ul li:last-child:after {
    display: none;
}
.comment-form {
	margin-top: 64px;	
}
.comment-form h3 {
	margin-bottom: 28px;
	color:#000;	
}
.comment-form form {
	background: #f7f7f7;
    padding: 50px 25px;
    border:1px solid #eeeeee;
}
.comment-form form .form-group {
	margin-left: -15px;
    margin-right: -15px;
}
.comment-form form .half {
	width: 50%;
    padding: 0 15px;
    float: left;
}
.comment-form form p {
	margin-bottom: 20px;	
}
.comment-form form button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: #f6ba18;
	color:#282f39;
	padding: 11px 9px 11px 26px;
	border:1px solid transparent;
	border-radius:3px;
	position: relative;
	margin-top:5px;
}
.comment-form form button i {
	padding-left: 33px;
	color: #373838;
	font-size: 1.25em;
	vertical-align: middle;
}
.comment-form form button:before {
	content: '';
	width:1px;
	height:28px;
	background: #d7a41b;
	position: absolute;
	right: 39px;
    top: 5px;
}
.comment-form form button:after {
	content: '';
	width:1px;
	height:28px;
	background: #ffcd47;
	position: absolute;
	right: 40px;
    top: 5px;
}

.comment-form form textarea {
	width: 100%;
    border: 1px solid #EEEEEE;
    outline: none;
    padding: 10px 20px;
    height: 170px;	
}
.comment-form form input {
	width: 100%;
    height: 45px;
    border: 1px solid #EEEEEE;
    outline: none;
    padding: 0 20px;	
}

/*====== Search container =========*/
.search_container .search_result {
	padding-top: 77px;
    padding-left: 17px;
    padding-bottom: 75px;
    position: relative;
    z-index: 99;
}
.search_container .search_result:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:0;
	right:-12px;
	z-index: -1;
}
.search_container .search_result .single_search_result .img_holder {
	padding-left:0;
}
.search_container .search_result h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    color: #323232;
    font-size: 1.625em;
    position: relative;
    text-transform: capitalize;
    padding-bottom:13px;
    margin-bottom: -2px;
}
.search_container .search_result h2:before,
.no_result_show h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:0;
}
.search_container .search_result .single_search_result {
	border-bottom: 1px solid #e2e2e2;
	padding-top: 47px;
	margin-left: 0;
	padding-bottom: 50px;
	margin-right: 10px;
}
.search_container .search_result .single_search_result img {
	padding-top:4px;
}
.search_container .single_search_result span {
	font-weight: 600;
	font-size: 0.875em;
	color:#b6b5b5;
	word-spacing: 1px;
}
.search_container .search_result .single_search_result h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 1em;
    margin-top: 7px;
    margin-bottom: 6px;
}
.search_container .search_result .single_search_result p {
	font-size: 0.875em;
	color:#898989;
	line-height: 25px;
}
.search_container .search_result .single_search_result a {
	display: block;
	font-size: 0.875em;
	color: #12a0b1;
}
.search_container .search_result .search_result_with_img .text_holder {
	padding-left: 9px;
}
.search_container .search_result .search_result_without_img {
	padding-bottom: 36px;
    padding-top: 44px;	
}
/*========= No Seach Results Showing ===============*/

.no_result_show .no_result_holder {
	padding-top: 77px;
    padding-left: 17px;
    position: relative;
    z-index: 99;
    padding-bottom: 1610px;
}
.no_result_show .no_result_holder:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:0;
	right:-16px;
	z-index: -1;
}
.no_result_show h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    color: #323232;
    font-size: 1.625em;
    text-transform: capitalize;
    position: relative;
    padding-bottom:13px;
    letter-spacing: 0.9px;
    margin-bottom: 46px;
}
.no_result_show .no_result_holder p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 1em;
    margin-bottom: 9px;
}
.no_result_show .no_result_holder ul li {
	font-size: 0.875em;
	color: #898989;
	line-height: 44px;
	letter-spacing: 0.4px;
}
.no_result_show .no_result_holder ul li i {
	color:#12a0b1;
	font-size: 1em;
	margin-right: 16px;
}
.no_result_show .no_result_holder form {
	margin-top:33px;
}
.no_result_show .no_result_holder form input {
	border:1px solid #e2e2e2;
	outline: none;
	border-radius: 0px;
	width: calc(72% - 19px);
	height:42px;
	position: relative;
	top: 2px;
    display: inline-block;
}
.no_result_show .no_result_holder form input:focus {
	box-shadow: none;
}

.no_result_show .no_result_holder form button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #282f39;
	display: inline-block;
	background: #f6ba18;
	position: relative;
	line-height: 40px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	margin-left: 17px;
	border: none;
	outline: none;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.no_result_show .no_result_holder form button i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
.no_result_show .no_result_holder form button i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d7a41b;
	position: absolute;
	left: -2px;
	top: 0;
}
.no_result_show .no_result_holder form button:hover,
.no_result_show .no_result_holder form button:focus,
.no_result_show .no_result_holder form button:active {
	background: #212832;
}

.no_result_show .no_result_holder form button:hover i,
.no_result_show .no_result_holder form button:focus i,
.no_result_show .no_result_holder form button:active i {
	border-color: transparent;
}
.no_result_show .no_result_holder form button:hover,
.no_result_show .no_result_holder form button:focus,
.no_result_show .no_result_holder form button:active,
.no_result_show .no_result_holder form button:hover i,
.no_result_show .no_result_holder form button:focus i,
.no_result_show .no_result_holder form button:active i {
	color: #fff;

}





/*========= 404 page =======*/
.error_page_container {
	background: url(../../images/404/bg.jpg) no-repeat center;
	height:582px;
}
.error_page_container .title_holder {
	padding-top: 129px;
    padding-left: 67px;
    text-align: center;
}
.error_page_container h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 3.125em;
    color: #000;
    word-spacing: 5px;
}
.error_page_container h2 span {
	font-size: 1.15em;
}
.error_page_container p {
	font-style: italic;
	font-size: 1.125em;
	color: #242424;
	text-align: center;
	padding-top: 12px;
    line-height: 28px;
}
.error_page_container a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: #12a0b1;
	color:#fff;
	padding: 13px 12px 13px 18px;
	border-radius:3px;
	position: relative;
	margin-top:45px;
}
.error_page_container a i {
	padding-left: 28px;
	color: #fff;
	font-size: 1.25em;
	vertical-align: middle;
}
.error_page_container a:before {
	content: '';
	width:1px;
	height:28px;
	background: #0b8391;
	position: absolute;
	right: 39px;
    top: 9px;
}
.error_page_container a:after {
	content: '';
	width:1px;
	height:28px;
	background: #21b3c5;
	position: absolute;
	right: 40px;
    top: 9px;
}

/*============= Contact us ==========*/
.contact_us_container {
	padding-top:30px;
	overflow: hidden;
}
.contact_us_container h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	padding-bottom:13px;
	letter-spacing:-0.04em;
}
.contact_us_container h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:48%;
}
.contact_us_container p {
	font-style: italic;
	font-size: .90em;
	color: #898989;
	padding: 15px 0;
}
.contact_us_container .address_holder {
	font-size: 0.875em;
	color: #898989;
	line-height: 25px;
}
.contact_us_container .icon_holder span {
	display: block;
	color: #12a0b1;
	font-size: 2.8em;
    padding-right: 34px;
    padding-top: 6px;
}
.contact_us_container .form_holder {
	margin-top:23px;
	padding-right: 83px;
}
.contact_us_container .form_holder input  {
	height:50px;
}
.contact_us_container .form_holder textarea {
	height:216px;
	resize:none;
	width:100%;
	display: block;
	padding-top:10px;
}
.contact_us_container .form_holder input,
.contact_us_container .form_holder textarea {
	background: #fdfdfe;
	border:1px solid #ececec;
	border-radius: 0px;
	outline: none;
	margin-top:20px;
	padding-left: 20px;
	color: #8C8C8C;
	box-shadow: none;
}


.contact_us_container .form_holder input::-webkit-input-placeholder ,
.contact_us_container .form_holder textarea::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #8C8C8C;
}

.contact_us_container .form_holder input:-moz-placeholder ,
.contact_us_container .form_holder textarea:-moz-placeholder { /* Firefox 18- */
  color: #8C8C8C;
}

.contact_us_container .form_holder input::-moz-placeholder ,
.contact_us_container .form_holder textarea::-moz-placeholder { /* Firefox 19+ */
  color: #8C8C8C;
}

.contact_us_container .form_holder input:-ms-input-placeholder ,
.contact_us_container .form_holder textarea:-ms-input-placeholder { /* IE 10+ */
  color: #8C8C8C;
}

.contact_us_container .form_holder input::-ms-input-placeholder ,
.contact_us_container .form_holder textarea::-ms-input-placeholder { /* Edge */
  color: #8C8C8C;
}

.contact_us_container .form_holder input:placeholder-shown ,
.contact_us_container .form_holder textarea:placeholder-shown { /* Standard one last! */
  color: #8C8C8C;
}


.contact_us_container .form_holder input.error,
.contact_us_container .form_holder textarea.error {
	border: 1px solid rgba(255,0,0,.3);
	background: rgba(255,0,0,.05);
}
.contact_us_container .form_holder label.error {
	display: none !important;
}
.contact_us_container .form_holder input:focus {
	box-shadow: none;
}
.contact_us_container .form_holder button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: #f6ba18;
	color:#282f39;
	padding: 12px 15px 12px 29px;
	border:1px solid transparent;
	border-radius:3px;
	position: relative;
	margin-top:42px;
}
.contact_us_container .form_holder button i {
	padding-left: 33px;
	color: #373838;
	font-size: 1.25em;
	vertical-align: middle;
}
.contact_us_container .form_holder button:before {
	content: '';
	width:1px;
	height:28px;
	background: #d7a41b;
	position: absolute;
	right: 39px;
    top: 9px;
}
.contact_us_container .form_holder button:after {
	content: '';
	width:1px;
	height:28px;
	background: #ffcd47;
	position: absolute;
	right: 40px;
    top: 9px;
}
.contact_us_container .form_holder button:hover,
.contact_us_container .form_holder button:hover i {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact_us_container .address {
	margin-top: 10px;
    padding-left: 20px;
    background: #f6f6f8;
    height:380px;
    padding-top: 15px;
    position: relative;
    z-index: 99;
}
.contact_us_container .address:before {
	content: '';
	width:2px;
	height:100%;
	background: #12a0b1; 
	position:absolute;
	left:-13px;
	top:0;
}
.contact_us_container .address:after {
	content: '';
	width:2500px;
	height:100%;
	background: #f6f6f8; 
	position:absolute;
	left:-13px;
	top:0;
	z-index: -1;
}
.contact_us_container .address address {
	height:116px;
	border-bottom: 1px solid #e7e7ed;
	margin:0;
}
.contact_us_container .address address:nth-child(1) {
	padding-top: 10px;
}
.contact_us_container .address address:nth-child(2) {
	padding-top: 25px;
}
.contact_us_container .address address:nth-child(3) {
	padding-top: 25px;
	border:none;
}
.google-map {
	margin-top:100px;
	width:100%;
	height:467px;
}

/*=========  Checkout-content ========*/
#checkout-content {
    padding: 98px 0 130px;
}
#checkout-content .row {
	width:100%;
	margin:0 auto;
}
#checkout-content .return-customer {
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
    padding: 21px 30px;
    margin-bottom: 28px;
}
#checkout-content .return-customer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 26px;
    letter-spacing: .02em;
}
#checkout-content .return-customer a {
    color: #fe5454;
    letter-spacing: .02em;
}
#checkout-content .section-title h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color:#323232;
	text-transform: capitalize;
	position: relative;
	padding-bottom:13px;
	margin-bottom: 43px;
}
#checkout-content .section-title h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:0;
}
#checkout-content .section-title h2.left_before_fix {
	letter-spacing: 0px;
	margin-bottom: 45px;
}
#checkout-content .section-title h2.left_before_fix:before {
	left:38px;
}
#checkout-content label,
#checkout-content input[type="text"] {
    display: block;
}
#checkout-content label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    margin-bottom: 5px;
}

#checkout-content input[type="text"]::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #C6C6C6;
}

#checkout-content input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #C6C6C6;
}

#checkout-content input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #C6C6C6;
}

#checkout-content input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #C6C6C6;
}

#checkout-content input[type="text"]::-ms-input-placeholder { /* Edge */
  color: #C6C6C6;
}

#checkout-content input[type="text"]:placeholder-shown { /* Standard one last! */
  color: #C6C6C6;
}


#checkout-content input[type="text"],
#checkout-content .left-checkout button {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E2E2E2;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    outline: none;
    padding: 0 20px;
    font-size: 14px;
    color: #C6C6C6;
}
#checkout-content .left-checkout button {
	text-align: left;
	color: #8e8d8d;
	padding-right:10px;
	margin-bottom:0;
}
#checkout-content .left-checkout ul.dropdown-menu {
	width:100%;
	margin:0;
}
#checkout-content .left-checkout ul.dropdown-menu li {
	padding:10px;
	color: #8e8d8d;
	cursor:pointer;
}
#checkout-content .left-checkout button .fa {
	float:right;
	padding-top:12px;
}

#checkout-content input[type="text"]:last-child {
    margin-bottom: 0;
}
#checkout-content .left-checkout > .row {
    margin-bottom: 20px;
}

#checkout-content .select-box {
    padding: 0;
    margin: 0;
    border: 1px solid #E2E2E2;
    width: 100%;
    overflow: hidden;
    background-color: #fff;

    background: #fff url(../img/cart/select-box-bg.png) no-repeat 95% 50%;
}

#checkout-content .select-box select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

#checkout-content .select-box select:focus {
    outline: none;
}
#checkout-content .row span {
    font-size: 1em;
    font-weight: 500;
    color: #fe5454;

}
#checkout-content .row span.create_account {
	color:#8e8d8d;
	font-size: 0.875em;
	text-transform: capitalize;
}
#checkout-content input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    margin-right: 15px;
}
#checkout-content textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #E2E2E2;
    padding: 10px 20px;
    outline: none;
}
#checkout-content .ship-different {
    margin-top: 75px;
}
#checkout-content .order-box {
    border: 1px solid #D9D9D9;
    padding:21px 14px 26px 30px;
    background: #fdfdfd;
}
#checkout-content .order-box ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
    display: block;
    color: #8E8D8D;
    font-size: 14px;
    line-height: 43px;
}
#checkout-content .order-box ul li.total {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 10px;
    margin-bottom: 19px;
}
#checkout-content .order-box ul li span {
    float: right;
    display: inline-block;
    color:#8e8d8d;
}
#checkout-content .order-box ul li span.bold {
    font-size: 18px;
    color: #010101;
}
#checkout-content .order-box ul li a span {
    color: #12a0b1;
    text-transform: none;
}
#checkout-content .order-box ul li input[type="radio"] {
    margin-right: 10px;
}
#checkout-content .order-box ul li .note {
	font-family: 'Raleway', sans-serif;
    background: #ECECEC;
    padding: 15px 30px;
    color: #8e8d8d;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-transform: none;
    margin-top: 12px;
    margin-bottom: 14px;
}
#checkout-content .order-box ul li .note .fa {
    font-size: 35px;
    position: absolute;
    top: -23px;
    left: 25px;
    color: #ECECEC;
}

#checkout-content .order-box ul li a.place-order {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #282f39;
    display: inline-block;
    background: #f6ba18;
    position: relative;
    line-height: 40px;
    padding-left: 35px;
    border-radius: 3px;
    margin-bottom: 27px;
    padding-right: 9px;
    font-size: 14px;
    margin-top: 40px;
}
#checkout-content .order-box ul li a.place-order i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 30px;
    font-size: 14px;
    line-height: 28px;
}
#checkout-content .order-box ul li a.place-order i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d7a41b;
	position: absolute;
	left: -2px;
	top: 0;
}
#checkout-content .order-box ul li a.place-order:hover,
#checkout-content .order-box ul li a.place-order:hover i {
	color:#fff;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

/*========== Product details ===========*/

.product-details-box {
    margin-bottom: 80px;
}
.product_details_container .left_side .single_product_item p,
.shop_container .left_side .single_product_item p {
	font-family: 'Raleway', sans-serif;
	font-size: 0.875em;
	color: #242424;
}
.product_details_container .left_side h4:nth-child(5),
.shop_container .left_side h4:nth-child(5) {
	margin-top:30px;
}
.product_details_container .left_side .single_product_item a,
.shop_container .left_side .single_product_item a {
	display: block;
	color:#12a0b1;
	font-weight: 700;
	font-size: 0.8125em;
}
.product_details_container .left_side .single_product_item,
.shop_container .left_side .single_product_item {
	margin-top: 31px;
}
.product_details_container .left_side a.brochure,
.shop_container .left_side a.brochure {
	margin-top: 50px;
    display: block;
    margin-bottom: 20px;
}
.product-details-box h3 {
	font-family: 'Raleway', sans-serif;
    color: #000000;
    font-size: 1.375em;
    line-height: 28px;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
}
.product-details-box p {
    font-size: 14px;
    color: #898989;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0 26px 0;
    margin: 15px 0 22px 0;
    line-height: 25px;
}
.product-details-box span {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
    display: block;
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
}
.product-details-box span b {
    font-size: 24px;
    color: #12a0b1;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
}
.product-details-box span input {
    width: 36px;
    height: 36px;
    border: 1px solid #EAEAEA;
    color: #999999;
    text-align: center;
    margin-left: 10px;
    outline: none;
}

.product-details-box a.add-to-cart {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: #f6ba18;
	color:#282f39;
	padding: 12px 15px 12px 29px;
	border:1px solid transparent;
	border-radius:3px;
	position: relative;
	margin-top:28px;
	display: inline-block;
}
.product-details-box a.add-to-cart i {
	padding-left: 33px;
	color: #373838;
	font-size: 1.25em;
	vertical-align: middle;
}
.product-details-box a.add-to-cart:before {
	content: '';
	width:1px;
	height:28px;
	background: #d7a41b;
	position: absolute;
	right: 39px;
    top: 9px;
}
.product-details-box a.add-to-cart:after {
	content: '';
	width:1px;
	height:28px;
	background: #ffcd47;
	position: absolute;
	right: 40px;
    top: 9px;
}
.product-details-box a.add-to-cart:hover,
.product-details-box a.add-to-cart:hover i,
.product-details-page-content .shop-page-content .meta a:hover {
	color:#fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product-details-box img {
    border: 5px solid #F4F4F4;
}
.product-details-page-content {
	padding-top:92px;
	position: relative;
	z-index: 99;
	padding-bottom: 101px;
}
.product-details-page-content:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:0;
	left:-17px;
	z-index: -1;
}
.product-details-page-content .best-seller {
    margin-left: 0px;
    margin-top: 54px;
}
.product-details-page-content .best-seller h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color:#323232;
	font-size: 1.625em;
	padding-bottom:13px;
	position: relative;
}
.product-details-page-content .best-seller h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	left:0;
	bottom:0;
}
.product-details-page-content .bottom_tab .tab-content {
	border: 1px solid #e2e2e2;
	padding-bottom: 68px;
	margin-bottom: 53px;
}
.product-details-page-content .bottom_tab .nav {
	border:none;
}
.product-details-page-content .bottom_tab ul li a{
	color:#000;
	padding:7px 32px 13px 36px;
	background: #f4f4f4;
	border-radius: 0px;
	border:1px solid transparent;
}
.product-details-page-content .bottom_tab ul li a:focus,
.product-details-page-content .bottom_tab ul li.active a{
	border-top:2px solid #12a0b1;
	background: #fff;
	border-left:1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.product-details-page-content .bottom_tab ul li:not(:first-child) a {
	margin-left:8px;
} 
.product-details-page-content .bottom_tab .tab-content p {
	color: #898989;
	font-size: 0.875em;
	line-height: 25px;
	padding:50px 51px 0 40px;
}
.product-details-page-content .shop-page-content {
	margin-top:20px;
	padding-top: 0;
	padding-left: 15px;
}
.product-details-page-content .shop-page-content .single-shop-item {
	
}
.product-details-page-content .shop-page-content .meta {
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	margin-top: -9px;
    padding-top: 28px;
    margin-right: -7px;
}
.product-details-page-content .shop-page-content .meta p {
	font-size: 0.8125em;
	color: #898989;
	line-height: 18px;
}
.product-details-page-content .shop-page-content h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 0.8125em;
	color: #242424;
}
.product-details-page-content .shop-page-content .meta span {
	font-size: 1em;
	color: #242424;
	display: block;
}
.product-details-page-content .shop-page-content .meta span b {
	color: #12a0b1;
	font-size: 1.25em;
}
.product-details-page-content .shop-page-content .meta a {
	display: inline-block;
	background: #f6ba18;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #282f39;
	margin-top: 19px;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 28px;
    border-radius: 3px;
}
/*============= Cart-page ==========*/
.cart-page {
    padding: 95px 0 91px;
}
.cart-page .table {
    margin: 0;
}
.cart-page table > tbody > tr > td,
.cart-page .table > thead > tr > th {
    border: none;
}
.cart-page .table thead> tr th {
	
}
.cart-page .table > thead > tr > th {

}
.cart-page .table thead {
    background: #F9F9F9;
}
.cart-page .table > thead > tr > th {
    font-family: 'Raleway', sans-serif;
	color:#000;
	font-size: 1em;
    line-height: 60px;
    padding: 0 40px;
    font-weight: 500;
    border: 1px solid #EBEBEB;
    border-bottom: 0;
}
.cart-page .table > thead > tr > th:not(:first-child){
	padding-left:19px;
}
.cart-page .table > thead > tr > th.close {
    color: transparent;
}
.cart-page .table > tbody > tr > td.preview {
    padding: 24px 21px 0px 51px;
}
.cart-page .table > tbody > tr > td {
    border: 1px solid #EBEBEB;
    padding: 80px 40px;
    font-family: 'Raleway', sans-serif;
	color:#8e8d8d;
	font-size: 500;
	font-size: 0.875em;
}
.cart-page .table > tbody > tr > td.del-item {
    text-align: center;
}
.cart-page .table > tbody > tr > td .select-box {
    padding: 0;
    margin: 0;
    border: 1px solid #EDEDED;
    width: 95px;
    overflow: hidden;
    background-color: #fff;
}

.cart-page .table > tbody > tr > td .select-box select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.cart-page .table > tbody > tr > td .select-box select:focus {
    outline: none;
}
.cart-page .table > tbody > tr > td.del-item {
    color: #FE5454;
    font-size: 18px;
    font-weight: normal;
}

.cart-page .bottom-box {
    padding: 30px 25px;
    background: #F9F9F9;
    margin: 0 0 50px;
}
.cart-page .bottom-box .cupon-box input {
    width: 130px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    outline: none;
    margin-right: 10px;
}
.cart-page .bottom-box .cupon-box button {
	font-family: 'Raleway', sans-serif;
	font-size: 0.875em;
    padding: 0 30px;
    color: #fff;
    background: #12a0b1;
    text-transform: capitalize;
    border: none;
    outline: none;
    line-height: 33px;
    border-radius: 3px;
}

.cart-page .add-to-cart-wrap a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	background: #f6ba18;
	color:#282f39;
	padding: 0px 7px 0px 20px;;
	border:1px solid transparent;
	border-radius:3px;
	position: relative;
	margin-left: 73px;
    display: inline-block;
    line-height: 38px;
    width: 185px;
}
.cart-page .add-to-cart-wrap a i {
	padding-left: 33px;
	color: #373838;
	font-size: 1.25em;
	vertical-align: middle;
}
.cart-page .add-to-cart-wrap a:before {
	content: '';
	width:1px;
	height:28px;
	background: #d7a41b;
	position: absolute;
	right: 39px;
    top: 5px;
}
.cart-page .add-to-cart-wrap a:after {
	content: '';
	width:1px;
	height:28px;
	background: #ffcd47;
	position: absolute;
	right: 40px;
    top: 5px;
}
.cart-page .cart-total-box li {
	font-family: 'Raleway', sans-serif;
    line-height: 55px;
    font-size: 16px;
    color:#000;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    padding: 0 25px;
}
.cart-page .cart-total-box li:first-child {
    border-top: 1px solid #EBEBEB;

}
.cart-page .cart-total-box li span {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
    float:right;
    color:#8e8d8d;
}
.cart-page .cart-total-box .cart-total {
    background: #F9F9F9;
}
.cart-page .cart-total-box .proceed-to-checkout {
    text-align: right;
}
.cart-page .cart-total-box .proceed-to-checkout a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
    background: #f6ba18;
    display: inline-block;
    line-height: 36px;
    color: #282f39;
    padding: 0 29px;
    border-radius: 3px;
    margin-top: 28px;
    margin-bottom: 24px;
}
.cart-page .cart-total-box .proceed-to-checkout a:before {
    background: #51B7E3;
}

/* ============= Shop Page =============*/
.shop-page-content {
	padding-top:78px;
	padding-bottom: 100px;
	position: relative;
	z-index: 99;
}
.shop-page-content:before {
	content: '';
	width:2500px;
	height:100%;
	background: #fff;
	position: absolute;
	top:0;
	left:-17px;
}
.shop-page-content .row,
.shop-page-content.row {
    margin-left: -10px;
    margin-right: -10px;
}
.shop-page-content h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.625em;
	color: #323232;
	position: relative;
	padding-bottom:13px;
}
.shop-page-content h2:before {
	content: '';
	width:45px;
	height:3px;
	background: #f6ba18;
	position: absolute;
	bottom:0;
	left:0;
}
.shop-page-content .single-shop-item {
    padding: 0px 10px;
    margin-top: 15px;
}
.shop-page-content .single-shop-item .meta {
    background: #F8F8F8;
    padding:14px 4px 30px 10px;
    text-align: center;
    border: 1px solid #F0F0F0;
    width:100%;
}
.shop-page-content .single-shop-item img {
	border: 1px solid #F0F0F0;
}
.shop-page-content .single-shop-item .meta h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    text-transform: capitalize;
    font-size: 1em;
    color: #242424;
    line-height: 26px;
    margin-bottom: 5px;
}
.shop-page-content .single-shop-item .meta p {
    font-size: 13px;
    color: #898989;
    line-height: 18px;
}
.shop-page-content .single-shop-item .meta span {
    display: block;
    font-size: 16px;
    color: #242424;
}
.shop-page-content .single-shop-item .meta span b {
    font-size: 20px;
    line-height: 28px;
    color: #12a0b1;
    font-weight: 600;
}

.shop-page-content .single-shop-item a:hover {
	background: #006d35;
	color: #fff;
}

.shop-page-content .single-shop-item a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #282f39;
	display: inline-block;
	background: #f6ba18;
	position: relative;
	line-height: 33px;
	padding-left: 18px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 13px;
}
.shop-page-content .single-shop-item a i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 10px;
    font-size: 16px;
    line-height: 21px;
}
.shop-page-content .single-shop-item a i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d7a41b;
	position: absolute;
	left: -2px;
	top: 0;
}
.shop-page-content .single-shop-item a:hover,
.shop-page-content .single-shop-item a:focus,
.shop-page-content .single-shop-item a:active {
	background: #212832;
}

.shop-page-content .single-shop-item a:hover i,
.shop-page-content .single-shop-item a:focus i,
.shop-page-content .single-shop-item a:active i {
	border-color: transparent;
}
.shop-page-content .single-shop-item a:hover,
.shop-page-content .single-shop-item a:focus,
.shop-page-content .single-shop-item a:active,
.shop-page-content .single-shop-item a:hover i,
.shop-page-content .single-shop-item a:focus i,
.shop-page-content .single-shop-item a:active i {
	color: #fff;

}




.shop-page-content .best-seller {
    margin-top: 56px;
    margin-left: -1px;
}

/* banner customization styles */

.me-fin-banner {
	margin-top: -65px;
}
.me-fin-banner .banner-h1 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-0.04em;
	text-align:center;
	font-weight: 400;
	font-size: 2em;
	line-height: 55px;
	color:#2660b5;
	text-shadow:0 1px 0 rgba(255,255,255,.3);
	position: relative;
}
.me-fin-banner .banner-h1 span {font-weight:800 !important;}

.me-fin-banner .banner-border span {
	width:113px;
	height:3px;
	background: #f6ba18;
	display: inline-block;
}
.me-fin-banner a.banner-button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.875em;
	border-radius: 3px;
    display: inline-block;
    background: #efaa20;
    color: #282F39;
    line-height: 30px;
    padding: 8px 15px;
    transition: all .3s ease !important;
}
.me-fin-banner a.banner-button:hover {
	background: #006d35;
	color: #fff;
}
.me-fin-banner a.banner-button:hover i {	
	color: #fff;
	border-color: #fff;
}
.me-fin-banner a.banner-button.blue-bg {
	background: #006d35;
	color: #fff;
}
.me-fin-banner a.banner-button.blue-bg i {
	color: #fff;
	border-color:#02793d;
}
.me-fin-banner a.banner-button.blue-bg i:after {
	background: #025c2e;
}
.me-fin-banner a.banner-button {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #282f39;
	display: inline-block;
	background: #f6ba18;
	position: relative;
	line-height: 28px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.me-fin-banner a.banner-button i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
.me-fin-banner a.banner-button i:after {
	content: '';
	width:1px;
	height:100%;
	background: #d7a41b;
	position: absolute;
	left: -2px;
	top: 0;
}
.me-fin-banner a.banner-button:hover,
.me-fin-banner a.banner-button:focus,
.me-fin-banner a.banner-button:active {
	background: #212832;
}

.me-fin-banner a.banner-button:hover i,
.me-fin-banner a.banner-button:focus i,
.me-fin-banner a.banner-button:active i {
	border-color: transparent;
}
.me-fin-banner a.banner-button:hover,
.me-fin-banner a.banner-button:focus,
.me-fin-banner a.banner-button:active,
.me-fin-banner a.banner-button:hover i,
.me-fin-banner a.banner-button:focus i,
.me-fin-banner a.banner-button:active i {
	color: #fff;

}

.me-fin-banner .banner-text p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.10em;
	line-height:140%;
	color:#fff;
	text-align:center;
}

/* footer twitter customization styles */
.top_footer .twitter .bx-wrapper .bx-viewport {
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
footer .top_footer .part3 .twitter p {
	margin-bottom: 15px;
	padding: 0;
}
.top_footer .twitter {
	padding-top: 30px;
}
.top_footer .twitter i.fa {
	color: #12A0B1;
}
.top_footer .twitter a.date {
    font-weight: 600;
    color: #797a7c;
    font-size: 0.75em;
    margin-top: -9px;
    display: block;
    transition: all .3s ease;
}
.top_footer .twitter a.date:hover {
    color: #12A0B1;
}



/* single advisor styles */

.single-advisor .img-holder {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
.single-advisor .img-holder img { 
	width: 100%;
	height: 100%;
}
.single-advisor .img-holder .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	background: rgba(40,47,57, .67);
	text-align: center;
	opacity: 0;
	transition: all .3s ease;
}
.single-advisor:hover .img-holder .overlay {
	opacity: 1;
}
.single-advisor .img-holder .overlay .inner {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.single-advisor .img-holder .overlay .inner:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border: 1px solid rgba(255,255,255,.5);	
}
.single-advisor .img-holder .overlay .social {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 30px;
	position: relative;
}
.single-advisor .img-holder .overlay .social li {
	display: inline;
	margin-right: 4px;
}
.single-advisor .img-holder .overlay .social li a {
	display: inline-block;
	width: 31px;
	height: 31px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
}
.single-advisor .content-holder {
	text-align: center;
	background: #282F39;
	border-top: 2px solid #efaa20;
	display: block;
}
.single-advisor .content-holder:before {
	background: #efaa20;
}
.single-advisor:hover .content-holder {
	border-top-color: #282F39;
}
.single-advisor:hover .content-holder:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.single-advisor:hover .content-holder h4 {
	color: #242424;
}
.single-advisor:hover .content-holder p {
	color: #4A4A4A;
}
.single-advisor .content-holder h4 {
	color: #1AACBE;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 2px;
	transition: all .3s ease;
}
.single-advisor .content-holder p {
	color: #FFFFFF;
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 14px;
	transition: all .3s ease;
}




.bayraklar img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bayraklar img.bayrak_aktif {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.4);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.4);
}





