@media only screen and (max-width: 1399px) {}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
  #hero h2 {
    font-size: 58px;
  }

  #hero h2 br {
    display: none;
  }

  h2 {
    font-size: 30px;
  }

  #hero {
    margin-bottom: 80px;
  }

  #about-sec {
    margin-bottom: 80px;
  }

  .hero-container img {
    width: 100%;
    height: 900px;
    object-fit: cover;
  }

  img.Portfolio {
    margin-bottom: 20px;
  }

  img.Portfolio1 {
    margin-bottom: 20px;
  }

  .pro-detils {
    margin: 25px 0px;
  }
}

@media only screen and (max-width: 767px) {
  #hero h2 {
    font-size: 44px;
  }

  #hero p {
    font-size: 18px;
  }

  #hero .btn-reach {
    font-size: 18px;
  }

  #hero {
    margin-bottom: 50px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }


  #about-sec {
    margin-bottom: 50px;
  }

  .footer-cu-sec-align,
  .footer-Links-sec-align {
    justify-content: start;
  }

  .footer-aboutus-sec,
  .footer-Links-sec,
  .footer-cu-sec {
    margin-bottom: 0px;
  }


}

@media only screen and (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }

  #hero p {
    font-size: 16px;
  }

  #hero .btn-reach {
    font-size: 16px;
  }

  h2 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  #about {
    margin-bottom: 40px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    padding: 5px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active p {
    font-size: 16px;

  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link p {

    font-size: 16px;

  }

  .nav-tabs .nav-link {
    padding: 5px;
  }

  .pro-detils {
    margin: 25px 0px;
  }

  .footer-bt-sec p {
    text-align: center;
  }

}

@media only screen and (max-width: 420px) {
  .hero-container img {
    width: 100%;
    height: 900px;
    object-fit: cover;
  }

  #about-sec {
    margin-bottom: 40px;
  }

  .bio-sec {
    padding: 40px 0;
  }

  .common-heading.text-center {
    margin-bottom: 25px;
  }

  section#Portfolio-sec {
    margin: 40px 0px;
  }

  #contactus-sec {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .pro-detils {
    margin: 12px 0px;
  }

  .pro-detils p {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .pro-detils h4 {
    font-size: 36px;
  }
}