* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #1c1c1c;
}
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 {
    color: #FFF;
    font-family: 'ArticulatCF-Medium';
    font-size: 8rem;
    line-height: 88px;
}
h2 {
    color: #583C2C;
    font-family: 'ArticulatCF-Medium';
    font-size: 5rem;
    line-height: 58px;
}
h3 {
    color: #121212;
    font-family: 'ArticulatCF-Medium';
    font-size: 4rem;
    line-height: normal;
}
p {
    color: rgba(18, 18, 18, 0.75);
    font-family: 'ArticulatCF-Normal';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 24px;
}
.common-btn {
    position: relative;
    display: inline-block;
    border: 1.5px solid #86411D;
    color: #fff;
    background-color: #86411D;
    padding: 11px 100px 11px 24px;
    border-radius: 5px;
    font-size: 1.6rem;
    font-family: 'ArticulatCF-Medium';
    transition: 0.5s;
    -webkit-transition: 0.5s;
    z-index: 1;
    overflow: hidden;
}
.common-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 55px;
    height: 25px;
    background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.common-btn:hover {
    color: #86411D;
    border-color: #FFF2EB;
    background-color: #FFF2EB;
}
.common-btn:hover::after {
    filter: brightness(1);
    right: 16px;
}
.white-btn {
    border-color: #fff;
    background-color: transparent;
}
.white-btn:hover {
    background-color: #86411D;
    border-color: #86411D;
    color: #fff;
}
.white-btn:hover::after {
    filter: brightness(0) invert(1);
}
.border-btn {
    border-color: #86411D;
    color: #86411D;
    background-color: transparent;
}
.border-btn::after {
    filter: brightness(1);
}
.border-btn:hover {
    background-color: #86411D;
    color: #fff;
}
.border-btn:hover::after {
    filter: brightness(0) invert(1);
}
.common-arrow{
   
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
    width: 40px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

