@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.wrapper {
  padding: 0;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.8;
}

.no-padding {
  padding: 0 !important;
}

.global-container {
  padding: 0 40px;
}

.standard_btn {
  display: block;
  border: 1px solid white;
  padding: 10px 20px;
  width: 220px;
  margin: 0 auto;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.standard_btn:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.1098039216);
}

.standard_btn_dark {
  display: block;
  border: 1px solid #000000;
  padding: 10px 20px;
  width: 220px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.standard_btn_dark:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1215686275);
}

#main-nav {
  margin-bottom: -90px;
  z-index: 9999;
}

.bg-primary {
  background-color: transparent !important;
}

.navbar-expand-md .navbar-toggler {
  display: block !important;
  border: none !important;
}
.navbar-expand-md .navbar-toggler svg {
  width: 40px;
}

.navbar-brand svg {
  width: 240px;
}

.zg_footer {
  background-color: #0F1627;
  padding: 80px 0;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border-top: 1px solid white;
}
.zg_footer a {
  color: white;
  padding: 0 0;
}
.zg_footer .contact_information {
  text-align: center;
}
.zg_footer .contact_information ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
}
.zg_footer .contact_information ul:hover li {
  opacity: 0.4;
}
.zg_footer .contact_information ul li {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  transition: all 0.4s ease-in-out;
}
.zg_footer .contact_information ul li:hover {
  opacity: 1 !important;
}
.zg_footer .contact_information ul p {
  margin: 0;
}
.zg_footer .contact_information p {
  margin-bottom: 4px;
  font-weight: 400;
}
.zg_footer .contact_information .secondary_nav li {
  padding: 0 6px;
}
.zg_footer .contact_information .privacy_nav li {
  padding: 0 2px;
  font-size: 12px;
}
.zg_footer .logo_section {
  text-align: center;
}
.zg_footer .logo_section svg {
  width: 280px;
}

.zg_social_module {
  background-color: #0F1627;
  padding: 80px 0 60px 0;
}
.zg_social_module .social_links {
  text-align: center;
  margin-bottom: 40px;
}
.zg_social_module .social_links ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: -15px;
}
.zg_social_module .social_links ul li {
  display: inline-block;
  padding: 0 4px;
}
.zg_social_module .social_links .instagram_icon {
  width: 35px;
}
.zg_social_module .social_links .facebook_icon {
  height: 32px;
}
.zg_social_module .button_section {
  margin: 40px 0;
}

.zg_testimonial_module {
  background-color: #647714;
  color: white;
  text-align: center;
  padding: 80px 0 40px 0;
}
.zg_testimonial_module .module_title {
  margin-top: 20px;
  font-family: "Baskervville", serif;
  font-weight: 300;
}
.zg_testimonial_module .author {
  font-family: "Baskervville", serif;
  font-size: 22px;
}
.zg_testimonial_module .quote_text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.8;
}
.zg_testimonial_module .testimonial_swiper {
  height: auto;
  margin-bottom: 80px;
}
.zg_testimonial_module .testimonial_swiper .slide {
  padding: 20px 80px 0 80px;
}
.zg_testimonial_module .testimonial_swiper .swiper-btn svg {
  width: 25px;
}
.zg_testimonial_module .swiper-fade .swiper-slide {
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}

.zg_full_width_image_module {
  overflow: hidden;
}
.zg_full_width_image_module img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}

.zg_image_text_right_module {
  padding: 100px 0 40px 0;
}
.zg_image_text_right_module h2 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 15px;
}
.zg_image_text_right_module .text_section {
  padding: 40px 0 20px 0;
}
.zg_image_text_right_module .text_section p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.page-id-200 .zg_image_text_right_module {
  border-bottom: 1px solid black;
}

