/*.trust-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(26,26,64,0.8); 
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s;
    z-index: 9999;
  }

  .trust-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .trust-box {
    background: #EF1E23;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    position: relative;
    animation: slideUp 0.8s ease;
  }

  .trust-sub {
    font-size: 1rem;
    color: #fff;
  }

  .close-btn {
    position: absolute;
    top: 10px; right: 14px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
  }

  @keyframes slideUp {
    from { transform: translateY(40px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }*/

/**/



/**/

.justify-content-center form a{
        display: none !important;
    }
.justify-content-center form {
    justify-content: center!important;
}
/* hubspot */
.hb-overlap{
position: relative;
top: -68px;
}


/*Counters*/
html .counters .counter-secondary [class*="fa-"], html .counters .counter-secondary .icons, html .counters .counter-secondary strong {
    margin-bottom: 15px;
}
.counters.with-borders .counter {
    border-radius: 6px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 25px;
    min-height: 177px;
}
.counters label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
/*Contact form*/
form label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

/*Slider mobile navigation*/
.custom-heading-1 {
    font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991px)
{
	.custom-heading-1 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.owl-carousel.full-width .owl-nav button[class*="owl-"], .owl-carousel.full-width .owl-nav button[class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav button[class*="owl-"], .owl-carousel.big-nav .owl-nav button[class*="owl-"]:hover {
		height: auto;
		padding: 0px 0 !important;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		width: 15px;
	}
	.custom-heading-1 {
		font-size: 12px;
	}
}

/*Board of directors*/

.thumb-info .thumb-info-title {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.thumb-info .thumb-info-title {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
}
}
.thumb-info .thumb-info-type {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
	line-height: 0;
}
.bg-info {
    background-color: #2487d0 !important;
}
.thumb-info.thumb-info-bottom-info .thumb-info-title {
    padding: 20px;
}


/* Style for the board members container */
/* Circle Settings */
.circle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.outer-circle {
  width: 200px;
  height: 200px;
  background: rgba(0, 74, 147, 0.2);
  box-shadow: 0px 3px 4px rgb(77, 77, 77, 0.46);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  left: 50%;
  margin-bottom: 25px;
}
.inner-circle {
  width: 185px;
  height: 185px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 3px 2px #dddada inset;
  z-index: 1;
  overflow: hidden;
}
.inner-circle img {
  width: 180px;
  background-size: cover;
  background-position: center;
}

.d-title {
	font-size: 18px;
	font-weight: 500;
}

/* End of Circle Settings */

/*Tabs*/
.nav-tabs li .nav-link {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 11.2px 24px;
    padding: 0.7rem 1.5rem;
    transition: all .2s;
    margin-right: 1px;
}
/* Define styles for the table */

   .table-custom {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    background-color: #F1F7F6 !important; /* Table background color */
  }

  /* Style table header cells */
  .table-custom th {
    background-color: #00B86C !important; /* Header background color */
    color: white;
    padding: 12px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #00B86C; /* Header border color */
  }

  /* Style table data cells */
  .table-custom td {
    padding: 10px;
    text-align: center;
    border: 1px solid #00B86C; /* Data cell border color */
  }

  /* Add a hover effect to table rows */
  .table-custom tbody tr:hover {
    background-color: #f2f2f2;
  }
  

/**/


/*Single product page*/
/*.custom-body-bg {
	background-color: #F1F7F6 !important;
}
.product-image-container {
	--tw-border-opacity: 1;
    border-right: 1px solid rgb(226 237 235 / var(--tw-border-opacity)) !important;
	border-radius: .75rem 0 0 .75rem;
}

.product-des-container {
	border-radius: .75rem 0 0 .75rem;
}

.shapedividers_com-8201{
	overflow:hidden;
	position:relative;
}
.shapedividers_com-8201::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 100% 31px;
background-position: 50% 100%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23f1f7f6"/></svg>'); 
}

@media (min-width:768px){
.shapedividers_com-8201::before{
background-size: 100% 90px;
background-position: 50% 100%;   
}  
}
 
@media (min-width:1025px){
.shapedividers_com-8201::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 90px;
background-position: 50% 100%;  
}
}
@media (min-width:2100px){
.shapedividers_com-8201::before{
background-size: 100% calc(2vw + 90px);
}
}*/
 
/*Product page*/

.custom-card-style-1 {
    --tw-border-opacity: 1;
    border-color: rgb(226 237 235 / var(--tw-border-opacity));
    --tw-shadow: 5px 5px 5px 0 rgba(0, 184, 108, .05);
    --tw-shadow-colored: 5px 5px 5px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
	border-width: 1px;
	border-radius: .75rem;
}
.custom-card-style-1:hover {
    --tw-border-opacity: 1;
  border-color: rgb(0 184 108 / var(--tw-border-opacity));
}
.custom-card-style-1:hover .product-title {
    color: #233332 !important;
}
a .custom-card-style-1  {
	cursor: default;
}

.product-title {
    color: #233332;
    font-size: 18px;
}
.card.custom-card-style-1 img {
    margin-bottom: 30px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-pale-grey {
  --tw-border-opacity: 1;
  border-color: rgb(226 237 235 / var(--tw-border-opacity));
}
.product-img {
    width: 250px;
    height: 250px;
}

/*Responsive style*/

@media (max-width: 991px) {
	.product-title {
		color: #233332;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.product-img {
		width: 150px;
		height: 150px;
	}
	.popup-with-zoom-anim {
		width: 190px;
	}

}

/*Custom navigation for product page*/
.dialog.dialog-sm {
    max-width: 200px;
}
.tabs-navigation .nav-tabs > li .nav-link {
    padding: 20px;
    letter-spacing: 1px;
}
.tabs.tabs-vertical.tabs-left.tabs-navigation {
    margin-bottom: 0;
}

.popup-with-zoom-anim {
    position: fixed;
    bottom: 30px;
   left: 50%;
    transform: translateX(-50%);
	z-index: 999;
	box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 40%);
}
.dialog {
    background: #F1F7F6;
	box-shadow: 0px 10px 50px -10px rgb(0 0 0 / 30%);
    padding: 0 !important;
    text-align: left;
    margin: 40px auto;
    position: fixed;
    max-width: 600px;
    bottom: 60px;
	left: 50%;
    transform: translate(-50%, 0) !important;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: -44px;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}
.mfp-close, .mfp-close-btn-in .mfp-close {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #838383;
    background: #000;
}

/**/



html body .tabs.tabs-bottom .nav-tabs .nav-link.active {
    background: #EA3E4F;
    border-color: #EA3E4F;
    color: #fff !important;
	position: relative;
}
/* Triangle shape for the top center */
.tabs.tabs-bottom .nav-tabs .nav-link.active::before {
    content: ''; /* Create an empty content element */
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #EA3E4F transparent;
}


/* Style for the tab button on hover */
html body .tabs.tabs-bottom .nav-tabs .nav-link:hover {
    background: #EA3E4F;
    border-bottom-color : #EA3E4F;
    color: #fff !important;
    position: relative; /* Set the position to relative for the parent element */
}

/* Triangle shape for the top center of the tab on hover */
.tabs.tabs-bottom .nav-tabs .nav-link:hover::before {
    content: ''; /* Create an empty content element */
    position: absolute;
    top: -10px; /* Adjust the top position to place it above the tab button */
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%); /* Center it horizontally */
    border-width: 0 10px 10px 10px; /* Create a triangle shape */
    border-style: solid;
    border-color: transparent transparent #EA3E4F transparent;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
    border-bottom-color: #EA3E4F;
}

