@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
* {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}
* {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.transition {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
@media (min-width:992px) {
	.animated.standby {
		-webkit-animation: none !important;
		-o-animation: none !important;
		animation: none !important;
		visibility: hidden;
	}
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 overflow:hidden;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#808080;
	background:white;
	font-size:16px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight:700;
	color:#005888;
}
p {
	line-height:27px;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
}
hr {
 	background:url(images/line.png) no-repeat bottom left;
	border: 0px;
	height: 12px;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
a {
 	color:#005888;
 	text-decoration:none;
}
a:hover {
 	color:#005888;
	text-decoration:none;
}
b, strong {
	font-weight:700;
}
.normal {
	font-weight:400;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	background:url(images/thumbnail.png) no-repeat center center;
	border: 1px solid #e2e2e2;
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
}
a.pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background: url(images/playvideo.png) no-repeat center center;
}
iframe {
	width:100%;
	height:600px;
}
/* 480 */
@media only screen and (max-width:480px) {
	iframe {
		height:300px;
	}
}
.contoverallup {	
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	display: block;
	width:100%;
	background:#d7f4ff;
	box-shadow: 1px 20px 20px -15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 20px 20px -15px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 20px 20px -15px rgba(0,0,0,0.4);
}
.contoverallupfixed {
	position:fixed;
	top:0px;
	left:0;
	z-index: 100;
}
.clogo {
	display:inline-block;
	width:230px;
	height:230px;
	text-align: center;
	margin:15px auto;
}
@media only screen and (max-width:991px) {
	.clogo {
		width:130px;
		height:130px;
		overflow: hidden;
		background:#d7f4ff;
		position: absolute;
		top:-20px;
		left:0;
		padding:10px;
		-webkit-border-radius:50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		box-shadow: 1px 18px 15px -15px rgba(0,0,0,0.4);
		-webkit-box-shadow: 1px 18px 15px -15px rgba(0,0,0,0.4);
		-moz-box-shadow: 1px 18px 15px -15px rgba(0,0,0,0.4);		
	}	
}
@media only screen and (min-width:992px) {
	.clogo {
		width:240px;
		height:240px;
		overflow: hidden;
		background:#d7f4ff;
		position: absolute;
		top:-30px;
		left:60px;
		padding:20px;
		-webkit-border-radius:50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		box-shadow: 1px 18px 15px -15px rgba(0,0,0,0.4);
		-webkit-box-shadow: 1px 18px 15px -15px rgba(0,0,0,0.4);
		-moz-box-shadow: 1px 18px 15px -15px rgba(0,0,0,0.4);		
	}	
}
.contoverallupfixed .clogo {
	width:170px;
	height:170px;
	overflow: hidden;
	background:#d7f4ff;
	position: absolute;
	top:-30px;
	left:95px;
	padding:20px;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 1px 18px 15px -15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 18px 15px -15px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 18px 15px -15px rgba(0,0,0,0.4);
}
.clogo img {
	width:auto;
	max-width: 80%;
	height:auto;
	max-height: 80%;
}
#menuright {
	width:100%;
	display:block;
	border-top:1px solid rgba(140,197,66,.5);
	padding-top:17px;
	text-align:right;
}
/* left menu */
a.menurespons, a.menurespons:hover {
	width:30px;
	height:80px;
	line-height:80px;
	font-size:30px;
	display:block;
	float:right;
	text-align:right;
	color:#005888;
}
.sidenav {
    width:100%;  
	height:100%;
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:0;
    background:#005888;
    overflow-x: hidden;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    padding-top:70px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
}
.sidenavshow {
	visibility: visible;
	opacity:1;
}
a.linknav, a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	display:inline-block;
	width:auto;
	line-height:20px;
	color:white;
	font-size:18px;		
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color:#d7f4ff;
}
.sidenav hr {
	width:60%;
	margin-top:20px;
	margin-bottom:20px;
 	background:url(images/line.png) no-repeat center center;
	border: 0px;
	height:8px;
}
a.closebtn, a.closebtn:hover {
    position: absolute;
    top:25px;
    right:30px;
    width:24px;
    height:24px;
    font-size:32px;
	color:white;
	text-align:right;
}
#carousel1, #carousel1 .owl-item {
    width: 100%; 
	height:550px;
	display: block;
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
	#carousel1, #carousel1 .owl-item {
		height:500px;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:450px;
	}
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:400px;
	}
}
#carousel1 .item {
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: center center;
	overflow:hidden;
	background-size:cover !important;
}
.carouseltitle {
	color:white;
	text-shadow:2px 2px 2px rgba(0,0,0,.6);
	font-size:30px;
	font-weight: 700;
	text-transform: uppercase;
}
@media only screen and (max-width:767px) {
	.carouseltitle {
		font-size:20px;
	}
}
.contoverallgray {
	background:#f8f8f8;
}
.imageafterleft {
	height:100%;
	width:230px;
	position:absolute;
	top:0;
	right:0;
	background: url(images/imageafterleft.png) no-repeat top right;
	background-size: auto 100%;
}
.imageafterright {
	height:100%;
	width:230px;
	position:absolute;
	top:0;
	left:0;
	background: url(images/imageafterright.png) no-repeat top left;
	background-size: auto 100%;
}
.project {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,ffffff+100&1+0,1+30,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	display: block;
	width:100%;
	height:100%;
	padding:30px;
	border-radius:5px;
	overflow:hidden;
}
.contoveralldown {
	background:#d7f4ff;
	position:relative;
	margin-top:100px;
	padding-top:120px;
	padding-bottom:30px;
}
.downabsolute {
	display:block;
	position:absolute;
	top:-130px;
	left:0;
	width:100%;
	height:300px;
	text-align:center;
}
a.logodown, a.logodown:hover {
	width:280px;
	height:280px;
	overflow: hidden;
	background:#d7f4ff;;
	display:block;
	margin:auto;
	padding:20px;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
a.logodown img, a.logodown:hover img {
	width:auto;
	max-width: 80%;
	height:auto;
	max-height: 80%;
}
a.downicon, a.downicon:hover, .downicon {
	color:white;
	font-size:16px;
	width:auto;
	display:inline-block;
	line-height:22px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 22px;
	position:relative;
	color:white;
}
@media (max-width:991px) {
	a.downicon, a.downicon:hover {
		padding-left:25px;
	}
}
.contoverallbottom {
	background:#005888;
	font-size: 14px;
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:36px;
	color:#4f8abe;
	font-size:26px;
	display:block;
	position: fixed;
	bottom:10px;
	right:30px;
	opacity:0;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #66676e;
  background-color: #c7cccf;
  border: 1px solid #b6b6b6;
}
.page-item.disabled .page-link {
  color: #66676e;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #b6b6b6;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: #c7cccf;
  border-color: #b6b6b6;
}
.page-link:focus, .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c7cccf;
  border-color: #b6b6b6;
}
.news {
	display: block;
	width:100%;
}
.newsimage {
	width: 100%;
	height:220px;
	overflow:hidden;
	display:block;
	margin-bottom:20px;
}
a.newstitle, a.newstitle:hover {
	font-size:20px;
	font-weight:700;
}
.custom-select {
	background:url(images/down.png) no-repeat right .75rem center white;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  	left:0;
  	text-align:center;
  	color:#888;
}
.loading div {
  width:100px;
  height:100px;
  display: block;
  overflow:hidden;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);	
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
  border-color: #005888 !important;
  box-shadow: 0 0 5px #005888 !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #005888 !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#005888;
  box-shadow: 0 0 5px #005888 !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#005888;
  box-shadow: 0 0 5px #005888 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#005888;
  box-shadow: 0 0 5px #005888 !important;
}
.form-group label.error {
	color:red;
  font-size: 14px;
  display: block;
  width:100%;
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #999999;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #999999;
	background: url(images/checkbox.png) no-repeat center center #486467;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  background-color: #005888 !important;
  border-color: #005888 !important;
	color:white !important;
}
.btn-primary:hover {
  background-color: #005888 !important;
  border-color: #005888 !important;
	color:white !important;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  background-color: #005888 !important;
  border-color: #005888 !important;
  color:white !important;
}
.btn-secondary:hover {
  background-color: #005888 !important;
  border-color: #005888 !important;
	color:white !important;
}
.sectiontextright {
	padding-top:50px;
	padding-bottom:50px;
}
.sectiontextleft {
	padding-top:50px;
	padding-bottom:50px;
}
@media (min-width:992px) {
	.sectiontextright {
		padding-right:15%;
	}
	.sectiontextleft {
		padding-left:15%;
	}
}
.table-striped {
    border-bottom: 1px solid #dcccad;
}
.table-striped th {
	background-color: #dcccad !important;
;
  }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#f8efdf;
}