html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	font-size: 100%;
	font-family: 'TT Norms Pro', Arial, Tahoma, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
    overflow-x: hidden;
}

a, a:active , a:focus {
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: inherit;
	outline: 0;
	text-decoration: none;
}

.row {
	margin-left: -12px!important;
	margin-right: -12px!important;
}

.container,
.container-fluied,
[class*='col-'],
[class~=col] {
    padding-left: 12px!important;
    padding-right: 12px!important;
}

* {
	outline: none;
}

strong {
	font-weight: 600;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.noscroll {
	overflow: hidden;
}

#header {
	position: relative;
	height: 130px;
}

#header::after {
	content: "";
	display: block;
	width: 30%;
	height: 130px;
	background-color: #EBEDF6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#header .inner {
	position: relative;
	display: flex;
	background-color: #fff;
}

#header .inner .right_block {
	display: flex;
	width: calc(100% - 232px);
	flex-direction: column;
}

#header .inner .right_block .top {
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: space-between;
	padding-left: 40px;
}

.logo {
	display: flex;
	width: 232px;
	height: 130px;
	padding-right: 50px;
	align-items: center;
	justify-content: center;
	background-color: #EBEDF6;
}

.btn_menu {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	margin-top: -16px;
	width: 37px;
	height: 32px;
	border: 0;
	background: url(../images/icon/icon-menu.svg) no-repeat center;
}

.header_address {
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	color: #667085;
}

.social {
	display: flex;
}

.social a {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: -99999px;
	transition: opacity 500ms;
}

.social a:hover {
	opacity: 0.7;
}

.social a:last-child {
	margin-right: 0;
}

.social a.fb {background-image: url(../images/icon/icon-social-fb.svg);}
.social a.ins {background-image: url(../images/icon/icon-social-ins.svg);}
.social a.yt {background-image: url(../images/icon/icon-social-yt.svg);}
.social a.tiktok {background-image: url(../images/icon/icon-social-tiktok.svg);}
.social a.in {background-image: url(../images/icon/icon-social-linkedin.svg);}

#header .sl {
	display: flex;
}

.lang {
	position: relative;
	display: flex;
}

.lang span {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #667085;
	text-transform: uppercase;
	cursor: pointer;
}

.lang span i {
	width: 20px;
	height: 20px;
	margin-left: 2px;
	background: url(../images/arrow/arrow-down.svg) no-repeat center;
	background-size: 100%;
}

.lang_list {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 200;
	width: 46px;
	padding: 0;
	background: #fff;
	overflow: hidden;
	opacity: 0;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: all 500ms ease;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0%;
}

.lang.open .lang_list{
	opacity: 1;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.lang_list a {
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	color: #283847;
	text-align: center;
}

.lang_list a:last-child {margin-bottom: 0;}

.lang_list a:hover {
	color: #10352B;
}

.search_btn {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	background: url(../images/icon/icon-search.svg) no-repeat center;
	border: 0;
}

#header .inner .right_block .bottom {
	display: flex;
	height: 80px;
	background-color: #0A1F8F;
	justify-content: space-between;
}

.menu {
	display: flex;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
}

.menu ul {
	display: flex;
	margin: 0;
}

.menu>ul>li {
	display: flex;
	padding: 0 24px;
	align-items: center;
}

.menu>ul>li:hover>a {
	/* color: #000; */
}

.menu>ul>li:last-child {
	margin: 0;
}

.menu>ul>li>a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.menu>ul>li.sub>a {
	padding-right: 20px;
	background: url(../images/arrow/arrow-down-white.svg) no-repeat right center
}

.menu>ul>li.sub:hover>a {
	/* background: url(../images/arrow/arrow-menu-black.svg) no-repeat right center */
}

.sub_menu_panel {
	position: absolute;
	top: 130px;
	right: 0;
	left: 0;
	z-index: 6;
	display: flex;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transform: translateY(15px);
	transition: all 200ms linear;
}

.sub_menu_panel.is_simple {
	left: auto;
	right: auto;
	justify-content: flex-start;
}

.menu>ul>li.sub:hover .sub_menu_panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.sub_menu_panel_inner {
	display: flex;
	padding: 40px;
	background-color: #0A1F8F;
	border-top: 1px solid #fff;
}

