* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 1096px) {
  .Navbar .logo img {
    height: 60px;
  }
  .Navbar ul li {
    padding: 20px 10px;
  }
  .Navbar ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 25px !important;
  }
  h2,
  h3,
  h4 {
    font-size: 20px !important;
  }
  p {
    font-size: 14px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  a,
  li {
    font-size: 14px !important;
  }
  .mobile-nav {
    display: block !important;
  }
  .Navbar {
    display: none !important;
  }
  .mobile-logo img {
    height: 60px;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    background-color: #47c6e8;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    list-style: none !important;
  }
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .overlay a:hover,
  .overlay a:focus {
    color: #f1f1f1;
  }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  .closebtn {
    font-size: 20px !important;
  }
  .mobile-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .dropdown {
    position: static;
    list-style: none;
  }
  .carousel-caption .banner-btn {
    padding: 10px 20px;
  }
  .about-text p {
    line-height: normal;
  }
  .box-card {
    min-height: 550px;
  }
  .box-card img {
    height: 30px;
  }
  .services-btn {
    padding: 15px 20px;
    font-size: 14px;
  }
  .footer-bg .footer-content h3 {
    font-size: 18px !important;
  }
  .footer-bg .footer-logo img {
    height: 60px;
  }
  .contact-bg .contact-form {
    width: 100% !important;
  }
  .contact-bg .contact-form .submit-btn {
    padding: 10px 80px;
  }
  .contact-info ul li a {
    color: #000;
    font-size: 14px;
  }
  .contact-info ul li i {
    font-size: 18px;
  }
  .box {
    min-height: 160px;
  }
  .box h5 {
    font-size: 16px !important;
  }
  .box .box-img img {
    height: 40px;
  }
  .services__list {
    min-height: 250px;
  }
  .card {
    min-height: 450px;
  }
}
@media only screen and (max-width: 762px) {
  .top-img {
    order: 1;
  }
  .carousel-caption {
    height: 70vh;
  }
  .carousel-item img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-card {
    min-height: auto;
    padding: 10px 10px 55px 10px;
  }
  .copy-right {
    flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
  .box {
    min-height: auto;
  }
  .box h5 {
    font-size: 16px !important;
  }
  .box .box-img img {
    height: 40px;
  }
  .services__list {
    min-height: auto;
  }
  .card {
    min-height: auto;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=media-query.css.map */