* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #181818;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #AC9E88;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #181818;
    font-family: 'Montserrat-Medium';
    font-size: 4.8rem;
    line-height: 56px;
    letter-spacing: 3.84px;
    text-transform: uppercase;
}
h2 {
    color: #181818;
    font-family: 'Montserrat-Regular';
    font-size: 4.8rem;
    line-height: 56px;
    letter-spacing: 3.84px;
    text-transform: uppercase;
}
h3 {
    color: #131313;
    font-family: 'Montserrat-Medium';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 1.92px;
}
h3 strong {
    color: #AC9E88;
    line-height: 56px;
    font-weight: normal;
}
h6 {
    color: #2F2F2F;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    color: rgba(24, 24, 24, 0.7);
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    margin-bottom: 24px;
}
ul {
    margin-bottom: 24px;
}
.common-btn {
    color: #F9F9F6;
    font-family: 'Montserrat-Regular';
    font-size: 1.8rem;
    line-height: 27px; 
    letter-spacing: 0.36px;
    padding: 10px 40px;
    border-radius: 100px;
    background-color: #AC9E88;
    border: 1px solid #AC9E88;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #F9F9F6;
    border-color: #AC9E88;
    color: #181818;
}
.border-btn {
    background-color: #F9F9F6;
    border-color: #AC9E88;
    color: #181818;
}
.border-btn:hover {
    background-color: #AC9E88;
    border-color: #AC9E88;
    color: #F9F9F6;
}
.dark-btn {
    background-color: #181818;
    border-color:#AC9E88;
    color: #F9F9F6;
}
.dark-btn:hover {
    background-color: #AC9E88;
    border-color:#AC9E88;
    color: #F9F9F6;
}
.common-arrow {
    height: 48px;
    width: 48px;
    border: 1px solid #AC9E88;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #AC9E88;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

