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: "DM Sans", sans-serif;
	font-size:22px;
	color:#101010;
	overflow-x: hidden;
	/*background:#F7F7F7;*/
}
/*------------------------------------*\
	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:#C44A2D;
	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: "DM Serif Display", serif;
	font-size: 90px;
	line-height:85px;
	color:#fff
}

h2{
	font-family: "DM Serif Display", serif;
	font-size: 70px;
	line-height:110%;
	color:#003E53;
	margin-bottom: 20px;
}
h3{
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.88px;
	font-size: 25px;
	line-height: 100%;
	color:#0C546D;
}
h4{
	
}
h5{
	
}
p{
	font-family: "DM Sans", sans-serif;
	font-size:22px;
	line-height:39px;
	color:#101010;
	margin-bottom:45px;
}
/************************** 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: "DM Sans", sans-serif;
	font-size:20px;
	line-height:30px;
	font-weight:700;
	color:#fff;
    border: 0px solid #C39350;
    background-color: #C44A2D;
	padding: 19px 15px 19px 15px;
    display: inline-block;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform:uppercase;
	min-width:305px;
	text-align:center;
	border-radius: 32px;
}
.common-button:hover{
	border: 0px solid #fff;
	background-color: #0C546D;
	color:#fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-button.gradient-hover:hover{
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(145,145,145,1) 99%);
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
.listing-style{
	margin:0px;
	padding:0px;
	list-style: none;;
}
/************************* Breadcrumb Css **************************/
.site-breadcrumb {
    font-family: 'Montserrat Regular ';
    font-size: 15px;
    color: #AFB4C9;
	line-height:35px;
	margin:15px 0px;
}
.site-breadcrumb strong{
	font-weight:normal;
}
.site-breadcrumb a {
    font-family: 'Montserrat Bold';
    font-size: 15px;
    color: #AFB4C9;
	line-height:35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	letter-spacing: 1px;
}
.site-breadcrumb a:hover{
	color: #D4A65C;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-breadcrumb span{
	margin:0px 5px;
	font-weight:300;
}

/*************************** 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 *********************/
