* {
	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-bottom: 15px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #FFF;
    font-family: 'BebasNeue-Regular';
    font-size: 9.6rem;
    line-height: 104px;
    letter-spacing: 1.92px;
}
h2 {
    color: #FFF;
    font-family: 'BebasNeue-Regular';
    font-size: 6rem;
    line-height: 68px;
    letter-spacing: 1.2px;
}
h2 strong {
    font-weight: normal;
    position: relative;
    display: inline-block;
}
h2 strong::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/blue-double-line.svg);
    height: 13px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
h3 {
    color: #FFF;
    font-family: 'BebasNeue-Regular';
    font-size: 4.8rem;
    line-height: 56px;
    letter-spacing: 0.96px;
} 
h3 strong  {
    font-weight: normal;
    position: relative;
    display: inline-block;
}
h3 strong::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/blue-double-line.svg);
    height: 13px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
h4 {
    color: #FFF;
    font-family: 'BebasNeue-Regular';
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: 0.64px;
}
h5 {
    color: #FFF;
    font-family: 'BebasNeue-Regular';
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.48px;
}
h6 {
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
p, li {
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
p {
    margin-bottom: 15px;
}
li {
    padding-left: 19px;
    position: relative;
}
li::after {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #D9D9D9;
    border-radius: 50px;
}
.common-btn {
    font-family: 'LamaSans-Regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
    padding: 20px 46px;
    border: 1px solid #fff;
    border-radius: 100px;
    background-color: transparent;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #fff;
    color: #000000;
}
.common-arrow {
   height: 65px;
   width: 65px;
   background-color: #FFFFFF;
   border: 1px solid #FFFFFF;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}
.common-arrow img {
    width: 19px;
}
.common-arrow svg {
	display: none;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

