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;
}
html,body{
	overflow-x: hidden;
}
body {
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#000;
	overflow-x: hidden;
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	/*background:#F7F7F7;*/
}
body p a {
	color: #000;
	text-decoration: underline;
}
body p a:hover {
	color: #8A8C8F;	
	text-decoration: underline;
}
/*------------------------------------*\
	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{
	font-size:100%;
	font-weight:300;
}
h3 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 10px;
}
h6 {
	font-weight:400;
	line-height: 1.75;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a{
	color:#E6D0BF;;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
a:hover{
	text-decoration:none;
	color:#E6D0BF;;
}
 
/*------------------------------------*\
	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{
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
	line-height:112.5%;
}
h1 em{
	font-weight: 700;
}
h2{
	font-weight: 300;
	font-size: 40px;
	line-height: 130%;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	margin-bottom:30px;
}
h2:after{
    position: absolute;
    bottom:0px;
    left:50%;
    transform:translateX(-50%);
    height:.5px;
    background-color: #000;
    width:230px;
    content:'';
}
.search-area-heading {
	color: #FFF;
}
.search-area-heading h2:after {
	background-color: #fff;
}
.left-align-underline h2:after{
	left:0px;
	transform:translateX(0%);
}
h3{
	
}
h4{
	
}
h5{
	font-weight: 300;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #767676;
}
p{
	font-size:16px;
	line-height: 187.5%;
	font-weight: 400;;
	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: "Montserrat", sans-serif;
	font-size:14px;
	line-height:normal;
	font-weight:400;
	color:#fff;
    border: 1px solid #000000;
    background-color: #000000;
	padding: 12px 20px 12px 20px;
    display: inline-block;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	letter-spacing: 1.4px;
	text-transform:uppercase;
	min-width:160px;
	text-align:center;
}
.border-button{
	border: 1px solid #000000;
	background-color: transparent;
	color: #000;
}
.common-button:hover{
	border: 1px solid #000;
	background-color: #FFF;
	color:#000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.border-button:hover{
	border: 1px solid #FFF;
	background-color: #E6D0BF;
	color:#FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.coloured-button{
	border: 1px solid #E6D0BF;
	background-color: #E6D0BF;
	color:#000;
}
.coloured-button:hover{
	color:#fff;
    border: 1px solid #000000;
    background-color: #000000;
}
a.common-link{
	font-family: 'Optima Bold';
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:hover{
	color: #d9a883;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
.listing-style{
	margin:0px;
	padding:0px;
	list-style:none;
}
/************** Breadcrumb Css ***************/
.site-breadcrumb {
    font-family: "montserrat",sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
	margin:0px 0px 6px;
}
.site-breadcrumb strong{
	font-weight:500;
}
.site-breadcrumb a {
    font-family: "montserrat",sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 5px;
	font-weight:300;
    color: #F5EFE8;
}
/************** end Breadcrumb Css ***************/

/*************************** Mobile Stily Button Css ********************/
.mobile-screen-button{
    background: #000;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99999;
    left: 0px;
	display:none;
    transition: all .5s;
    -webkit-box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 0px 19px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 19px -5px rgb(0 0 0 / 45%);
}
.mobile-screen-button ul{
	margin:0px;
	padding:0px;
	font-size:0px;
	display:table;
	width:100%;
}
.mobile-screen-button ul li{
	display:table-cell;
	text-align:center;
	width:33.33%;
}
.mobile-screen-button ul li:not(:last-child){
	border-right:2px solid #e6d0bf
}
.mobile-screen-button ul li a{
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-size: 14px;
    font-weight: 400;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #000;
	border: 0px solid #222934;
	display:block;
	text-align:center;
	padding: 6px 0px 7px 0px;
	display:block;
	line-height: 36px;
	background: #000;
}
.mobile-screen-button img {
	height: 28px;	
}
.mobile-screen-button ul li a p{
	color:#fff;
	margin:0px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:0px;
	font-size: 12px;
}
@media(max-width:991px){
	.mobile-screen-button{
		display:block;
	}
}
/*@media(min-width:992px){
	.mobile-screen-button{
		position: fixed;
		width: auto;
		background: transparent;
		right: 0px;
		left: auto;
		bottom:auto;
		top:18vh;
	}
	.home .mobile-screen-button{
		top:43vh;
	}
	.mobile-screen-button ul li a{
		writing-mode: vertical-lr; 
        background: #F5EFE8;
        padding: 10px 6px;
        transform: rotate(-180deg);

	}
}*/
/*************************** End:Mobile Stily Button Css ********************/

