* {
	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-bottom: 20px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    font-family: 'GillSansMT-Condensed-regular';
    color: #FFF;
    font-size: 6.4rem;
    line-height: 64px;
    letter-spacing: 3.2px;
    /* text-transform: uppercase; */
}
h2 {
    font-family: 'GillSansMT-Condensed-regular';
    color: #FFF;
    font-size: 4rem;
    line-height: 40px;
    letter-spacing: 4px;
    /* text-transform: uppercase; */
}
h3 {
    font-family: 'GillSansMT-Condensed-regular';
    color: #FFF;
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: 3.2px;
    /* text-transform: uppercase; */
}
h4 {
    font-family: 'LamaSans-Medium';
    font-size: 2.4rem;
    line-height: 32px;
    color: #fff;
}
h5 {
    font-family: 'LamaSans-Medium';
    color: #FFF;
    font-size: 1.8rem;  
    line-height: 26px;
}
p {
    margin-bottom: 25px;
}
p, li {
    font-family: 'LamaSans-Regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
/* li {
    position: relative;
    padding-left: 25px;
}
li::after {
    content: "";
    height: 12px;
    width: 12px;
    background-size: 12px;
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/list-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
} */
.common-btn {
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 26px;
    color: #0F0F0F;
    padding: 14px 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    border-radius: 100px;
    background: #FFF;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    color: #fff;
    background-color: transparent;
}
.border-btn {
    background-color: transparent;
    color: #fff;
}
.border-btn:hover {
    background-color: #fff;
    color: #0F0F0F;
}
.read-more-btn {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 26px;
    position: relative;
    padding: 0;
    border: 0;
    padding-right: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    max-width: max-content;
    width: 100%;
}
.read-more-btn::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/lees-arw.svg);
    background-size: 15px;
    background-repeat: no-repeat;
}
.read-more-btn:hover {
    color: #000;
}
.read-more-btn:hover::after {
    background-image: url(../images/black-lees-arw.svg);
}
.common-arrow {
    background-color: transparent;
    width: 57px;
    height: 57px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
	width: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #FFFFFF;
}
.common-arrow:hover img {
    filter: brightness(100) invert(1);
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-wrap {
    padding-left: 33px;
    padding-right: 33px;
}
.radius-wrap {
    border-radius: 82px;
    background-color: #131313;
    overflow: hidden;
    position: relative;
}
