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

.t-primary-bgcolor {
	background-color: #0054A2;
}

a {
	color: #c02b0a;
}

body {
	background-color: #fff;
}

.container {
	width: 1200px;
}

.header-wrapper {
	box-shadow: 0px 0px 15px 5px #e0e0e0;
	position: relative;
	z-index: 5;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 21px;
}

.header__logo {
	max-width: 150px;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	font-family: "Poppins", sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 30px;
}

.header__nav a:hover {
	text-decoration: none;
	color: #0055a5;
}

.header__nav .active {
	color: #0055a5;
}

.main {
	padding-top: 3rem;
}

.sidebar {
	margin-right: 3rem;
}