.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
  /* margin-top: 6px; */
  /* height: 110px; */
  padding-right: 7px;
  }
  .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: 110px; */
    padding-right: 0px;
    float: right;
    }
    .header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; }
      .header_menu_area > ul > li > a {
        width: auto;
        float: left;
        /* margin: 0 9px; */
        position: relative;
        font-size: 14px;
        /* font-family: 'Montserrat', sans-serif !important; */
        font-weight: 400;
        color: #fff;
        letter-spacing: 0px !important;
        padding: 29px 5px;
        margin: 0 5px;
        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;
        /* text-transform: uppercase; */
        text-decoration: none;
        padding-bottom: 20px;
        }
        .header_menu_area > ul > li > a:hover {
          color: #ffd700 !important;
          background: none;
          }
          .header_menu_area > ul > li > a:hover svg {
          fill: #000;
          }
        .header_menu_area > ul > li > a::after {
          content: '';
          position: absolute;
          width: 100%;
          color: #f14a36 !important;
          text-decoration:none !important;
          height: 0px;
          background: rgb(21 23 25 / 0%);
          left: 0;
          top: 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%; }
      
     
            .submenu:hover .sub-menu-1 {
    height: 399px;
 .d-n{

            }
.sub-menu-1 {
    position: unset;
    top: 58px;
    padding: 5px 20px;
    left: 0;
    right: 0;
    background-color: #222222;
    overflow: hidden;
    width: 210px;
    height: 0;
    transition: .5s ease;
    z-index: 6000;
}
.sub-menu-1
    li {
    float: left;
    text-align: left;
    width: 100%;
    list-style: none;
    padding: 5px 0;
}
        .submenu{
    position: relative;
        }
        .top-right{
    display: none;
        }
        .menu
    ul:after{
          bottom: 62%;
        }
        .menu
    li:hover>ul {
    visibility: visible;
    opacity: 1;
    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: 24px 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; }
      .header_menu_area > .mob_nav >
    div {
        background: #078c2f;
    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: #0a0909;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    }
  .mob_nav.open >
    div:nth-child(3) {
    background: #0a0909;
    -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: #000000;
    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: 132px;
    }
    .header_menu_area >
    ul > li {
      width: 100%; }
      .header_menu_area >
    ul > li > a {
        color: #fff;
    width: 100%;
    line-height: 30px;
    padding: 10px 5%;
    text-align: left;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
        .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; */
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.menu {
    display: block;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu li a {
    text-decoration: none;
    padding: 35px 18px;
    display: block;
    color: #fff;
    transition: all .2s ease-in-out 0s;
    font-size: 14px;
    font-weight: 500;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}
a.homer {
    background: #0f8034;
}
.copy-menu{
    left: -219px !important;
}
.copy-menu:after{
    bottom: 83% !important;
    left: 100% !important;
    transform: rotate(314deg
 ) !important;
}
.menu ul {
    top: 105px;
  }
  .menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu ul li a {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 15px 10px;
    display: block;
    color: #ffffff;
    background: #151515;
    border-bottom: solid 1px #ffffff21;
}
.menu li a {
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 58px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 219px !important;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #424448;
    border-width: 6px;
    margin-left: -6px;
    display: none;
}.menu-new:after {
    bottom: 73% !important;
    left: 0% !important;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: #f14a36 !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
135deg
);
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: #212224;
    color: #fff;
}




@media (max-width: 1024px) {
  .ham-nav{
    display: none;
  }.menu-new{
    margin-top:0 !important;
  }
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    position: unset;
    width: 100%;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
    .li-hd{
        float: left;
        margin-top:20px !important;
    }
    .head-quote {
    /* display: none; */
    /* margin: 10px 0 0 20px !important; */
    background: transparent !important;
    border: none !important;
}
    .sub-menu-1{
        width:100%;
    }
   
   
    .head-quote {
    color: #fff !important;
    background: #a3238e;
    padding: 10px 17px 10px !important;

}
    .header_menu_area {
        position: inherit;
        height: auto;
    }

    .header_menu_area > .mob_nav {
        display: block;
        float: right;
        width: 28px;
        height: 28px;
        /* z-index: 1; */
        
        position: relative;
        margin: 31px 10px 0;
        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: 20px;
    }

    .header_menu_area > .mob_nav > div {
        background: #ffd700;
        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: #fbd400;
        -webkit-transform: rotate(47deg);
        transform: rotate(47deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(47deg);
    }

    .mob_nav.open > div:nth-child(3) {
        background: #fbd400;
        -webkit-transform: rotate(-45deg);
        /* transform: rotate(-45deg); */
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .header_menu_area > ul {
      overflow-x: hidden;
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      background: #a3238e;
      padding: 20px 0px !important;
      min-height: 100vh;
      visibility: hidden;
      opacity: 0;
      z-index: 9999999;
      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;
    }

    .header_menu_area > ul > li {
        width: 100%;
    }

    .header_menu_area > ul > li > a {
        color: #fff !important;
        width: 100%;
        line-height: 30px;
        background: #000;
        /* margin: 0; */
        margin: 0;
        padding: 10px 0 10px 8px;
        text-align: left;
        overflow-x: hidden;
        border-bottom: solid 1px rgb(43 43 43);
    }

    .header_menu_area > ul > li > a::after {
        width: 0px;
        height: 100%;
        /* background: #ee7325; */
    }

    .header_menu_area > ul > li > a:hover::after {
        width: 4px;
    }

    .header_menu_area ul.view {
        visibility: visible !important;
        opacity: 1;
        background: #000;
        /* border-top: 1px solid #fdf1f159; */
        /* z-index: 10000 !important; */
        display: block !important;
        overflow-x: hidden;
        top: 130px;
    }

    .header_user_area {
        right: calc(5% + 70px);
    }
}



@media (min-width:1025px) and (max-width:1200px){

    .header_menu_area > ul > li > a {
    width: auto;
    float: left;
    margin: 0 7px;
    position: relative;
    font-size: 13px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px !important;
    /* padding: 43px 6px; */
    }
}


@media(min-width:1201px) and (max-width:1307px){
    .header_menu_area > ul > li > a{
        padding-left:9px;
        padding-right:9px;
    }
    .header_menu a svg{
        left:19px;
    }
}




@media (max-width: 500px) {
    
}

.header_menu_area > ul li ul.submenu {
    *display: none;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    position: absolute;
    width: 210px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-left: 25px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.10);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}