* {
	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: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 7.2rem;
    line-height: 80px;
}
h2 {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 5.6rem;
    line-height: 65px;
}
h2 strong {
    font-weight: normal;
    font-family: 'PlayfairDisplay-Italic';
    font-style: italic;
}
h3{
    color: #FFF;
    font-family: 'LamaSansMedium';
    font-size: 4rem;
    line-height: 48px;
}
h3 strong {
    font-weight: normal;
    font-family: 'PlayfairDisplay-Italic';
    font-style: italic;
}
h4 {
    color: #FFF;
    font-family: 'Montserrat-Bold';
    font-size: 3.2rem;
    line-height: 40px;
}
h5 {
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 2.4rem;
    line-height: normal;
}
h6 {
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 1.6rem;
    line-height: 24px;
}
p {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 24px;
}
li {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 32px;
    position: relative;
    padding-left: 18px;
}
li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background-image: url(../images/bullet.svg);
    height: 5px;
    width: 5px;
    background-size: 5px;
    background-position: center;
    background-repeat: no-repeat;
}
.common-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.common-btn {
    color: #F3F3F3;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 24px;
    border: 1px solid #D11E1E;
    border-radius: 8px;
    background-color: #D11E1E;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: transparent; 
    border-color: #fff;
    color: #F3F3F3;
}
.red-border-btn {
    background-color: transparent;
    border-color: #8D363E;
    color: #0F0F0F;
}
.red-border-btn:hover {
    background-color: #8D363E;
    border-color: #8D363E;
}
.white-border-btn {
    background-color: transparent;
    border-color: #F3F3F3;
}
.white-border-btn:hover {
    border-color: #D11E1E;
    background: linear-gradient(223deg, #D11E1E 0.02%, #270F11 99.67%), #D11E1E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow{
   
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
	width: 15px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

