* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #F7F7F7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #EF981E;
}
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: #F7F7F7;
    font-family: 'Outfit-Bold';
    font-size: 6.4rem;
    line-height: 72px;
}
h1 strong{
    color: #EF981E;
    font-weight: normal;
}
h2{
    color: #F7F7F7;
    font-family: 'Outfit-Bold';
    font-size: 4.8rem;
    line-height: 72px;
}
h2 strong{
    color: #EF981E;
    font-weight: normal;
}
h3{
    color: #FFF;
    font-family: 'Outfit-Bold';
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: 0.64px;
}
h3 strong{
    color: #EF981E;
    font-weight: normal;
}
h4{
    color: #FFF;
    font-family: 'Outfit-Bold';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
}
h5{
    color: #FFF;
    font-family: 'Outfit-SemiBold';
    font-size: 2rem;
    line-height: normal;
}
h6{
    color: #FFF;
    font-family: 'Outfit-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
p{
    color: #FFF;
    font-family: 'Outfit-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
li {
    color: #FFF;
    font-family: 'Outfit-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    position: relative;
    padding-left: 14px;
}
li::after {
    position: absolute;
    content: "";
    background-color: #FFF;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    left: 0;
    top: 10px;
}
.common-btn {
    color: #F7F7F7;
    font-family: 'Outfit-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 15px 40px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.13);
    border: 1px solid #EF981E;
    border-radius: 100px;
    box-shadow: 0 0 10px 0 #EF981E;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    color: #111111;
    background: #EF981E;
}
.fill-btn{
    background-color: #EF981E;
    color: #111111;
    box-shadow: none;
}
.fill-btn:hover{
    color: #F7F7F7;
    border: 1px solid #EF981E;
    background-color: transparent;
    box-shadow: 0 0 10px 0 #EF981E;   
}
.common-arrow {
    background-color: #070707;
    border: 1px solid #070707;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
}
.common-arrow:hover{
    background-color: transparent;
}
.common-arrow:hover img{
    filter: brightness(1) invert(1);
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 16px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-wrap{
    padding: 0px 24px;
}