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: "ivyepic-variable",sans-serif;
	font-size:16px;
	line-height:24px;
	color:#0B0B0B;
	font-weight:300;
	overflow-x: hidden;
	/*background:#F7F7F7;*/

}
body.home{
	background-image: url("/wp-content/uploads/2025/08/Layer_1.png");
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	background-attachment: fixed;	
}
/*------------------------------------*\
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:#d9a883;
} */
a{
	color:#2A5263;
}
/* a:hover{
text-decoration:none;
} */
a:hover{
	text-decoration:none;
	color:#608696;
}
/*------------------------------------*\
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-size:52px;
	line-height:50px;
	color:#fff;
	font-weight:500;
}

h2{
	font-size:45px;
	line-height:52px;
	color:#7D7D7D;
	font-weight:300;
	margin-bottom:15px;
	margin-top: 30px;
	font-family: "ivyora-display",serif;
}
h3{
	font-size:27px;
	line-height:30px;
	color:#7D7D7D;
	font-weight:500;
	margin-bottom:5px;
}
h4{
	font-size:21px;
	line-height:26px;
	color:#b5b5b5;
	font-weight:500;
	margin-bottom:10px;
}
h5{

}
p{
	font-size:16px;
	line-height:30px !important;
	color:#0B0B0B;
	font-weight:300;
	margin-bottom:20px;
}
/************************** 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;
	/*height: 350px;*/
}
.common-button{
	font-size:14px;
	line-height:24px;
	font-weight:500;
	color:#000;
	text-transform:uppercase;
	border: 1px solid #999;
	border-radius:23px;
	background-color:transparent;
	padding: 7px 30px 7px 30px;
	display: inline-block;
	min-width:160px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.common-button:hover{
	background-color:#2A5262;
	color:#fff;
	border-radius:23px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.common-button.white-border-button{
	border: 1px solid #fff;
	color:#fff
}
.common-button.white-border-button:hover{
	color:#fff;
	border: 1px solid #5CA9BA;
	background:#5CA9BA;
	border-radius:23px;
}
.common-button.blue-button{
	color:#fff;
	border: 1px solid #5CA9BA;
	background:#5CA9BA;
}
.common-button.blue-button:hover{
	background-color:#0B0B0B;
	color:#fff;
}
.common-arrow{
	width:auto;
	height:auto;
	margin:0px;
}
.common-arrow:after{
	display:none;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
	font-size: 16px;
	color: #000;
	font-weight:300;
	text-align: left !important;
}
.site-breadcrumb strong{
	font-weight:600;
}
.site-breadcrumb a {
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover{
	color: #999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 5px;
	font-weight:300;
	color: #608696;
	font-size: 14px;
}

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

