.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #606060;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 37px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: #303030;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 37px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: #303030;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.home-hero-section {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/s1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 85px;
  display: flex;
}

.home-hero-div-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-hero-number {
  color: #fff;
  text-align: center;
}

.home-hero-logo {
  margin-bottom: 9px;
}

.main-button {
  background-color: #000;
  padding: 15px 21px;
}

.main-button.hero-padding {
  margin-top: 24px;
}

.section {
  padding: 75px 15px;
}

.divider-line-div {
  background-color: #6060608a;
  width: 200px;
  height: 1px;
  margin: 30px auto;
}

.main-text-big {
  color: #606060;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.image-parra {
  background-image: url('../images/s3.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
}

.image-parra._2 {
  background-image: url('../images/s4.jpg');
}

.image-parra._3 {
  background-image: url('../images/s5.jpg');
}

.image-parra._4 {
  background-image: url('../images/s6.jpg');
}

.home-services-3-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-service-div-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-icon {
  width: 50px;
}

.heading {
  font-weight: 400;
}

.main-text-small {
  color: #6d6d6d;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.main-text-small.left-align {
  text-align: left;
}

.home-services-2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.tick-icon {
  width: 25px;
  margin-right: 26px;
}

.service-tick-and-text-holder {
  flex-direction: row;
  width: 60%;
  margin-bottom: 17px;
  display: flex;
}

.service-header {
  color: #6d6d6d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}

.about-2-column-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.about-image {
  width: 100%;
}

.image {
  margin-left: auto;
}

.signature-div-holder {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.heading-2 {
  text-transform: uppercase;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 42px;
  display: grid;
}

.latest-work-lightbox-link, .latest-work-image {
  width: 100%;
  position: relative;
}

.latest-work-div-holder {
  position: relative;
}

.latest-work-overlay {
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.latest-work-icon-div {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  margin-top: -11px;
}

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

.affiliate-div-holder {
  width: 100%;
}

.contact-div-70-30 {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.contact-form-div-70 {
  width: 60%;
  padding-right: 51px;
}

.contact-detials-div-30 {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.main-h3.left-align {
  text-align: left;
}

.main-h3.left-align.bold {
  font-weight: 400;
}

.section-footer {
  background-color: #303030;
  margin-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.image-3 {
  width: 30px;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link-center-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.link-footer {
  color: #fff;
}

.contact-number-email-div {
  width: 100%;
  margin-bottom: 13px;
  display: flex;
}

.contact-icon {
  margin-right: 15px;
}

.header {
  background-color: #fff;
  width: 100%;
  height: 100px;
  padding: 10px 31px;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: #fff;
  padding: 10px 15px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #00000017;
}

.navbar.privacy {
  display: block;
  position: static;
}

.navlink {
  color: #949494;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
}

.navlink:hover {
  color: #424242;
}

.navlink.w--current {
  color: #363636;
  display: inline-block;
}

.brand {
  order: -1;
}

.nav-menu {
  order: 1;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-4 {
  color: #373c19;
  display: inline-block;
}

.privacy-container-1 {
  padding-bottom: 40px;
  display: block;
}

.privacy-container-1.no-padding-bottom {
  padding-bottom: 0;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-family: Merriweather, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  padding: 180px 10px 80px;
  position: relative;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .service-tick-and-text-holder {
    width: 70%;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    order: 1;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }
}

@media screen and (max-width: 767px) {
  .home-hero-section {
    height: 800px;
  }

  .home-hero-number {
    font-size: 30px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-services-3-grid {
    grid-template-columns: 1fr;
  }

  .home-services-2-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .service-tick-and-text-holder {
    width: 50%;
  }

  .service-header {
    text-align: left;
  }

  .about-2-column-holder {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .contact-div-70-30 {
    flex-direction: column;
  }

  .contact-form-div-70 {
    width: 100%;
    padding-right: 0;
  }

  .contact-detials-div-30 {
    width: 100%;
  }

  .section-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .html-embed {
    width: 100%;
  }

  .brand {
    width: 80%;
    padding-left: 0;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1, .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-section {
    height: 500px;
  }

  .image {
    width: 200px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 79%;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1, .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-privacy-title {
    font-size: 13px;
  }
}

#w-node-b8cf3515-7e4b-c2af-0e46-61c195aac2ff-3a5cb86b, #w-node-_3c21c082-fa66-a317-7373-c22a035a29ef-3a5cb86b, #w-node-_8417e8d2-4e70-7fe9-d8b4-80107062c1b9-3a5cb86b, #w-node-_8417e8d2-4e70-7fe9-d8b4-80107062c1bf-3a5cb86b, #w-node-_8417e8d2-4e70-7fe9-d8b4-80107062c1c5-3a5cb86b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7bb8b33-46af-e46e-3eb3-6c3def60cdad-3a5cb86b, #w-node-bd849e9b-e738-e85d-3c6b-fe06a3e0d179-3a5cb86b {
  place-self: center start;
}

#w-node-cf560a3c-4e4c-c1ba-2d04-c519c46a6e76-3a5cb86b, #w-node-abaea77b-1f20-1b43-9833-42057393bf0e-3a5cb86b, #w-node-af34a6c8-26d6-7b1a-5305-c25bde43a0a1-3a5cb86b, #w-node-_0c9b399d-7812-86fe-5e0b-053055d27b11-3a5cb86b, #w-node-_5b2ab103-22e6-1a23-373c-6716f8c1d51c-3a5cb86b, #w-node-_56f31791-8abf-e6d2-be1e-5a2650a388df-3a5cb86b, #w-node-c66158ca-159c-813b-0ff2-1a1a11a3caa9-3a5cb86b, #w-node-_89326cd8-7578-3019-8959-20f1597cfefb-3a5cb86b, #w-node-_89326cd8-7578-3019-8959-20f1597cfefd-3a5cb86b, #w-node-_51c45b12-66ff-e307-6ff1-1989d35a708c-3a5cb86b, #w-node-_51c45b12-66ff-e307-6ff1-1989d35a708e-3a5cb86b, #w-node-_480bd51d-0e73-9983-e9ea-3fe93a38fc91-3a5cb86b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f719bc8-c249-3763-90df-297257b26097-3a5cb86b, #w-node-_4c0ee461-a04b-80b3-f852-ae215cd4900f-3a5cb86b, #w-node-b109f51b-4ed3-cbc0-9481-c71dbfa3d230-3a5cb86b, #w-node-_74f70e73-031f-a9b4-8b17-f18de4e71256-3a5cb86b, #w-node-def6e980-064a-f557-2b64-94f3e6d4c4d5-3a5cb86b, #w-node-_869d4d45-4435-4a2e-7dee-252e3849254b-3a5cb86b, #w-node-_87aac0b7-ab16-d476-1e2f-c70d429ae1b7-3a5cb86b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