.sub_menu_panel nav {
	margin-right: 40px;
}

.sub_menu_panel nav:last-child {
	margin-right: 0;
}

.sub_menu_panel nav h5 {
	margin: 0 0 15px;
}

.sub_menu_panel nav h5 a {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	color: rgba(255, 255, 255, 0.7);
}

.sub_menu_panel ul {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.menu>ul>li.sub ul li {
	margin-bottom: 16px;
}

.menu>ul>li.sub ul li:last-child {
	margin: 0;
}

.menu>ul>li.sub ul li a {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.7);
	transition: color 500ms ease;
}
.menu>ul>li.sub ul li.active a,
.menu>ul>li.sub ul li a:hover {
	color: #FFB600;
}

.btn_apply {
	display: flex;
	padding: 0 30px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	color: #101828;
	background-color: #FFB600;
	align-items: center;
	justify-content: center;
	border-bottom: 8px solid #FFB600;
	transition: 500ms ease;
}

.btn_apply:hover {
	border-color: #7F98FF;
}

#header::before {
	content: "";
	display: block;
	width: 30%;
	height: 80px;
	background-color: #0A1F8F;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#footer {
	position: relative;
	padding: 40px 0;
	background-color: #DBE2FF;
}

.footer_menu {
	display: flex;
	flex-direction: column;
}

.footer_menu ul {
	display: flex;
	margin: 0;
	flex-direction: column;
}

.footer_menu>ul>li {
	position: relative;
	display: flex;
	padding: 0;
	margin-bottom: 20px;
	flex-direction: column;
}

.footer_menu>ul>li:hover>a {
	/* color: #000; */
}

.footer_menu>ul>li:last-child {
	margin: 0;
}

.footer_menu>ul>li>a {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	color: #000000;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.footer_menu>ul>li.small {
	margin-top: 35px;
}

.footer_menu>ul>li.small>a {
	font-weight: 500;
	color: rgba(0, 0, 0, 0.7);
	text-transform: none;
}

.footer_menu>ul>li ul {
	display: flex;
	margin-top: 20px;
}

.footer_menu>ul>li ul li {
	margin-bottom: 12px;
}

.footer_menu>ul>li ul li:last-child {
	margin: 0;
}

.footer_menu>ul>li ul li a {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.6);
	transition: color 500ms ease;
}

.section_title {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 100px 0 0;
}

.section_title .lb {
	display: flex;
	flex-direction: column;
}

.section_title h3.title {
	margin: 0;
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	color: #344054;
}

.section_title span.txt {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #667085;
}

.section_title .rb {
	display: flex;
}

.section_title .all_btn {
	display: flex;
	height: 48px;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #344054;
	align-items: center;
	border: 1px solid #344054;
	border-radius: 24px;
	transition: 500ms ease;
}

.section_title .all_btn:hover {
	color: #F9FAFB;
	background-color: #7F98FF;
	border-color: #7F98FF;
}

#main_news {
	position: relative;
	padding: 0 0 60px;
}

.news {
	margin-top: 20px;
}

.news .box {
	position: relative;	
	margin-bottom: 40px;
}

.news .box figure {
	position: relative;
}

.news .box span.type {
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 44px;
	background-color: #FFB600;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #344054;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
}

.news .box figure img {
	width: 100%;
}

.news .box .body {
	display: flex;
	width: 100%;
	flex-direction: column;
	padding-top: 24px;
}

.news .box .body h2.title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #000000;
}

.news .box .body p.txt {
	margin: 13px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
}

.news .box .body .more_btn {
	margin-top: 14px;
}

.news .box .body .more_btn a {
	display: inline-flex;
	width: auto;
	height: 48px;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #344054;
	align-items: center;
	border: 1px solid #344054;
	border-radius: 24px;
	transition: 500ms ease;
}

.news .box .body .more_btn a:hover {
	color: #F9FAFB;
	background-color: #7F98FF;
	border-color: #7F98FF;
}

#discount {
	position: relative;
}

#discount .box {
	position: relative;
	height: 320px;
	overflow: hidden;
	border-radius: 4px;
}

#discount .box img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

#discount .box .caption {
	width: 488px;
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
	background-color: #EBEDF6;
	border-radius: 0 8px 8px 0;
}

