* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #1c1c1c;
}
a:hover {
	text-decoration: none;
	color: #116c45;
}
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: 'palindrome_expandedBdexpanded';
    font-size: 6.2rem;
    color: #fff;
    letter-spacing:0.1rem;
}
h2{
    font-family: 'palindrome_expanded_sexpanded';
    font-size: 4.5rem;
    color: #1c1c1c;
    letter-spacing: 0.1rem;
}
h3{
    font-family: '34095';
    font-size: 3rem;
    color: #1c1c1c;
}
h5{
    font-family: '34093';
    font-size: 2.5rem;
    color: #116c45;
    letter-spacing: 0.05rem;
}
h6{
    font-size: 2rem;
    color: #fff;
    font-family: 'palindrome_expandedBdexpanded';
    letter-spacing: 0.75px;
}
p{
    font-family: '34093';
    font-size: 1.8rem;
    color: #1c1c1c;
    letter-spacing: 0.04rem;
    line-height: 1.8;
}
.common-btn {
    font-family: 'palindrome_expanded_sexpanded';
    font-size: 1.2rem;
    display: inline-block;
    border:2px solid #116c45;
	border-radius: 0;
    background: #116c45;
    color: #fff;
    max-width: 247px;
    width: 100%;
    height: 58px;
    line-height: 57px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
	color: #116c45;
    background:#fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.white-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.white-btn:hover {
    background-color: #116c45;
    border-color: #116c45;
    color: #fff;
}
.border-btn{
    background: transparent;
    color: #116c45;
}
.border-btn:hover{
    background: #116c45;
    color: #fff;
}
.common-arrow{
   width: auto;
   height: auto;
   margin: 0;
   transform: translateY(-50%);
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
	width: 15px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.cursor{
	cursor: pointer;
}
.common-wrap {
    padding-left: 6%;
    padding-right: 6%;
}
.inner-wrap {
    padding-left: 6%;
    padding-right: 6%;
}