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: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
    color: #fff;	
	overflow-x: hidden;
	background:#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:#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
}
p{
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
    color: #fff;	
	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 #F4D4DD;
    background-color: #F4D4DD;
	color: #000;
    padding: 15px 30px 15px 30px;
	min-width:152px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 12px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;

}
.common-button:hover{
	border: 1px solid #000;
    background-color: #000;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
	width:auto;
	height:auto;
}
.common-arrow:after{
	display:none;
}
/*************************** Mobile Stily Button Css ********************/
.mobile-screen-button{
    background-color: #1F1F1F;
    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:25%;
	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: 10px 0px;
    display: flex;
    letter-spacing: 1px;
    font-size: 15px;
    align-items: center;
    flex-direction: column;
    line-height: 22px;
    font-weight: 300;
}

@media(max-width:991px){
	.mobile-screen-button{
		display:block;
	}
}
/*************************** End:Mobile Stily Button Css ********************/