#partners_carousel {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}

#discount .box .caption span.count {
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	color: #000;
}

#discount .box .caption span.count span {
	display: block;
}

#discount .box .caption p {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
}

#discount .owl-dots {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 30;
}

#discount .owl-dots .owl-dot {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 16px;
	border-radius: 50%;
	background-color: #F0F1F1;
	opacity: 0.6;
	transition: 500ms ease;
}

#discount .owl-dots .owl-dot:hover {
	background: #fff;
}

#discount .owl-dots .owl-dot.active {
	background: #fff;
	opacity: 0.7;
}

#discount .owl-dots .owl-dot:last-child {
	margin: 0;
}

#partners {
	position: relative;
	padding-bottom: 20px;
}

#partners .box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 178px;
	background-color: #EBEDF6;
	border-radius: 4px;
}

#contact {
	position: relative;
	padding: 100px 0;
}

.contact_caption {
	display: flex;
	flex-direction: column;
}

.contact_caption .title {
	margin: 0;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	color: #344054;
}

.contact_caption p {
	margin: 20px 0 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	color: #667085;
}

.contact_form {
	position: relative;
}

.contact_form .ipt_style {
	width: 100%;
	height: 68px;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #344054;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #344054;
}

.contact_form .ipt_style::-webkit-input-placeholder {color: #344054;}
.contact_form .ipt_style::-moz-placeholder {color: #344054;}

.contact_form .button_row {
	display: flex;
	margin-top: 20px;
}

.contact_form .button_row .btn_submit {
	width: 172px;
	height: 64px;
	margin-left: auto;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	color: #101828;
	background-color: #FFB600;
	border: 0;
	border-bottom: 8px solid #FFB600;
	transition: 500ms linear;
}

.contact_form .button_row .btn_submit:hover {
    border-color: #7F98FF;
}

.contact_form select {
	width: 100%;
	height: 68px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #344054;
	background: transparent url(../images/arrow/arrow-select.svg) no-repeat right center;
	border: 0;
	border-bottom: 2px solid #344054;
}

#video {
	position: relative;
	background-color: #0A1F8F;
}

#video:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: 1;
	background-color: #0A1F8F;
	border-radius: 0 8px 8px 0;
}

#video:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 52%;
	background: url(../images/bg/video-bg.png) no-repeat right center;
}

.video_caption {
	position: relative;
	z-index: 10;
	display: flex;
	height: 400px;
	flex-direction: column;
	justify-content: center;
}

.video_caption .title {
	margin: 0;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

.video_caption p {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.7);
}

#video .rb {
	position: relative;
	display: flex;
	height: 100%;
	align-items: end;
	justify-content: end;
	z-index: 10;
	padding-bottom: 32px;
}

#video .rb img {
	display: none;
}

.video_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 171px;
	height: 48px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	background-color: #FFB600;
	border-radius: 24px;
}

.video_btn i {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url(../images/icon/icon-play.svg) no-repeat center;
}

#main_services {
	position: relative;
	padding-bottom: 55px;
}

#main_services .services {
	margin-top: 40px;
}

.services .col-md-4 {
	margin-bottom: 20px;
}

.services .box {
	display: flex;
	width: 100%;
	height: 100%;
}

.services .box a {
	position: relative;
	display: flex;
	padding: 25px;
	flex-direction: column;
	background-color: #EBEDF6;
	border-radius: 4px;
	border-bottom: 12px solid transparent;
	transition: border-color 500ms;
}

.services .box a:hover {
	border-color: #FFB600;
}

.services .box a .title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #101828;
}

.services .box a p {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #344054;
}

#slider {
	position: relative;
}

#slider img {
	width: 100%;
}

#slider .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding-bottom: 50px;
}

#slider .caption .title {
	margin: 0;
	font-size: 80px;
	font-weight: 800;
	line-height: 1.1;
	color: #FFB600;
}

#slider .owl-nav {
	display: flex;
	transition: 500ms linear;
	position: absolute;
	bottom: 55px;
	right: 40px;
	z-index: 10;
}

#slider .owl-nav div {
	display: flex;
	width: 56px;
	height: 56px;
	margin: 0 4px;
	background-color: #DBE2FF;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	border-radius: 28px;
	box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.25);
}

