/*====================== Web fonts ========================*/
@font-face {
	font-family: 'Brandon';
	src: url('../webfonts/Brandon-Bold.eot');
	src: url('../webfonts/Brandon-Bold.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Brandon-Bold.woff2') format('woff2'),
		url('../webfonts/Brandon-Bold.woff') format('woff'),
		url('../webfonts/Brandon-Bold.ttf') format('truetype'),
		url('../webfonts/Brandon-Bold.svg#Brandon-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../webfonts/HelveticaNeue-Medium.eot');
	src: url('../webfonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/HelveticaNeue-Medium.woff2') format('woff2'),
		url('../webfonts/HelveticaNeue-Medium.woff') format('woff'),
		url('../webfonts/HelveticaNeue-Medium.ttf') format('truetype'),
		url('../webfonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../webfonts/HelveticaNeue-Regular.eot');
	src: url('../webfonts/HelveticaNeue-Regular.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/HelveticaNeue-Regular.woff2') format('woff2'),
		url('../webfonts/HelveticaNeue-Regular.woff') format('woff'),
		url('../webfonts/HelveticaNeue-Regular.ttf') format('truetype'),
		url('../webfonts/HelveticaNeue-Regular.svg#HelveticaNeue-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*====================== Basic css ========================*/
html {
	font-size: 0.521vw;
}

:root {
	scroll-behavior: unset;

	/* fonts */
	--Brandon: 'Brandon';
	--HelveticaNeue: 'HelveticaNeue';

	/* color */
	--white: #FFF;
	--black: #000;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
	text-decoration: none;
}

/* body */
body {
	font-family: var(--HelveticaNeue);
	font-size: 1.6rem;
	font-weight: 400;
	background: var(--white);
	color: var(--black);
}

/* container */
.container {
	max-width: 170rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: var(--Brandon);
}

/*==================== header_area start ======================*/

.header_area {
	background: #002452;
	padding: 3.6rem 0rem;
	z-index: 1024;
}

.header_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 26rem;
}

.logo img {
	width: 36.7rem;
}

.header_links a {
	font-size: 2.144rem;
	font-weight: 500;
	color: #41A5F3;
	transition: 0.2s all ease;
}

.header_links a:hover {
	color: var(--white);
}

/*=================== hero_section start =====================*/

.hero_section {
	position: relative;
}

.hero_wrapper {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 9;
	padding-top: 8rem;
}

.hero_text h2 {
	font-size: 6.736rem;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.3rem;
	color: #FFFFFF;
	margin-bottom: 1.5rem;
}

.hero_text p {
	font-size: 3.871rem;
	font-weight: 500;
	color: #97CBF2;
	margin: 0;
}

.hero_banner img {
	width: 100%;
	height: 70rem;
	object-fit: cover;
	object-position: center;
}

/*==================== horizon_section start =======================*/
.horizon_section {
	background: var(--white);
	padding: 12rem 0rem 13rem;
}

.horizon_left h3 {
	font-size: 4.7rem;
	font-weight: 700;
	color: #002452;
}

.horizon_left h3 a {
	color: #4D8FCC;
}

.horizon_right h3 {
	font-size: 4.7rem;
	font-weight: 700;
	color: #4D8FCC;
}

.horizon_right p {
	font-size: 2.5rem;
	font-weight: 400;
	color: #002452;
}

.horizon_right p a {
	font-weight: 700;
	color: #4D8FCC;
	text-decoration: underline;
}

.horizon_left {
	position: relative;
}

.horizon_left::after {
	content: "";
	width: 0.2rem;
	height: 16.4rem;
	display: block;
	background: #4D8FCC;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8rem;
}

.bank_title h3 {
	font-family: var(--HelveticaNeue);
	font-size: 4.7rem;
	font-weight: 400;
	color: #4D8FCC;
	margin: 0;
	text-align: center;
}

.bank_title {
	padding: 12rem 0rem 5.5rem;
}

.bank_wrapper {
	max-width: 148.4rem;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 4rem;
}

.bank_box a {
	width: 100%;
	display: block;
	background: #FFFFFF;
	padding: 6rem 1rem 5rem;
	text-align: center;
	border-radius: 2.8rem;
	box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
	transition: 0.2s all ease;
}

.bank_box a:hover {
	box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
}

.bank_box .bank_icon {
	height: 8.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 1rem;
}

.bank_box span {
	font-family: var(--Brandon);
	font-size: 2.7rem;
	font-weight: 700;
	color: #4D8FCC;
}

.bank_icon1 img {
	width: 9.3rem;
}

.bank_icon2 img {
	width: 9.5rem;
}

.bank_icon3 img {
	width: 8.7rem;
}

.bank_icon4 img {
	width: 10.3rem;
}

.bank_icon5 img {
	width: 5.8rem;
}

/*====================== openbank_section start ========================*/
.openbank_item img {
	width: 100%;
}

.openbank_text {
	background: linear-gradient(to bottom right, #41A5F3, #1E5C94);
	height: 100%;
	padding: 12rem 10.5rem 5rem;
}

.openbank_text h3 {
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1.14;
	color: #FAE203;
	margin-bottom: 3rem;
}

.openbank_text p {
	font-size: 2.1rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 4rem;
}

.openbank_text h4 {
	font-size: 2.9rem;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 6rem;
}

.openbank_text.v2 {
	background: linear-gradient(to bottom right, #001E46, #002452);
	padding: 9rem 10.5rem 4rem;
}

.openbank_text.v2 h3 {
	color: #4D8FCC;
}

.openbank_text.v2 h6 {
	font-family: var(--HelveticaNeue);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
	color: #FFFFFF;
}

.openbank_text.v2 h6 i {
	display: block;
}

/*===================== team_section start =======================*/
.team_section {
	background: var(--white);
	padding: 15rem 0rem 20rem;
}

.team_title {
	max-width: 130rem;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5rem;
	border-bottom: 0.2rem solid #847770;
	text-align: center;
}

.team_title h3 {
	font-size: 6.1rem;
	font-weight: 700;
	color: #002452;
	text-align: center;
	margin: 0;
}

.team_title h3 span {
	color: #4D8FCC;
}

.team_wrapper {
	max-width: 159rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.5rem;
	padding: 0 7rem;
	position: relative;
}

.team_content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7.5rem;
}

.team_img img {
	width: 21.2rem;
}

.team_details h3 {
	font-size: 4.4rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #4D8FCC;
	margin: 0;
}

.team_details p {
	font-size: 2.1rem;
	font-weight: 400;
	color: #2D2D2D;
	margin: 0;
}

.team_details a {
	font-size: 2.1rem;
	font-weight: 700;
	color: #41A5F3;
	margin: 0;
}

.team_text p {
	font-size: 2.1rem;
	font-weight: 400;
	color: #2D2D2D;
	margin: 0;
}

.team_img {
	width: 21.2rem;
}

.team_details {
	width: 42.1rem;
}

.team_text {
	width: 52rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.team_wrapper .swiper-button-next img,
.team_wrapper .swiper-button-prev img {
	width: 6rem !important;
}

/*======================= community_section start =====================*/
.community_text {
	background-image: url(../img/community-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5rem 16rem;
}

.community_item img {
	width: 100%;
}

.quote_text {
	position: relative;
}

.quote_text img {
	width: 5.6rem;
}

.quote_text .quote_1 {
	position: absolute;
	left: -6.5rem;
	top: -3rem;
}

.quote_text .quote_2 {
	display: inline-block;
	position: relative;
	top: 0.5rem;
	margin-left: 0.5rem;
}

.quote_text p {
	font-size: 2.45rem;
	font-weight: 400;
	color: #002452;
	margin: 0;
}

.community_title {
	padding-top: 6rem;
	margin-right: -5rem;
}

.community_title h3 {
	font-size: 3.81rem;
	font-weight: 700;
	color: #4D8FCC;
	margin-bottom: 0.8rem;
}

.community_title p {
	font-size: 2.1rem;
	font-weight: 500;
	color: #2D2D2D;
	margin-bottom: 5rem;
}

.community_title p i {
	font-weight: 400;
	font-style: italic;
}

.community_title p span {
	display: inline-block;
	margin: 0 1rem;
}

.community_title a {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: #4D8FCC;
	text-decoration: underline;
}

/*================== beauty_area start ====================*/
.beauty_area {
	background-image: url(../img/beauty.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 17.5rem 0rem 66rem;
}

.beauty_wrapper {
	max-width: 141.5rem;
	width: 100%;
	margin: 0 auto;
}

.beauty_title h3 {
	font-size: 4.7rem;
	font-weight: 700;
	color: #002452;
	text-align: center;
}

.beauty_title h3 span {
	color: #4D8FCC;
	display: block;
}

.beauty_row {
	padding-top: 7rem;
}

.beauty_text p {
	font-size: 2.68rem;
	font-weight: 400;
	color: #002856;
	margin: 0;
}

.beauty_details h4 {
	font-size: 3.81rem;
	font-weight: 700;
	color: #4D8FCC;
	margin: 0;
}

.beauty_details p {
	font-size: 2.3rem;
	font-weight: 500;
	color: #002856;
	margin: 0;
}

.beauty_details p strong {
	font-weight: 700;
}

.beauty_border {
	width: 0.2rem;
	height: 16.4rem;
	display: block;
	background: #4D8FCC;
	margin: 0 auto;
}

/*================== footer_area start ====================*/
.footer_area {
	background: var(--white);
	padding: 18rem 0rem 4rem;
}

.footer_logo img {
	width: 45.5rem;
}

.social_media ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	padding: 4rem 0rem 8rem;
	text-align: center;
}

.social_media img {
	width: 5.278rem;
	transition: 0.2s all ease;
}

.social_media img:hover {
	opacity: 0.85;
}

.more_btn p {
	font-family: var(--Brandon);
	font-size: 3.126rem;
	font-weight: 700;
	color: #002352;
	margin: 0;
}

.more_btn p span {
	color: #4E8ECA;
}

.footer_bottom {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-top: 9rem;
}

.footer_bottom p {
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.1;
	color: #231F20;
	margin: 0;
}

.footer_bottom img {
	width: 13.5rem;
}


/* -------------- Back to top ------------ */

.back-to-top {
	width: 4.5rem;
	height: 4.5rem;
	align-items: center;
	justify-content: center;
	display: none;
	position: fixed;
	bottom: 3rem;
	right: 2.5rem;
	border-radius: 0.8rem;
	z-index: 1000;
	padding: 0;
	transition: 100ms;
}

.back-to-top img{
	width: 100%;
}

/*=================== modal start =====================*/
.modal {
	background: #053D74;
	padding-left: 16px;
	padding-right: 16px;
}

.modal-dialog {
	max-width: 685px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.modal-content {
	background: transparent;
	border: none;
	border-radius: 0rem;
}

.modal_body {
	position: relative;
}

.close_btn button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.close_btn button img {
	width: 35px;
}

.modal_item {
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
	padding-top: 65px;
}

.modal_item p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0;
}

.modal_btn {
	padding: 40px 45px 0px;
}

.modal_btn ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal_btn ul li {
	width: 49.2%;
}

.modal_btn ul li a {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.3px;
	color: #053d74;
	text-transform: uppercase;
	background: var(--white);
	width: 100%;
	display: block;
	text-align: center;
	padding: 16px 10px;
	border-radius: 6px;
	transition: 0.2s all ease;
}

.modal_btn ul li a.yellow {
	background: #ffe126;
}

.modal_btn ul li a:hover {
	background: #35A1F5;
	color: var(--white);
}