/*!
Theme Name: Cranborne Stone
Theme URI: http://underscores.me/
Author: ThinkClever
Author URI: https://thinkclever.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cranborne-stone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cranborne Stone is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
		 ========================================================================== */

/**
	 * Remove the margin in all browsers.
	 */
body {
  margin: 0;
}

/**
	 * Render the `main` element consistently in IE.
	 */
main {
  display: block;
}

/**
	 * Correct the font size and margin on `h1` elements within `section` and
	 * `article` contexts in Chrome, Firefox, and Safari.
	 */
h1 {
  font-size: 2em;
}

/* Grouping content
		 ========================================================================== */

/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
		 ========================================================================== */

/**
	 * Remove the gray background on active links in IE 10.
	 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
	 * 1. Remove the bottom border in Chrome 57-
	 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
	 * Add the correct font weight in Chrome, Edge, and Safari.
	 */
b,
strong {
  font-weight: bolder;
}

/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
	 * Add the correct font size in all browsers.
	 */
small {
  font-size: 80%;
}

/**
	 * Prevent `sub` and `sup` elements from affecting the line height in
	 * all browsers.
	 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
		 ========================================================================== */

/**
	 * Remove the border on images inside links in IE 10.
	 */
img {
  border-style: none;
}

/* Forms
		 ========================================================================== */

/**
	 * 1. Change the font styles in all browsers.
	 * 2. Remove the margin in Firefox and Safari.
	 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
	 * Show the overflow in IE.
	 * 1. Show the overflow in Edge.
	 */
button,
input {
  overflow: visible;
}

/**
	 * Remove the inheritance of text transform in Edge, Firefox, and IE.
	 * 1. Remove the inheritance of text transform in Firefox.
	 */
button,
select {
  text-transform: none;
}

/**
	 * Correct the inability to style clickable types in iOS and Safari.
	 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
	 * Remove the inner border and padding in Firefox.
	 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
	 * Restore the focus styles unset by the previous rule.
	 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
	 * Correct the padding in Firefox.
	 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
	 * 1. Correct the text wrapping in Edge and IE.
	 * 2. Correct the color inheritance from `fieldset` elements in IE.
	 * 3. Remove the padding so developers are not caught out when they zero out
	 *		`fieldset` elements in all browsers.
	 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
	 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
	 */
progress {
  vertical-align: baseline;
}

/**
	 * Remove the default vertical scrollbar in IE 10+.
	 */
textarea {
  overflow: auto;
}

/**
	 * 1. Add the correct box sizing in IE 10.
	 * 2. Remove the padding in IE 10.
	 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
	 * Correct the cursor style of increment and decrement buttons in Chrome.
	 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
	 * 1. Correct the odd appearance in Chrome and Safari.
	 * 2. Correct the outline style in Safari.
	 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
	 * Remove the inner padding in Chrome and Safari on macOS.
	 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
	 * 1. Correct the inability to style clickable types in iOS and Safari.
	 * 2. Change font properties to `inherit` in Safari.
	 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
		 ========================================================================== */

/*
	 * Add the correct display in Edge, IE 10+, and Firefox.
	 */
details {
  display: block;
}

/*
	 * Add the correct display in all browsers.
	 */
summary {
  display: list-item;
}

/* Misc
		 ========================================================================== */

/**
	 * Add the correct display in IE 10+.
	 */
template {
  display: none;
}

/**
	 * Add the correct display in IE 10.
	 */
[hidden] {
  display: none;
}

/* Box sizing
	--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
	@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
	# Base
	--------------------------------------------------------------*/

/* Typography
	--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  text-transform: capitalize;
  font-family: ivypresto-display, serif;
}

p {
  margin: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
}
p:last-child {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
	--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
	--------------------------------------------- */
a {
  color: #111111;
  outline: none;
  text-transform: capitalize;
}

/* Forms
	--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
	# Layouts
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Components
	--------------------------------------------------------------*/

/* Navigation
	--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
	--------------------------------------------- */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
	--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
	--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
	--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  outline: none;
}

/* Captions
	--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
	--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
	# Plugins
	--------------------------------------------------------------*/

/* Jetpack infinite scroll
	--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
	# Utilities
	--------------------------------------------------------------*/

/* Accessibility
	--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
	--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* ================= Default Button ==================== */
a.primary-btn-1 {
  color: #000000;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 0;
  border-bottom: 1px solid #111111;
  padding: 18px 0 18px 0;
  display: inline-flex;
  background-color: transparent;
  margin-bottom: 10px;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  min-width: 198px;
}
a.primary-btn-2 {
  color: #111111;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 0;
  border: none;
  padding: 10px 12px;
  display: inline-flex;
  background-color: #c0c0c0;
  margin-bottom: 10px;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  min-width: 210px;
}
a.primary-btn-1:hover,
a.primary-btn-2:hover {
  transform: scale(1.03);
}
/* ================= Default Button ==================== */
.container {
  width: 100%;
  max-width: 1600px;
  padding: 0 20px;
  margin: auto;
}
body {
  background-image: url('/wp-content/uploads/2024/04/pattern.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 300;
  background-attachment: fixed;
}
#page {
  padding-top: 104px;
}
.page-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}
.page-breadcrumbs a {
  display: inline-flex;
}
.page-breadcrumbs.white,
.page-breadcrumbs.white a,
.page-breadcrumbs.white path {
  color: #fff;
  stroke: #fff;
}
/* ================= Header Section ==================== */
.home header#main-header {
  background-color: #e3e2df;
}
.logged-in header#main-header {
  top: 32px;
}
header#main-header {
  padding: 32px 0 28px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.3s ease-in;
}
header#main-header.fixed {
  padding: 20px 0 20px 0;
  background-color: #e3e2df;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
header#main-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: auto;
  max-width: 1880px;
  padding: 0 20px;
}
header#main-header .logo {
  width: 356px;
}
header#main-header .logo a {
  display: flex;
}
header#main-header .logo img {
  width: 100%;
  height: 100%;
}
header#main-header nav.main-navigation {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
header#main-header ul#menu-primary-menu {
  display: flex;
  column-gap: 49px;
  align-items: center;
}
header#main-header ul#menu-primary-menu li {
  position: relative;
}
header#main-header ul#menu-primary-menu li.menu-item-has-children {
  padding-right: 12px;
}
header#main-header ul#menu-primary-menu li span.icon {
  position: absolute;
  right: -12px;
  height: auto;
  top: 8px;
}
header#main-header ul#menu-primary-menu li.mega-menu > a span.icon {
  top: 7px;
}
header#main-header ul#menu-primary-menu li a {
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
header#main-header ul#menu-primary-menu li a strong {
  font-weight: 500;
}
header#main-header ul#menu-primary-menu li.header-phone a {
  padding-left: 33px;
  position: relative;
}
header#main-header ul#menu-primary-menu li.header-phone a::before {
  position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJlSURBVHgBrVY7bBNBEJ3ZswIEkJxIOIpo7IYOkTRAqthUKRIUStKEBokquQZRJmmgoDnTokiuoMQyEqJBJCU0sQQFBSJuKDCfHMSAsH07zKx9jh37zvHFTzrdaj/v7fx2FyEEe/Zi3ANvUZOaVaDT3BUn/hqjVETAokbYTjjPc2E8GERe13oVkewD0lCSEhHmzj0qbASMdwkkPfJeM3kSBoSIWWhlxpx86VB/h8BUU6Dv7kPgEnqZhPOi2CXStGDnmAItoRha075Fyu8dggXtiAufxLYl8n1lfi1KDMIgfFXQtrSNu76tLuz2Ehm5eAXO3LgN+u9v+LV5H/SPLzAgxG0pVbYXbgVZMTq3BGo8AbHzKTjBghFg6kyxv2aDZqhTp1vtkWgi7DcuZC6iqaPMbRccDDrNhlCgSO3zp8ZmOCY/Nx9AFEjGqrAJtY/vzR8jW2EgIugGjf57+8pkluDs0gpEhXVv5sIdCCrCeg1o3+WgXwVrfMIEv/phx1g2djdr+iVWmudQczPdwCKW7es5JFqGEIzO3TSfDyFsd6HHsdt7aPeWAMhxCtMW9MGfl0+h8sThYiw3Fg4QI7lv0NwdpHd5f0c6t05evsZumjFF6qd15dljqL570zWXAEuJbCFljpWv9vw6EK7BkKERNyacwrpJ4RjEHFGFIUL4REDaRoTPfddDlQlL58GATb4GWsU4yRcMDUUIXeGZbLuCOyo+4eSLdVTTUV0n62S98HTIBi2QZCBSywiUhL5g61FnKxzbFLu+a7Tfcrlv+JfmN9YlIP8wRZefS64GtcXvse19sPK9yH38B7lx+OQ2A5wxAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
header#main-header button.menu-toggle {
  outline: none;
  border: none;
  padding: 0;
  height: 35px;
  width: 35px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  display: none;
}
header#main-header button.menu-toggle span {
  width: 100%;
  display: inline-block;
  position: absolute;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 5px;
}
header#main-header button.menu-toggle span:last-child {
  bottom: 5px;
  top: auto;
}
header#main-header button.menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header#main-header
  .wrapper
  ul#menu-primary-menu
  li.menu-item:hover
  ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 44px;
}
header#main-header
  .wrapper
  ul#menu-primary-menu
  li.menu-item.mega-menu:hover
  ul.sub-menu {
  top: 45px;
}
header#main-header ul#menu-primary-menu > li:has(.sub-menu) > a::before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #eb6f4d;
  width: calc(100% + 12px);
  bottom: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
}
header#main-header ul#menu-primary-menu > li:hover > a::before {
  opacity: 1;
}
header#main-header ul#menu-primary-menu li.mega-menu > a {
  padding: 10px 0;
}
header#main-header .wrapper ul#menu-primary-menu li ul.sub-menu {
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50px;
  left: 0;
  margin: 0;
  z-index: 99;
  width: auto;
  /* white-space: nowrap; */
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  border-radius: 0 0 5px 5px;
  width: 250px;
  padding: 10px 5px;
}
header#main-header .wrapper ul#menu-primary-menu li ul.sub-menu li {
  margin: 0 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
header#main-header
  .wrapper
  ul#menu-primary-menu
  li:not(.mega-menu)
  ul.sub-menu
  li
  a {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 0;
}
.mobile-menu-dropdown-area {
  background-color: #e3e2df;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  overflow: auto;
  padding: 100px 20px 30px;
  display: none;
}
.mobile-menu-dropdown-area::-webkit-scrollbar {
  display: none;
}
.mobile-menu-dropdown-area li a {
  font-size: 18px;
  width: auto;
  display: inline-block;
  margin: 2px 0;
  padding: 2px 0;
  font-weight: 400;
}
.mobile-menu-dropdown-area li ul.sub-menu {
  margin: 0 0 0 15px;
  display: none;
}
.mobile-menu-dropdown-area li {
  position: relative;
  margin-bottom: 10px;
}
.mobile-menu-dropdown-area li span.icon {
  position: absolute;
  right: -10px;
  top: -4px;
  padding: 0px 10px;
  cursor: pointer;
}
.mobile-menu-dropdown-area li span.icon svg {
  width: 44px;
  height: auto;
  transition: all 0.3s ease-in;
}
.mobile-menu-dropdown-area li.header-phone a {
  padding-left: 33px;
  position: relative;
}
.mobile-menu-dropdown-area li.header-phone a::before {
  position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJlSURBVHgBrVY7bBNBEJ3ZswIEkJxIOIpo7IYOkTRAqthUKRIUStKEBokquQZRJmmgoDnTokiuoMQyEqJBJCU0sQQFBSJuKDCfHMSAsH07zKx9jh37zvHFTzrdaj/v7fx2FyEEe/Zi3ANvUZOaVaDT3BUn/hqjVETAokbYTjjPc2E8GERe13oVkewD0lCSEhHmzj0qbASMdwkkPfJeM3kSBoSIWWhlxpx86VB/h8BUU6Dv7kPgEnqZhPOi2CXStGDnmAItoRha075Fyu8dggXtiAufxLYl8n1lfi1KDMIgfFXQtrSNu76tLuz2Ehm5eAXO3LgN+u9v+LV5H/SPLzAgxG0pVbYXbgVZMTq3BGo8AbHzKTjBghFg6kyxv2aDZqhTp1vtkWgi7DcuZC6iqaPMbRccDDrNhlCgSO3zp8ZmOCY/Nx9AFEjGqrAJtY/vzR8jW2EgIugGjf57+8pkluDs0gpEhXVv5sIdCCrCeg1o3+WgXwVrfMIEv/phx1g2djdr+iVWmudQczPdwCKW7es5JFqGEIzO3TSfDyFsd6HHsdt7aPeWAMhxCtMW9MGfl0+h8sThYiw3Fg4QI7lv0NwdpHd5f0c6t05evsZumjFF6qd15dljqL570zWXAEuJbCFljpWv9vw6EK7BkKERNyacwrpJ4RjEHFGFIUL4REDaRoTPfddDlQlL58GATb4GWsU4yRcMDUUIXeGZbLuCOyo+4eSLdVTTUV0n62S98HTIBi2QZCBSywiUhL5g61FnKxzbFLu+a7Tfcrlv+JfmN9YlIP8wRZefS64GtcXvse19sPK9yH38B7lx+OQ2A5wxAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mobile-menu-dropdown-area li span.icon.activated svg {
  transform: rotate(180deg);
}
.logged-in .mobile-menu-dropdown-area {
  padding-top: 130px;
}
/* ================= Header Section ==================== */

/* ================= Footer Section ==================== */
footer#main-footer {
  overflow: hidden;
  position: relative;
}
footer#main-footer .wrapper {
  max-width: 1820px;
  width: 100%;
  padding: 150px 20px 180px 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer#main-footer .wrapper .left {
  width: 50%;
}
footer#main-footer .wrapper .right {
  width: 50%;
}
footer#main-footer .wrapper .left h2 {
  max-width: 720px;
  width: 100%;
  font-size: 72px;
  font-weight: 450;
  line-height: 125%;
  color: #000;
}
footer#main-footer .wrapper .left ul {
  display: flex;
  gap: 72px;
  margin-top: 48px;
}
footer#main-footer .wrapper .left ul li {
  font-size: 22px;
  font-weight: 450;
  line-height: 130%;
  border-bottom: 1px solid #111111;
}
footer#main-footer .wrapper .right .menu-wrap {
  border-bottom: 1px solid #111111;
  margin-bottom: 50px;
}
footer#main-footer
  .wrapper
  .right
  .menu-wrap
  .menu-footer-navigation-container
  #menu-footer-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 55px;
  margin-top: 20px;
}
footer#main-footer
  .wrapper
  .right
  .menu-wrap
  .menu-footer-navigation-container
  #menu-footer-navigation
  li {
  font-size: 22px;
  font-weight: 450;
  line-height: 130%;
  border-bottom: 1px solid #111111;
}
footer#main-footer .wrapper .right .contact-info {
  display: flex;
  justify-content: start;
  gap: 100px;
}
footer#main-footer .wrapper .right .contact-info .item h3 {
  font-size: 30px;
  font-weight: 450;
  line-height: 130%;
  margin-bottom: 20px;
  color: #000;
  font-family: neue-haas-grotesk-display, sans-serif;
}
footer#main-footer .wrapper .right .contact-info .item {
  max-width: 322px;
  width: 100%;
}
footer#main-footer .wrapper .right .contact-info .item div {
  font-size: 20px;
  font-weight: 450;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #000;
}
footer#main-footer .wrapper .right .contact-info .item div a {
  /* text-decoration: underline; */
  border-bottom: 1px solid #111111;
}
.footer-bottom {
  overflow: hidden;
  position: relative;
  padding: 35px 0;
  border-top: 1px solid #111111;
}
.footer-bottom .wrap {
  max-width: 1820px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .website {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
.footer-bottom .website span {
  font-weight: 500;
}
.footer-bottom .copyright {
  font-size: 20px;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}
/* ================= Footer Section ==================== */

/* ================= Home Hero Section ==================== */
section.home-hero-section {
  position: relative;
  overflow: hidden;
  background-color: #e3e2df !important;
  padding-top: 25px;
}
section.home-hero-section .wrapper {
  width: 100%;
  max-width: 1840px;
  padding: 0 20px;
  margin: auto;
}
section.home-hero-section .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
}
section.home-hero-section .top .left .headline {
  font-size: 90px;
  font-weight: 300;
  line-height: 104%;
  color: #111111;
  padding-bottom: 25px;
}
section.home-hero-section .wrapper .top .right h3.headline {
  font-weight: 500;
  font-size: 18px;
  line-height: 165%;
  margin-bottom: 7px;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #000;
}
section.home-hero-section .wrapper .top .right .guick_links li {
  font-size: 24px;
  font-weight: 400;
  line-height: 165%;
  position: relative;
  padding-left: 10px;
}
section.home-hero-section .wrapper .top .right .guick_links li::before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #111111;
  position: absolute;
  top: 50%;
  left: -10px;
}
section.home-hero-section .wrapper .top .right .guick_links li a {
  color: #111111;
  font-family: neue-haas-grotesk-display, sans-serif;
}
section.home-hero-section .button-wrap {
  display: flex;
  gap: 30px;
}
section.home-hero-section .button-wrap .primary-btn-2 {
  background-color: #d3d2d0;
}
.gallery-slider-hero {
  position: relative;
}
.gallery-slider-hero .owl-nav {
  display: flex;
  gap: 20px;
  position: absolute;
  top: 25px;
  left: 25px;
}
.gallery-slider-hero .owl-nav button.owl-prev,
.gallery-slider-hero .owl-nav button.owl-next {
  width: 65.6px;
  height: 65.6px;
  background-color: #ffffff !important;
  color: #111111;
  border-radius: 0;
  border: none;
  transition: 0.1s;
}
.gallery-slider-hero .owl-nav button.owl-next {
  transform: rotate(180deg) !important;
}
.gallery-slider-hero .owl-nav button.owl-next svg {
  margin-bottom: -4px;
}
.gallery-slider-hero .owl-nav button.owl-prev:hover,
.gallery-slider-hero .owl-nav button.owl-next:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
}
.gallery-slider-hero .item {
  height: 750px;
  overflow: hidden;
  display: flex;
}
.gallery-slider-hero .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ================= Home Hero Section ==================== */

