* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #181716;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #FAB868;
}
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: 'lama_sansbold_expanded';
    color: #fff;
    font-size: 6.4rem;
    line-height: 77px;
}
h1 strong {
    font-family: 'lama_sansbold_expanded';
    color: #FAB868;
    font-weight: 700;
}
h2 {
    font-family: 'lama_sansbold_expanded';
    color: #181716;
    font-size: 4rem;
    line-height: 55px;
    letter-spacing: 0.8px;
}
h2 strong {
    font-family: 'lama_sansbold_expanded';
    color: #FAB868;
    font-weight: 700;
}
h3 {
    font-family: 'lama_sansmedium';
    color: #181716;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
}
h4 {
    font-family: 'lama_sansmedium_expanded';
    color: #181716;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.2px;
}
h5 {
    font-family: 'lama_sanssemibold_expanded';
    color: #181716;
    font-size: 1.8rem;
    line-height: 32px;
}
h6 {
    font-family: 'lama_sansmedium';
    color: rgba(41, 41, 41, 0.53);
    font-size: 1.6rem;
    line-height: 32px;
}
p {
    font-family: 'lama_sansregular';
    color: #181716;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.common-btn {
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    display: inline-block;
    border:1px solid #181716;
	border-radius: 0;
    background-color: transparent;
    color: #181716;
    padding: 10px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
	color: #181716;
    background-color: #FAB868;
    border-color: #FAB868;
}
.common-btn::after {
    content: "";
    height: 44px;
    width: 44px;
    border: 1px solid #181716;
    border-radius: 100%;
    background-image: url(../images/btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px;
    position: absolute;
    right: calc(0rem - 45px);
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover::after {
    background-color: #FAB868;
    border-color: #FAB868;
}
.color-btn {
    color: #181716;
    background-color: #FAB868;
    border-color: #FAB868;
}
.color-btn::after {
    background-color: #FAB868;
    border-color: #FAB868;
}
.color-btn:hover {
    background-color: #181716;
    border-color: #FAB868;
    color: #FAB868;
}
.color-btn:hover::after {
    background-color: #181716;
    border-color: #FAB868;
    background-image: url(../images/btn-arrow-orange.svg);
}
.border-btn {
    border-color: #fff;
    color: #fff;
}
.border-btn::after {
    border-color: #fff;
    background-image: url(../images/btn-arrow-white.svg);
}
.border-btn:hover::after {
    background-image: url(../images/btn-arrow.svg);
}
.common-arrow {
    height: 44px;
    width: 44px;
    border: 1px solid #181716;
    background-color: #fff;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #FAB868;
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
	width: 15px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

