@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
/*
@font-face {
  font-family: 'Repo';
  src: url('fonts/Repo.otf') format('opentype');
}
@font-face {
  font-family: 'RepoBold';
  src: url('fonts/Repo-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'RepoMedium';
  src: url('fonts/Repo-Medium.otf') format('opentype');
}
  */
@font-face {
  font-family: 'Neumann';
  src: url('fonts/td-neumann.woff') format('woff'), url('fonts/td-neumann.otf') format('opentype');
}
*:not(.fa):not(.far):not(.fas) {
	font-family: 'Sofia Sans', sans-serif;
}
.normal {
	font-weight:400 !important;
}
.medium {
	/*font-family: 'RepoMedium', sans-serif;*/
	font-weight:500 !important;
}
.bold {
	/*font-family: 'RepoBold', sans-serif;*/
	font-weight:700 !important;
}
.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;
}
/* Change normal width to 1280 start */
@media (min-width:1280px) {
    .container{
        max-width:1280px;
		padding-left:0;
		padding-right:0;
    }
	.d-xl-block {
        display: block !important;
    }
	.d-xl-inline-block {
        display: inline-block !important;
    }
	.d-xl-none {
        display: none !important;
    }
}
@media (max-width:1279px) {
	.d-xl-block {
        display: none !important;
    }
	.d-xl-inline-block {
        display: none !important;
    }
	.d-xl-none {
        display: block !important;
    }
	.col-xl-9, .col-xl-3 {
		width:100%;
		max-width:100%;
		flex-basis:100%;
	}
}
/* Change normal width to 1280 end */
@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;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#373B44;
	background:white;
	font-size:16px;
	overflow-x:hidden;
}
.body {
	background:white;
	padding-top:199px;
}
.bodyscroll {
	padding-top:159px;
}
@media (max-width:1199px) {
	.body {
		padding-top:92px;
	}
    .bodyscroll {
        padding-top:92px;
    }
}
.text-body {
	color:#373B44 !important;
}
.text-dark {
	color:black !important;
}
.text-shadow {
	text-shadow:2px 2px 2px black;
}
.text-success {
    color:#2B6733 !important;
}
.text-blue {
	color:#0081A7 !important;
}
.text-danger {
	color:#a7003f !important;
}
.letterspacing {
    letter-spacing: 2px;
}
.bg-blue {
	background-color:#0081A7;
}
.bg-darkblue {
	background-color:#27395A;
}
.bg-darkgrey {
	background-color:#373B44;
}
.bg-green {
    background-color:#2B6733;
}
.bg-blue *, .bg-green * {
	color:white !important;
}
.bg-blue hr, .bg-green hr {
	position:relative;
 	background:url(images/linewhite.svg) no-repeat bottom left !important;
	background-size: auto 2pxm !important;
	border: 0px;
	height:2px !important;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
.bg-light, a.bg-light:hover {
	background-color:#F0F2F7 !important;
}
.bg-none {
	background:none;
	padding-bottom:0;
}
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%;
}
.rounded {
    border-radius:12px !important;
    overflow:hidden;
}
.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 2px;
	border: 0px;
	height:2px !important;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
