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: "Geist", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color:#fff;
	overflow-x: hidden;
	background-color:#000;
}
/*------------------------------------*\
	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:#F4D4DD;
	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{
	color: #FFF;
	font-family: 'Bw Gradual DEMO';
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 92px;
	letter-spacing: -3px;
	margin-bottom: 25px;
}

h2{
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h2 strong{
    color: #F4D4DD;
	font-weight: 700;
}
h3{
	
}
h4{
	
}
h5{
	
}
p{
	font-family: "Geist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	color:#fff;
	margin-bottom:22px;
}
/************************** 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{
	color: #000;
	font-family: "Bw Gradual DEMO";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.8px;
	border-radius: 10px;
	background: #F4D4DD;
	border: 1px solid #F4D4DD;
	min-width: 122px;
	display: inline-block;
	padding:13px 15px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
}
.common-button:hover{
	border: 1px solid #fff;
	background-color: #fff;
	color:#000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #000;
	margin-left: 5px;
}
a.common-link{
	color: #888;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}
a.common-link:hover{
	color: #000000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link img{
	width: 18px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.common-link:hover img{
	/*filter:invert(1) brightness(0);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
.list-style{
	list-style: none;
    margin:0px;
    padding:0px;;
}
/************************* 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 *********************/

/*************************** 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{
	font-size: 16px;
    font-weight: 500;
	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;
	line-height: 27px;
}
.mobile-screen-button ul li a.common-button{
	color:#fff;
}
@media(max-width:991px){
	.mobile-screen-button{
		display:block;
	}
}
/*************************** End:Mobile Stily Button Css ********************/


