body {
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 16px;
    color: #555555;
}


.banner {
	background: url('../images/banner-bg.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	overflow-x: hidden;
	padding: 20px 40px 30px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.banner .bar-container img {
	width: 84%;
}
.navbar {
     padding: 0.5rem 0;
}

.navbar ul {
	width: 100%;
	padding: 0px;
}

.navbar ul li {
	margin: 2px 12px;
}
.navbar ul li:first-child { margin-left: 0;}


.navbar .navbar-nav .nav-item .nav-link {
	color: #fff;
    font-size: 15px;
    padding: 8px 5px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 1;
	border-bottom: 1px solid transparent;
}

.navbar ul li a:hover {
	border-bottom: 1px solid #00AEEF !important;
}
.navbar .navbar-nav .active .nav-link {
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid #00AEEF !important;
}
nav.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 12px 40px;
	z-index: 999;
}

.banner h5 {
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 22px;
	padding-top: 70px;
	padding-bottom: 30px;
    margin: 0;
}
.scrolldwn {
	background: url(../images/down.svg) no-repeat center 0px;
    background-size: 55px 55px;
    height: 68px;
    width: 64px;
    display: block;
    margin: 27px auto 0 auto;
    opacity: 0.5;
	animation: jumpy 0.5s ease 1s infinite alternate;
    -webkit-animation: jumpy 0.5s ease 1s infinite alternate;
}
.scrolldwn img { width: 100%;}
a.anchor { display: block; position: relative; top: -75px; visibility: hidden;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
.middle {
	padding: 120px 0;
}
.mz-component {
	padding-top: 160px;
}
.text-panel {
	padding: 0 20px;
}
.middle .text-panel h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.3;
	color: #222222;
	letter-spacing: -0.01em;
}

.newstext p {
	color: rgb(85, 85, 85);
}
.middle .text-panel p, .newstext p, p {
	font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 1.7;
}


.mz-component p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.middle .text-panel p a {
	text-decoration: none;
	color: #00AEEF;
}

.middle .text-panel p a:hover {
	color: #555555;
}

/* news */
.news-panel {
	padding: 50px 0 100px;
}

.newstext { padding-right: 30px;}
.newstext h1 {
	font-size: 49px;
	font-weight: 300;
	color: #00AEEF;
	padding-bottom: 0;
	letter-spacing: -0.02em;
	transition: all 0.4s ease;
	margin-bottom: 15px
}

.newstext h1:hover {
	color: #000;
}

.newstext h5 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.35);
	margin-bottom: 25px;
}

.newstext h5 a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: rgba(0,0,0,0.35);
}

.newstext h5 a:hover {
	color: #000;
}


.newstxtright h3 {
	font-size: 27px;
    border-bottom: 1px solid #E7EAEC;
    padding-bottom: 10px;
    line-height: 1.5;
	color: #222222;
    font-weight: 300;
    letter-spacing: -0.01em;
	margin-bottom: 15px;
}

.newstxtright a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	color: #00AEEF;
    margin-bottom: 25px;
    display: inline-block;
}

.newstxtright a:hover {
	color: #000;
}

.newstxtright a span {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	color: rgba(0,0,0,0.35);
	display: block;
}
.newstxtright h2 {
	font-size: 27px;
	font-weight: 300;
	border-bottom: 1px solid #E7EAEC;
    padding-bottom: 10px;
    line-height: 1.5;
	color: #222;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
}
.newstxtright p {
	font-size: 16px;
    color: #555;
}

/* contact */

.heading {
	font-size: 49px;
	font-weight: 300;
	line-height: 1.3;
	color: #222;
	letter-spacing: -0.02em;
	margin-bottom: 0.6em;
}
.formpanel h2 {
	font-size: 36px;
    color: #222222;
    font-weight: 300;
    letter-spacing: -0.01em;
}
.middle .text-panel .map-area .map {
	background-color: #F2F4F7;
	width: 100%;
	height: 367px;
}

.formpanel form {
	padding-bottom: 40px;
}
.formpanel {
	padding-left: 30px;
}
.formpanel .form-group textarea,
.formpanel .form-group input {
	border-radius: 0;
	color: #444444;
    font-weight: 300;
    background-color: #F2F2F2;
	border: 1px solid transparent;
	padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    height: auto;
	width: 100%;
}
.formpanel .form-group textarea {
	height: 100px;
	resize: vertical;
}
.formpanel .form-group p {
	font-size: 12px;
	font-weight: 300;
	color: #555555;
	padding-bottom: 0;
}

.formpanel .form-group label {
	font-size: 16px;
    font-weight: 300;
    color: #555;
    margin-bottom: 7px;
}

.formpanel button {
	color: #FFFFFF;
    background-color: #00AEEF;
	border: 0;
    border-radius: 3px;
	padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
	margin-top: 30px;
	min-width: 9.7em;
}

.formpanel button:hover {
	background-color: #272727
}

.error, .errors-code {
    color: #f30328;
    font-size: 14px;
    text-align: left;
}

.success-msg {
    font-size: 32px;
    line-height: 1.2;
    color: #2e9eff;
    text-align: center;
    padding: 120px 25px;
    border: 1px solid rgb(75 163 255 / 46%);
}
#refresh {
    cursor: pointer;
}
.captchainput input {
	width: 35% !important;
    padding: 15px 15px !important;
}
.captchainput {
	display: flex;
	flex-wrap: wrap;
	
}
.captchainput label { width: 100%;}
.captchaimg {
	margin-left: 20px;
}
.foot {
	background-color: #272727;
	padding: 40px 0;
}

.foot .container p {
	text-align: center;
	font-size: 16px;
	color: #ccc;
	padding-bottom: 10px;
	text-decoration: none;
	font-weight: 300;
}

.foot p a {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}

.foot p a:hover {
	color: #00aeef;
}

.foot a i {
	font-size: 26px;
	color: #fff;
	transition: all 0.4s linear;
}

.foot a {
	text-decoration: none;
	padding: 0 10px;
}

.foot a:hover i {
	color: #00aeef;
}

@keyframes jumpy {
    from {
        background-position: center 0px;
    }
    to {
        background-position: center 10px;
    }
}
@-webkit-keyframes jumpy { /* Safari and Chrome */
    from {
        background-position: center 0px;
    }
    to {
        background-position: center 10px;
    }
}