#slider .owl-nav div.owl-prev {background-image: url(../images/arrow/arrow-slider-left.svg);}
#slider .owl-nav div.owl-next {background-image: url(../images/arrow/arrow-slider-right.svg);}

#slider .owl-nav div:hover {
	background-color: #EBEDF6;
	opacity: 0.3;
}

.breadcrumbs {
	display: flex;
	padding: 16px 0;
}


.breadcrumbs a,
.breadcrumbs span {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	transition: color 500ms ease;
}

.breadcrumbs span.line {
	margin: 0 6px;
}

.breadcrumbs a:hover {
	color: #FFB600;
}

.cover {
	position: relative;
}

.cover img {
	width: 100%;
}

.page_title {
	position: relative;
	padding: 35px 0;
}

.page_title h2 {
	margin: 0;
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	color: #101828;
}

.our_goals {
	position: relative;
	padding-top: 40px;
}

.our_goals .inner {
	border-top: 1px solid #000;
	padding: 140px 0;
}

.our_goals .inner .col-lg-3 {
	margin-bottom: 20px;
}

.our_goals .inner .box {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 5px 24px;
	border-left: 4px solid #FFB600;
}

.our_goals .inner .box .title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #101828;
}

.our_goals .inner .box .text {
	margin: 25px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #344054;
}

.our_goals .inner .box .text p:last-child {
	margin: 0;
}

.leader_appeal {
	position: relative;
	margin-bottom: 70px;
	padding: 40px;
	background-color: #EBEDF6;
}

.leader_appeal .info {
	position: relative;
	display: flex;
	flex-direction: column;
}

.leader_info figure img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 0px 24px 0px rgba(42,125,225,1);
}

.leader_appeal .info span {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #000;
}

.leader_appeal .info span.first_txt {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: var(--white-color);
}

.leader_appeal .info span.name {
	margin: 10px 0;
	font-weight: 700;
	color: #0A1F8F;
}

.leader_appeal .info span.position {
	font-weight: 400;
}

.leader_appeal .text {
	position: relative;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
}

.leader_appeal h2.title {
	position: relative;
	margin: 0;
	font-size: 64px;
	font-weight: 800;
	line-height: 1.2;
	color: #101828;
}

.leader_appeal h2.title:before {
	content: "";
	display: block;
	margin-bottom: 10px;
	width: 74px;
	height: 58px;
	background: url(../images//icon/icon-imza.svg) no-repeat center;
}

.support_program {
	position: relative;
	padding-top: 40px;
}

.support_program .inner {
	border-top: 1px solid #000;
	padding: 80px 0;
}

.support_program .inner .col-lg-4 {
	margin-bottom: 20px;
}

.support_program .inner .box {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 20px;
	background-color: #EBEDF6;
}

.support_program .inner .box .title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #101828;
}

.support_program .inner .box .text {
	margin: 10px 0 0;
}

.support_program .inner .box .text p:last-child {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #344054;
}

/* Pagination Begin */
.pag {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 80px 0 100px;
}

.pag ul {
	display: flex;
	height: 36px;
	margin: 0;
}

.pag ul li {
	margin-right: 8px;
}

.pag ul li:last-child {margin: 0;}

.pag ul li.active,
.pag ul li a {
	display: flex;
	width: 36px;
	height: 36px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: rgba(0, 0, 0, 0.3);
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	transition: color 500ms ease;
}

.pag ul li a:hover {
	color: #FFB600;
}

.pag ul li.active {
	color: #000;
}

.pag ul li.prev {
	margin-right: 15px;
}

.pag ul li.next {
	margin-left: 15px;
}

.pag ul li.prev a,
.pag ul li.next a {
	padding: 0;
	background-color: #FFB600;
	background-repeat: no-repeat;
	background-position: center;
}

.pag ul li.prev a {
	background-image: url(../images/icon/icon-page-prev.svg);
}

.pag ul li.next a {
	background-image: url(../images/icon/icon-page-next.svg);
}

.pag ul li.prev.disable a,
.pag ul li.next.disable a {
	background-color: #EBEDF6;
}

.news_detail {
	position: relative;
	padding: 80px 0;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	border-top: 1px solid #000;
}

.service_page {
	position: relative;
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #000;
}

.service_page .text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
}

