* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #E86716;
}
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: 'Aleo-Black';
    font-size: 7rem;
    line-height: 78px;
}
h1 strong {
    font-weight: normal;
    color: #E86716;
}
h2 {
    color: #1F221F;
    font-family: 'Aleo-Bold';
    font-size: 4rem;
    line-height: 48px;
}
h2 strong {
    font-weight: normal;
    color: #fff;
}
h3 {
    font-size: 3.2rem;
    font-family: 'Onest-SemiBold';
    line-height: 32px;
    color: #fff;
}
h4 {
    color: #1F221F;
    font-family: 'Onest-SemiBold';
    font-size: 2.4rem;
    line-height: normal;
}
h4 strong {
    color: #E86716;
    font-family: 'Onest-Medium';
    font-weight: normal;
}
p {
    color: #fff;
    font-family: 'Onest-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 20px;
}
p strong{
    color: rgba(31, 34, 31, 0.70);
    font-weight: normal;
}
.common-btn {
    color: #ffffff;
    font-family: 'Onest-Regular';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: normal;
    position: relative;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 100px;
    background-color: #E86716;
    border: 1px solid #E86716;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1F221F;
}
.white-btn {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1F221F;
}
.white-btn:hover {
    background-color: #E86716;
    border-color: #E86716;
    color: #ffffff;
}
.border-btn:hover {
    border: 1px solid #E86716;
    background-color: transparent;
    color: #E86716;
}
.common-arrow {
   height: 52px;
   width: 52px;
   background-color: #fff;
   border: 1px solid #fff;
   border-radius: 100px;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #E86716;
    border-color: #E86716;
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
    width: 21px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
li {
    color: rgba(31, 34, 31, 0.70);
    font-family: 'Onest-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
}
li::after {
    content: "";
    height: 9px;
    width: 9px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #E86716;
    border-radius: 100%;
}

