* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #CBBB9F;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    color: #fff;
    font-family: 'Inter-Bold';
    font-size: 6.2rem;
    line-height: 80px; 
    letter-spacing: 0.8px;
}
h2 {
    color: #053B5A;
    font-family: 'Inter-SemiBold';
    font-size: 5.4rem;
    line-height: 62px;
    letter-spacing: 0.54px;
}
h3 {
    color: #053B5A;
    font-family: 'Inter-SemiBold';
    font-size: 3rem;
    line-height: 30px;
    letter-spacing: 0.3px;
}
h5{
    color: #053B5A;
    font-size: 2.4rem;
    font-family: 'Inter-SemiBold';
    line-height: 24.036px;
    letter-spacing: 0.24px;
}
h6 {
    color: #053B5A;
    font-family: 'Inter-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
}
h6 strong{
    position: relative;
    padding-left: 21px;
    letter-spacing: 1.6px;
}
h6 strong::before {
    position: absolute;
    content: '';
    background-image: url(/../images/h6-arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
p {
    color: #053B5A;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    margin-bottom: 20px;
}
ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
li {
    color: #053B5A;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
}
li::before {
    content: '';
    height: 13px;
    width: 13px;
    margin-right: 12px;
    background-image: url(../images/list-mark.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.common-btn {
    color: #053B5A;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 20px;
    border-radius: 5px;
    border: 1px solid #053B5A;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
    background-color: #009DAE;
    border-color: #009DAE;
    color: #FFF;
}
.fill-btn {
    background-color: #009DAE;
    border-color: #009DAE;
    color: #FFF;
}
.fill-btn:hover {
    background-color: #03626d;
    border-color: #03626d;
    color: #FFF;
}
.white-border-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.white-border-btn:hover {
    background-color: #009DAE;
    border-color: #009DAE;
    color: #FFF;
}
.white-btn {
    background: #FFF;
    border-color: #FFF;
    color: #053B5A;
}
.white-btn:hover {
    background-color: #009DAE;
    border-color: #009DAE;
    color: #FFF;
}
.with-icon {
    display: inline-flex;
    align-items: center;
}
.with-icon::after {
    content: '';
    height: 13px;
    width: 13px;
    background-image: url(../images/btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
    margin-left: 8px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.with-icon:hover::after {
    filter: brightness(0) invert(1);
}
.txt-btn {
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
}
.txt-btn::after {
    content: '';
    height: 13px;
    width: 13px;
    background-image: url(../images/txt-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
    margin-left: 8px;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.txt-btn:hover {
    color: #fff;
}
.txt-btn:hover::after {
    margin-left: 11px;
}
.round-btn {
    position: relative;
    display: inline-block;
    width: 83px;
    height: 83px;
    background-color: #009DAE;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.round-btn::after {
    content: '';
    height: 18px;
    width: 18px;
    background-image: url(../images/round-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow {
    height: 57px;
    width: 57px;
    background-color: #009DAE;
    border: 1px solid #009DAE;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #053B5A;
    border-color: #053B5A;
}
.common-arrow:hover img {
    /* filter: brightness(0) invert(1); */
}
.common-arrow:after {
	display: none;
}
.common-arrow img {
	width: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-wrap {
    padding-left: 17px;
    padding-right: 17px;
}
.custom-swiper-scrollbar {
    height: 3px;
    background-color: rgba(5, 59, 90, 0.10);
    width: 100%;
    border-radius: 30px;

}
.swiper-scrollbar-drag {
    border-radius: 30px;
    background-color: #009DAE;
    cursor: grab;
}