@media screen and (max-width: 992px) {
  /* ---------Moblie Menu------------- */
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #dba442;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  .small nav .menu iconify-icon {
    color: #fff;
    font-size: 38px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }
  .small nav .sidebar > ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar > ul > li {
    padding: 10px;
  }
  .small nav .sidebar ul > li {
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: 0px;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul > li > a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar > ul > li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 0px !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .small .times iconify-icon {
    color: #fff;
    font-size: 24px;
  }
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  .small {
    display: block;
  }
  /* ---------Moblie Menu------------- */
  /* ---------Moblie Call Action------------- */
  .mobile-fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .call-btn {
    background-color: #000;
    padding: 15px 50px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
  }
  .mobile-fixed-button {
    display: none;
  }
  /* ---------Moblie Call Action------------- */
  .main_header{
    display: none;
  }

  .logo img {
    width: 85px;
  }
  .banner_heading h1 {
    font-size: 35px;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    -webkit-text-stroke: 1px #FFFFFFA8;
    line-height: 40px;
    font-weight: 600;
  }
  .banner_heading{
    text-align: center;
  }
  .btn_gap {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner_padding {
    padding: 150px 0 100px;
  }
  section {
    padding: 60px 0px;
  }
  .heading h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--theme-heading-font);
    color: var(--theme-color-second);
    margin-bottom: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .heading h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--theme-heading-font);
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #505050;
  }
  .about_sec .heading{
    text-align: center;
  }

  .counter-item-inner span {
    font-weight: 600;
    color: var(--theme-color-second);
    font-size: 16px;
    text-transform: capitalize;
  }
  .counter-item-inner {
    padding: 19px 10px;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-top: 2px solid var(--theme-color-second);
    -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
  }
  .home_contct .sty_rist1 {
    position: absolute;
    top: -58px;
    left: 22px;
    width: 50px;
    transform: rotate(90deg);
  }
  .home_contct .sty_rist {
    position: absolute;
    top: -57px;
    right: 27px;
    width: 50px;
    transform: rotate(-90deg);
  }
  .heading h2 br{
    display: none;
  }
  .produ_con .btom h4 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #008000;
  }
  .produ_con .btom {
    padding: 15px;
    text-align: center;
  }
  .ft_con_p {
    margin-right: 0;
  }
  .footer {
    padding: 80px 0 40px;
    background-size: cover;
  }
  .ft_link_ul li {
    width: 145px;
    display: inline-block;
  }
  .home-slider .item .cover .header-content h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0 10px;
    word-spacing: 0px;
    color: #fff;
  }
  .home-slider .item .cover .header-content h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
  }
  .home-slider .item .cover .header-content {
    position: relative;
    padding: 20px;
    overflow: hidden;
  }
  .home-slider .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 5px solid var(--theme-color-second);
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  .home-slider .item .cover {
    padding: 21px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.212);
    display: flex;
    align-items: center;
  }
  .home-slider .item {
    height: 85vh;
    position: relative;
  }
  .sm-none{
    display: none;
  }
  .top_bar .top__baradd{
    display: none;
  }
  .sm-none {
    display: none !important;
  }
  .small{
  width: 100%;
  z-index: 11;
  transition: all 0.6s;
  position: absolute;
  }
  .banner_sec {
    padding: 158px 0 86px;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.3)), url('../image/banner1.jpg') no-repeat center;
    background-size: cover;
  }
  .healight {
    background: #7c7c7c;
    width: 105%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
  }
  #why_us_sec_course .contented .top_img {
    width: 58px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px !important;
  }
  .about_new {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/home-bg1.jpg') no-repeat center;
    background-size: cover;
    padding: 120px 0 60px;
  }
  .committed_sec {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/Sustainability-bg1.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 57px 0;
  }
  .banner_from {
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 25px 20px;
  }
  .contact_info {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 15px;
  }

  .suply_chain .suply_con {
    width: 100%;
    transition: all 0.6 ease-in-out;
    cursor: pointer;
    padding: 26px;
    transition: all 0.6s;
    max-height: 327px;
  }
  .suply_chain {
    display: flex;
    flex-direction: column;
  }
  .suply_chain .suply_con:hover {
    width: 100%;
    transition: all 0.6 ease-in-out;
  }
  .suply_con .after_hover h3 {
    font-size: 23px;
    margin-bottom: 15px;
    transition: all 0.6s;
  }
  .suply_con .over_lay button {
    outline: none;
    background-color: var(--theme-color-second);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    transform: rotate(90deg);
  }
  .logo img {
    width: 205px;
  }
  .inner_banner h1 {
    position: relative;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
  }
  .inner_banner {
    position: relative;
    padding: 200px 0px 50px;
    text-align: center;
  }
}

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

@media screen and (max-width: 567px) {
  .mobile-fixed-button {
    display: block;
  }
  .banner_padding {
    padding: 125px 0 60px;
  }
  .home-slider .item .cover {
    padding: 40px 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.212);
    display: flex;
    align-items: center;
  }
  .home-slider .item {
    height: 70vh;
    position: relative;
  }
  .ft_link_ul li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #ececec;
    gap: 5px;
    line-height: 17px;
  }
  .suply_con .over_lay h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 15px;
  }
  .contact_con p br{
      display:none;
  }
}

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