.header_menu_area {
  width: 100%;
  float: right;
  position: relative;
  text-align: center;
  /* margin-top: 6px; */
  height: 100%;
  margin-right: 0px;
  padding-right: 0px;
  }
  .header_menu_area > .mob_nav {
    display: none; }
  .header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    height: 100%;
    /* padding-right: 55px; */
    /* float: right; */
    padding-top: 15px;
    }
    .header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      color: white;
      }
      .header_menu_area > ul > li > a {
       width: auto;
       float: left;
       cursor: pointer;
       text-decoration: none;
       position: relative;
       font-size: 16px;
       font-weight: 500;
       color: #fff;
       letter-spacing: 0px !important;
       padding: 45px 14px;
       z-index: 1;
       transition: all ease-in-out 0.5s;
       -o-transition: all ease-in-out 0.5s;
       -ms-transition: all ease-in-out 0.5s;
       -moz-transition: all ease-in-out 0.5s;
       -webkit-transition: all ease-in-out 0.5s;
       padding-bottom: 0px;
       padding-top: 0px;
       /* padding-top: 10px !important; */
       padding-right: 40px;
       /* padding-right: 0px; */
       /* font-family: 'Calibri'; */
       }
        .header_menu_area > ul > li > a:hover {
        /* color: #ada9a7 !important; */
        color: #ffc283;
        }



.header_menu_area > ul > li.active > a{
  color: red !important;
}

          .header_menu_area > ul > li > a:hover svg {
          fill: #000;
          }
        .header_menu_area > ul > li > a::after {
          content: '';
          position: absolute;
          width: 100%;
          color: #fff !important;
          text-decoration:none !important;
          height: 0px;
          left: 0;
          bottom: 0;
          z-index: -1;
          transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s;
          color: white;
          }
        .header_menu_area > ul > li > a:hover::after {
          height: 100%; }
      @media (max-width: 1024px) {
        .menu ul:after{
          bottom: 62%;
        }
        .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    width:100%;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
}
        .ham-nav{
            display: none;
        }
        .header_menu a svg{
            display: none;
        }
          .sub-menu-1{
              position:unset !important;
              width:100% !important;
          }
  .header_menu_area {
    position: inherit; }
    .header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 28px;
      margin: 0 0px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      margin-top: 30px;
      position: relative;
    z-index: 1111;
      /* margin-right: 15px; */
      }
      .header_menu_area > .mob_nav > div {
        background: #ffffff;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        width: 100%;
        }
        .header_menu_area > .mob_nav > div:nth-child(1) {
          top: 2px; }
        .header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
          top: 13px; }
        .header_menu_area > .mob_nav > div:nth-child(4) {
          top: 23px; }

  .mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; }
  .mob_nav.open > div:nth-child(2) {
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    }
  .mob_nav.open > div:nth-child(3) {
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    }

  .header_menu_area > ul {
    width: 100%;
    position: absolute;
    /* top: 100%; */
    left: 0;
    background: #4f5147;
    padding: 20px 0px !important;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 75px;
    }
    .show{/* background: #eb202b !important; */}
    .header_menu_area > ul > li {
      width: 100%; }
      .header_menu_area > ul > li > a {
        color: #fff !important;
        width: 100%;
        line-height: 30px;
        padding: 10px 5%;
        text-align: left;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        }
        .header_menu_area > ul > li > a::after {
          width: 0px;
          height: 100%;
          background: #fff; }
        .header_menu_area > ul > li > a:hover::after {
          width: 4px; }
  .header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
    }

  .header_user_area {
    right: calc(5% + 70px); } }

.active-menu{
  background: #0A6A26;
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    /* width: 350px; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 560px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}
a.homer {
    background: #0f8034;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 33px;
    padding: 0;
    /* width: 450px; */
    position: absolute;
    /* left: -189px; */
    background: #ffffff;
    z-index: 99;
    transform: translate(22px,0px);
    transition: all 0.5s ease-out;
    /* width: 450px; */
    box-shadow: 0 2px 8px rgb(55 73 87 / 6%), 0 15px 30px rgb(55 73 87 / 10%);
    border-radius: 10px;
    padding-bottom: 14px;
  }
  .menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: auto;
    border-radius: 10px;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu ul li a {
    font-size: 16px;
    /* font-weight: 500; */
    text-align: left;
    padding: 11px 15px;
    display: block;
    color: black;
    background: #ffffff;
    /* border-bottom: solid 1px rgb(99 96 96 / 10%); */
    /* border-right: solid 1px rgb(0 0 0 / 10%); */
    border-radius: 15px;
    /*font-family: 'Calibri';*/
    padding-bottom: 3px;
}

.hvr-sub{
float: left;
width:100%;
}

.hvr-sub:hover{
  background-color: #ffffff !important;
  text-decoration:none !important;
  color: #ad6419 !important;
  /* padding-left:20px; */
}