.application_form {
	position: relative;
	padding: 24px;
	background-color: #F2F4F7;
	border-radius: 2px;
}

.application_form .title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #0A1F8F;
}

.application_form form {
	margin-top: 20px;
}

.application_form .input_row {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.application_form .input_row span {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: rgba(0, 0, 0, 0.6);
}

.application_form .input_row .ipt_style {
	width: 100%;
	height: 48px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	background-color: transparent;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.application_form .input_row .ipt_style::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.3);}
.application_form .input_row .ipt_style::-moz-placeholder {color: rgba(0, 0, 0, 0.3);}

.application_form .button_row {
	display: flex;
	margin-top: 20px;
}

.application_form .button_row .btn_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 121px;
	height: 49px;
	margin-left: auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	background-color: #FFB600;
	border: 0;
	border-bottom: 4px solid #FFB600;
	transition: 500ms linear;
}

.application_form .button_row .btn_submit:hover {
	border-color: #7F98FF;
}

.application_form .button_row .btn_submit i {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background: url(../images/arrow/arrow-right-white.svg) no-repeat center;
}

.advantage {
	position: relative;
	padding-bottom: 80px;
}

.advantage h3.title {
	margin: 0 0 25px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	color: #000000;
}

.advantage .col-12 {
	margin-bottom: 20px;
}

.advantage .box {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 24px;
	border: 1px solid #101828;
	border-radius: 4px;
}

.advantage .box .title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #101828
}

.advantage .box .txt {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #344054
}

.advantage .box .txt p:last-child {
	margin: 0;
}

.advantage ul {
	margin: 20px 0 0;
}

.advantage ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #344054;
}

.advantage ul li:last-child {
	margin: 0;
}

.advantage ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background-color: #FFB600;
	border-radius: 4px;
}

.about {
	position: relative;
	margin-top: 30px;
	padding-top: 80px;
	border-top: 1px solid #000;
}

.about .box {
	position: relative;
	border-bottom: 1px solid #000;
	padding-bottom: 80px;
	margin-bottom: 80px;
}