/* ================= Cta Section ==================== */
section.cta-section {
  background-color: #fa7a57;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
section.cta-section ul.tags {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  width: 100%;
  max-width: 1616px;
  padding: 0 20px;
  margin: auto;
}
section.cta-section ul.tags li {
  font-family: ivypresto-display, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 46.2px;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
}
section.cta-section ul.tags li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
}
section.cta-section ul.tags li:nth-child(5)::before {
  display: none;
}
/* ================= Cta Section ==================== */

/* ================= Home About Section ==================== */
section.home-about-section {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
section.home-about-section .top-area {
  display: flex;
  margin-bottom: 100px;
  align-items: flex-start;
}
section.home-about-section .top-area .right-blurb .item .desc p {
  font-size: 16px;
  font-weight: 450;
  line-height: 160%;
}
section.home-about-section .top-area .left {
  width: 50%;
  padding-right: 60px;
}
section.home-about-section .top-area .left .button-wrap {
  display: flex;
  gap: 30px;
}
section.home-about-section .top-area .left .button-wrap .primary-btn-2 {
  background-color: #e9e9e9;
}
section.home-about-section .top-area .left .contents {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
}
section.home-about-section .top-area .right-blurb {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 50px;
}
section.home-about-section .top-area .right-blurb .item h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #111111;
  padding-bottom: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
}
section.home-about-section .top-area .right-blurb .item .desc {
  word-break: break-word;
}
section.home-about-section .bottom-area h2.year {
  font-size: 360px;
  font-weight: 400;
  line-height: 1;
  color: #fa7a57;
  font-family: neue-haas-grotesk-display, sans-serif;
  padding-top: 35px;
}
section.home-about-section .bottom-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 40px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  border-bottom: 1px solid #111111;
  width: 100%;
}
section.home-about-section .bottom-area .year-text {
  max-width: 455px;
  font-size: 40px;
  font-weight: 450;
  line-height: 130%;
  color: #111;
}
section.home-about-section .bottom-area .right-text {
  padding-right: 16px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}
section.home-about-section .bottom-area .right-text strong {
  font-weight: 500;
}
section.home-about-section .middle-images-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
section.home-about-section .middle-images-wrap > div {
  height: 747px;
  display: flex;
}
section.home-about-section .middle-images-wrap .left {
  width: 30%;
}
section.home-about-section .middle-images-wrap .middle {
  width: 40%;
}
section.home-about-section .middle-images-wrap .right {
  width: 30%;
}
section.home-about-section .middle-images-wrap img {
  object-fit: cover;
}
/* ================= Home About Section ==================== */

/* ================= Home Featured Categories Section ==================== */
section.home-featured-categories {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
section.home-featured-categories .top-area {
  padding-bottom: 60px;
}
section.home-featured-categories .top-area h2.headline {
  font-size: 72px;
  font-weight: 300;
  line-height: 128%;
  letter-spacing: 0.02em;
  max-width: 700px;
  margin-bottom: 20px;
}
section.home-featured-categories .top-area .desc {
  columns: 2;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  gap: 60px;
  break-inside: avoid;
}
section.home-featured-categories .featured-categories-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 45px;
  column-gap: 80px;
}
section.home-featured-categories .featured-categories-wrapper .item {
  position: relative;
}
.whole-div-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
section.home-featured-categories .item h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #3c2226;
  font-family: neue-haas-grotesk-display, sans-serif;
}
section.home-featured-categories .middle-part .item h3 a {
  color: #111111;
  border-bottom: 1px solid #111111;
}
section.home-featured-categories .middle-part .item .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.27px;
  padding-top: 10px;
}
section.home-featured-categories .middle-part .item .desc a {
  color: #111111;
}
section.home-featured-categories .middle-part .item .desc strong {
  font-weight: 500;
}
section.home-featured-categories .bottom-area .bottom-desc {
  max-width: 997px;
  font-size: 16px;
  font-weight: 450;
  line-height: 185%;
  letter-spacing: 0.32px;
  padding: 50px 0;
}
section.home-featured-categories .bottom-area .button-wrap {
  display: flex;
  gap: 30px;
}
section.home-featured-categories .bottom-area .button-wrap .primary-btn-2 {
  background-color: #92929233;
}
section.home-featured-categories .middle-part .item .image {
  height: 413px;
  display: flex;
}
section.home-featured-categories .middle-part .item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ================= Home Featured Categories Section ==================== */

/* ================= Testimonials Section ==================== */
section.testimonials-section {
  position: relative;
  overflow: hidden;
  margin: 70px 0;
  padding: 0 20px;
}
section.testimonials-section .wrapper {
  width: 100%;
  max-width: 1840px;
  padding: 110px 0 80px 100px;
  margin: auto;
  background-color: #e3e2df;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
section.testimonials-section .wrapper .left {
  width: 40%;
}
section.testimonials-section .wrapper .right {
  width: 60%;
}
section.testimonials-section .wrapper .left .headline {
  font-size: 72px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: 0.02em;
  max-width: 475px;
  width: 100%;
}
section.testimonials-section .wrapper .left .testimonials-cus-counter {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #77808b;
  margin-top: 30px;
}
section.testimonials-section .wrapper .left .descriptions {
  font-size: 16px;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: 20px;
  max-width: 400px;
  width: 100%;
}
section.testimonials-section
  .wrapper
  .left
  .testimonials-cus-counter
  span:first-child {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  color: #283646;
}
.testimonials-cus-nav {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.testimonials-cus-nav button.owl-prev,
.testimonials-cus-nav button.owl-next {
  width: 65.6px;
  height: 65.6px;
  background-color: #f8f9fa;
  color: #111111;
  border: none;
  cursor: pointer;
  border-radius: 0;
  transition: 0.1s;
}
.testimonials-cus-nav button.owl-prev:hover,
.testimonials-cus-nav button.owl-next:hover {
  background-color: #eb6f4d !important;
  color: #ffffff !important;
}
.testimonials-cus-nav button.owl-next {
  transform: rotate(180deg);
}
.testimonials-slider-wrapper .item {
  width: 364px;
  padding: 50px 12px 50px 30px;
  background-color: #f2f4f5;
}
.testimonials-slider-wrapper .item h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 6px;
  color: #111;
  font-family: neue-haas-grotesk-display, sans-serif;
}
.testimonials-slider-wrapper .item .contents {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
  color: #283646;
}

/* ================= Testimonials Section ==================== */

/* ================= Inner Hero Section1 ==================== */
.review-wrap-banner {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
section.inner-hero-section1 {
  position: relative;
  overflow: hidden;
  background-color: #e3e2df;
}
section.inner-hero-section1 .wrapper {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.inner-hero-section1 .wrapper .left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.inner-hero-section1 .wrapper .left .inner {
  max-width: 687px;
  width: 100%;
  padding: 70px 20px;
}
section.inner-hero-section1 .wrapper .left .button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
section.inner-hero-section1 .wrapper .left p.tag_line {
  font-size: 13.5px;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: 0.12em;
  position: relative;
  padding-left: 60px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.inner-hero-section1 .wrapper .left p.tag_line::before {
  content: ' ';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #111111;
  position: absolute;
  top: 50%;
  left: 0%;
}
section.inner-hero-section1 .wrapper .left h1.headline {
  font-size: 80px;
  font-weight: 300;
  line-height: 104%;
  max-width: 699px;
  width: 100%;
}
section.inner-hero-section1 .wrapper .left .sub-headline,
section.inner-hero-section1.category-hero-section .wrapper .left .desc h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin: 20px 0 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
}
section.inner-hero-section1.category-hero-section .wrapper .left .desc h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
}
section.inner-hero-section1 .wrapper .left .desc,
section.inner-hero-section1.category-hero-section .wrapper .left .desc h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
section.inner-hero-section1 .wrapper .left .desc * {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
}
section.inner-hero-section1 .wrapper .right {
  width: 50%;
  display: flex;
}
section.inner-hero-section1 .wrapper .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ================= Inner Hero Section1 ==================== */

/* ================= About Services Products Section ==================== */
section.about-services-products {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
section.about-services-products .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.about-services-products .container .left {
  display: flex;
  width: 50%;
  gap: 20px;
}
section.about-services-products .container .right {
  width: 50%;
  padding-left: 68px;
}
section.about-services-products .container .right .button-wrap {
  display: flex;
  gap: 30px;
}
section.about-services-products .container .right .button-wrap .primary-btn-2 {
  background-color: #c0c0c0;
}
section.about-services-products .container .right h2.headline {
  font-size: 72px;
  font-weight: 300;
  line-height: 128%;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  color: rgba(60, 34, 38, 1);
}
section.about-services-products .container .right .desc {
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 165%;
  letter-spacing: 0.02em;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
section.about-services-products .container .right .desc h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}
section.about-services-products .container .right .desc p strong {
  font-weight: 500;
}
section.about-services-products .container .left img {
  height: 626px;
  object-fit: cover;
}
section.about-services-products .container .left img:nth-child(1) {
  width: 40%;
}
section.about-services-products .container .left img:nth-child(2) {
  width: 60%;
}
section.about-services-products .container .right .button-wrap {
  margin-top: 40px;
}
section.about-services-products.consistent-space {
  padding-top: 0;
  margin: 80px 0;
}
section.about-services-products.reverse-column .container {
  flex-flow: row-reverse;
}
section.about-services-products.reverse-column .container .right {
  padding-right: 68px;
  padding-left: 0;
}
/* ================= About Services Products Section ==================== */

/* ================= About What We Do Section ==================== */
section.about-what-we-do {
  margin-top: 148px;
  position: relative;
  overflow: hidden;
}
section.about-what-we-do::before {
  position: absolute;
  content: '';
  height: calc(100% - 130px);
  top: 65px;
  width: 100%;
  background-color: #f5f5f5;
  right: 19%;
}
section.about-what-we-do .container {
  max-width: 1776px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  z-index: 1;
  position: relative;
}
section.about-what-we-do .container .left {
  width: 33%;
}
section.about-what-we-do .container .left .button-wrap {
  display: flex;
  gap: 30px;
}
section.about-what-we-do .container .left .button-wrap .primary-btn-2 {
  background-color: #e9e9e947;
}
section.about-what-we-do .container .left h2.headline {
  color: #111;
  font-size: 72px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: 0.02em;
}
section.about-what-we-do .container .left h3.sub-headline {
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 48px;
  margin-top: 20px;
  color: #111;
}
section.about-what-we-do .container .middle {
  width: 33%;
}
section.about-what-we-do .container .middle .desc h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
  margin-bottom: 20px;
  color: #111;
}
section.about-what-we-do .container .middle .desc h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
}
section.about-what-we-do .container .middle .desc {
  font-size: 16px;
  font-weight: 450;
  line-height: 165%;
  letter-spacing: 0.02em;
  color: #111;
}
section.about-what-we-do .container .right {
  width: 33%;
  display: flex;
}
section.about-what-we-do .container .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ================= About What We Do Section ==================== */

/* ================= About What We Believe Section ==================== */
section.about-what-we-believe {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
section.about-services-products.hide-section {
  display: none;
}
section.about-what-we-believe.hide-section {
  display: none;
}
section.about-what-we-believe .top {
  gap: 40px;
  margin-bottom: 68px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}
section.about-what-we-believe .top .left h2.headline {
  font-size: 72px;
  font-weight: 300;
  line-height: 113%;
  letter-spacing: 0.02em;
  color: #171717;
}
section.about-what-we-believe .top .left h3.sub-headline {
  font-size: 36px;
  font-weight: 400;
  line-height: 141%;
  letter-spacing: 0.02em;
  color: #111;
}
section.about-what-we-believe .top .right .desc {
  font-size: 16px;
  font-weight: 450;
  line-height: 165%;
  letter-spacing: 0.02em;
  color: #111;
}
section.about-what-we-believe .what-we-believe {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
}
section.about-what-we-believe .what-we-believe .item h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-top: 10px;
  color: #111;
  margin-bottom: 20px;
}
section.about-what-we-believe .what-we-believe .item .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  color: #111;
}
section.about-what-we-believe.v2 .top {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
  max-width: 1060px;
}
section.about-what-we-believe.v2 .top .left h2.headline {
  font-size: 60px;
}
section.about-what-we-believe.v2 .top .left h3.sub-headline {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-top: 15px;
  letter-spacing: 0;
}
section.about-what-we-believe.v2 .what-we-believe {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
section.about-what-we-believe.v2 .what-we-believe .item h3 {
  font-size: 28px;
}
section.about-what-we-believe.v2 .what-we-believe .item .desc {
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
/* ================= About What We Believe Section ==================== */

/* ================= Advice Cta Section ==================== */
section.advice-cta-section {
  padding: 35px 0;
  position: relative;
  overflow: hidden;
}
section.advice-cta-section .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
section.advice-cta-section .wrapper .button-wrap {
  display: flex;
  gap: 30px;
}
section.advice-cta-section .wrapper .button-wrap .primary-btn-2 {
  background-color: #e9e9e947;
}
section.advice-cta-section .wrapper h2.headline {
  font-size: 48px;
  font-weight: 300;
  line-height: 96.25%;
  letter-spacing: 0.02em;
  margin-right: 20px;
  color: #111;
}
section.advice-cta-section .wrapper .desc {
  color: #111;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-right: 20px;
}
section.advice-cta-section .wrapper .button-wrap {
  margin-left: 50px;
}
/* ================= Advice Cta Section ==================== */

/* ================= All Catalogues Section ==================== */
section.all-catalogues {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
section.all-catalogues .wrapper {
  max-width: 1840px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
  padding: 0 20px;
}
section.all-catalogues .wrapper .item {
  display: flex;
  background: #f1f1ef;
}
section.all-catalogues .wrapper .icon {
  display: flex;
  align-items: center;
  background: #eb6f4d;
  width: 113px;
  justify-content: center;
}
section.all-catalogues .wrapper .icon svg {
  width: 49px;
  height: auto;
}
section.all-catalogues .wrapper .item .right {
  padding: 15px 25px;
  flex: 1;
  display: flex;
  align-items: center;
}
section.all-catalogues .wrapper .item .right h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #111;
}
section.all-catalogues .wrapper .item .right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  color: #111;
}
section.all-catalogues .wrapper .item .right a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
/* ================= All Catalogues Section ==================== */

/* ================= Catalogues Hero Section ==================== */
section.catalogues-hero .headline {
  max-width: 950px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.catalogues-hero .down-arrow {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
}
/* ================= Catalogues Hero Section ==================== */

/* ================= Contact Hero Section ==================== */
section.contact-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background: #e3e2df;
}
section.contact-hero .left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}
section.contact-hero .left .inner {
  max-width: 556px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
section.contact-hero .left .headline {
  font-size: 80px;
  font-weight: 300;
  line-height: 104%;
  margin-bottom: 20px;
  color: #111;
}
section.contact-hero .left .contents {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  color: #111;
}
section.contact-hero .left .contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  color: #111;
  row-gap: 20px;
  column-gap: 40px;
}
section.contact-hero .left .contact-wrapper a {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.contact-hero .left .contact-wrapper .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  background-color: #eb6f4d;
}
section.contact-hero .left .contact-wrapper a span:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  line-height: 29%;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #111111;
  padding-bottom: 10px;
}
section.contact-hero .acf-map {
  width: 100%;
  height: 620px;
  width: 50%;
}
.acf-map img {
  max-width: inherit !important;
}
/* ================= Contact Hero Section ==================== */

