.header_absolute {
  background: transparent;
  position: absolute;
}
.header_fixed {
  position: fixed !important;
}
.header.header_style_two.header_fixed .logo_box img {
  width: 60px;
}
.header.header_style_two {
    position: absolute;
    padding: 20px;
    z-index: 99;
    left: 0;
    width: 100%;
    top: 0;
    transition: background .5s ease-in-out;
  }
  
  .header.header_style_two .inner_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .header.header_style_two .container-fluid {
    padding: 0px 150px!important;
  }
  
  .header.header_style_two .logo_box {
    position: relative;
    min-width: 220px;
    padding-right: 50px;
  }
  
  .header.header_style_two .logo_box img {
    width: 90px;
    margin: auto;
    transition: width .5s ease-in-out;
  }
  
  .header.header_style_two .m_right_content {
    padding-left: 50px;
    display: none;
  }
  
  .header.header_style_two .m_right_content ul {
    padding: 0px;
    margin: 0px;
  }
  
  .header.header_style_two .m_right_content ul li {
    position: relative;
    padding-bottom: 0px;
    list-style: none;
    display: inline-block;
    padding-right: 20px;
  }
  
  .header.header_style_two .m_right_content ul li:last-child {
    padding-right: 0px;
  }

  @media (max-width: 1200px) {
    .header.header_style_two .container-fluid {
      padding: 0px 15px!important;
    }
  }

  @media(max-width: 1024px) {
    .header.header_style_two .m_right_content {
      display: block;
    }
    .navbar-close svg path {
      stroke: #000;
  }
 
  @media (max-width: 768px) {
    .header.header_style_two .m_right_content ul {
      display: none;
    }
  }
    @media(max-width: 767px) {
      .header.header_style_two {
        padding: 0 20px;
      }
    }
 