

@media (min-width: 1000px) and (max-width: 1500px) {
  .chappell-s-img-info {
    position: absolute;
    top: 18px;
    left: -9%;
    color: #fff;
    padding: 0px 81px;
}
}

@media (max-width: 992px) {


  

  header nav .nav-right .social-lg {
    display: none;
  }

  header nav .nav-menu {
    position: fixed;
    left: -100%;
    transition: all 0.5s ease-in-out;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  header.show .nav-menu {
    left: 0;
    background: #ea5e00;
  }

  header nav .nav-menu>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  header nav .nav-menu>ul>li>a:hover{
    color: #000;
  }
  header nav .nav-menu>ul>li>a {
    line-height: 0;
    padding: 20px 0;
    text-align: center;
    display: block;
  }

  header .social-sm {
    display: block !important;
  }

  header .times {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 22px;
    cursor: pointer;
  }

  header nav .nav-menu>ul>li i {
    transition: all .3s ease-in-out;
  }

  header nav .nav-menu>ul>li i.rotate {
    transform: rotate(180deg);
  }

  /* header nav .nav-menu > ul > li:hover .sub-menu {
    display: block;
  } */
  header .container-flex {
    position: relative;
  }
  .banner-info h1 {
    font-size: 37px;
    font-weight: 800px;
}
  header .bars {
    display: block;
    position: absolute;
    right: 1rem;
    top: 62%;
    transform: translateY(-50%);
    font-size: 25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #ea5e00;
    text-align: center;
    line-height: 51px;
    color: #ffff;
    border-radius: 4px;
  }

  header nav .nav-right .contact-btn-lg {
    margin-right: 40px;
  }

  header nav .overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;

    transition: all 0.3s ease-in-out;
  }

  header.show nav .overlay {
    opacity: 1;
    pointer-events: all;
  }

  section {
    padding: 40px 0px;
  }

  .logo img {
    width: 203px;
  }

  header .times {
    display: block;
    position: absolute;
    right: 0rem;
    top: 0rem;
    font-size: 22px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 49px;
  }
  .chappell-s-img-info {
    position: absolute;
    top: 168px;
    left: 0%;
    text-align: center;
    color: #fff;
    padding: 0px 106px;
}
  
}


@media screen and (max-width: 767px) {
  .chappell-s-img-info {
    position: absolute;
    top: 68px;
    left: 0%;
    text-align: center;
    color: #fff;
    padding: 0px 40px;
}
.copy-right-text p {
  justify-content: center;
}

.footer-ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

}

@media screen and (max-width: 567px) {
 
  .main-img img {
    object-fit: cover;
    height: 500px;
}
.chappell-s-img-info {
    position: absolute;
    top: 30px;
    left: 0%;
    text-align: center;
    color: #fff;
    padding: 0px 13px;
}

}

@media screen and (max-width: 400px) {
  .chappell-s-img-info h3 {
    font-size: 28px;
}
}