* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #BD924A;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #DADADA;
    font-family: 'PlayfairDisplaySC-Regular';
    font-size: 8rem;
    line-height: 88px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
h2 {
    color: #DADADA;
    font-family: 'PlayfairDisplaySC-Regular';
    font-size: 6.4rem;
    line-height: 72px;
    letter-spacing: 1.28px;
}
h3 {
    color: #fff;
    font-family: 'DMSans-Regular';
    font-size: 4rem;
    line-height: normal;
}
h4 {
    color: #fff;
    font-family: 'DMSans-Regular';
    font-size: 2.4rem;
    line-height: 25px;
}
h5 {
    color: #fff;
    font-family: 'DMSans-Regular';
    font-size: 2rem;
    line-height: normal;
}
h6 {
    color: #fff;
    font-family: 'DMSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
}
p {
    color: #fff;
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    margin-bottom: 23px;
}
ul {
    margin-bottom: 23px;
}
.common-btn {
    color: #0E0E12;
    font-family: 'DMSans-Medium';
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    padding: 11px 20px;
    border-radius: 5px;
    background-color: #BD924A;
    border: 1px solid #BD924A;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn::after {
    content: "";
    height: 10px;
    width: 15px;
    position: relative;
    display: inline-block;
    background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    margin-left: 8px;
}
.common-btn em {
    background-color: #CCB99B;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn strong {
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.common-btn:hover em {
    width: 100%;
}
.common-btn:hover {
    color: #0E0E12;
}
.common-btn::before {
    filter: brightness(0) saturate(100%) invert(8%) sepia(1%) saturate(2420%) hue-rotate(140deg) brightness(96%) contrast(104%);
}
.gray-btn {
    background-color: #483C32;
    border-color: #483C32;
    color: #fff;
}
.gray-btn::after {
    filter: invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gray-btn em {
    background-color: #BD924A;
}
.gray-btn::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(315deg) brightness(104%) contrast(101%);
}
.gray-btn:hover::after {
    filter: invert(0);
}
.gray-btn:hover::before {
    filter: brightness(0) saturate(100%) invert(8%) sepia(1%) saturate(2420%) hue-rotate(140deg) brightness(96%) contrast(104%);
}
.border-btn {
    background-color: transparent;
    color: #F7E6CA;
    border-color: #fff;
}
.border-btn::after {
    filter: brightness(0) saturate(100%) invert(87%) sepia(21%) saturate(237%) hue-rotate(357deg) brightness(101%) contrast(98%);
}
.border-btn em {
    background-color: #F7E6CA;
}
.border-btn:hover::after {
    filter: invert(0);
}
.with-icon::before {
    content: "";
    height: 30px;
    width: 25px;
    position: relative;
    display: inline-block;
    background-image: url(../images/car-icon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
    margin-right: 8px;
    margin-bottom: -11px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.border-btn::before {
    filter: brightness(0) saturate(100%) invert(87%) sepia(41%) saturate(173%) hue-rotate(340deg) brightness(101%) contrast(94%);
}
.border-btn:hover::before {
    filter: brightness(0);
}
.common-arrow {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: #251F19;
    border: 1px solid #251F19;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 15px;
}
.common-arrow:hover {
    background-color: #483C32;
    border-color: #483C32;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
