@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');
body
{
    font-family: 'Open Sans', sans-serif;
    
    min-height: 100%;
	color: #000;
    margin: 0;
    padding: 0;
	background-image: url(/media/templates/site/j4starter/images/bk.svg) !important;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
}

.top-nav-custom
{
	background-color: #231F20; 
	text-align: center;
}

.top-nav-custom a
{
	text-decoration: none;
	transition: all 0.45s ease-in-out;
}

.top-nav-custom a:hover
{
	color: #EBB576;
	transition: all 0.3s ease-out !important;
}

.social-bar
{
    background-color: #231F20;
    /*padding-left: 14%;*/
}

.social-bar > span, .contact-info > span
{
    font-size: 1em;  
    margin: 0 3px;
    color: #fff;
    min-height: 3em;
    line-height: 3.2em;
}

.contact-info > span > i
{
    margin-right: 0.7em;
    line-height: 1.2em;
}

.lang-sw
{
    font-size: 1em;  
    color: #fff;
    min-height: 3em;
    line-height: 3.2em;
    text-align: right;
}

.lang-sw .btn-outline-success {
    --btn-color: #fff;
    --btn-border-color: transparent;
    --btn-hover-color: #fdb822;
    --btn-hover-bg: transparent;
    --btn-hover-border-color: transparent;
    --btn-focus-shadow-rgb: 68,131,68;
    --btn-active-color: #fff;
    --btn-active-bg: transparent;
    --btn-active-border-color: transparent;
    --btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --btn-disabled-color: #448344;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #448344;
    --gradient: none;
	margin-right: 30px;
}

.lang-sw .form-control {
    background-color: transparent;
    max-width: 50%;
	height: 40px;
	margin-top: 5px;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
}

.lang-active 
{
    background-color:transparent;
}

