/*@font-face {
    font-family: din_bold;
    src: url(fonts/DIN_Alternate_Bold.ttf) format('truetype');
}
@font-face {
    font-family: din_cond;
    src: url(fonts/DIN_Condensed_Bold.ttf) format('truetype');
}*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}








.bg-white {
	background-color: #ffffff;
}

.bg-blue {
	background-color: #21356c;
}


.hamburger {
	position: fixed;
	right: 0;
	z-index: 99;
	top: 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: #ffffff;
	
}





.mob-nav {
	position: fixed;
	right: -100%;
	z-index: 99;
	top: 0;
	width: 80%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out; /* Safari */
	transition: all .3s ease-in-out;
}
.mob-nav > div {
	height: 25%;
	padding-top: 15%;
}
.mob-nav > div > span {
	font-size: 30px;
}
.mob-nav.mob-active {
	right: 0;
}




.cl-effect-5 li {
	overflow: hidden;
	padding: 0 4px;
}

.cl-effect-5 li span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 li span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 li:hover span,
.cl-effect-5 li:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}








.back-top-btn {
    width: 35px;
	height: 35px;
	position: fixed;
	opacity: 0;
	right: 15px;
	z-index: 1;
	bottom: 15px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.back-top-btn i {
	font-size: 28px;
	color: #21356c;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.back-top-btn:hover {
    transform: scale(1.15);
}
.back-top-btn:hover i {
    color: #007fac;
}
.back-top-btn.active {
	opacity: 1;
}

.no-padding {
	padding: 0;
}
.full {
	width: 100%;
}
#map {
	height: 400px;
}
html {
	min-height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	color: #21356c;
	font-family: 'Barlow Semi Condensed', sans-serif;
	background-image: url('../assets/images/000_Background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#wrapper {
	width: 100%;
	height: 100%;
}
.top-header {
	height: 100vh;
}
.top-header .intro {
	font-size: 68px;
}
.underline {
	text-decoration: underline;
}

.cursor-pointer {
	cursor: pointer;
}
.dark-blue {
	color: #21356c;
}
.color-white {
	color: #ffffff;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin:0;
}
.service-box > div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

a {
	text-decoration: none;
	color: #21356c;
	-webkit-transition: all .15s ease-in-out; /* Safari */
	transition: all .15s ease-in-out;
}
.logo-container img {
	width: 100%;
}
.nav {
}
.nav li {
	
}
.services-list {
	font-size: 14px;
}
p.services-list {
	font-size: 14px;
}
.services-list li:nth-child {
	
}
.services-list li {
	list-style-type:none;
}
.services-list li span {
	font-family: din_cond;
	list-style-type:none;
}
.service-box > div {
	min-height: 340px;
}
.service-box h1 {
	font-size: 38px;
}
.about-us-right {
	padding-top: 80px;
}
.bg-form {
	background-image: url(images/004_ContactBox.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
form input, form textarea {
	width: 70%;
	background-color: #eeeeee;
	outline: none;
	border: none;
}
form input {
	height: 30px;
}
form textarea {
	height: 120px;
}
form button {
	background-color: #21356c;
	color: #ffffff;
	border: none;
	outline: none;
	border-radius: 5px;
	width: 70%;
	font-size: 18px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
form button:hover {
	background-color: #007fac;
	color: #ffffff;
}
.carousel-flickity {
	height: 280px;
}
.carousel-flickity .carousel-cell {
	text-align: center;
	width: 50%;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
	/*background-repeat: no-repeat;
	background-size: contain;
	height: 300px;
	background-position: center;*/
}
.carousel-flickity .carousel-cell.is-selected {
	background-color: transparent;
}
.carousel-flickity .carousel-cell {
	
}
.carousel-flickity .carousel-cell img {
	width: 100%;
}
.flickity-prev-next-button.next {
	right: 25%;
}
.flickity-prev-next-button.previous {
	left: 25%;
}
.carousel-flickity .carousel-cell p {
	font-size: 14px;
}
.bar-footer img {
	width: 100%;
	height: 60px;
}
.mailto-link img {
	width: 100%;
	max-width: 315px;
}
@media only screen and (max-width: 1200px) {
    form input, form textarea, form button {
		width: 85%;
	}
}

@media only screen and (max-width: 992px) {
    form textarea {
		height: 100px;
	}
	.service-box {
		margin-top: 20px;
	}
	.carousel-flickity {
		height: 380px;
	}
}

@media only screen and (max-width: 762px) {
	.carousel-flickity .carousel-cell img {
		width: auto;
		height: 50%;
		max-height: 120px;
	}
	.carousel-flickity .carousel-cell p {
		font-size: 12px;
	}
	.flickity-prev-next-button {
		display: none;
	}
	.carousel-flickity .carousel-cell {
		width: 100%;
	}
	.carousel-flickity .carousel-cell.is-selected {
		background-color: rgba(0,0,0,0.4);
	}
}

@media only screen and (max-width: 576px) {
	.service-box h1 {
		font-size: 22px;
	}
	.p.services-list {
		font-size: 13px;
	}
}

@media only screen and (max-width: 762px) and (orientation: landscape) {
	.top-header {
		height: auto;
	}
}
  