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;
}
::selection {
	background-color: #D9B779;
	color: #fff;
}
body {
	margin:0px;
	padding:0px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	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:#8C6637;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
a:hover{
	text-decoration: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: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 90px;
	line-height: 92px;
	color:#fff;
}

h2{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 60px;
	line-height: 62px;
	color: #000;	
	margin-bottom: 30px;
}
h2 strong{
	font-weight: 300;
	font-style: italic;
	color: #8C6637;	
}
h3{
	font-family: "ivypresto-headline",serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 38px;
	color: #000;
	margin-bottom: 20px;
}
h4{
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	margin-bottom: 7px;
	color: #000;	
}
h5{

}
p{
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000;	
	margin-bottom: 30px;
}

/* font-family: "proxima-nova",sans-serif;  */
/* font-family: "montserrat",sans-serif;  */
/* font-family: "ivypresto-headline",serif; */

/************************** Page CSS********************/
.full-width{
	width:100vw;
	margin-left:-50vw !important;
	left:50%;
	position:relative;
}
.common-background-style{
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-button{
	background-color: #000;
	color: #fff;
	padding: 11px 21px 11px 21px;
	min-width:152px;
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-image: url(../images/common-button-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.common-button:hover{
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.common-button.black-button{
	border: 2px solid #000;
	background-color: #000;
	font-weight: 600;
	background-image: none ;
}
.common-button.black-button:hover{

	border: 2px solid #8C6637;
	background-color: transparent;
	color:#000;
}
a.common-link{
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 15px 30px 15px;
	display: inline-block;
}
a.common-link::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color:#8C6637;
	top: 0px;
	left: 0px;
}
a.common-link:hover{
	color: #8C6637;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	font-family:"proxima-nova";
	font-weight: 300;
	font-size: 24px;
	line-height: 37px;
	font-weight: 300;
	color: #000000;
	margin: 70px 0 120px;
	position: relative;
	text-align: center;
}
.site-breadcrumb strong{
	font-weight: 700;
	color: #8C6637;
}
.site-breadcrumb a {
	font-family:"proxima-nova";
	font-size: 24px;
	line-height: 37px;
	font-weight: 300;
	color: #000000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	color: #8C6637;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
/* 	font-weight: 700; */
}
.site-breadcrumb span{
	margin:0px 10px;
	font-weight: 300;
	color: #D9D9D9;
}

/*************************** 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: #fff;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 99999;
	left: 0px;
	transition: all .5s;
	display: none;
	-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%);
	padding: 10px 0px;
}
.mobile-screen-button ul{
	margin:0px;
	padding:0px 10px 0px 5px;
	font-size:0px;
	display:table;
	width:100%;
}
.mobile-screen-button ul li{
	display:table-cell;
	width:50%;
	text-align:center;
}
.mobile-screen-button ul li a{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: "montserrat",sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	border: 0px solid #222934;
	display:block;
	text-align:center;
	padding: 9px 0px 10px;
	display:block;
	letter-spacing: 1px;
}
.mobile-screen-button ul li a i{
	color: #D9B779;
	margin-right: 0px;
}
.mobile-screen-button ul li a.common-button{
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 12px 6px 12px 6px;
}
@media(max-width:991px){
	.mobile-screen-button.active{
		display:block;
	}
}
/*************************** End:Mobile Stily Button Css ********************/

/************************* Quick Links  ***********************/
.quick-links-area{
	position: fixed;
	top:20vh;
	left: 0px;
	z-index:99;
	color:#FFFFFF;
	transform: translateX( calc( 100% - 720px ) );
	transition: transform 500ms ease;
	display: flex;
    flex-direction: column;
}
.quick-links-area.active{
	transform: translateX(0);
}
.quick-links-rotate{
	height:auto;
	width:240px;
    transform: rotate(-90deg) translate(-120%, calc(411px - 100%));
	transform-origin: 0 0;
	margin:0px;
	padding: 10px 0px;
	float:left;
	background:#fff !important;
	text-align:center;
	color:inherit;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.quick-links-rotate h3{
	color:#000 !important;
   font-family: "montserrat",sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left:0px !important;
}
.quick-links-rotate h3:before{
	display:none !important;
}
.quick-links-arrow{
    margin-left: 15px;
}
.quick-links-arrow img{
	transform: rotate( 90deg ); 
	transition: all 150ms ease;
	margin-bottom: 2px;
}
.quick-links-area.active .quick-links-arrow img{
	transform: rotate( 270deg );
	margin-bottom: 8px;
}

.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: "montserrat",sans-serif;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-transform: capitalize;
	font-size: 14px;
}
.quick-link-list li a:hover {
	color: #8C6637;
	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: 14px;
}
.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;
		display:none;
	}
	.quick-link-list {
		max-height: 70vh;
		font-size: 14px;
	}
	.quick-link-list {
		width: 275px;
		position: absolute;
		left: 0px;
		padding: 20px;
	}
	.quick-links-rotate {
		position: absolute;
        left: 186px;
		width: 50px;
		padding: 0px;
		transform: rotate(-90deg) translate(-102%, calc(119px - 100%));
	}
	.quick-links-area {
		transform: translateX( calc( -276px - 100% ) );
	}
	.quick-link-list ol li {
		margin-bottom: 10px;
		color: #fff;
		font-size: 14px;
		line-height: 24px;
	}
	.quick-links-arrow {
    margin-left: 0px;
   }
}
/************************* End:Quick Links  ***********************/
/************** Search Result ****************/
.search-result-area {
	padding: 100px 0;
}
.search-result-area article {
	padding: 30px 150px 30px 0;
	border-bottom: 1px solid #8C6637;
	position: relative;
}
.search-result-area article h2 a {
	color: #000;
}
.search-result-area article h2{
	font-size: 42px;
    line-height: 48px;
}
.search-result-area article h2 a:hover,
.search-result-area article a:hover{
	color: #8C6637;
}
.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: #0B0B0B;
}
.search-result-area .pagination a:hover {
	color: #8C6637;
}
.search-result-area .nav-links {
	display: flex;
	gap: 10px;
}
.search-result-area .page-header {
	background-color: #8C6637;
	padding: 20px 30px 0;
}
.search-result-area .page-header h2 {
	color: #fff;
	margin-bottom: 0;
}
.search-result-area .search-result-count {
	background-color: #8C6637;
	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: "collier", 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: #8C6637;
}
.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: 25px 0 25px;
	}
	.search-result-area article h2,
	.search-result-area .page-header h2{
		font-size: 32px;
		line-height: 40px;
	}
	.search-result-area .page-header,
	.search-result-area .search-result-count{
		padding-left: 15px;
		padding-right: 15px;
	}
	.search-result-area {
		padding: 40px 0;
	}
}
/************** Search result end ****************/
/************* Scroll Annimation *************/
.scroll-bottom{
	cursor:pointer;
	position: absolute;
	bottom: 40px;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } 
}
@keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); }
}


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