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: "lato",sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	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:#7E2539;
	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: "magistral",sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 55px;
	line-height: 63px;
	color:#F4F4F5;
}

h2{
	font-family: "magistral",sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 38px;
	line-height: 48px;
	color: #7E2539;
	margin-bottom: 20px;
}
h3{

}
h4{

}
h5{

}
p{
	font-family: "lato",sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #000;	
	margin-bottom: 30px;
}
/* font-family: "lato",sans-serif; */
/* font-family: "magistral",sans-serif; */
/************************** 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{
	border: 1px solid #7E2539;
	background-color: #7E2539;
	color: #F4F4F5;
	padding: 4px 20px 4px 20px;
	min-width:150px;
	font-family: "lato",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-shadow: 0px 0px 14px 0px #00000026;

}
.common-button:hover{
	border: 1px solid #54101F;
	background-color: #54101F;
	color: #F4F4F5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a.common-link{
	font-family: "lato",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
	color: #7E2539;
	text-transform: uppercase;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: url('../images/common-link-arrow.svg') 0%;
	background-repeat: no-repeat;
	padding-left: 34px;
}
a.common-link:hover{
	color:#54101F;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	font-family: "lato",sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	line-height: 38px;
	color: #F4F4F5;
	margin:15px 0px;
	padding-bottom: 15px;
	width: fit-content;
	border-bottom: 2px solid #7E2539;
	display: flex;
}
.site-breadcrumb strong{
	font-weight: 700;
}
.site-breadcrumb a {
	font-family: "lato",sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	line-height: 38px;
	color: #F4F4F5;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	white-space: nowrap;
}
.site-breadcrumb a:hover{
	color: #7E2539;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin: 0px 5px;
	font-weight: 700;
	font-size: 30px;
	line-height: 23px;
	margin-bottom: 0px;
	margin-top: 6px;
	display: inline-block;
	align-content: flex-start;
	justify-content: center;
	align-items: center;
}

/*************************** Breadcrumb Css **********************/

/*************************** 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: #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.active{
		display:block;
	}
}
/*************************** End:Mobile Stily Button Css ********************/

/************************* Quick Links ***********************/
.quick-links-area{
	position: fixed;
	top:20vh;
	right: 0px;
	z-index:9;
	color:#FFFFFF;
	transform: translateX( calc( 100% - 240px ) );
	transition: transform 500ms ease;
}
.quick-links-area.active{
	transform: translateX(0);
	z-index:99;
}
.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:#7E2539;
	text-align:center;
	color:inherit;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	display: flex;
	justify-content: center;
}
.quick-links-rotate h3{
	color:#fff;
	margin-bottom: 0px;
	margin-top: 12px;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	padding-left:0px;
	font-weight: 400;
	font-family: "magistral",sans-serif;
}
.quick-links-rotate h3:before{
	display:none !important;
}
.quick-links-arrow img{
	transform: rotate(270deg); 
	transition: all 150ms ease;
	margin-bottom:0px;
	width: 18px;
}
.quick-links-area.active .quick-links-arrow img{
	transform: rotate(90deg);
}
.quick-links-arrow{
	margin-left:30px;
}
.quick-link-list{
	float:left;
	width:360px;
	background:#fff;
	line-height:18px;
	padding:30px;
	max-height:75vh;
	min-height: 240px;
	overflow:auto;
	opacity: 100%;
	box-shadow: 0px 0px 20px 0px #000000D9;
}
.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:#7E2539;
	text-decoration:none;
	font-family: "magistral",sans-serif;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-transform: capitalize;
	font-size: 16px;
}
.quick-link-list li a:hover {
	color: #54101F;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.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;
}
.quick-links-arrow{
	margin-left:10px;
}
@media(max-width:767px){
	.quick-links-area {
		top: 21vh;    
	}
	.quick-links-rotate h3 {
		display:none;
	}
	.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: 465px;
		width: 50px;
		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;
	}
	.quick-links-arrow {
		margin-left: 0px;
	}
}
/************************* 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;
	}
}
/* Banner Scrool css */
.scroll-bottom{
	cursor:pointer;
	position: absolute;
	bottom: 40px;
	left:50%;
	transform:translatex(-50%);
}
@-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 **************/