* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #DD2625;
}
ul {
	padding: 0;
	list-style-type: none;
    margin-bottom: 20px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    font-family: 'Exo2-SemiBold';
    color: #FFF;
    font-size: 6rem;
    line-height: normal;
    letter-spacing: 3px;
}
h2 {
    font-family: 'Exo2-SemiBold';
    color: #FFF;
    font-size: 4.8rem;
    line-height: 70px;
}
h2 strong {
    font-weight: normal;
    color: #DD2625;
}
h3 {
    font-family: 'Exo2-SemiBold';
    color: #FFF;
    font-size: 3.2rem;
    line-height: normal;
}
h4 {
    font-family: 'Exo2-SemiBold';
    color: #FFF;
    font-size: 2.8rem;
    line-height: normal;
}
h5 {
    font-family: 'Exo2-Bold';
    color: #fff;
    font-size: 2rem;
    line-height: normal;
}
h6 {
    font-family: 'Exo2-Regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.32px;
    position: relative;
    padding-left: 35px;
}
h6::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 15px;
    background-image: url(../images/double-red-arw.svg);
    background-size: 20px;
    background-repeat: no-repeat;
}
p, li {
    font-family: 'Exo2-Regular';
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
}
p {
    margin-bottom: 25px;
}
li {
    padding-left: 16px;
    position: relative;
}
li::before {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #fff;
    border-radius: 50px;
}
.common-btn {
    font-family: 'Livvic-Medium';
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 42px 12px 19px;
    border: 1px solid #fff;
    border-radius: 101px;
    background-color: transparent;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.common-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
    width: 14px;
    height: 10px;
    background-image: url(../images/btn-arw.svg);
    background-size: 14px;
    background-repeat: no-repeat;
}
.common-btn:hover {
    background-color: #DD2625;
    border-color: #DD2625;
    color: #fff;
}
.text-btn {
    font-family: 'Exo2-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    position: relative;
    display: inline;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-right: 34px;
    background-color: transparent;
    border: 0;
    max-width: max-content;
}
.text-btn::after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/txt-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 
.text-btn:hover {
    color: #fff;
}
.common-arrow {
   height: 45px;
   width: 45px;
   background-color: #FFFFFF;
   border: 1px solid #FFFFFF;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(95%) saturate(2892%) hue-rotate(349deg) brightness(92%) contrast(89%);
}
.common-arrow:hover {
    background-color: #DD2625;
    border-color: #DD2625;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
	width: 9px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

