a{
    text-decoration: none !important;
}
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}

#breadcrumbs li a{
color:#fff;
}

  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:600;
    color:#ccc;
}

.item-home a {
    color: #fff;
    background: #f5ab35;
    padding: 5px 15px 5px 15px;
    font-weight: 500;
}

#breadcrumbs li strong {
color: #fff !important;
}

section { 
  /*height: 2000px;
  padding-top: 20px; */}


.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%;
  z-index: 999;
   }

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background:#ffffff; 
  background-repeat: no-repeat;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.title-container {
    z-index: 500;
    position: absolute;
    /* top: 35%; */
    width: 100%;
    text-align: center;
    color: #fff;
    /*background: radial-gradient(ellipse at center, #0e0e0ee3 0%,rgba(245, 171, 53, 0) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0ee3 ', endColorstr='rgba(245, 171, 53, 0)',GradientType=1 );
    height: 100%;
}

.homepage-hero-module {
height:200px !important;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100% !important;
  height: auto !important;
}

.headline h1{
    color: #fff;
    text-shadow: 2px 2px 1px #272626;
    font-size: 50px;
    margin-top: 10%;
}

#google_translate_element {
  top: 0px;
  z-index: 99999;
}

.top-middle{
    background: #fff;
}

.sticky{
    background: #fff !important;
}

.top-middle-img{
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: flex-end;
}

.top-middle-img .aw-logo{
    width: 70px !important;
}

.top-middle-img .aw-logos{
    width: 150px !important;
}
.goog-te-gadget-simple {
    /*height: 39px !important;*/
    border: none !important;
    padding-left: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

/*header dropdown menu fix*/
#navbar .navbar-nav .dropdown-menu{
    width: fit-content !important;
}

.top-wrap123{
            display: flex !important;
            align-items: center !important;
        }
        