/* ================= Contact Form Section ==================== */
section.contact-form-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: #f1f1ef;
}
section.contact-form-section .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 66px;
}
section.contact-form-section .wpforms-container .wpforms-field {
  float: none;
  clear: both;
  width: calc(50% - 33px);
}
section.contact-form-section .wpforms-container .wpforms-field.enquiry-text {
  width: calc(80% - 33px);
}
section.contact-form-section
  .wpforms-container
  .wpforms-field.enquiry-text
  textarea {
  height: 190px;
}
section.contact-form-section
  .wpforms-container
  .wpforms-field.wpforms-field-file-upload {
  width: calc(20% - 33px);
}
section.contact-form-section .wpforms-uploader {
  border: none !important;
  background-color: #fff !important;
  height: 110px;
}
section.contact-form-section .wpforms-uploader .dz-message svg {
  color: #eb6f4d;
  opacity: 1 !important;
}
section.contact-form-section .wpforms-uploader span.modern-title {
  color: #081a39;
  opacity: 0.4;
  font-size: 12px;
}
section.contact-form-section .headline {
  font-size: 36px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.02em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #11111136;
  color: #000;
}
/* ================= Contact Form Section ==================== */

/* ================= Downloads Hero Section ==================== */
/* section.downloads-hero {
  background-color: #e3e2df;
  padding-top: 60px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}
section.downloads-hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.downloads-hero .container h1.headline {
  font-size: 80px;
  font-weight: 300;
  line-height: 83.2px;
  margin-bottom: 20px;
}
section.downloads-hero .container .tagline {
  position: relative;
  padding: 0 65px;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 20.25px;
  letter-spacing: 0.12em;
}
section.downloads-hero .container .tagline::before {
  position: absolute;
  content: ' ';
  display: block;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #111111;
}
section.downloads-hero .container .tagline::after {
  position: absolute;
  content: ' ';
  display: block;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #111111;
}
section.downloads-hero .container .contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: 0.02em;
  text-align: center;
} */
/* ================= Downloads Hero Section ==================== */

/* ================= Downloads Form Section ==================== */
section.downloads-form {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
  margin-top: -100px;
}
section.downloads-form .container .form-wrap {
  max-width: 1241px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 70px;
  background: #f1f1ef;
}
section.downloads-form .form-wrap .headline {
  font-size: 36px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #252324;
}
section.downloads-form .form-wrap .sub-headline {
  font-size: 16px;
  font-weight: 450;
  line-height: 160%;
  letter-spacing: 0.02em;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #11111150;
  color: #3c2226;
}
/* ================= Downloads Form Section ==================== */

/* ================= All Projects Section ==================== */
section.all-projects-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
section.all-projects-section .container .all-projects-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 80px;
  row-gap: 45px;
}
section.all-projects-section .container .all-projects-wrap .item {
  position: relative;
}
section.all-projects-section .container .all-projects-wrap .item .thumbnail {
  height: 414px;
  display: flex;
}
section.all-projects-section
  .container
  .all-projects-wrap
  .item
  .thumbnail
  img {
  object-fit: cover;
  width: 100%;
}
section.all-projects-section .container .all-projects-wrap .item .right h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
  padding: 12px 0;
  margin-bottom: 15px;
  border-bottom: 0.5px solid #3c222685;
}
section.all-projects-section .container .all-projects-wrap .item .right p {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.02em;
  color: #111;
  opacity: 0.7;
  margin-bottom: 10px;
}
section.all-projects-section .container .all-projects-wrap .item .right a {
  font-size: 16px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 0.02em;
  color: #000;
  display: flex;
  align-items: center;
}
section.all-projects-section .container .all-projects-wrap .item .right a svg {
  margin-left: 8px;
}
/* ================= All Projects Section ==================== */

/* ================= Projects Hero Section ==================== */
/* section.projects-hero-section .left .inner p.tagline {
  font-size: 13.5px;
  font-weight: 450;
  line-height: 20.25px;
  letter-spacing: 0.12em;
  position: relative;
  padding-left: 65px;
}
section.projects-hero-section .left .inner p.tagline::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #111111;
  width: 50px;
  height: 1px;
}
section.projects-hero-section .left .inner h1.headline {
  font-size: 80px;
  font-weight: 300;
  line-height: 83.2px;
  margin-bottom: 20px;
}
section.projects-hero-section .left .inner .sub-headline {
  font-size: 24px;
  font-weight: 450;
  line-height: 33.84px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
section.projects-hero-section .left .inner .contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: 0.02em;
}
section.projects-hero-section .left .inner .button-wrap {
  display: flex;
  gap: 30px;
  margin-top: 40px;
} */
section.projects-hero-section .left .inner .sub-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 33.84px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
  padding-top: 25px;
}
section.projects-hero-section .right {
  width: 50%;
  display: flex;
  gap: 4px;
}
section.projects-hero-section .right .image1 {
  width: 33.33%;
  height: 721px;
  display: flex;
}
section.projects-hero-section .right .image1 img {
  width: 100%;
  display: flex;
  object-fit: cover;
}
/* ================= Projects Hero Section ==================== */

