* {
	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;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    /* font-family: 'Hilmar-Medium'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 6.4rem;
    line-height: normal;
    letter-spacing: 1.28px;
}
h2 {
    color: #fff;
    /* font-family: 'Hilmar-Medium'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 4.8rem;
    line-height: normal;
    letter-spacing: 0.96px;
}
h3 {
    color: #fff;
    /* font-family: 'Hilmar-Medium'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 3.2rem;
    line-height: normal;
    letter-spacing: 0.64px;
}
h4 {
    color: #fff;
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 2.2rem;
    line-height: 35px; 
}
h5 {
    color: #fff;
    /* font-family: 'LamaSans-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 1.8rem;
    line-height: 24px;
}
p {
    color: #fff;
    /* font-family: 'LamaSans-Regular'; */
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 22px;
}
ul {
	padding: 0;
	list-style-type: none;
    margin-bottom: 22px;
}
li {
    padding-left: 25px;
    position: relative;
}
li::after {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(../images/list-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
}
.common-btn {
    position: relative;
    display: inline-flex;
    border: 1px solid #fff;
    background-color: #fff;
    color: #090909;
    padding: 10px 37px 10px 18px;
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    transition: .6s  cubic-bezier(.645, .045, .355, 1);
    align-items: center;
    z-index: 1;
    overflow: hidden;
    line-height: 24px;
    letter-spacing: 0.8px;
    border-radius: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    background-color: #06a85d;
    border-radius: 50%;
    transition: .6s cubic-bezier(.645, .045, .355, 1);
    z-index: -1;
}
.common-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 12px;
    right: 18px;
    background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    background-color: transparent;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.common-btn:hover {
    color: #fff;
    border-color: #06a85d;
}
.common-btn:hover:before {
    transform: translateY(-50%) scale(70);
    border-color: #06a85d;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.common-btn:hover::after {
    background-size: 9px;
}
.black-btn {
    border-color: #090909;
    background-color: #090909;
    color: #fff;
}
.james-btn {
    border-radius: 100px;
    background-color: #06a85d;
    border-color: #06a85d;
    color: #fff;
    padding: 10px 10px 10px 40px;
}
.james-btn::before {
    left: 19px;
    right: auto;
    background-color: #222;
    transform: translateY(-50%) scale(0);
}
.james-btn::after {
    left: 10px;
    right: auto;
    background-image: url(../images/james-btn-icon.svg);
    background-size: 23px;
    height: 23px;
    width: 23px;
    top: 10px;
}
.james-btn:hover {
    border-color: #222;
}
.james-btn:hover::after {
    background-size: 23px;
}
.txt-btn {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.7px;
    text-decoration: underline;
    text-underline-position: under;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover {
    color: #06a85d;
}
.common-arrow {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:after {
	display: none;
}
.common-arrow:hover {
    background-color: #06a85d;
    border-color: #06a85d;
}
.common-arrow img {
	width: 15px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