.zg_image_text_right_module {
  padding: 100px 0 40px 0;
  background-color: white;
}
.zg_image_text_right_module h1, .zg_image_text_right_module h2 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 15px;
}
.zg_image_text_right_module .text_section {
  padding: 40px 0 20px 0;
}
.zg_image_text_right_module .text_section p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.zg_columns_module {
  padding: 180px 0 100px 0;
  background-color: #647714;
  color: white;
  margin-top: -1px;
}
.zg_columns_module h2 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 40px;
}
.zg_columns_module .title h3 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 22px;
  font-size: 20px;
}
.zg_columns_module .text_section p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.zg_video_module {
  overflow: hidden;
}
.zg_video_module img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}
.zg_video_module video {
  width: 100%;
  height: 110vh;
  object-fit: cover;
  margin-bottom: -6px;
}
.zg_video_module .bg-video {
  inset: 0;
}

.zg_text_block_module {
  padding: 140px 0 40px 0;
  background-color: white;
}
.zg_text_block_module h1 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
}
.zg_text_block_module h2 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
}
.zg_text_block_module p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
}

.zg_text_block_variant_two_module {
  padding: 140px 0 90px 0;
  background-color: #647714;
  color: white;
}
.zg_text_block_variant_two_module h1 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
}
.zg_text_block_variant_two_module h2 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 40px;
}
.zg_text_block_variant_two_module p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
}
.zg_text_block_variant_two_module .standard_btn {
  margin: 0;
}

