* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #141414;
}
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: 6rem;
    line-height: 68px;
    letter-spacing: 2.4px;
}
h2 {
    color: #141414;
    font-family: 'Montserrat-Bold';
    font-size: 4.8rem;
    line-height: 56px;
    letter-spacing: 1.92px;
}
h3 {
    color: #141414;
    font-family: 'Montserrat-SemiBold';
    font-size: 3.2rem;
    line-height: 40px;
}
h4 {
    color: #141414;
    font-family: 'Montserrat-SemiBold';
    font-size: 2.4rem;
    line-height: 32px;
}
p,li {
    color: #141414;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    margin-bottom: 24px;
}
p strong {
    font-weight: normal;
    color: #fff;
}
li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
}
li::before {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../images/li-mark.svg);
    background-size: 16px;
    background-repeat: no-repeat;
}
.common-wrap {
    padding: 24px;
    padding-bottom: 0 !important;
}
.common-btn {
    color: #141414;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.32px;
    background-color: #FFFFFF;
    padding: 10px 40px;
    border: 1.5px solid #FFFFFF;
    display: inline-block;
    border-radius: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #141414;
    border-color: #141414;
    color: #fff;
}
.trans-btn {
    background-color: transparent;
    color: #fff;
    border: transparent;
}
.trans-btn strong {
    font-weight: normal;
}
.trans-btn:hover .glass-filter {
    filter: none;
}
.common-arrow {
   width: 76px;
    height: 76px;
   background-color: #fff;
   border: 1px solid #fff;
   border-radius: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #141414;
    border-color: #141414;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-arrow:after{
	display: none;
}
.common-arrow svg {
    display: none;
}
.common-arrow img{
	width: 21px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

