* {
	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 {
    color: #090909;
    font-family: 'Mona-Sans-Medium';
    font-size: 4.8rem;
    line-height: 56px;
    text-transform: uppercase;
}
h2 {
    color: #090909;
    font-family: 'Mona-Sans-Medium';
    font-size: 3.6rem;
    line-height: 48px;
    text-transform: uppercase;
}
h3 {
    color: #FFF;
    font-family: 'Mona-Sans-Medium';
    font-size: 2rem;
    line-height: normal;
}
h5 {
    color: #FF2E17;
    font-family: 'Mona-Sans-Medium';
    font-size: 1.6rem;
    line-height: normal;
}
h6 {
    font-size: 1.6rem;
}
p {
    color: #090909;
    font-family: 'Mona-Sans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 20px;
} 
li {
    color: #090909;
    font-family: 'Mona-Sans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 14px;
}
li::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #6B0B09;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 7px;
}
.common-btn {
    font-family: 'Mona-Sans-Medium';
    font-size: 1.6rem;
    color: #6B0B09;
    overflow: hidden;
    position: relative;
    line-height: 24px; 
    letter-spacing: normal;
    display: inline-block;
    border: 1px solid #6B0B09;
    background-color: transparent;
    border-radius: 100px;
    padding: 12px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 0.16px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.common-btn:hover {
    background-color: #6B0B09;
    color: #fff;
}
.white-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.white-btn:hover {
    background-color: #6B0B09;
    border-color: #6B0B09;
    color: #fff;
}
.common-arrow {
   background-color: #F5F5F5;
   border: 1px solid #F5F5F5;
   height: 39px;
   width: 39px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 100px;
   overflow: hidden;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #6B0B09;
    border-color: #6B0B09;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
	width: 15px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-wrap {
    padding: 0 4%;
}
