@font-face {
	font-family: 'dm_serif_displayregular';
	src: url('../fonts/dmserifdisplay-regular-webfont.woff2')
		format('woff2'), url('../fonts/dmserifdisplay-regular-webfont.woff')
		format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratlight';
	src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
		url('../fonts/montserrat-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'just_sundaybold';
	src: url('../fonts/just_sunday_demo-webfont.woff2') format('woff2'),
		url('../fonts/just_sunday_demo-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratregular';
	src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
		url('../fonts/montserrat-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'montserratregular', Arial, sans-serif;
	font-size: 21px;
	line-height: 1.609;
	color: #000000;
}

.header {
	padding: 15px 0 0;
}

h2 {
	font-size: 79px;
	font-family: 'dm_serif_displayregular', Arial, sans-serif;
	padding-bottom: 13px;
}

p {
	margin-bottom: 47px;
}

.navbar-brand {
	padding-top: 9px;
	margin-bottom: 30px;
}

.navbar-dark .navbar-toggler {
	color: #034061;
	border-color: #034061;
	background-color: #034061;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
	font-size: 21px;
}

.menu-container {
	background-color: #034061;
}

.outstanding {
	font-family: 'just_sundaybold', Arial, sans-serif;
	font-size: 112px;
	color: #034061;
	text-align: right;
	padding-right: 50px;
	margin-top: -14px;
	margin-bottom: -12px;
}

.btn-primary {
	background-color: #5bc5ef;
	font-size: 30px;
	padding-top: 14px;
	padding-bottom: 15px;
}

.btn-secondary {
	background-color: #e76f3d;
	padding-top: 10px;
    padding-bottom: 10px;
}

.slick-arrow {
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.slick-prev {
	background-position: 0 0;
}

.slick-next {
	background-position: -58px 0;
}

.slick-nav {
	color: rgba(161, 161, 161, 0.61);
	padding-top: 9px;
	padding-bottom: 5px;
}

.slick-nav span {
	padding-left: 15px;
	padding-right: 15px;
}

.section-1 {
	background-color: #034061;
	color: #ffffff;
}

.section-1-right {
	padding-top: 37px;
}

.section-1 h2 {
	padding-top: 33px;
	padding-bottom: 46px;
}

.section-2 {
	font-size: 25px;
	background: url(../images/img4.jpg) center top no-repeat transparent;
	min-height: 915px;
	color: #ffffff;
	background-size: cover;
	padding-top: 20px;
}

.section-2 h2 {
	padding-bottom: 0;
	margin-bottom: -9px;
	word-break: break-all;
}

.section-2 .btn {
	margin-top: 35px;
}

.section-3 {
	padding-top: 65px;
	padding-bottom: 20px;
}

.section-3 h2 {
	padding-bottom: 37px;
}

.section-3 .images img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.quote {
	color: #b9dcf1;
	font-style: italic;
	position: relative;
	padding: 20px 30px 0;
	margin-bottom: 40px;
	font-family: 'montserratlight', Arial, sans-serif;
}

.quote::before,.quote::after {
	color: rgba(255, 255, 255, 0.25);
	font-size: 60px;
	position: absolute;
	font-style: normal;
	font-family: 'dm_serif_displayregular', Arial, sans-serif;
}

.quote::before {
	content: '\201C';
	top: 0;
	left: 0;
}

.quote::after {
	content: '\201D';
	right: 0;
	bottom: -45px;
}

.images img {
	margin: 8px;
}

.slogan .img-container img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.link {
	cursor: pointer;
}

.list-icon {
	list-style: none;
	padding-left: 0;
}

.list-icon i {
	margin-right: 15px;
}

.list-icon a {
	color: inherit;
}

.contact h2 {
	color: #d30f54;padding-bottom: 3px;
}
.contact .list-icon {font-size: 13px;}
.contact .list-icon i {font-size: 22px;}
.contact-left {
	padding: 30px 15px 15px;
}

.contact .close {
	position: absolute;
	    right: 13px;
    top: 16px;
	z-index: 1;
	color: #ffffff;
	background-color: #fb693f;
	opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 46px;
    height: 46px;
    font-size: 52px;
    line-height: 46px;
    font-family: 'montserratlight', Arial, sans-serif;
}

.modal-content {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	border-width: 0;
}

.form-control {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	font-size: 11px;
    padding-top: 15px;
    height: auto;
    padding-bottom: 12px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #888888;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #888888;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #888888;
}

:-moz-placeholder { /* Firefox 18- */
	color: #888888;
}
.row-sm {margin-left: -5px;margin-right: -5px;}
.col-sm {padding-left: 5px;padding-right: 5px;}
.error {font-size: 11px;color:red;}
@media ( min-width : 768px) {
	.contact-left {
	padding-left: 53px;
}
	.btn-primary {
		padding-left: 34px;
		padding-right: 34px;
		min-width: 275px;
		border: 0px;
	}
	.header {
		padding-top: 80px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
	.menu .nav-item+.nav-item {
		margin-left: 39px;
	}
	.menu .nav-item:last-child {
		position: relative;
	}
	.menu .nav-item:last-child a::after {
		content: "";
		display: block;
		position: absolute;
		width: 100vw;
		right: 0;
		bottom: 0;
		height: 6px;
		background-color: rgba(94, 197, 239, 0.23);
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
	.menu-container {
		background-color: transparent;
	}
	.header::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
		height: 200px;
		background-color: #034061;
	}
	.menu-container {
		margin-bottom: 100px;
	}
}

@media ( min-width : 992px) {
	.header::before {
		width: calc(41.666667% +     15px);
		height: 100%;
	}
	.outstanding {
		color: #ffffff;
	}
}

@media ( min-width : 1200px) {
	.slogan .img-container {
		margin-right: -103px;
	}
	.navbar-brand {
		margin-bottom: 0;
	}
}

@media ( min-width : 1636px) {
	.slogan {
		position: relative;
		margin-top: -103px;
	}
	.container {
		max-width: 1576px;
	}
}