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: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	overflow-x: hidden;
	background: #F5F1EF;
}
/*------------------------------------*\
	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: #EFC595;
	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, .shadow-text {
	font-family: 'TGS Perfect Condensed';
	font-size: 145px;
	line-height: 120px;
	text-transform: uppercase;
	letter-spacing: -1.89px;
	color: #fff;
}
h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #571A19;
	margin-bottom: 20px;
}
h3 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 36px;
	line-height: 35px;
	text-transform: uppercase;
	color: #571A19;
	margin-bottom: 30px;
}
h4 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 26px;
	line-height: 35px;
	text-transform: capitalize;
	color: #EFC595;
}
h5 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 24px;
	line-height: 32px;
	text-transform: capitalize;
	color: #912929;
	margin-bottom: 10px;
}
p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	color: #000000;
	margin-bottom: 30px;
}
/************************** Page CSS********************/
.full-width {
	width: 100vw;
	margin-left: -50vw !important;
	left: 50%;
	position: relative;
}
.common-background-style {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.common-button {
	background-color: #912929;
	color: #fff;
	padding: 16px 24px 16px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 24px;
	line-height: 27px;
	text-align: center;
	text-transform: capitalize;
	display: inline-block;
	min-width: 225px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.common-button::before {
	background: #fff;
	content: "";
	height: 155px;
	opacity: 0;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	width: 50px;
	transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.common-button::after {
	background: #fff;
	content: "";
	height: 20rem;
	opacity: 0;
	position: absolute;
	top: -120px;
	transform: rotate(35deg);
	transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 4rem;
}
.common-button::before {
	left: -50%;
}
.common-button::after {
	left: -100%;
}
.common-button:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.common-button:hover::after {
	left: 200%;
	opacity: 0.6;
}
.common-button:hover {
	background-color: #FFD3A7;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.common-button.white-button {
	background-color: #fff;
	color: #571A19
}
.common-button.white-button::before {
	background: #571A19
}
.common-button.white-button::after {
	background: #571A19
}
.common-button.white-button:hover {
	background-color: #FFD3A7;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a.common-link {
	font-family: "peridot-pe-variable", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: inline-block;
}
a.common-link:hover {
	color: #BD7082;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.common-arrow {
	width: auto;
	height: auto;
}
.common-arrow:after {
	display: none;
}
.object-fit-cover{
	object-fit: cover;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	color: #232323;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 31px 0 71px;
	position: relative;
	text-align: center;
}
.site-breadcrumb strong {
	font-weight: 700;
}
.site-breadcrumb a {
	font-family: "peridot-pe-variable", sans-serif;
	color: #232323;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover {
	color: #ADCEBE;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-weight: 700;
}
.site-breadcrumb span {
	margin: 0px 13px;
	font-weight: 300;
	color: #ADCEBE;
}
/*************************** Quick Link List **********************/

/*************************** Pagination css*********************/
.pagination {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 53px;
	font-family: "peridot-pe-variable", sans-serif;
	color: #060009;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.8px;
	text-transform: capitalize;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
}
.pagination ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	font-family: "peridot-pe-variable", sans-serif;
	color: #262626;
	margin: 0px 0px;
}
.pagination ul li a {
	color: #262626;
	padding: 2px 6px;
	border-radius: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pagination ul li a:hover {
	color: #fff;
	background-color: #ADCEBE;
}
.pagination ul li.active {
	color: #fff;
	background-color: #ADCEBE;
	border-radius: 3px;
	padding: 2px 6px;
}
.page-next {
	margin-left: 48px;
}

.page-prev {
	margin-right: 48px;
}
.page-prev,
.page-next {
	color: #060009;
	text-align: center;
	font-family: "peridot-pe-variable", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.8px;
	text-transform: capitalize;
	border-radius: 10px;
	border: 0.5px solid #060009;
	padding: 8px 10px 11px;
	min-width: 135px;
	display: inline-block;
}
.page-prev:hover,
.page-next:hover {
	background-color: #ADCEBE;
	border: 1px solid #ADCEBE;
	color: #fff;
}

/************************** End:Pagination css ********************/

/*************************** Mobile Stily Button Css ********************/
.mobile-screen-button {
	background: #121212;
	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%);
}
.mobile-screen-button ul {
	margin: 0px;
	padding: 0px;
	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;
	color: #fff;
	border: 0px solid #222934;
	display: block;
	text-align: center;
	padding: 8px 0px;
	display: block;
	letter-spacing: 1px;
}
@media(max-width:991px) {
	.mobile-screen-button {
		display: block;
	}
}

/*************************** End:Mobile Stily Button Css ********************/
/********** Container width with media query ***********/
.container{
	max-width:calc(100% - 370px);
}
@media(max-width:1700px){
	.container{
		max-width:calc(100% - 170px);
	}
}
@media(max-width:1700px){
	.container{
		max-width:calc(100% - 80px);
	}
}
@media(max-width:767px){
	.container {
        max-width: calc(100% - 0px);
    }
}