* {
	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: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #FFF;
    font-family: 'ArchivoBlack-Regular';
    font-size: 8rem;
    line-height: 88px;
}
h2 {
    color: #060C10;
    font-family: 'ArchivoBlack-Regular';
    font-size: 4.8rem;
    line-height: 56px;
}
h3 {
    color: #FFF;
    font-family: 'Archivo-Bold';
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: 0.32px;
}
h4 {
    color: #060C10;
    font-family: 'Archivo-Bold';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
}
h6 {
    color: rgba(6, 12, 16, 0.75);
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    color: rgba(6, 12, 16, 0.75);
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 24px;
}
li {
    color: rgba(6, 12, 16, 0.75);
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 20px;
    margin-bottom: 2px;
    position: relative;
}
li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    height: 7px;
    width: 7px;
    background-size: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/li-icon.svg);
}
.sec-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}
.common-btn {
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 15px 41px;
    border-radius: 50px;
    background-color: #053577;
    border: 1px solid #053577;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
.common-btn em {
    font-style: normal;
    z-index: 0;
    color: #fff;
    position: relative;
}
.common-btn strong {
    z-index: 3;
    color: #fff;
    position: absolute;
    top: 50px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-weight: normal;
}
.common-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background-color: #100f06;
    transform: translate3d(0px, 94px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 7deg);
    transform-style: preserve-3d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.common-btn:hover::after {
    background-color: #100f06;
    bottom: 150%;
}
.common-btn:hover strong {
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.common-btn:hover {
    border-color: #100f06;
}
.white-btn {
    background-color: #fff;
    border-color: #fff;
}
.white-btn em {
    color: #060C10;
}
.white-btn strong {
    color: #060C10;
}
.white-btn:hover::after {
    background-color: #053577;
    bottom: 150%;
}
.white-btn:hover {
    border-color: #053577;
}
.border-btn {
    background-color: transparent;
    border-color: #fff;
}
.border-btn:hover strong {
    color: #060C10;
}
.border-btn:hover::after {
    background-color: #fff;
}
.common-arrow {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow img {
    width: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #fff;
}
.common-arrow:hover img {
    filter: brightness(1) invert(1);
}
.common-arrow:after {
	display: none;
}
.common-arrow svg {
	display: none;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

