@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');

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

a {
	color: #337ab7;
}

a:hover {
	color: #23527c;
}

.header-wrapper {
	min-height: 80px;
	width: 100%;
	background-color: #000735;
	border-bottom: 30px solid #FFD923;
}

.header {
	display: flex;
/* 	width: 1900px; */
	height: 120px;
	padding: 0 1.5rem;
	align-items: center;
    justify-content: space-between;
}

.header__logo {
	height: 58px;
}

.header__nav {
	display: flex;
	text-align: right;
	font-size: 14px;
	font-family: Roboto, sans-serif;
}

.header__nav a {
	color: white;
	border-right: 1px solid #000735;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	transition: .3s ease all;
}

.header__contact {
	top: 5px;
    font-size: 14px;
    line-height: 2;
    color: #FFF;
    opacity: 0.9;
}
.header__nav .nav-bg {
	background-color: #33395D;
	border-radius: 5px;
	overflow:hidden;
	margin-right: 20px;
}

.header__nav .nav-bg a {
	font-weight: 500;
	text-decoration: none;
	width: 106px;
}

.header__nav .nav-bg a:hover {
	background-color: white;
	color: #2b328c;
}

body {
	background-color: white;
}

.container {
	width: 1170px; 
}