@import url('../../../css2.css');

body {
	font-family: 'Arvo', serif;
	font-size: 18px;
	line-height: 34px;
	color: #7f7f7f;
	font-weight: 500;
}

a {
	text-decoration: none;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

.mb-60 {
	margin-bottom: 60px;
}

hr.style-one {
	margin: 0;
	border-top: 2px solid #f3f3f3;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

.base-color-bg {
	background-color: #46344E;
}

.primary-color-bg {
	background-color: #cfc205;
}

.gray-bg {
	background-color: #dddbdb;
}

.dark-bg {
	background-color: #181818;
}

.large-paragraph {
	font-size: 20px;
	line-height: 36px;
}

.light-text {
	color: #b7b7d3;
}

.bg-pos-center-left {
	background-position: center left;
}

.bg-pos-top-center {
	background-position: top center;
}

.bg-pos-top-right {
	background-position: top right;
}

.bg-pos-center-left {
	background-position: center left;
}

.sec-pad {
	padding: 60px 0;
}

.sec-pad-top {
	padding-top: 60px;
}

.sec-pad-bottom {
	padding-bottom: 30px;
}

.sec-pad-bottom-with-content-margin-30 {
	padding-bottom: 90px;
}

.sec-pad-bottom-with-content-margin-60 {
	padding-bottom: 60px;
}

.sec-pad-with-content-margin-30 {
	padding: 120px 0;
	padding-bottom: 90px;
}

.sec-pad-with-content-margin-60 {
	padding: 120px 0;
	padding-bottom: 60px;
}

.sec-title {
	padding-bottom: 60px;
}

.sec-title .tag-line {
	text-transform: uppercase;
	color: #cfc205;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 1em;
	display: block;
}

.sec-title .tag-line+h2 {
	margin-top: 9px;
}

.sec-title .tag-line.light {
	color: #fff;
}

.sec-title h2 {
	margin: 0;
	font-family: 'Arvo', serif;
	color: #181818;
	font-size: 50px;
}

.sec-title h2 span {
	font-weight: 900;
}

.sec-title h2.light {
	color: #fff;
}

.thm-btn {
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 4px solid #cfc205;
	color: #cfc205;
	font-size: 20px;
	font-weight: 600;
	padding: 25px 56px;
	transition: all .4s ease;
}

.thm-btn:hover {
	color: #fff;
	background: #cfc205;
}

.thm-btn.style-two {
	border: none;
	padding: 19px 50px;
	background: #46344E;
	color: #fff;
	font-size: 18px;
}

.thm-btn.style-two:hover {
	background: #181818;
}

.thm-btn.style-three {
	border-color: #fff;
	color: #fff;
}

.thm-btn.style-three:hover {
	color: #fff;
	border-color: #181818;
	background-color: #181818;
}

.thm-btn.style-four {
	border-color: #46344E;
	color: #46344E;
}

.thm-btn.style-four:hover {
	color: #fff;
	border-color: #181818;
	background-color: #181818;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: transparent;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
	padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
	padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: #cfc205;
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 18px;
	font-weight: 500;
	padding: 9px 20px;
	color: #7f7f7f;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: #cfc205;
	color: #fff;
	cursor: pointer;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../images/preloader.gif) center center no-repeat;
	z-index: 999;
}

.scroll-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #46344E;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	text-align: center;
	transition: all .4s ease;
	display: none;
}

.scroll-to-top i {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

.scroll-to-top:hover {
	background: #181818;
}

/* hidding google logos from map */
a[href^="http://maps.google.com/maps"] {
	display: none !important;
}

a[href^="https://maps.google.com/maps"] {
	display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
	display: none;
}

.gmnoprint div {
	background: none !important;
}

/************************** 
* 2. header styles 
***************************/
.site-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.header-navigation {
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 60px;
	background: #f3f3f3;
}

.header-navigation .container {
	background: transparent;
	position: relative;
	display: block;
	max-width: 100%;
	width: 100%;
	padding-right: 0px;
	padding-left: 360px;
}

@media (max-width: 1440px) {
	.header-navigation .container {
		padding-left: 220px;
	}
}

.header-navigation .container .logo-box {
	float: left;
	position: absolute;
	bottom: 0;
	left: 0px;
}

.header-navigation .container .navbar-brand {
	height: auto;
	margin: 0;
	background: #fff;
	padding: 67.5px 100px;
	transition: all .4s ease;
}

@media (max-width: 1400px) {
	.header-navigation .container .navbar-brand {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.header-navigation .container .menu-toggler {
	display: none;
}

.header-navigation .container .right-side-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
}

.header-navigation .container .right-side-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: auto;
}

.header-navigation .container .right-side-box .bootstrap-select>.dropdown-toggle {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none !important;
	font-size: 16px;
	font-weight: 500;
	color: #7f7f7f;
	line-height: 27px;
	box-shadow: none !important;
}

.header-navigation .container .right-side-box .bootstrap-select>.dropdown-toggle .flag-icon {
	font-size: 27px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.header-navigation .container .right-side-box .bootstrap-select .dropdown-menu>li>a {
	padding-top: 0;
	padding-bottom: 0;
}

.header-navigation .container .right-side-box .social {
	display: inline-block;
	margin-left: 120px;
}

@media (max-width: 1400px) {
	.header-navigation .container .right-side-box .social {
		margin-left: 40px;
	}
}

.header-navigation .container .right-side-box .social a {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fff;
	color: #7f7f7f;
	font-size: 16px;
	text-align: center;
	line-height: 52px;
	transition: all .4s ease;
}

.header-navigation .container .right-side-box .social a+a {
	margin-left: 10px;
}

.header-navigation .container .right-side-box .social a:hover {
	color: #fff;
	background: #cfc205;
}

.header-navigation .container .right-side-box a.signin-btn {
	background: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	color: #181818;
	font-size: 14px;
	font-weight: 800;
	transition: all .4s ease;
	letter-spacing: 0.04em;
	border-radius: 25px;
	text-transform: uppercase;
	padding: 13px 40px;
	transition: all .4s ease;
}

.header-navigation .container .right-side-box a.signin-btn:hover {
	background: #46344E;
	color: #fff;
}

.header-navigation .main-navigation {
	float: left;
	text-align: left;
}

@media (min-width: 1200px) {
	.header-navigation .main-navigation {
		display: block !important;
	}
}

.header-navigation ul.navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
	display: none;
}

.header-navigation ul.navigation-box>li {
	position: relative;
	padding: 39px 0px;
	display: inline-block;
	vertical-align: middle;
}

.header-navigation ul.navigation-box>li:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 10;
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
	transition: all .4s ease;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #46344E;
}

@media (max-width: 1199px) {
	.header-navigation ul.navigation-box>li:before {
		display: none !important;
	}
}

