a:hover {
	text-decoration: none;
}

.fa-solid {
	font-size: 1.5rem;
}

.nav-link {
	font-weight: 500;
}

.offcanvas-title {
	color: var(--bayou-color-primary);
}

.map-offcanvas .offcanvas-content {
	width:100%;
}

.map-offcanvas {
	height: 500px;
}

.footer-copywrite {
	font-size: 0.75rem;
	font-weight: 500;
	text-align: center;
	color: var(--light);
	background-color: var(--bayou-color-primary);
	background-image: -o-linear-gradient(315deg, var(--bayou-color-primary) 0%, var(--bayou-color-hover) 100%);
	background-image: linear-gradient(135deg, var(--bayou-color-primary) 0%, var(--bayou-color-hover) 100%);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
			box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
	position:sticky;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 1.7rem;
}

.mod_finder .btn {
	margin: 0px;
}

.mod_finder h6, .mod_finder .h6, .mod_finder h5, .mod_finder .h5, .mod_finder h4, .mod_finder .h4, .mod_finder h3, .mod_finder .h3, .mod_finder h2, .mod_finder .h2, .mod_finder h1, .mod_finder .h1  {
	margin: 0px;
}

.mod_finder ul {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background:none;
	border: none;
}

.bayou-mod-finder {
	padding: 5px;
	position: relative;
	background-color: var(--bayou-color-primary);
	border-radius: 5px;
}

.navbar-brand {
	width: 100%;
	text-align: center;
	white-space: nowrap;
  }

.brand-logo {
	display: flexbox;
}

.brand-logo a {
	font-weight: bold;
	font-size: 1.7rem;
	text-decoration: none;
	text-shadow: 1px 1px 2px var(--bayou-color-primary);
}

.sidebar-right h1,.sidebar-right h2,.sidebar-right h3,.sidebar-right h4,.sidebar-right h5, .sidebar-right h6 {
	color: var(--bayou-color-primary);
	font-size: large;
}

.navbar-toggler {
	position: relative;
	background-color: var(--bayou-color-primary);
	background-image: -o-linear-gradient(315deg, var(--bayou-color-primary) 0%, var(--bayou-color-hover) 100%);
	background-image: linear-gradient(135deg, var(--bayou-color-primary) 0%, var(--bayou-color-hover) 100%);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
			box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
  }

  .navbar-collapse {
	top:110px;
	width: 95%;
  }

  .container-search {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
  }

  .container-search .mod_login {
	margin-right: 5px;
  }

  li.item-101 a{

	min-width: 50px;
	min-height: 30px;
	text-decoration: none;
  }

.item-101 img {
	position: absolute;
	max-width: fit-content;
	height: auto;
	top: -15px;
	left: -5px;
	/*background-color: var(--bayou-color-primary);*/
}

.blog-featured .items-leading {
	/*border-bottom: thin solid var(--thin-green);*/
}

.feature-lead-holder h2 {
	font-size: larger;
}

/*.item-content .page-header h1, 
.item-content .page-header .h1, 
.item-content .page-header h2,
.item-content .page-header  .h2,
.item-content .page-header  h3,
.item-content .page-header  .h3,
.item-content .page-header  h4,
.item-content .page-header  .h4,
.item-content .page-header  h5,
.item-content .page-header  .h5,
.item-content .page-header  h6,
.item-content .page-header  .h6
{

}*/
.blog-featured .item-content .page-header {
	min-height: 10rem;
	overflow: hidden;
}

.item-content .intro-text-holder {
	max-height:10rem;
	overflow: hidden;
}

.com-content-article .pagenavigation {
	position: fixed;
	bottom:40px;
	/*left: 50%;
	transform: translate(-50%, 0);
	border: none;*/
}

.com-content-article .pagenavigation {
	width:max-content;
}

.com-content-article .pagenavigation .previous,
.com-content-article .pagenavigation .next
 {
	background-color: var(--bayou-color-primary);
	color: var(--light);
}

.category-list h1 {
	color: var(--bayou-color-primary);
	text-decoration: underline;
}

