.choose-tab button:hover {
	background-color: #fff !important;
	color: #c5a875;
}
.choose-tab button:focus {
	background-color: #fff !important;
	color: #c5a875;
}
button {
	transition: all ease 0.4s;
}
.content-text .nav-tabs {
	border: 2px dashed #000000 !important;
}
.space-shape-plus, .space-bottom-shape-plus {
	padding-bottom: 140px;
}
.space-shape-plus, .space-top-shape-plus {
	padding-top: 140px;
}
.bg-smoke {
	background-color: #ffffff !important;
}
.shape-mockup-wrap {
	position: relative;
}
.gx-70 {
	--bs-gutter-x: 70px;
}
.gy-30 {
	--bs-gutter-y: 30px;
}
.long-img, .short-img {
	border-radius: 30px;
	overflow: hidden;
}
.long-img {
	height: 100%;
}
.long-img img, .short-img img {
	border-radius: 30px;
	transition: 0.4s ease-in-out;
}
.long-img img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
img:not([draggable]), embed, object, video {
	max-width: 100%;
	height: auto;
}
.mb-30 {
	margin-bottom: 30px;
}
.long-img, .short-img {
	border-radius: 30px;
	overflow: hidden;
}
.title-area {
	margin-bottom: calc(60px - 15px);
}
.sub-title {
	font-size: 24px;
	font-weight: 500;
	color: var(--theme-color);
	display: block;
	margin-bottom: 29px;
	margin-top: -4px;
}
.sec-title.big-title {
	font-size: 40px;
}
.sec-title {
	font-size: 48px;
	margin-top: -0.8 rem;
	line-height: 1.208;
}
.choose-tab {
	border: 2px dashed #000000;
	border-radius: 50px;
	margin-bottom: 30px;
	padding: var(--border-gap);
	display: inline-block;
	position: relative;
	z-index: 2;
}
.choose-btn.active {
	color: #c5a875;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
.choose-btn {
	border: none;
	color: #000000;
	background-color: transparent;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50px;
	padding: 12px 30px;
	text-align: center;
	position: relative;
}
.choose-tab .indicator {
	position: absolute;
	top: var(--border-gap) !important;
	left: 0;
	background-color: var(--theme-color);
	border-radius: 50px;
	z-index: -1;
	transition: 0.4s;
}
.tab-content > .active {
	display: block;
}
.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade:not(.show) {
opacity: 1;
}
@media (max-width: 999px) {
	.sec-title.big-title {
		font-size: 27px;
		margin-top: 35px;
	}
}

.is-small .header-search-wrapper {
	margin-top: -70px;
}
.lupo input[type=text] {
	height: 30px;
}
.header-search-wrapper {
	float: right;
	position: relative;
	margin-top: -78px;
	margin-right: 86px;
}
.search-main {
	display: block;
	line-height: 40px;
	padding: 0 10px;
	cursor: pointer;
	color: #fff;
	background: #dbbd89;
	border-radius: 3px;
}
.header-search-wrapper .search-form-main {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
	box-shadow: 1px 1px 7px rgba(0,0,0,.15);
	border-top: 2px solid #dbbd89;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 124%;
	width: 300px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	height: 60px;
}
.search-form-main.active-search {
	opacity: 1;
	visibility: visible;
}
.header-search-wrapper .search-form-main {
	border-top-color: #dbbd89;
}
.header-search-wrapper .search-form-main:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #dbbd89;
	content: "";
	position: absolute;
	right: 15px;
	top: -10px;
}
.header-search-wrapper .search-form-main:before {
	border-bottom-color: #dbbd89;
}
.header-search-wrapper .search-form-main .search-field {
	border-radius: 0;
	padding: 4px 10px;
	float: left;
}
.header-search-wrapper .search-form-main .search-submit {
	border: medium none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	float: left;
	padding: 10px 0 10px;
	width: 20%;
	background: #dbbd89;
	margin-left: 9px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}
@media (max-width: 1317px) and (min-width: 1000px) {

	.header-search-wrapper {
		display: none;
	}
}

