* {
	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 {
    margin: 0px;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}
li::after {
    content: "";
    height: 4px;
    width: 4px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #FFF;
    font-family: 'widescreen_trial_ex_xbold';
    font-size: 4.8rem;
    line-height: 56px;
    letter-spacing: 0.96px;
}
h2 {
    color: #FFF;
    font-family: 'widescreen_trial_ex_xbold';
    font-size: 4.8rem;
    line-height: 56px;
    letter-spacing: 0.96px;
}
h3 {
    color: #FFF;
    font-family: 'widescreen_trial_ex_xbold';
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: 0.64px;
}
h4 {
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
}
p {
    color: #FFF;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin-bottom: 24px;
}
.common-btn {
    color: #070707;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 27px; 
    letter-spacing: 0.36px;
    padding: 10px 40px;
    min-width: 332px;
    border-radius: 100px;
    letter-spacing: 0.32px;
    background-color: #F1A900;
    border: 1px solid #F1A900;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
}
.common-btn:hover {
    background-color: #FFCE5A;
    border-color: #FFCE5A;
    color: #070707;
}
.border-btn {
    background-color: transparent;
    border: 1.5px solid #fff;
    color: #fff;
}
.border-btn:hover {
    background-color: #F1A900;
    border-color: #F1A900;
}
.common-arrow {
    height: 54px;
    width: 54px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.site-arrow .common-arrow:hover {
    background-image: url(../images/common-btn-hexagon-hover.svg) !important;
}
.site-arrow .common-arrow:hover img {
    filter: brightness(0);
}
/* .site-arrow .common-arrow{
    position: relative;
}
.site-arrow .common-arrow::before {
    background-image: url(../images/common-btn-hexagon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 54px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(50% 0, 100% 27%, 100% 75%, 52% 100%, 0 75%, 0 27%);
} */
.swiper-button-prev img {
    transform: rotate(180deg);
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
	width: 15px;
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