.btn-secondary
{
    background-color:transparent;
    border-color: transparent;
    color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus
{
    background-color:transparent;
    border-color: transparent;
    color: #fdb822;
}

.logo-st 
{
    background-color:#fff;
    text-align: right;
    /*margin: 0.5em 0;*/
}
.logo-st img
{
    width: 35%;
    text-align: left;
    vertical-align: middle;
}

.navbar
{
    margin-bottom: 0;
	text-transform: uppercase;
}

.navbar .navbar-nav
{
    text-align: left;
    line-height: 3em;
}

.navbar li a 
{
	text-shadow: none;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.45s ease-in-out;
	
}

.navbar ul:first-child
{
	/*margin: 15px auto 0 auto;
	border-bottom: solid 1px #231F20;
	border-top: solid 1px #231F20;*/
}

.navbar ul > li
{
	margin-left: 5px;
	margin-right: 5px;
}

@media screen and (min-width:992px) 
{ 
	.navbar .container-fluid
	{
		flex-direction: column;
	}
	
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    background-color:transparent;
    box-shadow:none;
	
    color:#EBB576;
    text-decoration: none;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus
{
	color: #EBB576;
	transition: all 0.3s ease-out !important;
}

.navbar-brand img
{
	width: 250px;
}




.dropdown-menu {
	line-height: 1.5em;
	--dropdown-zindex: 1000;
	/*--dropdown-min-width: 10rem;
	--dropdown-padding-x: 0;
	--dropdown-padding-y: 0.5rem;
	--dropdown-spacer: 0.125rem;
	--dropdown-font-size: 1rem;*/
	--dropdown-color: #EBB576;
	--dropdown-bg: #fff;
	border-bottom-color:transparent;
	/*--dropdown-border-color: var(--border-color-translucent);*/
	--dropdown-border-radius: 0rem;
	--dropdown-border-width: 0;
	/*--dropdown-inner-border-radius: calc(0.25rem - 1px);
	--dropdown-divider-bg: var(--border-color-translucent);
	--dropdown-divider-margin-y: 0.5rem;
	--dropdown-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
	--dropdown-link-color: #22262a;
	--dropdown-link-hover-color: #1f2226;
	--dropdown-link-hover-bg: none;
	--dropdown-link-active-color: #fff;
	--dropdown-link-active-bg: #010156;
	--dropdown-link-disabled-color: #adb5bd;
	--dropdown-item-padding-x: 1rem;
	--dropdown-item-padding-y: 0.25rem;
	--dropdown-header-color: #6d757e;
	--dropdown-header-padding-x: 1rem;
	--dropdown-header-padding-y: 0.5rem;
	color: var(--dropdown-color);*/
	font-size: var(--dropdown-font-size);
	list-style: none;
	text-align: left;
  }

.dropdown-item 
{
	background-color: transparent;
	border: 0;
	clear: both;
	color: var(--dropdown-link-color);
	display: block;
	font-weight: 400;
	padding: var(--dropdown-item-padding-y) var(--dropdown-item-padding-x);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
  }




  .dropdown-item > li > a:hover
  {
	background-color: #231F20;
  }

 
  @media (min-width: 1000px)
  {
	.dropdown-menu
	  {
		  display: block;
		  margin-top: 1.5em;
		  opacity: 0;
		  transition: all 0.3s ease-in !important;
	  }
	  .dropdown:hover>.dropdown-menu 
	  {
		  display: block;
		  margin-top: 0;
		  opacity: 1;
		}
	
  }

  
  
  /*
  
  @media screen and (max-width: 979px) {
	  .dropdown-menu  {
		position: static;
		display: block;
		top: auto;
	  }
	}*/

	.video-style
	{
		max-height: 700px;
		overflow: hidden;
	}

	.video-style video
	{
		height: 100%;
		margin-top: 10px;
		overflow: hidden;
	}
	.video-style p 
	{
		margin: 0;
		padding: 0;
		line-height: 0;
		
	}
	
	.posts-style
	{
		width: 80%;
		margin: 0 auto;
		
		min-height: 50px;
		padding: 3em 0;
		text-align: center;
	}
	
	.posts-style h2
	{
		font-family: 'Open Sans', sans-serif;
		display: block;
		margin: 0 0 1.2em 0;
		
	}
	
	.posts-style h2::after
	  {
		background: none repeat scroll 0 0 #fdb822;
		top: 1.7em;
		content: "";
		height: 3px;
		left: 0;
		margin: 0 0 0 48%;
		position: absolute;
		width: 50px;
	  }
	
	.posts-style h6
	{
		margin: 0.5em 0;
		text-align: center;
	}
	
	.posts-style a
	{
		display: block;
		text-decoration: none;
		transition: all 0.45s ease-in-out;
	}
	
	.posts-style a:hover
	{
		color: #EBB576;
		transition: all 0.3s ease-out !important;
	}



.tab-nav-style .moduletable 
{
	background-color:transparent;
	/*width: 35%;*/
	margin: 2em auto;

}

.tab-nav-style img
{
	/*margin: 0;
	padding: 0;*/
	margin: 0 10px 0 0;
	padding: 15px;
	float: left;
	max-width: 40%;
}

.tab-nav-style h5
{
	margin: 0;
	padding-top: 4em;
	text-align: justify;
}

.tab-nav-style ul
{
	display: flex;
  	justify-content: center;
}

.nav-tabs
{
	--nav-tabs-border-width: 0x;

  }

.nav.nav-tabs
{
	background-color: transparent;
	border: 0;
	box-shadow:none;
	width: 80%;
  	margin: auto;
}

.nav.nav-tabs .nav-item 
  {
	border: 0;
	border-color: transparent;
	
  }


.nav.nav-tabs .nav-link
{
	text-align: center;
	width: auto;
	
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease-out !important;
}

.nav.nav-tabs .nav-link:hover
{
	color: #EBB576;
	transition: all 0.3s ease-in !important;
}

.nav.nav-tabs .nav-link.active 
{
	background-color:#000;
	color: #fff;
  }

  .nav-tabs + .tab-content
  {
	border: 0;
	border-radius:0;
  -webkit-box-shadow:0;
  box-shadow:none;
  width: 60%;
  margin: auto;
  }

  .card {
	
	--card-border-color:none;
	
  }

.carousel
{
    height: 100%;
    overflow: hidden;
}

  @media (max-width: 767px) {
	.carousel-inner .carousel-item > div {
		display: none;
	}
	.carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	.carousel-inner .carousel-item-start.active, 
	.carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
	transform: translateX(0);
}

.section_style
{
	width: 100%;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

/*  Marquee */

.mar .moduletable 
{
	width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
	background:#231F20;
}


.marquee {
    width: 60%;
    min-height: 200px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    height: 10vh; /* can be adjusted*/
    user-select: none;
    gap: 3rem; /* can be adjusted, but change it every where*/
    padding-top: 1rem; /* can be adjusted*/
    padding-bottom: 1rem; /* can be adjusted*/

    /*background-color: green;
   /*transform: skewY(-3deg); */
   /*transform: rotate(-5deg) translateY(-30px) translateX(50px);*/

  }



  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    min-width: 70%;
    animation: scroll 30s linear infinite reverse;
  }

  .marquee-item
  {
    text-align: center;

    /*background-color: antiquewhite;*/
    color: #fff;
    padding: 2em;
  }

  .marquee-item h2
  {
 
    
  
    font-weight: 400;
  }

  .marquee-item span
  {
 
    
    font-size: 2vw;
    font-weight: 400;
  }

 

  @keyframes scroll {
    from {
        transform: translateX(calc(-100% - 2rem));
    }
    to {
      
      transform: translateX(0);
    }
  }

/*  Marquee */




.image-b
{
    background-image: url(/media/templates/site/j4starter/images/bake.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.intro
{
	padding-top: 70px !important;
	padding-right: 70px !important;
	/*padding-bottom: 70px !important;*/
	padding-left: 30px !important;
	background-color: #f7f7f7 !important;
	
}


.intro h4::after
  {
	background: none repeat scroll 0 0 #fdb822;
    top: 2em;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto -15px auto;
    position: absolute;
    width: 60px;
  }

  .intro p
  {
	margin-top: 3em;
	text-align: justify;
  }
  
  
  .products-style
  {

	
	padding: 3em 0 0 0;
	text-align: center;
	width: 100%;

  }

  .products-style img
  {
	/*width: 80%;*/
  }

  
.products-style h2
{
	font-family: 'Open Sans', sans-serif;
	display: block;
	margin: 0 0 1.2em 0;
	
	
}

.products-style h2::after
  {
	background: none repeat scroll 0 0 #fdb822;
    top: 1.7em;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 0 0 48%;
    position: absolute;
    width: 50px;
  }

 

  .footer
  {
	/*width: 100vw;
    margin-left: calc(-50vw + 50% - 20px);*/
	margin-top: 0;
	position: relative;
	isolation: isolate;
  background-image: url('/media/templates/site/j4starter/images/bk.svg') ;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: cover;
	text-align: center;
	background-color: #231F20; 
  }

  

  .footer::after
  {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 0;
	background-color: #231F20; 
	opacity: 0.9;
  }



  .footer .footer-icons
  {
	margin: 1.5em 0;
	font-size: 1.5em;
  }

  .footer .footer-icons a
{
	text-decoration: none;
	transition: all 0.45s ease-in-out;
}

.footer .footer-icons a:hover
{
	color: #EBB576;
	transition: all 0.3s ease-out !important;
}

  .footer .footer-icons span
  {
	margin: 0 5px;

  }





  .footer .footer-img
  {
	margin-bottom: 2em;
  }

  .footer .footer-img img
  {
	width: 20%;
  }

  .footer .footer-info

{
	font-size: 14px;
}

.logo-footer {
    /* margin-left: 15px; */
    /* margin-top: 71px; */
    width: 75px;
    height: auto;
    position: relative;
    /* padding-right: 35px; */
    margin-top: /*50*/62px !important;
}

.footer-info-section
{
   
    border-right: 1px solid white;

	height: 150px;
	text-align: left;
    
}

.footer-menu-style
{
	text-align: center;
	
}

.footer-flags
{
	text-align: left;
}


.contact-info-footer > p > i 
{
	margin-right: 0.7em;
    line-height: 1.2em;
}

.location-map
{
	margin: 2.5em 0;
	display: flex;
	width: 100%;
	border: 0;
	text-align: center;
}

.contact-us-f
{
	background-color:transparent;
	width: 80%;
	margin: 0 auto;
}

.Contact-us-form
{
	/*padding-left: 5em;*/
}

.moduletable  #cf_1 {
	--font: Arial;
--max-width: 100%; 
--background-color: none;
--border-radius: 0px;
--control-gap: 10px;
--label-color: #333333;
--label-size: 16px;
--label-weight: 400;
--input-color: #888888;
--input-text-align: left;
--input-background-color: #ffffff;
--input-border-color: #cccccc;
--input-border-radius: 3px;
--input-size: 16px;
--input-padding: 12px 12px;

}

.com-content-article__body #cf_5
{
	--background-color: none;
}

.bred-nav
{
	padding: 0;
	margin-top: 10px;
}

.bred-bg
{
	position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	/*background-image: url("https://preview.milingona.co/themes/bakery/catalog/wp-content/uploads/2017/12/header-1.jpg");*/
}

.bred-bg::before
{
	content: "";
      background-image: url("https://preview.milingona.co/themes/bakery/catalog/wp-content/uploads/2017/12/header-1.jpg");
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
}
.mod-breadcrumbs__wrapper
{
	background-color: #231F20;
	height: 5em;
	line-height: 4.2em;
	color: #fff;
}



.icon-location::before {
	content: "";
  }

  .breadcrumb-item + .breadcrumb-item::before {
	color: var(--breadcrumb-divider-color);
	content: "/";
	color: #EBB576;
	float: left;
	padding-right: var(--breadcrumb-item-padding-x);
  }

  .breadcrumb-item.active
  {
	color: #fdb822;
  }



.com-content-article
{
	width: 80%;
	margin: 0 auto;
	
}

.page-header
{
	margin: 2em 0;
}

.com-content-article__body
{
	
}
.com-content-article__body p
{
	width: 100%;
	text-align: justify;
	margin: 20px 0;
}

.com-content-article__body img
{
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
  	width: 533px;
	height: auto;
}

.com-content-article__body table
{
	width: 50%;
}

.cards-style
{
	width: 90%;
	margin: 10px auto;
	animation-duration: 6s;
	
}

.overlay-style
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: background 0.5s ease;
}

.fs-1 
{
	font-size: 1.5rem !important;
	opacity:0;
}

.cards-style .card:hover .overlay-style
{
	display: block;
	background: rgba(0, 0, 0, 0.5	);
}

.heading-animation
{
	position: relative;
	/*width: 500px;*/
	left: 0;
	top: 40px;
	text-align: center;
	color: #231F20;
	z-index: 1;
	transition: top .5s ease;
}

.cards-style .card:hover .fs-1 
{
    opacity:1;
}

.cards-style .card:hover .heading-animation {
	top: 20px;
	color: #fff;
  }

.cards-style .card
{
	max-width: 20em;
	margin: 10px auto;
}

.cards-style .card button
{
	position: relative;
	padding: 5px;
	border: 1px solid #fff;
	top: 40px;
	background-color: #fdb822;
	text-align: center;
	opacity: 0;
	font-weight: bold;
	width: 100px;
	transition: opacity .35s ease;
	transition: all 0.45s ease-in-out;
  }

  .cards-style .card button a
  {
	text-decoration: none;
	
  }

.cards-style .card:hover button
{
	opacity: 1;
}

.read-more-hp
{
	display: block;
	max-width: 110px;
	background-color: #231F20;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 6px;
	border: 1px solid #EBB576;
	transition: all 0.45s ease-in-out;
}

.intro a:hover
	{
		color: #EBB576;
		transition: all 0.3s ease-out !important;
	}

.nav-tabs + .tab-content
{
	background-color: transparent;
}

#navbarSupportedContent
{
	border-bottom: solid 1px #231F20;
  	border-top: solid 1px #231F20;
  	margin: 15px auto 0 auto;
}

.form-search
{
	display: flex !important;
	/*border: 5px solid #fdb822;*/
	margin-left: 5px;
  	margin-right: 5px;
}

.careers-experienced
{
    display: flex;
    flex-flow: column;
    text-align: center;
    background-color: #221E1F;
    color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin:10px auto;
    /*background:#221E1F;*/
}

.careers-experienced p
{
    text-align: center;
}

.careers-experienced img
{
    width: initial;
    height: initial;
    max-height: 60px;
}


.careers-fresh
{
    display: flex;
    flex-flow: column;
    text-align: center;
    background-color: #221E1F;
    color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin:10px auto;
    /*background:#221E1F;*/
}

.careers-fresh p
{
    text-align: center;
}

.careers-fresh img
{
    width: initial;
    height: initial;
    max-height: 60px;
}


.careers-non-degree
{
    display: flex;
    flex-flow: column;
    text-align: center;
    background-color: #221E1F;
    color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin:10px auto;
    /*background:#221E1F;*/
}

.careers-non-degree p
{
    text-align: center;
}

.careers-non-degree img
{
    width: initial;
    height: initial;
    max-height: 60px;
}

.careers-cooperative-training
{
    display: flex;
    flex-flow: column;
    text-align: center;
    background-color: #221E1F;
    color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin:10px auto;
    /*background:#221E1F;*/
}

.careers-cooperative-training p
{
    text-align: center;
}

.careers-cooperative-training img
{
    width: initial;
    height: initial;
    margin: auto;
    max-width: 65px;
}

.awesomplete > .form-control
{
	border: 1px solid #EBB576;
	border-radius: 0;
}


.barly > ul.sigFreeClassic
{
 margin: 8px 20%;
}

@media (max-width: 992px)
{
	.barly ul.sigFreeClassic
	{
		margin: 8px auto !important;
	}
}



