* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #3B66C1;
}
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{
    color: #FFF;
    font-family: 'GingerPro-Regular';
    font-style: italic;
    font-size: 6.4rem;
    line-height: normal;
    letter-spacing: 3.2px;
}
h2{
    color: #090909;
    font-family: 'GingerPro-Regular';
    font-size: 4.8rem;
    font-style: italic;
    line-height: normal;
    letter-spacing: 2.4px;
}
h2 strong{
    color: #3B66C1;
    font-weight: normal;
}
h3{
    color: #090909;
    font-family: 'GingerPro-Regular';
    font-size: 3rem;
    font-style: italic;
    line-height: normal;
    letter-spacing: 1.5px;
}
h4{
    color: #090909;
    font-family: 'GingerPro-Regular';
    font-size: 2.4rem;
    font-style: italic;
    line-height: normal;
    letter-spacing: 1.2px;
}
h5{
    color: #090909;
    font-family: 'GingerPro-Regular';
    font-size: 2rem;
    font-style: italic;
    line-height: 96.4%;
}
h6{
    color: #090909;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
p{
    color: #090909;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
li {
    color: #090909;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    position: relative;
    padding-left: 26px;
}
li::after {
    position: absolute;
    content: "";
    background-image: url(../images/li-check.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    left: 0;
    top: 6px;
}
.common-btn {
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 9px 18px;
    display: inline-block;
    border: 1px solid #3B66C1;
    border-radius: 50px;
    background: #3B66C1;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
.common-btn em {
    font-style: normal;
    z-index: 0;
    position: relative;
}
.common-btn strong {
    z-index: 1;
    position: absolute;
    top: 45px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-weight: normal;
}
.common-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -3px;
    right: 0;
    width: 103%;
    height: 80px;
    background-color: #090909;
    transform: translate3d(0px, 94px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 7deg);
    transform-style: preserve-3d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.common-btn:hover::after {
    bottom: 165%;
}
.common-btn:hover strong {
    top: 50%;
    transform: translateY(-50%);
}
.common-btn:hover{
    border-color: #090909;
    color: #FFF;
}
.white-btn{
    color: #FFF;
    border-color: #FFF;
    background-color: transparent;
}
.white-btn::after{
    background-color: #3B66C1;
}
.white-btn:hover{
    border-color: #3B66C1;
}
.black-btn{
    color: #090909;
    border-color: #090909;
    background-color: transparent;
}
.more-btn{
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.14px;
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.more-btn:hover{
    color: #090909;
    text-decoration: underline;
}
.common-arrow {
    background-color: transparent;
    border: 1px solid #090909;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
}
.common-arrow:hover{
    background-color: #3B66C1;
    border-color: #3B66C1;
}
.common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.common-arrow svg{
	display: none;
}
.common-arrow img {
	width: 8px;
}
.common-scrollbar {
    height: 1px !important;
    background: rgba(9, 9, 9, 0.15);
    border-radius: 24px;
    position: initial !important;
}
.common-scrollbar .swiper-scrollbar-drag {
    background-color: #3B66C1;
    border-radius: 24px;
    height: 2px;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}