@media (max-width: 1400px) {
	.header-navigation ul.navigation-box>li {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.header-navigation ul.navigation-box>li:hover:before {
	opacity: 1;
}

.header-navigation ul.navigation-box>li:first-child {
	padding-left: 0 !important;
}

.header-navigation ul.navigation-box>li:last-child {
	padding-right: 0 !important;
}

.header-navigation ul.navigation-box>li+li {
	margin-left: 70px;
}

.header-navigation ul.navigation-box>li>a {
	font-weight: 500;
	font-size: 18px;
	color: #7f7e7e;
	padding: 0;
	transition: all .4s ease;
	position: relative;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
	color: #cfc205;
}

.header-navigation ul.navigation-box>li.current>a:after,
.header-navigation ul.navigation-box>li:hover>a:after {
	opacity: 1;
}

.header-navigation ul.navigation-box>li>ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 250px;
	padding: 30px 0px;
	text-align: left;
	list-style: none;
	background-color: #46344E;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0;
	visibility: hidden;
	transition: opacity .4s ease, visibility .4s ease;
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

.header-navigation ul.navigation-box>li>ul.sub-menu.right-align {
	left: auto;
	right: 0;
}

.header-navigation ul.navigation-box>li>ul.sub-menu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>ul.sub-menu {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li {
	display: block;
	position: relative;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li+li {
	margin-top: 20px;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a {
	font-size: 16px;
	color: #bfd4ef;
	font-weight: 500;
	padding: 0px 40px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu li:hover>a {
	color: #fff;
	position: relative;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>ul.sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
	float: left;
	min-width: 250px;
	padding: 30px 0px;
	text-align: left;
	list-style: none;
	background-color: #46344E;
	background-clip: padding-box;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	transition: opacity .4s ease, visibility .4s ease;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>ul.sub-menu.right-align {
	left: auto;
	right: 100%;
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>ul.sub-menu>li>ul.sub-menu {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>ul.sub-menu>li {
	display: block;
	position: relative;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>ul.sub-menu>li>a {
	font-size: 17px;
	color: #bfd4ef;
	font-weight: 500;
	padding: 0px 40px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu li+li {
	margin-top: 20px;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu li:hover>a {
	color: #cfc205;
	position: relative;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.header-navigation.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #f3f3f3;
	border-bottom: 0;
}

.header-navigation.stricky-fixed ul.navigation-box>li {
	padding-top: 22.5px;
	padding-bottom: 22.5px;
}

.header-navigation.stricky-fixed .container .navbar-brand {
	padding-top: 22.5px;
	padding-bottom: 22.5px;
}

.site-header.style-one {
	background: #46344E;
}

.site-header.style-one .container-fluid {
	padding: 0;
	padding-left: 360px;
}

@media (max-width: 1400px) {
	.site-header.style-one .container-fluid {
		padding-left: 220px;
	}
}

.site-header.style-one ul.contact-infos {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header.style-one ul.contact-infos li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 55.5px;
}

.site-header.style-one ul.contact-infos li+li {
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	padding-left: 40px;
	margin-left: 40px;
}

@media (max-width: 1440px) {
	.site-header.style-one ul.contact-infos li+li {
		padding-left: 20px;
		margin-left: 20px;
	}
}

.site-header.style-one ul.contact-infos li i {
	color: #cfc205;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.site-header.style-one ul.contact-infos li span {
	color: #bfd4ef;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.site-header.style-one a.contact-btn {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	background: #cfc205;
	text-align: center;
	padding: 11px 60px;
}

@media (max-width: 1440px) {
	.site-header.style-one .header-navigation ul.navigation-box>li+li {
		margin-left: 40px;
	}

	.site-header.style-one .header-navigation .container .right-side-box .social {
		margin-left: 60px;
	}
}

@media (max-width: 1370px) {
	.site-header.style-one .header-navigation ul.navigation-box>li+li {
		margin-left: 30px;
	}

	.site-header.style-one .header-navigation .container .right-side-box .social {
		margin-left: 30px;
	}
}

.site-header.style-two {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.site-header.style-two .header-navigation {
	background-color: transparent;
	padding-left: 70px;
	padding-right: 70px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.site-header.style-two .header-navigation .container {
	padding-left: 0;
}

.site-header.style-two .header-navigation .main-navigation {
	float: none;
	text-align: center;
}

.site-header.style-two .header-navigation ul.navigation-box>li {
	padding-left: 0px;
	padding-right: 0px;
}

.site-header.style-two .header-navigation ul.navigation-box>li+li {
	margin-left: 50px;
}

.site-header.style-two .header-navigation ul.navigation-box>li>a {
	color: #fff;
}

.site-header.style-two .header-navigation .container .navbar-brand {
	padding: 0;
	background-color: transparent;
}

.site-header.style-two .header-navigation .container .logo-box {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-header.style-two .header-navigation .right-side-box .phone-number {
	font-size: 22px;
	color: #fff;
	font-family: 'Arvo', serif;
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
}

.site-header.style-two .header-navigation .right-side-box .phone-number i {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.site-header.style-two .header-navigation.stricky-fixed {
	background: #181818;
}

.site-header.style-three {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	left: auto;
	background: #fff;
}

@media (max-width: 1650px) {
	.site-header.style-three {
		width: 100%;
	}
}

@media (max-width: 1440px) {
	.site-header.style-three {
		width: 100%;
	}
}

.site-header.style-three .container {
	padding-left: 0;
	padding-right: 0;
	margin-left: 70px;
}

@media (min-width: 1200px) {
	.site-header.style-three .container {
		max-width: 1170px;
		margin-right: auto;
	}
}

@media (max-width: 1440px) {
	.site-header.style-three .container {
		margin-left: 40px;
	}
}

.site-header.style-three .top-bar {
	padding: 30px 0;
}

.site-header.style-three .top-bar .left-content {
	padding: 9px 0;
}

.site-header.style-three .top-bar .single-right-content {
	display: inline-block;
	vertical-align: middle;
}

.site-header.style-three .top-bar .single-right-content+.single-right-content {
	margin-left: 36px;
}

.site-header.style-three .top-bar .single-right-content .icon-block,
.site-header.style-three .top-bar .single-right-content .text-block {
	display: table-cell;
	vertical-align: middle;
}

.site-header.style-three .top-bar .single-right-content .icon-block i {
	font-size: 28px;
	color: #cfc205;
	display: block;
}

.site-header.style-three .top-bar .single-right-content .text-block {
	padding-left: 20px;
}

.site-header.style-three .top-bar .single-right-content .text-block h4,
.site-header.style-three .top-bar .single-right-content .text-block p {
	margin: 0;
	line-height: 1em;
}

.site-header.style-three .top-bar .single-right-content .text-block h4 {
	color: #46344E;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

.site-header.style-three .top-bar .single-right-content .text-block p {
	color: #7f7f7f;
	font-weight: 500;
	font-size: 16px;
}

.site-header.style-three .top-bar .single-right-content .social {
	display: inline-block;
}

.site-header.style-three .top-bar .single-right-content .social a {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #f3f3f3;
	color: #7f7f7f;
	font-size: 16px;
	text-align: center;
	line-height: 52px;
	transition: all .4s ease;
}

.site-header.style-three .top-bar .single-right-content .social a+a {
	margin-left: 10px;
}

.site-header.style-three .top-bar .single-right-content .social a:hover {
	color: #fff;
	background: #cfc205;
}

.site-header.style-three .header-navigation {
	padding-right: 0;
	background: #46344E;
}

.site-header.style-three .header-navigation .container {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1200px) {
	.site-header.style-three .header-navigation .container {
		max-width: 1170px;
	}
}

.site-header.style-three .header-navigation ul.navigation-box>li>a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .2em;
}

.site-header.style-three .header-navigation ul.navigation-box>li {
	padding-left: 42.5px;
	padding-right: 42.5px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0;
}

.site-header.style-three .header-navigation .container .right-side-box .bootstrap-select>.dropdown-toggle {
	color: #fff;
}

.site-header.style-three .header-navigation.stricky-fixed .container {
	margin-left: auto;
	margin-right: auto;
}

.site-header.style-four {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.site-header.style-four .header-navigation {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.site-header.style-four .header-navigation .container {
	max-width: 1170px;
	padding-left: 0;
}

.site-header.style-four .header-navigation .main-navigation {
	float: right;
	text-align: right;
}

.site-header.style-four .header-navigation ul.navigation-box>li {
	padding-left: 0px;
	padding-right: 0px;
}

.site-header.style-four .header-navigation ul.navigation-box>li>a {
	color: #7f7f7f;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .2em;
}

.site-header.style-four .header-navigation .container .navbar-brand {
	padding: 0;
	background-color: transparent;
}

.site-header.style-four .header-navigation .container .logo-box {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-header.style-four .header-navigation.stricky-fixed {
	background: #fff;
}

/************************** 
* 3. banner styles 
***************************/
#minimal-bootstrap-carousel {
	margin-top: 0px;
	position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	text-align: right;
	text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
	display: table-cell;
	text-align: left;
}



#minimal-bootstrap-carousel .carousel-caption .container .box .content {
	display: block;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
	vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
	vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
	vertical-align: middle;
}

#minimal-bootstrap-carousel [class*=carousel-control-one] {
	background: none;
	width: 63px;
	height: 63px;
	font-size: 26px;
	line-height: 63px;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(24, 24, 24, 0.1);
	visibility: visible !important;
	opacity: 1;
	transition: all 0.5s ease;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 91;
}

#minimal-bootstrap-carousel [class*=carousel-control-one]:hover {
	background: #46344E;
	color: #fff;
}

@media (max-width: 575px) {
	#minimal-bootstrap-carousel [class*=carousel-control-one] {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

#minimal-bootstrap-carousel [class*=carousel-control-one-next] {
	right: 3%;
}

#minimal-bootstrap-carousel [class*=carousel-control-one-prev] {
	left: 3%;
}

@media (max-width: 1199px) {
	#minimal-bootstrap-carousel .carousel-caption .container {
		max-width: 960px;
	}
}

@media (max-width: 991px) {
	#minimal-bootstrap-carousel .carousel-caption .container {
		max-width: 720px;
	}
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
	min-height: 898px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #222;
}

#minimal-bootstrap-carousel.slider-home-four .carousel-inner .carousel-item {
	min-height: 1010px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #222;
}


.slider-content-style-three .content {
	padding-top: 130px;
}

.slider-content-style-three h3 {
	margin: 0;
	font-size: 90px;
	color: #fff;
	font-weight: 900;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.slider-content-style-three h3 span {
	color: #cfc205;
	text-shadow: 2px 2px 2px #2e2e2e;
	font-family: 'Arvo', serif;
	font-weight: 900;
	font-style: italic;
	display: inline-block;
	border-bottom: 2px solid #cfc205;
}

.slider-content-style-three a.thm-btn {
	color: #fff;
	border-color: #46344E;
	background: #46344E;
	margin-top: 60px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.slider-content-style-three a.thm-btn:hover {
	color: #fff;
	background: #181818;
	border-color: #181818;
}

.slider-content-style-two .carousel-item {
	position: relative;
}

.slider-content-style-two .carousel-item .curve-shape {
	display: block;
	width: 465px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg);
	background: #46344E;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.home-slider-two-wrapper {
	position: relative;
}

.home-slider-two-wrapper .slider-promo-text {
	position: absolute;
	top: 180px;
	left: 70px;
	z-index: 9;
}

.home-slider-two-wrapper .slider-promo-text p {
	margin: 0;
	font-size: 26px;
	line-height: 40px;
	color: #fff;
	font-family: 'Arvo', serif;
	font-weight: bold;
	font-style: italic;
	width: 130px;
}

.home-slider-two-wrapper .slider-open-time {
	position: absolute;
	bottom: 70px;
	left: 70px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 9;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.home-slider-two-wrapper .slider-open-time li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	line-height: 20px;
}

.home-slider-two-wrapper .slider-open-time li:last-child {
	margin-right: 0;
}

.home-slider-two-wrapper .slider-open-time li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

.home-slider-two-wrapper .slider-open-time li a:hover {
	text-decoration: underline;
}

.home-slider-two-wrapper .slider-social-links {
	position: absolute;
	top: 50%;
	left: 315px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.home-slider-two-wrapper .slider-social-links a {
	color: #fff;
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #f3f3f3;
	color: #7f7f7f;
	font-size: 16px;
	line-height: 52px;
	text-align: center;
	transition: all .4s ease;
}

.home-slider-two-wrapper .slider-social-links a:hover {
	color: #fff;
	background: #cfc205;
}

.home-slider-two-wrapper .slider-social-links a+a {
	margin-top: 10px;
}

.home-slider-two-wrapper .slider-social-links a:nth-child(1) {
	margin-left: 30px;
}

.home-slider-two-wrapper .slider-social-links a:nth-child(2) {
	margin-left: 20px;
}

.home-slider-two-wrapper .slider-social-links a:nth-child(3) {
	margin-left: 10px;
}

.home-slider-two-wrapper .carousel-indicators {
	bottom: 50px;
}

.home-slider-two-wrapper .carousel-indicators li {
	width: 10px;
	height: 10px;
	border: 0;
}

.home-slider-two-wrapper .slider-content-style-two h3 {
	color: #fff;
	font-size: 80px;
	font-family: 'Arvo', serif;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.home-slider-two-wrapper .slider-content-style-two h3 span {
	font-weight: 900;
}

.home-slider-two-wrapper .slider-content-style-two a.thm-btn {
	color: #fff;
	border-color: #fff;
	margin-top: 40px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.home-slider-two-wrapper .slider-content-style-two a.thm-btn:hover {
	color: #fff;
	border-color: #181818;
}

/************************** 
* 4. newsletter styles 
***************************/
.newsletter-style-one .row+.row {
	margin-top: 60px;
}

.newsletter-style-one .newsletter-content-box .sec-title {
	margin-bottom: 40px;
}

.newsletter-style-one .newsletter-content-box p {
	margin: 0;
}

.newsletter-form-box {
	padding: 60px;
}

.newsletter-form-box h3 {
	margin: 0;
	font-family: 'Arvo', serif;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 45px;
}

.newsletter-form-box h3 span {
	font-weight: 900;
}

.newsletter-form-box input {
	border: none;
	width: 100%;
	height: 72px;
	border: 4px solid #fff;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: transparent;
}

.newsletter-form-box input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.newsletter-form-box input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.newsletter-form-box input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.newsletter-form-box input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.newsletter-form-box button[type=submit] {
	margin-top: 10px;
	display: block;
	width: 100%;
	background: #cfc205;
}

/************************** 
* 5. about styles 
***************************/
.about-style-one .single-about-box .box-icon {
	font-size: 64px;
	color: #cfc205;
}

.about-style-one .single-about-box h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-family: 'Arvo', serif;
	font-weight: 700;
	color: #181818;
	margin-top: 20px;
}

.about-style-one p {
	font-size: 18px;
	line-height: 34px;
	color: #7f7f7f;
	width: 86%;
	margin-top: 50px;
}

.about-style-one .about-featured-image {
	margin-left: 6px;
	position: relative;
}

.about-style-one .about-featured-image .content-box {
	position: absolute;
	bottom: -30px;
	left: -30px;
	background: #46344E;
	width: 400px;
	font-size: 28px;
	font-family: 'Arvo', serif;
	font-weight: 900;
	color: #fff;
	padding: 55px 59px;
}

.about-style-one .about-featured-image .content-box span {
	color: #cfc205;
}

.about-style-two .container-fluid {
	padding: 0;
}

.about-style-two .about-content {
	width: 100%;
	max-width: 475px;
	margin-left: auto;
	margin-right: 90px;
}

.about-style-two .about-content .sec-title {
	padding-bottom: 0;
}

.about-style-two .about-content p {
	margin: 0;
	color: #bfd4ef;
	margin-top: 40px;
	margin-bottom: 40px;
}

.about-style-two .about-content ul.list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-style-two .about-content ul.list-items li {
	font-size: 20px;
	color: #fff;
	font-family: 'Arvo', serif;
	font-weight: 700;
	position: relative;
	padding-left: 60px;
	line-height: 40px;
}

.about-style-two .about-content ul.list-items li+li {
	margin-top: 20px;
}

.about-style-two .about-content ul.list-items li .count {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: #cfc205;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-style-two .about-featured-image {
	position: relative;
}

.about-style-two .about-featured-image>img {
	width: 100%;
}

.about-style-two .about-featured-image .box {
	background: #cfc205;
	width: 100%;
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	font-family: 'Arvo', serif;
	padding: 43px 0;
}

.about-style-three .about-content {
	padding-right: 70px;
}

.about-style-three .about-content .sec-title {
	padding-bottom: 0;
}

.about-style-three .about-content p {
	margin: 45px 0;
}

.about-style-three .accrodion-grp .accrodion+.accrodion {
	margin-top: 10px;
}

.about-style-three .accrodion-grp .accrodion .accrodion-title {
	background: #f3f3f3;
	cursor: pointer;
}

.about-style-three .accrodion-grp .accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #181818;
	padding: 25px 0;
	padding-left: 30px;
	position: relative;
	transition: all .4s ease;
}

.about-style-three .accrodion-grp .accrodion .accrodion-title h4:before {
	font-family: 'FontAwesome';
	content: '\f067';
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	color: #181818;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .4s ease;
}

.about-style-three .accrodion-grp .accrodion .accrodion-content .inner {
	padding: 20px 30px 15px;
}

.about-style-three .accrodion-grp .accrodion .accrodion-content .inner p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	color: #7f7f7f;
}

.about-style-three .accrodion-grp .accrodion.active .accrodion-title h4 {
	color: #fff;
	background: #46344E;
}

.about-style-three .accrodion-grp .accrodion.active .accrodion-title h4:before {
	content: '\f068';
	background: #cfc205;
	color: #fff;
}

.about-style-four .row+.row {
	margin-top: 60px;
}

@media (max-width: 991px) {
	.about-style-four .sec-title {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.about-style-four .featured-image {
		margin-bottom: 40px;
	}

	.about-style-four .row+.row {
		margin-top: 0px;
	}
}

@media (max-width: 1199px) {
	.about-style-five img {
		width: 100%;
	}
}

.about-style-five .sec-title {
	margin-top: 60px;
	padding-bottom: 40px;
}

.about-style-five .content-box {
	background: #cfc205;
	margin-left: -7.5px;
	padding: 93px 80px;
}

@media (max-width: 1199px) {
	.about-style-five .content-box {
		margin-left: 0;
	}
}

.about-style-five .content-box h3 {
	margin: 0;
	font-size: 26px;
	line-height: 40px;
	color: #fff;
	font-style: italic;
	font-family: 'Arvo', serif;
	font-weight: 900;
}

.about-style-five .content-box h3 a {
	color: #fff;
	transition: all .4s ease;
}

.about-style-five .content-box h3 a:hover {
	color: #181818;
}

.about-style-five .content-box .read-more {
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 14px;
	letter-spacing: .2em;
	color: #fff;
	font-weight: 600;
	margin-top: 40px;
	transition: all .4s ease;
}

.about-style-five .content-box .read-more:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	text-decoration: underline;
}

/************************** 
* 6. clients styles 
***************************/
.brand-carousel-one {
	padding: 90px 0;
}

.brand-carousel-one .owl-nav {
	margin: 0;
}

/************************** 
* 7. services styles 
***************************/
.service-style-one {
	position: relative;
}

.service-style-one:before {
	content: '';
	width: 100%;
	height: 244px;
	background: #f3f3f3;
	position: absolute;
	top: 0;
	left: 0;
}

.service-style-one.service-page:before {
	display: none;
}

.service-style-one.service-page .single-service-style-one {
	margin-bottom: 60px;
}

.single-service-style-one {
	margin-bottom: 30px;
}

.single-service-style-one .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-service-style-one .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-service-style-one .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-service-style-one .image-block .box a>i {
	font-size: 19px;
	color: #fff;
	transition: all .4s ease;
}

.single-service-style-one .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-service-style-one .text-block {
	text-align: center;
	border: 1px solid #e8e8e8;
	border-top: 0;
	position: relative;
	padding-top: 55px;
	padding-bottom: 55px;
}

.single-service-style-one .text-block:before {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: -1px;
	height: 4px;
	width: 100%;
	background-color: #cfc205;
	content: "";
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.single-service-style-one .text-block h3 {
	margin: 0;
	font-weight: 900;
	font-size: 28px;
	font-family: 'Arvo', serif;
}

.single-service-style-one .text-block h3 a {
	color: #181818;
}

.single-service-style-one .text-block p {
	margin: 0;
	width: 69%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.single-service-style-one .text-block a.more-link {
	display: inline-block;
	width: 56px;
	height: 56px;
	background: #cfc205;
	position: absolute;
	bottom: 0;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	color: #fff;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	transition: all .4s ease;
}

.single-service-style-one .text-block a.more-link:hover {
	background: #181818;
}

.single-service-style-one:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-service-style-one:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-service-style-one:hover .image-block .box a>i:hover {
	color: #cfc205;
}

.single-service-style-one:hover .text-block:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.single-service-style-one:hover .text-block a.more-link {
	opacity: 1;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.single-service-style-two {
	position: relative;
	background: #fff;
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 67px 0;
	margin-bottom: 60px;
}

.single-service-style-two i.box-icon {
	font-size: 60px;
	color: #cfc205;
}

.single-service-style-two h3 {
	margin: 0;
	font-size: 26px;
	font-weight: 900;
	font-family: 'Arvo', serif;
	margin-top: 30px;
	margin-bottom: 41px;
}

.single-service-style-two h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-service-style-two h3 a:hover {
	color: #cfc205;
}

.single-service-style-two p {
	margin: 0;
	width: 64%;
	margin-left: auto;
	margin-right: auto;
}

.single-service-style-two a.more-link {
	display: inline-block;
	width: 56px;
	height: 56px;
	background: #cfc205;
	position: absolute;
	bottom: 0;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	color: #fff;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	transition: all .4s ease;
}

.single-service-style-two a.more-link:hover {
	background: #181818;
}

.single-service-style-two:before {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: -1px;
	height: 4px;
	width: 100%;
	background-color: #cfc205;
	content: "";
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.single-service-style-two:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.single-service-style-two:hover a.more-link {
	opacity: 1;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.service-page-two .single-service-style-two {
	margin-bottom: 60px;
	border: 1px solid #e8e8e8;
}

.service-style-three {
	margin-top: 3em;
}

.service-style-three .container .row [class*=col-] {
	border-top: 2px solid #f3f3f3;
}

.service-style-three .container .row [class*=col-]:nth-child(odd) {
	padding-right: 60px;
}

.service-style-three .container .row [class*=col-]:nth-child(even) {
	padding-left: 60px;
}

.service-style-three .container .row [class*=col-]+[class*=col-] {
	border-left: 2px solid #f3f3f3;
}

.service-style-three.no-border .container .row [class*=col-] {
	border-top: 0px solid #f3f3f3;
}

.service-style-three.no-border .container .row [class*=col-]+[class*=col-] {
	border-left: 0px solid #f3f3f3;
}

.service-style-three.no-border .single-service-style-three {
	padding: 0;
}

.single-service-style-three {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 53.5px 0;
}

.single-service-style-three .image-block-wrapper {
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.single-service-style-three .inner-block {
	overflow: hidden;
	border-radius: 50%;
}

.single-service-style-three .image-block {
	overflow: hidden;
	width: 184px;
}

.single-service-style-three .image-block .box {
	border-radius: 50%;
}

.single-service-style-three .image-block>img {
	width: 100%;
	border-radius: 50%;
}

.single-service-style-three .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-service-style-three .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-service-style-three .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-service-style-three .image-block .box a>i {
	font-size: 19px;
	color: #fff;
	transition: all .4s ease;
}

.single-service-style-three .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-service-style-three:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-service-style-three:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-service-style-three:hover .image-block .box a>i:hover {
	color: #cfc205;
}

.single-service-style-three .text-block h3 {
	font-size: 22px;
	margin: 0;
	font-family: 'Arvo', serif;
	font-weight: 900;
	margin-bottom: 33px;
}

.single-service-style-three .text-block h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-service-style-three .text-block h3 a:hover {
	color: #cfc205;
}

.single-service-style-three .text-block p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #7f7f7f;
	margin: 0;
	width: 81%;
	margin-bottom: 28px;
}

.single-service-style-three .text-block a.read-more {
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 14px;
	letter-spacing: .2em;
	color: #cfc205;
	font-weight: 600;
	transition: all .4s ease;
}

.single-service-style-three .text-block a.read-more:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	text-decoration: underline;
}

.service-tab-style-one .tab-title {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	background: #fff;
	margin-bottom: 60px;
}

.service-tab-style-one .tab-title li {
	display: inline-block;
	margin-bottom: 0 !important;
	float: left;
	width: 33.3333333%;
}

.service-tab-style-one .tab-title li a {
	display: block;
	border: none;
	outline: none;
	display: block;
	cursor: pointer;
	padding: 45px 0;
	border-radius: 0 !important;
	transition: all 0.4s ease;
	text-align: center;
	position: relative;
}

.service-tab-style-one .tab-title li a h3 {
	margin: 0;
	font-size: 22px;
	color: #181818;
	font-family: 'Arvo', serif;
	font-weight: 900;
}

.service-tab-style-one .tab-title li a.active {
	background: #cfc205;
}

.service-tab-style-one .tab-title li a.active h3 {
	color: #fff;
}

.service-tab-style-one.white-bg .tab-title {
	background: #f3f3f3;
}

.service-tab-style-one .single-tab-content .text-box{
	margin-bottom:15px;
}

.service-tab-style-one .single-tab-content .text-box p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
}

.service-tab-style-one .single-tab-content .text-box ul.list-items {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
}

.service-tab-style-one .single-tab-content .text-box ul.list-items li {
	color: #46344E;
	font-size: 22px;
	font-family: 'Arvo', serif;
	font-weight: 900;
}

.service-tab-style-one .single-tab-content .text-box ul.list-items li+li {
	margin-top: 10px;
}

.single-service-style-four {
	display: block;
}

.single-service-style-four .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-service-style-four .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-service-style-four .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-service-style-four .image-block .box a>i {
	font-size: 19px;
	color: #fff;
	transition: all .4s ease;
}

.single-service-style-four .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-service-style-four:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-service-style-four:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-service-style-four:hover .image-block .box a>i:hover {
	color: #cfc205;
}

.single-service-style-four .text-block {
	border: 1px solid #e8e8e8;
	padding: 48px 60px;
}

.single-service-style-four .text-block h3,
.single-service-style-four .text-block p {
	margin: 0;
}

.single-service-style-four .text-block h3 {
	font-size: 26px;
	font-weight: 900;
	line-height: 34px;
	font-family: 'Arvo', serif;
	margin-bottom: 40px;
}

.single-service-style-four .text-block h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-service-style-four .text-block h3 a:hover {
	color: #46344E;
}

.single-service-style-four .text-block p {
	margin: 0;
	margin-bottom: 30px;
}

.single-service-style-four .text-block a.read-more {
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 14px;
	letter-spacing: .2em;
	color: #cfc205;
	font-weight: 600;
	transition: all .4s ease;
}

.single-service-style-four .text-block a.read-more:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	text-decoration: underline;
}

.single-service-page br {
	display: block !important;
}

.single-service-page p {
	width: 100%;
	margin: 0;
}

.single-service-page .title-line,
.single-service-page .box-title {
	margin: 0;
	color: #181818;
	font-size: 40px;
	font-weight: 900;
	font-family: 'Arvo', serif;
}

.single-service-page .box-title {
	font-size: 22px;
}

.single-service-page .featured-block .list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-service-page .featured-block .list-items li {
	position: relative;
	padding-left: 25px;
}

.single-service-page .featured-block .list-items li i {
	color: #cfc205;
	font-size: 16px;
	position: absolute;
	top: 10px;
	left: 0;
}

/************************** 
* 8. funfact styles 
***************************/
.fun-fact-title-one {
	background: #cfc205;
	padding: 53.5px 0;
	position: relative;
}

.fun-fact-title-one:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #cfc205;
	position: absolute;
	top: 100%;
	z-index: 10;
	left: 50%;
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}

.fun-fact-title-one .sec-title h2 {
	font-size: 40px;
}

.fun-fact-style-one {
	position: relative;
	background: #46344E url(../images/background-1-1.html) center center no-repeat fixed;
	background-size: cover;
	padding-bottom: 245px;
}

.fun-fact-style-one:before {
	content: '';
	background: #46344E;
	opacity: .95;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-fun-fact-style-one h3,
.single-fun-fact-style-one p {
	margin: 0;
	line-height: 1em;
}

.single-fun-fact-style-one h3 {
	font-family: 'Arvo', serif;
	font-size: 60px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 20px;
}

.single-fun-fact-style-one p {
	color: #bed3ee;
}

/************************** 
* 9. team styles 
***************************/
.single-team-style-one {
	margin-bottom: 60px;
}

.single-team-style-one .image-block-wrapper {
	display: block;
}

.single-team-style-one .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-team-style-one .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-team-style-one .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-team-style-one .image-block .box a>i {
	font-size: 24px;
	color: #fff;
	transition: all .4s ease;
}

.single-team-style-one .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-team-style-one:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-team-style-one:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-team-style-one:hover .image-block .box a>i:hover {
	color: #cfc205;
}

.single-team-style-one:hover .hvr-float-shadow {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-team-style-one:hover .hvr-float-shadow:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.single-team-style-one .text-block {
	margin-top: 30px;
}

.single-team-style-one .text-block h3 {
	margin: 0;
	font-family: 'Arvo', serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1em;
}

.single-team-style-one .text-block h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-team-style-one .text-block h3 a:hover {
	color: #cfc205;
}

.single-team-style-one .text-block p {
	margin: 0;
	line-height: 1em;
	margin-top: 15px;
}

.single-team-style-one .text-block .social {
	border-top: 2px solid #f3f3f3;
	padding-top: 30px;
	margin-top: 30px;
}

.single-team-style-one .text-block .social a {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: #f3f3f3;
	font-size: 16px;
	line-height: 40px;
	color: #7f7f7f;
	transition: all .4s ease;
	border-radius: 50%;
}

.single-team-style-one .text-block .social a:hover {
	color: #fff;
	background: #cfc205;
}

.single-team-style-one .text-block .social a+a {
	margin-left: 10px;
}

/************************** 
* 10. cta styles 
***************************/
.call-to-action-one {
	position: relative;
	background: #330000 url(../images/background-1-2.html) center center no-repeat;
	background-size: cover;
}

.call-to-action-one:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #330000;
	opacity: .8;
}

.call-to-action-one .container {
	position: relative;
}

.call-to-action-one .thm-btn {
	margin-top: 50px;
}

.call-to-action-one .sec-title h2 {
	font-size: 60px;
}

.call-to-action-two .sec-title {
	padding-bottom: 40px;
}

.call-to-action-two p {
	margin-bottom: 50px;
}

.call-to-action-two img {
	width: 100%;
}

.call-to-action-two .cta-call-block {
	padding: 66px 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: #cfc205;
}

.call-to-action-two .cta-call-block .icon-block i {
	font-size: 50px;
	color: #fff;
	display: block;
}

.call-to-action-two .cta-call-block .text-block {
	padding-left: 30px;
}

.call-to-action-two .cta-call-block .text-block span {
	display: block;
	color: #fff;
	line-height: 1em;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .2em;
}

.call-to-action-two .cta-call-block .text-block h3 {
	margin: 0;
	font-family: 'Arvo', serif;
	font-weight: 900;
	color: #fff;
	line-height: 1em;
	font-size: 40px;
}

.call-to-action-three {
	background: #181818 url(../images/background-1-4.html) center center no-repeat fixed;
	background-size: cover;
	position: relative;
}

.call-to-action-three:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #46344E;
	opacity: .9;
}

/************************** 
* 11. blog styles 
***************************/
.blog-style-one {
	position: relative;
}

.blog-style-one:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 356px;
	background: #46344E;
}

.blog-style-one .container {
	position: relative;
}

.blog-style-one .row [class*=col-]:nth-child(2) .single-blog-style-one .text-block {
	background: #fff;
}

.blog-style-one .row [class*=col-]:nth-child(5) .single-blog-style-one .text-block {
	background: #fff;
}

.blog-style-one.blog-grid-page:before {
	display: none;
}

.blog-style-one.blog-grid-page .single-blog-style-one {
	margin-bottom: 0;
}

.blog-style-one.blog-grid-page .more-btn-box {
	margin-top: 60px;
}

.single-blog-style-one {
	margin-bottom: 30px;
}

.single-blog-style-one .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-blog-style-one .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-blog-style-one .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-blog-style-one .image-block .box a>i {
	font-size: 24px;
	color: #fff;
	transition: all .4s ease;
}

.single-blog-style-one .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-blog-style-one:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-blog-style-one:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-blog-style-one:hover .image-block .box a>i:hover {
	color: #cfc205;
}

.single-blog-style-one .text-block {
	padding: 60px 65px 50px;
	background: #f3f3f3;
}

.single-blog-style-one .text-block .meta-info {
	line-height: 1em;
}

.single-blog-style-one .text-block .meta-info a,
.single-blog-style-one .text-block .meta-info span {
	color: #cfc205;
	font-size: 18px;
	line-height: 1em;
	transition: all .4s ease;
}

.single-blog-style-one .text-block .meta-info a:hover {
	color: #181818;
}

.single-blog-style-one .text-block .meta-info span.sep {
	margin-left: 10px;
	margin-right: 10px;
}

.single-blog-style-one .text-block h3,
.single-blog-style-one .text-block p {
	margin: 0;
}

.single-blog-style-one .text-block h3 {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Arvo', serif;
	margin-top: 16px;
	margin-bottom: 40px;
}

.single-blog-style-one .text-block h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-blog-style-one .text-block h3 a:hover {
	color: #46344E;
}

.single-blog-style-one .text-block p {
	margin-bottom: 25px;
}

.single-blog-style-one .text-block a.read-more {
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 14px;
	letter-spacing: .2em;
	color: #cfc205;
	font-weight: 600;
	transition: all .4s ease;
}

.single-blog-style-one .text-block a.read-more:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	text-decoration: underline;
}

.single-blog-style-two {
	margin-bottom: 15px;
}

.single-blog-style-two .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-blog-style-two .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-blog-style-two .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-blog-style-two .image-block .box a>i {
	font-size: 24px;
	color: #fff;
	transition: all .4s ease;
}

.single-blog-style-two .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-blog-style-two:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-blog-style-two:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-blog-style-two:hover .image-block .box a>i:hover {
	color: #cfc205;
}

.single-blog-style-two .text-block {
	padding: 40px 0px 0px;
}

.single-blog-style-two .text-block .meta-info {
	line-height: 1em;
}

.single-blog-style-two .text-block .meta-info a,
.single-blog-style-two .text-block .meta-info span {
	color: #cfc205;
	font-size: 18px;
	line-height: 1em;
	transition: all .4s ease;
}

.single-blog-style-two .text-block .meta-info a:hover {
	color: #181818;
}

.single-blog-style-two .text-block .meta-info span.sep {
	margin-left: 10px;
	margin-right: 10px;
}

.single-blog-style-two .text-block h3,
.single-blog-style-two .text-block p {
	margin: 0;
}

.single-blog-style-two .text-block h3 {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Arvo', serif;
	margin-top: 16px;
	margin-bottom: 40px;
}

.single-blog-style-two .text-block h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-blog-style-two .text-block h3 a:hover {
	color: #46344E;
}

.single-blog-style-two .text-block p {
	margin-bottom: 25px;
}

.single-blog-style-two .text-block a.read-more {
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 14px;
	letter-spacing: .2em;
	color: #cfc205;
	font-weight: 600;
	transition: all .4s ease;
}

.single-blog-style-two .text-block a.read-more:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	text-decoration: underline;
}

.blog-full-width-page .single-blog-style-two {
	margin-bottom: 60px;
}

.blog-full-width-page .single-blog-style-two .upper-block {
	position: relative;
}

.blog-full-width-page .single-blog-style-two .upper-block .date {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #46344E;
	text-align: center;
	font-family: 'Arvo', serif;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	line-height: 1em;
	padding: 8px 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9;
}

.blog-full-width-page .single-blog-style-two .upper-block .date span {
	font-family: 'Arvo', serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .2em;
}

.blog-details-page .text-block .blockquote-box {
	background: #46344E;
	padding: 67px 30px;
	margin-bottom: 30px;
}

.blog-details-page .text-block .blockquote-box p {
	margin: 0;
	color: #fff;
	font-size: 26px;
	font-family: 'Arvo', serif;
}

.blog-details-page .share-block {
	border-top: 2px solid #f3f3f3;
	padding: 40px 0 0;
	margin: 40px 0;
}

.blog-details-page .share-block .tags-block {
	color: #7f7f7f;
	font-size: 20px;
	font-weight: bold;
}

.blog-details-page .share-block .tags-block span {
	font-size: 22px;
	font-family: 'Arvo', serif;
	color: #181818;
	font-weight: 900;
	margin-right: 6px;
}

.blog-details-page .share-block .tags-block a {
	font-size: 18px;
	font-weight: 500;
	color: #7f7f7f;
	margin-left: 6px;
	transition: all .4s ease;
}

.blog-details-page .share-block .tags-block a:hover {
	color: #46344E;
}

.blog-details-page .share-block .social-block a {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #f3f3f3;
	color: #7f7f7f;
	font-size: 16px;
	text-align: center;
	line-height: 52px;
	transition: all .4s ease;
}

.blog-details-page .share-block .social-block a+a {
	margin-left: 10px;
}

.blog-details-page .share-block .social-block a:hover {
	color: #fff;
	background: #cfc205;
}

.blog-details-page .author-block {
	border: 2px solid #f3f3f3;
	padding: 60px;
	margin-bottom: 60px;
}

.blog-details-page .author-block .author-img-box,
.blog-details-page .author-block .author-text-block {
	display: table-cell;
	vertical-align: middle;
}

.blog-details-page .author-block .author-img-box {
	width: 170px;
}

.blog-details-page .author-block .author-img-box>img {
	width: 100%;
}

.blog-details-page .author-block .author-text-block {
	padding-left: 30px;
}

.blog-details-page .author-block .author-text-block h3,
.blog-details-page .author-block .author-text-block p {
	margin: 0;
}

.blog-details-page .author-block .author-text-block h3 {
	font-size: 24px;
	color: #181818;
	font-weight: 900;
	font-family: 'Arvo', serif;
	margin-bottom: 15px;
}

.blog-details-page .author-block .author-text-block p {
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	color: #7f7f7f;
}

.blog-details-page .single-comment-block+.single-comment-block {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 2px solid #f3f3f3;
}

.blog-details-page .single-comment-block .comment-img-block,
.blog-details-page .single-comment-block .comment-text-block {
	display: table-cell;
	vertical-align: top;
}

.blog-details-page .single-comment-block .comment-img-block {
	width: 113px;
}

.blog-details-page .single-comment-block .comment-img-block>img {
	width: 100%;
	border-radius: 50%;
}

.blog-details-page .single-comment-block .comment-text-block {
	padding-left: 30px;
	position: relative;
}

.blog-details-page .single-comment-block .comment-text-block .meta-info {
	display: inline-block;
	vertical-align: baseline;
}

.blog-details-page .single-comment-block .comment-text-block h3.title-line {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
}

.blog-details-page .single-comment-block .comment-text-block h3,
.blog-details-page .single-comment-block .comment-text-block p {
	margin: 0;
}

.blog-details-page .single-comment-block .comment-text-block h3 {
	font-size: 22px;
	color: #181818;
	font-weight: 900;
	font-family: 'Arvo', serif;
}

.blog-details-page .single-comment-block .comment-text-block p {
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	color: #7f7f7f;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-details-page .single-comment-block .comment-text-block .reply-btn {
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 14px;
	letter-spacing: .2em;
	color: #cfc205;
	font-weight: 600;
	transition: all .4s ease;
}

.blog-details-page .single-comment-block .comment-text-block .reply-btn:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	text-decoration: underline;
}

.blog-details-page .comment-form-block {
	border-top: 2px solid #f3f3f3;
	padding-top: 60px;
	margin-top: 60px;
}

.blog-details-page .comment-form-block input,
.blog-details-page .comment-form-block textarea {
	background: #f3f3f3;
	margin: 0;
}

.blog-details-page .comment-form-block .contact-form .row [class*=col-] {
	margin-bottom: 30px;
}

.blog-details-page .comment-form-block .contact-form .row [class*=col-]+[class*=col-] {
	margin-top: 0;
}

.comments-block-title,
.comment-form-block-title {
	margin: 0;
	color: #181818;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Arvo', serif;
	margin-bottom: 60px;
}

/************************** 
* 12. contact styles 
***************************/
.contact-form input,
.contact-form textarea {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background: #fff;
	height: 72px;
	padding-left: 40px;
	color: #7f7f7f;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #7f7f7f;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #7f7f7f;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #7f7f7f;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #7f7f7f;
}

.contact-form textarea {
	height: 162px;
	padding-top: 20px;
}

.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
	border: 0px;
	background: #fff;
	border-radius: 0px;
	margin-bottom: 0px;
}

.contact-form .bootstrap-select>.dropdown-toggle {
	border: none !important;
	outline: none !important;
	background-color: transparent;
	padding: 24px 40px;
	box-shadow: none !important;
	color: #7f7f7f;
}

.contact-form .row [class*=col-]+[class*=col-] {
	margin-top: 10px;
}

.contact-style-one {
	margin-top: -120px;
}

.contact-style-one .contact-form {
	padding: 120px 0;
	padding-right: 120px;
}

.contact-style-one .contact-form:before {
	content: '';
	position: absolute;
	width: 1000000px;
	height: 100%;
	right: 0;
	top: 0;
	background: #f3f3f3;
}

.contact-style-one .contact-form .sec-title {
	position: relative;
}

.contact-style-one .content-block {
	margin-right: -15px;
	padding-bottom: 75px;
}

.contact-style-one .content-block .sec-title {
	margin-top: 50px;
}

.contact-style-one.home-four {
	margin-top: 0;
}

.contact-style-one.home-four .container-fluid {
	padding: 0;
}

.contact-style-one.home-four .contact-form {
	max-width: 450px;
	margin-left: auto;
	padding-right: 0;
	margin-right: 120px;
}

.contact-style-one.home-four .contact-form:before {
	display: none;
}

.contact-style-one.home-four .contact-form .thm-btn {
	background: #cfc205;
}

.contact-style-one.home-four .contact-form .thm-btn:hover {
	background-color: #181818;
}

.contact-page .container {
	max-width: 800px;
}

.contact-page input,
.contact-page textarea {
	background: #f3f3f3;
	margin: 0;
}

.contact-page .contact-form .row {
	margin-left: -5px;
	margin-right: -5px;
}

.contact-page .contact-form .row [class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.contact-page .contact-form .row [class*=col-]+[class*=col-] {
	margin-top: 0;
}

.contact-page .contact-form .bootstrap-select>.dropdown-toggle {
	background: #f3f3f3;
}

#home-one-map {
	width: 100%;
	height: 558px;
}

#home-four-map {
	width: 100%;
	height: 929px;
}

/************************** 
* 13. testimonials styles 
***************************/
.testimonials-style-one .more-box {
	margin-top: 70px;
}

.testimonials-style-one .more-link {
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 16px;
	letter-spacing: .2em;
	color: #7f7f7f;
	font-weight: 600;
	text-decoration: underline;
	transition: all .4s ease;
}

.single-testimonials-style-one {
	background: #fff;
	position: relative;
	padding: 60px 61px;
	padding-bottom: 51px;
	transition: all .4s ease;
}

.single-testimonials-style-one:before {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: -1px;
	height: 4px;
	width: 100%;
	background-color: #cfc205;
	content: "";
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.single-testimonials-style-one .top-box h3 {
	margin: 0;
	color: #181818;
	font-size: 22px;
	font-family: 'Arvo', serif;
	font-weight: 900;
}

.single-testimonials-style-one .top-box span {
	font-size: 16px;
}

.single-testimonials-style-one p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	margin-top: 40px;
}

.single-testimonials-style-one i.box-icon {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f3f3f3;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%) rotate(180deg);
	transform: translate(-50%, 50%) rotate(180deg);
	transition: all .4s ease;
}

.single-testimonials-style-one:hover {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.single-testimonials-style-one:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.single-testimonials-style-one:hover i.box-icon {
	background: #cfc205;
	color: #fff;
}

.testimonials-style-two-title-box {
	background: #cfc205;
	padding: 53.5px 0;
	position: relative;
}

.testimonials-style-two-title-box:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #cfc205;
	position: absolute;
	top: 100%;
	z-index: 10;
	left: 50%;
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}

.testimonials-style-two-title-box .sec-title h2 {
	font-size: 40px;
}

.testimonials-style-two {
	background: #181818 url(../images/background-1-6.html) center center no-repeat fixed;
	background-size: cover;
	position: relative;
	padding: 110px 0;
}

.testimonials-style-two:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #330000;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
}

.testimonials-style-two .container {
	position: relative;
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.testimonials-style-two .owl-nav {
	margin: 0;
}

.testimonials-style-two .owl-dots {
	margin-top: 50px;
}

.testimonials-style-two .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	background: #fff;
	opacity: .1;
	border-radius: 0;
	padding: 0;
	margin: 0;
	transition: all .4s ease;
}

.testimonials-style-two .owl-dots .owl-dot+.owl-dot {
	margin-left: 6px;
}

.testimonials-style-two .owl-dots .owl-dot:hover span,
.testimonials-style-two .owl-dots .owl-dot.active span {
	opacity: 1;
	background: #fff;
}

.single-testimonials-style-two i.box-icon {
	font-size: 86px;
	color: #fff;
	opacity: .15;
	display: block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.single-testimonials-style-two p {
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	margin-top: 35px;
}

.single-testimonials-style-two h3 {
	margin: 0;
	font-family: 'Arvo', serif;
	font-size: 24px;
	font-weight: 900;
	color: #cfc205;
	margin-top: 35px;
	margin-bottom: 60px;
}

.single-testimonials-style-two img {
	width: 56px !important;
	height: 56px !important;
	border-radius: 50%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

/************************** 
* 14. easy step styles 
***************************/
.easy-steps-style-one {
	position: relative;
	background: #46344E url(../images/background-1-3.html) center center no-repeat fixed;
	background-size: cover;
}

.easy-steps-style-one:before {
	content: '';
	background: #46344E;
	opacity: .95;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easy-steps-style-one .container {
	position: relative;
	z-index: 1;
}

.single-easy-steps-style-one {
	background: #fff;
	position: relative;
	padding: 92.5px 0;
	margin-top: 28px;
}

.single-easy-steps-style-one:before {
	content: '';
	width: 100%;
	height: 4px;
	background: #cfc205;
	position: absolute;
	top: 0;
	left: 0;
}

.single-easy-steps-style-one span.count {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #cfc205;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	font-weight: 900;
	font-family: 'Arvo', serif;
	color: #fff;
}

.single-easy-steps-style-one h3 {
	margin: 0;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Arvo', serif;
	margin-bottom: 35px;
}

.single-easy-steps-style-one h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-easy-steps-style-one h3 a:hover {
	color: #cfc205;
}

.single-easy-steps-style-one p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	width: 59%;
	margin-left: auto;
	margin-right: auto;
}

.steps-video-box {
	margin-top: 60px;
}

.steps-video-box .sec-title h2 {
	font-size: 40px;
}

.steps-video-box .main-video-box .para-text,
.steps-video-box .main-video-box .video-box-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.steps-video-box .main-video-box .para-text {
	padding-right: 30px;
	color: #bfd4ef;
	font-size: 18px;
	line-height: 30px;
}

.steps-video-box .main-video-box .para-text a {
	color: #fff;
	text-decoration: underline;
}

.steps-video-box .main-video-box .video-box-wrapper .video-box {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.steps-video-box .main-video-box .video-box-wrapper .video-box .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: rgba(24, 24, 24, 0);
	-webkit-box-pack: center;
	justify-content: center;
	transition: all 0.6s ease-in-out;
}

.steps-video-box .main-video-box .video-box-wrapper .video-box .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.steps-video-box .main-video-box .video-box-wrapper .video-box .box a i.fa {
	width: 39px;
	height: 39px;
	font-size: 12px;
	color: #fff;
	background: #cfc205;
	border-radius: 50%;
	text-align: center;
	line-height: 39px;
}

.steps-video-box .main-video-box .video-box-wrapper .video-box:hover .box {
	background: rgba(24, 24, 24, 0.5);
}

/************************** 
* 15. footer styles 
***************************/
.site-footer hr {
	margin: 0;
	border-color: rgba(255, 255, 255, 0.1);
}

.site-footer .main-footer .container>.row>[class*=col-]+[class*=col-] {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .bottom-footer {
	padding: 30px 0;
}

.site-footer .bottom-footer p {
	margin: 0;
	color: #a4a4a4;
}

.footer-widget {
	padding: 40px 0;
}

.footer-widget .single-contact-info+.single-contact-info {
	margin-top: 45px;
}

.footer-widget .single-contact-info .icon-box,
.footer-widget .single-contact-info .text-box {
	display: table-cell;
	vertical-align: top;
}

.footer-widget .single-contact-info .icon-box i {
	color: #cfc205;
	font-size: 22px;
}

.footer-widget .single-contact-info .text-box {
	padding-left: 20px;
}

.footer-widget .single-contact-info .text-box h4,
.footer-widget .single-contact-info .text-box p {
	margin: 0;
}

.footer-widget .single-contact-info .text-box h4 {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 10px;
}

.footer-widget .single-contact-info .text-box p {
	color: #a4a4a4;
	font-weight: bold;
	font-family: 'Arvo', serif;
	font-size: 20px;
	line-height: 1em;
}

.footer-widget .links-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 100px;
}

.footer-widget .links-list li+li {
	margin-top: 7px;
}

.footer-widget .links-list li a {
	color: #a4a4a4;
	font-size: 18px;
	display: block;
	transition: all .4s ease;
}

.footer-widget .links-list li a:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	color: #cfc205;
}

.footer-widget .social a {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	height: 52px;
	opacity: .3;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	transition: all .4s ease;
}

.footer-widget .social a+a {
	margin-left: 10px;
}

.footer-widget .social a i {
	color: #7f7f7f;
	font-size: 16px;
	line-height: 52px;
}

.footer-widget .social a:hover {
	opacity: 1;
}

.footer-widget.about-widget p {
	width: 63%;
	margin: 0;
	margin-top: 27px;
	margin-left: auto;
	margin-right: auto;
}

.footer-widget.about-widget p+.social {
	margin-top: 18px;
}

.footer-widget ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.footer-widget ul li a{
	color:#ffffff;
}
/*  */
.footer-widget ul li a:hover {
	color: #9B786F;
}

.footer-widget ul.payment-logos {
	padding:0px;
	margin:0px;
	list-style:none;
	margin-top:30px;
}

.footer-widget ul.payment-logos li{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

.footer-widget ul.payment-logos li img{
	width:90%;
	height:90%;
	border: 2px solid #46344E;
	outline: 2px solid #cfc205;
}

.footer-post-carousel-wrapper {
	padding-top: 120px;
	padding-bottom: 80px;
}

.footer-post-carousel-wrapper .title-line {
	margin: 0;
	font-weight: 900;
	font-size: 22px;
	font-family: 'Arvo', serif;
	color: #fff;
}

.footer-post-carousel {
	padding-top: 35px;
}

.footer-post-carousel .owl-nav {
	margin: 0;
}

.footer-post-carousel .owl-dots {
	position: absolute;
	bottom: calc(100% - 12px);
	right: 0;
}

.footer-post-carousel .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	background: #fff;
	opacity: .1;
	border-radius: 0;
	padding: 0;
	margin: 0;
	transition: all .4s ease;
}

.footer-post-carousel .owl-dots .owl-dot+.owl-dot {
	margin-left: 6px;
}

.footer-post-carousel .owl-dots .owl-dot:hover span,
.footer-post-carousel .owl-dots .owl-dot.active span {
	opacity: 1;
	background: #fff;
}

.single-footer-post .image-block,
.single-footer-post .text-block {
	display: table-cell;
	vertical-align: top;
}

.single-footer-post .image-block {
	width: 99px;
}

.single-footer-post .image-block>img {
	width: 100%;
}

.single-footer-post .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-footer-post .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-footer-post .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-footer-post .image-block .box a>i {
	font-size: 19px;
	color: #fff;
	transition: all .4s ease;
}

.single-footer-post .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-footer-post .text-block {
	padding-left: 30px;
}

.single-footer-post .text-block .meta-info {
	line-height: 1em;
}

.single-footer-post .text-block .meta-info a {
	display: inline-block;
	line-height: 1em;
	color: #cfc205;
	font-size: 16px;
}

.single-footer-post .text-block h3 {
	margin: 0;
	font-weight: bold;
	font-family: 'Arvo', serif;
	font-size: 20px;
	line-height: 2.111em;
	margin-top: 10px;
}

.single-footer-post .text-block h3 a {
	color: #fff;
	transition: all .4s ease;
}

.single-footer-post .text-block h3 a:hover {
	color: #cfc205;
}

.single-footer-post:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-footer-post:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-footer-post:hover .image-block .box a>i:hover {
	color: #cfc205;
}

/************************** 
* 16. case study styles 
***************************/
.single-case-study-style-one {
	position: relative;
}

.single-case-study-style-one:before {
	content: '';
	border: 1px solid #e8e8e8;
	position: absolute;
	top: 0;
	left: 50px;
	right: 0;
	bottom: 0;
}

.single-case-study-style-one .inner-box {
	padding: 50px 0;
	position: relative;
}

.single-case-study-style-one .inner-box .image-block,
.single-case-study-style-one .inner-box .text-block {
	display: table-cell;
	vertical-align: middle;
}

.single-case-study-style-one .inner-box .image-block {
	width: 270px;
}

.single-case-study-style-one .inner-box .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-case-study-style-one .inner-box .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-case-study-style-one .inner-box .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-case-study-style-one .inner-box .image-block .box a>i {
	font-size: 19px;
	color: #fff;
	transition: all .4s ease;
}

.single-case-study-style-one .inner-box .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-case-study-style-one .inner-box .text-block {
	padding-left: 50px;
	padding-right: 15px;
}

.single-case-study-style-one .inner-box .text-block i.box-icon {
	font-size: 56px;
	color: #cfc205;
	display: block;
}

.single-case-study-style-one .inner-box .text-block h3 {
	margin: 0;
	font-size: 30px;
	line-height: 34px;
	font-weight: 900;
	font-family: 'Arvo', serif;
	margin-top: 21px;
	margin-bottom: 41px;
}

.single-case-study-style-one .inner-box .text-block h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-case-study-style-one .inner-box .text-block h3 a:hover {
	color: #46344E;
}

.single-case-study-style-one .inner-box .text-block p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	color: #7f7f7f;
	margin-bottom: 26px;
}

.single-case-study-style-one .inner-box .text-block a.read-more {
	text-transform: uppercase;
	line-height: 1em;
	display: inline-block;
	font-size: 14px;
	letter-spacing: .2em;
	color: #cfc205;
	font-weight: 600;
	transition: all .4s ease;
}

.single-case-study-style-one .inner-box .text-block a.read-more:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	text-decoration: underline;
}

.single-case-study-style-one:hover .inner-box .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-case-study-style-one:hover .inner-box .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-case-study-style-one:hover .inner-box .image-block .box a>i:hover {
	color: #cfc205;
}

.case-page-one .single-case-study-style-one {
	margin-bottom: 60px;
}

.single-case-study-style-two {
	display: block;
}

.single-case-study-style-two .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-case-study-style-two .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-case-study-style-two .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-case-study-style-two .image-block .box a>i {
	font-size: 19px;
	color: #fff;
	transition: all .4s ease;
}

.single-case-study-style-two .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-case-study-style-two:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-case-study-style-two:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-case-study-style-two:hover .image-block .box a>i:hover {
	color: #cfc205;
}

.single-case-study-style-two .text-block {
	background: #f3f3f3;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.single-case-study-style-two .text-block h3 {
	margin: 0;
	font-size: 30px;
	line-height: 34px;
	font-weight: 900;
	font-family: 'Arvo', serif;
}

.single-case-study-style-two .text-block h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-case-study-style-two .text-block h3 a:hover {
	color: #cfc205;
}

.single-case-study-style-two .text-block p {
	margin: 0;
	color: #7f7f7f;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	margin-top: 40px;
}

.single-case-study-style-two .text-block .box-icon {
	color: #cfc205;
	font-size: 60px;
	display: block;
}

.single-case-study-style-two .text-block .read-more-btn {
	display: block;
	border: 2px solid #e8e8e8;
	background: #ffffff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 14px;
	letter-spacing: .2em;
	color: #cfc205;
	font-weight: 600;
	padding: 19px 0;
	margin-top: 30px;
	transition: all .4s ease;
}

.single-case-study-style-two .text-block .read-more-btn:hover {
	color: #fff;
	border-color: #cfc205;
	background: #cfc205;
}

.single-case-study-style-two .text-block .upper-block .icon-block,
.single-case-study-style-two .text-block .upper-block .content-block {
	display: table-cell;
	vertical-align: top;
}

.single-case-study-style-two .text-block .upper-block .content-block {
	padding-left: 30px;
}

.case-page-two .single-case-study-style-two {
	margin-bottom: 30px;
}

.single-case-page .box-title {
	font-size: 26px;
}

.single-case-page .featured-image {
	display: block;
}

.single-case-page .icon-box-with-text .icon-block,
.single-case-page .icon-box-with-text .content-box {
	display: table-cell;
	vertical-align: top;
}

.single-case-page .icon-box-with-text .icon-block i {
	font-size: 48px;
	color: #cfc205;
}

.single-case-page .icon-box-with-text .icon-block i.large {
	font-size: 60px;
}

.single-case-page .icon-box-with-text .content-box {
	padding-left: 30px;
}

.single-case-page .icon-box-with-text .content-box h3+p {
	margin-top: 15px;
}

/************************** 
* 17. video styles 
***************************/
.video-style-one .video-box {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
	display: inline-block;
}

.video-style-one .video-box .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: rgba(24, 24, 24, 0);
	-webkit-box-pack: center;
	justify-content: center;
	transition: all 0.6s ease-in-out;
}

.video-style-one .video-box .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.video-style-one .video-box .box a i.fa {
	width: 111px;
	height: 111px;
	font-size: 22px;
	color: #fff;
	background: #cfc205;
	border-radius: 50%;
	text-align: center;
	line-height: 111px;
}

.video-style-one .video-box:hover .box {
	background: rgba(24, 24, 24, 0.5);
}

.video-style-three {
	position: relative;
	background: #330000 url(../images/background-1-5.html) top center no-repeat fixed;
	background-size: cover;
}

.video-style-three:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #330000;
	opacity: .8;
}

.video-style-three .container {
	position: relative;
}

.video-style-three .video-popup {
	display: inline-block;
	vertical-align: middle;
	width: 111px;
	height: 111px;
	background: #cfc205;
	border-radius: 50%;
	color: #fff;
	line-height: 111px;
	font-size: 22px;
}

.video-style-three .sec-title {
	padding-top: 60px;
}

.video-style-three .sec-title h2 {
	font-size: 60px;
}

/************************** 
* 18. features styles 
***************************/
.features-style-one ul.list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.features-style-one ul.list-items li {
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	font-size: 20px;
	font-weight: 500;
	padding: 30.5px 0;
	padding-left: 90px;
	color: #fff;
}

.features-style-one ul.list-items li:nth-child(even) {
	background-color: transparent;
}

.features-style-one ul.list-items li i.fa {
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #cfc205;
	position: absolute;
	top: 50%;
	left: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/************************** 
* 19. office carousel styles 
***************************/
.office-location-carousel-one .owl-nav {
	margin: 0;
}

.office-location-carousel-one .owl-dots {
	margin-top: 45px;
}

.office-location-carousel-one .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	background: #181818;
	opacity: .1;
	border-radius: 0;
	padding: 0;
	margin: 0;
	transition: all .4s ease;
}

.office-location-carousel-one .owl-dots .owl-dot+.owl-dot {
	margin-left: 6px;
}

.office-location-carousel-one .owl-dots .owl-dot:hover span,
.office-location-carousel-one .owl-dots .owl-dot.active span {
	opacity: 1;
	background: #181818;
}

.single-office-location {
	position: relative;
}

.single-office-location:before {
	content: '';
	width: 2px;
	background: #f3f3f3;
	height: 100%;
	position: absolute;
	top: 0;
	left: -70px;
}

.single-office-location h3,
.single-office-location ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-office-location h3 {
	color: #181818;
	font-family: 'Arvo', serif;
	font-weight: 900;
	font-size: 22px;
	margin-bottom: 30px;
}

.single-office-location ul li {
	color: #7f7f7f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
}

.single-office-location ul li+li {
	margin-top: 18px;
}

.single-office-location ul li.phone {
	color: #cfc205;
}

/************************** 
* 20. subscribe styles 
***************************/
.subscribe-style-one .container {
	max-width: 730px;
}

.subscribe-form-one {
	width: 100%;
	height: 72px;
	border: 4px solid #fff;
	position: relative;
}

.subscribe-form-one input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-left: 35px;
}

.subscribe-form-one input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.subscribe-form-one input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.subscribe-form-one input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.subscribe-form-one input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.subscribe-form-one button[type=submit] {
	border: none;
	outline: none;
	background-color: transparent;
	text-align: center;
	background: #fff;
	color: #181818;
	font-size: 18px;
	font-weight: 600;
	width: 186px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .4s ease;
}

.subscribe-form-one button[type=submit]:hover {
	background: #181818;
	color: #fff;
}

/************************** 
* 21. inner banner styles 
***************************/
.inner-banner {
	background: #181818 url(../images/slide/template_banner.jpeg) center top no-repeat;
	background-size: cover;
	position: relative;
	padding: 97px 0;
	margin-top:150px;
}

.inner-banner:before {
	content: '';
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #330000;
	opacity: .7;
}

.inner-banner .container {
	position: relative;
}

.inner-banner .container h1,
.inner-banner .container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.inner-banner .container h1 {
	font-size: 60px;
	color: #FFFFFF;
	font-family: 'Arvo', serif;
	font-weight: 900;
	margin-bottom: 10px;
}

.inner-banner .container .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.inner-banner .container .breadcrumb li {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.inner-banner .container .breadcrumb li+li:before {
	content: '-';
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
	margin-right: 9px;
}

.inner-banner .container .breadcrumb li a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

/************************** 
* 22. gallery styles 
***************************/
.single-gallery-style-one {
	margin-bottom: 30px;
}

.single-gallery-style-one .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-gallery-style-one .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-gallery-style-one .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-gallery-style-one .image-block .box a>i {
	font-size: 30px;
	color: #fff;
	transition: all .4s ease;
}

.single-gallery-style-one .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-gallery-style-one:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-gallery-style-one:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-gallery-style-one:hover .image-block .box a>i:hover {
	color: #cfc205;
}

.single-gallery-style-one .image-block .box {
	background: rgba(1, 78, 180, 0.9);
}

/************************** 
* 23. history styles 
***************************/
.single-history-style-one+.single-history-style-one {
	border-top: 2px solid #f3f3f3;
	padding-top: 60px;
	margin-top: 60px;
}

.single-history-style-one .image-block,
.single-history-style-one .text-block {
	display: table-cell;
	vertical-align: top;
}

@media (max-width: 480px) {

	.single-history-style-one .image-block,
	.single-history-style-one .text-block {
		display: block;
	}
}

.single-history-style-one .image-block {
	width: 168px;
	position: relative;
}

.single-history-style-one .image-block img {
	border-radius: 50%;
}

.single-history-style-one .image-block .year {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	background: #cfc205;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	text-align: center;
	line-height: 64px;
	color: #fff;
	font-size: 18px;
	font-family: 'Arvo', serif;
	font-weight: 900;
}

.single-history-style-one .text-block {
	padding-left: 80px;
}

@media (max-width: 480px) {
	.single-history-style-one .text-block {
		padding-left: 0;
		padding-top: 40px;
	}
}

.single-history-style-one .text-block h3,
.single-history-style-one .text-block p {
	margin: 0;
}

.single-history-style-one .text-block h3 {
	font-size: 26px;
	font-family: 'Arvo', serif;
	font-weight: 900;
	margin-bottom: 35px;
}

.single-history-style-one .text-block h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-history-style-one .text-block h3 a:hover {
	color: #cfc205;
}

.single-history-style-one .text-block p {
	color: #7f7f7f;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

/************************** 
* 24. sidebar styles 
***************************/
.single-sidebar:not(.search-widget):not(.download-widget) {
	border: 1px solid #e8e8e8;
	padding: 50px;
}

.single-sidebar+.single-sidebar {
	margin-top: 30px;
}

.single-sidebar .title-line {
	margin: 0;
	font-size: 22px;
	color: #181818;
	font-weight: 900;
	font-family: 'Arvo', serif;
	margin-bottom: 30px;
}

.single-sidebar .single-post-widget+.single-post-widget {
	border-top: 1px solid #f3f3f3;
	padding-top: 30px;
	margin-top: 30px;
}

.single-sidebar .single-post-widget .image-block {
	overflow: hidden;
	transition: all .4s ease;
	position: relative;
}

.single-sidebar .single-post-widget .image-block .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: rgba(24, 24, 24, 0.6);
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.6s ease-in-out 0.3s;
}

.single-sidebar .single-post-widget .image-block .box a {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.single-sidebar .single-post-widget .image-block .box a>i {
	font-size: 19px;
	color: #fff;
	transition: all .4s ease;
}

.single-sidebar .single-post-widget .image-block>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.single-sidebar .single-post-widget:hover .image-block>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-sidebar .single-post-widget:hover .image-block .box {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-sidebar .single-post-widget:hover .image-block .box a>i:hover {
	color: #cfc205;
}

.single-sidebar .single-post-widget .image-block,
.single-sidebar .single-post-widget .text-block {
	display: table-cell;
	vertical-align: middle;
}

.single-sidebar .single-post-widget .image-block {
	width: 59px;
}

.single-sidebar .single-post-widget .text-block {
	padding-left: 20px;
}

.single-sidebar .single-post-widget .text-block a.admin-link {
	color: #cfc205;
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	display: block;
}

.single-sidebar .single-post-widget .text-block h3 {
	margin: 0;
	font-family: 'Arvo', serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 16px;
	margin-top: 15px;
}

.single-sidebar .single-post-widget .text-block h3 a {
	color: #181818;
	transition: all .4s ease;
}

.single-sidebar .single-post-widget .text-block h3 a:hover {
	color: #cfc205;
}

.single-sidebar ul.list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-sidebar ul.list-items li {
	display: block;
}

.single-sidebar ul.list-items li+li {
	margin-top: 25px;
}

.single-sidebar ul.list-items li a {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #7f7f7f;
}

.single-sidebar ul.list-items li a i {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 28px;
	background: #f3f3f3;
	color: #7f7f7f;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .4s ease;
}

.single-sidebar ul.list-items li a:hover {
	color: #cfc205;
}

.single-sidebar ul.list-items li a:hover i {
	background: #cfc205;
	color: #fff;
}

.single-sidebar .search-form {
	position: relative;
	width: 100%;
	background: #46344E;
}

.single-sidebar .search-form input,
.single-sidebar .search-form button[type=submit] {
	background-color: transparent;
	border: none;
	outline: none;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-left: 50px;
	height: 75px;
}

.single-sidebar .search-form input::-webkit-input-placeholder,
.single-sidebar .search-form button[type=submit]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.single-sidebar .search-form input::-moz-placeholder,
.single-sidebar .search-form button[type=submit]::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.single-sidebar .search-form input:-ms-input-placeholder,
.single-sidebar .search-form button[type=submit]:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.single-sidebar .search-form input:-moz-placeholder,
.single-sidebar .search-form button[type=submit]:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.single-sidebar .search-form input {
	width: 100%;
}

.single-sidebar .search-form button[type=submit] {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-sidebar .tag-lists a {
	font-size: 18px;
	font-weight: 500;
	color: #7f7f7f;
	transition: all .4s ease;
}

.single-sidebar .tag-lists a:hover {
	color: #cfc205;
}

.single-sidebar.contact-widget {
	background: #cfc205;
	border: none;
}

.single-sidebar.contact-widget h3.title-line {
	color: #fff;
}

.single-sidebar.contact-widget p {
	margin: 0;
	color: #fff;
	margin-bottom: 30px;
}

.single-sidebar.contact-widget span.phone {
	color: #fff;
	font-size: 30px;
	font-family: 'Arvo', serif;
	font-weight: 900;
}

.single-sidebar.twitter-widget .single-tweet {
	color: #7f7f7f;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}

.single-sidebar.twitter-widget .single-tweet a {
	color: #cfc205;
}

.single-sidebar.twitter-widget .single-tweet .name {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	margin-top: 15px;
}

.single-sidebar.twitter-widget .single-tweet .name .account-name {
	color: #cfc205;
}

.single-sidebar.twitter-widget .single-tweet .name .account-name i {
	font-size: 22px;
	color: #cfc205;
	display: inline-block;
	vertical-align: middle;
}

.single-sidebar.twitter-widget .single-tweet .name span.sep {
	margin-left: 10px;
	margin-right: 10px;
}

.single-sidebar a.download-btn {
	border-color: #46344E;
	color: #46344E;
	width: 100%;
}

.single-sidebar a.download-btn:hover {
	color: #fff;
	background: #46344E;
}

select {
	display: block;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
		linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

select::-ms-expand {
	display: none;
}

select:hover {
	border-color: #888;
}

select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

select option {
	font-weight: normal;
}

*[dir="rtl"] select,
:root:lang(ar) select,
:root:lang(iw) select {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
select:disabled,
select[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
		linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

select:disabled:hover,
select[aria-disabled=true] {
	border-color: #aaa;
}

div.plan-list {
	margin-top:30px;
}

div.plan-list ul{
	margin:0px; 
	padding:0px;
	list-style:none;
	font-size:120%;
}

div.plan-list ul li{
	padding:10px; 
	background:#fefefe;
	margin-bottom:10px;
	border-bottom:1px dashed #2e2e2e;
}

div.plan-list ul li span{
	font-weight:700;
}

div.plan-list ul li i{
	color: #cfc205;
	font-weight:700;
}

div.plan-list .after-text-title {
	font-size:150%;
	text-align:center;
	font-weight:700;
	padding:20px 10px;
	color:#020202;
}

.copyright {
	padding:10px;
	border-top:1px solid #444;
}

.content-style-three .content-title h4{
	font-weight:700;
}

.content-style-three .content-text {
	padding:20px;
	background:#f9f9f9;
	margin-bottom:40px;
}

.contact-panel {
	margin-bottom:40px;
}

.contact-panel div {
	padding:20px;
	background:#f7f7f7;
}

.contact-panel div i{
	padding:5px;
	color:#FFF;
	background-color: #cfc205;
}

span.notice {
	float:right;
} 

span.notice a{
	color: #cfc205;
}

span.notice a:hover{
	color: #f34444;
}

.single-service {
	padding: 60px 0px;
}

.acccount-title h3 {
	font-weight:700;
	padding-bottom:5px;
	border-bottom:1px solid #e8e8e8;
}

ul.categories-list, ul.categories-list li {
	padding: 0px; 
	margin: 0px;
	list-style:none;
}

ul.categories-list{
	width: 100%;
	border-right: 1px solid #998675;
	border-bottom: 1px solid #998675;
	border-left: 1px solid #998675;
}

ul.categories-list li {
	background:#46344E;
}

ul.categories-list li a{
	font-size:120%;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	display:block;
}

ul.categories-list li.alt {
	background:#0e0114;
}

.service-details-content {
	margin-bottom:40px;
}

.ref-banner-lines .banner-box {
	margin-top:30px;
	margin-bottom:20px;
}

.banner-box {
	padding:20px;
	background:#f9f9f9;
}