.about .box h2.title {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.about .box .txt {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
}

.mobile_panel {
	display: none;
	position: fixed;
	top: 0;
	left: -100vw;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	padding: 10px 20px;
	overflow: hidden;
	background-color: #0A1F8F;
	transition: left 0.3s ease-in;
}

.mobile_panel.is-open {
	left: 0;
}

.close_menu {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon/icon-close.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

.mobile_search {
	position: relative;
	width: 241px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.mobile_search form {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.mobile_search .ipt_style {
	width: calc(100% - 37px);
	height: 100%;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: transparent;
	border: 0;
}

.mobile_search button[type="submit"] {
	width: 25px;
	height: 25px;
	margin-left: auto;
	margin-right: 12px;
	text-indent: -99999px;
	background: transparent url(../images/icon/icon-btn-search.svg) no-repeat center;
	border: 0;
}

.mobile_lang {
	position: relative;
	display: flex;
	margin-top: 30px;
	padding: 16px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.mobile_lang a {
	display: flex;
	width: 40px;
	height: 40px;
	margin-right: 16px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
}

.mobile_lang a.active {
	border-color: #fff;
}

.mobile_menu {
	position: relative;
	height: calc(100vh - 130px);
	padding-top: 30px;
	overflow-y: auto;
}

.mobile_menu ul {
	margin: 0;
}

.mobile_menu>ul>li {
	margin-bottom: 30px;
}

.mobile_menu>ul>li:last-child {
	margin-bottom: 0;
}

.mobile_menu>ul>li>a {
	display: flex;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	align-items: center;
}

/* .mobile_menu>ul>li.active>a {
	color: var(--blue-color);
} */

.mobile_menu>ul>li>a i {
	width: 10px;
	height: 6px;
	margin-left: 15px;
	background: url(../images/arrow/arrow-down-white.svg) no-repeat center;
	background-size: 100%;
	transition: 500ms ease;
}

.mobile_menu>ul>li.active>a i {
	transform: rotate(-180deg);
}

.mobile_menu>ul>li ul {
	display: none;
	padding: 0 32px;
}

.mobile_menu>ul>li li {
	margin-top: 25px;
}

.mobile_menu>ul>li li a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.contact_page {
	position: relative;
	padding: 80px 0 200px;
	border-top: 1px solid #000;
}

.contact_info {
	position: relative;
}

.contact_info .title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #000
}

.contact_info ul {
	margin: 15px 0 0;
}

.contact_info ul li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: rgba(0, 0, 0, 0.6);
}

.contact_info ul li i.ico {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

.contact_info ul li i.ico.ico-address {background-image: url(../images/icon/icon-contact-location.svg);}
.contact_info ul li i.ico.ico-phone {background-image: url(../images/icon/icon-contact-phone.svg);}
.contact_info ul li i.ico.ico-email {background-image: url(../images/icon/icon-contact-mail.svg);}

.contact_page_form {
	position: relative;
	padding: 40px;
	background-color: #EBEDF6;
	border-radius: 12px;
}


.contact_page_form span.txt {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.45);
}

.contact_page_form .checkbox_row {
	display: flex;
	margin-top: 20px;
}

.contact_page_form .checkbox_row span {
	display: flex;
	align-items: center;
	margin-right: 24px;
}

.contact_page_form .checkbox_row span:last-child {
	margin-right: 0;
}

.contact_page_form .checkbox_row span input[type=radio].css-checkbox + label.css-label {
	display: flex;
	height: 20px;
	margin: 0;
	padding-left: 28px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	align-items: center;
	color: rgba(0, 0, 0, 0.6);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	cursor: pointer;
}

.contact_page_form .checkbox_row span input[type=radio].css-checkbox:checked + label.css-label {background-image:url(../images/icon/icon-check-on.svg);}
.contact_page_form .checkbox_row span label.css-label {background-image:url(../images/icon/icon-check-off.svg);}

.contact_page_form .input_row {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	margin-top: 24px;
}

.contact_page_form .input_row span.label {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: rgba(0, 0, 0, 0.6);
}

.contact_page_form .input_row.h114 .ipt_style {
	height: 140px;
}

.contact_page_form .input_row .ipt_style {
	width: 100%;
	height: 48px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 6px;
}

.contact_page_form .input_row .ipt_style::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.3);}
.contact_page_form .input_row .ipt_style::-moz-placeholder {color: rgba(0, 0, 0, 0.3);}

.contact_page_form .input_row textarea.ipt_style {
	padding: 20px;
	resize: none;
}

.contact_page_form .input_row.error .ipt_style {
	border-color: #FF3D71;
}

.contact_page_form .input_row .err_txt {
	display: none;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #FF3D71;
}

.contact_page_form .input_row.error .err_txt {
	display: block;
}

.contact_page_form .button_row {
	display: flex;
	justify-content: right;
	margin-top: 24px;
}

.contact_page_form .button_row .btn_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 49px;
	padding: 0 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	background-color: #FFB600;
	border: 0;
	border-bottom: 4px solid #FFB600;
	border-radius: 2px;
	transition: 500ms linear;
}

.contact_page_form .button_row .btn_submit:hover {
	border-color: #7F98FF;
}

.contact_page_form .button_row .btn_submit i {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background: url(../images/arrow/arrow-right-white.svg) no-repeat center;
}

.contact_page_form .button_row .btn_submit:hover {
	background-color: #e9ac14;
}

.certificates {
	position: relative;
	padding-top: 40px;
}

.certificates .inner {
	border-top: 1px solid #000;
	padding: 80px 0;
}

.certificates .inner .col-lg-4 {
	margin-bottom: 20px;
}

.certificates .inner .box {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 20px;
	cursor: pointer;
	background-color: #F2F4F7;
	transition: background-color 500ms;
}

.certificates .inner .box .head_row {
	display: flex;
}

.certificates .inner .box span.type {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #FFB600;
	border: 1px solid #FFB600;
	border-radius: 8px;
}

.certificates .inner .box .text {
	margin: 25px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.6);
	transition: color 500ms;
}

.certificates .inner .box .text p:last-child {
	margin: 0;
}

.certificates .inner .box:hover {
	background-color: #0A1F8F;
}

.certificates .inner .box:hover .text {
	color: #fff;
}