.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
    padding: 15px 10px;
    background: none;
    border: 0;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    color: #233332;
    font-size: 16px;
}

@media (max-width: 991px) {
	.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
		padding: 15px 10px;
		font-size: 12px;
	}
	.card-body {
		padding: 1rem;
	}
	
}

.nav-secondary {
    background: #F1F7F6;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 99;
    width: 100% !important;
}



/**/
.lead-2 {
    font-size: 24px;
	font-weight: 500;
}
@media (max-width: 991px) {
	.lead-2 {
		font-size: 20px;
	}
}
/*Thumb info image frame red pdf*/
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
	font-size: 20px;
	font-weight: 600;
}
@media (max-width: 991px) {
	.centered {
		font-size: 18px;
		font-weight: 600;
	}
}

.btn-link-effect-1:before {
    background: #ef1e23;
}
.btn-danger {
    color: #ef1e23 !important;
}
/*lightbox hover*/


/*Custom Elements*/
/* Custom Elements */
.custom-element {
		position: absolute;
}

.custom-element.custom-element-pos-1 {
		top: 30%;
		left: -15%;
}

.custom-element.custom-element-pos-2 {
		bottom: -15%;
		right: -35%;
}

.custom-element.custom-element-pos-3 {
		top: 30%;
		left: -35%;
}

.custom-element.custom-element-pos-4 {
		top: -20%;
		right: -20%;
}

/*Page header*/
.page-header.page-header-modern h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0a5246;
}
.page-header.page-header-modern {
    padding: 50px 0 180px 0;
    background-position: bottom center;
	background-image: url(../img/page-header.webp);
	background-size: cover;
    margin: 0;
}
.breadcrumb > li {
    text-transform: none;
	font-size: 14px;
}
.breadcrumb {
    margin-bottom: 20px;
}
.breadcrumb > li.active {
    opacity: 0.8;
}
.headerWelleOuter img.headerWelle {
  position: absolute;
  top: 83%;
  width: 100%;
  z-index: 100;
}
@media (max-width: 991px) {
	#header .header-nav-main {
		margin-top: -60px;
	}
	.custom-slider-margin {
		margin-top: -60px !important;
		z-index: 9999;
	}
	.page-header.page-header-modern {
		padding: 20px 0 60px 0;
		background-image: url(../img/page-header.webp);
		background-size: cover;
		background-position-x: 20%;
		margin-top: -60px;
		z-index: 9999;
	}
	.page-header.page-header-modern h1 {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		color: #0a5246;
	}
}