/* ================= Services Hero Section ==================== */
section.services-hero-section {
  background-color: #e3e2df;
  padding: 100px 0 150px;
  position: relative;
  overflow: hidden;
}
section.services-hero-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.services-hero-section .container h1.headline {
  color: #111;
  font-size: 90px;
  font-weight: 300;
  line-height: 104%;
  margin-bottom: 20px;
  text-align: center;
}
section.services-hero-section .container .tagline {
  color: #111;
  position: relative;
  padding: 0 65px;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
section.services-hero-section .container .tagline::before {
  position: absolute;
  content: ' ';
  display: block;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #111111;
}
section.services-hero-section .container .tagline::after {
  position: absolute;
  content: ' ';
  display: block;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #111111;
}
section.services-hero-section .container .sub-headline {
  color: #111;
  font-size: 28px;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-align: center;
}
section.services-hero-section .container .contents {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 611px;
  width: 100%;
}
/* ================= Services Hero Section ==================== */

/* ================= All Services Section ==================== */
section.all-services-section {
  padding: 75px 0 90px;
  position: relative;
  overflow: hidden;
}
section.all-services-section .container .contents {
  columns: 2;
  gap: 48px;
  max-width: 1349px;
  margin-bottom: 75px;
  font-size: 16px;
  font-weight: 450;
  line-height: 165%;
  letter-spacing: 0.02em;
  color: #111;
}
section.all-services-section .container .all-services-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  row-gap: 45px;
}
section.all-services-section .container .all-services-wrap .item {
  position: relative;
}
section.all-services-section .container .all-services-wrap .item .thumbnail {
  display: flex;
  height: 414px;
}
section.all-services-section
  .container
  .all-services-wrap
  .item
  .thumbnail
  img {
  width: 100%;
  object-fit: cover;
}
section.all-services-section .container .all-services-wrap .item .right h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 12px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #3c2226;
}
section.all-services-section .container .all-services-wrap .item .right p {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 22.27px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  opacity: 0.7;
}
section.all-services-section .container .all-services-wrap .item .right a {
  font-size: 16px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
section.all-services-section .container .all-services-wrap .item .right a svg {
  margin-left: 5px;
}
/* ================= All Services Section ==================== */

/* ================= Project Galleries Section ==================== */
section.project-galleries-section {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
section.project-galleries-section .container h2.headline {
  font-size: 64px;
  font-weight: 300;
  line-height: 115%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  color: #3c2226;
}
section.project-galleries-section .container .contents {
  max-width: 1289px;
  width: 100%;
  columns: 2;
  gap: 40px;
}
section.project-galleries-section .container .contents p {
  font-size: 16px;
  font-weight: 450;
  line-height: 26.4px;
  letter-spacing: 0.02em;
}
section.project-galleries-section .galleries-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 68px;
}
section.project-galleries-section .galleries-wrap .item {
  height: 405px;
  display: flex;
}
section.project-galleries-section .galleries-wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ================= Project Galleries Section ==================== */

/* ================= Contents Image Section ==================== */
section.contents-image-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
section.contents-image-section .container {
  display: flex;
  align-items: center;
  gap: 80px;
}
section.contents-image-section .container .left {
  width: 50%;
}
section.contents-image-section .container .left h2.headline {
  font-size: 64px;
  font-weight: 300;
  line-height: 128%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  color: #3c2226;
}
section.contents-image-section .container .left .contents {
  max-width: 720px;
  width: 100%;
  font-size: 16px;
  font-weight: 450;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #3c2226;
}
section.contents-image-section .container .right {
  width: 50%;
  display: flex;
}
section.contents-image-section .container .right img {
  width: 100%;
  object-fit: cover;
}
section.contents-image-section .container .left .button-wrap:has(*) {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
/* ================= Contents Image Section ==================== */

/* ================= Contents Image Section reverse-column==================== */
section.contents-image-section.reverse-column .container {
  flex-flow: row-reverse;
}
/* ================= Contents Image Section reverse-column ==================== */

/* ================= Project Inner Hero Section ==================== */
section.project-inner-hero-section {
  padding: 150px 0 240px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.project-inner-hero-section .container p.tagline {
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 20.25px;
  letter-spacing: 0.12em;
  position: relative;
  padding-left: 65px;
  margin-bottom: 5px;
}
section.project-inner-hero-section .container p.tagline::before {
  content: ' ';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0%;
}
section.project-inner-hero-section .container h1.headline {
  color: #ffffff;
  font-size: 90px;
  font-weight: 300;
  line-height: 104%;
}
section.project-inner-hero-section .container .contents {
  max-width: 699px;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 450;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-top: 20px;
  margin-bottom: 30px;
}
section.project-inner-hero-section .container .button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
section.project-inner-hero-section .container .button-wrap a.primary-btn-1 {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}
section.project-inner-hero-section .container .button-wrap a.primary-btn-2 {
  color: #ffffff;
  background-color: #c0c0c066;
}
/* ================= Project Inner Hero Section ==================== */

/* ================= Product Hero Section ==================== */
.woocommerce div.product section.related.products {
  display: none;
}
.woocommerce div.product .woocommerce-tabs {
  display: none;
}
.woocommerce div.product .product_meta {
  display: none;
}
.woocommerce div.product {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}
.woocommerce div.product .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce div.product .summary.entry-summary {
  width: 100%;
  float: none;
  margin: 0;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
.woocommerce div.product .woocommerce-variation-add-to-cart button.button {
  display: none;
}
.woocommerce div.product form.cart .quantity {
  display: none;
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
  display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  font-size: 32px;
  font-weight: 300;
  line-height: 104%;
  color: #111111;
  font-family: ivypresto-display, serif;
}
.woocommerce div.product .summary .product_title {
  font-size: 56px;
  font-weight: 300;
  line-height: 112%;
  letter-spacing: 1.12px;
  margin-bottom: 15px;
  color: #111111;
}
section.product-hero-section {
  padding: 90px 20px;
  background-color: #f5f5f4;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 10px;
  margin-top: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  display: flex;
  /* width: 228px;
  height: 222px; */
  clear: none !important;
  float: none;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  /* width: auto;
  height: auto; */
  object-fit: contain;
  object-position: center;
}
.woocommerce div.product .summary.entry-summary p.price {
  display: none;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 324px;
}
.woocommerce div.product form.cart .variations tr th.label {
  width: 100%;
  padding-bottom: 10px;
}
.woocommerce div.product form.cart .variations tr td.value {
  width: 100%;
  position: relative;
}
.woocommerce div.product form.cart .variations tr th.label label {
  color: #111111;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.32px;
}
.woocommerce div.product form.cart .variations tr td.value select {
  width: 100%;
  min-width: 100%;
  margin: 0;
  height: 60px;
  box-shadow: -1px 1px 15px 0px rgba(0, 0, 0, 0.08);
  border: none;
  padding: 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  color: #111;
  letter-spacing: 0.32px;
  appearance: none;
}
.woocommerce div.product form.cart .variations tr td.value a.reset_variations {
  position: absolute;
  right: -45px;
  top: 12px;
}
.product-form-wrap {
  position: relative;
}
.product-form-wrap .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.product-form-wrap .top .left {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.4px;
  color: #111111;
}
.product-form-wrap .top .right {
  text-align: right;
}
.product-form-wrap .top .right .price {
  font-size: 32px;
  font-weight: 300;
  line-height: 104%;
  color: #111111;
  font-family: ivypresto-display, serif;
}
.product-form-wrap .top .right .price span.text {
  font-size: 13.5px;
  font-weight: 450;
  line-height: 145%;
  letter-spacing: 0.27px;
  font-family: neue-haas-grotesk-display, sans-serif;
  padding-right: 5px;
}
.product-form-wrap .top .right .price del {
  text-decoration: none;
}
.product-form-wrap .top .right .price ins {
  display: none;
}
.product-form-wrap .top .right .tax {
  font-size: 13.5px;
  font-style: normal;
  font-weight: 450;
  line-height: 145%;
}
.product-form-wrap .line {
  height: 0.5px;
  background-color: #000000;
  width: 100%;
  margin: 15px 0 25px;
}
.product-form-wrap .form-wrap {
  position: relative;
}
.product-form-wrap .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 42px;
  row-gap: 20px;
}
section.downloads-form .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
  margin-bottom: 25px;
}
.product-form-wrap .wpforms-field-container .wpforms-field {
  width: calc(50% - 21px);
  padding: 0;
  display: block !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce-variation-price span.price {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-variation-price span.price del {
  /*   order: 2;
  width: auto; */
  text-decoration: none;
  opacity: 1 !important;
  /*   position: relative;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 450;
  line-height: 145%;
  font-family: neue-haas-grotesk-display, sans-serif;
  margin-bottom: 15px; */
  width: 100%;
  margin-bottom: 8px;
  color: #111111;
  padding-left: 40px;
  position: relative;
}
.woocommerce-variation-price span.price ins {
  /*   width: 100%;
  margin-bottom: 8px;
  color: #111111;
  padding-left: 40px;
  position: relative; */
  width: auto;
  text-decoration: none;
  opacity: 1 !important;
  position: relative;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 450;
  line-height: 145%;
  font-family: neue-haas-grotesk-display, sans-serif;
  margin-bottom: 15px;
}
.woocommerce-variation-price span.price del::before {
  /*   position: absolute;
  content: 'exc. VAT';
  left: calc(100% + 5px);
  font-size: 13.5px;
  font-style: normal;
  font-weight: 450;
  line-height: 145%;
  width: 147px; */
  position: absolute;
  content: 'From';
  left: 0;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 145%;
  letter-spacing: 0.27px;
  font-family: neue-haas-grotesk-display, sans-serif;
  bottom: 0;
}
.woocommerce-variation-price span.price ins::before {
  /*   position: absolute;
  content: 'From';
  left: 0;
  font-size: 13.5px;
  font-weight: 450;
  line-height: 145%;
  letter-spacing: 0.27px;
  font-family: neue-haas-grotesk-display, sans-serif;
  bottom: 0; */
  position: absolute;
  content: 'exc. VAT';
  left: calc(100% + 5px);
  font-size: 13.5px;
  font-style: normal;
  font-weight: 450;
  line-height: 145%;
  width: 147px;
}
.product-form-wrap.remove-start-price .top .right {
  display: none;
}
.single_variation_wrap .product-form-wrap .top .right .tax {
  display: none;
}
body .wpforms-field-container .wpforms-field label.wpforms-field-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 145%; /* 23.2px */
  letter-spacing: 0.32px;
  color: #111111;
  margin-bottom: 10px;
}
body
  .wpforms-field-container
  .wpforms-field
  label.wpforms-field-label
  span.wpforms-required-label {
  color: #252324;
}
body .wpforms-field-container .wpforms-field input,
body .wpforms-field-container .wpforms-field select {
  height: 60px;
  box-shadow: -1px 1px 15px 0px rgba(0, 0, 0, 0.08) !important;
  background-color: #fff;
  border: none !important;
  width: 100%;
  max-width: 100%;
  outline: none;
  border: none;
  padding: 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  color: #111;
  letter-spacing: 0.32px;
}
.product-form-wrap .wpforms-field-container .wpforms-field.enquiry {
  width: calc(65% - 21px);
}
body .wpforms-field-container .wpforms-field textarea {
  height: 140px;
  border: none !important;
  outline: none !important;
  box-shadow: -1px 1px 15px 0px rgba(0, 0, 0, 0.08) !important;
  background-color: #fff;
  padding: 15px !important;
}
.product-form-wrap .wpforms-field-container .wpforms-field.dropdown select {
  max-width: 324px;
}
.product-form-wrap .form-wrap .wpforms-submit-container {
  margin-top: 36px;
}
html body .wpforms-container .wpforms-submit-container button {
  width: 198px;
  height: 44.786px;
  position: relative;
  background-color: transparent !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 90%;
  letter-spacing: 0.32px;
  color: #000000 !important;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #111;
  box-shadow: none;
  border-radius: 0;
  padding-bottom: 14px;
  background: transparent !important;
  outline: none !important;
}
html body .wpforms-container .wpforms-submit-container button::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 32px;
  right: 0;
  top: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAhCAYAAACr8emlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANhSURBVHgBvZhfSFNxFMfPyj+rYN5KRcHltaDIJl4xkBBsGr74ktJD1kOtp56iXnwTTPLJgjCfekpfyh5CpbCHog0hM/rjIDOSjJuzEuzPtsCaWnS+226sbNvv/tk+cO62yy6/7z2/8zvn/H42shaJrZVNZiuP3wuyhdj8cVNJBzYyD0SdZXMX5Oe668u2k9OxmW0TOfLyKLyyQuHIGk0vhejhwmcKRVYhso/NJyLWrMAutnPtlU6pfa+TIC4dEDn0KkBDMwGVfw6wdVMGBMpsw/VlhUp/c3XUY3oJhJep9/GsJrSRknjTiECFzdvT4JJO11SQWa5OvaXO8ZeIU4j0k0mBipSf6x0+ckByFRWQVSA+2249CgYjq+tE6hEos3m9xxtkK8VpQGTj9XF4soYSpnsjiTPF0yq37CqhTFC8xU6cBewP3i0hhAa1+6ICPbwgPJeaqiiT7C/dShPvv8i8gJA3J3Fvg+CzXVit2aCjbnd0PIrlVyGBHp5W2UgqMQJyKc8WxHnwW0TgyaOVTsomcS8exiWdQLyJu2VnZhZGMlxFDiwYN8ZPJ1ARKV8a8+HvZAUsTqtOSjqB8g4dsVd77T6duee3RGgVexHj51AsASej2sFvE/i2TKJwbaW7c4uEMthRt4eMEvdgVKA3xf8kDDjGA+qBWyrqnZyNerK/WSEzQGCqin+eW6munoZ9JEJR3+3oZxWXwgv8jJ74TSUwFWqYvSEKghvTakWXg9rM+NMJ9L9YCpMoz08dIsSsFcQXmppuFfv5TYIhbtlFsFIcxsX4IpXEd5Nb9GwysfAJHyO4iAjsG5v7SNkEWwFmFBchD/JGB0bZAGmN2y2VdHgQdKNCiMaiGeLe+7PTE21YkW4qIj9/KU3lxZQpOseniTvqATIgEPieLX5tt9lI4n6NrAaeu/L0jcpf29h+kAGBeGiUY7HVapEQd3HytUqxredfdVWPQIDcFBUZXlmTaku2kT1HNIzXg5jumZjRPPffzbtegZrIQZ7u0uHZD0qBPZeMbEPR8Zy48wQxh3OaY/SP5zTMns242S5za6Sg/mLaXYWOpH9G24Y0cmNmAanER7HF4Es1gBWnW5pQD9tBLncyms3ERneez2FQ0zkTqBRLwCPphFktMBE5wTSidZV0ng2C334LNiQ8wEd6AAAAAElFTkSuQmCC');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
html body .wpforms-container .wpforms-submit-container button:hover {
  transform: scale(1.05);
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADESURBVHgBjZHNDYJAEIXfWyhAD5h4pAPswAKMsQUqEEuwg6UDSyDGu3SgJXCWCycvKuuOBpUfCe+ys5v5ZnbeEFaXaBUQGGGAPJ2kzKPFHIZHDJShM1Mu3DPAYhAAZg+gUGOdFKDZDoEkb6qTjNU9Xy9PtlbQ12US732J1bdKuUFfE6qwij+Qpw+pPdJOANiJay1IdKcTdplyo1ObuQbJkPab8e9bSb6G/wuJ7Ap01U2Gv0LpZk4LkhUYmrcp1mJfVtLQE4BmPS2n+L/8AAAAAElFTkSuQmCC') !important;
  background-repeat: no-repeat !important;
  background-position-x: 96% !important;
  background-position-y: 22px !important;
  background-size: 13px !important;
}
.product-form-wrap .wpforms-field-container .wpforms-field.submit-drawings {
  width: calc(35% - 21px);
}
.product-form-wrap
  .wpforms-field-container
  .wpforms-field.submit-drawings
  .wpforms-uploader {
  background: #fff;
  box-shadow: -1px 1px 15px 0px rgba(0, 0, 0, 0.08);
  border: none;
}
.product-form-wrap
  .wpforms-field-container
  .wpforms-field.submit-drawings
  .wpforms-uploader
  span.modern-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #081a39;
}
.product-form-wrap
  .wpforms-field-container
  .wpforms-field.submit-drawings
  .wpforms-uploader
  svg {
  color: #eb6f4d;
  opacity: 1;
}
.pswp {
  z-index: 9999;
}
/* .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
} */
/* .woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image {
  width: calc(25% - 15px);
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image:first-child {
  width: 100%;
} */
/* ================= Product Hero Section ==================== */

/* ================= Product Details Section ==================== */
section.product-details-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-left: 24px;
}
section.product-details-section .left {
  width: 60%;
  padding-left: calc(60% - 975px);
  padding-top: 90px;
  padding-bottom: 100px;
  padding-right: 100px;
}
section.product-details-section .right {
  width: 40%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.product-details-section .left .headline {
  font-size: 48px;
  font-weight: 300;
  line-height: 100%;
  color: #2c2c2c;
  margin-bottom: 40px;
}
section.product-details-section .left h3.tab_title {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.48px;
  color: #000;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
}
section.product-details-section .left .tab-item {
  border-bottom: 0.5px solid #000;
}
section.product-details-section .left h3.tab_title::before,
section.product-details-section .left h3.tab_title::after {
  position: absolute;
  content: '';
  width: 22px;
  height: 1.5px;
  background-color: #000;
  right: 0;
  top: 48%;
  transition: all 0.3s ease-in;
}
section.product-details-section .left h3.tab_title::after {
  transform: rotate(90deg);
}
section.product-details-section .left .active h3.tab_title::after {
  opacity: 0;
}
section.product-details-section .left .tab_contents {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 26.4px */
  letter-spacing: 0.32px;
  padding-bottom: 30px;
}
section.product-details-section .left .tab_contents strong {
  font-weight: 500;
}
section.product-details-section .right img {
  object-fit: contain;
}
/* ================= Product Details Section ==================== */

/* ================= Our Projects Slider Section ==================== */
section.our-projects-slider {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 130px 0 120px;
}
section.our-projects-slider .wrapper {
  width: 100%;
  max-width: 1840px;
  margin: auto;
  position: relative;
  padding-left: 165px;
  padding-right: 20px;
}
section.our-projects-slider .wrapper > h2 {
  position: absolute;
  left: -164px;
  bottom: 150px;
  font-size: 80px;
  font-weight: 300;
  line-height: 100%; /* 80px */
  letter-spacing: 1.6px;
  color: #2c2c2c;
  transform: rotate(-90deg);
}
section.our-projects-slider .item {
  display: flex;
  flex-wrap: wrap;
}
section.our-projects-slider .item .left {
  width: 42%;
  display: flex;
  height: 500px;
}
section.our-projects-slider .item .right {
  width: 58%;
  padding: 130px 0 75px 80px;
}
section.our-projects-slider .wrapper > a.primary-btn-1 {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 99;
}
.projects-cus-counter {
  position: absolute;
  top: 0;
  left: calc(42% + 175px);
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.projects-cus-counter span:first-child {
  color: #252324;
}
section.our-projects-slider .item .left img {
  object-fit: cover;
  height: 100%;
}
section.our-projects-slider .item .right h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 1.12px;
  color: #111111;
  padding-bottom: 20px;
}
section.our-projects-slider .item .right h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  color: #252324;
  padding-bottom: 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
}
section.our-projects-slider .item .right .descriptions {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 160%;
  color: #252324;
  width: 100%;
  max-width: 624px;
}
section.our-projects-slider .item .right a.primary-btn-1 {
  width: 198px;
  margin-top: 10px;
}
section.our-projects-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 12px;
}
section.our-projects-slider .owl-nav button {
  width: 65.6px;
  height: 65.6px;
  background-color: #ffffff !important;
  color: #111111;
  border-radius: 0;
  border: none;
  transition: 0.1s;
}
section.our-projects-slider .owl-nav button.owl-next {
  transform: rotate(180deg);
}
section.our-projects-slider .owl-nav button.owl-next svg {
  position: relative;
  top: 3px;
}
section.our-projects-slider .owl-nav button:hover {
  background-color: #111111 !important;
  color: #ffff;
}
/* ================= Our Projects Slider Section ==================== */