.certificate_popup {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(10, 31, 143, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}

.certificate_popup.show {
	opacity: 1;
	visibility: visible;
}

.certificate_popup .inner  {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;
	transform: translate(-50%,-50%) scale(0.8,0.8);
	background: #fff;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease;
	box-shadow: 0px 0px 24px 0px rgba(255,255,225,1);
}

.certificate_popup.show .inner {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1,1);
}

.certificate_popup span.close_icon {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon/icon-close-popup.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

.certificate_popup img {
	max-width: 100%;
}

.error404 {
	position: relative;
	padding: 150px 0;
	background-color: #7F98FF;
}

.error404 .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.error404 .inner span.txt {
	font-size: 78px;
	font-weight: 800;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
}

.error404 span.btn_row {
	display: flex;
	margin-top: 50px;
}

.error404 a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	padding: 0 24px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	color: #000;
	background-color: #FFB600;
	border: 0;
	border-bottom: 8px solid #FFB600;
	border-radius: 2px;
	transition: 500ms linear;
}

.error404 a:hover {
	border-color: #7F98FF;
}

.contact_success {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 55px;
	border: 1px solid #344054;
	border-radius: 4px;
}

.contact_success i {
	width: 60px;
	height: 60px;
	background: url(../images/icon/icon-success.svg) no-repeat center;
	background-size: 100%;
}

.contact_success span {
	margin-top: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #000
}

.application_form_popup {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(10, 31, 143, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}

.application_form_popup.show {
	opacity: 1;
	visibility: visible;
}

.application_form_popup .inner  {
	width: 776px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;
	transform: translate(-50%,-50%) scale(0.8,0.8);
	padding: 130px 70px 70px;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	background-color: #EBEDF6;
	transition: 0.5s ease;
}

.application_form_popup.show .inner {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1,1);
}

.application_form_popup span.close_popup {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/icon/icon-close-circle.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 70px;
	right: 70px;
	z-index: 10;
	cursor: pointer;
}

.application_form_popup .input_row {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.application_form_popup .input_row span {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: rgba(0, 0, 0, 0.6);
}

.application_form_popup .input_row .ipt_style {
	width: 100%;
	height: 48px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.application_form_popup .input_row .ipt_style::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.3);}
.application_form_popup .input_row .ipt_style::-moz-placeholder {color: rgba(0, 0, 0, 0.3);}

.application_form_popup .button_row {
	display: flex;
	margin-top: 20px;
}

.application_form_popup .button_row .btn_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 121px;
	height: 49px;
	margin-left: auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	background-color: #FFB600;
	border: 0;
	transition: 500ms linear;
}

.application_form_popup .button_row .btn_submit i {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background: url(../images/arrow/arrow-right-white.svg) no-repeat center;
}

.application_form_popup select {
	width: 100%;
	height: 48px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	background: #fff url(../images/arrow/arrow-select-small.svg) no-repeat right 20px center;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.partners_page {
	position: relative;
	padding: 80px 0;
	border-top: 1px solid #000;
}

.partners_page .box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 178px;
	background-color: #EBEDF6;
	border-radius: 4px;
	margin-bottom: 20px;
}

.search_result {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	z-index: 50;
	background-color: #0A1F8F;
	border-top: 1px solid #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(15px);
	transition: all 200ms linear;
	box-shadow: 0px 0px 30px 0px rgba(94,94,94,0.25);
}

.search_result.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.search_result .btn_close {
	position: absolute;
	right: 12px;
	top: 30px;
	z-index: 10;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(../images/icon/icon-close.svg) no-repeat center;
	background-size: 100%;
}

.search_result .inner {
	display: flex;
	width: 665px;
	flex-direction: column;
	margin: 0 auto;
	padding: 50px 0;
}

.search_result form {
	position: relative;
}

.search_result form .ipt_style {
	width: 100%;
	height: 46px;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
}

.search_result form .ipt_style::-webkit-input-placeholder {color: #fff;}
.search_result form .ipt_style::-moz-placeholder {color: #fff;}

.search_result form button {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon/icon-btn-search-white.svg) no-repeat center;
	border: 0;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	margin-top: -12px;
}

.list_results {
	margin: 30px 0 0;
}

.list_results li {
	margin-bottom: 10px;
}

.list_results li:last-child {
	margin: 0;
}

.list_results li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #EBEDF6;
}

.list_results li a:hover {
	text-decoration: underline;
}