.zg_services_text_module {
  padding: 140px 0 0px 0;
  background-color: white;
}
.zg_services_text_module h1 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
}
.zg_services_text_module h2 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
}
.zg_services_text_module .text_section p {
  width: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 60px;
}
.zg_services_text_module .service_icons {
  margin-bottom: 40px;
}
.zg_services_text_module .service_icons .col-20 {
  flex: 0 0 20%;
  text-align: center;
}
.zg_services_text_module .service_icons .col-20 img {
  width: 84px;
  padding-bottom: 14px;
}
.zg_services_text_module .service_icons .col-20 p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.zg_services_text_module .services_list {
  padding-top: 60px;
}
.zg_services_text_module .services_list .service_item {
  margin-bottom: 74px;
}
.zg_services_text_module .services_list .service_item .text_section p {
  width: 100%;
}
.zg_services_text_module .services_list .text_section img {
  width: 64px;
  padding-bottom: 14px;
}
.zg_services_text_module .services_list .text_section p {
  margin-bottom: 18px;
}
.zg_services_text_module .services_list .text_section h2 {
  font-size: 20px;
  margin-bottom: 18px;
}
.zg_services_text_module .services_list .image_section {
  width: 100%;
  height: 100%;
}
.zg_services_text_module .services_list .image_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zg_services_text_module .services_list .services .service_selector:nth-of-type(1) .col-text {
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  margin-left: 8.33333333%;
}
.zg_services_text_module .services_list .services .service_selector:nth-of-type(2) .col-text {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.zg_services_text_module .services_list .services .service_selector:nth-of-type(3) .col-text {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.zg_services_text_module .services_list .services .service_selector:nth-of-type(3) .col-image {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.zg_services_text_module .services_list .services .service_selector:nth-of-type(4) .col-text {
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  margin-left: 8.33333333%;
}
.zg_services_text_module .services_list .services .service_selector:nth-of-type(4) .col-image {
  padding-right: 80px;
}
.zg_services_text_module .services_list .services .service_selector:nth-of-type(5) .col-text {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.zg_services_text_module .services_list .services .service_selector:nth-of-type(5) .col-image {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.zg_services_text_module .services_list .services .service_selector:last-of-type .service_item {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .zg_services_text_module .services_list .services .service_selector .col-text {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0% !important;
  }
  .zg_services_text_module .services_list .services .service_selector .col-image {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .zg_services_text_module .text_section p {
    width: 100%;
  }
  .zg_services_text_module .services_list .services .service_selector:nth-of-type(4) .col-image {
    padding-right: 0;
  }
}
.zg_project_listing_module {
  padding: 40px 0 0px 0;
  background-color: white;
  margin-top: -100px;
}
.zg_project_listing_module .text_section p {
  width: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 60px;
}
.zg_project_listing_module .text_section h2 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
  font-size: 18px;
}
.zg_project_listing_module .projects .images {
  width: 100%;
  height: 30vw;
}
.zg_project_listing_module .projects .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zg_project_listing_module .projects .details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.zg_project_listing_module .projects .details p, .zg_project_listing_module .projects .details a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-top: 12px;
  font-size: 16px;
  display: inline-block;
  color: black;
}
.zg_project_listing_module .projects .details .link_arrow:after {
  content: "";
  display: inline-block;
  width: 14px;
  margin-bottom: -1px;
  height: 14px;
  background-image: url(../img/see-more-arrow-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

@media (max-width: 580px) {
  .zg_project_listing_module .projects .details > p {
    width: 60%;
  }
}
.single-project .bg-primary {
  background-color: #647714 !important;
}
.single-project .project_gallery {
  margin-top: 120px;
  height: auto;
  margin-bottom: 40px;
  overflow: hidden;
}
.single-project .project_gallery .slide {
  width: 100%;
  height: auto;
}
.single-project .project_gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-project .project_gallery .swiper-gallery-button-next {
  top: 54%;
  right: 50px;
}
.single-project .project_gallery .swiper-gallery-button-prev {
  top: 54%;
  left: 50px;
}
.single-project .project_details {
  margin-bottom: 60px;
}
.single-project .project_details h1 {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 14px;
}
.single-project .project_details p {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

@media (min-width: 1400px) {
  .single-project .zg_project-page .container-fluid {
    max-width: 1200px;
  }
}
.zg_about_text_module {
  padding: 120px 0 0px 0;
  background-color: white;
}
.zg_about_text_module h1 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
}
.zg_about_text_module h2 {
  width: 80%;
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
  font-size: 30px;
}
.zg_about_text_module .text_section {
  margin-bottom: 60px;
}
.zg_about_text_module .text_section p {
  width: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.zg_about_boxes_module {
  margin-top: -40px;
  background-color: white;
}
.zg_about_boxes_module h1 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
}
.zg_about_boxes_module h3 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
}
.zg_about_boxes_module .text_section {
  padding-top: 20px;
}
.zg_about_boxes_module .text_section p:nth-of-type(1) {
  font-weight: 600 !important;
}
.zg_about_boxes_module .text_section p {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 60px;
}
.zg_about_boxes_module .about_list {
  padding-top: 60px;
}
.zg_about_boxes_module .about_list .service_item {
  margin-bottom: 74px;
}
.zg_about_boxes_module .about_list .text_section img {
  width: 64px;
  padding-bottom: 14px;
}
.zg_about_boxes_module .about_list .text_section p {
  margin-bottom: 18px;
}
.zg_about_boxes_module .about_list .text_section h2 {
  font-size: 20px;
  margin-bottom: 18px;
}
.zg_about_boxes_module .about_list .image_section {
  width: 100%;
  height: 100%;
}
.zg_about_boxes_module .about_list .image_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zg_about_boxes_module .about_list .about_content .about_box_selector {
  font-weight: 600;
}
.zg_about_boxes_module .about_list .about_content .about_box_selector:nth-of-type(1) .col-text {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-left: 8.33333333%;
}
.zg_about_boxes_module .about_list .about_content .about_box_selector:nth-of-type(2) .col-text {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.zg_about_boxes_module .about_list .about_content .about_box_selector:nth-of-type(2) .col-image {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

@media (max-width: 992px) {
  .zg_about_boxes_module .text_section {
    padding-top: 0;
  }
  .zg_about_boxes_module .about_list .about_content .about_box_selector:nth-of-type(1) .col-text {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  .zg_about_boxes_module .about_list .about_content .about_box_selector:nth-of-type(1) .col-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zg_about_boxes_module .about_list .about_content .about_box_selector:nth-of-type(2) .col-text {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  .zg_about_boxes_module .about_list .about_content .about_box_selector:nth-of-type(2) .col-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.zg_contact_module {
  padding: 120px 0 0px 0;
  background-color: white;
}
.zg_contact_module h1 {
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
}
.zg_contact_module h2 {
  width: 80%;
  font-family: "Baskervville", serif;
  font-weight: 200;
  margin-bottom: 30px;
  font-size: 30px;
}
.zg_contact_module .border-right-custom {
  border-right: 1px solid black;
}
.zg_contact_module .contact_info {
  margin-top: -68px;
}
.zg_contact_module .text_section {
  margin-bottom: 60px;
}
.zg_contact_module .text_section p {
  width: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.zg_contact_module .contact_form {
  padding: 0 10px;
}
.zg_contact_module .form-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
  pointer-events: none;
}
.zg_contact_module .map-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
}
.zg_contact_module .map {
  height: 380px;
  border: 1px solid #707070;
}
.zg_contact_module .map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .zg_contact_module .contact_form {
    padding: 0 0px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .zg_contact_module .border-right-custom {
    border-right: none;
  }
}
#wrapper-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  height: 88px;
}

#main-nav {
  margin-bottom: -90px;
  z-index: 999999999;
  position: relative;
}

.close-menu {
  position: absolute;
  right: 50px;
  opacity: 0;
  visibility: hidden;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.zg_menu_container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(100, 119, 20, 0.9098039216);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
.zg_menu_container ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: -15px;
  padding-top: 22vh;
}
.zg_menu_container ul li {
  margin-bottom: 12px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
}
.zg_menu_container ul li a {
  font-family: "Baskervville", serif;
  font-weight: 200;
  color: white;
  font-size: 38px;
}

.mobile-logo {
  display: none;
}

.privacy_nav_mobile {
  display: none;
}

@media (max-width: 768px) {
  .global-container {
    padding: 0 20px;
  }
  .close-menu {
    right: 30px;
  }
  .zg_menu_container ul li a {
    font-size: 30px;
  }
  .zg_text_block_module {
    padding: 100px 0 0px 0;
  }
  .zg_columns_module {
    padding: 140px 0 100px 0;
  }
  .zg_testimonial_module .testimonial_swiper {
    margin-bottom: 0;
  }
  .zg_testimonial_module .testimonial_swiper .slide {
    padding: 20px 40px 0 40px;
  }
  .zg_columns_module .standard_btn {
    margin-top: 40px;
  }
  .zg_about_text_module {
    padding: 100px 0 0px 0;
  }
  .zg_about_boxes_module .about_list {
    padding-top: 10px;
  }
  .zg_video_module img {
    height: 60vh;
  }
  .zg_about_text_module h2, .zg_about_text_module .text_section p {
    width: 100%;
  }
  .zg_about_boxes_module .about_list .service_item {
    margin-bottom: 54px;
  }
  .zg_text_block_variant_two_module {
    padding: 80px 0 80px 0;
  }
  .zg_services_text_module {
    padding: 100px 0 0px 0;
  }
  .zg_services_text_module .service_icons .col-20 {
    flex: 0 0 50%;
  }
  .zg_project_listing_module .projects .images {
    height: auto;
  }
  .single-project .project_gallery {
    margin-top: 110px;
    height: auto;
  }
  .single-project .project_gallery .slide {
    height: auto;
  }
  .single-project .project_gallery .swiper-gallery-button-next {
    top: 58%;
    right: 28px;
  }
  .single-project .project_gallery .swiper-gallery-button-next svg {
    width: 20px;
  }
  .single-project .project_gallery .swiper-gallery-button-prev {
    top: 58%;
    left: 28px;
  }
  .single-project .project_gallery .swiper-gallery-button-prev svg {
    width: 20px;
  }
  .zg_social_module {
    padding: 70px 0 40px 0;
  }
  .zg_footer {
    padding: 60px 0 20px 0;
  }
  .zg_footer .col-12 {
    text-align: center;
  }
  .zg_footer .col-md-4 {
    margin-bottom: 30px;
  }
  .privacy_nav {
    display: none;
  }
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: block;
    margin-bottom: 12px;
  }
  .privacy_nav_mobile {
    display: block;
  }
  .privacy_nav_mobile li {
    font-size: 12px;
  }
}

/*# sourceMappingURL=main.css.map */
