@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Source+Sans+Pro:wght@700&display=swap');

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

a {
	color: #034abe;
}

body {
	background-color: #F6F6F4;
	min-height: 100vh;
}

.container {
	width: 1170px;
}

.header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 26px 45px;
	background-color: #fff;
}

.header__bottom {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 220px;
	background: url(blueprints.jpg);
	background-repeat: no-repeat;
	background-position: right 74%;
	content: "";
}

.bottom-left {
	background: url(globe.png);
	width: 50%;
	background-repeat: no-repeat;
	padding: 86px 15%;
    border-radius: 0 0 15px 0;
	background-position: left center;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 42px;
	color: #034abe;
	background-color: #fff;
}

.bottom-left h2 {
	font-size: 42px;
	text-align: center;
}

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

.header__nav {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 0;
}

.header__nav a {
	margin: 0 10px;
	padding: 12px 10px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #171716;
	transition: all .3s ease-in-out;
	border-bottom: 1px solid transparent;
}

.header__nav a:hover {
	color: #034abe;
	border-bottom: 1px solid #034abe;
	text-decoration: none;
}

.sidebar {
	margin-right: 40px;
}

.footer-wrapper {
	display: block;
	height: 60px;
	content: "";
	background-color: #034ABF;
}