* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
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: 'Montserrat-Bold';
    font-size: 6.6rem;
    font-style: italic;
    line-height: 76px;
}
h2 {
    color: #FFF;
    font-family: 'Montserrat-Bold';
    font-size: 4.8rem;
    font-style: italic;
    line-height: 56px; 
}
h3 {
    color: #FFF;
    font-family: 'Montserrat-Bold';
    font-size: 3.2rem;
    font-style: italic;
    line-height: 40px; 
}
h4 {
    color: #FFF;
    font-family: 'Montserrat-Bold';
    font-size: 2.4rem;
    line-height: 28px;
}
h5 {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 2rem;
    font-style: normal;
    line-height: normal;
}
p {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    margin-bottom: 24px;
}
li {
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    line-height: 15px;
    position: relative;
    margin-bottom: 30px;
    padding-left: 22px;
}
li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/li-icon.svg);
    background-size: 8px;
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.common-arrow {
    border-radius: 51px;
    border: 1px solid #FFF;
    height: 51px;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #0092FF;
    border-color: #0092FF;
}
.common-arrow img {
    width: 15px;
}
.common-btn {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 40px 11px 15px;
    background-color: #141414;
    border: 1px solid #0092FF;
    border-radius: 100px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}
.common-btn::after {
    content: '';
    position: absolute;
    background-image: url(../images/txt-arrow.svg);
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.common-btn:hover {
    background-color: #0092FF;
    color: #fff;
}

.common-arrow {

}
.common-arrow svg {
	display: none;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.sec-mark img {
    width: 100%;
}
