@charset "utf-8";
/* CSS Document */

.button_container {
  width: 80px;
  float: left;
  text-align: center;
  transition: opacity 0.25s ease;
  cursor: pointer;
  margin: 0 0 0;
  position: relative;
  z-index: 999999999;
  display: none;
}
.button_container .button_line {
  width: 30px;
  height: 29px;
  float: left;
  margin: 0 0 0;
}
.button_container .button_text {
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.75px;
  line-height: 1.75;
  margin: 0 0 0;
  text-transform: uppercase;
}
.button_container.active .button_text{
    margin-top: 3px;
}
.button_container.active .button_text {
  color: #0f5385;
}
.button_container.active .button_line .top {
  width: 100%;
  background: #0f5385;
  border-radius: 0;
  transform: rotate(45deg) translate(8.5px, 8.5px);
}
.button_container.active .button_line .middle {
  opacity: 0;
  display: none;
  background: #0f5385;
  border-radius: 0;
}
.button_container.active .button_line .bottom {
  width: 100%;
  background: #0f5385;
  border-radius: 0;
  transform: rotate(-45deg) translate(-5.5px, 5.5px);
}
.button_container .button_line span {
  width: 100%;
  height: 4px;
  float: left;
  background: #ffffff;
  border-radius: 0;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  cursor: pointer;
  margin: 0 0 0;
  position: relative;
}
.button_container .button_line span:nth-of-type(2) {
  width: 100%;
  margin: 4px 0 4px;
}
.overlay .header-row1 img {
    width: 210px;
}
.mobile-menui{background: #0f5385; position: fixed; width: 100%; top: 0; height: 52px;z-index: 99999; padding: 16px 0%; display: none;}
.overlay {
  width: 100%;
  height: 0%;
  background: #ffffff url(../images/menu-logo-brown-plain-shape1.svg) no-repeat right bottom / 40%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none;
    padding-inline: 2rem;
    padding-bottom: 3rem;

}
.overlay .header-row1 {
    display: flex;
}
.overlay .menu-row7 .menu-icons {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}
.overlay .menu-row7 .menu-icons li {
    width: 37px;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  
  
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  animation-delay: 0.7s;
}
.overlay.open li:nth-of-type(9) {
  animation-delay: 0.75s;
}
.overlay.open li:nth-of-type(10) {
  animation-delay: 0.8s;
}
.overlay.open li:nth-of-type(11) {
  animation-delay: 0.85s;
}
.overlay nav {
  width: 48%;
  float: right;
  font-size: 50px;
  margin: 0 0 0;
  position: relative;
}
.overlay ul li {
  /*height: calc(100% / 8);
  min-height: 50px;*/
  opacity: 0;
}
.overlay-back {
	width: 44%;
	height: 100%;
	float: left;
	background: #e4fffa url(../images/menu-bg.png) no-repeat center / cover;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



.overlay .menu-row7 {
    width: 100%;
    float: left;
    margin: 40px 0 60px;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {

.button_container .button_line {
    width: 22px;}
.overlay .header-row1 img
 {
    width: 150px;
}
.button_container .button_text {
  font-size: 12px;
  line-height: 1.95;
}
.overlay {
  width: 320px;
  margin: 0 0 0;
  padding-top: 57px;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100%;
  margin: 0 0 0;
  right: 0;
}
.overlay .menu-row7 {
   
    margin: 10px 0 0px;
}
.overlay .menu-row7 .menu-icons li {
    width: 30px;
}

.button_container {
  width: 70px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.button_container {
  width: 80px;
  position: fixed;
  top: 16px;
  left: 5%;
}
.button_container .button_text {
  font-size: 12px;
  line-height: 1.95;
}
.overlay {
  width: 320px;
  margin: 0 0 0;
  padding-top: 5rem;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100%;
  margin: 0 0 0;
  right: 0;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.button_container {
  width: 80px;
  position: fixed;
  top: 16px;
  left: 5%;
}
.button_container .button_text {
  font-size: 12px;
  line-height: 1.95;
}
.overlay {
  width: 320px;
  margin: 0 0 0;
}
.overlay-back {
  width: 100%;
  display: none;
  margin: 0 0 0;
}
.overlay nav {
  width: 100%;
  margin: 0 0 0;
  right: 0;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.button_container {
  width: 26px;
  top: 30px;
  left: 3%;
}
.button_container .button_text {
  display: none;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.button_container {
  width: 26px;
  top: 36px;
  left: 3%;
}
.button_container .button_text {
  display: none;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.button_container {
  width: 26px;
  left: 3%;
}
.button_container .button_text {
  display: none;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.button_container {
  width: 26px;
  left: 3%;
}
.button_container .button_text {
  display: none;
}
}

@media screen and (min-width:1341px) and (max-width:1540px) {
.button_container {
  width: 26px;
  left: 3%;
}
.button_container .button_text {
  display: none;
}
}

@media screen and (min-width:1541px) and (max-width:1540px) {

}




@media screen and (max-width:767px) {

.button_container{display: block;}
.overlay {display: block;
}
.mobile-menui{display: block;}

.button_container {
  left: 5%;
  
  
}

.button_container.active {
    left: 2rem;
}

   
}

@media screen and (max-width: 767px) {
 .overlay {
        padding-top: 100px;
    }
    #cssmenu{
      margin-top: 35px;
        /* display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        height: 100%; */
    }
.overlay .menu-row7 .menu-icons li {
    width: 30px;
}
.overlay .menu-row7 {
        margin: 35px 0 0px;
    }

    
}