@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	height: 100%;
	background:
		linear-gradient(rgba(0, 119, 173, 0.85), rgba(0, 152, 219, 0.88)),
		url(Background.jpg) center / cover no-repeat fixed;
	font-family: 'Montserrat', 'Calibri', sans-serif;
}

.bg-full {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.inner-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logo {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: white;
	border-radius: 16px;
	margin-bottom: 20px;
	max-width: 100%;
}

.bg-full span {
	color: #fff;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 45px 0 15px;
	font-weight: 800;
	display: block;
	position: relative;
	letter-spacing: 1px;
}

.inner-content span::after {
	content: '';
	width: 120px;
	height: 3px;
	background: #0098db;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

a {
	color: #fff;
	text-align: center;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 25px;
}

a:hover {
	text-decoration: underline;
}

.inner-content p {
	color: #fff;
	text-align: center;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 25px;
}

.bottom_content {
	position: absolute;
	left: 90px;
	right: 90px;
	bottom: 55px;
}

.Bottom_h2 {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
}

.Bottom_h2::after {
	content: '';
	width: 100px;
	height: 3px;
	background: #0098db;
	position: absolute;
	bottom: 0;
	left: 0;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.col-md-6 {
	width: 50%;
}

.col-md-8 {
	width: 66.666667%;
}

.col-md-4 {
	width: 33.333333%;
}

.display_inline>* {
	display: inline-block;
	vertical-align: top;
}

.icon-white {
	width: 15px;
	height: 15px;
	margin-top: 4px;
}

.text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
}

.content {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 26px;
	font-size: 14px;
}

.content a {
	text-align: left;
	padding-top: 0;
}

ul {
	list-style: none;
	text-align: right;
}

ul li {
	display: inline-block;
	padding-bottom: 10px;
	margin-right: 15px;
}

ul li a {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	padding-top: 0;
}

ul li a img {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

ul li a:hover {
	background: #0098db;
}

.socialMedia-wrap {
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 12px;
	/*margin-bottom: 10px;*/
}

.bottom-row {
	align-items: flex-end;
}

.white {
	color: white;
}

.padding-left {
	padding-left: 15px;
}

.padding-top {
	padding-top: 15px;
}

@media (max-width: 991px) {
	.bottom_content {
		left: 50px;
		right: 50px;
	}
}

@media (max-width: 767px) {
	ul {
		list-style: none;
		text-align: left;
		padding-top: 20px;
	}

	.socialMedia-wrap {
		text-align: left;
	}

	.col-md-6,
	.col-md-8,
	.col-md-4 {
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}

	.Bottom_h2 {
		font-size: 20px;
	}

	.bottom_content {
		left: 30px;
		right: 30px;
		bottom: 10px;
	}

	.inner-content span {
		font-size: 40px;
		padding-top: 10px;
	}

	.inner-content p {
		font-size: 14px;
	}

	.logo {
		margin-bottom: 0px;
	}

	p {
		padding-top: 5px;
	}
}

@media (max-width: 575px) {
	.inner-content span {
		font-size: 32px;
	}
}