/* ================= All Categories Grid Section ==================== */
section.all-categories-grid-section {
  overflow: hidden;
  position: relative;
  padding: 80px 0 70px;
}
section.all-categories-grid-section .container {
  width: 100%;
  max-width: 1659px;
  padding: 0 20px;
  margin: auto;
}
section.all-categories-grid-section .top-contents {
  max-width: 1409px;
  width: 100%;
  columns: 2;
  gap: 40px;
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 450;
  line-height: 165%;
  letter-spacing: 0.02em;
}
section.all-categories-grid-section .categories-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
section.all-categories-grid-section .categories-grid-wrap .item {
  position: relative;
}
section.all-categories-grid-section .categories-grid-wrap .image {
  height: 414px;
  display: flex;
}
section.all-categories-grid-section .categories-grid-wrap .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.all-categories-grid-section .categories-grid-wrap .item .right h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: 0.02em;
  padding: 10px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #3c2226;
}
section.all-categories-grid-section .categories-grid-wrap .item .right a {
  font-size: 16px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
section.all-categories-grid-section .categories-grid-wrap .item a svg {
  margin-left: 5px;
}
/* ================= All Categories Grid Section ==================== */

/* ================= Products Grid Section ==================== */
section.products-grid-section {
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
section.products-grid-section .top-area {
  max-width: 1388px;
  width: 100%;
  /* columns: 2; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
section.products-grid-section .top-area .left h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 141%;
  margin-bottom: 12px;
}
section.products-grid-section
  .top-area
  .left
  .desc
  section.products-grid-section
  .top-area
  .right
  .desc {
  font-size: 16px;
  font-weight: 450;
  line-height: 165%;
  letter-spacing: 0.02em;
}
section.products-grid-section .top-area .right .desc p a {
  border-bottom: 1px solid #111111;
}
section.products-grid-section .top-area .right a.primary-btn-1 {
  margin-top: 20px;
}
section.products-grid-section .products-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  row-gap: 45px;
  margin-top: 70px;
}
section.products-grid-section .products-grid-wrap .product-item .thumbnail a {
  height: 414px;
  display: flex;
}
section.products-grid-section .products-grid-wrap .product-item .thumbnail img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: left center;
}
section.products-grid-section .products-grid-wrap .product-item .contents-wrap {
  margin-top: 10px;
}
section.products-grid-section
  .products-grid-wrap
  .product-item
  .contents-wrap
  h2.title
  a {
  font-size: 24px;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: 0.02em;
}
section.products-grid-section
  .products-grid-wrap
  .product-item
  .contents-wrap
  .price {
  font-size: 19px;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: 0.02em;
  margin-top: 8px;
  margin-bottom: 12px;
}
section.products-grid-section
  .products-grid-wrap
  .product-item
  .contents-wrap
  .btn
  a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 90%;
  color: #000;
}
/* ================= Products Grid Section ==================== */
/* ================= Blog Style CSS ==================== */
body.page-blog .review-wrap-banner {
  display: none;
}
section.products-grid-section .products-grid-wrap .product-item .thumbnail a {
  height: 320px !important;
  display: flex;
}
section.products-grid-section .products-grid-wrap .product-item .thumbnail img {
  object-fit: cover;
  object-position: center;
}
.products-grid-section .desc ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
section.all-categories-grid-section .categories-grid-wrap .image {
  height: 325px;
  display: flex;
}

section.services-hero-section.single-blog-hero-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.services-hero-section.single-blog-hero-section * {
  color: #fff !important;
}
section.services-hero-section.single-blog-hero-section .tagline::before,
section.services-hero-section.single-blog-hero-section .tagline::after {
  background-color: #fff !important;
}
section.services-hero-section.single-blog-hero-section .container .headline {
  max-width: 960px;
  margin: auto;
  font-size: 72px;
}
section.services-hero-section.single-blog-hero-section .meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
section.services-hero-section.single-blog-hero-section .meta div {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
section.services-hero-section.single-blog-hero-section .container .contents {
  padding: 15px 0 20px;
}

.blog-grid-section .blog-pagination {
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.blog-grid-section .blog-pagination .page-numbers {
  width: 56px;
  height: 56px;
  background-color: #eb6f4d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-family: ivypresto-display, serif;
  opacity: 0.5;
}
.blog-grid-section .blog-pagination .page-numbers.current {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .blog-grid-section .blog-pagination {
    grid-column: span 2 / span 2;
  }
}
@media screen and (max-width: 767px) {
  .blog-grid-section .blog-pagination {
    grid-column: span 1 / span 1;
  }
}

.single-blog-contents-section {
  padding: 70px 0;
}
.single-blog-contents-section .left {
  flex: 1;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.single-blog-contents-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single-blog-contents-section .right {
  width: 560px;
  padding-left: 50px;
  border-left: 1px solid #00000070;
  margin-left: 50px;
}
.single-blog-contents-section .left .inner {
  max-width: 880px;
  width: 100%;
}
.single-blog-contents-section .right h2 {
  font-size: 24px;
  color: #272830;
  font-weight: 300;
}
.single-blog-contents-section .right .social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
.single-blog-contents-section .right .social-share {
  margin-bottom: 35px;
}
.single-blog-contents-section .left h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  color: #000;
}
.single-blog-contents-section .left blockquote {
  margin: 0 0 20px;
  background-color: #f9fbfe;
  padding: 20px 10px 20px 50px;
  border-left: 4px solid #eb6f4d;
}
.single-blog-contents-section .left h3 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-blog-contents-section .left a {
  text-decoration: underline;
  color: #eb6f4d;
}
.single-blog-contents-section .left ul {
  list-style-type: disc;
  margin: 0 0 20px 20px;
}
.single-blog-contents-section .left ol {
  margin: 0 0 20px 20px;
  list-style-type: decimal;
}
.single-blog-contents-section .left h4 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-blog-contents-section .left h5 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-blog-contents-section .left h6 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog-related-posts {
  display: grid;
  gap: 30px;
  margin-top: 24px;
}
.blog-related-posts .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.blog-related-posts .item .thumbnail {
  width: 162px;
  height: 110px;
  display: flex;
}
.blog-related-posts .item .thumbnail img {
  width: 100%;
  height: 100%;
}
.blog-related-posts .item .contents {
  flex: 1;
  padding-left: 20px;
}
.blog-related-posts .item .contents h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  padding-bottom: 10px;
}
.blog-related-posts .item .contents a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
/* ================= Blog Style CSS ==================== */
/* ================= Locations Style CSS ==================== */
section.our-architectural {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
section.our-architectural .headline {
  text-align: center;
  color: rgba(60, 34, 38, 1);
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-size: 72px;
  color: rgba(17, 17, 17, 1);
  line-height: 110%;
  font-weight: 400;
}
.our-architectural-blurbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.our-architectural-blurbs .image {
  display: flex;
  margin-bottom: 10px;
}
.our-architectural-blurbs h3 {
  font-size: 24px;
  letter-spacing: 1px;
  color: rgba(60, 34, 38, 1);
}
.our-architectural-blurbs .desc {
  line-height: 160%;
  color: rgba(60, 34, 38, 1);
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.our-architectural-blurbs .image img {
  width: 100%;
}
section.faqs {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}
section.faqs .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
section.faqs .left {
  padding-right: 50px;
}
section.faqs .left .headline {
  font-size: 72px;
  color: rgba(17, 17, 17, 1);
  line-height: 110%;
  margin-bottom: 20px;
font-weight: 400;

}
section.faqs .left .desc {
  margin-bottom: 10px;
  color: rgba(17, 17, 17, 1);
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
section.faqs .left .desc h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 30px;
}
section.request-a-quote {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
section.request-a-quote .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}
section.request-a-quote .left .headline {
  font-size: 72px;
  color: rgba(17, 17, 17, 1);
  line-height: 110%;
  margin-bottom: 20px;
  font-weight: 400;
}
section.request-a-quote .left .desc {
  font-size: 20px;
  width: 100%;
  max-width: 680px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
section.faqs .faq-item {
  border-bottom: 1px solid #000;
}
section.faqs .faq-item:first-child {
  border-top: 1px solid #000;
}
section.faqs .faq-item .faq-question {
  font-size: 24px;
  position: relative;
  padding: 10px 40px 10px 20px;
  color: #000;
  cursor: pointer;
}
section.faqs .faq-item .faq-question .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.faqs .faq-item .faq-question .icon svg {
  position: absolute;
  transition: all 0.3s ease-in;
}
section.faqs .faq-item .faq-question .icon svg.minus {
  opacity: 0;
}
section.faqs .faq-item .faq-question.active .icon svg.minus {
  opacity: 1;
}
section.faqs .faq-item .faq-question.active .icon svg.pls {
  opacity: 0;
}
section.faqs .faq-item .faq-answer {
  display: none;
  padding: 0 20px 20px;
  /* letter-spacing: 0.5px; */
  color: rgba(17, 17, 17, 1);
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
section.request-a-quote .left .desc strong {
  font-weight: 500;
}
/* ================= Locations Style CSS ==================== */
@media screen and (min-width: 1024px) {
  header#main-header .wrapper ul#menu-primary-menu li.mega-menu > ul.sub-menu {
    width: 80%;
    position: absolute;
    left: 20%;
    background-color: #fff;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    column-gap: 15px;
    padding: 50px;
    row-gap: 50px;
  }
  header#main-header
    .wrapper
    ul#menu-primary-menu
    li.mega-menu
    > ul.sub-menu
    a {
    color: #111111;
  }
  header#main-header
    .wrapper
    ul#menu-primary-menu
    li.mega-menu
    > ul.sub-menu
    ul.sub-menu {
    position: initial;
    background-color: transparent;
    padding: 0;
    margin-top: 10px;
    width: auto;
  }
  header#main-header
    .wrapper
    ul#menu-primary-menu
    li.mega-menu
    > ul.sub-menu
    li:has(ul.sub-menu) {
    margin: 0;
    padding: 0;
  }
  header#main-header
    .wrapper
    ul#menu-primary-menu
    li.mega-menu
    > ul.sub-menu
    li:has(ul.sub-menu)
    > a {
    padding: 0;
    font-family: ivypresto-display, serif;
    font-size: 18px;
    font-weight: 400;
  }
  header#main-header
    .wrapper
    ul#menu-primary-menu
    li.mega-menu
    > ul.sub-menu
    ul.sub-menu
    li
    a {
    position: relative;
    font-size: 15px;
    padding-left: 2px;
  }
  header#main-header
    .wrapper
    ul#menu-primary-menu
    li.mega-menu
    > ul.sub-menu
    ul.sub-menu
    li
    a::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 6px;
    background-color: #111111;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  header#main-header ul#menu-primary-menu li.mega-menu {
    position: initial;
  }
  header#main-header ul#menu-primary-menu li.mega-menu ul.sub-menu span.icon {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1560px) {
  header#main-header .wrapper ul#menu-primary-menu li.mega-menu > ul.sub-menu {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  header#main-header .wrapper ul#menu-primary-menu li.mega-menu > ul.sub-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 30px;
    row-gap: 35px;
  }
  header#main-header
    .wrapper
    ul#menu-primary-menu
    li.mega-menu
    > ul.sub-menu
    ul.sub-menu
    li
    a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1660px) {
  section.project-inner-hero-section {
    padding-left: 20px !important;
  }
  section.project-inner-hero-section .review-wrap-banner {
    left: 5px;
  }
}
@media screen and (max-width: 1540px) {
  .gallery-slider-hero .item {
    height: 580px;
  }
  section.home-hero-section .top .left .headline {
    font-size: 70px;
  }
  section.home-hero-section .wrapper .top .right .guick_links li {
    font-size: 20px;
  }
  section.home-about-section {
    padding-top: 100px;
  }
  section.home-about-section .bottom-area h2.year {
    font-size: 300px;
  }
  section.home-about-section .bottom-area .year-text {
    font-size: 35px;
  }
  section.home-about-section .bottom-area {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  section.home-featured-categories .top-area h2.headline {
    font-size: 60px;
    max-width: 600px;
  }
  section.home-featured-categories .featured-categories-wrapper {
    column-gap: 50px;
  }
  section.testimonials-section .wrapper {
    padding: 80px 0 60px 20px;
  }
  section.testimonials-section .wrapper .left {
    width: 35%;
  }
  section.testimonials-section .wrapper .left .headline {
    font-size: 60px;
    max-width: 380px;
  }
  section.testimonials-section .wrapper .right {
    width: 65%;
  }
  section.our-projects-slider .wrapper > h2 {
    font-size: 60px;
    left: -109px;
    bottom: 115px;
  }
  section.our-projects-slider .wrapper {
    padding-left: 120px;
  }
  section.our-projects-slider .item .right h2 {
    font-size: 40px;
  }
  section.our-projects-slider .item .right h3 {
    font-size: 20px;
  }
  .projects-cus-counter {
    left: calc(42% + 95px);
  }
  section.our-projects-slider .item .right {
    padding: 100px 0 70px 50px;
  }
  section.home-about-section .top-area .left .contents {
    font-size: 30px;
  }
  footer#main-footer
    .wrapper
    .right
    .menu-wrap
    .menu-footer-navigation-container
    #menu-footer-navigation
    li {
    font-size: 20px;
  }
  footer#main-footer .wrapper .left h2 {
    font-size: 55px;
    max-width: 540px;
  }
  footer#main-footer .wrapper .left ul li {
    font-size: 20px;
  }
  footer#main-footer .wrapper .left ul {
    gap: 50px;
  }
  footer#main-footer
    .wrapper
    .right
    .menu-wrap
    .menu-footer-navigation-container
    #menu-footer-navigation {
    margin-top: 0;
    padding-bottom: 40px;
  }
  footer#main-footer .wrapper .right .contact-info .item h3 {
    font-size: 25px;
  }
  footer#main-footer .wrapper .right .contact-info .item div {
    font-size: 18px;
  }
  footer#main-footer .wrapper .right .contact-info {
    gap: 60px;
  }
  footer#main-footer .wrapper {
    padding: 100px 20px;
  }
  .footer-bottom .copyright,
  .footer-bottom .website {
    font-size: 18px;
  }
  .footer-bottom {
    padding: 25px 0;
  }
  section.about-services-products .container .right h2.headline {
    font-size: 50px;
    margin-bottom: 20px;
  }
  section.about-what-we-do .container .left h2.headline {
    font-size: 50px;
  }
  section.about-what-we-do .container .left h3.sub-headline {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  section.about-what-we-do .container .left {
    width: 30%;
  }
  section.about-what-we-do .container .middle {
    width: 36%;
  }
  section.about-what-we-do .container .left .button-wrap {
    flex-wrap: wrap;
    row-gap: 0;
    column-gap: 20px;
  }
  section.about-what-we-do .container .middle .desc {
    font-size: 15px;
  }
  section.about-what-we-believe .top .left h2.headline {
    font-size: 55px;
  }
  section.about-what-we-believe .top .left h3.sub-headline {
    font-size: 30px;
  }
  section.all-catalogues .wrapper .icon {
    width: 100px;
  }
  section.all-catalogues .wrapper .icon svg {
    width: 40px;
  }
  section.all-catalogues .wrapper .item .right h3 {
    font-size: 20px;
  }
  section.all-catalogues .wrapper .item .right p {
    font-size: 15px;
  }
  section.all-catalogues .wrapper .item .right a {
    font-size: 15px;
  }
  .review-wrap-banner {
    left: 2px;
    bottom: 5px;
  }
  section.inner-hero-section1 {
    padding-left: 20px;
  }
  .review-wrap-banner img {
    width: 20px;
  }
}
@media screen and (max-width: 1366px) {
  header#main-header ul#menu-primary-menu {
    column-gap: 35px;
  }
  header#main-header .logo {
    width: 320px;
  }
  section.home-hero-section .top .left .headline {
    font-size: 60px;
  }
  section.home-about-section .top-area .left .contents {
    font-size: 25px;
  }
  section.cta-section ul.tags li {
    font-size: 20px;
  }
  section.cta-section {
    padding: 10px 0;
  }
  section.home-about-section .top-area .right-blurb {
    gap: 30px;
  }
  section.home-about-section .middle-images-wrap > div {
    height: 600px;
  }
  section.home-about-section .bottom-area h2.year {
    font-size: 250px;
  }
  section.home-about-section .bottom-area .year-text {
    font-size: 28px;
  }
  section.home-about-section .bottom-area .right-text {
    font-size: 16px;
  }
  section.home-featured-categories .top-area h2.headline {
    font-size: 50px;
    max-width: 500px;
  }
  section.home-featured-categories .middle-part .item .image {
    height: 350px;
  }
  section.home-featured-categories .featured-categories-wrapper {
    gap: 35px;
  }
  a.primary-btn-1 {
    padding: 10px 0 10px 0;
  }
  section.inner-hero-section1 .wrapper .left h1.headline {
    font-size: 60px;
  }
  section.inner-hero-section1 .wrapper .left .sub-headline,
  section.inner-hero-section1.category-hero-section .wrapper .left .desc h3 {
    font-size: 24px;
  }
  section.all-categories-grid-section .top-contents {
    margin-bottom: 60px;
    gap: 30px;
  }
  section.all-categories-grid-section .categories-grid-wrap {
    gap: 30px;
  }
  section.all-categories-grid-section .categories-grid-wrap .image {
    height: 350px;
  }
  section.all-categories-grid-section .categories-grid-wrap .item .right h2 {
    font-size: 22px;
  }
  section.about-services-products .container .right h2.headline {
    font-size: 42px;
  }
  section.about-what-we-do .container .left h3.sub-headline {
    font-size: 25px;
  }
  section.about-what-we-believe .top .left h3.sub-headline {
    font-size: 25px;
    padding-top: 8px;
  }
  section.about-what-we-believe .top .left h2.headline {
    font-size: 45px;
  }
  section.services-hero-section .container h1.headline {
    font-size: 60px;
  }
  section.services-hero-section .container .sub-headline {
    font-size: 24px;
  }
  .catalogues-hero .down-arrow svg {
    width: 10px;
    height: auto;
  }
  section.services-hero-section {
    padding: 100px 0;
  }
  section.all-services-section .container .all-services-wrap {
    column-gap: 60px;
  }
  section.all-services-section .container .contents {
    margin-bottom: 50px;
  }
  section.project-inner-hero-section .container h1.headline {
    font-size: 60px;
  }
  section.project-inner-hero-section .container .contents {
    font-size: 18px;
  }
  section.project-inner-hero-section {
    padding: 120px 0 150px;
  }
  section.contents-image-section .container .left h2.headline {
    font-size: 50px;
  }
  section.all-projects-section .container .all-projects-wrap {
    column-gap: 50px;
  }
  section.all-catalogues .wrapper .item .right {
    padding: 12px 20px;
  }
  section.downloads-form {
    margin-top: -70px;
  }
  .woocommerce div.product .summary .product_title {
    font-size: 40px;
  }
  .product-form-wrap .wpforms-field-container {
    column-gap: 20px;
  }
  .product-form-wrap .wpforms-field-container .wpforms-field {
    width: calc(50% - 10px);
  }
  .product-form-wrap .wpforms-field-container .wpforms-field.enquiry {
    width: calc(65% - 10px);
  }
  .product-form-wrap .wpforms-field-container .wpforms-field.submit-drawings {
    width: calc(35% - 10px);
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1279px) {
  header#main-header ul#menu-primary-menu {
    column-gap: 30px;
  }
  header#main-header .logo {
    width: 290px;
  }
  .gallery-slider-hero .item {
    height: 450px;
  }
  .gallery-slider-hero .owl-nav button.owl-next svg {
    margin-bottom: -4px;
  }
  .gallery-slider-hero .owl-nav button.owl-prev,
  .gallery-slider-hero .owl-nav button.owl-next {
    height: 45px;
    width: 45px;
  }
  .gallery-slider-hero .owl-nav {
    gap: 10px;
    top: 15px;
    left: 15px;
  }
  section.home-about-section .top-area {
    margin-bottom: 80px;
  }
  section.testimonials-section .wrapper .left .headline {
    font-size: 55px;
  }
  section.our-projects-slider {
    padding: 80px 0;
  }
  section.advice-cta-section .wrapper h2.headline {
    font-size: 35px;
  }
  section.advice-cta-section .wrapper .desc {
    font-size: 20px;
  }
  section.advice-cta-section .wrapper .button-wrap {
    margin-left: 30px;
  }
  section.products-grid-section .products-grid-wrap .product-item .thumbnail a {
    height: 350px;
  }
  section.products-grid-section
    .products-grid-wrap
    .product-item
    .contents-wrap
    h2.title
    a {
    font-size: 20px;
  }
  section.products-grid-section .products-grid-wrap {
    gap: 35px;
    margin-top: 50px;
  }
  section.products-grid-section .top-area {
    gap: 50px;
  }
  section.products-grid-section .top-area .left h2 {
    font-size: 25px;
  }
  .catalogues-hero .down-arrow {
    bottom: 20px;
    padding: 0 20px;
  }
  .catalogues-hero .down-arrow svg {
    width: 8px;
  }
  section.services-hero-section {
    padding: 85px 0;
  }
  section.services-hero-section .container .tagline {
    font-size: 12px;
  }
  section.services-hero-section .container h1.headline {
    font-size: 45px;
  }
  section.services-hero-section .container .sub-headline {
    font-size: 20px;
  }
  section.services-hero-section .container .contents {
    font-size: 15px;
  }
  section.all-services-section {
    padding: 50px 0;
  }
  section.all-services-section .container .contents {
    gap: 30px;
    font-size: 15px;
  }
  section.all-services-section .container .all-services-wrap {
    gap: 30px;
  }
  section.all-services-section .container .all-services-wrap .item .right h2 {
    font-size: 22px;
    padding: 8px 0;
    margin-bottom: 10px;
  }
  section.all-services-section .container .all-services-wrap .item .right a {
    font-size: 14px;
  }
  section.all-services-section .container .all-services-wrap .item .thumbnail {
    height: 350px;
  }
  section.project-inner-hero-section {
    padding: 100px 0;
  }
  section.project-inner-hero-section .container h1.headline {
    font-size: 45px;
  }
  section.project-inner-hero-section .container .contents {
    font-size: 16px;
  }
  section.project-inner-hero-section .container .button-wrap {
    gap: 20px;
  }
  section.contents-image-section .container .left h2.headline {
    font-size: 40px;
  }
  section.contents-image-section .container .left .contents {
    font-size: 15px;
  }
  section.contents-image-section .container {
    gap: 30px;
  }
  section.contents-image-section {
    padding: 70px 0;
  }
  section.projects-hero-section .right .image1 {
    height: 600px;
  }
  section.all-projects-section {
    padding: 80px 0;
  }
  section.all-projects-section .container .all-projects-wrap {
    gap: 35px;
  }
  section.all-projects-section .container .all-projects-wrap .item .right h2 {
    font-size: 22px;
  }
  section.all-projects-section .container .all-projects-wrap .item .thumbnail {
    height: 350px;
  }
  section.project-galleries-section {
    margin-top: 0;
  }
  section.project-galleries-section .container h2.headline {
    font-size: 45px;
  }
  section.project-galleries-section .container .contents {
    gap: 20px;
  }
  section.project-galleries-section .galleries-wrap {
    margin-top: 40px;
  }
  section.project-galleries-section .galleries-wrap .item {
    height: 350px;
  }
  section.downloads-form {
    margin-top: -50px;
  }
  section.contact-hero .left .headline {
    font-size: 60px;
  }
  section.contact-hero .left .contents {
    font-size: 15px;
  }
  section.contact-form-section .wpforms-field-container {
    column-gap: 30px;
  }
  section.contact-form-section .wpforms-container .wpforms-field {
    width: calc(50% - 15px);
  }
  section.contact-form-section .wpforms-container .wpforms-field.enquiry-text {
    width: calc(70% - 15px);
  }
  section.contact-form-section
    .wpforms-container
    .wpforms-field.wpforms-field-file-upload {
    width: calc(30% - 15px);
  }
  section.downloads-form .wpforms-field-container {
    column-gap: 30px;
  }
  .woocommerce div.product {
    gap: 30px;
  }
  section.product-hero-section {
    padding: 40px 0;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 110px;
    height: 110px;
  }
  section.product-details-section .left {
    width: 55%;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 50px;
  }
  section.product-details-section .right {
    width: 45%;
  }
  section.product-details-section .left .headline {
    font-size: 40px;
    margin-bottom: 30px;
  }
  section.product-details-section .left .tab_contents {
    font-size: 15px;
  }
  section.product-details-section .left .tab_contents p {
    margin-bottom: 10px;
  }
  section.product-details-section .left .tab_contents p:last-child {
    margin-bottom: 0;
  }
  section.our-projects-slider .item .left {
    height: 400px;
  }
  section.about-what-we-believe.v2 .what-we-believe .item h3 {
    font-size: 22px;
  }
  section.about-what-we-believe.v2 .what-we-believe {
    gap: 30px;
  }
  section.about-what-we-believe.v2 .top .left h2.headline {
    font-size: 42px;
  }
  section.our-architectural .headline {
    font-size: 35px;
  }
  .our-architectural-blurbs h3 {
    font-size: 22px;
  }
  section.about-services-products.reverse-column .container .right {
    padding-right: 30px;
  }
  section.faqs .left .headline {
    font-size: 40px;
  }
  section.faqs .left .desc h3 {
    font-size: 20px;
  }
  section.faqs .faq-item .faq-question {
    font-size: 20px;
    padding: 10px 40px 10px 10px;
  }
  section.faqs .faq-item .faq-answer {
    padding: 0 10px 20px;
  }
  section.request-a-quote .left .headline {
    font-size: 40;
    font-size: 40px;
  }
  section.request-a-quote .left .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1179px) {
  header#main-header ul#menu-primary-menu {
    column-gap: 16px;
  }
  header#main-header .logo {
    width: 240px;
  }
  header#main-header ul#menu-primary-menu li a strong {
    font-size: 15px;
  }
  footer#main-footer .wrapper {
    padding: 80px 20px 60px;
  }
  footer#main-footer .wrapper .left h2 {
    font-size: 40px;
    max-width: 400px;
    margin-top: -5px;
  }
  footer#main-footer .wrapper .left ul {
    gap: 40px;
    margin-top: 30px;
  }
  footer#main-footer .wrapper .left ul li {
    font-size: 18px;
  }
  footer#main-footer .wrapper .left {
    width: 45%;
  }
  footer#main-footer .wrapper .right {
    width: 55%;
  }
  footer#main-footer .wrapper .right .menu-wrap {
    margin-bottom: 30px;
  }
  footer#main-footer
    .wrapper
    .right
    .menu-wrap
    .menu-footer-navigation-container
    #menu-footer-navigation {
    padding-bottom: 25px;
  }
  footer#main-footer
    .wrapper
    .right
    .menu-wrap
    .menu-footer-navigation-container
    #menu-footer-navigation
    li {
    font-size: 16px;
  }
  footer#main-footer .wrapper .right .contact-info {
    gap: 40px;
  }
  footer#main-footer .wrapper .right .contact-info .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  footer#main-footer .wrapper .right .contact-info .item div {
    font-size: 16px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-bottom .copyright,
  .footer-bottom .website {
    font-size: 16px;
  }
  section.home-about-section .top-area {
    margin-bottom: 60px;
  }
  section.home-about-section .middle-images-wrap > div {
    height: 520px;
  }
  section.home-about-section .bottom-area h2.year {
    font-size: 200px;
    padding-top: 0;
    margin-top: -25px;
  }
  section.home-about-section .bottom-area {
    padding-top: 25px;
    align-items: start;
  }
  section.home-featured-categories .top-area h2.headline {
    font-size: 40px;
    max-width: 400px;
  }
  section.home-featured-categories .top-area .desc {
    gap: 50px;
  }
  section.home-featured-categories .top-area {
    padding-bottom: 40px;
  }
  section.home-featured-categories .bottom-area .bottom-desc {
    padding: 30px 0;
  }
  section.testimonials-section {
    margin: 50px 0;
  }
  section.testimonials-section .wrapper {
    padding: 50px 0 40px 20px;
  }
  section.testimonials-section .wrapper .left .headline {
    font-size: 45px;
  }
  .testimonials-cus-nav button.owl-prev,
  .testimonials-cus-nav button.owl-next {
    height: 45px;
    width: 45px;
  }
  .testimonials-cus-nav {
    gap: 10px;
  }
  section.testimonials-section
    .wrapper
    .left
    .testimonials-cus-counter
    span:first-child {
    font-size: 35px;
  }
  section.our-projects-slider .wrapper {
    padding-left: 80px;
  }
  section.our-projects-slider .wrapper > h2 {
    font-size: 45px;
    left: -80px;
    bottom: 88px;
  }
  section.our-projects-slider .item .right {
    padding: 80px 0 50px 30px;
  }
  .projects-cus-counter {
    left: calc(42% + 65px);
  }
  section.our-projects-slider .item .right h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  section.our-projects-slider .item .right h2 {
    font-size: 35px;
    padding-bottom: 10px;
  }
  section.our-projects-slider .item .right .descriptions {
    font-size: 15px;
  }
  section.our-projects-slider .owl-nav button {
    height: 45px;
    width: 45px;
  }
  section.inner-hero-section1 .wrapper .left h1.headline {
    font-size: 50px;
  }
  section.inner-hero-section1 .wrapper .left .sub-headline,
  section.inner-hero-section1.category-hero-section .wrapper .left .desc h3 {
    font-size: 22px;
  }
  section.inner-hero-section1 .wrapper .left p.tag_line {
    font-size: 12px;
  }
  section.about-services-products .container .left img {
    height: 460px;
  }
  section.about-services-products .container .right h2.headline {
    font-size: 35px;
  }
  section.about-services-products .container .right .desc {
    font-size: 15px;
  }
  section.about-services-products .container .right .button-wrap {
    gap: 15px;
  }
  section.about-services-products .container .right {
    padding-left: 30px;
  }
  section.about-services-products .container .left img:nth-child(2) {
    width: 55%;
  }
  section.about-services-products {
    padding-top: 60px;
  }
  section.about-what-we-do {
    margin-top: 100px;
  }
  section.about-what-we-do .container .left h2.headline {
    font-size: 35px;
  }
  section.about-what-we-do .container .left h3.sub-headline {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section.about-what-we-do .container .left {
    width: 25%;
  }
  section.about-what-we-do .container .middle {
    width: 41%;
  }
  section.about-what-we-do .container .middle .desc {
    font-size: 14px;
  }
  section.about-what-we-do::before {
    height: calc(100% - 60px);
    top: 30px;
  }
  section.about-what-we-do .container .middle .desc h3 {
    font-size: 17px;
  }
  section.about-what-we-believe .top .left h2.headline {
    font-size: 35px;
  }
  section.about-what-we-believe .top .left h3.sub-headline {
    font-size: 20px;
  }
  section.about-what-we-believe .top .right .desc {
    font-size: 15px;
  }
  section.about-what-we-believe .what-we-believe {
    gap: 40px;
  }
  section.about-what-we-believe .what-we-believe .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section.about-what-we-believe {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.all-catalogues .wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .single-blog-contents-section .right {
    width: 400px;
    padding-left: 25px;
    margin-left: 35px;
  }
  .blog-related-posts .item .thumbnail {
    width: 140px;
  }
  .blog-related-posts .item .contents h3 {
    font-size: 18px;
  }
  .blog-related-posts {
    gap: 20px;
  }
  section.services-hero-section.single-blog-hero-section .container .headline {
    font-size: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-menu-dropdown-area {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  section.about-what-we-believe.v2 .top .left h2.headline {
    font-size: 30px;
  }
  section.about-what-we-believe.v2 .top .left h3.sub-headline {
    font-size: 18px;
  }
  section.about-what-we-believe.v2 .what-we-believe {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .our-architectural-blurbs {
    grid-template-columns: repeat(2, 1fr);
  }
  section.our-architectural {
    padding: 70px 0;
  }
  section.about-services-products.reverse-column .container {
    flex-flow: column;
  }
  section.faqs {
    padding: 70px 0;
  }
  section.faqs .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  section.faqs .left {
    padding: 0;
    text-align: center;
  }
  section.request-a-quote {
    padding: 70px 0;
  }
  section.request-a-quote .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  section.request-a-quote .left {
    text-align: center;
  }
  section.request-a-quote .left .headline,
  section.faqs .left .headline {
    font-size: 30px;
  }
  section.faqs .left .desc h3 {
    font-size: 16px;
  }
  header#main-header nav.main-navigation {
    display: none;
  }
  header#main-header button.menu-toggle {
    display: block;
  }
  footer#main-footer .wrapper {
    padding: 60px 20px 40px;
    flex-wrap: wrap;
  }
  footer#main-footer .wrapper .left {
    width: 100%;
  }
  footer#main-footer .wrapper .left h2 {
    font-size: 35px;
    text-align: center;
    margin: auto;
  }
  footer#main-footer .wrapper .left ul {
    margin: 20px 0 40px;
    justify-content: center;
  }
  footer#main-footer .wrapper .right {
    width: 100%;
  }
  footer#main-footer .wrapper .right .menu-wrap {
    margin-bottom: 20px;
  }
  footer#main-footer
    .wrapper
    .right
    .menu-wrap
    .menu-footer-navigation-container
    #menu-footer-navigation {
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
  footer#main-footer .wrapper .right .contact-info {
    gap: 20px;
    justify-content: center;
  }
  footer#main-footer .wrapper .right .contact-info .item h3 {
    font-size: 18px;
  }
  .footer-bottom .copyright,
  .footer-bottom .website {
    font-size: 15px;
  }
  footer#main-footer .wrapper .right .contact-info .item {
    text-align: center;
  }
  section.home-hero-section .top .left .headline {
    font-size: 45px;
  }
  .gallery-slider-hero .item {
    height: 400px;
  }
  section.cta-section ul.tags li {
    font-size: 16px;
  }
  section.cta-section ul.tags {
    padding: 0;
  }
  section.cta-section {
    padding: 0;
  }
  section.home-about-section {
    padding-top: 50px;
  }
  section.home-about-section .top-area {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  section.home-about-section .top-area .left {
    width: 100%;
    padding: 0 0 30px;
  }
  section.home-about-section .top-area .left .contents {
    margin-bottom: 25px;
    font-size: 20px;
  }
  section.home-about-section .top-area .right-blurb {
    width: 100%;
  }
  section.home-about-section .middle-images-wrap > div {
    height: 370px;
  }
  section.home-about-section .bottom-area {
    gap: 30px;
    margin-bottom: 40px;
  }
  section.home-about-section .bottom-area .year-text {
    font-size: 20px;
  }
  section.home-about-section .bottom-area h2.year {
    font-size: 150px;
  }
  section.home-featured-categories .top-area h2.headline {
    font-size: 35px;
    max-width: 350px;
  }
  section.home-featured-categories .top-area .desc {
    gap: 25px;
  }
  section.home-featured-categories .top-area {
    padding-bottom: 30px;
  }
  section.home-featured-categories .featured-categories-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.testimonials-section .wrapper {
    gap: 20px;
  }
  section.testimonials-section .wrapper .left .headline {
    font-size: 35px;
  }
  .testimonials-slider-wrapper .item {
    width: 340px;
    padding: 20px 10px 20px 20px;
  }
  section.our-projects-slider .wrapper > h2 {
    position: initial;
    transform: rotate(0deg);
    font-size: 35px;
    text-align: center;
    padding-bottom: 30px;
  }
  section.our-projects-slider .wrapper {
    padding-left: 20px;
  }
  section.our-projects-slider {
    padding: 50px 0;
  }
  section.our-projects-slider .wrapper > a.primary-btn-1 {
    top: 65px;
    padding: 0px 0 10px 0;
  }
  .projects-cus-counter {
    top: 65px;
    left: calc(42% + 35px);
  }
  section.our-projects-slider .item .right h2 {
    font-size: 30px;
  }
  section.our-projects-slider .item .right h3 {
    font-size: 16px;
  }
  section.our-projects-slider .item .right .descriptions {
    font-size: 14px;
  }
  section.our-projects-slider .item .right a.primary-btn-1 {
    margin-bottom: 0;
  }
  header#main-header {
    padding: 20px 0 20px 0;
  }
  header#main-header.fixed {
    padding: 15px 0 15px 0;
  }
  #page {
    padding-top: 75px;
  }
  section.inner-hero-section1 .wrapper .left {
    width: 100%;
  }
  section.inner-hero-section1 .wrapper .left .inner {
    text-align: center;
    padding: 40px 20px;
  }
  section.inner-hero-section1 .wrapper .left p.tag_line {
    padding-left: 0;
    padding-bottom: 10px;
  }
  section.inner-hero-section1 .wrapper .left p.tag_line::before {
    margin: auto;
    right: 0;
    bottom: -8px;
  }
  section.inner-hero-section1 .wrapper .left h1.headline {
    font-size: 40px;
  }
  section.inner-hero-section1 .wrapper .left .sub-headline,
  section.inner-hero-section1.category-hero-section .wrapper .left .desc h3 {
    font-size: 20px;
  }
  section.inner-hero-section1 .wrapper .left .desc {
    margin: auto;
    margin-bottom: 30px;
  }
  section.inner-hero-section1 .wrapper .left .button-wrap {
    justify-content: center;
  }
  section.inner-hero-section1 .wrapper .right {
    width: 100%;
    height: 400px;
  }
  section.all-categories-grid-section {
    padding: 60px 0;
  }
  section.all-categories-grid-section .top-contents {
    margin-bottom: 40px;
    font-size: 15px;
    gap: 20px;
  }
  section.all-categories-grid-section .categories-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  section.all-categories-grid-section .categories-grid-wrap .item .right h2 {
    font-size: 20px;
    padding: 8px 0;
    margin-bottom: 8px;
  }
  section.advice-cta-section .wrapper {
    flex-wrap: wrap;
  }
  section.advice-cta-section .wrapper .button-wrap {
    width: 100%;
    margin: 20px 0 0;
    justify-content: center;
  }
  section.advice-cta-section {
    padding: 30px 0;
  }
  section.advice-cta-section .wrapper h2.headline {
    font-size: 30px;
  }
  section.advice-cta-section .wrapper .desc {
    margin: 0;
    font-size: 18px;
  }
  section.about-what-we-do .container {
    flex-wrap: wrap;
    gap: 0;
  }
  section.about-what-we-do .container .left {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  section.about-what-we-do::before {
    opacity: 0;
  }
  section.about-what-we-do .container .middle {
    width: 60%;
    padding-right: 30px;
  }
  section.about-what-we-do .container .right {
    width: 40%;
  }
  section.about-what-we-do .container .left .button-wrap {
    justify-content: center;
  }
  section.about-what-we-do {
    margin-top: 80px;
  }
  section.about-services-products .container .left {
    width: 100%;
    gap: 0;
  }
  section.about-services-products .container {
    flex-wrap: wrap;
  }
  section.about-services-products .container .left img:nth-child(2) {
    width: 60%;
    padding-left: 20px;
  }
  section.about-services-products .container .right {
    padding: 30px 0 0;
    width: 100%;
    text-align: center;
  }
  section.about-services-products .container .right .button-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.about-services-products .container .right h2.headline {
    font-size: 30px;
  }
  section.about-what-we-do .container .left h2.headline {
    font-size: 30px;
  }
  section.about-what-we-do .container .left h3.sub-headline {
    font-size: 18px;
  }
  section.about-what-we-believe .top {
    gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 50px;
  }
  section.about-what-we-believe .top .left h3.sub-headline {
    padding-bottom: 10px;
  }
  section.about-what-we-believe .top .right .desc {
    font-size: 14px;
  }
  section.about-what-we-believe .what-we-believe {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.products-grid-section {
    padding: 60px 0;
  }
  section.products-grid-section .products-grid-wrap {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  section.products-grid-section .top-area .left h2 {
    font-size: 20px;
  }
  section.products-grid-section .top-area .desc {
    font-size: 14px;
  }
  section.products-grid-section .top-area {
    gap: 20px;
  }
  section.about-what-we-believe .top .left h2.headline {
    margin-bottom: 10px;
  }
  section.services-hero-section .container h1.headline {
    font-size: 40px;
    margin-bottom: 10px;
  }
  section.services-hero-section .container .sub-headline {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.services-hero-section .container .tagline {
    margin-bottom: 5px;
  }
  section.services-hero-section {
    padding: 60px 0;
  }
  section.all-services-section .container .all-services-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  section.contents-image-section .container {
    flex-wrap: wrap;
  }
  section.contents-image-section .container .left {
    width: 100%;
  }
  section.contents-image-section .container .right {
    width: 100%;
  }
  section.contents-image-section {
    padding: 50px 0;
  }
  section.contents-image-section .container .left h2.headline {
    font-size: 35px;
    margin-bottom: 10px;
  }
  section.projects-hero-section .right .image1 {
    height: auto;
  }
  section.all-projects-section {
    padding: 60px 0;
  }
  section.all-projects-section .container .all-projects-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.contents-image-section.reverse-column .container {
    flex-flow: column;
  }
  section.project-galleries-section .galleries-wrap {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
  section.project-galleries-section {
    padding: 50px 0;
  }
  section.project-galleries-section .container h2.headline {
    font-size: 35px;
  }
  section.catalogues-hero.services-hero-section {
    padding-bottom: 125px;
  }
  section.downloads-form {
    margin: 0;
    padding: 50px 0;
  }
  section.downloads-form .form-wrap .headline {
    font-size: 30px;
  }
  section.downloads-form .form-wrap .sub-headline {
    font-size: 15px;
  }
  section.downloads-form .container .form-wrap {
    padding: 50px;
  }
  section.contact-hero .left {
    width: 100%;
    padding: 40px 0;
  }
  /* section.contact-hero .left .inner {
    max-width: 100%;
  } */
  section.contact-hero .acf-map {
    width: 100%;
  }
  section.contact-hero .left .inner {
    text-align: center;
  }
  section.contact-hero .left .contact-wrapper {
    justify-content: center;
  }
  section.contact-hero .left .headline {
    font-size: 45px;
  }
  section.contact-hero .acf-map {
    height: 450px;
  }
  section.contact-form-section {
    padding: 50px 0;
  }
  section.contact-form-section .headline {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .woocommerce div.product {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .woocommerce div.product .summary .product_title {
    font-size: 35px;
  }
  section.product-details-section .left {
    width: 100%;
    padding: 30px 20px;
  }
  section.product-details-section {
    padding: 0;
  }
  section.product-details-section .left .headline {
    font-size: 35px;
  }
  section.product-details-section .right {
    width: 100%;
    padding: 50px 0;
  }
  section.inner-hero-section1 {
    padding-left: 0px;
  }
  section.product-hero-section .review-wrap-banner {
    display: none;
  }
  .single-blog-contents-section .right {
    width: 100%;
    margin: 20px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #00000070;
    border-left: 0;
  }
  .single-blog-contents-section .left .inner {
    max-width: 100%;
  }
  .single-blog-contents-section {
    padding: 50px 0;
  }
  .single-blog-contents-section .left h2 {
    font-size: 35px;
  }
  .single-blog-contents-section .left h3 {
    font-size: 30px;
  }
  .single-blog-contents-section .left h4 {
    font-size: 25px;
  }
  .single-blog-contents-section .left h5 {
    font-size: 22px;
  }
  .single-blog-contents-section .left h6 {
    font-size: 20px;
  }
  section.services-hero-section.single-blog-hero-section .container .headline {
    font-size: 37px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in header#main-header {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  section.about-what-we-believe.v2 .what-we-believe {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.about-what-we-believe.v2 .what-we-believe .item h3 {
    font-size: 20px;
  }
  .our-architectural-blurbs {
    grid-template-columns: repeat(1, 1fr);
  }
  section.request-a-quote {
    padding: 50px 0;
  }
  section.faqs {
    padding: 50px 0;
  }
  section.our-architectural {
    padding: 50px 0;
  }
  footer#main-footer .wrapper {
    padding: 40px 20px 30px;
  }
  section.home-hero-section .top .left .headline {
    font-size: 37px;
    padding-bottom: 20px;
  }
  section.home-hero-section .wrapper .top .right .guick_links li {
    font-size: 16px;
  }
  section.home-hero-section .wrapper .top .right h3.headline {
    font-size: 15px;
    margin: 0;
  }
  section.home-hero-section .wrapper .top .right .guick_links {
    padding-left: 12px;
  }
  .gallery-slider-hero .item {
    height: 320px;
  }
  a.primary-btn-1 {
    padding: 8px 0 8px 0;
  }
  a.primary-btn-2 {
    padding: 8px 12px;
  }
  section.home-hero-section {
    padding-top: 15px;
  }
  section.home-about-section {
    padding-top: 40px;
  }
  section.home-about-section .top-area .left .contents {
    font-size: 18px;
  }
  section.home-about-section .top-area .right-blurb {
    gap: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.home-about-section .top-area .right-blurb .item h3 {
    font-size: 18px;
  }
  section.home-about-section .top-area .right-blurb .item .desc p {
    font-size: 15px;
  }
  section.home-about-section .middle-images-wrap {
    gap: 10px;
  }
  section.home-about-section .middle-images-wrap > div {
    height: 275px;
  }
  section.home-about-section .bottom-area {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  section.home-about-section .bottom-area .right-text {
    grid-column: span 3 / span 3;
    padding: 0;
  }
  section.home-about-section .bottom-area .year-text {
    font-size: 18px;
    grid-column: span 2 / span 2;
  }
  section.home-about-section .bottom-area h2.year {
    font-size: 90px;
    text-align: center;
    margin-top: -13px;
  }
  section.home-featured-categories .top-area h2.headline {
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  section.home-featured-categories .top-area .desc {
    columns: 1;
  }
  section.home-featured-categories .featured-categories-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.home-featured-categories .item h3 {
    font-size: 20px;
  }
  section.home-featured-categories .middle-part .item .desc {
    padding-top: 0;
  }
  section.testimonials-section .wrapper {
    flex-wrap: wrap;
    padding: 30px 0 30px 20px;
  }
  section.testimonials-section .wrapper .left {
    width: 100%;
    padding-right: 20px;
  }
  section.testimonials-section .wrapper .left .descriptions {
    margin-top: 10px;
  }
  section.testimonials-section .wrapper .left .testimonials-cus-counter {
    margin-top: 10px;
  }
  section.testimonials-section
    .wrapper
    .left
    .testimonials-cus-counter
    span:first-child {
    font-size: 30px;
  }
  .testimonials-cus-nav {
    margin-top: 10px;
  }
  section.testimonials-section .wrapper .right {
    width: 100%;
  }
  .testimonials-slider-wrapper .item h3 {
    font-size: 20px;
  }
  .testimonials-slider-wrapper .item .contents {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .testimonials-slider-wrapper .item {
    width: 300px;
  }
  section.testimonials-section {
    margin: 30px 0;
  }
  section.our-projects-slider .wrapper > h2 {
    font-size: 30px;
  }
  section.our-projects-slider {
    padding: 30px 0;
  }
  section.our-projects-slider .item .left {
    width: 100%;
    height: 300px;
  }
  section.our-projects-slider .item .right {
    padding: 15px 0 0;
    width: 100%;
    text-align: left;
  }
  .projects-slider {
    padding-bottom: 50px;
  }
  .projects-cus-counter {
    left: 20px;
    bottom: 85px;
    top: auto;
  }
  section.our-projects-slider .wrapper > a.primary-btn-1 {
    position: initial;
    margin-top: 30px;
  }
  section.our-projects-slider .wrapper {
    text-align: center;
  }
  section.inner-hero-section1 .wrapper .left h1.headline {
    font-size: 35px;
  }
  section.inner-hero-section1 .wrapper .left p.tag_line {
    font-size: 11px;
  }
  section.inner-hero-section1 .wrapper .left .sub-headline,
  section.inner-hero-section1.category-hero-section .wrapper .left .desc h3 {
    font-size: 18px;
    margin: 15px 0 14px;
  }
  section.inner-hero-section1 .wrapper .left .inner {
    padding: 30px 20px;
  }
  section.inner-hero-section1 .wrapper .right {
    height: 300px;
  }
  section.all-categories-grid-section {
    padding: 40px 0;
  }
  section.all-categories-grid-section .top-contents {
    columns: 1;
    font-size: 14px;
  }
  section.all-categories-grid-section .categories-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  section.all-categories-grid-section .categories-grid-wrap .image {
    height: 300px;
  }
  section.about-services-products .container .left img {
    height: 280px;
  }
  section.about-services-products {
    padding-top: 40px;
  }
  section.about-services-products .container .right {
    padding: 20px 0 0;
  }
  section.about-services-products .container .right h2.headline {
    font-size: 28px;
  }
  section.about-services-products .container .right .desc {
    font-size: 14px;
  }
  section.about-services-products .container .right .button-wrap {
    margin-top: 20px;
  }
  section.about-what-we-do {
    margin-top: 50px;
  }
  section.about-what-we-believe .top .left h2.headline {
    font-size: 28px;
  }
  section.about-what-we-do .container .left h2.headline {
    font-size: 28px;
  }
  section.about-what-we-do .container .left {
    padding-bottom: 20px;
  }
  section.about-what-we-do .container .middle {
    width: 100%;
    padding-right: 0;
  }
  section.about-what-we-do .container .middle .desc h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  section.about-what-we-do .container .right {
    width: 100%;
    margin-top: 20px;
  }
  section.about-what-we-believe {
    padding: 60px 0;
  }
  section.about-what-we-believe .top .left h3.sub-headline {
    font-size: 18px;
  }
  section.about-what-we-believe .what-we-believe {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  section.about-what-we-believe .what-we-believe .item h3 {
    margin-top: 5px;
  }
  section.products-grid-section .top-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  p {
    margin-bottom: 10px;
  }
  section.products-grid-section .products-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  section.products-grid-section .products-grid-wrap .product-item .thumbnail a {
    height: auto;
  }
  section.products-grid-section
    .products-grid-wrap
    .product-item
    .thumbnail
    img {
    max-width: 360px;
    margin: auto;
  }
  section.products-grid-section
    .products-grid-wrap
    .product-item
    .contents-wrap
    h2.title {
    line-height: 1;
  }
  section.products-grid-section
    .products-grid-wrap
    .product-item
    .contents-wrap
    h2.title
    a {
    font-size: 18px;
  }
  section.products-grid-section
    .products-grid-wrap
    .product-item
    .contents-wrap
    .price {
    font-size: 16px;
  }
  section.products-grid-section
    .products-grid-wrap
    .product-item
    .contents-wrap
    .btn
    a {
    font-size: 14px;
  }
  section.products-grid-section .top-area .left h2 {
    font-size: 18px;
  }
  section.products-grid-section {
    padding: 40px 0;
  }
  section.services-hero-section {
    padding: 40px 0;
  }
  section.services-hero-section .container h1.headline {
    font-size: 35px;
  }
  section.services-hero-section .container .sub-headline {
    font-size: 16px;
  }
  section.all-services-section {
    padding: 40px 0;
  }
  section.all-services-section .container .contents {
    columns: 1;
    font-size: 14px;
    margin-bottom: 30px;
  }
  section.all-services-section .container .all-services-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  section.all-services-section .container .all-services-wrap .item .thumbnail {
    height: 300px;
  }
  section.all-services-section .container .all-services-wrap .item .right h2 {
    font-size: 20px;
  }
  section.cta-section {
    overflow: auto;
  }
  section.cta-section ul.tags {
    width: 610px;
  }
  section.cta-section::-webkit-scrollbar {
    display: none;
  }
  section.cta-section ul.tags li {
    font-size: 13px;
  }
  section.cta-section ul.tags li::before {
    transform: translateY(-50%);
  }
  section.project-inner-hero-section .container h1.headline {
    font-size: 35px;
  }
  section.project-inner-hero-section .container .contents {
    margin-top: 10px;
    font-size: 15px;
  }
  section.project-inner-hero-section {
    padding: 60px 0;
  }
  section.contents-image-section {
    padding: 40px 0;
  }
  section.contents-image-section .container .left h2.headline {
    font-size: 30px;
  }
  section.contents-image-section .container .left .contents {
    font-size: 14px;
  }
  section.contents-image-section .container .left .button-wrap:has(*) {
    margin-top: 15px;
  }
  section.all-projects-section {
    padding: 40px 0;
  }
  section.all-projects-section .container .all-projects-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.all-projects-section .container .all-projects-wrap .item .thumbnail {
    height: 300px;
  }
  section.project-galleries-section {
    padding: 40px 0;
  }
  section.project-galleries-section .container h2.headline {
    font-size: 30px;
  }
  section.project-galleries-section .container .contents {
    columns: 1;
  }
  section.project-galleries-section .container .contents p {
    font-size: 14px;
    line-height: 22px;
  }
  section.project-galleries-section .galleries-wrap {
    gap: 10px;
    margin-top: 20px;
  }
  section.project-galleries-section .galleries-wrap .item {
    height: auto;
  }
  section#all-catalogues {
    padding: 40px 0;
  }
  section.all-catalogues .wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  section.all-catalogues .wrapper .item .right h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  section.downloads-form {
    padding: 0;
  }
  section.downloads-form .container {
    padding: 0;
  }
  section.downloads-form .container .form-wrap {
    padding: 30px 20px;
  }
  section.downloads-form .form-wrap .headline {
    font-size: 25px;
  }
  section.downloads-form .form-wrap .sub-headline {
    font-size: 14px;
    padding: 10px 0;
  }
  section.contact-form-section .wpforms-container .wpforms-field {
    width: 100% !important;
    padding-bottom: 5px;
  }
  section.contact-form-section div#wpforms-483-field_5-container {
    width: 100%;
  }
  section.contact-form-section div#wpforms-483-field_6-container {
    width: 100%;
  }
  section.downloads-form .wpforms-field-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 10px;
  }
  section.downloads-form .wpforms-field-container .wpforms-field {
    padding-bottom: 5px;
  }
  section.contact-hero .acf-map {
    height: 350px;
  }
  section.contact-hero .left .headline {
    font-size: 35px;
  }
  section.contact-hero .left .contents {
    font-size: 14px;
    margin-bottom: 25px;
  }
  section.contact-hero .left .contact-wrapper {
    row-gap: 10px;
    column-gap: 20px;
  }
  section.contact-hero .left .contact-wrapper .icon {
    height: 35px;
    width: 35px;
  }
  section.contact-hero .left .contact-wrapper a span:nth-child(2) {
    font-size: 14px;
    padding-bottom: 2px;
  }
  section.contact-hero .left .contact-wrapper a {
    gap: 10px;
  }
  html body .wpforms-container .wpforms-submit-container button {
    margin-top: 10px;
  }
  body .wpforms-field-container .wpforms-field input,
  body .wpforms-field-container .wpforms-field select {
    height: 50px;
  }
  body .wpforms-field-container .wpforms-field label.wpforms-field-label {
    font-size: 15px;
  }
  section.contact-form-section
    .wpforms-container
    .wpforms-field.enquiry-text
    textarea {
    height: 140px;
  }
  body .wpforms-field-container .wpforms-field textarea {
    height: 100px;
  }
  .woocommerce div.product form.cart .variations tr td.value select {
    height: 47px;
    font-size: 14px;
  }
  section.product-hero-section {
    padding: 15px 0 40px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 80px;
    height: 80px;
    padding: 5px;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
  }
  .woocommerce div.product .summary .product_title {
    font-size: 28px;
  }
  .product-form-wrap .top .left {
    font-size: 18px;
  }
  .product-form-wrap .top {
    gap: 10px;
  }
  .product-form-wrap .top .right .price {
    font-size: 28px;
  }
  .product-form-wrap .top .right .tax {
    font-size: 12px;
  }
  .product-form-wrap .wpforms-field-container .wpforms-field,
  .product-form-wrap .wpforms-field-container .wpforms-field.enquiry,
  .product-form-wrap .wpforms-field-container .wpforms-field.submit-drawings {
    width: 100%;
  }
  .product-form-wrap .form-wrap .wpforms-submit-container {
    margin-top: 10px;
  }
  .woocommerce div.product form.cart .variations tr th.label label {
    font-size: 14px;
  }
  .woocommerce div.product form.cart .variations tr th.label {
    padding-bottom: 5px;
  }
  section.product-details-section .left .headline {
    font-size: 28px;
  }
  section.product-details-section .left .tab_contents {
    font-size: 14px;
  }
  section.product-details-section .left h3.tab_title {
    font-size: 20px;
  }
  section.home-hero-section .top .left {
    width: 100%;
  }
  .services-hero-section .review-wrap-banner {
    display: none;
  }
  section.project-inner-hero-section {
    padding-left: 0px !important;
  }
  section.project-inner-hero-section .review-wrap-banner {
    display: none;
  }
  section.services-hero-section.single-blog-hero-section .container .headline {
    font-size: 32px;
  }
  .single-blog-contents-section .left h2 {
    font-size: 32px;
  }
  .single-blog-contents-section .left blockquote {
    padding: 15px 10px 15px 20px;
    border-left: 2px solid #eb6f4d;
  }
}
@media screen and (max-width: 479px) {
  footer#main-footer .wrapper .left h2 {
    font-size: 28px;
  }
  footer#main-footer .wrapper .left ul {
    gap: 30px;
  }
  footer#main-footer .wrapper .left ul li {
    font-size: 16px;
  }
  footer#main-footer
    .wrapper
    .right
    .menu-wrap
    .menu-footer-navigation-container
    #menu-footer-navigation {
    justify-content: center;
    row-gap: 10px;
  }
  footer#main-footer .wrapper .right .contact-info .item {
    max-width: 100%;
  }
  footer#main-footer .wrapper .right .contact-info {
    flex-wrap: wrap;
  }
  footer#main-footer .wrapper .right .contact-info .item div {
    font-size: 15px;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .footer-bottom .wrap {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 5px;
  }
  section.home-hero-section .button-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
  a.primary-btn-1,
  a.primary-btn-2 {
    min-width: 100%;
  }
  /* section.home-hero-section .top .left .headline {
    font-size: 30px;
  } */
  section.home-about-section .top-area .right-blurb {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.home-about-section .middle-images-wrap > div {
    height: 220px;
  }
  section.home-about-section .bottom-area .year-text {
    font-size: 16px;
  }
  section.home-about-section .bottom-area .right-text {
    font-size: 14px;
  }
  section.home-featured-categories .top-area h2.headline {
    font-size: 25px;
  }
  section.home-featured-categories .middle-part .item .image {
    height: 300px;
  }
  section.testimonials-section .wrapper .left .headline {
    font-size: 30px;
  }
  section.our-projects-slider .item .right h2 {
    font-size: 25px;
  }
  section.our-projects-slider .item .right a.primary-btn-1 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  section.inner-hero-section1 .wrapper .left .button-wrap {
    gap: 0;
  }
  section.inner-hero-section1 .wrapper .right {
    height: 100%;
  }
  section.advice-cta-section .wrapper h2.headline {
    width: 100%;
    text-align: center;
    padding-bottom: 8px;
    font-size: 25px;
  }
  section.advice-cta-section .wrapper .desc {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  section.advice-cta-section .wrapper .button-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
  section.all-services-section .container .all-services-wrap .item .thumbnail {
    height: auto;
  }
  section.project-inner-hero-section .container .button-wrap {
    gap: 0;
  }
  section.contents-image-section .container .left .button-wrap {
    gap: 0;
  }
  section.all-projects-section .container .all-projects-wrap .item .thumbnail {
    height: auto;
  }
  section.contact-hero .left .contact-wrapper a span:nth-child(2) {
    line-height: 145%;
  }
}
