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:"europa";
	font-size: 18px;
	font-weight: 300;
	color: #1c1c1c;
	overflow-x: clip;
}
/*------------------------------------*\
	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:#22211E;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a:hover {
	text-decoration:none;
	color: #47736E;
}
/*------------------------------------*\
	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:"athena";
	font-size: 45px;
	line-height: 45px;
	font-weight: 300;
	color: #1C1C1C;
}
h2 {
	font-family:"athena";
    font-size: 45px;
	line-height:100%;
    font-weight: 300;
    color: #1C1C1C;
    margin-bottom: 30px;
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
p {
	font-family:"europa";
	font-size: 18px;
	font-weight: 300;
	color: #1C1C1C;
	line-height: 28px;
	margin-bottom: 30px;
}
/************************** 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:"europa";
	font-size:16px;
	line-height:16px;
	font-weight: 700;
	color:#FFF;
    border: 1px solid #47736E;
    background-color: #47736E;
	border-radius: 31px;
	padding: 12px 30px;
    display: inline-block;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	min-width:196px;
	text-align:center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.common-button:hover {
	background-color: #fff;
	color:#47736E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link {
	font-size:16px;
	font-weight: 700;
	text-transform:uppercase;
	color:#1C1C1C;
	letter-spacing:2.5px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	position: relative;
	padding-bottom: 7px;
	display: inline-block;
}
a.common-link::after {
	content: '';
	height: 2px;
	width: 100%;
	background-color: #1C1C1C;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:hover {
	color: #47736E;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:hover::after {
	background-color: #47736E;
}
.common-arrow{
	width:auto;
	height:auto;
	margin:0px;
}
.common-arrow:after{
	display:none;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	font-family: 'elza';
    font-size: 15px;
    color: #494B4B;
	line-height:18px;
	font-weight: 600;
	margin: 28px 0;
}
.site-breadcrumb strong{
	font-weight:400;
}
.site-breadcrumb a {
	font-family: 'elza';
    font-size: 15px;
    color: #494B4B;
	line-height:18px;
	font-weight: 600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	letter-spacing: normal;
}
.site-breadcrumb a:hover{
	color: #B46C3C;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 4px;
	font-weight: 400;
	color: #494B4B;
}
/*************************** 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%);
}
.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{
	font-weight: 600;
	font-size: 13px;
	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;
}
.mobile-screen-button ul li a.common-button{
	color:#fff;
}

/*************************** 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:#47736E;
	text-align:center;
	color:inherit;
	cursor:pointer;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.quick-links-rotate h3{
	color:#fff !important;
    line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left:0px !important;
	font-weight: 500;
}
.quick-links-rotate h3:before{
	display:none !important;
}
.quick-links-arrow{
	transform: rotate( 90deg ); 
	transition: all 150ms ease;
	margin-bottom:0px;
	margin-right: 10px;
}
.quick-links-area.active .quick-links-arrow {
	transform: rotate( 270deg );
	margin-bottom:-5px;
}

.quick-link-list{
	float:left;
	width:360px;
	background:#D0DCD0;
	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:15px;
	list-style: none;
}
.quick-link-list ol li:last-child{
	margin-bottom:0px;
}
.quick-link-list li a{
	color:#47736E;
	text-decoration:none;
	font-weight: 500;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	text-transform: capitalize;
	font-size: 16px;
	line-height:27px;
}
.quick-link-list li a:hover {
    color: #fff;
	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 !important;
}
.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 {
     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: 440px;
        width: 75px;
		padding: 0px;
		opacity: 85%;
	}
	.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-right: 0px;
    }
}
/************************* End:Quick Links  ***********************/