* {
	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{
    font-family: 'Tuffy-Bold';
    font-size: 8.8rem;
    line-height: 96px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
    color: #fff;
}
h2{
    font-family: 'Tuffy-Bold';
    font-size: 6.4rem;
    color: #373737;
    line-height: 72px;
}
h3{
    font-size: 3.2rem;
    line-height: 40px;
    font-family: 'InterTight-SemiBold';
}
h4{
    font-size: 2.4rem;
    line-height: 32px;
    font-family: 'InterTight-SemiBold';
    color: #FFF;
}
h6{
    font-size: 1.6rem;
    color: rgba(55, 55, 55, 0.60);
    line-height: normal;
    font-family: 'Tuffy-Bold';
}
p{
    font-family: 'Tuffy-Regular';
    font-size: 1.8rem;
    color: #373737;
    line-height: 32px;
    margin-bottom: 24px;
}
li{
    font-family: 'Tuffy-Regular';
    font-size: 1.8rem;
    color: #707070;
    line-height: 36px;
    position: relative;
}
.common-btn {
    font-family: 'Tuffy-Regular';
    font-size: 1.6rem;
    display: inline-block;
    border:1px solid #7BB92B;
	border-radius: 5px;
    background: #7BB92B;
    color: #F5F5F5;
    padding: 15px 40px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
	color: #fff;
    background:#373737;
    border-color: #373737;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.white-btn{
	color: #373737;
    background:#F5F5F5;
    border-color: #F5F5F5;
}
.white-btn:hover{
    border: 1px solid #373737;
    background-color: #373737;
    color: #fff;
}
.border-btn{
    border: 1px solid #FFF;
    color: #fff;
    background-color: transparent;
}
.border-btn:hover{
    background: #7BB92B;
    border-color: #7BB92B;
    color: #373737;
}
.common-arrow {
    width: 56px;
    height: 56px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow img{
    filter: brightness(0) invert(1);
    width: 15px;
}
.common-arrow:hover{
    background-color: #7BB92B;
    border-color: #7BB92B;
}
.common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.common-arrow svg {
	display: none;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

