/** Bootstrap navbar fix (https://git.io/fADqW) */
:root {
	--bs-black: #000;
	--bs-white: #fff;
	--bs-white-rgb: 255,255,255;
	--bs-dark-rgb: 25,25,25;
	--gray-100: #f5f5f5;
	--gray-200: #e0e0e0;
	--gray-300: #dee2e6;
	--gray-400: #ced4da;
	--gray-500: #a0a0a0;
	--gray-600: #707070;
	--gray-700: #555;
	--gray-800: #343a40;
	--gray-850: #1a1a1a;
	--gray-900: #191919;
	--gray-950: #162233;
	--bs-primary: #05326e;
	--bs-secondary: #dc2f34;
	--primary-dark: #05244e;
	--secondary-dark: #b92529;
	--blue-light: #9fb9db;
	--blue-light2: #8298b6;
	--blue-light3: #486fa5;
	--header-border-color: var(--gray-200);
	--header-shadow: 0 0.3rem 0.6rem rgba(0,0,0, 0.16);
	--header-bg: #fff;
	--top-menu-bg: var(--bs-white);
	--top-menu-border-color: var(--header-border-color);
	--top-menu-border-bottom-color: var(--header-border-color);
	--top-menu-color: var(--gray-700);
	--top-menu-color-hover: var(--bs-primary);
	--top-menu-bg-hover: var(--gray-100);
	--top-menu-search-color: var(--top-menu-color);
	--top-menu-search-placeholder-color: var(--gray-500);
	--top-menu-search-btn-color: var(--bs-primary);
	--top-menu-language-color: var(--bs-primary);
	--top-menu-language-color-hover: var(--bs-secondary);
	--base-menu-color: var(--bs-primary);
	--base-menu-color-hover: var(--bs-primary);
	--base-drop-color: var(--gray-900);
	--base-drop-color-hover: var(--gray-900);
	--base-drop-border-color: var(--bs-primary);
	--base-drop-shadow: 0 0.3rem 0.6rem rgba(0,0,0, 0.16);
	--link-more-color: var(--bs-primary);
	--link-more-color-hover: var(--bs-primary);
	--footer-bg: var(--bs-primary);
	--footer-color: var(--bs-white);
	--footer-link-hover: var(--blue-light);
	--footer-copyright-color: var(--blue-light3);
	--footer-border-color: var(--blue-light3);
	--footer-call-border-color: var(--blue-light);
	--footer-call-addon-color: var(--bs-primary);
	--breadcrumb-font-size: 1.4rem;
	--breadcrumb-item-color: var(--gray-700);
	--breadcrumb-item-active-color: var(--bs-black);
	--breadcrumb-divider-color: var(--bs-breadcrumb-item-color);
	--nav-type-tab-color: var(--gray-700);
	--nav-type-tab-color-hover: var(--bs-primary);
	--nav-type-tab-border-color: var(--gray-500);
	--nav-type-tab-border-color-hover: var(--bs-primary);
	--separator-margin: 5rem;
	--separator-color: var(--gray-200);
	--filter-tool-color: var(--bs-black);
	--filter-tool-color-hover: var(--bs-primary);
	--filter-tool-border-color: var(--gray-200);
	--filter-tool-caret-color: var(--gray-500);
	--staff-card-border-color: var(--gray-200);
	--staff-card-link-color: var(--bs-primary);
	--side-contact-primary-bg: var(--bs-primary);
	--side-contact-secondary-bg: var(--bs-secondary);
	--side-contact-primary-color: var(--bs-white);
	--side-contact-secondary-color: var(--bs-white);
	--bs-border-width: 1px;
}

