*,
*::after,
*::before {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	font-family: Arial, Microsoft yahei;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.75;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: #212529;
	background-color: #FFFFFF;
}

p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #3E3E3E;
	margin-bottom: 15px;
	font-family: Arial, Microsoft yahei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Microsoft yahei;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
	color: #111111;
}

ol,
ul {
	padding-left: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: inherit;
	margin: 0;
}

p:last-child {
	margin-bottom: 0;
}

a,
button {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

a,
button,
img,
input {
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.btn-primary:focus {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #a99061;
}

button,
input[type=submit] {
	cursor: pointer;
}

img {
	max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
}

ul:last-child {
	margin-bottom: 0;
}

hr {
	border-top-width: 2px;
}

.bg-img {
	background-position: center center;
	background-size: cover;
}

.bg-black {
	background-color: #000;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-gray {
	background-color: #F9F9F9;
}

:root {
	scroll-behavior: unset;
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1000;
}

#scrollUp {
	width: 50px;
	height: 50px;
	background-color: #a99061;
	color: #FFFFFF;
	right: 50px;
	bottom: 53px;
	text-align: center;
	overflow: hidden;
	border-radius: 50px;
	z-index: 9811 !important;
	transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
	#scrollUp {
		width: 35px;
		height: 35px;
		right: 20px;
	}
}

#scrollUp i {
	display: block;
	line-height: 50px;
	font-size: 22px;
}

@media only screen and (max-width: 767px) {
	#scrollUp i {
		line-height: 35px;
		font-size: 20px;
	}
}

#scrollUp:hover {
	background-color: #666;
}

.height-100vh {
	height: 100vh;
}

.overly-style-1 {
	position: relative;
}

.overly-style-1:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.overly-style-1.opacity-point-4:before {
	opacity: 0.4;
}

.overly-style-1.opacity-point-7:before {
	opacity: 0.7;
}

