* {
	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 {
    font-family: 'Causten-Medium';
    color: #FFF;
    font-size: 8rem;
    line-height: 90px;
}
h2 {
    color: #000;
    font-family: 'Causten-Medium';
    font-size: 4.8rem;
    line-height: 55px;
}
h3 {
    color: #FFF;
    font-family: 'Causten-Medium';
    font-size: 3.2rem;
    line-height: 56px;
}
h4 {
    color: #000;
    font-family: 'Causten-Medium';
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.48px;
}
h5 {
    color: #FCC000;
    font-family: 'Causten-Medium';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.4px;
}
h6 {
    font-family: 'Causten-Regular';
    color: rgba(0, 0, 0, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
h6 strong {
    color: #FBBF00;
    font-weight: normal;
}
p {
    color: #000;
    font-family: 'Causten-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 25px;
}
li {
    color: #000;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-left: 20px;
    position: relative;
}
li::before {
    content: '';
    height: 9px;
    width: 9px;
    background-image: url(../images/black-bullet.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
}
.common-btn {
    font-family: 'Causten-Medium';
    color: #000;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 13px 16px;
    border-radius: 100px;
    border: 1px solid #FCC000;
    background-color: #FCC000;
    letter-spacing: 0.32px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #FCC000;
}
.white-btn {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.white-btn:hover {
    background-color: #fff;
}
.black-border-btn {
    background-color: transparent;
    border-color: #000;
}
.black-border-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.common-arrow {
   height: 62px;
   width: 62px;
   background-color: #fff;
   border-radius: 100%;
   border: 1px solid #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #FCC000;
    border-color: #FCC000;
}
.common-arrow:hover img {
    filter: brightness(0) invert(0);
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
	width: 15px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

