* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #1c1c1c;
}
a:hover {
	text-decoration: none;
	color: #0064ff;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1{
    font-family: "quiche-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #dedaca;
    font-size: 5.6rem;
    text-transform: uppercase;
	letter-spacing: 0.75rem;
}
h2{
    font-family: "OxygenRegular", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #dedaca;
    font-size: 3.1rem;
    letter-spacing: 0.75rem;
    text-transform: uppercase;
}
h2 span{
    font-family: "OxygenRegular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    color: #dedaca;
    letter-spacing: 0.75rem;
    text-transform: initial;
}
h3{
    font-family: "quiche-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: #dedaca;
    letter-spacing: 0.75rem;
}
h4{
    font-family: 'OxygenRegular';
    font-size: 2.5rem;
    color: #dedaca;
	letter-spacing: 0.150rem;
}
h5{
    font-family: "quiche-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #dedaca;
	letter-spacing: 0.75rem;
    text-transform: uppercase;
}
p{
    font-size: 1.8rem;
    color: #dedaca;
    line-height: 1.7;
    margin-bottom: 0;
	letter-spacing: 0.150rem;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.cursor{
	cursor: pointer;
}
.vdm_btn_cls{
    font-size: 1.5rem;
    padding: 1.8rem 0;
    width: 100%;
    max-width: 21.8rem;
    font-family: 'OxygenRegular';
    letter-spacing: 0.150rem;
    color: #000;
    background-color: #dedaca;
    border: 1px solid #dedaca;
    text-align: center;
    border-radius: 0;
    display: inline-block;
}
.border-btn{
    background-color: transparent;
    border: 1px solid #dedaca;
    color: #dedaca;
}
.border-btn:active, .border-btn:focus, .border-btn:hover {
   background-color: #dedaca !important;
   color: #dedaca !important;
   border: 1px solid transparent !important;
}
.vdm_btn_cls:active, .vdm_btn_cls:focus, .vdm_btn_cls:hover {
    color: #dedaca;
    background-color: transparent;
}
.common-arrow{
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255, 0.5);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.common-arrow:after {
   display: none;
}
.common-arrow img {
    width: 1.6rem;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.common-wrap{
    padding-left: 6%;
    padding-right: 6%
}