.section {
	float: left;
	width: 100%;
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.section-fluid {
	padding-left: 120px;
	padding-left: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-fluid {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-fluid {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-fluid {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.header-transparent-bar {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.main-menu>nav>ul>li {
	display: inline-flex;
	margin-right: 36px;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu>nav>ul>li {
		margin-right: 20px;
	}
}

.main-menu>nav>ul>li:last-child {
	margin-right: 0;
}

.main-menu>nav>ul>li>ul {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
	display: block;
	left: 0;
	padding: 28px 20px 28px;
	position: absolute;
	top: 100%;
	transform: rotateX(90deg);
	transform-origin: center top 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	z-index: 99;
}

.main-menu>nav>ul>li>ul li {
	display: block;
	position: relative;
	line-height: 1;
	margin-bottom: 20px;
}

.main-menu>nav>ul>li>ul li:last-child {
	margin-bottom: 0px;
}

.main-menu>nav>ul>li>ul li a {
	display: block;
	color: #222;
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
}

.main-menu>nav>ul>li>ul li:hover>a {
	color: #a99061;
}

.main-menu>nav>ul>li>ul.sub-menu-style {
	width: 200px;
	text-align: left;
}

.main-menu>nav>ul>li>a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 100px;
	display: inline-block;
}

.main-menu>nav>ul>li:hover>a {
	color: #a99061;
}

.main-menu>nav>ul>li:hover>ul {
	transform: rotateX(0deg);
	visibility: visible;
}

.header-action-wrap {
	display: flex;
	justify-content: flex-end;
}

.header-action-wrap .header-action-style {
	margin-right: 17px;
}

.header-action-wrap .header-action-style:last-child {
	margin-right: 0px;
}

.header-action-wrap .header-action-style a {
	font-size: 23px;
	line-height: 1;
	display: flex;
	color: #FFFFFF;
}

.header-action-wrap .header-action-style a:hover {
	color: #a99061;
}

.header-search-1 {
	position: relative;
}

.header-search-1 .search-toggle {
	z-index: 99;
}

.header-search-1 .search-toggle i {
	display: block;
}

.header-search-1 .search-toggle i.s-open {
	font-size: 20px;
	top: 2px;
	position: relative;
}

.header-search-1 .search-toggle i.s-close {
	font-size: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.header-search-1 .search-toggle .s-close {
	opacity: 0;
}

.header-search-1 .search-toggle.open .s-close {
	opacity: 1;
}

.header-search-1 .search-toggle.open .s-open {
	opacity: 0;
}

.search-wrap-1 {
	background-color: transparent;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 340px;
	z-index: -99;
	padding-bottom: 1px;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.search-wrap-1 {
		width: 250px;
	}
}

.search-wrap-1 form {
	position: relative;
	overflow: hidden;
}

.search-wrap-1 form input {
	background-color: #fff;
	border: 1px solid #E2DCDC;
	color: #000000;
	line-height: 30px;
	padding: 5px 60px 5px 20px;
	width: 100%;
	font-size: 14px;
	border-radius: 50px;
}

.search-wrap-1 form input::-moz-input-placeholder {
	color: #000000;
	opacity: 1;
}

.search-wrap-1 form input::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}

.search-wrap-1 form button.button-search {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	background-color: transparent;
	height: 100%;
	font-size: 18px;
	border-left: 1px solid #E2DCDC;
	padding: 0 15px;
	color: #000000;
	line-height: 45px;
}

.search-wrap-1 form button.button-search:hover {
	color: #a99061;
}

.search-wrap-1.open {
	opacity: 1;
	right: 100%;
	visibility: visible;
	z-index: 99;
}

.header-aside-active {
	position: fixed;
	top: 0;
	width: 400px;
	min-height: 100vh;
	bottom: 0;
	z-index: 111;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease-out;
	transform: translate(200px, 0);
	background-color: #1D1D1D;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
	z-index: 9999;
}

@media only screen and (max-width: 767px) {
	.header-aside-active {
		width: 290px;
	}
}

.header-aside-active.header-aside-active-left {
	transform: translateX(-410px);
	left: 0;
}

.header-aside-active.inside {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.header-aside-active .header-aside-wrap {
	padding: 120px 40px 20px;
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-aside-active .header-aside-wrap {
		padding: 100px 40px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header-aside-active .header-aside-wrap {
		padding: 90px 20px 20px;
	}
}

.header-aside-active .header-aside-wrap .aside-close {
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 30px;
	line-height: 30px;
	transition: all 250ms ease-out;
	color: #FFFFFF;
	display: block;

	margin: 0 auto;

	padding: 25px 0;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-aside-active .header-aside-wrap .aside-close {
		top: 10px;
		left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header-aside-active .header-aside-wrap .aside-close {
		top: 0;
		left: 20px;
		font-size: 23px;
	}
}

.header-aside-active .header-aside-wrap .aside-close:hover {
	transform: rotate(90deg);

	color: #a99061;
}

.header-aside-active .header-aside-wrap .header-aside-content {
	overflow: auto;
	height: 100%;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area {
		display: block;
	}
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap {
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	margin-bottom: 36px;
	padding-bottom: 27px;
	display: none;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav {
	height: 100%;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li {
	display: none;
	position: relative;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand {
	line-height: 50;
	top: -5px;
	right: 0%;
	width: 30px;
	position: absolute;
	height: 50px;
	text-align: center;
	cursor: pointer;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i {
	display: block;
	position: relative;
	width: 10px;
	margin-top: 25px;
	border-bottom: 1px solid #BDBDBD;
	transition: all 250ms ease-out;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i::before {
	top: 0;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	transform: rotate(90deg);
	border-bottom: 1px solid #BDBDBD;
	transition: 0.4s;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
	transform: rotate(0);
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li a {
	font-size: 14px;
	line-height: 18px;
	position: relative;
	display: inline-block;
	padding: 10px 0;
	color: #FFFFFF;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li a:hover {
	color: #a99061;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a {
	padding: 10px 15px 5px;
	font-size: 15px;
	font-weight: 400;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a:hover {
	color: #a99061;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li ul li a {
	padding: 10px 30px 5px;
	font-size: 14px;
	font-weight: 300;
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu {
	margin: 0 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu {
		margin: 0 0 20px;
		display: block;
	}
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li {
	display: block;
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li a {
	font-weight: 600;
	font-size: 22px;
	color: #FFFFFF;
	display: block;
	padding: 0 0 20px;
}

@media only screen and (max-width: 767px) {
	.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li a {
		font-size: 18px;
		padding: 0 0 20px;
	}
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li a:hover {
	color: #a99061;
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li:last-child a {
	padding: 0 0 0px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a {
	position: relative;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a::before {
	background-color: #000000;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.3;
	pointer-events: none;
	transition: all 0.3s ease-in;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a img {
	width: 100%;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a .aside-banner-add-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	transition: all 0.3s ease-in;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a .aside-banner-add-content h5 {
	color: #FFFFFF;
	font-size: 24px;
	margin: 0 0 5px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a .aside-banner-add-content p {
	color: #FFFFFF;
	font-size: 17px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap:hover a::before {
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	opacity: 0.3;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap:hover a .aside-banner-add-content {
	padding: 30px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-contact-info {
	margin: 30px 0 23px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-contact-info ul li {
	color: #FFFFFF;
	display: flex;
	margin: 0 0 23px;
	font-size: 15px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-contact-info ul li:last-child {
	margin: 0 0 0px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-contact-info ul li i {
	font-size: 22px;
	margin: 1px 16px 0px 0;
}

.social-icon-style a {
	display: inline-block;
	font-size: 12px;
	width: 31px;
	height: 31px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	margin-right: 5px;
	border: 1px solid transparent;
}

.social-icon-style a:last-child {
	margin-right: 0px;
}

.social-icon-style a i {
	line-height: 30px;
	font-size: 12px;
}

.social-icon-style a.facebook {
	background-color: #3b5998;
}

.social-icon-style a.facebook:hover {
	opacity: 0.9;
	color: #fff;
}

.social-icon-style a.twitter {
	background-color: #1da1f2;
}

.social-icon-style a.twitter:hover {
	opacity: 0.9;
	color: #fff;
}

.social-icon-style a.google-plus {
	background-color: #dd4b39;
}

.social-icon-style a.google-plus:hover {
	opacity: 0.9;
	color: #fff;
}

.social-icon-style a.behance {
	background-color: #1769ff;
}

.social-icon-style a.behance:hover {
	opacity: 0.9;
	color: #fff;
}

.copyright p {
	color: #FFFFFF;
	margin: 0;
}

.copyright p i {
	color: #fa0909;
}

.copyright p a {
	color: #FFFFFF;
}

.copyright p a:hover {
	color: #a99061;
}

.logo a {
	display: inline-block;
}

.logo a .black-logo {
	display: none;
}

.sticky-bar.stick {
	-webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0;
	background-color: #ffffff;
	transition: all 0.3s ease 0s;
}

.sticky-bar.stick .main-menu>nav>ul>li>a {
	color: #000000;
	font-size: 15px;
	line-height: 80px;
	display: inline-block;
}

.sticky-bar.stick .main-menu>nav>ul>li:hover>a {
	color: #a99061;
}

.sticky-bar.stick .header-action-wrap .header-action-style a {
	color: #000000;
}

.sticky-bar.stick .header-action-wrap .header-action-style a:hover {
	color: #a99061;
}

.sticky-bar.stick .logo a .black-logo {
	display: block;
}

.sticky-bar.stick .logo a .white-logo {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area {
		padding: 25px 0;
	}

	.header-area.stick {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-area {
		padding: 25px 0;
	}

	.header-area.stick {
		padding: 15px 0;
	}
}

.footer-about p {
	color: #FFFFFF;
	width: 90%;
	margin: 20px 0 19px;
}

.footer-widget .footer-title {
	color: #FFFFFF;
	margin: 0 0 23px;
	font-size: 24px;
}

.footer-widget.footer-list ul li {
	list-style: none;
	display: flex;
	margin: 0 0 7px;
}

.footer-widget.footer-list ul li:last-child {
	margin: 0 0 0px;
}

.footer-widget.footer-list ul li a {
	display: block;
	color: #FFFFFF;
}

.footer-widget.footer-list ul li a:hover {
	color: #a99061;
}

.footer-widget.footer-list ul li .title {
	color: #a99061;
	font-weight: bold;
}

.footer-widget.footer-list ul li .desc {
	color: #FFFFFF;
	margin-left: 10px;
	width: 70%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-widget.footer-list ul li .desc {
		width: 85%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-widget.footer-list ul li .desc {
		width: 65%;
	}
}

@media only screen and (max-width: 767px) {
	.footer-widget.footer-list ul li .desc {
		width: 57%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-widget.footer-list ul li .desc {
		width: 71%;
	}
}

.footer-newsletter p {
	color: #FFFFFF;
	margin: 20px 0 12px;
}

.footer-newsletter .subscribe-form form .mc-form input {
	background: #1e1e1e none repeat scroll 0 0;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	height: 45px;
	width: 100%;
	padding: 2px 20px;
}

.footer-newsletter .subscribe-form form .mc-form input::-moz-input-placeholder {
	color: #FFFFFF;
	opacity: 1;
}

.footer-newsletter .subscribe-form form .mc-form input::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 1;
}

.footer-newsletter .subscribe-form form .mc-form .mc-news {
	display: none;
}

.footer-newsletter .subscribe-form form .mc-form .clear {
	margin-top: 17px;
}

.footer-newsletter .subscribe-form form .mc-form .clear input {
	width: auto;
	background-color: #a99061;
	height: auto;
	padding: 6px 15px 5px;
	transition: all 0.3s ease 0s;
}

.footer-newsletter .subscribe-form form .mc-form .clear input:hover {
	color: #000000;
	background-color: #FFFFFF;
}

.footer-bottom {
	background-color: #222;
	padding: 20px 0;
}

.slider-content-center {
	display: flex;
	align-items: center;
}

.banner-content-1 {
	position: relative;
	z-index: 1;
}

.banner-content-1 .title {
	font-size: 2.6rem;
	font-weight: 800;
	color: #FFFFFF;
	margin: 0 0 24px;
	letter-spacing: 8px;
	line-height: 80px;
}


.banner-slider-active .swiper-pagination-bullet {
	width: 20px;
	height: 8px;
	border-radius: 20px;
	text-align: center;
	line-height: 8px;
	color: #fff;
	opacity: 1;
	background: rgba(255, 255, 255, 0.3);
}

.banner-slider-active .swiper-pagination-bullet-active {
	background-color: #a99061;
	width: 20px;
	border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
	.banner-content-1 .title {
		font-size: 2.6rem;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-content-1 .title {
		font-size: 2.2rem;
		margin: 0 0 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-content-1 .title {
		font-size: 2.6rem;
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-content-1 .title {
		font-size: 1.5rem;
		margin: 0 0 12px;
		letter-spacing: 3px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.banner-content-1 .title {
		font-size: 1.6rem;
	}
}

.banner-content-1 p {
	font-size: 20px;
	color: #FFFFFF;
	margin: 0 0 52px;
	font-family: Arial, Microsoft yahei;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-content-1 p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-content-1 p {
		font-size: 16px;
		margin: 0 auto 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.banner-content-1 p {
		font-size: 18px;
		width: 80%;
	}
}

.main-slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
	font-size: 50px;
	cursor: pointer;
	line-height: 1;
	transition: all 0.4s ease 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
	.main-slider-nav {
		left: 15px;
	}
}

.main-slider-nav.home-slider-next {
	left: auto;
	right: 50px;
}

@media only screen and (max-width: 767px) {
	.main-slider-nav.home-slider-next {
		right: 15px;
	}
}

.main-slider-nav:hover {
	color: #a99061;
}

.banner-container {
	width: 96%;
	margin: 0 auto;
}

.banner-slider-active:hover .main-slider-nav {
	opacity: 1;
	visibility: visible;
}

.swiper-slide-active .single-animation-wrap .hm2-slider-animation * {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.swiper-slide-active .single-animation-wrap .slider-animated-1 h1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.swiper-slide-active .single-animation-wrap .slider-animated-1 p {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.swiper-slide-active .single-animation-wrap .slider-animated-1 a {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.banner-area video {
	height: 100vh;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	background-size: cover;
	background-position: center center;
}

.banner-content-position {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.btn {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2px;
	transition: all 0.3s ease ease 0s;
	z-index: 1;
	border: none;
	border-radius: 4px;
	line-height: 20px;
	padding: 15px 35px;
	position: relative;
	transition: all 0.5s ease-in-out 0s;
	/*Variant*/
	/*Hover Style*/
}

.btn.padding-dec {
	padding: 12px 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.btn.padding-dec {
		padding: 10px 24px;
	}
}

@media only screen and (max-width: 767px) {
	.btn {
		font-size: 14px;
		padding: 12px 25px;
	}
}

.btn::before,
.btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: -1;
	border-radius: 4px;
}

.btn::after {
	width: 0;
	left: auto;
	right: 0;
}

.btn-primary {
	color: #FFFFFF;
}

.btn-primary:hover {
	color: #FFFFFF;
}

.btn.btn-hover-primary::after {
	background: #a99061;
}

.btn.btn-hover-dark::after {
	background: #212121;
}

.btn:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

.btn:focus {
	box-shadow: none !important;
}


.section-title h2 {
	color: #162542 !important;
	letter-spacing: 5px;
	font-size: 2.6rem;
}

@media (max-width: 767px) {
	.section-title h2 {
		font-size: 2rem;
	}
}

.section-title2 span {
	color: #162542 !important;
	letter-spacing: 5px;
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 3px solid #A99061;
}

@media (max-width: 767px) {
	.section-title2 span {
		font-size: 2rem;
	}
}


span.sub-title {
	position: relative;
	margin-bottom: 15px;
	display: block;

	font-size: 16px;
	font-weight: 300;
	color: #a58d62;
}

@media (max-width: 767px) {
	span.sub-title {
		font-size: 14px;
	}
}

span.sub-title:after,
span.sub-title:before {
	display: inline-block;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #a58d62;
	vertical-align: middle;
}

span.sub-title:before {
	margin-right: 30px;
}

.section-title.section-title-left span.sub-title:after {
	display: none;
}

@media (max-width: 767px) {
	span.sub-title:before {
		margin-right: 10px;
	}
}

span.sub-title:after {
	margin-left: 30px;
}

@media (max-width: 767px) {
	span.sub-title:after {
		margin-left: 10px;
	}
}

/* info */


/* .info-area{
	position: absolute;
	z-index: 5;
} */
.info-area .info-text p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	margin: 0 auto;
	text-indent: 30px;
	text-align: left;
}

.info-area .info-slider-wrapper-one {
	position: relative;
	margin-bottom: -259px;
	z-index: 2;
}

.info-area .info-slider-wrapper-one p {
	text-indent: 30px;
	text-align: left;
}

.info-area .info-slider-wrapper-one .info-slider-item {
	position: relative;
	padding: 70px 70px;
	-webkit-box-shadow: 0px 10px 60px 0px rgb(22 37 66 / 10%);
	box-shadow: 0px 10px 60px 0px rgb(22 37 66 / 10%);
	z-index: 2;
	background: #fff;
}

.info-area .info-slider-wrapper-one .info-slider-item .info-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.info-area .swiper-pagination-bullets {

	left: 0;
	width: 100%;
	margin-top: 20px;
}

.info-area .swiper-pagination {

	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.info-area .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 20px;
	text-align: center;
	line-height: 8px;
	color: #fff;
	opacity: 1;
	margin: 0 4px;
	background: rgba(0, 0, 0, 0.3);
}

.info-area .swiper-pagination-bullet-active {
	background-color: #a99061;
	width: 8px;
	border-radius: 20px;
}

.info-area .counter-area-one {
	padding-top: 330px;
}

.info-area .counter-item-one .content h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px;
	color: #fff;
}

.info-area .counter-item-one .content span.sm-title {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}

.info-area .counter-item-one .icon {
	font-size: 2.6rem;
	margin-bottom: 20px;
	color: #a99061 !important;
}

.bg-with-overlay {
	position: relative;
	z-index: 1;
}

.info-area .counter-item-one {
	text-align: center;
}

.bg-with-overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.6);
	z-index: -2;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}




/* aoe */

.aoe-area {
	position: relative;
	background-color: #f9f9f9;
	padding-bottom: 10px;
}

.aoe-area .swiper-slide {
	background-color: #fff;
}

.aoe-area .container-fluid-custom {
	padding-left: 20px;
	padding-right: 20px;
}

.aoe-area .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.aoe-area .swiper-button-prev,
.aoe-area .swiper-button-next {
	position: relative;
}

.aoe-arrows {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.aoe-arrow {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(22, 37, 66, 0.07);
	color: #162542;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-image: none;
}

.aoe-area .swiper-button-prev,
.aoe-area .swiper-container-rtl .swiper-button-next {
	background-image: none;
	left: 0;
	right: 0;
}

.aoe-area .swiper-button-next,
.aoe-area .swiper-container-rtl .swiper-button-prev {
	background-image: none;
	right: 0;
	left: 0;
	margin-left: 10px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}


.features-item-one {
	position: relative;
	padding: 80px 50px;
	z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.features-item-one {
		padding: 40px 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features-item-one {
		/* border: 1px solid rgba(4, 13, 26, 0.1); */
	}
}

@media (max-width: 991px) {
	.features-item-one {
		/* border: 1px solid rgba(4, 13, 26, 0.1); */
	}
}

@media (max-width: 767px) {
	.features-item-one {
		padding: 40px 20px;
		margin-bottom: 20px;
	}
}

/* .features-item-one:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.8);
          box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.8);
  border-color: transparent;
} */
.features-item-one:hover .item-bg:before {
	visibility: visible;
	opacity: 1;
}

.features-item-one:hover .item-bg:after {
	visibility: hidden;
	opacity: 0;
}

.features-item-one:hover .icon i {
	color: #a99061;
}

.features-item-one:hover .content h4,
.features-item-one:hover .content p {
	color: #fff;
}

.features-item-one:hover .content .icon-btn {
	background-color: #b68c5a;
	color: #fff;
}

.features-item-one .item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: -1;
}

.features-item-one .item-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(22, 37, 66, 0.85);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.features-item-one .item-bg:after {
	position: absolute;
	top: 0;
	left: 0px;

	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	visibility: visible;
	opacity: 1;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.features-item-one .item-bg:after {
		position: absolute;
		top: 0;
		left: -2px;

		content: "";
		width: calc(100% + 4px);
		height: 100%;
		background-color: #fff;
		visibility: visible;
		opacity: 1;
		z-index: -1;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

}

.features-item-one .icon {
	margin-bottom: 20px;
}

.features-item-one .icon i {
	font-size: 75px;
	line-height: 1;
}

.features-item-one .content h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features-item-one .content h4 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.features-item-one .content h4 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.features-item-one .content h4 {
		font-size: 13px;
	}
}


.features-item-one .content p {
	margin-bottom: 25px;
	font-size: 13px;
	color: #606060;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 80px;
	text-align: left;

}

.features-item-one .content .icon-btn {
	background-color: rgba(22, 37, 66, 0.07);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
}

.features-content-box-two {
	margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features-content-box-two {
		margin-left: 0px;
	}
}

@media (max-width: 991px) {
	.features-content-box-two {
		margin-left: 0px;
	}
}

.features-item-two {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(22, 37, 66, 0.07);
	margin-bottom: 35px;
}


.features-item-two:hover .content .icon-btn {
	background-color: #162542;
	color: #fff;
}

.features-item-two .icon {
	margin-right: 30px;
}

.features-item-two .icon i {
	font-size: 55px;
	line-height: 1;
	color: #b68c5a;
}

.features-item-two .content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.features-item-two .content .icon-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 15px;
	background-color: rgba(22, 37, 66, 0.07);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}



/* news */
.news-date {

	border: 1px solid #E8E8E8;
	background: #fff;
	width: 60px;
	box-sizing: border-box;
	float: right;
	margin-right: 10px;
}

.date-mouth {
	background: #a99061;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
}

.date-day {
	line-height: 36px;
	font-size: 20px;
	color: #222;
	text-align: center;
}

@media (max-width: 991px) {
	.news-list-box {
		padding: 0 20px;
	}
}


.news-list-box .news-list-li {
	display: flex;
	align-items: center;
	border: 1px solid #a99061;
	padding: 18px 10px;
	margin-top: 18px;
	background-color: #fff;
	/* 	    padding-right: 260px;
	    padding-left: 70px;
	    min-height: 62px; */
}

.news-list-box .news-list-li h3 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
}

.news-list-box .news-list-li span {
	font-size: 14px;
	color: #666;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.news-list-box .news-list-li a.news-btn {
	padding: 5px 20px;
	letter-spacing: 5px;
	text-align: center;
	font-size: 14px;
	color: #a99061;
	border: 1px #a99061 solid;
	border-radius: 3px;
	transition: all .5s ease;
}

.news-list-box .news-list-li a.news-btn:hover {
	background-color: #a99061;
	color: #fff;
}

a.more-btn {
	padding: 5px 20px;
	letter-spacing: 5px;
	text-align: center;
	font-size: 14px;
	color: #a99061;
	border: 1px #a99061 solid;
	border-radius: 3px;
	transition: all .5s ease;
}

a.more-btn:hover {
	background-color: #a99061;
	color: #fff;
}

@media (max-width: 991px) {
	.news-list-box .news-list-li a.news-btn {
		margin-top: 20px;
	}
}



.footer-wrapper-one {
	position: relative;
	z-index: 1;
}

.footer-wrapper-one:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(34, 34, 34, 1);
}

.footer-wrapper-one .footer-widget .widget h4.widget-title {
	margin-bottom: 35px;
}

.footer-wrapper-one .footer-widget .widget h4.widget-title,
.footer-wrapper-one .footer-widget .widget h4 {
	color: #a99061;
	font-weight: 400;
	letter-spacing: 2px;
}

.footer-wrapper-one .footer-widget .widget p {
	color: #666;
}

.footer-wrapper-one .footer-widget .widget.about-widget .footer-logo {
	margin-bottom: 25px;
}

.footer-wrapper-one .footer-widget .widget.about-widget p {
	margin-bottom: 30px;
}

.footer-wrapper-one .footer-widget .widget.about-widget .share h4 {
	margin-bottom: 15px;
}

.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li {
	margin-right: 5px;
}

.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #293750;
	color: #6f7e9c;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li a:hover {
	color: #fff;
}

.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li {
	padding-bottom: 15px;
}

.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li:last-child {
	padding-bottom: 0px;
}

.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li a {
	position: relative;
	font-size: 17px;
	color: #6f7e9c;
}

.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li a:before {
	display: inline-block;
	margin-right: 17px;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 2px;
	background-color: #495978;
	vertical-align: middle;
}

.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px;
}

.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content:last-child {
	margin-bottom: 0px;
}

.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content img {
	min-width: 75px;
	max-width: 75px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 20px;
}

.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date {
	margin-top: -3px;
}

.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date .posted-on {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #7583a0;
}

.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date .posted-on i {
	margin-right: 10px;
}

.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date h6 {
	line-height: 25px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date h6 {
		font-size: 12px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date h6 {
		font-size: 15px;
	}
}

.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date h6:hover {
	color: #b68c5a;
}

.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p {
	position: relative;
	line-height: 25px;
	padding-right: 40px;
	margin-bottom: 25px;
	min-height: 52px;
}

@media (max-width: 767px) {
	.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p {
		font-size: 12px;
		line-height: 20px;

		min-height: initial;
	}

	.footer-wrapper-one .footer-widget .widget h4.widget-title,
	.footer-wrapper-one .footer-widget .widget h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p:hover a {
	color: #b68c5a;
}

.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p i {
	position: absolute;
	top: 0;
	left: 0;
	color: #b68c5a;
}

.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content h4 {
	margin-bottom: 15px;

}

.footer-wrapper-one .footer-copyright {
	background-color: #222;
	padding: 20px 0 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wrapper-one .footer-copyright .footer-c1 {
	color: #666;

}

.footer-wrapper-one .footer-copyright .footer-c1 a {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	float: left;
	margin-right: 50px;
	cursor: pointer;
}

.footer-wrapper-one .footer-copyright .copyright-text p {
	color: #666;
	text-align: right;
}

.footer-wrapper-one .footer-copyright .copyright-text p span {
	color: #666;
}

.footer-newsletter {
	padding-top: 73px;
	padding-bottom: 47px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-newsletter .newsletter-form .form_control {
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-weight: 700;
	color: #162542;
}

.footer-newsletter .newsletter-form .form_control::-webkit-input-placeholder {
	color: #162542;
}

.footer-newsletter .newsletter-form .form_control::-moz-placeholder {
	color: #162542;
}

.footer-newsletter .newsletter-form .form_control:-ms-input-placeholder {
	color: #162542;
}

.footer-newsletter .newsletter-form .form_control::-ms-input-placeholder {
	color: #162542;
}

.footer-newsletter .newsletter-form .form_control::placeholder {
	color: #162542;
}

.footer-newsletter .newsletter-form .main-btn {
	padding: 14px 38px;
	line-height: 27px;
}

.footer-newsletter .newsletter-form .main-btn:hover {
	color: #162542;
}

.footer-newsletter .newsletter-form .main-btn:before {
	background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-newsletter .newsletter-form .main-btn {
		padding: 14px 17px;
		font-size: 14px;
	}
}

a.footer-v-btn {
	display: block;
	width: 95px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: rgba(255, 255, 255, .3);
	text-align: center;
	background: #333;
}

a.footer-v-btn:hover {
	background: #2c2b2b;
}


/* breadcrumb-area */
.breadcrumb-area {
	position: relative;
}

.breadcrumb-area::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
}

.breadcrumb-content {
	position: relative;
}

.breadcrumb-content h2 {
	font-size: 40px;
	color: #FFFFFF;
	line-height: 1;
	margin: 0 0 15px;
	letter-spacing: 5px;
	text-transform: uppercase;


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.breadcrumb-content h2 {
		margin: 0 0 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-content h2 {
		font-size: 30px;
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-content {
		margin-top: 40px;
	}

	.breadcrumb-content h2 {
		font-size: 25px;
		margin: 0 0 10px;
	}
}

.breadcrumb-content ul {
	display: flex;
	justify-content: center;
}

.breadcrumb-content ul li {
	margin-right: 10px;
	list-style: none;
	color: #FFFFFF;
	font-size: 17px;
	letter-spacing: 0.5px;
}

.breadcrumb-content ul li:last-child {
	margin-right: 0;
}

.breadcrumb-content ul li a {
	color: #a99061;
	display: inline-block;
}

.breadcrumb-content ul li a:hover {
	color: #a99061;
}

.breadcrumb-content ul li i {
	font-size: 18px;
	line-height: 1;
	position: relative;
	top: 0px;
	color: #FFFFFF;
}

.breadcrumb-padding {
	padding: 200px 0 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.breadcrumb-padding {
		padding: 150px 0 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-padding {
		padding: 123px 0 60px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-padding {
		padding: 113px 0 52px;
	}
}



.aboutus-area {}

.aboutus-area .aboutus-text p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	margin: 0 auto;
	text-indent: 30px;
	text-align: left;
}

.aboutus-area .aboutus-text h5 {
	text-indent: 30px;
	margin-top: 20px;

}

.aboutus-area .counter-area-one {}

.aboutus-area .counter-item-one .content h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px;
	color: #333;
}

.aboutus-area .counter-item-one .content span.sm-title {
	font-size: 17px;
	font-weight: 500;
	color: #333;
}

.aboutus-area .counter-item-one .icon {
	font-size: 2.6rem;
	margin-bottom: 20px;
	color: #a99061 !important;
}

.aboutus-area .counter-item-one {
	text-align: center;
}

.aboutus-img {
	position: relative;
	margin-bottom: 55px;
}

.aboutus-img .swiper-pagination-bullets {

	left: 0;
	width: 100%;
	margin-top: 20px;
}

.aboutus-img .swiper-pagination {

	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.aboutus-img .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 20px;
	text-align: center;
	line-height: 8px;
	color: #fff;
	opacity: 1;
	margin: 0 4px;
	background: rgba(0, 0, 0, 0.3);
}

.aboutus-img .swiper-pagination-bullet-active {
	background-color: #a99061;
	width: 8px;
	border-radius: 20px;
}

.honour-swiper {
	position: relative;

}

.honour-swiper .swiper-container {
	height: 200px;
}

.biz_timtline-box {
	height: 100%;
}

.biz-timeline-box {

	margin: 0 auto 45px;
	align-items: center;
	height: 100%;
}

.biz-timeline-box:nth-child(odd) .biz_timeline-eventbox {
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
	float: right;
}

.biz-timeline-box:nth-child(odd) .biz_timeline-time {
	float: left;

	text-align: right;
}

.biz-timeline-box:nth-child(odd) .biz_timeline-node {
	float: left;
}

.biz_timeline-node {
	width: 13px;
	height: 13px;
	background: url(/default/img/node-0d71489f132c6db0434b546855d5f5c8.png) no-repeat;
	/* border-radius: 50%; */
	/* background:rgba(169,144,97,0.2);
    border: 2px solid rgba(169,144,97,0.2); */

	position: absolute;
	top: 50%;
	margin-left: -3px;
	margin-top: -6px;
	left: 16.6666%;
}

.biz_longString {

	/* border-left: 1px dashed #333; */
	/* height:200px; */
	height: 200px;
	width: 5px;
	position: absolute;
	top: 0;
	/* margin-top: -150px; */
	left: 16.6666%;
	background: url(/default/img/line——bg-c59e16c85990cb2083db96720d00595a.png);


}

.biz_timeline-img img {
	width: 80%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

	.biz_timeline-node {

		position: absolute;
		top: 50%;

		left: 3px;
	}

}

@media only screen and (max-width: 575px) {

	.biz_timeline-node {

		position: absolute;
		top: 7px;

		left: 3px;
	}

}

@media only screen and (max-width: 767px) {
	.biz_longString {
		left: 2px;

	}

	.biz-timeline-box:nth-child(odd) .biz_timeline-time {
		float: left;

		text-align: left;
	}

}


.honour-area {
	padding-bottom: 55px;
}

.honour-area .swiper-button-prev,
.honour-area .swiper-button-next {
	position: relative;
}

.honour-arrows {
	padding-top: 55px;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.honour-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(22, 37, 66, 0.07);
	color: #162542;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-image: none;
}

.honour-area .swiper-button-prev,
.honour-area .swiper-container-rtl .swiper-button-next {
	background-image: none;
	left: 0;
	right: 0;
}

.honour-area .swiper-button-next,
.honour-area .swiper-container-rtl .swiper-button-prev {
	background-image: none;
	right: 0;
	left: 0;
	margin-left: 10px;
}

.honour-area .swiper-button-prev:after,
.honour-area .swiper-button-next:after {
	display: none;
}

.apt-area .apt_text ul li {
	list-style: none;
	position: relative;
}

.apt-area .apt_text {}

.apt-area .apt_text ul li span {
	padding-left: 25px;
	display: block;
	margin-top: 10px;
}

.apt-area .apt_text ul li span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	margin-top: -1px;
	background: #a99061;
	width: 7px;
	height: 7px;
	-webkit-transition: all.25s ease;
	transition: all.25s ease;
}

.contact-info-wrap {
	background: #f7f7f7;
	padding: 50px;
	min-height: 530px;
}

.contact-info-wrap .contact-co-title{
	font-size: 22px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
}

.single-contact-info-wrap {
	display: flex;
	margin: 0 0 30px;
}

.single-contact-info-wrap .info-icon i {
	font-size: 18px;
	color: #fff;
	background-color: #A99061;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 100%;
}

.single-contact-info-wrap .info-content {
	margin-left: 20px;
}

.single-contact-info-wrap .info-content .title {
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 1;
	display: block;
}

.contact-from-wrap form input,
.contact-from-wrap form textarea {
	background: transparent;
	border: 1px solid #e5e5e5;
	color: #000000;
	height: 50px;
	padding: 2px 24px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 4px;
}

.contact-from-wrap {
	padding: 70px 70px 80px;
	box-shadow: 0 25px 45px rgb(1 2 2 / 5%);
	padding: 50px;
	min-height: 530px;

}
.contact-from-wrap .contact-from-title{
	font-size: 22px;
	/* border-bottom: 1px solid #e5e5e5; */
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
}

.contact-from-wrap form input.submit,
.contact-from-wrap form textarea.submit {
	background-color: #a99061;
	color: #FFFFFF;
	cursor: pointer;
	height: 55px;
	text-transform: uppercase;
	margin: 0;
	border: none;
}

.views_area .views-list {
	padding: 0 0 20px 0;
}

.views_area .views-list>ul>li {

	position: relative;
	border-bottom: 1px solid #E8E8E8;
	list-style: none;
	padding: 20px 0;
}

.views_area .views-list li h3 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
}

.views_area .views-list li span {
	font-size: 12px;
	white-space: nowrap;
	display: block;
	overflow: hidden;

	text-overflow: ellipsis;

}

.views_area .news-date {
	float: left;
}



.pagination-style ul {
	display: flex;
	justify-content: center;
}

.pagination-style ul li {
	list-style: none;
}

.pagination-style ul li a.active {
	background-color: #a99061;
	color: #FFFFFF;
}

.pagination-style ul li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	display: inline-block;
	border-radius: 100%;
	margin: 0 4px;
	color: #333;
	text-align: center;
}

.search_form_box {
	position: relative;
	margin-top: 15px;
}

.vi-sidebar {
	border: 1px solid #e6e6e6;
	padding: 10px 20px 30px;
	
}

.vi-sidebar-title {
	font-weight: 600;
	font-size: 1.2rem;
}

.vi-sidebar form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	color: #777;
	font-size: 14px;
	height: 43px;
	width: 100%;
	padding: 2px 20px;
}

.vi-sidebar form button {
	background: transparent none repeat scroll 0 0;
	border-color: #e6e6e6;
	-o-border-image: none;
	border-image: none;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 2px;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 0.3s ease 0s;
	color: #777;
}

.vi-sidebar h4 {
	border-bottom: 1px solid #E8E8E8;
	position: relative;
	padding: 15px 0;
}

.vi-sidebar h4:after {
	content: "";
	width: 80px;
	height: 2px;
	background-color: #a99061;
	display: block;
	position: absolute;
	bottom: -1px;

}

.select_form {
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #777;
	font-size: 14px;
	height: 43px;
	width: 100%;
	padding: 2px 20px;
	margin-top: 15px;
}

.search_btn {
	margin-top: 15px;
	padding: 2px 20px;
	font-size: 14px;
	height: 43px;
	width: 100%;
	color: #fff !important;
	background-color: #a99061 !important;
}


.views_area .news-btn {
	padding: 2px 10px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 34px;
	font-size: 12px;
	color: #a99061;
	border: 1px #a99061 solid;
	border-radius: 3px;
}

.views_area .news-btn:hover {
	background-color: #A99061;
	color: #fff;
}

.sidebar-detail-title span {
	font-size: 1.6rem;
	position: relative;
	padding-left: 20px;
	font-weight: 600;
}

.sidebar-detail-title span:before {
	content: " ";
	width: 4px;
	height: 26px;
	background-color: #A99061;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;

}

.detail_team {
	padding: 10px 0;
}

.detail_team li {
	padding: 20px 0;
	list-style: none;
}

.detail_team .team_a {
	display: block;
	position: relative;

	background: #fff;

	box-sizing: border-box;
}

.detail_team .detail_teampic {
	width: 100px;
	box-sizing: border-box;
	float: left;
}

.detail_team .detail_teampic img {
	border-radius: 50%;
}

.detail_team .detail_teamcon {
	overflow: hidden;
	padding: 0px 0 10px 20px;
}

.detail_team .detail_teamcon .teamtit {
	font-size: 18px;
	color: #666;
	font-weight: 600;
	line-height: 24px;
	/* border-bottom: 1px solid #e0e2e6; */
	padding-bottom: 10px;
}

.detail_team .detail_teamcon .teamtit-pos {
	font-size: 15px;
	color: #A99061;
	font-weight: 500;
	line-height: 24px;
	/* border-bottom: 1px solid #e0e2e6; */
	padding-bottom: 5px;
}

.detail_team .side-teaminfo {
	color: #555;
	font-size: 12px;
	line-height: 20px;
	max-height: 40px;

	margin: 4px 0;
}

.detail_team .side-teaminfo span {
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
}

.detail_team .side-teaminfo i {
	padding-right: 10px;
}

.blog-details-meta {
	margin: 0 0 7px;
}

.blog-details-meta ul {
	display: flex;
}

.blog-details-meta ul li {
	list-style: none;
	margin-right: 30px;
	color: #333;
}

.blog-details-wrap {
	padding-right: 20px;
}

.blog-details-wrap .title {
	font-size: 1.8rem;
	margin: 5px 0 30px;
	color: #333333;
}

.blog-details-meta ul li i {
	padding-right: 8px;
}

.blog-details-wrap .blog-next-previous-post {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0px;
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap {
	padding-left: 0px;
	transition: all 0.3s ease 0s;
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon {
	margin: 0 0 6px;
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon a {
	color: #A99061;
	display: flex;
	align-items: center;
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap .title {
	margin: 0;
	font-size: 14px;

}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap {
	transition: all 0.3s ease 0s;
	text-align: right;
}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon {
	margin: 0 0 6px;
	display: flex;
	justify-content: flex-end;
}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap .title {
	margin: 0;
	font-size: 14px;
}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon a {
	color: #A99061;
	display: flex;
	align-items: center;
}

.blog-details-wrap .blockquote-wrap {
	padding: 22px 30px 18px;
	border-left: 5px solid #A99061;
	background-color: #fafafa;
	margin: 40px 0;
}

.lawyer_details-list {
	margin-top: 15px;
}

.lawyer_details-list li {
	margin-bottom: 20px;
	list-style: none;
	font-size: 12px;
}

.lawyer_details-list li span {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

.lawyer_details-list li i {
	color: #A99061;
}

.lawyer-short-details .lawyer-details-name {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	padding-top: 20px;
}

.lawyer-short-details .lawyer-details-job {
	color: #A99061;
	text-align: center;
	display: block;
	padding: 5px 0;
	margin-top: 10px;
	border-top: 1px dashed #A99061;
	border-bottom: 1px dashed #A99061;
}

.lawyer-qrcode {
	text-align: center;
	display: block;
	padding: 20px 0;
	font-size: 22px;
	position: relative;
}

.lawyer-qrcode-icon {
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
}

.lawyer-qrcode i {
	border: 1px solid #A99061;
	border-radius: 100%;
	display: block;
	color: #A99061;
	width: 39px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	
	margin: 0 auto;
}



.lawyer-qrcode-box {
	background-color: var(--white);
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	position: absolute;
	display: none;
	bottom: 80px;
	z-index: 2;
}

.lawyer-qrcode-box.qr-inside {
	display: block;
	opacity: 1;
	-webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	/* transform: translate(0, 0); */
}

.lawyer-qrcode i.s-open {
	font-size: 20px;
	top: 2px;
	position: relative;
}

.lawyer-qrcode i.s-close {

	left: 50%;
	margin-left: -19.5px;
	position: absolute;
	margin-top: 1px;
	top: 50%;
	transform: translateY(-50%);
}

.lawyer-qrcode .s-close {
	opacity: 0;
}

.lawyer-qrcode-icon.open .s-close {
	opacity: 1;
}

.lawyer-qrcode-icon.open .s-open {
	opacity: 0;
}

.lawyer-info .lawyer-pic {
	text-align: center;
}

.lawyer-info .lawyer-pic img {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.lawyer-info .lawyer-pic img {
		width: 40%;
		margin: 0 auto;
	}
}

.lawyer-sidebar {
	/* padding-left: 25px; */
}

.lawyer-profile {
	padding: 0 20px;
	margin-bottom: 55px;
}

.lawyer-profile h2 {
	font-size: 1.2rem;
	position: relative;
	padding: 10px 0 10px 15px;
	font-weight: 600;
	background-color: #f6f6f6;


}

.lawyer-profile h2::before {
	content: "";
	width: 2px;
	height: 100%;
	display: block;
	background-color: #A99061;
	position: absolute;
	top: 0;
	left: 0;

}

.lawyer-profile p {
	text-indent: 30px;
	margin-top: 20px;
	text-align: left;
}

.lawyer-profile ul {
	display: block;
	margin-top: 20px;
}

.lawyer-profile ul li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #3E3E3E;
	text-align: left;

}

.lawyer-profile ul li::before {
	content: "";
	width: 10%;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/default/img/graduation-icon-90a2e448c9967dce2998bb86e24a1ce4.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 5px;
	left: 0;

}

.blog-widget-item .recent-blog .recent-post-list {
	list-style: none;
	padding: 0 20px 0 0;
	margin: 0;
}


.blog-widget-item .recent-blog .recent-post-list li {
	margin-top: 25px;
	border-bottom: 1px dashed #E8E8E8;
	text-align: left;
}

.blog-widget-item {

	/* border: 1px solid #e6e6e6; */
	padding: 0 20px 30px;
	margin-left: 15px;

}

.blog-widget-item .blog-widget-title {
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #E8E8E8;
	text-align: left;
}

.blog-widget-item .recent-blog .recent-post-item .recent-post-content span {
	font-size: 15px;
	font-weight: 500;
	color: #5f6062;
	margin-bottom: 5px;
	display: inline-block;

}

.blog-widget-item .recent-blog .recent-post-item .recent-post-content span i {
	padding-right: 5px;
	color: #A99061;
}

.blog-widget-item .recent-blog .recent-post-item .recent-post-content h6 {
	color: #333;
	font-weight: 400;


}

.blog-widget-item .recent-blog .recent-post-item .recent-post-content h6 a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

/* .blog-widget-item .blog-widget-title:before {
    content: " ";
    width: 4px;
    height: 26px;
    background-color: #A99061;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
} */

.blog-widget-item .blog-widget-title:after {
	content: "";
	width: 80px;
	height: 2px;
	background-color: #a99061;
	display: block;
	position: absolute;
	bottom: -1px;
}


.attorney-single {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	min-height: 280px;
	padding: 30px;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 40%, #202020 98%);
}

@media (min-width: 1200px) {
	.col-xl-2-5 {
		flex: 0 0 auto;
		width: 20%;
	}
}

.attorney-single .casestudy1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all .65s ease-in-out;
	border-radius: 10px;
}

.social-list2 {
	background-color: #000000;
	width: 100%;
	height: 100%;
	background-color: rgba(169, 144, 97, 1);
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	-webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;

}


.attorney-single .content h4 {
	font-size: 1.3rem;
	letter-spacing: 4px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 8px;
}

.attorney-single .content h4::after {
	content: "";
	width: 20px;
	height: 2px;

	background: #A99061;
	position: absolute;
	left: 0;
	bottom: 0;
}

.attorney-single .content p {
	font-size: 13px;
	font-weight: 500;
	color: #fff;

}

a.lawyer-li-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.social-list2.s-open {
	font-size: 20px;
	top: 2px;
	position: relative;
}

.social-list2.s-close {
	font-size: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.bg-lawyer-text {
	color: #fff;
	text-align: left;
	font-size: 13px;
	padding: 20px;
	text-indent: 30px;
}

.surname-screen {
	clear: both;
	overflow: hidden;
}

.surname-screen .surname-ul li {
	list-style: none;
	float: left;
	border: 1px solid #e6e6e6;
	width: 34px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

.surname-screen .surname-ul li a{
  width: 100%;
}

.surname-screen .surname-ul a.letter-btn {}

.surname {
	margin-bottom: 15px;
}

.surname-screen .surname-ul .letter-btn-active {
	background: #A99061 !important;
	color: #fff !important;
}

.advanced-select_form {
	display: block;
	width: 100%;
	height: 34px;
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.advanced-title {
	margin-bottom: 15px;
}

.btn-advanced {
	border: 0;
	font-size: 14px;
	border-radius: 3px;
	padding: 6px 35px;
	color: #fff !important;
	background-color: #a99061 !important;
}




.field-item-one {
	position: relative;
	padding: 50px 50px;
	z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.field-item-one {
		padding: 40px 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.field-item-one {
		/* border: 1px solid rgba(4, 13, 26, 0.1); */
	}
}

@media (max-width: 991px) {
	.field-item-one {
		/* border: 1px solid rgba(4, 13, 26, 0.1); */
	}
}

@media (max-width: 767px) {
	.field-item-one {
		padding: 40px 20px;
		margin-bottom: 20px;
	}
}

/* .features-item-one:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.8);
          box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.8);
  border-color: transparent;
} */
.field-item-one:hover .item-bg:before {
	visibility: visible;
	opacity: 1;
}

.field-item-one:hover .item-bg:after {
	visibility: hidden;
	opacity: 0;
}

.field-item-one:hover .icon i {
	color: #a99061;
}

.field-item-one:hover .content h4,
.field-item-one:hover .content p {
	color: #fff;
}

.field-item-one:hover .content .icon-btn {
	background-color: #b68c5a;
	color: #fff;
}

.field-item-one .item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: -1;
}

.field-item-one .item-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(22, 37, 66, 0.85);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.field-item-one .item-bg:after {
	position: absolute;
	top: 0;
	left: 0px;

	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	visibility: visible;
	opacity: 1;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.field-item-one .item-bg:after {
		position: absolute;
		top: 0;
		left: -2px;

		content: "";
		width: calc(100% + 4px);
		height: 100%;
		background-color: #fff;
		visibility: visible;
		opacity: 1;
		z-index: -1;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

}

.field-item-one .icon {

	background-color: #f6f6f6;
	border-radius: 100%;
	width: 90px;
	height: 90px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.field-item-one .icon i {
	font-size: 45px;
	color: #A99061;

	display: flex;
	justify-content: center;
	align-items: center;
}

.field-item-one .content h4 {
	margin-bottom: 10px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.field-item-one .content h4 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.field-item-one .content h4 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.field-item-one .content h4 {
		font-size: 13px;
	}
}

.feild-details-wrap{
	padding-right: 55px;
}
.field-item-one .content p {
	margin-bottom: 25px;
	font-size: 13px;
	color: #606060;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 80px;
	text-align: left;

}

.field-item-one .content .icon-btn {
	background-color: rgba(22, 37, 66, 0.07);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
}

.fe-details-box span{
	background-color: #A99061;
	color: #fff;
	padding: 8px 15px;
	border-radius: 50px;
}
.fe-details-box ol{
	margin-top: 15px;
	margin-left: 15px;
}

.fe-details-box li{
	/* list-style: none; */
	line-height: 30px;
	/* padding-left: 30px; */
	margin-left: 15px;
	padding-left: 10px;
	
	
}

.case-eg-list {
	background: url(/default/img/section-bg1-17ac241990bcc4113b0cbfa00a3da4b2.svg) no-repeat;
	padding: 39px;
}

.case-eg-list .case-eg-content {
	padding: 21px 0px 0;
	margin-bottom: 30px;
}

.case-eg-list .case-eg-content .text-p {
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-family: "Open Sans", sans-serif;
}

.case-eg-list .case-eg-content .fw-5 a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 100%;
}

.case-eg-list .case-eg-content .text-p a {
	display: block;
	float: right;
	color: #A99061;
}

.case-eg-list {}

.case-eg-list .case-eg-content {
	background-color: #fff;
	padding: 20px 25px;
}

.case-eg-list .case-eg-content h6 {
	margin-bottom: 15px;
}
.blog-bar-list span{
	font-size: 15px;
	font-weight: 600;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	display: block;
	
}
.blog-bar-list p{
	font-size: 12px;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
		overflow: hidden;			
		text-overflow: ellipsis;		
		display: -webkit-box;			
		-webkit-line-clamp: 2;			
		line-clamp: 2;					
		-webkit-box-orient: vertical;	
		color: #777;
}
.blog-bar-list ul{
	margin-top: 30px;
	
}
.blog-bar-list li{
	list-style: none;
	margin-top: 25px;
}
.blog-bar-list a{
	display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-bar-list span{font-size: 0.8rem;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-bar-list span{}
}

@media (max-width: 767px) {
	.blog-bar-list span{}
}
