* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #1D1D1B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #4CA4A6;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'BigNoodleTitling';
    font-size: 6.4rem;
    line-height: normal;
}
h2 {
    color: #1D1D1B;
    font-family: 'BigNoodleTitling';
    font-size: 4.8rem;
    line-height: 56px;
}
.shadow-text h2 {
    color: #4CA4A6;
    letter-spacing: 1.3px;
    text-shadow: 3px 2px 0px #fff, 5px 3px 0px rgba(35, 31, 32, 0.3);
}
h3 {
    color: #FFF;
    font-family: 'BigNoodleTitling';
    font-size: 3.2rem;
    line-height: 40px;
}
h4 {
    color: #1D1D1B;
    font-family: 'BigNoodleTitling';
    font-size: 2.4rem;
    line-height: 32px; 
}
h6 {
    color: rgba(29, 29, 27, 0.50);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
}
p {
    color: #1D1D1B;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    margin-bottom: 22px;
}
ul {
	margin-bottom: 22px;
}
.common-btn {
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 32px;
    border: 1px solid #4CA4A6;
    border-radius: 5px;
    background-color: #4CA4A6;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #1D1D1B; 
    border-color: #1D1D1B;
    color: #fff;
}
.black-btn {
    background-color: #1D1D1B; 
    border-color: #1D1D1B;
    color: #fff;
}
.black-btn:hover {
    background-color: #4CA4A6; 
    border-color: #4CA4A6;
    color: #fff;
}
.white-btn {
    background-color: #fff;
    border-color: #fff;
    color: #1D1D1B;
}
.white-btn:hover {
    background-color: #4CA4A6;
    border-color: #4CA4A6;
    color: #fff;
}
.border-btn {
    background-color: transparent;
    border-color: #1D1D1B;
    color: #1D1D1B;
}
.border-btn:hover {
    background-color: #4CA4A6;
    border-color: #4CA4A6;
    color: #fff;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 15px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

