@font-face {
  font-family: 'Simbal';
  src: url('Simbal/Simbal-Regular.otf') format('opentype');
}
*:not(.fa):not(.far):not(.fas) {
	font-family: 'Simbal', sans-serif;
}
.normal {
	font-family: 'Simbal', sans-serif !important;
	font-weight:400;
}
.transition {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.notransition {
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
}
.font-weight-normal {
	font-weight:400;
}
@media (min-width:1280px) {
    .container{
        max-width:1280px;
		padding-left:0;
		padding-right:0;
    }
}
@media (max-width:991px) {
    .container100 {
        width:100% !important;
		max-width:100% !important;
		padding-left:0;
		padding-right:0;
    }
}
@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;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 overflow:hidden;
}
.rounded {
	border-radius:8px !important;
}
.rounded-top {
	-webkit-border-top-left-radius: 8px !important;
	-webkit-border-top-right-radius: 8px !important;
	-moz-border-radius-topleft: 8px !important;
	-moz-border-radius-topright: 8px !important;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#404040;
	background:white;
	font-size:16px;
	overflow-x:hidden;
}
.body {
	background:white;
	padding-top:179px;
}
.bodyscroll {
	padding-top:139px;
}
@media (max-width:1199px) {
	.body {
		padding-top:58px;
	}
    .bodyscroll {
        padding-top:58px;
    }
}
.text-body {
	color:#404040 !important;
}
.text-dark {
	color:black !important;
}
.text-shadow {
	text-shadow:2px 2px 2px black;
}
.text-danger {
	color:#ac0020 !important;
}
.text-primary {
	color:#1C3A61 !important;
}
.text-primary {
	color:#0097DB !important;
}
b, strong {
	font-weight:700;
}
.small, small {
    font-size:85%;
}
p {
	line-height:150%;
	display:block;
	width:100%;
}
.producttext p {
	line-height: 20px;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
}
.objectfitcenterbottom {
	object-position: center bottom;
}
.objectfitrightbottom {
	object-position: right bottom;
}
.objectfitrightleft {
	object-position: right left;
}
hr {
	position:relative;
 	background:url(images/line.svg) no-repeat bottom left;
	background-size: auto 1px;
	border: 0px;
	height:2px;
	width: 100%;
	margin-top:15px;
	margin-bottom:15px;
}
.text-center hr {
 	background:url(images/line.svg) no-repeat bottom center;
    background-size: auto 1px;
}
.text-white hr {
 	background:url("images/linewhite.svg") no-repeat bottom left;
    background-size: auto 1px;
}
.obiava hr {
 	background:url(images/line.svg) repeat-x bottom center;
    background-size: auto 1px;
}
.contoverallup hr {
	position:relative;
 	background:url("images/linewhite.svg") repeat-x bottom center;
	background-size: auto 1px;
	border: 0px;
	height:2px;
	width: 100%;
	margin-top:15px;
	margin-bottom:10px;
    opacity:0.8;
}
.contoveralldown hr {
	position:relative;
 	background:url("images/linewhite.svg") repeat-x bottom center;
	background-size: auto 1px;
	border: 0px;
	height:1px;
	width: 100%;
	margin-top:25px;
	margin-bottom:25px;
    opacity:0.5;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight:700;
	color:#1C3A61;
	display:block;
	width:100%;
	line-height:130%;
    font-weight:700;
}
h1, .h1 {
	font-size: clamp(2.25rem, 1.7135rem + 1.7167vw, 3rem);
}
h2, .h2 {
	font-size: clamp(1.75rem, 1.3923rem + 1.1445vw, 2.25rem);
}
h3, .h3 {
	font-size: clamp(1.5rem, 1.2318rem + 0.8584vw, 1.875rem);
}
h4, .h4 {
	font-size: clamp(1.25rem, 1.0712rem + 0.5722vw, 1.5rem);
}
h5, .h5 {
	font-size: clamp(1.125rem, 1.0356rem + 0.2861vw, 1.25rem);
}
h6, .h6 {
	line-height:16px;
}
.bg-none {
	background:none;
	padding-bottom:0;
}
.bg-light, a.bg-light:hover {
	background-color:rgba(229,232,236,.6) !important;
}
a {
 	color:#1C3A61;
 	text-decoration:none;
}
a:hover {
 	color:#404040;
	text-decoration:none;
}
a.drug {
 	color:#404040;
 	text-decoration:none;
}
a.drug:hover {
 	color:#1C3A61;
	text-decoration:none;
}
.btn {
	border-radius:12px;
	font-size:16px;
	padding-left:30px;
	padding-right:60px;
	padding-top:12px;
	padding-bottom:12px;
	max-width:100% !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    background-image:url("images/buttonarrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.btn-sm {
	border-radius:14px;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
}
.btn-lg {
	border-radius:26px;
	font-size:18px;
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	padding-bottom:12px;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  	background-color:#0097DB; !important;
  	border-color:#0097DB !important;
	color:white;
    background-image:url("images/buttonarrow3.svg");
}
.btn-primary:hover {
  	background-color:#1C3A61 !important;
  	border-color:#1C3A61 !important;
	color:white;
    background-image:url("images/buttonarrow3.svg");
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  	background-color:#1C3A61 !important;
  	border-color:#1C3A61 !important;
	color:white;
}
.btn-secondary:hover {
  	background-color:#404040 !important;
  	border-color:#404040 !important;
	color:white;
}
.btn-transparent, .btn-transparent:active, .btn-transparent:visited {
  	background-color:transparent !important;
  	border-color:white !important;
	color:white;
}
.btn-transparent:hover {
  	background-color:#404040 !important;
  	border-color:#404040 !important;
	color:white;
}
.btn-white, .btn-white:active, .btn-white:visited {
  	background-color:white !important;
  	border-color:white !important;
	color:#404040 !important;
}
.btn-white:hover {
  	background-color:#0097DB !important;
  	border-color:#0097DB !important;
	color:white !important;
    background-image:url("images/buttonarrow3.svg");
}
.btn-whiteblue, .btn-whiteblue:active, .btn-whiteblue:visited {
  	background-color:white !important;
  	border-color:#0097DB !important;
	color:#0097DB !important;
    background-image:url("images/buttonarrow2.svg");
}
.btn-whiteblue:hover {
  	background-color:#0097DB !important;
  	border-color:#0097DB !important;
	color:white !important;
    background-image:url("images/buttonarrow3.svg");
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	min-height:200px;
	background:url(images/thumbnail.png) no-repeat center center;
	background-size:cover;
	border: 1px solid #fefefe;
}
#page li {
  list-style-image: url(images/li.png);
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
	height:auto;
}
@media (max-width:767px) {
	a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
		height:200px;
	}
}
a.pagesvideo:after, .pagesvideo:after {
      position: absolute;
      top:0;
      left:0;
      content: '';
      display:block;
      width:100%;
      height:100%;
      background-image: url(images/playvideo.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-color:rgba(0,0,0,.3);
    background-size: 80px 80px;
}
.contoverallup {	
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	display: block;
	width:100%;
    background:white;
}
.contoverallupfixed {
	position:fixed;
	box-shadow: 1px 20px 20px -20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 20px 20px -20px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 20px 20px -20px rgba(0,0,0,0.2);
}
.contoverallup p {
    font-size: 14px;
    margin-bottom: 0;
}
.clogo {
	display:inline-block;
	width:382px;
	height:auto;
	margin:25px 0;
}
.contoverallupfixed .clogo {
	width:280px;
	margin:15px 0;
}
@media only screen and (max-width:1199px) {
	.clogo {
		width:220px;
		margin:15px 0;
	}	
	.contoverallupfixed {
		position:absolute;
	}
	.contoverallupfixed .clogo {
		width:220px;
		margin:15px 0;
	}
}
.clogo2 {
	display:inline-block;
	width:156px;
	height:auto;
	margin:25px 0;
}
.contoverallupfixed .clogo2 {
	width:110px;
	margin:15px 0;
}
.contoverallmenu {
	background: #1C3A61;
	border-bottom:1px solid rgba(0,151,219,.2);
}
.clogo img {
	width:auto;
	max-width: 100%;
	height:auto;
	max-height: 100%;
}
a.closebtn, a.closebtn:hover {
	background:url(images/x-lg.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:25px;
    width:28px;
    height:30px;
	text-align:right;
}
a.upicon, a.upicon:hover, .upicon {
	width:auto;
	display:inline-block;
	height:44px;
	line-height:44px;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	position:relative;
	color:#404040;
	padding-left:55px;
	text-align: left;
}
a.upicon:hover {
	color:#1C3A61;
}
.email {
	background-image: url(images/email.svg);
}
.user {
	background-image: url(images/user.svg);
    line-height:16px !important;
    padding-top:5px;
}
.sonix {
	background-image: url(images/sonix.svg);
}
.lang {
    width:16px !important;
    padding-left:0 !important;
    font-size:14px !important;
    font-weight: 700 !important;
}
.tel {
	background-image: url(images/tel.svg);
}
.search {
	background-image: url(images/search.svg);
    width:44px !important;
    height:44px !important;
    line-height:44px !important;
    padding-left:0 !important;
}
.gps {
	background-image: url(images/gps.svg);
}
a.downicon, a.downicon:hover, .downicon {
	width:38px;
	display:inline-block;
	height:38px;
	line-height:38px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 100%;
}
a.downicon:hover {
	color:#0097DB;
}
.downicon.facebook, .downicon.facebook:hover {
	background-image: url(images/facebookwhite.svg);
}
.downicon.linkedin, .downicon.linkedin:hover {
	background-image: url("images/linkedinwhite.svg");
}
.downicon.youtube, .downicon.youtube:hover {
	background-image: url("images/youtubewhite.svg");
}
.contoveralldown * {
	color:white;
}
.contoveralldown .upicon.tel, .contoveralldown .upicon.tel:hover {
	background-image: url(images/telwhite.svg);
    color:white;
}
.contoveralldown .upicon.email, .contoveralldown .upicon.email:hover {
	background-image: url("images/emailwhite.svg");
    color:white;
}
.contoveralldown .upicon.gps, .contoveralldown .upicon.gps:hover {
	background-image: url("images/gpswhite.svg");
    color:white;
}
.contoveralldown .upicon.facebook, .contoveralldown .upicon.facebook:hover {
	background-image: url(images/facebookwhite.svg);
}
.contoveralldown .upicon.linkedin, .contoveralldown .upicon.linkedin:hover {
	background-image: url(images/linkedinwhite.svg);
}
.contoverallsearch {
	width:100% !important;
	min-height:100% !important;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:rgba(231, 238, 241, 0.95);
	z-index:10001;
	padding:20px;
}
#frmSearch {
	position: absolute;
	width:50%;
	top:50%;
    left:50%;
    border-bottom: 1px solid black;	
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
@media (max-width:479px) {
	#frmSearch {
		width:80%;
	}
}
.searchinput {
	width:70%;
	height:50px;
	display:inline;
	float:left;
	background:none;
}
.searchinput input {
	background:none;
	width:100%;
	height:30px;
	line-height:20px;
	font-size:16px;
	font-weight:600;
	padding:0;
	color:black;
	border:0;
}
.searchinput input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:black;
}
.searchinput input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:black;
   opacity:  1;
}
.searchinput input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:black;
   opacity:  1;
}
.searchinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:black;
}
.searchinput input:focus {
	border:0;
	outline: none;
}
a.searchbuton, a.searchbuton:hover {
	width:20%;
	height:30px;
	line-height:30px;
	display: inline;
	float:right;
	 text-align:right;
	 color:black;
	 font-size:24px;	
}
/* left menu */
a.menurespons, a.menurespons:hover {
	background:url(images/menu3.svg) no-repeat right center;
	background-size:30px auto;
	width:40px;
	height:30px;
	line-height:30px;
	font-size:30px;
	display:block;
	float:right;
	text-align:left;
	margin-top:15px;
}
.sidenav {
    width:100%;  
	height:100%;
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:0;
    background:white;
    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-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, a.linknavarrow, a.linknavarrow:hover, a.linknav2, a.linknav2:hover {
	display:block;
	width:100%;
	line-height:24px;
	font-size:18px;		
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
	color:#1C3A61;
	font-weight:700;
    text-align:left;
    transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover, a.linknav2, a.linknav2:hover {
	color:#0097DB;
}
a.linknav2, a.linknav2:hover {
    padding-left:20px;
    background: url("images/arrow-sidenav.svg") no-repeat left center;
    background-size:10px auto;
}
a.linknavarrow, a.linknavarrow:hover {
	background: url("images/arrow-sidenav.svg") no-repeat right 5px center;
    background-size:20px auto;
}
a.linknavselected.linknavarrow, a.linknavselected.linknavarrow:hover {
	background: url("images/arrow-sidenav-down.svg") no-repeat right 8px center;
    background-size:auto 20px;
}
.sidenav hr {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
 	background:url(images/line.svg) repeat-x center center;
	border: 0px;
	height:3px;
	opacity:0.5;
}
a.closenav, a.closenav:hover {
    display:block;
    width:100%;
    height:30px;
    line-height:30px;
    margin-top:6px;
	background:url(images/x-lg.svg) no-repeat right center;
	background-size:auto 24px;
}
#carousel1, #carousel1 .owl-item {
    width: 100%; 
	height:520px;
	display:block;
	overflow:hidden;
}
#carousel1 .item {
    display:block;
    width:100%;
    height:100%;
    position:relative;
    border:0;
    background:#1C3A61;
}
#carousel1 * {
	outline: none;
	overflow:hidden;
	color:white;
}
.carouselimage {
    width:100%; 
	height:100%;
	display:block;
    text-align:right;
    position:relative;
}
.carouselimage img {
    width:auto !important;
    min-width:100%;
	height:100% !important;
	object-fit: cover !important;
	object-position: center center;
}
.carouselimage::after {
    position: absolute;
    top:0;
    left:0;
    content:'';
    width:100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c3a61+0,1c3a61+85&1+0,0.2+85 */
	background: linear-gradient(to right,  rgba(28,58,97,1) 0%,rgba(28,58,97,0.2) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.carouseltext {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
}
@media only screen and (min-width:1200px) and (max-width:1600px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:450px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	#carousel1, #carousel1 .owl-item {
		height:400px;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:600px;
	}
}
.homesquare {
    display:block;
    width: 100%;
    height:100%;
    background:url(images/homesquare.svg) repeat-y left top;
    background-size:100% 100%;
    margin-top:10px;
    margin-bottom:10px;
}
.homesquareblue {
    background:url(images/homesquareblue.svg) repeat-y left top;
    background-size:100% 100%;
    color:white !important;
}
.homesquare:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.howmask {
    width:100%; 
	display:block;
    text-align:right;
    -webkit-mask: url(images/howmask.png);
    -webkit-mask-size: cover;
}
.howmask2 {
    width:100%; 
	display:block;
    text-align:right;
    -webkit-mask: url(images/howmask2.png);
    -webkit-mask-size: cover;
}
.contoveralllab {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40,1c3a61+40,1c3a61+100 */
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(28,58,97,1) 40%, rgba(28,58,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .contoveralllab {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+65,1c3a61+65,1c3a61+100 */
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 65%,rgba(28,58,97,1) 65%,rgba(28,58,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}
@media only screen and (min-width:321px) and (max-width:767px) {
    .contoveralllab {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+55,1c3a61+55,1c3a61+100 */
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 55%,rgba(28,58,97,1) 55%,rgba(28,58,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}
@media only screen and (max-width:320px) {
    .contoveralllab {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,1c3a61+50,1c3a61+100 */
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(28,58,97,1) 50%,rgba(28,58,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}
.lab {
    display:block;
    width: 100%;
    height:100%;
    margin-top:10px;
    margin-bottom:10px;
}
.lab:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.lab:hover h4 {
    color:#0097DB;
}
.labimage {
	width: 100%;
	aspect-ratio:4/3;
	overflow:hidden;
	display:block;
	position: relative;
}
@media (max-width:991px) {
	.labimage {
		height:auto;
	}	
}
.labtext {
    display:block;
    width:100%;
}
.obiava {
    display:block;
    width: 100%;
}
.obiava:hover h4 {
    color:#0097DB;
}
.contoverallban {
    background: url(img/banbg.jpg) no-repeat top center;
    background-size: cover;
    margin-top:100px;
}
.contoverallbanbg {
    background:rgba(28,58,97,.8);
}
.carousel4container {
    margin-top:-100px;
}
@media (max-width:991px) {
    .contoverallban, .carousel4container {
        margin-top:0px;
    }
}



.service {
    display:block;
    width: 100%;
    height:100%;
    background-repeat:no-repeat;
    background-position: center  center;
    background-size: cover;
    border:1px solid #E8EEF1;
}
.serviceimageblue, .serviceimagegreen {
    display:block;
    width: 100%;
    height:100%;
    color:white !important;
}
.serviceimageblue {
     background-color: rgba(39,52,83,.66);   
}
.serviceimagegreen {
     background-color: rgba(133,160,38,.76);   
}
.contoverallabout {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,E5E8EC+30,E5E8EC+100 */
    background: -webkit-linear-gradient(#ffffff 0%, #ffffff 30%, #E5E8EC 30%, #E5E8EC 100%);
    background: -o-linear-gradient(#ffffff 0%, #ffffff 30%, #E5E8EC 30%, #E5E8EC 100%);
    background: linear-gradient(#ffffff 0%, #ffffff 30%, #E5E8EC 30%, #E5E8EC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.aboutimage {
    position: relative;
    padding-bottom:100px;
}
.aboutimage:before {
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    width:30%;
    height:70%;
    background:#404040;
    content:'';
    z-index:-1;
    -webkit-border-bottom-left-radius: 21px;
    -moz-border-radius-bottomleft: 21px;
    border-bottom-left-radius: 21px;
}
.aboutrounded {
    width:100%;
    -webkit-border-top-right-radius: 21px;
    -webkit-border-bottom-right-radius: 21px;
    -moz-border-radius-topright: 21px;
    -moz-border-radius-bottomright: 21px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}
.aboutindent {
    display:block;
    width:100%;
    height:100%;
    background:#404040;
    margin-top:100px;
}
.aboutindenttext {
    display:block;
    width:100%;
    max-width:600px;
}
.aboutindenttext *:not(h5) {
    color:white !important;
}
@media (max-width:991px) {
    .aboutimage {
        padding-bottom:0;
    }
    .aboutrounded {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .aboutindent {
        margin-top:0;
    }
}
.contoverallgreen {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1C3A61+0,1C3A61+50,E5E8EC+50,E5E8EC+100 */
    background: -webkit-linear-gradient(left, #1C3A61 0%, #1C3A61 50%, #E5E8EC 50%, #E5E8EC 100%);
    background: -o-linear-gradient(left, #1C3A61 0%, #1C3A61 50%, #E5E8EC 50%, #E5E8EC 100%);
    background: linear-gradient(to right, #1C3A61 0%, #1C3A61 50%, #E5E8EC 50%, #E5E8EC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.greenleft {
    background: url(images/aboutmask.png) no-repeat bottom right #1C3A61;
    background-size:70% auto;
    -webkit-border-top-right-radius: 21px;
    -webkit-border-bottom-right-radius: 21px;
    -moz-border-radius-topright: 21px;
    -moz-border-radius-bottomright: 21px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}
.greenleft *:not(h5) {
     color:white !important;
}
@media (max-width:991px) {
    .contoverallgreen {
        background:#E5E8EC;
    }
   .greenleft {
       background:#1C3A61;
       -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
    }
}
.step, .step:hover {
	display:block;
	width:100%;
    height:100%;
	background:rgba(255,255,255,.5);
	border-radius:12px;
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    padding:50px 30px;
    text-align:center;
    position:relative;
}
@media (min-width:992px) {
    .step:not(.steplast)::after {
        display:block;
        position:absolute;
        top:0;
        right:-24px;
        width:24px;
        height:100%;
        background:url(images/steparrow.svg) no-repeat right center;
        background-size:80% auto;
        content:'';
        z-index:0;
    }
}
.stepstext {
    display:block;
    width: 100%;
    height:100%;
    background-repeat:no-repeat;
    background-position: center  center;
    background-size: cover;
}
.stepstextabove {
    display:block;
    width: 100%;
    height:100%;
    color:white !important;
    background-color: rgba(133,160,38,.76);   
}
.contoveralltestimonials {
    background: rgba(231,238,241,.5);
}
.testimonial {
	width:100%;
	height:100%;
	padding: 24px 24px 10px 24px;
	border-radius:12px;
	background:white;
    text-align: center;
}
.contoveralldown {
	background: #1C3A61;
}
.contoveralldown ul {
    margin:0;
    padding:0;
}
.contoveralldown ul li {
    padding:0;
    width:100%;
    list-style: none;
}
.contoveralldown a:hover {
    color:#0097DB;
}
.contoverallbottom {
	background:#1C3A61;
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:35px;
	color:#0097DB;
	font-size:30px;
	display:block;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	text-align:center;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1.00rem;
  margin-left:5px;
  margin-bottom:5px;
  font-size: 1.1rem;
  font-weight:700;
  line-height: 1.25;
  color: white;
  background-color:#232323;
  border: 1px solid #232323;
}
.page-item.disabled .page-link {
  color:white;
  pointer-events: none;
  cursor: auto;
  background-color:#1C3A61;
  border-color:#1C3A61;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color:#1C3A61;
  border-color:#1C3A61;
}
.page-link:focus, .page-link:hover {
  color: white;
  text-decoration: none;
  background-color:#1C3A61;
  border-color:#1C3A61;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  left:0;
  text-align:center;
  color:#888;
	background-color:rgba(255,255,255,0.7);
}
.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: #1C3A61 !important;
  box-shadow: 0 0 5px #1C3A61 !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #1C3A61 !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#404040;
  box-shadow: 0 0 5px #1C3A61 !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#1C3A61;
  box-shadow: 0 0 5px #1C3A61 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#404040;
  box-shadow: 0 0 5px #1C3A61 !important;
}
.custom-select {
	background:url(images/arrow-down.svg) no-repeat right .75rem center white;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1C3A61;
    background-color: #1C3A61;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#1C3A61;
	color:white;
	display: inline-block;
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px; 	
}
a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#232323;
	color:white !important;
}
label.error {
	color:#1C3A61;
	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 #1C3A61;
	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 #1C3A61;
	background: url(images/checkbox.png) no-repeat center center #404040;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table-striped .thead-light th {
	background-color: #F4F6F8;
  }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#F4F6F8;
}
.scrollauto {
	max-height:320px;
	overflow-y: auto;
}
/* width */
::-webkit-scrollbar {
  width:10px;
}
/* Track */
::-webkit-scrollbar-track {
  background:#ffffff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#0097DB; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:black; 
}
a.social, a.social:hover {
	width:40px;
	display:inline-block;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
.facebook {
	background-image: url(images/facebook.svg);
}
.instagram {
	background-image: url(images/instagram.svg);
}
.youtube {
	background-image: url(images/youtube.svg);
}
.fa-times-circle {
    font-size:36px;
    color: #1C3A61;
}
.sidehamburger {
   width:10px;  
	height:100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:-10px;
    /*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;	
}
.hamburger {
	width:70px;
	height:70px;
	line-height:70px;
	padding-right:10px;
	background:url(images/menu.svg) no-repeat right 8px center #0097DB;
	background-size:18px 18px;
	text-align:right;
	position: absolute;
	opacity:0;
	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%);
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
.news {
	display: block;
	width:100%;
	height:100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
    margin-top:10px;
    margin-bottom: 10px;
}
.news:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.newsdate, .newsvid {
    display:inline-block;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    font-size: 12px;
    color:#0097DB;
    border: 1px solid #0097DB;
}
.newsdatebig {
    display:inline-block;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    font-size: 16px;
    color:#0097DB;
    border: 1px solid #0097DB;
}
.newsvid {
    color:#404040;
    border: 1px solid #404040;
}
.news h4 {
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.news:hover h4 {
    color:#0097DB !important;
}
.newsimage {
	width: 100%;
	aspect-ratio:4/3;
	overflow:hidden;
	display:block;
	position: relative;
}
@media (max-width:991px) {
	.newsimage {
		height:auto;
	}	
}
.newstext {
	display:block;
	width:100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.contoverallblue {
	background:#1C3A61;
}
.contoverallblue * {
	color:white !important;
}
.department {
	display: block;
	width:100%;
	height:100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
}
.department:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.departmentimage {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
@media (max-width:991px) {
	.departmentimage {
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-webkit-border-bottom-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}	
}
.tab-pane {
	border-top:1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	background:#f2f2f2;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}
a.nav-link {
	border-bottom: 1px solid #f2f2f2 !important;
}
a.nav-link:hover {
	border-top:1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;
}
a.nav-link.active {
	background:#f2f2f2 !important;
}
.breadcrumbs {
	display:inline-block;
	margin-right:auto;
	border-radius:12px;
	line-height:16px;
	color:rgba(255,255,255,.5) !important;
}
.breadcrumbs a {
	font-size:14px;
	color:rgba(255,255,255,.5) !important;
}
.breadcrumbs a:hover {
	font-size:14px;
	color:white !important;
}