.opacity-social {
	position: relative !important;
}
.d-web-none {
	display: none;
}
@media (max-width: 999px) {
	.opacity-social {
		position: absolute !important;
	}
	.d-web-none {
		display: block;
	}
	.mobile-button {

		height: 36px;
	}
	.is-small .header-search-wrapper {
		margin-top: -78px;
	}
}
@media (max-width: 1800px) {
	#site-header-inner .socials {
		display: none;
	}

}

/*header-style-1*/
.display-lang-mobile {
	display: none;
}

#main-nav-mobi ul li {
	text-align: left !important;
	padding-left: 30px;
}

@media (max-width: 1500px) {
	#site-header.style-2 #main-nav > ul > li {
		padding: 0 15px !important;
	}
	#site-header.style-2 #main-nav > ul > li a {
		font-size: 16px !important;
	}
}
@media (max-width: 999px) {
	.main-nav {
		height: 100vh !important;
	}
	.header-contact {
		left: 30px;
	}
	.header-contact .info span {
		color: #fff;
	}
	.header-contact {
		opacity: 1;
		bottom: auto;
		margin-top: 5px;
	}
	.text a {
		color: #ffffff;
		display: inline-block !important;
	}
	.contact i {
		color: #ffffff;
		margin-right: 10px;
	}
	.dis-none {
		display: none;
	}
	.display-lang-mobile {
		margin-left: 30px;
		font-size: 16px;
		margin-top: 10px;
		display: block !important;
	}
	.display-lang-mobile a {
		color: #ffffff;
		margin-right: 5px;
	}
	.active-1 {
		color: #d1b582 !important;
	}

}

/*header-style-2*/
@media only screen and (max-width: 1440px) {
	#site-header.style-4 .header-hotline {
		display: block !important;
	}
}
@media only screen and (max-width: 999px) {
	#site-header.style-4 .header-hotline {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	select {
		background-color: #ffffff !important;
		color: #000 !important;
		font-weight: 500;
		font-size: 14px;
		width: 100%;
		border-radius: 13px;
		border: none;
	}
	option {
		color: #000;
	}
}
@media only screen and (max-width: 1200px) {
	#site-header.style-2 .wrap-inner {
		padding: 33px 30px !important;
	}
}
.float {
	float: left;
	border-left: 2px solid #c3a673;
	border-radius: 0 !important;
	height: 35px;
}
.mobile {
	display: none;
}
select {
	background-color: #fff0;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	border-radius: 13px;
	border: none;
	margin-top: -4px;
}
.dark .float select {

	color: #000;
}
option {
	color: #000;
}
#site-header.style-2 #main-nav > ul > li > a:hover, #site-header.style-2 #main-nav > ul > li.current-menu-item > a {
	color: #c5a875;
}
.style-2 .menu li a {
	text-transform: none !important;
	font-size: 18px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.style-2 .main-nav {
	margin-left: 50px !important;
}
.style-2 .lang {
	font-size: 18px;
	font-weight: bold;
}
.style-2 #main-nav .sub-menu li a {
	padding: 20px !important;
	font-size: 16px !important;
}

.style-2 #main-nav .sub-menu {
	top: calc(100% + 20px);
}
.style-2 #main-nav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	left: 0;
	top: 85%;
	z-index: 999;
	background-color: #000;
}
.mob-hidden {
	display: block;
}
.mob-show {
	display: none;
}
.style-2 .socials a {
	color: #FFFFFF !important;
}
@media (max-width: 999px) {
	.style-2 .lang {
		font-size: 10px;
	}
	.mob-hidden {
		display: none;
	}
	.style-2 .main-nav {
		margin-left: 0 !important;
	}
	.mob-show {
		display: block;
	}
}
.header-float #site-header-wrap {
	background: transparent !important;
}
#site-header-wrap {
	background: #000000 !important;
}
@media (max-width: 1540px) {
	#site-header .socials-1 {
		display: none;
	}
}
@media (max-width: 1250px) {
	#site-header.style-2 #main-nav > ul > li {
		padding: 0 15px !important;
	}

}
/*end*/

