* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #030303;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #fecd3a;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #FAFAFA;
    font-family: 'NouvelR-Semibold';
    font-size: 6.4rem;
    line-height: 72px;
    letter-spacing: 1.28px;
}
h1 strong {
    font-weight: normal;
    color: #fecd3a;
}
h2 {
    color: #030303;
    font-family: 'NouvelR-Semibold';
    font-size: 4rem;
    line-height: 48px;
}
h3 {
    color: #030303;
    font-family: 'NouvelR-Semibold';
    font-size: 3.2rem;
    line-height: 40px; 
}
h4 {
    color: #030303;
    font-family: 'NouvelR-Semibold';
    font-size: 2.4rem;
    line-height: normal;
}
h5 {
    color: #030303;
    font-family: 'NouvelR-Semibold';
    font-size: 1.8rem;
    line-height: 26px;
}
h6 {
    color: #030303;
    font-family: 'NouvelR-Semibold';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    color: #030303;
    font-family: 'NouvelR-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 17px;
}
ul {
    margin-bottom: 17px;
}
.common-btn {
    color: #030303;
    font-family: 'NouvelR-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    display: inline-block;
    padding: 10px 41px;
    border: 1px solid #fecd3a;
    border-radius: 5px;
    background-color: #fecd3a;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #030303;
    border-color: #030303;
    color: #fff;
}
.black-btn {
    background-color: #030303;
    border-color: #030303;
    color: #fff;
}
.black-btn:hover {
    background-color: #fecd3a;
    border-color: #fecd3a;
    color: #030303;
}
.border-btn {
    background-color: transparent;
    border-color: #030303;
    color: #030303;
}
.border-btn:hover {
    background-color: #fecd3a;
    border-color: #fecd3a;
    color: #030303;
}
.common-wrap {
    padding-left: 16px;
    padding-right: 16px;
}
.inner-wrap {
    background-color: #EDEDED;
    border-radius: 20px;
    overflow: hidden;
}
.common-arrow {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: #030303;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #fecd3a;
}
.common-arrow:hover img {
    filter: brightness(0);
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