/************************* Quick Links  ***********************/
.quick-links-area{
	position: fixed;
	top:45vh;
    right: 0px;
	z-index:99;
	color:#000;
	transform: translateX( calc( 100% - 40px ) );
	transition: transform 500ms ease;
}
.quick-links-area.active{
	transform: translateX(0);
}
.quick-links-rotate{
	display: flex;
	height:max-content;
	width:40px;
	transform: translate(calc(40px - 100%));
    transform-origin: 0 0;
	margin:0px;
    padding: 10px 8px;
	float:left;
	background:#FFF;
	text-align:center;
	color:inherit;
	cursor:pointer;
	flex-direction: column-reverse;
    justify-content: center;
	align-items: center;
	border-right:1px solid #E6D0BF;
	box-shadow: 0px 0px 20px 0px #00000026;
}
.quick-links-arrow{
	display: none;
}
.quick-links-rotate h3{
	color: #000;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 0;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	
}
.quick-links-rotate h3:before{
	display:none;
}
.quick-link-list{
	float:left;
	width:276px;
	background:#FFF;
	padding:20px 23px;
	min-height: 182px;
	overflow:auto;
	max-height: 50vh;
	box-shadow: 0px 0px 20px 0px #00000026;
}
.quick-link-list ol{
	padding-left: 0px;
	margin-bottom: 0px;
}
.quick-link-list ol li{
	margin-bottom:12px;
	list-style: none;
}
.quick-link-list ol li:last-child{
	margin-bottom:0px;
}
.quick-link-list li a{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
}
.quick-link-list li a:hover {
    color: #E6D0BF;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.quick-links-area.active .quick-links-rotate img {
    transform: rotate(180deg);
}
@media(max-width:767px){
	.quick-links-arrow {
		display: block;
	}
	.quick-links-rotate{
		width: 21px;
		padding: 0 0px;
		transform: translate(calc(21px - 100%));
		height: 54px;
	}
	.quick-links-rotate h3{
		display: none;
	}
	.quick-links-area{
		top: 28vh;
	}
	.quick-link-list{
		width: 266px;
	}
	.quick-links-area{
		transform: translateX( calc( 100% - 21px ) );
	}
}
/************************* 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: 999;
    width: 100%;
    height: 100%;
	opacity:0;
	pointer-events:none;
    background: url('/wp-content/uploads/2025/11/Image.jpg') #fff no-repeat center center / cover;
	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:30%;
	left:50%;
	transform:translate(-50%, -60%);
}
.search-form-wrapper{
	max-width:675px;
	width:100%;
	margin:0px auto;
}
.search-form-wrapper form {
	width:100%;
	background:#fff;
	border-radius:24px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 43px -12px rgba(0,0,0,0.75);
	display:flex;
	padding:0px 15px;
}
.search-form-wrapper form button{
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
}
.advance-search-wrapper input{
	width:100%;
	font-family: "Montserrat", sans-serif;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
	color:#211F36;
	border:0px;
	border-radius:0px;
	padding: 10px 10px 10px 10px;
}
/********************* End:Advance Search Css ****************/
/************** Search result ****************/
.search-result-area {
	padding: 200px 0px 50px;
}
.search-result-area article {
	padding: 40px 150px 40px 0;
	border-bottom: 1px solid #4A4E55;
	position: relative;
}
.search-result-area article h2 a {
	color: #000;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover {
	color: #E6D0BF;
}
.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: #000;
}

.search-result-area .pagination a:hover {
	color: #E6D0BF;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #E6D0BF;
	padding: 20px 30px 0;
}
.search-result-area .page-header h2 {
	color: #000;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #E6D0BF;
	color: #000;
	padding: 10px 30px 15px;
}
.search-result-area h2:after{
	display: none;
}
.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: "Montserrat", sans-serif;
	font-weight: 400;
	width: 100%;
}
.search-result-area .no-results .search-submit {
	background-color: #000;
	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: #E6D0BF;
}
.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;
}
@media(max-width:991px){
    .search-result-area article figure {
        position: initial;
        transform: translateY(0);
        margin-bottom: 20px;
    }
    .search-result-area article img {
        width: 100% !important;
        max-width: 100% !important;
        height: 300px !important;
    }
    .search-result-area article {
        padding: 30px 0 40px;
    }
    .search-result-area .page-header,
    .search-result-area .search-result-count{
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-result-area {
        padding: 140px 0px 50px;
    }
}
/************** Search result end ****************/

/*************************** 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 *********************/