.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.fb {
  margin-right: 10px;
}

.enquire-button {
  margin-top: 30px;
  background-color: #0a1857;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.enquire-button:hover {
  background-color: rgba(10, 24, 87, 0.8);
  color: #fff;
}

.header-div {
  width: 90%;
  max-width: 1300px;
}

.logo-image {
  color: #697090;
}

.telephone {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #0a1857;
  font-size: 18px;
  font-weight: 700;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
}

.enquire-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email {
  margin-bottom: 10px;
  font-size: 14px;
}

.tel-email-div {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.social-media-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider {
  height: 600px;
}

.menu-div-home {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  background-color: transparent;
}

.top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
}

.top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.p-white {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.contact-us-button {
  margin-top: 20px;
  background-color: #0a1857;
}

.contact-us-button:hover {
  background-color: #697090;
}

.p-box {
  text-align: center;
}

.box-div {
  width: 90%;
  max-width: 1300px;
}

.box-grid-end {
  margin-bottom: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.box-grid {
  margin-bottom: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.box-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-h2-small {
  margin-top: 0px;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}

.box-h2 {
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}

.home-1 {
  height: 400px;
  background-image: url('../images/image1.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.bottom-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a1857;
}

.bottom-div {
  width: 90%;
  max-width: 1300px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
}

.form-div {
  width: 90%;
  max-width: 1300px;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a1857;
  color: #fff;
}

.navigation-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-grid {
  margin-bottom: 20px;
  grid-column-gap: 16px;
  -ms-grid-columns: 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-h4-right-align {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}

.direct-contacts-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-navigation-footer {
  color: #000;
}

.direct-contact-p {
  width: 100%;
  margin-bottom: 0px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0px;
}

.footer-h4-center-align {
  margin-bottom: 24px;
  color: #c9c9c9;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-links-p {
  margin-top: 10px;
  font-weight: 400;
}

.footer-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.p-contact-info {
  color: #fff;
  text-align: right;
}

.footer-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-h4 {
  color: #000;
  text-transform: uppercase;
}

.body {
  font-family: Lato, sans-serif;
}

.slide {
  background-image: url('../images/Banner-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-link {
  padding: 15px 50px;
  background-color: #0a1857;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #efefef;
  font-weight: 700;
}

.nav-link:hover {
  background-color: #697090;
}

.nav-link.w--current {
  background-color: #697090;
  color: #fff;
}

.nav-link-2 {
  background-color: #0a1857;
}

.tel-link-banner {
  color: #0a1857;
  text-decoration: none;
}

.email-link-banner {
  font-family: Lato, sans-serif;
  color: #0a1857;
  font-weight: 700;
  text-decoration: none;
}

.h3 {
  color: #fff;
  font-size: 21px;
  text-align: center;
}

.h3-tel-link {
  color: #efefef;
  text-decoration: none;
}

.body-link {
  color: #333;
}

.div-block {
  width: 150px;
  height: 3px;
  margin-bottom: 20px;
  background-color: #fff;
}

.tel-link-footer {
  color: #fff;
  text-decoration: none;
}

.bottom-email-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-bottom: 0px;
}

.paragraph.white {
  color: #fff;
}

.bottom-line {
  width: 75px;
  height: 3px;
  margin-bottom: 30px;
  background-color: #fff;
}

.bottom-tel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-link {
  color: #fff;
  text-decoration: none;
}

.bottom-address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-left {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #c9c9c9;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.bottom-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.get-in-touch-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link {
  color: #333;
}

.body-link-white {
  color: #fff;
}

.copy-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-nav-link {
  color: #fff;
  text-decoration: none;
}

.footer-nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.p-black {
  margin-bottom: 40px;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.body-2 {
  font-family: Lato, sans-serif;
}

.top-section-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a1857;
}

.image-div-services {
  width: 90%;
  height: 550px;
  max-width: 1300px;
}

.bottom-section-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
}

.h2-grey {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  font-size: 25px;
  text-align: center;
}

.h3-grey {
  color: #333;
  font-size: 21px;
  text-align: center;
}

.h3-tel-link-grey {
  color: #333;
  text-decoration: none;
}

.list-1 {
  width: 50%;
}

.grid-for-list {
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-3 {
  font-family: Lato, sans-serif;
}

.body-4 {
  font-family: Lato, sans-serif;
}

.areas-bullet-grid {
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map {
  width: 90%;
  max-width: 1300px;
}

.body-5 {
  font-family: Lato, sans-serif;
}

.tel-link-body {
  color: #333;
  text-decoration: none;
}

.p-black-contact {
  margin-bottom: 0px;
  color: #333;
  text-align: center;
}

.contact-grey-div {
  width: 100%;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #efefef;
}

.p-black-contact-padding {
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.top-div-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-white-div {
  width: 100%;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.cotact-h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #0a1857;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.body-6 {
  font-family: Lato, sans-serif;
}

.body-link-no-line {
  color: #333;
  text-decoration: none;
}

.body-7 {
  font-family: Lato, sans-serif;
}

.gallery-grid {
  width: 100%;
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.home-2 {
  height: 400px;
  background-image: url('../images/image4.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.home-3 {
  height: 400px;
  background-image: url('../images/image19.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.home-4 {
  height: 400px;
  background-image: url('../images/image18.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.image-grid {
  width: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-services-image {
  height: 500px;
  background-image: url('../images/image6.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 500px;
  max-width: 1300px;
}

.services-image-2 {
  width: 20%;
  background-image: url('../images/image5.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.services-image-3 {
  width: 20%;
  background-image: url('../images/image6.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.services-image-2-copy {
  width: 20%;
  background-image: url('../images/image5.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.services-image-4 {
  width: 20%;
  background-image: url('../images/image15.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.services-image-5 {
  width: 20%;
  background-image: url('../images/image9.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.services-image-6 {
  width: 20%;
  background-image: url('../images/image14.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a1857;
}

.telephone-mobile-version {
  display: none;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #0a1857;
  font-size: 18px;
  font-weight: 700;
}

.why-1 {
  width: 35%;
  background-image: url('../images/thumbnail26.png');
  background-position: 50% 50%;
  background-size: cover;
}

.why-2 {
  width: 50%;
  background-image: url('../images/image1.PNG');
  background-position: 100% 50%;
  background-size: cover;
}

.why-3 {
  width: 50%;
  background-image: url('../images/after-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-why-choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 500px;
  max-width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-grid-mob {
  display: none;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.box-div-mobile {
  display: none;
  width: 90%;
  max-width: 1300px;
}

.div-block-mobile {
  display: none;
  width: 90%;
  height: 500px;
  max-width: 1300px;
}

.div-block-mobile-2 {
  display: none;
  width: 90%;
  height: 500px;
  max-width: 1300px;
}

@media screen and (max-width: 991px) {
  .telephone {
    display: none;
  }
  .slider {
    height: 400px;
  }
  .menu-div-home {
    margin-top: 0px;
  }
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    width: 100%;
  }
  .menu-button {
    background-color: #0a1857;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .home-1 {
    height: 200px;
  }
  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .direct-contacts-div {
    width: 100%;
  }
  .nav-link:hover {
    background-color: #697090;
  }
  .nav-link.w--current {
    background-color: #697090;
    color: #fff;
  }
  .section {
    color: transparent;
  }
  .icon {
    color: #fff;
  }
  .image-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-for-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .home-2 {
    height: 200px;
  }
  .home-3 {
    height: 200px;
  }
  .home-4 {
    height: 200px;
  }
  .div-block-2 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .services-image-2 {
    width: 50%;
    height: 400px;
    background-position: 50% 50%;
  }
  .services-image-3 {
    width: 50%;
    height: 400px;
    background-position: 50% 50%;
  }
  .services-image-4 {
    width: 50%;
    height: 400px;
  }
  .services-image-5 {
    width: 50%;
    height: 400px;
  }
  .nav-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .telephone-mobile-version {
    display: block;
  }
  .list-2 {
    padding-left: 0px;
  }
  .div-block-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-mobile-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .enquire-button {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .header-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .email {
    text-align: center;
  }
  .header-grid {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .box-div {
    display: none;
  }
  .box-grid-end {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .box-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-grid {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .direct-contact-p {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .footer-h4-center-align {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .bottom-line {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .grid-for-list {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .areas-bullet-grid {
    width: 100%;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .services-image-2 {
    height: 300px;
    background-position: 50% 50%;
  }
  .services-image-3 {
    height: 300px;
    background-position: 50% 50%;
  }
  .services-image-4 {
    height: 300px;
  }
  .services-image-5 {
    height: 300px;
  }
  .telephone-mobile-version {
    text-align: center;
  }
  .why-2 {
    width: 100%;
    height: 300px;
  }
  .why-3 {
    width: 100%;
    height: 300px;
  }
  .div-block-why-choose {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-2 {
    margin-bottom: 0px;
    padding-left: 40px;
  }
  .header-grid-mob {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .box-div-mobile {
    display: block;
  }
  .list-item {
    text-align: left;
  }
  .list-3 {
    padding-left: 40px;
  }
  .list-4 {
    margin-bottom: 0px;
  }
  .list-5 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    height: 200px;
  }
  .services-image-2 {
    width: 100%;
    background-position: 50% 50%;
  }
  .services-image-3 {
    width: 100%;
    background-position: 50% 50%;
  }
  .services-image-4 {
    width: 100%;
  }
  .services-image-5 {
    width: 100%;
  }
  .mask {
    height: 200px;
  }
  .div-block-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-mobile-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-07a6e15d025c-e15d023d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-07a6e15d0240-e15d023d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-3ce2f80db053-f80db046 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3ce2f80db055-f80db046 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a64009994a1e-f80db046 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-34fccd63ce85-fb71b2ab {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-07a6e15d0240-e15d023d {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-a64009994a1e-f80db046 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-34fccd63ce85-fb71b2ab {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-ea82123f6ae8-fb71b2ab {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