.text-center hr {
 	background:url(images/line.svg) no-repeat bottom center;
}
#carousel1 hr, .contoverallbluegrey hr {
 	background:url(images/linewhite.svg) no-repeat bottom left;
}
.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-family: 'Neumann' !important;
	font-weight:400;
	color:#2B6733;
	display:block;
	width:100%;
	line-height:140%;
}
h1, .h1 {
	font-size: clamp(1.875rem, 1.3866rem + 2.6049vw, 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;
}
a {
 	color:#2B6733;
 	text-decoration:none;
}
a:hover {
 	color:#373B44;
	text-decoration:none;
}
a.drug {
 	color:#0081A7;
 	text-decoration:none;
}
a.drug:hover {
 	color:#373B44;
	text-decoration:none;
}
.btn {
	font-size:16px;
	padding-left:30px;
	padding-right:30px;
	padding-top:8px;
	padding-bottom:8px;
	max-width:100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.btn-sm {
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	max-width:100%;
}
.btn-lg {
	font-size:18px;
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	padding-bottom:12px;
	max-width:100%;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  	background-color:#2B6733; !important;
  	border-color:#2B6733 !important;
	color:white;
}
.btn-primary:hover {
  	background-color:#373B44 !important;
  	border-color:#373B44 !important;
	color:white;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  	background-color:#0081A7 !important;
  	border-color:#0081A7 !important;
	color:white;
}
.btn-secondary:hover {
  	background-color:#373B44 !important;
  	border-color:#373B44 !important;
	color:white;
}
a.buttonarrow, a.buttonarrow:hover, .buttonarrow {
	background:url(images/buttonarrow.svg) no-repeat right 20px center !important;
	width:auto;
    color:#373B44 !important;
	display:inline-block;
	text-align:left;
    padding-right:40px;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	background:url(images/thumbnail.png) no-repeat center center;
	border: 1px solid #373B44;
}
#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-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color:rgba(0,0,0,.3);
}
.pagesvideosmall:after {
	background-size: 40px 40px;
}
.contoverallhead {
    background: #292929;
}
.contoverallhead * {
    color: white !important;
    font-size: 10px !important;
}
.contoverallup {	
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	display: block;
	width:100%;
    background: white;
    z-index:110;
}
.contoverallupfixed {
	position:fixed;
}
.contoverallup p {
    margin-bottom: 0;
}
.upline {
	display:inline-block;
	width:2px;
	height:100%;
    background: url("images/line2vertical.svg") repeat-y center center;
    margin:0 25px;
}
.clogo {
	display:inline-block;
	width:369px;
	height:auto;
	margin:25px 0;
}
.contoverallupfixed .clogo {
	margin:10px 0;
}
@media only screen and (max-width:1199px) {
	.clogo {
		width:220px;
		margin:15px 0;
	}	
	.contoverallupfixed {
		position:absolute;
	}
	.contoverallupfixed .clogo {
		width:220px;
		margin:15px 0;
	}
}
.clogo img {
	width:auto;
	max-width: 100%;
	height:auto;
	max-height: 100%;
}
.aulogo {
	display:inline-block;
	width:208px;
	height:auto;
	margin:25px 0;
}
.contoverallupfixed .aulogo {
	margin:10px 0;
}
.helogo {
	display:inline-block;
	width:188px;
	height:auto;
	margin:25px 0;
}
.contoverallupfixed .helogo {
	margin:10px 0;
}
.contoverallmenu {
    background:url("images/line2.svg") repeat-x top left;
}

a.closebtn, a.closebtn:hover {
	background:url(images/x-lg.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
a.closebtn2, a.closebtn2:hover {
	background:url(images/x-lg-2.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
a.upicon, a.upicon:hover, .upicon {
	width:auto;
	display:inline-block;
	height:30px;
	line-height:30px;
	font-size:16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	position:relative;
	color:#373B44;
	padding-left:35px;
	text-align: left;
}
a.upicon:hover {
	color:#0081A7;
}
a.lang, a.lang:hover, a.langselected, a.langselected:hover {
	width:auto;
	display:inline-block;
	height:30px;
	line-height:30px;
	font-size:14px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	position:relative;
	color:#373B44;
    background: #F0F2F7;
	padding:0 10px;
	text-align:center;
    border-radius:4px;
}
a.lang:hover, a.langselected, a.langselected:hover {
	background: #2B6733;
    color:white;
}
.contoveralldown .upicon {
    color:white;
}
.tel {
	background-image: url(images/tel.svg);
}
.time {
	background-image: url(images/time.svg);
}
.contoveralldown .time {
	background-image: url(images/timewhite.svg);
}
.search {
    background-position: right center !important;
	background-image: url(images/search.svg);
    background-size: auto 70% !important;
    padding-left:0 !important;
    padding-right:35px !important;
}
.gps {
	background-image: url(images/gps.svg);
    height:auto !important;
    line-height:20px !important;
}
.contoveralldown .gps {
	background-image: url(images/gpswhite.svg);
}
.email {
	background-image: url(images/email.svg);
}
.contoveralldown .email {
	background-image: url(images/emailwhite.svg);
}
.contoveralldown * {
	color:white !important;
}
.contoverallbottom {
    background:url("images/linewhite.svg") repeat-x top left #292929;
}
.contoverallsearch {
	width:100% !important;
	min-height:100% !important;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:rgba(255, 255, 255, 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:#ffffff;
    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;
	font-size:16px;		
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
	color:#292929;
	font-weight:700;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color: #2B6733;
}
.sidenav hr {
	width:60%;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
 	background:url(images/line.svg) no-repeat center center;
    height:2px;
	border: 0px;
	opacity:0.5 !important;
}
#carousel1, #carousel1 .owl-item {
    width: 100%; 
	height:600px;
	display:block;
	overflow:hidden;
}
#carousel1 .item {
    display:block;
    width:100%;
    height:100%;
    position:relative;
    border:0;
    border-bottom:1px solid #f4f6f9;
    background-repeat:no-repeat;
    background-position: left bottom;
}
#carousel1 * {
	outline: none;
	overflow:hidden;
}
.carouselslogan {
    display:block;
    position:absolute;
    right:0;
    bottom:40px;
    display:block;
    width:38%;
    height:auto;
    background:url("images/line2.svg") repeat-x top left;
}
.carouselslogan p {
    padding-top:20px;
    display:inline-block;
    width:auto;
    background:url("images/line.svg") repeat-x top left;
}
.am-prev {
    position: absolute;
    z-index:101;
    bottom:25px;
    right:40px;
    display:block;
    width:24px;
    height:10px;
    line-height:24px;
    border:0;
    cursor:pointer;
    background: url(images/arrow-left.svg) no-repeat center center;
    background-size: 100% 100%;
}
.am-next {
    position: absolute;
    z-index:101;
    bottom:25px;
    right:0;
    display:block;
    width:24px;
    height:10px;
    line-height:24px;
    border:0;
    cursor:pointer;
    background: url(images/arrow-right.svg) no-repeat center center;
    background-size: 100% 100%;
}
.am-prev:focus, .am-next:focus {
    outline: none; 
    -moz-outline-style: none; 
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
    #carousel1 .item {
        background-size:60% auto;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:600px;
	}
    #carousel1 .item {
        background-size:70% auto;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
	#carousel1, #carousel1 .owl-item {
		height:500px;
	}
    #carousel1 .item {
        background-size:70% auto;
    }
    .carouselslogan {
        width:45%;
    }
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:600px;
	}
    #carousel1 .item {
        background-size:100% auto;
    }
    .carouselslogan {
        width:100%;
    }
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:630px;
	}
    #carousel1 .item {
        background-size:100% auto;
    }
    .carouselslogan {
        width:100%;
    }
}
.contoverallgreen {
    background: #2B6733;
}
.contoverallgreen * {
    color:white !important;
}
.arrowbottom {
    background:url("images/arrowwhite.svg") no-repeat bottom left 48px;
}
.arrowbottomline {
    background:url("images/arrowwhite.svg") no-repeat bottom left 48px, url("images/linewhitevertical.svg") repeat-y top right;
}
@media only screen and (max-width:991px) {
    .arrowbottom {
        background:url("images/arrowwhite.svg") no-repeat bottom left 15px;
    }
    .arrowbottomline {
        background:url("images/arrowwhite.svg") no-repeat bottom left 15px;
    }
}
.icon {
	display: block;
	width:100%;
	height:100%;
    margin-top:10px;
    margin-bottom:10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.icon:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.contoverallteam {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0081a7+0,0081a7+80,ffffff+80,ffffff+100 */
    background: -webkit-linear-gradient(rgba(0,129,167,1) 0%, rgba(0,129,167,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(0,129,167,1) 0%, rgba(0,129,167,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(0,129,167,1) 0%, rgba(0,129,167,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.value1 {
    display:block;
    width:100%;
    height:100%;
    border-radius: 12px;
    border: 1px solid #0081A7;
    background: white;
}
.value2 {
    display:block;
    width:100%;
    height:100%;
    border-radius: 12px;
    background:#2B6733;
}
.project {
	display: block;
	width:100%;
	height:100%;
    margin-top:10px;
    margin-bottom:10px;
	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;
    border-radius:15px;
    overflow:hidden;
    padding-bottom:40px;
    background: url("images/arrow.svg") no-repeat bottom 15px left 24px white;
}
.project:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.projectvid {
    display:inline-block;
    width:auto;
    height:auto;
    padding: 11px 16px;
    color:white;
    font-size:14px;
    border-radius: 12px 0;
    margin-bottom:30px;
}
.vidgreen {
    background: #2B6733;
}
.vidblue {
    background: #0081A7;
}
.vidblack {
    background: #292929;
}
.contoveralldown {
	background: #292929;
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:35px;
	color:#0081A7;
	font-size:18px;
	display:block;
	position:fixed;
	bottom:15px;
	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:#373B44;
  border: 1px solid #373B44;
}
.page-item.disabled .page-link {
  color:white;
  pointer-events: none;
  cursor: auto;
  background-color:#2B6733;
  border-color:#2B6733;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color:#2B6733;
  border-color:#2B6733;
}
.page-link:focus, .page-link:hover {
  color: white;
  text-decoration: none;
  background-color:#2B6733;
  border-color:#2B6733;
}
.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: #0081A7 !important;
  box-shadow: 0 0 5px #0081A7 !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #0081A7 !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#373B44;
  box-shadow: 0 0 5px #0081A7 !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#0081A7;
  box-shadow: 0 0 5px #0081A7 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#373B44;
  box-shadow: 0 0 5px #0081A7 !important;
}
.custom-select {
	background:url(images/arrow.svg) no-repeat right .75rem center white;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0081A7;
    background-color: #0081A7;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#0081A7;
	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:#a7003f;
	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 #0081A7;
	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 #0081A7;
	background: url(images/checkbox.png) no-repeat center center #373B44;
	-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:5px;
}
/* Track */
::-webkit-scrollbar-track {
  background:#ffffff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#0081A7; 
}
/* 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: #0081A7;
}
.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 #0081A7;
	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%;
    margin-top:10px;
    margin-bottom:10px;
	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;
}
.news:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.newsimage {
	width: 100%;
	aspect-ratio:16/9;
	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;
}


.carouselimageleft {
	position:absolute;
	left:0;
	top:5%;
	z-index:107;
    width:50%; 
	height:500px;
	display:block;
    text-align:right;
	background:url(images/headleaf.svg) no-repeat top left;
}
.carouselimageright {
	position:absolute;
	left:0;
	bottom:-290px;
	z-index:107;
    width:100%; 
	height:400px;
	display:block;
    text-align:right;
	background:url(images/leafright.svg) no-repeat top left;
}
.carouselimagewhite {
	position:absolute;
	left:-30px;
	bottom:-30px;
	z-index:108;
    width:717px; 
	height:500px;
	display:block;
    text-align:right;
	background:url(images/headmask.png) no-repeat top left;
}
.carouselimage {
	position:absolute;
	left:0;
	bottom:0;
	z-index:108;
    width:657px; 
	height:440px;
	display:block;
    text-align:right;
    -webkit-mask: url(images/headmask.png);
    -webkit-mask-size: 100% 100%;
}
.carouselimage img {
    width:100% !important; 
	height:auto !important;
	display:block;
}
.delay25 {
  -webkit-animation-duration: 0.25s !important;
  animation-duration: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;	
}
.delay50 {
  -webkit-animation-duration: 0.50s !important;
  animation-duration: 0.50s !important;
  -webkit-animation-delay: 0.50s !important;
  animation-delay: 0.50s !important;	
}
.delay75 {
  -webkit-animation-duration: 0.75s !important;
  animation-duration: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;	
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
	#carousel1, #carousel1 .owl-item {
		height:550px;
	}
    #carousel1 .item {
        background-size:60% auto;
    }
	.carouselimageleft {
		top:20%;
		width:20%; 
		height:100%;
		background-size:100% auto;
	}
	.carouselimageright {
		bottom:-260px;
		width:30%; 
		height:300px;
		left:30%;
		background-size:100% auto;
	}
	.carouselimagewhite {
		left:50px;
		bottom:20px;
		width:500px; 
		height:360px;
		background-size:100% auto;
	}
	.carouselimage {
		left:50px;
		z-index:108;
		width:430px; 
		height:300px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:600px;
	}
    #carousel1 .item {
        background-size:70% auto;
    }
	.carouselimageleft {
		top:30%;
		width:30%; 
		height:100%;
		background-size:100% auto;
	}
	.carouselimageright {
		bottom:-260px;
		width:30%; 
		height:300px;
		left:30%;
		background-size:100% auto;
	}
	.carouselimagewhite {
		left:30px;
		bottom:-20px;
		width:500px; 
		height:360px;
		background-size:100% auto;
	}
	.carouselimage {
		left:50px;
		z-index:108;
		width:430px; 
		height:300px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	#carousel1, #carousel1 .owl-item {
		height:500px;
	}
    #carousel1 .item {
        background-size:70% auto;
    }
    .carouselslogan {
        width:45%;
    }
	.carouselimageleft {
		top:30%;
		width:30%; 
		height:100%;
		background-size:100% auto;
	}
	.carouselimageright {
		bottom:-260px;
		width:30%; 
		height:300px;
		left:30%;
		background-size:100% auto;
	}
	.carouselimagewhite {
		left:30px;
		bottom:-20px;
		width:360px; 
		height:260px;
		background-size:100% auto;
	}
	.carouselimage {
		left:50px;
		z-index:108;
		width:300px; 
		height:200px;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:600px;
	}
    #carousel1 .item {
        background-size:100% auto;
    }
    .carouselslogan {
        width:100%;
    }
	.carouselimageleft {
		top:60%;
		width:50%; 
		height:40%;
		background-size:100% auto;
	}
	.carouselimageright {
		bottom:-150px;
		width:70%; 
		height:180px;
		left:30%;
		background-size:100% auto;
	}
	.carouselimagewhite {
		left:30px;
		bottom:-20px;
		width:260px; 
		height:200px;
		background-size:100% auto;
	}
	.carouselimage {
		left:50px;
		z-index:108;
		width:200px; 
		height:140px;
	}
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:630px;
	}
    #carousel1 .item {
        background-size:100% auto;
    }
    .carouselslogan {
        width:100%;
    }
	.carouselimageleft {
		top:60%;
		width:50%; 
		height:40%;
		background-size:100% auto;
	}
	.carouselimageright {
		bottom:-150px;
		width:70%; 
		height:180px;
		left:30%;
		background-size:100% auto;
	}
	.carouselimagewhite {
		left:30px;
		bottom:-20px;
		width:260px; 
		height:200px;
		background-size:100% auto;
	}
	.carouselimage {
		left:50px;
		z-index:108;
		width:200px; 
		height:140px;
	}
	.am-prev {
		bottom:125px;
	}
	.am-next {
		bottom:125px;
	}
}