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-size: 16px;
	color: #262626;
	font-weight: 300;
	overflow-x: clip;
}
html {
	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:#262626;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a:hover {
	text-decoration:none;
	color: #8B8679;
}
img{ 
	max-width:100%; 
	height:auto
}
/************************** FONTS CSS********************/
h1 {
	font-family: "Roboto", sans-serif;
	font-size: 96px;
	color: #fff;
	line-height: 100px;
	font-weight: 300;
	margin-bottom: 20px;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	color: #14203B;
	line-height: 54px;
	font-weight: 400;
	margin-bottom: 20px;
}
h3 {
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	color: #14203B;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 22px;
}
h4 {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	color: #222222;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 22px;
}
h5 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 18px;
}
p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #262626;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 25px;
}
/************************** 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: "Roboto", sans-serif;
	font-size:16px;
	font-weight: 700;
	color:#fff;
    border: 1px solid #8B8679;
    background-color: #8B8679;
	border-radius: 12px;
	padding: 11px 46px;
    display: inline-block;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-transform: uppercase;
	min-width: 200px;
    text-align: center;
}
.common-button:hover {
	background-color: #000;
	border-color: #000;
	color:#fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-button.border-button {
	border: 2px solid #8C8879;
	background-color: transparent;
}
.common-button.border-button:hover {
	background-color: #8C8879;
}
.txt-btn {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: #14203B;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 20px;
	padding-right: 35px;
	position: relative;
	display: inline-block;
}
.txt-btn::after {
	content: "";
	width: 17px;
	height: 20px;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/txt-btn.svg);
	background-size: 17px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.txt-btn:hover::after {
	right: 0;
}
.common-arrow{
	width:auto;
	height:auto;
	margin:0px;
}
.common-arrow:after{
	display:none;
}
