* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #A68463;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'Sora-Regular';
    font-size: 6rem;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h2 {
    color: #fff;
    font-family: 'Sora-Regular';
    font-size: 4rem;
    line-height: normal;
    text-transform: uppercase;
}
h3 {
    color: #fff;
    font-family: 'Sora-Regular';
    font-size: 3.2rem;
    line-height: normal;
    text-transform: uppercase;
}
h4 {
    color: #fff;
    font-family: 'Sora-Regular';
    font-size: 2.4rem;
    line-height: normal;
    text-transform: uppercase;
}
h5 {
    color: #A68463;
    font-family: 'Sora-Regular';
    font-size: 2rem;
    line-height: normal;
}
h6 {
    color: #A68463;
    font-family: 'Sora-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 2.4rem; 
    letter-spacing: 0.32px;
    margin-bottom: 18px;
}
ul {
	margin-bottom: 18px;
}
.common-btn {
    font-family: 'Sora-Regular';
    color: #F9F8F6;
    font-size: 1.4rem;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 20px;
    border: 1px solid #F9F8F6;
    background-color: transparent;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #9B896C;
    border-color: #9B896C;
    color: #F9F8F6;
}
.fill-btn {
    background-color: #9B896C;
    border-color: #9B896C;
    color: #F9F8F6;
}
.fill-btn:hover {
    background-color: #6E604B;
    border-color: #6E604B;
    color: #F9F8F6;
}
.common-arrow {
    height: 65px;
    width: 65px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #A68463;
    border-color: #A68463;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 16px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