/**/

/*Shape divider*/
.shapedividers_com-9990{
overflow:hidden;
position:relative;
}
.shapedividers_com-9990::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 100% 31px;
background-position: 50% 100%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/></svg>'); 
}

@media (min-width:768px){
.shapedividers_com-9990::before{
background-size: 100% 60px;
background-position: 50% 100%;   
}  
}
 
@media (min-width:1025px){
.shapedividers_com-9990::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 90px;
background-position: 50% 100%;  
}
}
@media (min-width:2100px){
.shapedividers_com-9990::before{
background-size: 100% calc(2vw + 90px);
}
}
 

/* Blocks */
.custom-hero-heading em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.2px #009CDE;
  text-stroke: 2px #68BBE5;
}


/*Home Cow background*/
.custom-cow-bg {
	/*background: url(../img/cow-bg.gif); 
	background-position: bottom; */
	min-height: 2000px; 
	/*background-size: cover;*/
}
@media (max-width: 2500px) {
.custom-cow-bg {
	min-height: 820px; 
}
}	
@media (max-width: 1600px) {
.custom-cow-bg {
	min-height: 600px; 
	}
}	
@media (max-width: 991px) {
.custom-cow-bg {
	min-height: 320px; 
}	
}
@media (max-width: 767px) {
.custom-cow-bg {
	min-height: 200px; 
}	
}


/**/
html .btn-with-arrow.btn-light span {
    background-color: #c92d3d;
    box-shadow:unset;
}
html .btn-with-arrow.btn-light.btn-outline:hover span {
    background-color: #c92d3d !important;
    box-shadow: none;
}

/*---------------------------------------
  ABOUT & TEAM MEMBERS               
-----------------------------------------*/
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/


.about-image,
.team-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 475px;
  object-fit: cover;
}

.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 32px 32px 32px 32px;
}
@media (max-width: 991px) {

.team-thumb {
  width: 100% !important;
}
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 2.5rem;
}

.carousel-control-prev {
  right: 4rem;
  left: auto;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: #000;
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}


/**/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/*Typography*/

html body .btn-light, html body .btn-outline.btn-light {
    border-color: #ffffff #ffffff #ffffff;
    color: #fff;
}
html body .btn-light:hover, html body .btn-light.hover, html body .btn-outline.btn-light:hover, html body .btn-outline.btn-light.hover {
    background-color: #EA3E4F;
    border-color: #EA3E4F #EA3E4F #EA3E4F;
    color: #777;
}
.btn {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}


.btn-gradient.btn-outline {
  -o-border-image: linear-gradient(135deg, #1CC0E3 0%, #31DBA8 80%);
  border-image: linear-gradient(135deg, #1CC0E3 0%, #31DBA8 80%);
    border-image-slice: 100%;
  color: #1CC0E3;
}
.bg-warning {
    background-color: #FDC005;
}
.headline {
    font-size: 35px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
}

@media (max-width: 991px) {
	.headline {
		font-size: 24px;
	}
}

h1, h2, h3, h4, h5, h6 {
    color: #003865;
    letter-spacing: 0;
}
.alert ul li {
    font-size: 18px;
    line-height: 1.7;
	letter-spacing: 0px;
}
.alert ul {
    padding: 0;
    margin: 10px 0 0 10px;
}

p {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.7;
}
body {
    color: #000000;
}

/*List*/

.list.list-icons li {
	padding-left: 30px;
	font-size: 18px;
	line-height: 1.7;
}

/**/

.custom-section-halfbar-bg {
		position: absolute;
		top: 50%;
		right: 0;
		width: 50vw;
		height: 40%;
		border-radius: 10px 0 0 10px;
		background: #CCC;
		opacity: 1;
		transform: translate3d(0, -50%, 0);
}

@media (max-width: 991px) {
		.custom-section-halfbar-bg {
				height: 20%;
		}
}
.custom-section-halfbar-bg {
  background: #ECF3FB;
}


/**/


.custom-nav-bg {
  background: linear-gradient(180deg,#d0f0fa 3%,rgba(175,228,243,0)),url(../img/dots.png);
  background-color: #d0f0fb;
  background-size: 10px;
}


/*Header*/
@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a{
		text-transform: unset;
		letter-spacing: 0.5px;
		font-size: 16px;
   		font-weight: 500;
	}
	.bg-lg-primary {
		background: #004A93 !important;
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
		display: block;
		font-size: 14px;
		padding-left: 5px;
	}
	#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
		color: #fff !important;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 0.875em;
		font-weight: 400;
		letter-spacing: 0.5px;
	}

}

@media (max-width: 991px) {
	#header .header-btn-collapse-nav {
		background: #004A93;
		margin-top: -180px;
		z-index: 999;
	}
}

/*Footer*/
#footer .footer-copyright {
    background: #02376a;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #ffffff;
}
/*
*/

#footer {
    background: #004A93;
}
@media (max-width: 991px) {
#footer .divider-right-border {
    border-right: 0;
}
#footer .divider-left-border {
    border-left: 0;
}
}
