@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

  body {
    font-family: "Urbanist", sans-serif;
  }

  ul#menu-header-menu li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    line-height: 26px;
    transition: 0.4s all ease-in-out;
  }

    ul#menu-header-menu li a:hover {
      color: #FFC61A;
    }

    .menu-header-menu-container .menu-item-has-children {
  position: relative;
  cursor: pointer;
}

.menu-header-menu-container .sub-menu {
  position: absolute; 
  top: 40px;
  left: 0;
  background-color: #ffc61a;
  z-index: 9999;
}

.menu-header-menu-container .caret.fa.fa-angle-down {
  color: #fff;
  margin: 0 0 0 10px;
   transition: all 0.3s ease;
}

.menu-header-menu-container .menu-item-has-children:hover .caret.fa.fa-angle-down {
   color: #ffc61a;
}


.menu-header-menu-container .menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s ease;
  min-width: 230px;
}

.menu-header-menu-container ul#menu-header-menu .sub-menu a {
    color: #2c2c2c;
    border: none;
    padding: 12px 30px;
    margin: 0 0;
    display: inline-block;
}


.menu-header-menu-container .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.menu-header-menu-container .sub-menu .menu-item-has-children {
  position: relative;
}

.menu-header-menu-container .sub-menu .children {
  position: absolute;
  top: 0;
  left: 100%; 
  margin-left: 1px;
  background-color: #597381;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  min-width: 230px;
  z-index: 9999;
}

.menu-header-menu-container .sub-menu .menu-item-has-children:hover > .children {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}


.menu-header-menu-container .sub-menu .children a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.footer-block.one .menu li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  /* text-transform: uppercase; */
  transition: 0.4s all ease-in-out;
}

.footer-block.one .menu li a:hover {
  color: #ffc61a;
} 

.footer-block.one .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 25px;
}


  .shinewrap {
    overflow: hidden;
    position: relative;
  }

  .shinewrap:hover::before {
    animation: shine .75s
  }

  .shinewrap::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,#fff0 0%,rgb(255 255 255 / .3) 100%);
    transform: skewX(-25deg)
  }

@keyframes shine {
  100% {
    left: 125%
  }
}





@media (max-width:1650px){ 


}

@media (max-width:1600px){ 



}

@media (max-width:1510px){ 

}



@media (max-width:1500px){ 

}


@media (max-width:1400px){ 


    
}




@media (max-width:1320px){  


}

@media (max-width:1200px){   




  

}

@media (max-width:1100px){   



}


@media (max-width:1024px){   


}



@media (max-width:1200px){  

}

@media (max-width:1100px){  


}

@media (max-width:1000px){   


}


@media (max-width:991px){  
 
  .menu-header-menu-container {
    position: relative;
    top: 15%;
    left: 0px;
  }
  .menu-header-menu-container ul#menu-header-menu li a {
    padding: 20px 10px;
    border-left: 0;
    border-right: 0;
    display: block;
    width: 100%;
    max-width: fit-content;
  }
  .menu-header-menu-container li {
    width: 100%;
    border-bottom: 1px solid #ffffff4d;
  }

  .menu-header-menu-container    .menu-item-has-children .sub-menu li {
     border-bottom: 1px solid #2c2c2c6e;
  }
  .menu-header-menu-container .menu-item-has-children:hover > .sub-menu,
  .menu-header-menu-container .sub-menu .menu-item-has-children:hover > .children {
    opacity: 0;
    visibility: hidden;
    max-height: inherit;
  }   

  header  .menu-header-menu-container .menu-item-has-children.active ul.sub-menu {
    opacity: 1;
    visibility: inherit;
    position: relative;
    transform: none;
    display: block;
    max-height: 100%;
  }

  .menu-header-menu-container ul#menu-header-menu li.menu-item-has-children .caret {
    display: block;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 23px;
    transform: translate(-50%, 0);
    padding: 5px 5px;
  }

  .menu-header-menu-container .sub-menu {
    top: 0;
    transition: none !important;
  }
  
}

@media (max-width:767px){  

}


@media screen and (max-width: 991px) and (orientation: landscape) {
.menu-header-menu-container {
    top: 25%;
}

div#headermobile-popup {
    padding-bottom: 40px;
}

}