.services_page {
	position: relative;
	margin-top: 30px;
	padding: 0 0 140px;
	border-top: 1px solid #000;
}

.services_page .item {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #000;
	transition:  500ms ease;
}

.services_page .item.active {
	border-color: transparent;
}

.services_page .item .head {
	position: relative;
	padding: 40px 50px 40px 0;
	cursor: pointer;
}

.services_page .item .head i {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}

.services_page .item .head i:after {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.services_page .item .head i:before {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	transition: 0.3s;
}

.services_page .item.active .head i:before {
	transform: translate(-50%, -50%) rotate(0deg);
}

.services_page .item .head h2 {
	margin: 0;
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	transition: color 500ms ease;
}

.services_page .item .body {
	position: relative;
	display: none;
}

.services_menu {
	margin: 0;
}

.services_menu li {
	display: flex;
	margin: 0;
	padding: 24px 0;
	border-bottom: 1px solid #000;
}

.services_menu li:last-child {
	border: 0;
}

.services_menu li a {
	position: relative;
	width: 100%;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	transition: color 500ms ease;
}

.services_menu li a:hover {
	color: #0A1F8F;
}

.services_menu li a:after,
.services_menu li a:before {
	content: "";
	display: block;
	width: 26px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
	background-repeat: no-repeat;
	background-size: 26px 15px;
}

.services_menu li a:after {
	z-index: 10;
	opacity: 0;
	background-image: url(../images/arrow/arrow-link-hover.svg);
}

.services_menu li a:before {
	background-image: url(../images/arrow/arrow-link.svg);
}

.services_menu li a:hover:after {
	opacity: 1;
}

.footer_social {
	display: flex;
}

.footer_social a {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: -99999px;
	transition: opacity 500ms;
}

.footer_social a:hover {
	opacity: 0.7;
}

.footer_social a:last-child {
	margin-right: 0;
}

.footer_social a.fb {background-image: url(../images/icon/icon-social-fb-footer.svg);}
.footer_social a.ins {background-image: url(../images/icon/icon-social-ins-footer.svg);}
.footer_social a.yt {background-image: url(../images/icon/icon-social-yt-footer.svg);}
.footer_social a.tiktok {background-image: url(../images/icon/icon-social-tiktok-footer.svg);}
.footer_social a.in {background-image: url(../images/icon/icon-social-linkedin-footer.svg);}

.footer_address {
	display: flex;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	color: rgba(0, 0, 0, 0.7);
}

.search_page {
	position: relative;
	background-color: rgba(235, 237, 246, 1);
}

.search_page .top_view {
	position: relative;
	padding: 55px 0;
	background-color: #fff;
}

.search_page .top_view form {
	position: relative;
}

.search_page .top_view form .ipt_style {
	width: 100%;
	height: 46px;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #0A1F8F;
}

.search_page .top_view form .ipt_style::-webkit-input-placeholder {color: #000;}
.search_page .top_view form .ipt_style::-moz-placeholder {color: #000;}

.search_page .top_view form button {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/icon/icon-search-page.svg) no-repeat center;
	border: 0;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	margin-top: -12px;
}

.search_page .results {
	position: relative;
	padding: 30px 0 60px;
}

.search_txt {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #000;
}

.search_txt span {
	font-weight: 700;
}

.search_items {
	position: relative;
	margin-top: 50px;
}

.search_items .item {
	display: flex;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.search_items .item:last-child {
	margin-bottom: 0;
}

.search_items .item figure {
	width: 213px;
}

.search_items .item .body {
	display: flex;
	flex-direction: column;
	width: calc(100% - 213px);
	height: 100%;
	padding: 10px 25px;
	justify-content: center;
}

.search_items .item .body h2.title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: #000000;
}

.search_items .item .body p.txt {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
}

.search_items .item .body .more_btn {
	margin-top: 10px;
}

.search_items .item .body .more_btn a {
	display: inline-flex;
	width: auto;
	height: 48px;
	padding: 0 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #344054;
	align-items: center;
	border: 1px solid #344054;
	border-radius: 24px;
	transition: 500ms ease;
}

.news .box .body .more_btn a:hover {
	color: #F9FAFB;
	background-color: #7F98FF;
	border-color: #7F98FF;
}