* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #111;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #164194;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 7.2rem;
    line-height: 80px;
    position: relative;
    z-index: 1;
}
h1 strong,
h2 strong {
    position: relative;
    display: block;
    font-weight: normal;
}
h1 strong::after {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: url(../images/layer-drag-h1.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
h2 strong::after {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 260px;
    height: 65px;
    border-radius: 3px;
    background: url(../images/layer-drag-h2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
}
h2 {
    color: #111;
    font-family: 'Montserrat-Bold';
    font-size: 5rem;
    line-height: 58px; 
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
h3 {
    color: #111;
    font-family: 'Montserrat-Bold';
    font-size: 3.2rem;
    line-height: 40px;
}
h4 {
    color: #111;
    font-family: 'Montserrat-Bold';
    font-size: 2.4rem;
    line-height: 32px;
}
h5 {
    color: #111;
    font-family: 'Montserrat-BoldItalic';
    font-size: 1.6rem;
    line-height: 24px;
}
h6 {
    color: rgb(17, 17, 17, 0.6);
    font-family: 'Montserrat-Bold';
    font-size: 1.6rem;
    line-height: 24px;
}
h6 strong {
    color: #F7B606;
    font-family: 'Montserrat-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: normal;
}
p {
    color: rgb(17, 17, 17, 0.6);
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 12px;
}
ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 12px;
}
li {
    color: rgb(17, 17, 17, 0.6);
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
}
li::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #111;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn {
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    border-radius: 5px;
    background-color: #111111;
    border: 1px solid #111111;
    padding: 11px 24px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #F7B606;
    border-color: #F7B606;
    color: #fff;
}
.yellow-btn {
    background-color: #F7B606;
    border-color: #F7B606;
    color: #111;
}
.yellow-btn:hover {
    background-color: #111111;
    border-color: #111111;
    color: #fff;
}
.border-btn {
    background-color: transparent;
    border-color: #111;
    color: #111;
}
.with-icon::before {
    content: "";
    height: 19px;
    width: 19px;
    background-image: url(../images/btn-arrow.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.with-icon:hover::before {
    filter: brightness(0) invert(1);
}
.txt-btn {
    color: #111;
    font-family: 'Montserrat-Bold';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1.8px; 
    text-underline-offset: 4px;
}
.txt-btn:hover {
    color: #F7B606;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1.8px; 
    text-underline-offset: 4px;
}
.common-arrow {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #F7B606;
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 19px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover img {
    filter: brightness(1) invert(1);
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-pagination {
    position: relative;
}
.common-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #F7B606;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-pagination .swiper-pagination-bullet-active {
    width: 32px;
    opacity: 1;
    border-radius: 10px;
    background-color: #F7B606;
}
