@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');

.t-primary-bgcolor {
	background-color: #4b4b4b;
}

a {
	color: #1C4D88;
}

body {
	background-color: #fff;
}

.container {
	width: 1040px;
}

.header {
	width: 100%;
}

.header__top {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
}

.header__logo img {
	width: 50%;
}

.header__top__contact {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
	opacity: 0.9;
}

.header__nav {
	width: 100%;
	background-color: #4b4b4b;
	height: 50px;
	align-items: center;
	display: flex;
}

.header__nav__inner {
	width: 1040px;
	margin: 0 auto;
	font-size: 0;
}

.header__nav__inner a {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	padding: 15px;
	transition: background-color 0.3s ease;
}

.header__nav__inner a:hover {
	text-decoration: none;
	background-color: #184174;
}

.sidebar {
	margin-right: 3em;
}