* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #2D2D2D;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #EEC658;
}
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: 'RedRose-Regular';
    font-size: 5.4rem;
    line-height: 64px;
    letter-spacing: 2.7px;
}
h1 strong{
    color: #EEC658;
    font-weight: normal;
    font-family: 'TheGirlNextDoor';
}
h2{
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 4.8rem;
    line-height: 53px; 
}
h2 strong{
    color: #EEC658;
    font-weight: normal;
    font-family: 'TheGirlNextDoor';
}
h3{
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 3.6rem;
    line-height: 43px;
}
h3 strong{
    color: #EEC658;
    font-weight: normal;
    font-family: 'TheGirlNextDoor';    
}
h4{
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 2.4rem;
    line-height: normal;
}
h5{
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 2rem;
    font-weight: 400;
    line-height: 24px; 
}
h6{
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 1.6rem;
    line-height: normal;
}
p{
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
li {
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
}
li::after {
    position: absolute;
    content: "";
    background-image: url(../images/li-check.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    width: 11px;
    height: 11px;
    left: 0;
    top: 5px;
}
.common-btn {
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 14px;
    display: inline-block;
    border: 1px solid #EEC658;
    border-radius: 100px;
    background: #EEC658;
    position: relative;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    color: #1E1E1E;
    background: #ffbb00;
    border-color: #ffbb00;
}
.border-btn{
    border: 1px solid #1E1E1E;
    background-color: transparent;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.border-btn:hover{
    border: 1px solid #EEC658;
    background: #EEC658;   
}
.common-arrow {
    background-color: transparent;
    border: 1px solid #1E1E1E;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
}
.common-arrow:hover{
    background-color: #EEC658;
    border-color: #EEC658;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 12px;
}
.scrollbar {
    background: #FFF;
    transform: rotate(0deg);
    z-index: 1;
    height: 3px;
    width: 100%;
    cursor: grab;
}
.scrollbar .swiper-scrollbar-drag {
    background: #EEC658;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}