.container-sidebar-right h3 {
	text-align: center;
	color: var(--bayou-color-primary);
	border-bottom: thin solid var(--bayou-color-primary);
}

.container-sidebar-right .logout-button {
	display: none;
}

.container-sidebar-right li {
	border-bottom: thin solid var(--thin-green);
}

.right-mod-articles_news {
	border-left: thin solid var(--thin-green);
}

.bypagination {
	position: fixed;
	bottom:70px;
	display: block;
  }

.bypagination ul.pagination {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.bydivimg {
	/*width: max-content;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	background-clip: border-box;
	background-attachment:local;
	border-radius: 8px;
}

.mod-login-logout {
	display: flex;
	flex-wrap: wrap;
	margin-right: 5px;
}

form .mod-login-logout {

}

.login-greeting {
	position: absolute;
	top: 50px;
	right: 0px;
	display: flexbox;
	color: var(--light);
	font-size: medium;
	vertical-align: middle;
	line-height: 40px;
	margin-right: 5px;
	background-color: var(--bayou-color-primary);
	padding: 0px 5px;
	border-radius: 3px;
}

.logout-button {
	margin: 0px;
	padding: 0px;
	font-size: 1.5rem;
	height: 48px;
}

.laporan-holder {
	height: 500px;
	overflow-y: scroll;
	border: thin solid var(--thin-green);
}

@media (max-width: 992px) {
	.item-101 img {
		display: none;
	}
	.right-mod-articles_news {
		border: none;
	}

	/*.container-search{
		position: absolute;
		right: 10px;
		width: 75%;
		text-align: right;
	}*/
}

.spacemore {
	margin-top: 40px;
}


/** static-content **/
.static-content .fa {
	padding-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px;
	color: #444;
	font-weight: 500;
  }
  
  h1 {
	font-size: 48px;
	line-height: 50px;
  }
  
  h2 {
	font-size: 38px;
	line-height: 40px;
  }
  
  h3 {
	font-size: 30px;
	line-height: 32px;
  }
  
  h4 {
	font-size: 24px;
	line-height: 26px;
  }
  
  h5 {
	font-size: 20px;
	line-height: 22px;
  }
  
  h6 {
	font-size: 16px;
	line-height: 20px;
  }
  
  a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
  }
  
  a:hover {
	color: #3EC1D5;
	text-decoration: none;
  }
  
  a:active, a:hover {
	outline: 0 none;
  }
  


::-moz-selection {
	background: #3EC1D5;
	text-shadow: none;
  }
  
  ::selection {
	background: #3EC1D5;
	text-shadow: none;
  }
  
  .area-padding {
	padding: 70px 0px 80px;
  }
  
  .area-padding-2 {
	padding: 70px 0px 50px;
  }
  
  .padding-2 {
	padding-bottom: 90px;
  }
  
  .section-headline h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 70px;
	position: relative;
	text-transform: capitalize;
  }
  
  .section-headline h2::after {
	border: 1px solid #333;
	bottom: -20px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 40%;
  }
  
  .sec-head {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
  }

  .cnt-about {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .cnt-fukoskerja {
	padding-top: 70px;
	background-image: url('../../images/banners/se6.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 50px;
  }

  .cnt-scopeofwork {
	background-color: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 20px;
  }

  .cnt-produkkami {
	padding-top: 50px;
  }

  .scopeofwork-wrapper {
	padding-top: 50px;
	margin: 5px;
  }

  .prodimg100 {
	min-height: 100px;
  }

  .produkkami-wrapper {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: thin solid #b3b3b3;
  }

  .footer-content {
	padding-top: 20px;
	background-color: #444;
	background-image: url('../../images/banners/se12a.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #f7f7f7;
  }

  .footer-content h1, 
  .footer-content h2, 
  .footer-content h3, 
  .footer-content h4, 
  .footer-content h5, 
  .footer-content h6 {
	color: #f7f7f7;
  }

  .contact-wrapper {
	
  }
  
  
    .cnt-experiencelist {
	padding-top: 70px;
	background-image: url('../../images/banners/se11.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 50px;
  }

  .cnt-experiencelist h4 {
	background-color: #444;
	color: azure;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
  }