html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px;
	padding:0px;
	font-family: "neue-haas-grotesk-text",sans-serif;
	font-size:16px;
	font-weight:400;
	color:#2D2926;
	overflow-x: hidden;
	/*background:#F7F7F7;*/
}
html, body{
	overflow-x: hidden;
}
/*------------------------------------*\
	FONT RESET
\*------------------------------------*/
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:300;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a{
	color:#C3AD8B;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover{
	text-decoration:none;
}
 a.more-link {
    display: none;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*--- QUOTES ---*/
blockquote{
	margin:0 60px 0 45px;
	border-left:5px solid #ccc;
	padding-left:10px;
	text-indent:-0.4em;
}
blockquote b{
	display:block;
	text-indent:0;
}

img{ 
	max-width:100%; 
	height:auto
}
/************************** FONTS CSS********************/
h1{
	font-family: "neue-haas-grotesk-display",sans-serif;
	font-size: 72px;
	line-height: 73px;
}

h2{
	font-family: "neue-haas-grotesk-display",sans-serif;
	font-size: 38px;
	line-height: 51px;
	font-weight: 400;
	color:#2D2926;
	margin-bottom: 15px;
}
h3{
	font-family: "neue-haas-grotesk-display",sans-serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: 400;
	color:#C3AD8B;
	text-transform: uppercase;
	letter-spacing: 2.1px;
	margin-bottom: 10px;
}
h4{
	font-weight: 800;
}
h5{
	
}
p{
	font-family: "neue-haas-grotesk-text",sans-serif;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#2D2926;
	margin-bottom:25px;
}
/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.common-background-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button{
	font-family: "neue-haas-grotesk-text",sans-serif;
	font-size:15px;
	line-height:20px;
	font-weight:400;
	color:#F8F4EB;
    border: 1px solid #FFFFFF;
    background-color: #13322B;
	padding: 8px 15px 8px 15px;
    display: inline-block;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	min-width:198px;
	text-align:center;
	border-radius:29px;
}
.common-button:hover{
	border: 1px solid #FFFFFF;
	background-color: #C3AD8B;
	color:#F8F4EB;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link{
	font-family: "neue-haas-grotesk-text",sans-serif;
	font-size:16px;
	line-height:21px;
	font-weight:400;
	text-transform:capitalize;
	color:#F8F4EB;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:after {
    content: url(../images/Icon-akar-arrow-right.png);
    margin-left: 15px;
    position: relative;
    top: 1px;
}
a.common-link:hover{
	color: #C3AD8B;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
.inner-container{
	padding: 50px 90px 0px 90px;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	font-family: "neue-haas-grotesk-display",sans-serif;
    font-size: 12px;
    color: #fff;
	line-height:26px;
	margin:15px 0px;
	letter-spacing:1px;
}
.site-breadcrumb strong{
	font-weight:normal;
}
.site-breadcrumb a {
	font-family: "neue-haas-grotesk-display",sans-serif;
    font-size: 12px;
    color: #fff;
	line-height:26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	letter-spacing: .5px;
	text-transform:capitalize;
}
.site-breadcrumb a:hover{
	color: #D4A65C;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 5px;
	font-weight:300;
}

/*************************** Quick Link List **********************/

/*************************** Pagination css*********************/
.pagination {
    width: 100%;
	text-align:center;
	display:block
}
.pagination ul{
	padding:0px;
	margin:0px;
}
.pagination ul li{
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:17px;
	color:#212020;
	margin:0px 10px;
}
.pagination ul li a{
	color:#212020;
	font-weight:300;
}
.pagination ul li a:hover{
	color:#85CBF8;
}
/*************************** End:Pagination css *********************/

/*************************** Mobile Stily Button Css ********************/
.mobile-screen-button{
    background: #ffffff00;
    position: fixed;
    width: 100%;
    bottom: -100vh;
    z-index: 99999;
    left: 0px;
    display: none;
    padding:10px 20px 30px 20px;
	opacity:0;
	pointer-events:none
}
.mobile-screen-button.active{
	bottom: 0px;
	opacity:1;
	transition: all .5s;
	pointer-events:all;
}
.mobile-screen-button ul{
	margin:0px;
	padding:0px;
	font-size:0px;
	display:flex;
	gap:15px;
	width:100%;
	align-items:center
}
.mobile-screen-button ul li.mobile-floating-button{
	width:100%;
}
.mobile-screen-button ul li.mobile-floating-button a{
	font-size: 15px;
	line-height:20px;
    font-weight: 500;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
	border: 0px solid #222934;
	display:block;
	text-align:center;
	padding: 8px 0px;
	display:block;
	background:#A47F54;
}
@media(max-width:991px){
	.mobile-screen-button{
		display:block;
	}
}
/*************************** End:Mobile Stily Button Css ********************/

/************************* Quick Links  ***********************/
.quick-links-area{
	position: fixed;
	top:20vh;
    right: 0px;
	z-index:99;
	color:#FFFFFF;
	transform: translateX( calc( 100% - 240px ) );
	transition: transform 500ms ease;
}
.quick-links-area.active{
	transform: translateX(0);
}
.quick-links-rotate{
	height:auto;
	width:240px;
	transform: rotate(-90deg) translate(-100%, calc( 240px - 100% ));
    transform-origin: 0 0;
	margin:0px;
    padding: 10px 0px;
	float:left;
	background:#13322B !important;
	text-align:center;
	color:inherit;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}
.quick-links-rotate h3{
	color:#fff !important;
	font-size: 18px;
    line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	padding-left:0px !important;
	font-weight: 400;
	font-family: "neue-haas-grotesk-display", sans-serif;
}
.quick-links-rotate h3:before{
	display:none !important;
}
.quick-links-arrow svg{
	transform: rotate( -180deg ); 
	transition: all 150ms ease;
	margin-bottom:0px;
}
.quick-links-area.active .quick-links-arrow svg{
	transform: rotate( 0deg );
	margin-bottom:-5px;
}

.quick-link-list{
	float:left;
	width:360px;
	background:rgb(0 0 0 / 92%) !important;
	line-height:18px;
	padding:30px;
	max-height:75vh;
	min-height: 240px;
	overflow:auto;
}
.quick-link-list ol{
	padding-left: 0px;
	margin-bottom: 0px;
}
.quick-link-list ol li{
	margin-bottom:18px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	list-style: none;
}
.quick-link-list ol li:last-child{
	margin-bottom:0px;
}
.quick-link-list li a{
	color:#fff;
	text-decoration:none;
	font-family: "neue-haas-grotesk-display", sans-serif;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-transform: capitalize;
	font-size: 16px;
}
.quick-link-list li a:hover {
    color: #C3AD8B;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.quick-links-rotate{
	background:#101714
}
.quick-link-list{
	background:#434343
}
.quick-links-rotate h3{
	margin-bottom: 0px !important;
	margin-top: 5px !important;
	font-size: 16px;
}
.quick-links-area .quick-links-rotate h3 span{
	display:inline-block;
	transform: rotate(90deg);
    font-size: 30px;
}
.quick-links-area.active .quick-links-rotate h3 span{
	transform: rotate( 270deg ); 
	transition: all 150ms ease;
}
@media(max-width:767px){
	.quick-links-area {
		top: 21vh;		
	}
	.quick-links-rotate h3 {
		font-size: 12px;
		line-height: 10px;
		margin-bottom: 5px !important;
		margin-top: 10px !important;
	}
	.quick-link-list {
		max-height: 70vh;
		font-size: 14px;
	}
	.quick-link-list {
		width: 275px;
		position: absolute;
		right: 0px;
		padding: 20px;
	}
	.quick-links-rotate {
		position: absolute;
		right: 365px;
		width: 150px;
		padding: 0px;
	}
	.quick-links-area {
		transform: translateX( calc( 275px - 100% ) );
	}
	.quick-link-list ol li {
		margin-bottom: 10px;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
	}
}
/************************* End:Quick Links  ***********************/

/************* Scroll Annimation *************/
.scroll-down-button-annimation a{
	position: absolute;
    bottom: 60px;
    left: 50%;
	transform:translatex(-50%);
    z-index: 2;
    display: inline-block;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	font-family:"brother-1816";
}
.scroll-down-button-annimation a {
	padding-top: 40px;
}
.scroll-down-button-annimation a span {
	position: absolute;
    top: 0;
    left: 50%;
    width: 21px;
    height: 34px;
    margin-left: -11px;
    border: 2px solid #C39350;
    border-radius: 50px;
    box-sizing: border-box;
}
.scroll-down-button-annimation a span::before {
	position: absolute;
    top: 1px;
    left: 50%;
    content: '';
    width: 3px;
    height: 6px;
    margin-left: -1px;
    background-color: #C39350;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/************* End:Scroll Annimation **************/

/********************* Advance Search Css ****************/
.search-area-box{
	position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
	opacity:0;
	pointer-events:none;
/*     background: url('/wp-content/uploads/2023/06/capek-gallery-warning-desktop.png') #fff no-repeat center center / cover; */
	background-color: #13322B;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.close-icon{
	position:absolute;
	top:30px;
	right:30px;
	cursor:pointer;
}
.search-area-box.active{
	opacity:1;
	pointer-events:all;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.search-area-box .container{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.search-form-wrapper{
	max-width:549px;
	width:100%;
	margin:0px auto;
}
.search-form-wrapper form {
	width:100%;
	background:#fff;
	border-radius:47px;
	overflow:hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
	display:flex;
	padding:0px 15px;
}
.search-form-wrapper form button{
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
	padding-right: 10px;
}
.advance-search-wrapper input{
	width:100%;
	font-family: "neue-haas-grotesk-text",sans-serif;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#2D2926;
	text-transform:uppercase;
	border:0px;
	border-radius:0px;
	padding: 15px 8px;
}
.advance-search-wrapper input::placeholder{
	font-family: "neue-haas-grotesk-text",sans-serif;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#2D2926;	
}
.search-close{
	text-align: right;
    padding-right: 30px;
    padding-top: 20px;
}
.advance-search-wrapper input:focus{
	outline:none;
}
#advance-search-display h5 {
	background-color: #C3AD8B !important;
	font-family: "neue-haas-grotesk-display", sans-serif;
}
#advance-search-display ul li h4{
font-family: "neue-haas-grotesk-display", sans-serif !important;
}
#advance-search-close {
    width: 14px !important;
    top: 22px !important;
    filter: invert(1);
}
/********************* End:Advance Search Css ****************/

/*****search-result******/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 60px 150px 60px 0;
	border-bottom: 1px solid #13322B;
	position: relative;
}
.search-result-area article h2 {
	color: #2D2926;
}
.search-result-area article h2 a {
	color: #2D2926;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
	color: #C3AD8B;
}
.search-result-area article img {
	width: 110px !important;
	max-width: 100% !important;
	height: 140px !important;
	object-fit: cover;
}
.search-result-area article figure {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search-result-area .pagination {
	margin-top: 40px;
}
.search-result-area .pagination h2,
.search-result-area .pagination a {
	color: #011D3F;
}
.search-result-area .pagination a:hover {
	color: #C3AD8B;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #13322B;
	padding: 6px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #13322B;
	color: #fff;
	padding: 10px 30px 15px;
}
.loader-img img {
	max-width:80px;
}
.search-result-area .no-results .page-title {
	color: #fff;
}
.search-result-area .no-results .page-header {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.search-result-area .no-results .search-field {
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 100px 10px 10px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #003D93;
	border-radius: 0 5px 5px 0;
	border: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	top: 0;
	right: -1px;
	height: 41px;
	width: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.search-result-area .no-results .search-submit:hover {
	background-color: #FF3524;
}
.search-result-area .no-results label {
	display: none;
}
.search-result-area .no-results form {
	display: flex;
	align-items: center;
	max-width: 600px;
	width: 100%;
	position: relative;
}

.banner-content h1 strong:first-child{
	color:#C3AD8B;
}
.banner-content h1 strong:last-child{
	color:#A47F54;
}


.pro-banner-list ul {
    max-width: 760px !important;
}
.pro-banner-list ul li:nth-child(odd) {
    width: 40% !important;
}
.pro-banner-list ul li:nth-child(even) {
    width: 60% !important;
}
.pro-banner-area  .row .col-lg-6 .pro-banner-list ul li {
    width: 50% !important;
}

.pro-banner-list ul li{
	display:flex;
	align-items:center;
} 
.pro-banner-list ul li p{
	    color: #F8F4EB;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    font-weight: 400;
	margin-bottom:0px;
}
@media(max-width:991px){
.pro-banner-list ul li:nth-child(odd) {
    width: 100% !important;
}
.pro-banner-list ul li:nth-child(even) {
    width: 100% !important;
}
.pro-banner-area  .row .col-lg-6 .pro-banner-list ul li {
    width: 100% !important;
}	
}