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

body {
	background-color: white;
}

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

a {
	color: #0f7bc3;
}

.header {
	width: 100%;
	font-family: "Montserrat", sans-serif;
}

.restricted {
	max-width: 1430px;
	padding: 0 15px;
}

.header__top {
	background-color: #263F59;
}

.header__top__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	margin: auto;
}

.header__top__inner .phone {
	color: #92dbf5;
	font-size: 15px;
	font-weight: 400;
}

.fa-linkedin {
	color: #fff;
	font-size: 18px;
}

.header__main {
	height: 114px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.header__nav {
	font-size: 0;
}

.header__nav a {
	font-size: 15px;
	font-weight: 600;
	padding: 36px 0;
	margin-left: 48px;
	transition: all .2s linear;
	color: #000;
	border-top: 3px solid transparent;
}

.header__nav a:hover {
	text-decoration: none;
	border-top: 3px solid #0f7bc3;
	color: #0f7bc3;
}

.header-wrapper:after {
	height: 161px;
	content: "";
	display: block;
	background-image: url(banner.jpeg);
	background-size: cover;
	background-position: center;
}