﻿/**************** Edits for theme 1 *****************/
body#theme {
  /*************** Typography ***************/
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  /*************** Header section ***************/
  /*************** Hero section ***************/
  /*************** Services section ***************/
  /*************** Our work section ***************/
  /*************** Testimonials section ***************/
  /*************** Contact us section ***************/
  /*************** Enquiry section ***************/
  /*************** Footer section ***************/
}
body#theme h1 {
  font-weight: 800;
}
body#theme h1.brand {
  font-weight: 700;
  font-size: calc(1.5rem * var(--desktop-font-scale-factor));
  line-height: calc(1.3rem * var(--desktop-font-scale-factor));
}
body#theme h2,
body#theme .h4 {
  font-weight: 600;
}
body#theme h1,
body#theme h2 {
  color: rgb(var(--thq-theme-primary-rgb));
}
body#theme .header {
  background-color: transparent;
}
body#theme .header.scrolled {
  background-color: white;
}
body#theme .header:not(.scrolled) .header-logo.no-logo {
  color: white;
}
body#theme .header-logo {
  border-radius: 5px;
}
body#theme .navbar-nav {
  border-radius: 5px;
  background: white;
}
body#theme .navbar-toggler.collapsed {
  border: 0;
  background: white;
}
@media (min-width: 768px) {
  body#theme p.hero {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
body#theme .hero-section {
  padding-top: 4rem;
  background-size: cover;
  background-blend-mode: hard-light;
  background-position: center;
  background-repeat: no-repeat;
}
body#theme .hero-section h1 {
  font-weight: 800;
}
@media (min-width: 768px) {
  body#theme .hero-section {
    padding-top: 7rem;
    background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%), var(--thq-hero-bg-image);
  }
  body#theme .hero-section h1 {
    font-size: calc(1.4rem + 1.5vw);
  }
}
@media (min-width: 1200px) {
  body#theme .hero-section h1 {
    font-size: calc(1.7rem + 1.5vw);
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  body#theme .hero-section {
    padding-top: 4rem;
    background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%), var(--thq-hero-bg-image);
  }
}
@media (max-width: 385px) {
  body#theme .hero-section {
    padding-top: 2rem;
  }
}
body#theme .hero-section .btn-primary,
body#theme .hero-section .btn-primary:active,
body#theme .hero-section .btn-primary:focus,
body#theme .hero-section .btn-primary:disabled,
body#theme .hero-section .btn-primary:hover {
  background-color: white;
  border-color: white;
  color: black;
}
body#theme .hero-section h1,
body#theme .hero-section p {
  color: white;
}
body#theme .hero-image {
  display: none;
}
body#theme .navbar-light .navbar-brand {
  color: rgb(var(--thq-theme-primary-rgb));
}
body#theme .nav-link {
  border-radius: 6px;
}
@media (max-width: 767px) {
  body#theme .nav-link {
    padding-left: 1rem;
  }
}
body#theme .nav-link.active {
  background-color: rgb(var(--thq-theme-secondary-rgb));
  color: rgb(var(--thq-theme-secondary-font-color-rgb));
}
body#theme .btn-primary,
body#theme .btn-primary:active,
body#theme .btn-primary:focus,
body#theme .btn-primary:hover {
  color: rgba(0, 0, 0, 0.6);
}
body#theme .services-section {
  background: #f9f9f9;
  box-shadow: 0 -10px 30px -25px rgba(0, 0, 0, 0.4) inset;
}
body#theme .services-section h1 {
  text-align: center;
}
body#theme .services-section .services {
  text-align: left;
}
body#theme .services-section .service-item {
  display: flex;
}
body#theme .services-section .service-item .service-icon {
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  body#theme .our-work-section + .services-section {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  body#theme .our-work-section .gallery > .col {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  body#theme .our-work-section:last-child {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  body#theme .our-work-section > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body#theme .our-work-section .carousel .carousel-control-next-icon,
  body#theme .our-work-section .carousel .carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background-size: 1.5rem;
  }
  body#theme .our-work-section .carousel .carousel-control-prev-icon {
    background-position-x: 2px;
  }
  body#theme .our-work-section .carousel .carousel-indicators button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: 10px solid transparent;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
body#theme .testimonials {
  display: flex;
  flex-direction: column;
}
body#theme .testimonials .testimonials-caption {
  padding: 3rem;
  background-color: rgb(var(--thq-theme-primary-rgb));
  color: white;
  text-align: left;
}
body#theme .testimonials .testimonials-caption h1 {
  color: inherit;
}
body#theme .testimonials.no-reviews {
  display: block;
}
body#theme .testimonials.no-reviews .testimonials-caption {
  width: unset;
}
@media (max-width: 768px) {
  body#theme .our-work-section + .testimonials-section {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body#theme .testimonials .testimonials-wrapper.border {
    border: unset !important;
  }
}
@media (min-width: 769px) {
  body#theme .testimonials {
    flex-direction: row;
  }
  body#theme .testimonials .testimonials-caption {
    width: 50%;
  }
  body#theme .testimonials .testimonials-wrapper {
    width: 50%;
  }
}
body#theme .contact-us-section {
  background-color: #f9f9f9;
}
body#theme .contact-us-section > div {
  padding-top: unset;
}
body#theme .contact-us-section .contact-outer {
  position: static;
  padding-top: unset;
}
body#theme .contact-us-section .contact-details {
  margin-top: unset;
}
body#theme .contact-us-section .contact-details > h1 {
  position: static;
  text-align: left;
}
@media (max-width: 768px) {
  body#theme .contact-us-section .map-wrapper {
    display: none;
  }
  body#theme .contact-us-section .contact-outer .contact-details {
    padding: 2rem;
  }
}
@media (min-width: 769px) {
  body#theme .contact-us-section {
    position: relative;
  }
  body#theme .contact-us-section .contact-outer {
    height: 500px;
    display: flex;
  }
  body#theme .contact-us-section .contact-outer .map-wrapper {
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
  body#theme .contact-us-section .contact-outer .contact-details {
    align-self: center;
    z-index: 1;
    padding: 3rem;
    position: relative;
    background: white;
    width: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  body#theme .contact-us-section .contact-outer .contact-details > h1 {
    margin-top: unset;
  }
}
@media (min-width: 1200px) {
  body#theme .contact-us-section .contact-outer .contact-details {
    padding: 3rem 3rem 3rem 2rem;
  }
}
@media (min-width: 769px) {
  body#theme .contact-us-section {
    margin-top: 3rem;
    background-color: white;
  }
  body#theme .services-section + .contact-us-section,
  body#theme .hero-section + .contact-us-section {
    margin-top: unset;
  }
}
@media (min-width: 769px) {
  body#theme .enquiry-section .enquiry-col {
    display: flex;
    flex-direction: row;
  }
  body#theme .enquiry-section .enquiry-col .enquiry-block {
    width: 50%;
    text-align: left;
  }
  body#theme .enquiry-section .enquiry-col .enquiry-form {
    margin-left: 2rem;
  }
  body#theme .enquiry-section .enquiry-col .form-direction {
    display: none;
  }
}
body#theme footer h1.brand {
  color: white;
}