@media screen and (min-width: 1400px) and (max-width: 1920px) {
  #AboutUs .AboutUs {
    width: 70%;
    display: flex;
    align-items: center;
  }
  #AboutUs .Image2 {
    right: -30%;
  }
  #AboutUs .Image1 {
    left: -30%;
  }
}
@media screen and (max-width: 1200px) {
  #mobile-nav {
    display: none !important;
  }
  #AboutUs .Image1 {
    left: -48%;
  }
  #AboutUs .Image2 {
    right: -49%;
  }
}
@media screen and (max-width: 1024px) {
  #ServicesPhone {
    display: block;
  }
  #Services {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  #mobile-nav {
    display: block !important;
  }
  #header {
    display: none;
  }
  #Hero {
    padding: 0px;
    height: auto;
  }
  #Hero video {
    height: 100vh;
  }
  #Header {
    display: none;
  }
  #AboutUs .Image1 {
    width: 100%;
    position: static;
    transform: rotate(0deg);
  }
  #AboutUs .AboutUs {
    padding: 10px 0;
    width: 100%;
    height: 100%;
  }
  .SectionTitle h3 {
    font-weight: 700;
    font-size: 30px !important;
    color: #308C98;
  }
  SectionTitle {
    margin-bottom: 25px;
  }
  #AboutUs .Image2 {
    width: 100%;
    position: static;
    margin: 10px 0;
    transform: rotate(0deg);
  }
  #AboutUs .SectionTitle {
    margin: 40px 0 32px;
  }
  #AboutUs .AboutUs {
    display: flex;
    flex-direction: column-reverse;
  }
  #AboutUs {
    background: #ffeded;
  }
  #Gallery {
    padding: 40px 10px;
  }
  #Gallery .Marquee {
    padding: 0 10px;
  }
  footer .FooterLogo {
    width: 150px;
  }
  footer .FooterItem .Logo img {
    width: 50px;
  }
  .WebBtn {
    padding: 10px 34px 10px 24px;
    font-size: 14px;
  }
  .WebBtn:hover .arr-2 {
    left: 9px;
  }
  footer .FooterBottomMain .FooterBottom {
    flex-direction: column-reverse;
    width: 100%;
    gap: 14px;
    text-align: center;
    padding: 5px;
    margin-top: 18px;
  }
  #AboutUs .AboutContent {
    text-align: left;
  }
  #AboutUs .SectionTitle {
    margin: 40px 0 27px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #contactus {
    flex-direction: column;
  }
  .contact-card {
    margin-top: 20px;
  }
}/*# sourceMappingURL=responsive.css.map */