@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	background-image: none !important;
	min-height: 100vh;
	background-color: #fff;
}

.container {
	width: 1100px;
}

a {
	color: #7e0c00;
}

.header-wrapper {
	position: sticky;
	top: 0;
	z-index: 150;
	background-color: #fff;
}

.footer-wrapper {
	margin-top: 0;
}


.nav-contact-btn {
	background-color: #c02025;
	color: #ffffff !important;
	border-radius: 10px;
	font-weight: 700 !important;
	font-size: 19px !important;
	transition: background-color 0.25s ease, color 0.25s ease;
	width: 184px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: 50px !important;
}

.nav-contact-btn:hover {
	background-color: #042b40;
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.header-wrapper {
		position: relative;
	}

	.container {
		width: auto;
	}

	section.action-buttons .action {
		margin-bottom: 50px;
	}
}


.mobile-subheader {
	display: none;
}

.header {
	width: 100% !important;
	padding: 20px 0;
}

.header {
	display: flex;
	flex-direction: column;
	font-family: "Roboto", "Roboto Fallback";
	padding: 0;
	width: 100%;
}

.header__top {
	height: 32px;
	display: flex;
	align-items: center;
	background-color: rgb(4, 43, 64);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.header__top i {
	padding-right: 5px;
	font-size: 16px;
}

.header__top a {
	color: #fff;
	margin-right: 30px;
}


.header__middle .container {
	padding: 15px 21px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__middle i {
	padding-left: 3px;
	font-size: 12px;
}

.header__logo {
	margin-left: 0 !important;
}

.header__logo img {
	max-height: 81px;
}

.header__middle {
	font-size: 0;
}

.header__middle a {
	margin-left: 40px;
	font-size: 16px;
	color: black;
}

.header__middle a:hover {
	text-decoration: none;
	color: #c02025;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	font-size: 16px;
	margin-left: 30px;
}

#header>div.container>nav>li {
	list-style-type: none;
}

.header nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header nav>ul>li {
	display: inline-block;
	position: relative;
	margin-right: 16px;
}

.header nav li a {
	text-decoration: none;
	transition: ease-in-out 0.2s;
}

.header nav li a:hover,
.header nav li a:focus {
	opacity: 1;
	color: #c02025;
	text-decoration: none;
}

.header nav li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: rgba(255, 255, 255, 1);
	width: 280px;
	margin: 0 auto;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 3px 12px rgba(0, 0, 0, .12);
	margin-top: 10px;
	border-radius: 8px;
	padding: .5rem 0;
	transition: all .3s ease-in-out;
	transform: scale(1, 0);
	transform-origin: top;
	z-index: 1000;
	text-align: left;
	left: 700px;
	top: 85px;
	border: 1px solid #003149;
}

.header nav li:hover ul {
	transform: scale(1, 1);
}

.header nav li:hover ul,
.header nav li ul:hover {
	opacity: 1;
	visibility: visible;
	margin-left: 0;
}

.header nav li ul li {
	display: block;
}

.header nav li ul a {
	color: #000;
	display: block;
	padding: 5.3px 18.6px;
	font-size: 16px;
	line-height: 24px;
}

.header nav li ul a:hover {
	color: #C02126;
}

.header__middle .container nav {
	display: flex;
	align-items: center;
}

body.page-home .copyright {
	display: none;
}

.mobile-header__nav {
	background-color: #003149;
}

/* body:not(.page-home) .header-wrapper {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

.footer-wrapper {
	margin-top: 0;
	background-color: #002b40;
	display: block;
	content: "";
}

.footer {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	padding: 3rem 15px 1.5rem;
	row-gap: 1.5rem;
}

.footer-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	font-family: "Poppins", sans-serif;
	flex-wrap: wrap;
}

.footer .left-top {
	display: flex;
	align-items: center;
	column-gap: 3rem;
}

.footer__logo img {
	max-height: 80px;
}

.footer .footer-contact {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	opacity: 0.9;
	line-height: 30px;
}

.footer .footer-contact a {
	color: #fff;
}

.footer-copyright {
	text-align: left;
}

.footer-copyright span,
.footer-copyright a {
	color: #fff;
	opacity: 0.6;
}

.footer-nav {
	display: flex;
}

.footer-nav a {
	color: #fff;
	margin: 0 .75rem;
	font-size: 14px;
}

@media screen and (max-width: 1000px) {
	.footer-nav a:first-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 610px) {
	.footer .left-top {
		flex-direction: column;
		row-gap: 1.5rem;
		align-items: flex-start;
	}
}

@media screen and (max-width: 450px) {
	.footer-nav {
		flex-direction: column;
		row-gap: 1rem;
		align-items: flex-start;
		margin-top: 1.5rem;
	}

	.footer-nav a {
		margin: 0;
	}
}