* {
	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;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #F7F7F7;
    font-family: 'Eurostile-BoldOblique';
    font-size: 6.4rem;
    line-height: 72px;
}
h1 strong, h2 strong, h3 strong {
    font-weight: normal;
    color: #6E122A;
}
h1::after, h2::after, h3::after {
    content: "";
    height: 28px;
    width: 28px;
    margin-left: 10px;
    background-image: url(../images/heading-dot.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
    display: inline-block;
}
h2 {
    color: #F7F7F7;
    font-family: 'Eurostile-BoldOblique';
    font-size: 4rem;
    line-height: 48px;
}
h2::after {
    height: 20px;
    width: 20px;
    background-size: 20px;
}
h3 {
    color: #F7F7F7;
    font-family: 'Eurostile-BoldOblique';
    font-size: 3.2rem;
    line-height: 40px;
}
h3::after {
    height: 15px;
    width: 15px;
    background-size: 15px;
}
h4 {
    color: #1A1A1A;
    font-family: 'Eurostile-BoldOblique';
    font-size: 2.4rem;
    line-height: 40px;
}
h5 {
    color: #1A1A1A;
    font-family: 'Roboto-Bold';
    font-size: 1.8rem;
    line-height: 26px;
}
p {
    color: #F7F7F7;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 17px;
}
ul {
	margin-bottom: 17px;
}
.common-btn {
    color: #F7F7F7;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: normal;
    position: relative;
    padding: 12px 34px 12px 55px;
    background-color: #6E122A;
    border-radius: 100px;
    line-height: 24px;
    border: 1px solid #6E122A;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn::after {
    content: "";
    height: 29px;
    width: 29px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F7F7F7;
    border-radius: 100%;
    background-image: url(../images/bullet.svg);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
    color: #FAFAFA;
}
.common-btn:hover::after {
    background-image: url(../images/black-bullet.svg);
}
.black-btn {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
}
.black-btn::after {
    background-image: url(../images/black-bullet.svg);
}
.black-btn:hover {
    background-color: #6E122A;
    border-color: #6E122A;
}
.black-btn:hover::after {
    background-image: url(../images/bullet.svg);
}
.txt-btn {
    text-decoration-line: underline;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    color: #F7F7F7;
}
.txt-btn:hover {
    color: #6E122A;
    text-decoration-line: underline;
}
.sec-pattern {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
}
.sec-pattern img {
    height: 100%;
    object-fit: cover;
}
.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;
}