/* news-widget */
.news-widget {
	--lh: 1.2;
	background: rgba(255, 255, 255, 0.7);
	padding: 2.2rem;
	font-size: 1.4rem;
	color: #000;
	font-weight: normal;
	line-height: var(--lh);
}
@media (max-width: 767.98px) {
	.news-widget {
		padding: 3rem 2rem;
		background: #f5f5f5;
	}
}
.news-widget > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-widget > ul > li + li {
	margin-top: 1.4rem;
	border-top: 1px solid #e0e0e0;
	padding-top: 1.5rem;
}
.news-widget > ul > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
}
.news-widget > ul > li .ico {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	margin: 0 1.4rem 0 0;
	background: #05326e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-widget > ul > li .ico img {
	display: block;
	max-width: 2rem;
	max-height: 2rem;
	-o-object-fit: contain;
	   object-fit: contain;
}
.news-widget > ul > li .date {
	display: block;
	margin: 0 0 1.1rem;
	color: #555;
}
.news-widget > ul > li p {
	margin: 0;
}
@media (min-width: 768px) {
	.news-widget > ul > li p {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

/* hero-section */
.hero-section {
	overflow: hidden;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	position: relative;
}
@media (max-width: 991.98px) {
	.hero-section {
		font-size: 1.6rem;
	}
}
.hero-section .holder {
	position: relative;
	min-height: 50rem;
	padding: 5rem 0 4rem;
	display: flex;
	align-items: center;
	z-index: 1;
}
@media (max-width: 991.98px) {
	.hero-section .holder {
		min-height: 48rem;
	}
}
@media (max-width: 767.98px) {
	.hero-section .holder {
		min-height: 40rem;
		padding: 4rem 0;
	}
}
.hero-section .bg-visual {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.hero-section .bg-visual img, .hero-section .bg-visual video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.hero-section .bg-visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: #000;
	opacity: 0.15;
}
.hero-section .bg-visual::after {
	position: absolute;
	left: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	content: "";
}
.hero-section h1, .hero-section .h1 {
	margin: 0 0 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-section h1, .hero-section .h1 {
		font-size: 3.6rem;
	}
}
.hero-section p {
	margin: 0 0 2.8rem;
}
.hero-section .btn {
	--bs-btn-padding-x: 2.5rem;
}
.hero-section .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-section .swiper-pagination {
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	bottom: 2rem;
}
.hero-section .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.hero-section .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}
.hero-section .news-widget {
	position: absolute;
	z-index: 30;
	right: 4.2rem;
	top: 4.2rem;
	width: 33rem;
}
@media (max-width: 991.98px) {
	.hero-section .news-widget {
		top: 3rem;
		right: 3rem;
		width: 31rem;
	}
}
@media (max-width: 767.98px) {
	.hero-section .news-widget {
		position: static;
		width: auto;
	}
}
.hero-section.type2 {
	color: #000;
	margin-top: calc((var(--header-height) - var(--top-menu-height)) * -1);
}
@media (max-width: 991.98px) {
	.hero-section.type2 {
		margin-top: 0;
	}
}
.hero-section.type2 .holder {
	min-height: 1px;
	display: block;
	padding: 0;
}
.hero-section.type2 .bg-visual {
	position: static;
}
.hero-section.type2 .bg-visual::after, .hero-section.type2 .bg-visual::before {
	display: none;
}
@media (max-width: 767.98px) {
	.hero-section.type2 .bg-visual::before {
		display: block;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
		opacity: 1;
	}
}
.hero-section.type2 .bg-visual img, .hero-section.type2 .bg-visual video {
	position: static;
	width: 100%;
	height: auto;
	min-height: 56rem;
}
@media (max-width: 991.98px) {
	.hero-section.type2 .bg-visual img, .hero-section.type2 .bg-visual video {
		min-height: 40rem;
	}
}
@media (max-width: 767.98px) {
	.hero-section.type2 .bg-visual img, .hero-section.type2 .bg-visual video {
		-o-object-position: 70% 50%;
		   object-position: 70% 50%;
	}
}
.hero-section.type2 .container-xl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 8.4rem;
	z-index: 15;
}
@media (max-width: 991.98px) {
	.hero-section.type2 .container-xl {
		padding-top: 6rem;
	}
}
.hero-section.type2 h1, .hero-section.type2 .h1 {
	font-weight: normal;
	font-size: 5.2rem;
	margin: 0 0 2.2rem;
}
@media (max-width: 991.98px) {
	.hero-section.type2 h1, .hero-section.type2 .h1 {
		font-size: 4rem;
	}
}
@media (max-width: 767.98px) {
	.hero-section.type2 h1, .hero-section.type2 .h1 {
		font-size: 3.2rem;
	}
}
.hero-section.type2 h2, .hero-section.type2 .h2 {
	max-width: 45rem;
	color: inherit;
}
@media (max-width: 991.98px) {
	.hero-section.type2 h2, .hero-section.type2 .h2 {
		font-size: 2.4rem;
	}
}
@media (max-width: 767.98px) {
	.hero-section.type2 h2, .hero-section.type2 .h2 {
		font-size: 2rem;
	}
}
.hero-section.type2 + .services-section {
	padding-top: 7.2rem;
}
.hero-section.hero-section-image-grad .bg-visual::before {
	display: none;
}
.hero-section.hero-section-image-grad .bg-visual::after {
	left: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
/*# sourceMappingURL=hero-section.css.map */
