@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/helper-4.0.0.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';
:root{
	color-scheme: light only;
	color: #d2aa5e;
	color: #d2aa5e;
}
header{
    min-height: 152px;
}
.headerbg{
    z-index: 200;
	position: relative;
    transition: .8s;
}
.headerbg__social{
	min-height: 65px;
}
@media(min-width: 1200px){
	.headerbg .navbar-nav > .nav-item + .nav-item{
		margin-right: 35px;
    }
	.headerbg::before{
		position: absolute;
		content: '';
		background: url(assets/img/cerv-gold.svg) no-repeat left top;
		background-size: contain;
		width: 70%;
		height: 65px;
		top: 0;
		left: 0;
	}
}
.headerbg .navbar-nav > .nav-item .nav-link{
	font-size: 17.5px;
	font-weight: 400;
	color: #151515;
	padding: 0;
}
.headerbg .navbar-nav > .nav-item.active .nav-link,
.headerbg .navbar-nav > .nav-item .nav-link:hover,
.headerbg a:hover:not(.btn,.sharesocial li a){
    color: #d2aa5e;
}
.headerbg .border-bottom{
	border-color: rgba(0, 0, 0, 0.12) !important;
}
.headerbg .navbar-nav .dropdown-menu{
	width: 300px;
}
.headerbg .navbar-nav .dropdown-menu .dropdown-item{
	white-space: inherit;
	line-height: 20px;
}
.headerbg .navbar-brand img{
	height: 120px;
}
.headerbg .icon{
	width: 40px;
}
.headerbg .iconbars{
	min-width: 30px;
	min-height: 30px;
}
.headerbg .iconbars span + span{
	margin-top: 5px;
}
.headerbg .iconbars span{
	display: block;
	width: 30px;
	height: 4px;
	border-radius: 50px;
	background-color: #151515;
	transition: .4s;
}
.headerbg .iconbars span:nth-child(2){
	width: 20px;
}
.headerbg .iconbars:hover span,
.headerbg .iconbars.active span{
	background-color: #d2aa5e;
}
.headerbg .iconbars.active span:nth-child(1){
	transform: rotate(-45deg)translateY(10px)translateX(-5px)
}
.headerbg .iconbars.active span:nth-child(3){
	transform: rotate(45deg)translateY(-2px)translateX(4px);
}
.headerbg .iconbars.active span:nth-child(2){
	display: none;
}
.headerbg .sharesocial li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}
.headerbg.sticky .wow{
	visibility: visible !important;
}
.headerbg.sticky{
    position: fixed;
    top: 0;
    left: 0;
	padding: 5px 0;
	background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.headerbg.sticky .navbar-brand{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.headerbg.sticky .navbar-brand img{
	height: 60px;
}
.headerbg.sticky .navbar-nav > .nav-item .nav-link{
	font-size: 16px;
}
.headerbg.sticky .headerbg__social,
.headerbg.sticky::before{
	display: none !important;
}
.headerbg.sticky .navbar{
	align-items: center !important;
}
.headerbg.sticky .navbar-nav{
	margin-top: 0 !important;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	left: -350px;
	width: 350px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	left: 0;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .border-top{
	border-color: #ffffff21 !important;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover:not(.btn,.sharesocial li a){
	color: #d2aa5e;
}
.sidenav .navbar-nav .nav-item .nav-link{
	padding: 19px 30px;
	display: block;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #d2aa5e;
}
.sidenav .navbar-nav + .navbar-nav,
.sidenav .navbar-nav .nav-item + .nav-item{
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(21, 21, 21, 0.8);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
body.stop{
	overflow: hidden;
}
.breadcrumb{
	background-color: transparent;
	padding: 0;
}
.breadcrumb-item a,
.breadcrumb-item.active{
	color: #fff;
}
.breadcrumb-item a:hover{
    color: #d2aa5e;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    padding-right: 2px;
	padding-left: 12px;
	margin-top: 3px;
	color: #fff;
}
.sliderindex{
	z-index: 1;
	border-radius: 20px;
}
.sliderindex .svgblock4{
	bottom: 0;
	right: 0;
}
.sliderindex::before{
	border-radius: 20px;
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow11{
	box-shadow: 0 0 4px 1.5px rgba(10, 9, 11, 0.07);
}
.boxshadow{
	box-shadow: 0 12px 40px 0 rgba(51, 51, 153, 0.1);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow22{
	box-shadow: 0px 6px 12px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow5{
	box-shadow: 0px 10px 15px rgb(0 0 0 / 8%);
}
.boxshadow6{
	box-shadow: 0px 8px 12px rgb(0 0 0 / 5%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;	
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.singlecontentbg strong{
	color: #d2aa5e;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #d2aa5e;
	font-weight: 500;
	margin-bottom: 30px;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 18px;
	line-height: 1.9;
	font-weight: 300;
}
.singlecontentbg ul li + li,
.singlecontentbg ol li + li{
	margin-top: 14px;
}
.singlecontentbg.font-small p,
.singlecontentbg.font-small ul,
.singlecontentbg.font-small ol{
	font-size: 16px;
	line-height: 1.8;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #d2aa5e;
}
.singlecontentbg a:hover{
	color: #49459b;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: #d2aa5e;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(360deg);
	}
}
.mfp-counter{
	direction: ltr;
	font-size: 18px;
}
.footerbg a{
	color: rgba(255, 255, 255, 0.7);
}
.footerbg a:hover{
	color: #d2aa5e;
}
.footerbg .border-bottom{
	border-color: #ffffff1a !important;
}
.footerbg__links li + li{
	margin-top: 10px;
}
.rounded-24{
	border-radius: 24px;
}
.text-decoration{
	text-decoration: underline;
}
.rounded-16{
	border-radius: 16px;
}
.rounded-32{
	border-radius: 32px;
}
.rounded-16-top{
	border-radius: 16px 16px 0 0;
}
.slick-dotted.slick-slider.customsliderdots {
	margin-bottom: 0;
	padding-bottom: 100px;
}
.customsliderdots .slick-dots {
	bottom: 30px;
}
.customsliderdots .slick-dots li button {
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 2px solid #272727;
	border-radius: 50px;
}
.customsliderdots .slick-dots li.slick-active button {
	width: 28px;
	background-color: #272727;
	border-radius: 20px;
}
.customsliderdots.customsliderdots__2 .slick-dots li.slick-active button {
	width: 24px;
	border-radius: 50px;
}
.svgblock path{
	fill: #fffafa;
}
.svgblock4 path{
	fill: #fff;
}
.svgblock{
	transform: rotate(180deg);
}
.svgblock4{
	z-index: 10;
	margin-top: -55px;
	bottom: -1px;
}
.sliderindex__slide{
	z-index: 12;
}
.bg-position-custom1{
    background-position: bottom left;
}
.boxprojects .label{
	top: 235px;
	right: 20px;
}
.boxprojects .label2{
	top: 10px;
	right: 10px;
}
.boxprojects .label3{
	top: 15px;
	left: -14px;
}
.boxprojects .label3::before{
	position: absolute;
	content: '';
	bottom: -14px;
	left: 0;
	border-top: 14px solid #ab8a4d;
    border-left: 14px solid transparent;
}
.boxprojects .label3 > *{
	border-radius: 5px 50px 50px 0;
	background: linear-gradient(90deg, #f6cf7f 0%, #b38c40 100%);
}
.customsliderslick01 .slick-prev,
.customsliderslick01 .slick-next{
	top: auto;
	bottom: -60px;
}
.customsliderslick01 .slick-next{
	left: 10px;
}
.customsliderslick01 .slick-prev{
	right: inherit;
	left: 55px;
}
.customsliderslick01__withbutton{
	margin-left: 95px;
}
.nav-tabs.customtabs__style-1 {
    padding: 4px;
	border: 2px solid #d2aa5e;
	border-radius: 50px;
}
.nav-tabs.customtabs__style-1 .nav-item {
	margin: 0;
}
.nav-tabs.customtabs__style-1 .nav-item + .nav-item{
	margin-right: 4px;
}
.nav-tabs.customtabs__style-1 .nav-link {
    border: 0;
    border-radius: 50px;
	padding: 7px;
    min-width: 145px;
    text-align: center;
	font-size: 18px;
	background-color: #e3e3e3;
	color: #8f8f8f;
}
.nav-tabs.customtabs__style-1 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-1 .nav-link.active,
.nav-tabs.customtabs__style-1 .nav-link:hover {
    background-color: #d2aa5e;
    color: #fff;
}
.boxservices.bg-light:hover{
	background-color: #272727 !important;
}
.boxabout::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 3px solid #d2aa5e;
	bottom: -20px;
	right: -20px;
	z-index: 1;
}
.boxabout__thu{
	z-index: 2;
}
.boxabout__thu,
.boxabout__thu::before{
	border-radius: 20px;
}
.boxpar{
	height: 160px;
	padding: 30px;
}
.boxpar img{
	max-height: 100px;
}
svg{
	display: block;
}
.customslider03 .slick-next,
.customslider03 .slick-prev{
	top: 0
}
.customslider03 .slick-prev{
	right: -1px;
}
.customslider03 .slick-next{
	left: -2px;
}
.customslider03 .slick-next::before,
.customslider03 .slick-prev::before{
	border-radius: 0;
	height: 80px;
	line-height: 80px;
	width: 48px;
	border-radius: 0.3rem;
}
.customslider03 img{
	cursor: pointer;
	transition: .4s;
	opacity: 0.5;
}
.customslider03 img:hover{
	opacity: 1;
}
.customslider03 .slick-current img,
.customslider03 .slick-current img:hover{
	opacity: 1;
}
/*--------- Responsive ----- */
@media (min-width: 992px){
	.afterfooter{z-index: 2}
	.footerbg{position: sticky;bottom: 0;z-index: 1}
}
@media (max-width: 1200px) {
	header{min-height: 112px;}
	.headerbg .navbar-brand img{height: 80px;}
}
@media (max-width: 992px) {
	.nav-tabs.customtabs__style-1 .nav-link{font-size: 18px;}
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
}
@media (max-width: 500px) {
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}