.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 85px;
	height: 50px;
	color: #FFFFFF !important;
	text-align: center;
	line-height: 0;
	animation: ripple 3s linear infinite;
	border-radius: 25%;
}
.video-button::before, .video-button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 25%;
	animation: inherit;
	animation-delay: 1s;
	width: 100%;
	height: 100%;
}
.video-button::after {
	animation-delay: 2s;
}
@keyframes ripple {
0% {
box-shadow: 0 0 0 .7rem rgba(255,255,255, 0.2);
}
100% {
box-shadow: 0 0 0 8rem rgba(255,255,255, 0);
}
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: contain;
}
.h-fancybox {
	height: 881px;
}
@media (max-width: 999px) {
	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: 300px;
		object-fit: contain;
	}
	.video-button {
		width: 60px;
		height: 30px;
	}
	.v-fancybox {
		height: 537px !important;
	}
	.h-fancybox {
		height: 170px !important;
	}
}

.text-wrap p {
	font-size: 14px !important;
	letter-spacing: 0px;
	word-spacing: -1px;
	margin: 0px !important;
}
.mbt-3 {
	margin-top: 3px;
	margin-bottom: 3px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000000 !important;
	border-color: #d0b37f #d0b37f #d0b37f;
	background-color: #efb236;
}
.nav-tabs {
	border-bottom: 1px solid #d0b37f !important;
}
form-control[readonly] {
	background-color: #fff;
}
.form-control {
	font-size: 16px;
}
.phone-number a {
	color: #FFF !important;
}
.dark .phone-number a {
	color: #000 !important;
}
.mySwiper2 img {
	display: block;
	width: 100%;
	height: 285px;
	object-fit: contain;
}
.mySwiper img {
	display: block;
	width: 100%;
	height: 90px;
	object-fit: cover;
}
.swiper-button-next:after {
	font-size: 20px;
}
.swiper-button-next {
	width: 45px;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.swiper-button-prev:after {
	font-size: 20px;
}
.swiper-button-prev {
	width: 45px;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.swiper-button-next:hover {
	background-color: rgba(239, 178, 54, 0.9);
}
.swiper-button-prev:hover {
	background-color: rgba(239, 178, 54, 0.9);
}
.footer-background {
	background-color: #000 !important;
	margin-top: -50px;
}
.footer-copyright a {
	color: #d1b582 !important;
}
.footer-copyright a:hover {
	color: #efb236 !important;
}
.footer-social-media a {
	color: #d1b582 !important;
}
.footer-social-media a:hover {
	color: #efb236 !important;
}
.footer-border {
	border-bottom: 3px #d0b37f solid;
}
.seo-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.seo-content {
	padding: 20px !important;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 185px;
	margin-bottom: 30px;
	box-shadow: 4px 4px #d6b985;
}
.seo-content:hover {
	box-shadow: -4px -4px #d6b985;
}
.seo-content .seo-content-title {
	margin-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
}
.seo-content p {
	font-size: 13px;
	color: #FFFFFF;
	position: relative;
}
.seo-container {
	margin-bottom: 20px;
}
.mt-17 {
	margin-top: 17px;
}
.ml-22 {
	margin-left: -10px;
}
.margin-l-4 {
	margin-left: -4px;
}
.margin-r-4 {
	margin-right: -4px;
}
.background-seo-web {
	margin-top: -20px;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.video-button img {
	width: 100%;
	z-index: 1;
	position: relative;
	margin-top: -18px;
}
@media (max-width: 999px) {
	.seo-content {
		padding: 15px !important;
		position: relative;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
	}
	.seo-container {
		margin-bottom: 90px;
	}

	.mt-17 {
		margin-top: 0px !important;
	}
	.ml-22 {
		margin-left: -0px !important;
	}
	.margin-l-4 {
		margin-left: 0px !important;
	}
	.margin-r-4 {
		margin-right: -10px;
	}
}
@media (max-width: 999px) {
	.mySwiper2 img {
		display: block;
		width: 100%;
		height: 300px;
		object-fit: contain;
	}
	.mySwiper img {
		display: block;
		width: 100%;
		height: 50px;
		object-fit: cover;
	}
	.mySwiper {
		margin-bottom: 20px;
	}
	#featured-title .featured-title-heading {
		font-size: 30px;
	}
	#featured {
		padding: 30px 0;
	}
}
.mySwiper {
	margin-top: 20px;
}
.mySwiper img {
	cursor: pointer;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.work__area-item:hover span {
	color: #ffffff;
	background-color: #c2a673;
}
.section-padding {
	padding: 20px 0px;
	margin-bottom: 100px;
}
.subtitle-two {
	color: #FCA028;
}
.subtitle-one, .subtitle-two, .subtitle-three {
	position: relative;
	text-transform: uppercase;
	color: #F94C30;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	padding-left: 55px;
	display: inline-block;
	margin-bottom: 14px;
}
.subtitle-one::after, .subtitle-two::after, .subtitle-three::after {
	position: absolute;
	content: "";
	bottom: 6px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #F94C30;
}
.subtitle-one::before, .subtitle-two::before, .subtitle-three::before {
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #F94C30;
}
.work__area-item {
	text-align: center;
	position: relative;
}
.work__area-item span {
	border: 1px solid #E7E7E7;
	color: #CFCFCF;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.8px;
	font-weight: 700;
	font-size: 48px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	transition: 0.4s;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.work__area-item span::before {
	content: "";
	position: absolute;
	background: #c2a673;
	width: 0;
	height: 0;
	border-radius: 50%;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.4s;
	z-index: -1;
}
.work__area-item h6 {
	margin-bottom: 10px;
}
.work__area-item p {
	max-width: 280px;
	margin: 0 auto;
}
.work__area-item-arrow {
	position: absolute;
	top: 35px;
	right: -58px;
}

.work__area-item-arrow {
	position: absolute;
	top: 35px;
	right: -58px;
}
.light-n {
	display: none;
}
.mb-50 {
	margin-bottom: 50px;
}
@media (max-width: 999px) {
	.work__area-item-arrow {
		display: none !important;
	}
	.xl-mb-30 {
		margin-bottom: 30px;
	}
}
.fuild-t-50 {
	margin-top: -50px;
}
.padding-180 {
	padding: 0px 180px 40px 180px;
}
.features-img img {
	width: 70%;
}
.section-title span .right-vec {
	margin-left: 10px;
}
.h2-about-area .about-right .section-title h2 {
	line-height: 1.1;
}
.section-title h2 {
	font-weight: 700;
	color: #09161D;
}
.pb-120 {
	padding-bottom: 120px;
}

.mb-120 {
	margin-bottom: 120px;
}
.mb-40 {
	margin-bottom: 40px;
}
.justify-content-center {
	justify-content: center !important;
}
.d-flex {
	display: flex !important;
}
.section-title span .left-vec {
	margin-right: 10px;
}
.section-title span {
	font-weight: 400;
	color: #BF9444;
	line-height: 1.625 rem;
	display: inline-block;
	margin-bottom: 5px;
}
.h2-reguler-item .section-title p {
	font-weight: 400;
	color: rgba(255,255,255,.8);
	margin-bottom: 0;
}
.h2-about-area .about-left .h2-about-img3 {
	margin-top: 20px;
}
.h2-about-area .about-left .h2-about-img2 {
	position: absolute;
	left: 258px;
	top: -64px;
}
.h2-about-area .about-left .h2-about-img4 {
	position: absolute;
	left: 225px;
	bottom: -120px;
}
.h2-about-area .about-left {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: -50px;
	max-width: 620px;
	width: 100%;
	margin-right: 30px;
}
/*.h2-about-area .about-right {
 max-width: 710px;
 width: 100%;
 margin-left: auto;
 margin-right: 200px;
 }*/
.section-title span .left-vec {
	margin-right: 10px;
}

.h2-about-area .about-right .section-title h2 {
	line-height: 1.1;
}
.h2-about-area .about-right .section-title p {
	font-weight: 400;
	color: #5E5E5E;
	margin-bottom: 0;
	line-height: 30px;
	padding-top: 10px;
}
.h2-about-area .about-right .about-featurs {
	padding-top: 30px;
	margin-bottom: 25px;
}
.h2-about-area .about-right .about-featurs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 50px;
}
.h2-about-area .about-right .about-featurs ul li {
	display: flex;
	align-items: flex-start;
}
.h2-about-area .about-right .about-featurs ul li .features-img {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #bf9444;
	border-radius: 5px;
	margin-right: 20px;
	margin-top: 2px;
}
.h2-about-area .about-right .about-featurs ul li .features-content {
	max-width: 180px;
}
.h2-about-area .about-right .about-featurs ul li .features-content h4 {
	font-weight: 700;
	color: #09161D;
	margin-bottom: 5px;
	line-height: 1;
}
.h2-about-area .about-right .about-featurs ul li .features-content p {
	font-weight: 400;
	color: #5E5E5E;
}
.btn-md2 {
	padding: 13px 23px;
}
.primary-btn5 {
	font-weight: 500;
	color: #BF9444;
	background-color: transparent;
	border-radius: 50px;
	border: 1px solid;
	border-color: #BF9444;
	display: inline-block;
	z-index: 2;
	transition: .3s ease all;
	position: relative;
	overflow: hidden;
	font-size: 16px;
}
.primary-btn5:before {
	transition: .5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: "";
	background-color: #BF9444;
	z-index: -1;
}
.primary-btn5:hover:before {
	transition: .5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.primary-btn5:hover {
	color: #ffffff;
	border-color: transparent;
	background-color: #BF9444;
}
@media (max-width: 999px) {
	.h2-about-area .about-right {
		max-width: 710px;
		width: 100%;
		margin-left: auto;
		margin-right: 200px;
	}
	.h2-about-area .about-right {
		margin: 0;
	}
	.h2-about-area {
		display: block;
	}
	.about-left2 {
		margin-bottom: 30px;
	}
	.h2-about-area .about-right .about-featurs ul {
		display: flex;
		flex-direction: column;
	}
	.padding-180 {
		padding: 0px 10px 70px 10px !important;
	}
	.fuild-t-50 {
		margin-top: 0px !important;
	}

}
.blog-detail em {
	font-style: italic !important;
}
@media only screen and (max-width: 1440px) {
	#site-header.style-4 .header-hotline {
		display: block !important;
	}
}
@media only screen and (max-width: 999px) {
	#site-header.style-4 .header-hotline {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	select {
		background-color: #fff0;
		color: #000 !important;
		font-weight: 500;
		font-size: 14px;
		width: 100%;
		border-radius: 13px;
		border: none;
		padding: 17px 0px;
	}

	option {
		color: #000;
	}
}
.float {
	float: left;
}
.mobile {
	display: none;
}
select {
	background-color: #fff0;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	border-radius: 13px;
	border: none;
	margin-top: -4px;
}
.dark .float select {

	color: #000;
}
option {
	color: #000;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.m-center {
	margin: 0 auto;
}

.path a {
	color: #fff;
	font-size: 20px;
	letter-spacing: inherit;
	font-family: 'Font Awesome 5 Free';
}
.path span {
	color: #fff;
	font-size: 20px;
	word-spacing: 2px;
}
.path .active {
	color: #ecbd69 !important;
}
.featured {
	background: rgb(75 75 75 / 70%);
	height: 780px;
}
.title {
	font-size: 60px;
	color: #fff;
}
.col-lg-top {
	top: 331px;
}
@media only screen and (max-width: 600px) {
	.featured {
		background: rgb(75 75 75 / 70%);
		height: 500px;
	}
	.title {
		font-size: 29px;
	}
	.path span {
		color: #fff;
		font-size: 12px;
		word-spacing: 0px;
	}
	.path a {
		font-size: 12px;
		letter-spacing: normal;
	}
	.col-lg-top {
		top: 230px;
	}
}
