/*!
Theme Name: stealthmovements
Theme URI: http://underscores.me/
Author: 
Author URI: 
Description: Stealth Movements Enclosed Transport
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: smet
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.

stealthmovements 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;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Quicksand', sans-serif;
}

/**
 * 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;
}

/**
 * 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-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-family: 'Syne', sans-serif;
}

p {
  margin: 0;
  margin-bottom: 1em;
}
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 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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: #4169e1;
}

/* 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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.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;
}

/* 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;
}

/* +============= Fonts ============== */
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-Italic.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-LightItalic.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-LightItalic.woff')
      format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-BoldItalic.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-BoldItalic.woff')
      format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-Bold.woff2') format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-Light.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-SemiBold.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-SemiBoldItalic.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-SemiBoldItalic.woff')
      format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-MediumItalic.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-MediumItalic.woff')
      format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-Medium.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/wp-content/themes/smet/fonts/Cormorant-Regular.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Cormorant-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/wp-content/themes/smet/fonts/Quicksand-Medium.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Quicksand-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/wp-content/themes/smet/fonts/Quicksand-Bold.woff2') format('woff2'),
    url('/wp-content/themes/smet/fonts/Quicksand-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/wp-content/themes/smet/fonts/Quicksand-Light.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Quicksand-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/wp-content/themes/smet/fonts/Quicksand-Regular.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Quicksand-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/wp-content/themes/smet/fonts/Quicksand-SemiBold.woff2')
      format('woff2'),
    url('/wp-content/themes/smet/fonts/Quicksand-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('/wp-content/themes/smet/fonts/Syne-ExtraBold.woff2') format('woff2'),
    url('/wp-content/themes/smet/fonts/Syne-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('/wp-content/themes/smet/fonts/Syne-Bold.woff2') format('woff2'),
    url('/wp-content/themes/smet/fonts/Syne-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('/wp-content/themes/smet/fonts/Syne-Medium.woff2') format('woff2'),
    url('/wp-content/themes/smet/fonts/Syne-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('/wp-content/themes/smet/fonts/Syne-Regular.woff2') format('woff2'),
    url('/wp-content/themes/smet/fonts/Syne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('/wp-content/themes/smet/fonts/Syne-SemiBold.woff2') format('woff2'),
    url('/wp-content/themes/smet/fonts/Syne-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* +============= Fonts ============== */
div#page {
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1490px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.button {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in;
  outline: none;
  margin-right: 18px;
  margin-bottom: 10px;
}
.button:last-child {
  margin-right: 0 !important;
}
.button:hover {
  transform: scale(1.02);
}
.button.fill-button {
  background-color: #d1af77;
  border-color: #d1af77;
  color: #000;
}
.button svg {
  margin-left: 8px;
  position: relative;
  transition: all 0.3s ease-in;
}
.button:hover svg {
  transform: translateX(5px);
}
.button.black {
  color: #393939;
  border-color: #393939;
}
/* +============= Main Header ============== */
header#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 9999;
  transition: all 0.3s ease-in;
}
.logged-in header#masthead {
  top: 32px;
}
header#masthead .wrapper {
  width: 100%;
  max-width: 1840px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#masthead .wrapper .site-branding {
  position: relative;
  width: 315px;
}
header#masthead .wrapper .site-branding img {
  width: 100%;
  max-width: 155px;
  transition: all 0.3s ease-in;
}
header#masthead .wrapper .site-branding p {
  display: none;
}
header#masthead .wrapper .button-wrapper {
  position: relative;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
header#masthead .wrapper .button-wrapper button.menu-trigger {
  display: none;
}
header#masthead .wrapper .button-wrapper .desk-btn {
  display: flex;
  align-items: center;
  gap: 25px;
}
header#masthead .wrapper .button-wrapper .desk-btn a.tel {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
header#masthead .wrapper .button-wrapper .desk-btn a.tel svg {
  margin-right: 3px;
  margin-bottom: -2px;
}
header#masthead .wrapper nav#site-navigation {
  flex: 1;
}
header#masthead .wrapper nav#site-navigation ul.menu {
  justify-content: center;
  gap: 50px;
}
header#masthead
  .wrapper
  nav#site-navigation
  ul.menu
  li.menu-item-has-children
  > a {
  position: relative;
  padding-right: 20px;
}
header#masthead .wrapper nav#site-navigation ul.menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
}
header#masthead
  .wrapper
  nav#site-navigation
  ul.menu
  li.menu-item-has-children
  > a::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 10px;
  background-image: url(/wp-content/uploads/2023/09/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header#masthead .wrapper nav#site-navigation ul.menu li > ul.sub-menu {
  padding: 0;
  background-color: #f2f2f2;
  backdrop-filter: blur(2px);
  border-radius: 5px;
  flex-wrap: wrap;
}
header#masthead .wrapper nav#site-navigation ul.menu li > ul.sub-menu li {
  border-bottom: 1px solid #101010;
}
header#masthead .wrapper nav#site-navigation ul.menu li > ul.sub-menu li a {
  color: #101010;
  padding: 8px 12px;
}
header#masthead
  .wrapper
  nav#site-navigation
  ul.menu
  li
  > ul.sub-menu
  li:last-child {
  border: none;
}
header#masthead.fixed {
  background-color: #101010;
  padding: 10px 0;
}
header#masthead.fixed .wrapper .site-branding img {
  max-width: 115px;
}
.left-social-wrapper {
  position: absolute;
  left: 32px;
  min-height: 1030px;
  z-index: 991;
  display: flex;
  align-items: center;
  top: 0;
  padding: 170px 0;
}
.left-social-wrapper .line::before {
  height: 100%;
  width: 1px;
  background-color: #d1af77;
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
}
.left-social-wrapper .line {
  position: relative;
  width: 100%;
  height: 150px;
}
.left-social-wrapper .social-icons {
  position: relative;
  margin: 30px 0;
}
.left-social-wrapper .social-icons a {
  display: flex;
  margin: 7px 0;
}
.right-review-wrapper {
  position: absolute;
  z-index: 991;
  min-height: 1030px;
  right: 40px;
  display: flex;
  align-items: center;
  padding: 150px 0;
  top: 0;
}
.right-review-wrapper a {
  pointer-events: none;
  text-decoration: none;
  width: 23px;
  height: 330px;
  display: block;
  position: relative;
}
.right-review-wrapper a p {
  width: max-content;
  transform: rotate(-90deg);
  position: relative;
  right: 88px;
  top: 90px;
  font-size: 16px;
  font-weight: 600;
  color: #f9f9f9;
  margin: 0;
}
.right-review-wrapper a svg {
  position: absolute;
  bottom: 0;
}
.right-review-wrapper a.has-url {
  pointer-events: auto;
}
/* +============= Main Header ============== */

/* +============= Main Footer ============== */
footer#colophon {
  background-color: #161616;
  position: relative;
  overflow: hidden;
}
footer#colophon .footer-cta-section {
  text-align: center;
  padding: 135px 0;
  position: relative;
}
footer#colophon .footer-cta-section::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #d1af77;
  left: 0;
  bottom: 0;
  opacity: 0.15;
}
footer#colophon .footer-cta-section .headline {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%; /* 52.8px */
  /* text-transform: uppercase; */
  color: #f9f9f9;
}
footer#colophon .footer-cta-section .contents {
  color: #f9f9f9;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 20px 0 37px 0;
}
footer#colophon .footer-middle {
  background-image: url(/wp-content/uploads/2023/09/Bg-shade-black-min.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
footer#colophon .footer-middle .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer#colophon .footer-middle .logo img {
  width: 100%;
  max-width: 155px;
}
footer#colophon .footer-middle .menu-wrap {
  position: relative;
}
footer#colophon .footer-middle .menu-wrap ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 42px;
  list-style: none;
}
footer#colophon .footer-middle .menu-wrap ul.menu li {
  position: relative;
}
footer#colophon .footer-middle .menu-wrap ul.menu li a {
  font-size: 14.4px;
  font-weight: 600;
  line-height: normal;
  padding: 8px 0;
  color: #f9f9f9;
  text-decoration: none;
  display: inherit;
}
footer#colophon .footer-middle .menu-wrap ul.menu li ul.sub-menu {
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  width: 120px;
}
footer#colophon .footer-middle .menu-wrap ul.menu li:hover ul.sub-menu {
  left: auto;
}
footer#colophon
  .footer-middle
  .menu-wrap
  ul.menu
  li.menu-item-has-children
  > a {
  position: relative;
  padding-right: 20px;
}
footer#colophon
  .footer-middle
  .menu-wrap
  ul.menu
  li.menu-item-has-children
  > a::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 10px;
  background-image: url(/wp-content/uploads/2023/09/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer#colophon .footer-middle .menu-wrap ul.menu li:hover ul.sub-menu a {
  padding: 5px 0;
}
footer#colophon .footer-middle .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
footer#colophon .footer-middle .social-icons a {
  display: flex;
}
footer#colophon .footer-middle > .container {
  padding: 165px 20px;
}
footer#colophon .footer-middle .footer-bottom {
  position: relative;
  padding: 30px 0;
}
footer#colophon .footer-middle .footer-bottom::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #d1af77;
  left: 0;
  top: 0;
  opacity: 0.15;
}
footer#colophon .footer-middle .footer-bottom .copy-right {
  margin: 0;
  color: #f9f9f9;
  font-weight: 600;
  line-height: normal;
  font-size: 14.4px;
}
footer#colophon .footer-middle .footer-bottom a.site-by {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  color: #fff;
  text-decoration: none;
}
footer#colophon .footer-middle .footer-bottom a.site-by p {
  margin: 0;
  padding-right: 10px;
}
/* +============= Main Footer ============== */

/* +============= About/Service Hero Section ============== */
.page-template-template-about .left-social-wrapper,
.page-template-template-services .left-social-wrapper,
.page-template-template-about .right-review-wrapper,
.page-template-template-services .right-review-wrapper {
  min-height: 900px;
}
section.about-service-hero {
  background-color: #101010;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 240px 0;
}
section.about-service-hero .content-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
}
section.about-service-hero .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(16, 16, 16);
  background: linear-gradient(
    90deg,
    rgba(16, 16, 16, 1) 50%,
    rgba(16, 16, 16, 0.86) 70%,
    rgba(16, 16, 16, 0) 100%
  );
  display: flex;
  justify-content: flex-end;
}
section.about-service-hero.service-hero-section .image-wrap {
  background: rgb(16, 16, 16);
  background: linear-gradient(
    65deg,
    rgba(16, 16, 16, 1) 0%,
    rgba(16, 16, 16, 0.13209033613445376) 50%,
    rgba(16, 16, 16, 0) 100%
  );
}
section.about-service-hero.service-hero-section .image-wrap img {
  width: 100%;
}
section.about-service-hero .image-wrap img {
  width: 60%;
  object-fit: cover;
  object-position: left center;
}
section.about-service-hero .content-wrap .container * {
  max-width: 770px;
}
section.about-service-hero .content-wrap p.sub-heading {
  font-size: 28.8px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
section.about-service-hero .content-wrap p.sub-heading span {
  color: #d1af77;
}
section.about-service-hero .content-wrap .heading {
  font-size: 55.2px;
  font-weight: 600;
  line-height: 127.5%;
  /* text-transform: uppercase; */
  color: #fff;
  padding: 10px 0;
}
section.about-service-hero .content-wrap .contents {
  font-weight: 400;
  line-height: 165%;
  font-size: 16px;
  color: #f9f9f9;
  max-width: 550px;
}
section.about-service-hero .content-wrap .buttons {
  padding-top: 40px;
}
/* +============= About/Service Hero Section ============== */

/* +============= Testimonials Section ============== */
section.testimonials-section {
  position: relative;
  overflow: hidden;
  background-color: #161616;
  padding: 200px 0;
}
section.testimonials-section .container {
  display: flex;
  flex-wrap: wrap;
}
section.testimonials-section .container .left {
  width: 60%;
  padding-right: 140px;
  position: relative;
  padding-left: 50px;
}
section.testimonials-section .container .left .testimonial-item {
  position: relative;
}
section.testimonials-section .container .left .testimonial-item svg {
  width: 60px;
  height: auto;
}
section.testimonials-section .container .left .testimonial-item .contents {
  font-size: 19.2px;
  font-weight: 400;
  line-height: 180%;
  color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 30px;
}
section.testimonials-section .container .left .testimonial-item .profile {
  display: flex;
  align-items: center;
  gap: 30px;
}
section.testimonials-section
  .container
  .left
  .testimonial-item
  .profile
  .thumbnail {
  width: 90px;
  height: 90px;
  display: flex;
}
section.testimonials-section
  .container
  .left
  .testimonial-item
  .profile
  .thumbnail
  img {
  width: 100%;
  object-fit: cover;
}
section.testimonials-section
  .container
  .left
  .testimonial-item
  .profile
  .title
  h3 {
  font-size: 20.8px;
  font-weight: 400;
  line-height: normal;
  color: #f9f9f9;
}
section.testimonials-section
  .container
  .left
  .testimonial-item
  .profile
  .title
  p {
  font-size: 14.4px;
  font-weight: 600;
  line-height: normal;
  color: #d1af77;
}
section.testimonials-section .container .left .owl-nav {
  position: absolute;
  width: 100%;
  top: 42%;
  transform: translateY(-50%);
}
section.testimonials-section .container .left .owl-nav button {
  position: absolute;
}
section.testimonials-section .container .left .owl-nav button svg {
  width: 16px;
  height: auto;
}
section.testimonials-section .container .left .owl-nav button.owl-prev {
  left: -45px;
  transform: rotate(-180deg);
  top: -5px;
}
section.testimonials-section .container .left .owl-nav button.owl-next {
  right: -40px;
}
section.testimonials-section .container .right {
  width: 40%;
}
section.testimonials-section .container .right .sub-headline {
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #d1af77;
  margin: 0;
}
section.testimonials-section .container .right .headline {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%; /* 52.8px */
  /* text-transform: uppercase; */
  color: #fff;
  max-width: 380px;
  margin: 0;
  padding: 20px 0;
}
section.testimonials-section .container .right .contents {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #f9f9f9;
  margin-bottom: 40px;
}
/* +============= Testimonials Section ============== */

/* +============= Blog Section ============== */
section.blog-case-studies-section {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
  background-color: #f9f9f9;
}
section.blog-case-studies-section .head {
  text-align: center;
  margin-bottom: 49px;
}
section.blog-case-studies-section .head .sub-headline {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #d1af77;
  margin-bottom: 15px;
}
section.blog-case-studies-section .head .headline {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%; /* 53.68px */
  /* text-transform: uppercase; */
  color: #272727;
  max-width: 400px;
  margin: auto;
  padding-bottom: 15px;
}
section.blog-case-studies-section .head .contents {
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  color: #686868;
  width: 100%;
  max-width: 840px;
  margin: auto;
}
section.blog-case-studies-section .posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
section.blog-case-studies-section .posts-wrapper .posts-item {
  width: calc(33.33% - 30px);
  margin: 15px;
  padding: 28px 17px;
  border-radius: 10px;
  background: var(--Color-1, #f9f9f9);
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.15);
}
section.blog-case-studies-section .posts-wrapper .posts-item .thumbnail {
  overflow: hidden;
  border-radius: 10px;
}
/* section.blog-case-studies-section .posts-wrapper .posts-item:last-child {
  display: none;
} */
section.blog-case-studies-section.blog-template
  .posts-wrapper
  .posts-item:last-child {
  display: block;
}
section.blog-case-studies-section .posts-wrapper .posts-item .thumbnail a {
  display: flex;
}
section.blog-case-studies-section .posts-wrapper .posts-item .thumbnail a img {
  border-radius: 10px;
  transition: all 0.3s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.blog-case-studies-section
  .posts-wrapper
  .posts-item:hover
  .thumbnail
  a
  img {
  transform: scale(1.05);
}
section.blog-case-studies-section .posts-wrapper .posts-item .contents .date {
  margin: 18px 0;
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 19px;
  color: var(--color-2-text, #686868);
  font-family: Quicksand;
  font-size: 14.4px;
  font-weight: 600;
}
section.blog-case-studies-section
  .posts-wrapper
  .posts-item
  .contents
  .date
  .cat {
  display: flex;
  align-items: center;
}
section.blog-case-studies-section
  .posts-wrapper
  .posts-item
  .contents
  .date
  .cat
  span {
  position: relative;
  padding-right: 5px;
}
section.blog-case-studies-section
  .posts-wrapper
  .posts-item
  .contents
  .date
  img {
  margin-right: 7px;
}
section.blog-case-studies-section
  .posts-wrapper
  .posts-item
  .contents
  .title
  a {
  color: var(--Secondary, #272727);
  font-family: Syne;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: all 0.3s ease;
}
section.blog-case-studies-section
  .posts-wrapper
  .posts-item:hover
  .contents
  .title
  a {
  color: #d1af77;
}
section.blog-case-studies-section .posts-wrapper .posts-item .contents .btn a {
  color: #272727;
  text-decoration: none;
  font-family: Quicksand;
  font-weight: 500;
}
section.blog-case-studies-section
  .posts-wrapper
  .posts-item
  .contents
  .btn
  a
  svg {
  margin-left: 4px;
  transition: all 0.3s ease;
}
section.blog-case-studies-section
  .posts-wrapper
  .posts-item
  .contents
  .btn
  a:hover
  svg {
  margin-left: 9px;
}
/* +============= Blog Section ============== */

/* +============= Home Hero Section ============== */
section.home-hero-section {
  position: relative;
  background-color: #111111;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2023/09/home-hero-shape.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 60px 0;
  background-attachment: fixed;
}
section.home-hero-section .container {
  position: relative;
  z-index: 9;
}
section.home-hero-section .bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
section.home-hero-section .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 100%;
}
section.home-hero-section .top-wrapper {
  text-align: center;
  padding-bottom: 175px;
}
section.home-hero-section .top-wrapper .sub-headline {
  font-size: 28.8px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  margin: 0;
}
section.home-hero-section .top-wrapper .headline {
  font-size: 55.2px;
  font-style: normal;
  font-weight: 600;
  line-height: 127.5%; /* 70.38px */
  /* text-transform: uppercase; */
  color: #fff;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 14px 0 20px 0;
}
section.home-hero-section .top-wrapper .contents {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  color: #f9f9f9;
  width: 100%;
  max-width: 660px;
  margin: auto;
  padding-bottom: 35px;
}
section.home-hero-section .top-wrapper .sub-headline span {
  color: #d1af77;
}
section.home-hero-section .bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px;
}
section.home-hero-section .bottom-wrapper .item {
  width: 25%;
  max-width: 330px;
  padding: 0 20px;
}
section.home-hero-section .bottom-wrapper .item .count {
  color: #d1af77;
  font-size: 64px;
  font-weight: 600;
  line-height: normal;
  font-family: 'Cormorant', sans-serif;
}
section.home-hero-section .bottom-wrapper .item .title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 8px;
  padding-top: 3px;
}
section.home-hero-section .bottom-wrapper .item .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.75);
}
.bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-video-overlay {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.bg-video video {
  width: 100%;
  height: 150%;
  object-fit: cover;
  top: -31%;
  position: relative;
}

/* +============= Home Hero Section ============== */

/* +============= Home Our Services Section ============== */
section.home-our-services-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
section.home-our-services-section .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.home-our-services-section .left {
  width: 50%;
  padding-right: 90px;
}
section.home-our-services-section.reversed-column .container {
  flex-flow: row-reverse;
}
section.home-our-services-section.reversed-column .container .left {
  padding-left: 90px;
  padding-right: 0;
}
section.home-our-services-section .left .sub-headline {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #d1af77;
  margin: 0;
}
section.home-our-services-section .left .headline {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%; /* 52.8px */
  /* text-transform: uppercase; */
  color: #272727;
  padding: 10px 0 20px 0;
}
section.home-our-services-section .left .contents {
  color: rgba(22, 22, 22, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 30px;
}
section.home-our-services-section .our-services {
  border-radius: 10px;
  background: #161616;
  padding: 70px 50px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
section.home-our-services-section .our-services .service {
  width: 50%;
  padding: 0 20px;
  max-width: 270px;
}
section.home-our-services-section .our-services .service .icon {
  height: 65px;
  display: flex;
}
section.home-our-services-section .our-services .service .icon img {
  width: auto;
  object-fit: contain;
  object-position: bottom;
}
section.home-our-services-section .our-services .service .title {
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #f9f9f9;
  padding: 14px 0 8px 0;
}
section.home-our-services-section .our-services .service .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #f9f9f9;
}
section.home-our-services-section .our-services::before {
  position: absolute;
  content: '';
  height: calc(100% - 140px);
  top: 70px;
  width: 1px;
  opacity: 0.4;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
/* +============= Home Our Services Section ============== */

/* +============= Gallery Section ============== */
section.gallery-section.cs-single-gallery .gallery-item {
  width: 25%;
}
/* +============= Gallery Section ============== */

/* +============= Case Studies Showcase Section ============== */
section.case-studies-showcase-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
section.case-studies-showcase-section .case-studies-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 75px;
}
section.case-studies-showcase-section .case-studies-wrapper .posts-item {
  position: relative;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item
  .thumbnail {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item
  .thumbnail
  a {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item
  .thumbnail
  a::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  z-index: 9;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item
  .thumbnail
  a
  img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item:hover
  .thumbnail
  a
  img {
  transform: scale(1.03);
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item
  .upper-info {
  position: absolute;
  content: '';
  height: auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 10px;
  pointer-events: none;
  z-index: 91;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item
  .upper-info
  .title {
  text-shadow: 0px 4px 4px #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 12px;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item
  .upper-info
  a {
  text-decoration: none;
  color: #fff;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item
  .upper-info
  .show-more {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item
  .upper-info
  .show-more
  svg {
  margin-left: 10px;
  transition: all 0.3s ease-in;
}
section.case-studies-showcase-section
  .case-studies-wrapper
  .posts-item:hover
  .upper-info
  .show-more
  svg {
  transform: translateX(5px);
}
.blog-pagination {
  grid-column: span 3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 70px;
}
.blog-pagination .page-numbers {
  text-decoration: none;
  background: #6d6d6d;
  font-size: 30px;
  line-height: 1;
  font-family: 'Cormorant', sans-serif;
  font-weight: 600;
  color: #fff;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4px;
}
.blog-pagination .page-numbers.current {
  background: #272727;
}
/* +============= Case Studies Showcase Section ============== */

/* +============= Home About Us Section ============== */
section.home-about-us {
  padding: 110px 0 128px;
  position: relative;
  overflow: hidden;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.home-about-us .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.home-about-us .container .left {
  width: 60%;
  position: relative;
  display: flex;
  align-items: center;
}
section.home-about-us .container .right {
  width: 40%;
}
section.home-about-us .container .left .left-lists {
  width: 40%;
  margin-right: -70px;
  position: relative;
  z-index: 99;
  border-radius: 10px;
  background-color: #d1af77;
  padding: 20px;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
section.home-about-us .container .left .image {
  width: 60%;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
section.home-about-us .container .left .image img {
  width: 100%;
  height: 100%;
}
section.home-about-us .container .left .left-lists .item {
  display: flex;
}
section.home-about-us .container .left .left-lists .item .icon {
  width: 44px;
  margin-right: 8px;
}
section.home-about-us .container .left .left-lists .item .content {
  flex: 1;
  padding-top: 5px;
}
section.home-about-us .container .left .left-lists .item .content .title {
  color: #111;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
}
section.home-about-us .container .left .left-lists .item .content .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #111;
}
section.home-about-us .container .right .sub-headline {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #d1af77;
  margin: 0;
  padding-bottom: 20px;
}
section.home-about-us .container .right .headline {
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #f9f9f9;
}
section.home-about-us .container .right .contents {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #f9f9f9;
  padding: 22px 0 33px;
}
/* +============= Home About Us Section ============== */

/* +============= Home FAQs Section ============== */
section.home-faqs-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
section.home-faqs-section .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.home-faqs-section .container .left {
  width: 50%;
  padding-right: 80px;
}
section.home-faqs-section .container .right {
  width: 50%;
}
section.home-faqs-section .container .left .sub-headline {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
  color: #d1af77;
}
section.home-faqs-section .container .left .headline {
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
  color: #272727;
}
section.home-faqs-section .container .left .contents {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #686868;
  padding-top: 15px;
}
section.home-faqs-section .container .right .faq-item {
  padding: 15px 0;
  border-bottom: 1px solid #d1af77;
}
section.home-faqs-section .container .right .faq-item:first-child {
  border-top: 1px solid #d1af77;
}
section.home-faqs-section .container .right .faq-item .faq-title {
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
section.home-faqs-section .container .right .faq-item .faq-title p {
  margin: 0;
}
section.home-faqs-section .container .right .faq-item .faq-title .icon {
  width: 34px;
  height: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-faqs-section .container .right .faq-item .faq-title .icon span {
  position: absolute;
  display: flex;
  transition: all 0.3s ease-in;
  opacity: 0;
}
section.home-faqs-section
  .container
  .right
  .faq-item
  .faq-title
  .icon
  span.plus {
  opacity: 1;
}
section.home-faqs-section
  .container
  .right
  .faq-item.open
  .faq-title
  .icon
  span.plus {
  opacity: 0;
}
section.home-faqs-section
  .container
  .right
  .faq-item.open
  .faq-title
  .icon
  span.minus {
  opacity: 1;
}
section.home-faqs-section .container .right .faq-item .faq-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #4b4b4b;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 20px;
}
/* +============= Home FAQs Section ============== */

/* +============= Our Benefits Section ============== */
section.the-process-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 150px;
}
section.the-process-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 69px;
}
section.the-process-section .left {
  width: 30%;
}
section.the-process-section .right {
  width: calc(70% - 69px);
}
section.the-process-section .right .process-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
section.the-process-section .right .process-items .process-item {
  max-width: 286px;
}
section.the-process-section .left .sub-headline {
  color: #d1af77;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0;
}
section.the-process-section .left .headline {
  color: #272727;
  font-size: 44px;
  font-weight: 600;
  line-height: 105%;
  margin: 11px 0 17px 0;
}
section.the-process-section .left .contents p {
  color: #686868;
  font-size: 16px;
  margin: 0;
}
section.the-process-section .right .process-items .process-item .count {
  color: #d1af77;
  font-size: 64px;
  font-weight: 600;
  margin: 0;
  line-height: 60px;
  font-family: 'Cormorant', sans-serif;
}
section.the-process-section .right .process-items .process-item .title {
  margin: 0;
  color: #272727;
  font-size: 24px;
  font-weight: 400;
}
section.the-process-section .right .process-items .process-item .description {
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
}
/* +============= Our Benefits Section ============== */

/* +============= Company Section ============== */
section.company-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
section.company-section .company-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.company-section .company-items .company-item {
  width: 33.33%;
  text-align: center;
  position: relative;
}
section.company-section .company-items .company-item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 210px;
  height: 4px;
  background-color: #d1af77;
}
section.company-section .company-items .company-item .title {
  color: #f9f9f9;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin: 20px 0 10px;
}
section.company-section .company-items .company-item .description {
  font-family: Syne;
  font-size: 24px;
  color: #fff;
  margin: 0 0 40px;
}
/* +============= Company Section ============== */

/* +============= Our Values Section ============== */
section.our-values-section {
  position: relative;
  overflow: hidden;
  padding: 116px 0;
}
section.our-values-section .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.our-values-section .head {
  max-width: 750px;
  text-align: center;
  font-family: Quicksand;
  margin: 0 auto 68px;
}
section.our-values-section .head .sub-headline {
  color: #d1af77;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}
section.our-values-section .head .headline {
  color: #272727;
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  margin: 1.5rem auto;
  line-height: 105%; /* 67.2px */
}
section.our-values-section .head .contents {
  margin: 0 auto;
}
section.our-values-section .head .contents p:first-child {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
section.our-values-section .head .contents p:last-child {
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

section.our-values-section .our-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -30px;
}
section.our-values-section .our-values .value {
  padding: 30px;
}
section.our-values-section .our-values .value img {
  max-width: 66px;
}
section.our-values-section .our-values .value .title {
  color: #272727;
  font-size: 25.6px;
  font-weight: 400;
  margin: 16px 0 8px 0;
}
section.our-values-section .our-values .value .description {
  color: #686868;
  font-family: Quicksand;
  font-size: 16px;
}
/* +============= Our Values Section ============== */

/* +============= The Trailers Section ============== */
section.the-trailers-section.reversed-column .container {
  flex-flow: row-reverse;
}
section.the-trailers-section.reversed-column .container .right {
  padding-left: 0;
  padding-right: 90px;
}
section.the-trailers-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.the-trailers-section .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.the-trailers-section .container .left {
  width: 50%;
  position: relative;
  padding-top: 250px;
}
section.the-trailers-section .container .left img {
  width: 100%;
}
section.the-trailers-section .container .left img {
  position: absolute;
}
section.the-trailers-section .container .left img.image-3 {
  position: relative;
  width: 70%;
}
section.the-trailers-section .container .left img.image-2 {
  width: 50%;
  z-index: 1;
  right: 0;
  top: 0;
}
section.the-trailers-section .container .left img.image-1 {
  width: 50%;
  top: 5%;
  z-index: 2;
  left: 9%;
}
section.the-trailers-section .container .left img.logo {
  left: 0;
  top: 5%;
  max-width: 250px;
  z-index: 4;
}
section.the-trailers-section .container .right {
  width: 50%;
  padding-left: 90px;
}
section.the-trailers-section .container .right .sub-headline {
  color: var(--Primary, #d1af77);
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
section.the-trailers-section .container .right .headline {
  color: var(--Color-1, #f9f9f9);
  font-family: Syne;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%; /* 52.8px */
  /* text-transform: uppercase; */
  margin-bottom: 23px;
}
section.the-trailers-section .container .right .contents p {
  color: var(--Color-1, #f9f9f9);
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
/* +============= The Trailers Section ============== */

/* +============= Gallery Section ============== */
section.gallery-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
section.gallery-section .gallery-item {
  width: 20%;
  display: flex;
}
section.gallery-section .gallery-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* +============= Gallery Section ============== */

/* +============= About Hero Section ============== */
section.about-us-section {
  position: relative;
  overflow: hidden;
  padding: 91px 0;
  background-position: center;
}
section.about-us-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 68px;
}
section.about-us-section .container .left {
  width: 45%;
}
section.about-us-section .container .left img {
  width: 100%;
}
section.about-us-section .container .right {
  width: calc(55% - 68px);
}
section.about-us-section .container .right .sub-headline {
  color: var(--Primary, #d1af77);
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0;
}
section.about-us-section .container .right .headline {
  color: var(--Secondary, #272727);
  font-size: 44px;
  font-weight: 600;
  margin: 14px 0 18px;
  line-height: 100%;
}
section.about-us-section .container .right .contents {
  margin-bottom: 1.9rem;
}
section.about-us-section .container .right .contents p {
  color: var(--color-2-text, #686868);
  font-family: Quicksand;
  font-size: 16px;
  line-height: 150%;
}
/* +============= About Hero Section ============== */

/* +============= Contact Hero Section ============== */
.page-template-template-contact .left-social-wrapper,
.page-template-template-contact .right-review-wrapper {
  min-height: 830px;
}
section.contact-hero-section {
  padding: 280px 0 77px;
  background: #101010;
  background-image: url(/wp-content/uploads/2023/09/Bg-shade-black-min.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.contact-hero-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 54px; */
  flex-direction: column;
}
section.contact-hero-section .container p.sub-heading {
  color: #d1af77;
  font-weight: 300;
  line-height: normal;
  font-size: 28.8px;
  margin: 0;
}
section.contact-hero-section .container .heading {
  color: #f9f9f9;
  font-family: Syne;
  font-size: 55.2px;
  font-weight: 600;
  line-height: 127.5%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
/* +============= Contact Hero Section ============== */

/* +============= Contact Info Section ============== */
section.contact-info-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

section.contact-info-section .container {
  display: flex;
  align-items: flex-start;
  gap: 90px;
  flex-wrap: wrap;
}
section.contact-info-section .container .left {
  width: 50%;
}
section.contact-info-section .container .right {
  width: calc(50% - 90px);
}
section.contact-info-section .container .left .item {
  margin-bottom: 35px;
}
section.contact-info-section .container .left .item:last-child {
  margin-bottom: 0px;
}
section.contact-info-section .container .left .item .title {
  color: #272727;
  font-family: Syne;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 9px;
}
section.contact-info-section .container .left .item .description {
  color: var(--color-2-text, #686868);
  font-family: Quicksand;
  line-height: 150%;
}
section.contact-info-section .container .left .item .phone {
  text-decoration: none;
  color: var(--Secondary, #272727);
  font-family: Syne;
  font-size: 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 14px;
}

section.contact-info-section .container .right .sub-headline {
  color: var(--Primary, #d1af77);
  font-family: Quicksand;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
section.contact-info-section .container .right .headline {
  color: var(--Secondary, #272727);
  font-family: Syne;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
section.contact-info-section .contact-form-code .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
section.contact-info-section .contact-form-code .form-wrapper .item {
  width: calc(50% - 15px);
}
section.contact-info-section .contact-form-code .form-wrapper .item.full {
  width: 100%;
}
section.contact-info-section .contact-form-code .form-wrapper .item input,
section.contact-info-section
  .contact-form-code
  .form-wrapper
  .item.full
  textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d1af77;
  padding: 14px;
  color: var(--color-2-text, #686868);
  font-family: Quicksand;
  font-size: 14.4px;
  font-weight: 600;
  line-height: normal;
  outline: none;
}
section.contact-info-section
  .contact-form-code
  .form-wrapper
  .item.full
  textarea {
  width: 100% !important;
  padding: 14px;
  height: 125px;
}
section.contact-info-section
  .contact-form-code
  .form-wrapper
  .item.full.btn
  input {
  width: inherit;
  background: #d1af77;
  color: #000;
  padding: 12px 25px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
/* +============= Contact Info Section ============== */

/* +============= Case Studies Hero Section ============== */
.page-template-template-case-studies .left-social-wrapper,
.page-template-template-blog .left-social-wrapper,
.page-template-template-case-studies .right-review-wrapper,
.page-template-template-blog .right-review-wrapper {
  min-height: 900px;
}
section.cs-hero-section {
  padding: 280px 0 260px;
  background: #000;
  position: relative;
  overflow: hidden;
}
section.cs-hero-section .container {
  text-align: center;
}
section.cs-hero-section .sub-heading {
  color: #fff;
  font-size: 28.8px;
  font-weight: 300;
  margin: 0 0 5px;
}
section.cs-hero-section .sub-heading span {
  color: #d1af77;
}
section.cs-hero-section .heading {
  color: #fff;
  font-family: Syne;
  font-size: 55.2px;
  font-weight: 600;
  line-height: 127.5%;
  /* text-transform: uppercase; */
  margin-bottom: 1rem;
}
section.cs-hero-section .contents p {
  color: var(--Color-1, #f9f9f9);
  font-family: Quicksand;
  font-size: 16px;
  line-height: 165%;
  max-width: 660px;
  margin: 0 auto;
}
/* +============= Case Studies Hero Section ============== */

/* +============= Case Studies Contents Section ============== */
section.cs-contents-section {
  padding: 93px 0;
  position: relative;
  overflow: hidden;
}
section.cs-contents-section .contents {
  max-width: 936px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-family: Quicksand;
  font-size: 16px;
  line-height: 165%;
}
/* +============= Case Studies Contents Section ============== */

/* +============= Single Case Studies Hero Section ============== */
.single-case-studies .left-social-wrapper,
.single-case-studies .right-review-wrapper {
  min-height: 880px;
}
section.cs-single-hero-section {
  padding: 247px 0 216px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
section#cs-single-hero-section::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
section.cs-single-hero-section .container {
  position: relative;
  z-index: 9;
}
section.cs-single-hero-section .sub-headline {
  color: #d1af77;
  font-family: Quicksand;
  font-size: 28.8px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 13px;
}
section.cs-single-hero-section .headline {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Syne;
  font-size: 55.2px;
  font-weight: 600;
  line-height: 127.5%;
  /* text-transform: uppercase; */
}
section.cs-single-hero-section .contents {
  max-width: 690px;
  margin: 1rem auto 1.5rem;
  color: #fff;
  font-family: Quicksand;
  font-size: 16px;
  line-height: 150%; /* 24px */
}
section.cs-single-hero-section .d {
  color: #fff;
  font-family: Quicksand;
  font-size: 14.4px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
/* +============= Single Case Studies Hero Section ============== */

/* +============= Single Case Studies Image Box Section ============== */
section.cs-single-image-box-section {
  padding: 126px 0;
  background: #dddddd5c;
  background-image: url(/wp-content/uploads/2023/09/Bg-value-min.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.cs-single-image-box-section .image-with-box .container {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: start;
}
section.cs-single-image-box-section .image-with-box .container:last-child {
  margin-bottom: 0;
}
section.cs-single-image-box-section .image-with-box .container .image {
  width: calc(50% + 112px);
}
section.cs-single-image-box-section .image-with-box .container .image img {
  width: 100%;
}
section.cs-single-image-box-section .image-with-box .container:nth-child(even) {
  justify-content: end;
}
section.cs-single-image-box-section
  .image-with-box
  .container:nth-child(even)
  .image {
  order: 2;
}
section.cs-single-image-box-section
  .image-with-box
  .container:nth-child(even)
  .box {
  order: 1;
  margin-right: -112px;
}
section.cs-single-image-box-section .image-with-box .container .box {
  width: 50%;
  padding: 77px 60px;
  background: #fff;
  margin-left: -112px;
  text-align: center;
  z-index: 1;
}
section.cs-single-image-box-section
  .image-with-box
  .container
  .box
  .inner
  .sub-headline {
  color: var(--Primary, #d1af77);
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
section.cs-single-image-box-section
  .image-with-box
  .container
  .box
  .inner
  .headline {
  color: var(--Secondary, #272727);
  font-family: Syne;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  /* text-transform: uppercase; */
  margin-bottom: 1.4rem;
}
section.cs-single-image-box-section
  .image-with-box
  .container
  .box
  .inner
  .contents {
  color: var(--color-2-text, #686868);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}
/* +============= Single Case Studies Image Box Section ============== */

/* +============= Single Case CTA Section ============== */
section.CTA-section {
  padding: 40px 0;
  overflow: hidden;
}
section.CTA-section .container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 130px;
}
section.CTA-section .headline {
  color: #000;
  font-family: Syne;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  /* text-transform: uppercase; */
  position: relative;
  width: calc(65% - 130px);
}
section.CTA-section .headline::after {
  content: '';
  height: 117px;
  width: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translate(-50%, -50%);
}
section.CTA-section .right {
  width: 35%;
}
section.CTA-section .right h4 {
  color: #060606;
  font-family: Syne;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 12px;
}
section.CTA-section .buttons .button {
  background: #000;
  color: #fff;
}
/* +============= Single Case CTA Section ============== */

/* +============= Contact Map Section ============== */
.contact-map-section .acf-map {
  width: 100%;
  height: 700px;
}
.contact-map-section .acf-map img {
  max-width: inherit !important;
}
/* +============= Contact Map Section ============== */

/* +============= Single Post Section ============== */
section.about-service-hero.single-post-hero .image-wrap::before {
  background: #000000;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 9;
}
section.about-service-hero.single-post-hero .image-wrap img {
  width: 100%;
  object-position: center center;
  filter: grayscale(50%);
}
section.about-service-hero.single-post-hero .image-wrap {
  background: transparent;
}
section.about-service-hero.single-post-hero .content-wrap h1 {
  font-size: 52px;
  max-width: 900px;
}
.single-post .left-social-wrapper,
.single-post .right-review-wrapper {
  z-index: 991;
  min-height: 850px;
}
.single-post-content-wrapper {
  padding: 130px 0;
}
.single-post-content-wrapper .title-meta {
  padding-bottom: 20px;
}
.single-post-content-wrapper .title-meta h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 134%;
  color: #272727;
  padding-bottom: 15px;
}
.single-post-content-wrapper .container {
  max-width: 1030px;
}
.single-post-content-wrapper .title-meta .date {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 10px;
  font-size: 14.4px;
  font-weight: 600;
  line-height: normal;
  color: #272727;
}
.single-post-content-wrapper .title-meta .date div {
  display: flex;
  align-items: center;
}
.single-post-content-wrapper .title-meta .date div img {
  margin-right: 5px;
}
.single-post-content-wrapper .content-wrapper {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  color: #686868;
}
.single-post-content-wrapper .content-wrapper h3 {
  color: #272727;
  font-family: 'Cormorant';
  font-size: 36px;
  font-weight: 600;
  line-height: 165%;
}
.single-post-content-wrapper .content-wrapper li {
  color: #272727;
}
.single-post-content-wrapper .content-wrapper ol,
.single-post-content-wrapper .content-wrapper ul {
  margin: 0 0 15px;
  padding-left: 30px;
}
/* +============= Single Post Section ============== */

/* +============= Obligation Quote Popup Form ============== */
.obligation-quote-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: auto;
}
.obligation-quote-popup-wrapper::-webkit-scrollbar {
  display: none;
}
.obligation-quote-popup-wrapper.activated {
  opacity: 1;
  visibility: visible;
}
.obligation-quote-popup-wrapper .inner {
  border-radius: 45px;
  background: #fff;
  box-shadow: -4px 4px 25px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 1180px;
  padding: 50px 20px;
  position: relative;
  margin: auto;
}
.obligation-quote-popup-wrapper .inner .form-wrapper {
  width: 100%;
  max-width: 915px;
  margin: auto;
}
.obligation-quote-popup-wrapper .inner h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
  color: #272727;
  padding: 0 30px 50px;
}
.obligation-quote-popup-wrapper .inner .disable-popup-form {
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.obligation-quote-form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  margin: 0 -22px;
}
.obligation-quote-form .item {
  width: 50%;
  padding: 0 22px;
}
.obligation-quote-form .item span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.obligation-quote-form .item input,
.obligation-quote-form .item textarea {
  border: none;
  border-bottom: 1px solid #d1af77;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  height: 35px;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.obligation-quote-form .item label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.obligation-quote-form .item textarea {
  height: 85px;
  padding-top: 15px;
}
.obligation-quote-form .item input::placeholder,
.obligation-quote-form .item textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.collection-date::placeholder {
  color: red;
}
.obligation-quote-form .item.is-runner-item {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.obligation-quote-form .item.is-runner-item .is-runner input[type='checkbox'] {
  position: absolute;
  appearance: none;
  width: 100%;
  height: 100%;
  border: 1px solid #d1af77;
  border-radius: 7px;
  cursor: pointer;
}
.obligation-quote-form .item.is-runner-item .is-runner label {
  position: relative;
  height: 40px;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 5px;
}
.obligation-quote-form .item.is-runner-item .is-runner .first {
  margin-left: 0;
}
.obligation-quote-form
  .item.is-runner-item
  .is-runner
  label
  span.wpcf7-list-item-label {
  position: absolute;
  z-index: 8;
  pointer-events: none;
}
.obligation-quote-form
  .item.is-runner-item
  .is-runner
  input[type='checkbox']:checked {
  background-color: #d1af77;
}
.obligation-quote-form .item.submit-item input {
  color: #000;
  font-size: 16px;
  line-height: normal;
  width: 223px;
  padding: 20px 25px;
  background: #d1af77;
  height: auto;
  text-transform: capitalize;
}
.obligation-quote-form .item.submit-item {
  width: 100%;
}
/* +============= Obligation Quote Popup Form ============== */

a.enable-popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
a.enable-popup-video svg {
  width: 80px;
  height: auto;
}
.video-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: auto;
  display: flex;
}
.video-popup-wrapper.activated {
  opacity: 1;
  visibility: visible;
}
.video-popup-wrapper .inner {
  background: #fff;
  box-shadow: -4px 4px 25px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 900px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
}
.video-popup-wrapper .inner iframe {
  width: 100%;
  height: 50vh;
}
.disable-popup-video {
  position: absolute;
  right: 60px;
  top: 60px;
  z-index: 999;
  cursor: pointer;
}
.disable-popup-video path {
  stroke: #fff;
}
.disable-popup-video g {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  body .mobile-image {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  body .mobile-menu-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 1630px) {
  section.about-service-hero .content-wrap {
    padding-left: 70px;
  }
  .left-social-wrapper {
    left: 10px;
  }
  .right-review-wrapper {
    right: 20px;
  }
}
@media screen and (max-width: 1279px) {
  section.the-trailers-section .container .left {
    padding-top: 180px;
  }
  /* Hero Section */
  section.home-hero-section .top-wrapper .headline {
    font-size: 44px;
    max-width: 720px;
  }
  section.home-hero-section .top-wrapper .sub-headline {
    font-size: 24px;
  }
  section.home-hero-section {
    padding: 200px 0 45px 0;
  }
  section.home-hero-section .bottom-wrapper .item .count {
    font-size: 40px;
  }
  section.home-hero-section .bottom-wrapper .item .title {
    font-size: 22px;
  }
  section.home-hero-section .bottom-wrapper .item .description {
    font-size: 15px;
  }
  section.home-hero-section .top-wrapper {
    padding-bottom: 150px;
  }
  section.home-hero-section .bottom-wrapper {
    margin: 0;
  }
  section.home-hero-section .bg-image img {
    object-position: center 75%;
  }
  /* Hero Section */
  /* +============= Header ============== */
  header#masthead .wrapper .button-wrapper .desk-btn a.tel span {
    display: none;
  }
  header#masthead .wrapper .site-branding {
    width: 175px;
  }
  header#masthead .wrapper .button-wrapper .desk-btn a.button {
    padding: 10px 16px;
    margin-bottom: 0;
  }
  header#masthead .wrapper nav#site-navigation ul.menu {
    gap: 40px;
  }
  /* +============= Header ============== */

  /* +============= Footer ============== */
  footer#colophon .footer-cta-section {
    padding: 100px 0;
  }
  footer#colophon .footer-middle > .container {
    padding: 100px 20px;
  }
  /* +============= Footer ============== */

  /* +============= Testimonials Section ============== */
  section.testimonials-section {
    padding: 120px 0;
  }
  section.testimonials-section .container .left {
    width: 55%;
    padding-right: 110px;
  }
  section.testimonials-section .container .left .testimonial-item svg {
    width: 50px;
  }
  section.testimonials-section .container .left .testimonial-item .contents {
    font-size: 16px;
  }
  section.testimonials-section .container .left .testimonial-item .profile {
    gap: 20px;
  }
  section.testimonials-section
    .container
    .left
    .testimonial-item
    .profile
    .thumbnail {
    width: 70px;
    height: 70px;
  }
  section.testimonials-section .container .right {
    width: 45%;
  }
  section.testimonials-section .container .right .headline {
    font-size: 40px;
  }
  /* +============= Testimonials Section ============== */

  /* +============= Case Studies Showcase Section ============== */
  section.blog-case-studies-section {
    padding: 90px 0;
  }
  section.blog-case-studies-section .head .headline {
    font-size: 40px;
  }
  section.blog-case-studies-section
    .posts-wrapper
    .posts-item
    .contents
    .title
    a {
    font-size: 25px;
  }
  section.blog-case-studies-section .posts-wrapper .posts-item {
    padding: 20px 10px;
    width: calc(33.33% - 20px);
    margin: 10px;
  }
  section.blog-case-studies-section .posts-wrapper .posts-item .contents {
    padding: 0 10px;
  }
  section.blog-case-studies-section .posts-wrapper {
    margin: 0 -10px;
  }
  /* +============= Case Studies Showcase Section ============== */

  /* +============= FAQs Section ============== */
  section.home-faqs-section {
    padding: 100px 0;
  }
  section.home-faqs-section .container .left .headline {
    font-size: 40px;
  }
  section.home-faqs-section .container .left .sub-headline {
    font-size: 14px;
    padding-bottom: 8px;
  }
  section.home-faqs-section .container .right .faq-item .faq-title {
    font-size: 22px;
  }
  /* +============= FAQs Section ============== */

  /* +============= Our Services Section ============== */
  section.home-our-services-section .left .sub-headline {
    font-size: 14px;
  }
  section.home-our-services-section .left .headline {
    font-size: 38px;
    padding: 6px 0 18px 0;
  }
  section.home-our-services-section .our-services {
    padding: 40px 15px;
  }
  section.home-our-services-section .our-services .service .description {
    font-size: 14px;
  }
  section.home-our-services-section .our-services .service .title {
    font-size: 20px;
  }
  section.home-our-services-section {
    padding: 100px 0;
  }
  section.home-our-services-section .left {
    padding-right: 50px;
  }
  /* +============= Our Services Section ============== */

  /* +============= About Us Section ============== */
  section.home-about-us {
    padding: 100px 0 100px;
  }
  section.home-about-us .container .left .left-lists {
    margin-right: -50px;
    padding: 15px 10px;
    gap: 25px;
  }
  section.home-about-us .container .left .left-lists .item .icon {
    width: 30px;
  }
  section.home-about-us .container .left .left-lists .item .content {
    padding-top: 2px;
  }
  section.home-about-us .container .right .headline {
    font-size: 40px;
  }
  section.home-about-us .container .right .sub-headline {
    font-size: 14px;
  }
  /* +============= About Us Section ============== */

  /* +============= Company Section ============== */
  section.company-section .company-items .company-item .title {
    font-size: 30px;
  }
  section.company-section .company-items .company-item .description {
    font-size: 22px;
    margin: 0 0 30px;
  }
  /* +============= Company Section ============== */

  /*about page sub-headline/headline  */

  section.our-values-section .head .sub-headline {
    font-size: 14px;
  }
  section.about-us-section .container .right .sub-headline {
    font-size: 14px;
  }
  section.about-us-section .container .right .headline {
    font-size: 52px;
  }
  section.our-values-section .head .headline {
    font-size: 52px;
  }
  section.our-values-section {
    padding-top: 50px;
  }
  section.the-trailers-section .container .right {
    padding-left: 20px;
  }
  section.the-trailers-section .container .right .headline {
    font-size: 36px;
  }
  section.cs-hero-section {
    padding: 240px 0 200px;
  }
  .page-template-template-case-studies .left-social-wrapper,
  .page-template-template-blog .left-social-wrapper,
  .page-template-template-case-studies .right-review-wrapper,
  .page-template-template-blog .right-review-wrapper {
    min-height: 840px;
  }
  section.cs-contents-section {
    padding: 70px 0;
  }
  section.case-studies-showcase-section .case-studies-wrapper {
    gap: 30px;
  }
  section.case-studies-showcase-section
    .case-studies-wrapper
    .posts-item
    .upper-info
    .title {
    font-size: 30px;
  }
  section.cs-single-hero-section .sub-headline {
    font-size: 24px;
  }
  section.cs-single-hero-section .headline {
    font-size: 48px;
  }

  section.cs-single-image-box-section .image-with-box .container {
    margin-bottom: 90px;
  }
  section.cs-single-image-box-section .image-with-box .container .box {
    padding: 45px 35px;
  }
  section.cs-single-image-box-section
    .image-with-box
    .container
    .box
    .inner
    .sub-headline {
    font-size: 14px;
  }
  section.cs-single-image-box-section
    .image-with-box
    .container
    .box
    .inner
    .headline {
    font-size: 32px;
  }
  section.cs-single-image-box-section
    .image-with-box
    .container
    .box
    .inner
    .contents {
    font-size: 15px;
  }
  section.CTA-section .headline {
    font-size: 25px;
    width: calc(60% - 130px);
  }
  section.CTA-section .right {
    width: 40%;
  }
  section.CTA-section .right h4 {
    font-size: 20px;
  }

  .contact-map-section .acf-map {
    height: 600px;
  }

  section.about-service-hero.single-post-hero .content-wrap h1 {
    font-size: 42px;
    max-width: 700px;
  }
  section.about-service-hero .content-wrap p.sub-heading {
    font-size: 24px;
  }
  .single-post-content-wrapper {
    padding: 90px 0;
  }
  .single-post-content-wrapper .title-meta h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1179px) {
  /* +============= Our Benefits Section ============== */
  section.the-process-section .right .process-items {
    gap: 35px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.the-process-section .left {
    width: 35%;
  }
  section.the-process-section .left .headline {
    font-size: 40px;
  }
  section.the-process-section .right {
    width: calc(65% - 69px);
  }
  section.the-process-section {
    padding: 90px 0;
  }
  /* +============= Our Benefits Section ============== */
  /*about page headline  */
  section.about-us-section .container .right .headline {
    font-size: 44px;
  }
  section.our-values-section .head .headline {
    font-size: 44px;
  }
}
@media screen and (max-width: 1023px) {
  section.home-our-services-section .our-services::before {
    display: none;
  }
  /* Hero Section */
  section.home-hero-section .top-wrapper .sub-headline {
    font-size: 20px;
  }
  section.home-hero-section .top-wrapper .headline {
    font-size: 35px;
    max-width: 650px;
  }
  section.home-hero-section .top-wrapper .contents {
    font-size: 15px;
    max-width: 610px;
  }
  section.home-hero-section .top-wrapper {
    padding-bottom: 120px;
  }
  section.home-hero-section {
    padding: 170px 0 45px 0;
  }
  section.home-hero-section .bottom-wrapper .item .count {
    font-size: 32px;
  }
  section.home-hero-section .bottom-wrapper .item .title {
    font-size: 18px;
  }
  section.home-hero-section .bottom-wrapper .item .description {
    font-size: 14px;
  }
  section.home-hero-section .bottom-wrapper .item {
    padding: 0 10px;
  }
  section.home-hero-section .bottom-wrapper {
    padding: 0 12px;
  }
  .page-template-template-home .left-social-wrapper,
  .page-template-template-home .right-review-wrapper {
    min-height: 800px;
  }
  /* Hero Section */
  /* +============= Header ============== */
  header#masthead .wrapper nav#site-navigation {
    display: none;
  }
  header#masthead .wrapper .site-branding {
    width: 140px;
  }
  header#masthead.fixed .wrapper .site-branding img {
    max-width: 100px;
  }
  header#masthead .wrapper .button-wrapper button.menu-trigger {
    display: block;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border: none;
    margin-left: 20px;
    position: relative;
  }
  header#masthead .wrapper .button-wrapper button.menu-trigger span {
    width: 35px;
    display: inline-block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 5px;
    top: 46%;
    transition: all 0.3s ease-in;
  }
  header#masthead
    .wrapper
    .button-wrapper
    button.menu-trigger
    span:nth-child(2) {
    width: 30px;
    left: 10px;
  }
  header#masthead
    .wrapper
    .button-wrapper
    button.menu-trigger
    span:first-child {
    top: 20%;
  }
  header#masthead .wrapper .button-wrapper button.menu-trigger span:last-child {
    top: 73%;
  }
  header#masthead
    .wrapper
    .button-wrapper
    button.menu-trigger.active
    span:first-child {
    transform: rotate(45deg);
    top: 45%;
  }
  header#masthead
    .wrapper
    .button-wrapper
    button.menu-trigger.active
    span:last-child {
    transform: rotate(-45deg);
    top: 47%;
  }
  header#masthead
    .wrapper
    .button-wrapper
    button.menu-trigger.active
    span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-wrapper {
    height: calc(100vh - 140px);
    overflow: auto;
    padding: 20px;
  }
  header#masthead.mobile-nav-activated {
    background-color: #101010;
  }
  header#masthead.mobile-nav-activated.fixed .mobile-menu-wrapper {
    height: calc(100vh - 90px);
  }
  .mobile-menu-wrapper::-webkit-scrollbar {
    display: none;
  }
  .mobile-menu-wrapper ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu-wrapper ul.menu li {
    position: relative;
    padding-bottom: 10px;
  }
  .mobile-menu-wrapper ul.menu li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 4px 0;
    display: inline-block;
  }
  .mobile-menu-wrapper ul.menu li ul.sub-menu {
    margin: 0;
    list-style: none;
    padding-left: 20px;
    padding-top: 10px;
    display: none;
  }
  .mobile-menu-wrapper ul.menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 30px;
  }
  .mobile-menu-wrapper ul.menu li.menu-item-has-children > a::before {
    position: absolute;
    content: '';
    height: 6px;
    width: 10px;
    background-image: url(/wp-content/uploads/2023/09/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* +============= Header ============== */

  /* +============= Footer ============== */
  footer#colophon .footer-cta-section {
    padding: 70px 0;
  }
  footer#colophon .footer-cta-section .headline {
    font-size: 35px;
  }
  footer#colophon .footer-cta-section .contents {
    padding: 14px 0 30px 0;
  }
  footer#colophon .footer-middle > .container {
    padding: 70px 20px;
  }
  footer#colophon .footer-middle > .container .logo {
    width: 100%;
    text-align: center;
  }
  footer#colophon .footer-middle > .container .menu-wrap {
    width: 100%;
  }
  footer#colophon .footer-middle .menu-wrap ul.menu {
    justify-content: center;
    column-gap: 35px;
  }
  footer#colophon .footer-middle .social-icons {
    width: 100%;
    justify-content: center;
  }
  footer#colophon .footer-middle .footer-bottom {
    padding: 20px 0;
  }
  /* +============= Footer ============== */
  .button {
    padding: 10px 22px;
  }
  /* +============= Testimonials Section ============== */
  section.testimonials-section {
    padding: 90px 0;
  }
  section.testimonials-section .container {
    flex-flow: column-reverse;
  }
  section.testimonials-section .container .left {
    width: 100%;
    padding: 0 20px;
  }
  section.testimonials-section .container .right {
    width: 100%;
    padding-bottom: 50px;
  }
  section.testimonials-section .container .left .owl-nav button.owl-prev {
    left: -30px;
  }
  section.testimonials-section .container .left .owl-nav button.owl-next {
    right: -30px;
  }
  section.testimonials-section .container .right .headline {
    font-size: 35px;
    max-width: 340px;
    padding: 15px 0;
  }
  /* +============= Testimonials Section ============== */

  /* +============= Case Studies Showcase Section ============== */
  section.blog-case-studies-section .posts-wrapper .posts-item {
    width: calc(50% - 20px);
  }
  /* section.blog-case-studies-section .posts-wrapper .posts-item:last-child {
    display: block;
  } */
  section.blog-case-studies-section {
    padding: 70px 0;
  }
  section.blog-case-studies-section .head .headline {
    font-size: 35px;
  }
  section.blog-case-studies-section .head .sub-headline {
    font-size: 14px;
  }
  section.blog-case-studies-section .head {
    margin-bottom: 30px;
  }
  section.blog-case-studies-section
    .posts-wrapper
    .posts-item
    .contents
    .title
    a {
    font-size: 22px;
  }
  /* +============= Case Studies Showcase Section ============== */

  /* +============= FAQs Section ============== */
  section.home-faqs-section {
    padding: 70px 0;
  }
  section.home-faqs-section .container .left {
    width: 100%;
    padding: 0 0 45px;
  }
  section.home-faqs-section .container .right {
    width: 100%;
  }
  section.home-faqs-section .container .left .headline {
    font-size: 35px;
  }
  /* +============= FAQs Section ============== */

  /* +============= Our Benefits Section ============== */
  section.the-process-section .left .headline {
    font-size: 35px;
  }
  section.the-process-section .left .sub-headline {
    font-size: 14px;
  }
  section.the-process-section {
    padding: 70px 0;
  }
  section.the-process-section .left {
    width: 100%;
  }
  section.the-process-section .right {
    width: 100%;
  }
  section.the-process-section .container {
    gap: 50px;
  }
  section.the-process-section .right .process-items {
    gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  section.the-process-section .right .process-items .process-item .count {
    font-size: 45px;
  }
  section.the-process-section .right .process-items .process-item .title {
    font-size: 20px;
  }
  /* +============= Our Benefits Section ============== */

  /* +============= Our Services Section ============== */
  section.home-our-services-section .left {
    width: 100%;
    padding: 0 0 40px;
  }
  section.home-our-services-section .our-services {
    width: 100%;
  }
  section.home-our-services-section .our-services .service {
    margin: auto;
  }
  section.home-our-services-section {
    padding: 70px 0;
  }
  section.home-our-services-section .left .headline {
    font-size: 30px;
  }
  /* +============= Our Services Section ============== */

  /* +============= About Us Section ============== */
  section.home-about-us {
    padding: 70px 0;
  }
  section.home-about-us .container {
    flex-flow: column-reverse;
  }
  section.home-about-us .container .left {
    width: 100%;
  }
  section.home-about-us .container .right {
    width: 100%;
    padding-bottom: 40px;
  }
  section.home-about-us .container .right .headline {
    font-size: 35px;
  }
  section.home-about-us .container .right .sub-headline {
    padding-bottom: 10px;
  }
  section.home-about-us .container .right .contents {
    padding: 16px 0 30px;
  }
  section.home-about-us .container .left .image {
    width: calc(60% + 50px);
  }
  /* +============= About Us Section ============== */

  /* +============= Company Section ============== */
  section.company-section {
    padding: 70px 0;
  }
  section.company-section .company-items .company-item img {
    width: 45px;
  }
  section.company-section .company-items .company-item:first-child img {
    width: 35px;
  }
  section.company-section .company-items .company-item .title {
    font-size: 24px;
  }
  section.company-section .company-items .company-item .description {
    font-size: 18px;
  }
  section.company-section .company-items .company-item::after {
    width: 150px;
  }
  /* +============= Company Section ============== */

  .left-social-wrapper .line {
    height: 90px;
  }
  .left-social-wrapper .social-icons {
    margin: 15px 0;
  }
  .right-review-wrapper a p {
    font-size: 14px;
    right: 75px;
  }
  .right-review-wrapper a {
    height: 312px;
  }
  /* +============= About Service Hero Section ============== */
  .page-template-template-about .left-social-wrapper,
  .page-template-template-services .left-social-wrapper,
  .page-template-template-about .right-review-wrapper,
  .page-template-template-services .right-review-wrapper {
    min-height: 759px;
  }
  section.about-service-hero {
    padding: 190px 0 140px;
  }
  section.about-service-hero .content-wrap p.sub-heading {
    font-size: 22px;
  }
  section.about-service-hero .content-wrap .heading {
    font-size: 48px;
  }
  /* +============= About Service Hero Section ============== */
  /*about page section-2  */
  section.about-us-section {
    padding: 90px 0 60px;
  }
  section.about-us-section .container {
    gap: 40px;
  }
  section.about-us-section .container .left {
    width: 100%;
  }
  section.about-us-section .container .right {
    width: 100%;
  }
  section.about-us-section .container .right .headline {
    font-size: 40px;
  }

  /*about page section-3 values section  */
  section.our-values-section {
    padding: 93px 0;
  }
  section.our-values-section .head .headline {
    font-size: 40px;
    margin: 1rem 0;
  }
  section.our-values-section .our-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* ! about page end */
  /* ? service case-studies */
  section.cs-hero-section .sub-heading {
    font-size: 26px;
    margin-bottom: 0.5rem;
  }
  section.cs-hero-section .heading {
    font-size: 48px;
  }
  section.case-studies-showcase-section
    .case-studies-wrapper
    .posts-item
    .upper-info
    .title {
    font-size: 26px;
  }

  /* 	contact page */
  section.contact-info-section .container {
    gap: 50px;
  }
  section.contact-info-section .container .left,
  section.contact-info-section .container .right {
    width: 100%;
  }
  section.contact-hero-section .container p.sub-heading {
    font-size: 24px;
  }
  section.contact-hero-section .container .heading {
    font-size: 48px;
  }
  section.contact-info-section {
    padding: 80px 0;
  }
  section.contact-info-section .container .left .item .title {
    font-size: 22px;
  }
  section.contact-info-section .container .left .item .phone {
    font-size: 18px;
  }
  section.contact-info-section .container .right .headline {
    font-size: 35px;
  }

  section.the-trailers-section .container .left,
  section.the-trailers-section .container .right {
    width: 100%;
    padding: 0;
  }
  section.the-trailers-section .container .left {
    padding-top: 160px;
  }
  section.the-trailers-section .container,
  section.the-trailers-section.reversed-column .container {
    flex-flow: column-reverse;
  }
  section.the-trailers-section.reversed-column .container .right {
    padding-right: 0;
  }
  .page-template-template-case-studies .left-social-wrapper,
  .page-template-template-blog .left-social-wrapper,
  .page-template-template-case-studies .right-review-wrapper,
  .page-template-template-blog .right-review-wrapper {
    min-height: 760px;
  }
  section.case-studies-showcase-section .case-studies-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.case-studies-showcase-section .blog-pagination {
    grid-column: span 2;
    padding-top: 40px;
  }

  .single-case-studies .left-social-wrapper,
  .single-case-studies .right-review-wrapper {
    min-height: 750px;
  }
  section.cs-single-hero-section .headline {
    font-size: 36px;
  }
  section.cs-single-hero-section {
    padding: 200px 0 170px;
  }

  section.cs-single-image-box-section .image-with-box .container .image {
    width: 100%;
  }
  section.cs-single-image-box-section .image-with-box .container .box {
    width: 90%;
    margin: 0 0 -100px;
  }
  section.cs-single-image-box-section .image-with-box .container {
    flex-flow: column-reverse;
    margin-bottom: 70px;
  }
  section.cs-single-image-box-section
    .image-with-box
    .container:nth-child(even)
    .image {
    order: 1;
  }
  section.cs-single-image-box-section
    .image-with-box
    .container:nth-child(even)
    .box {
    margin-right: 0;
  }
  section.cs-single-image-box-section {
    padding: 90px 0;
  }

  section.CTA-section .container {
    flex-wrap: wrap;
    gap: 0;
  }
  section.CTA-section .headline {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  section.CTA-section .right {
    width: 100%;
    text-align: center;
  }

  .page-template-template-contact .left-social-wrapper,
  .page-template-template-contact .right-review-wrapper {
    min-height: 660px;
  }
  section.contact-hero-section {
    padding: 200px 0 77px;
  }
  section.contact-hero-section .container .arrow svg {
    height: 90px;
  }

  .contact-map-section .acf-map {
    height: 500px;
  }

  .single-post .left-social-wrapper,
  .single-post .right-review-wrapper {
    min-height: 680px;
  }
  section.about-service-hero .content-wrap p.sub-heading {
    font-size: 20px;
  }
  section.about-service-hero.single-post-hero .content-wrap h1 {
    font-size: 32px;
    max-width: 600px;
  }
  section.about-service-hero.single-post-hero {
    padding-top: 220px;
  }
  .single-post-content-wrapper .title-meta h2 {
    font-size: 30px;
  }
  .single-post-content-wrapper {
    padding: 70px 0;
  }
  .single-post-content-wrapper .content-wrapper h3 {
    font-size: 30px;
  }
  /* Obligation Popup */
  .obligation-quote-popup-wrapper .inner h2 {
    font-size: 34px;
  }
  .obligation-quote-popup-wrapper .inner .disable-popup-form {
    width: 30px;
    height: 30px;
    top: 25px;
    right: 25px;
  }
  .obligation-quote-popup-wrapper .inner .disable-popup-form svg {
    width: 100%;
    height: 100%;
  }
  .obligation-quote-form {
    margin: 0 -15px;
  }
  .obligation-quote-form .item {
    padding: 0 15px;
  }
  .obligation-quote-form .item.submit-item input {
    padding: 16px 16px;
    width: 200px;
  }
  .obligation-quote-form .item.is-runner-item .is-runner label {
    height: 35px;
    width: 60px;
  }
  /* Obligation Popup */
  .disable-popup-video {
    right: 20px;
    top: 20px;
  }
  .disable-popup-video svg {
    width: 25px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  body .mobile-image {
    display: flex !important;
  }
  body .has-mobile-image {
    display: none !important;
  }
  body .mobile-image img {
    object-fit: cover !important;
  }
  /* Hero Section */
  section.home-hero-section .bottom-wrapper .item {
    width: 50%;
    padding-bottom: 15px;
  }
  section.home-hero-section .bottom-wrapper {
    padding: 0;
  }
  section.home-hero-section .bg-image img {
    object-position: center 50%;
  }
  section.home-hero-section {
    padding: 150px 0 35px 0;
  }
  section.home-hero-section .top-wrapper .sub-headline {
    font-size: 18px;
  }
  section.home-hero-section .top-wrapper .headline {
    font-size: 30px;
  }
  /* Hero Section */
  .left-social-wrapper,
  .right-review-wrapper {
    display: none;
  }
  /* +============= Header ============== */
  header#masthead .wrapper .site-branding img {
    max-width: 100px;
  }
  header#masthead .wrapper .site-branding {
    width: 120px;
  }
  .mobile-menu-wrapper {
    height: calc(100vh - 110px);
  }
  /* +============= Header ============== */

  /* +============= Footer ============== */
  footer#colophon .footer-cta-section {
    padding: 50px 0;
  }
  footer#colophon .footer-cta-section .headline {
    font-size: 27px;
  }
  footer#colophon .footer-middle > .container {
    padding: 50px 20px;
  }
  footer#colophon .footer-middle .footer-bottom .container {
    gap: 8px;
  }
  footer#colophon .footer-middle .footer-bottom .copy-right {
    width: 100%;
    text-align: center;
  }
  footer#colophon .footer-middle .footer-bottom a.site-by {
    width: 100%;
    justify-content: center;
  }
  /* +============= Footer ============== */

  /* +============= Testimonials Section ============== */
  section.testimonials-section .container .right .headline {
    font-size: 28px;
    max-width: 280px;
  }
  section.testimonials-section .container .right .contents {
    font-size: 14px;
    margin-bottom: 30px;
  }
  section.testimonials-section {
    padding: 60px 0;
  }
  section.testimonials-section .container .left .testimonial-item .contents {
    font-size: 14px;
  }
  /* +============= Testimonials Section ============== */

  /* +============= Case Studies Showcase Section ============== */
  section.blog-case-studies-section .posts-wrapper .posts-item {
    width: calc(100% - 20px);
  }
  /* section.blog-case-studies-section .posts-wrapper .posts-item:last-child {
    display: none;
  } */
  section.blog-case-studies-section .head .headline {
    font-size: 28px;
    max-width: 310px;
  }
  section.blog-case-studies-section .head .contents {
    font-size: 14px;
  }
  section.blog-case-studies-section .head {
    margin-bottom: 20px;
  }
  section.blog-case-studies-section {
    padding: 50px 0;
  }
  /* +============= Case Studies Showcase Section ============== */

  /* +============= FAQs Section ============== */
  section.home-faqs-section .container .left .headline {
    font-size: 28px;
  }
  section.home-faqs-section .container .left .contents {
    font-size: 14px;
  }
  section.home-faqs-section .container .right .faq-item .faq-title {
    font-size: 20px;
  }
  section.home-faqs-section .container .right .faq-item .faq-content {
    font-size: 14px;
  }
  section.home-faqs-section {
    padding: 50px 0;
  }
  /* +============= FAQs Section ============== */

  /* +============= Our Benefits Section ============== */
  section.the-process-section .right .process-items {
    gap: 25px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.the-process-section .container {
    gap: 35px;
  }
  section.the-process-section .left .contents p {
    font-size: 14px;
  }
  section.the-process-section .left .headline {
    font-size: 28px;
  }
  section.the-process-section {
    padding: 50px 0;
  }
  /* +============= Our Benefits Section ============== */

  /* +============= Our Services Section ============== */
  section.home-our-services-section {
    padding: 50px 0;
  }
  section.home-our-services-section .left .headline {
    font-size: 24px;
  }
  section.home-our-services-section .left .contents {
    font-size: 14px;
  }
  /* +============= Our Services Section ============== */

  /* +============= About Us Section ============== */
  section.home-about-us .container .left .left-lists {
    width: 50%;
  }
  section.home-about-us .container .left .left-lists .item .icon {
    width: 25px;
  }
  section.home-about-us
    .container
    .left
    .left-lists
    .item
    .content
    .description {
    font-size: 13px;
  }
  section.home-about-us .container .left .left-lists .item .content {
    padding: 0;
  }
  section.home-about-us .container .left .left-lists .item .content .title {
    font-size: 18px;
  }
  section.home-about-us .container .right .headline {
    font-size: 28px;
  }
  section.home-about-us .container .right .contents {
    font-size: 14px;
  }
  /* +============= About Us Section ============== */

  /* +============= Company Section ============== */
  section.company-section .company-items .company-item {
    width: 100%;
  }
  section.company-section .company-items .company-item .description {
    margin: 0 0 15px;
  }
  section.company-section {
    padding: 50px 0;
  }
  section.company-section .company-items .company-item .title {
    margin: 10px 0 10px;
  }
  section.company-section .company-items .company-item::after {
    height: 2px;
  }
  section.company-section .company-items {
    gap: 40px;
  }
  /* +============= Company Section ============== */
  /*banner  */

  /* section.about-service-hero .content-wrap {
    width: 100%;
  }
  section.about-service-hero .image-wrap {
    width: 100%;
  } */
  section.about-service-hero .image-wrap img {
    width: 80%;
  }
  section.about-service-hero .content-wrap {
    padding: 0;
  }
  section.about-service-hero .content-wrap p.sub-heading {
    font-size: 20px;
  }
  section.about-service-hero .content-wrap .heading {
    font-size: 44px;
  }
  /*about page section-2  */
  section.about-us-section .container .right .headline {
    font-size: 36px;
  }

  /*about page section-3 values section  */
  section.our-values-section {
    padding: 80px 0;
  }
  section.our-values-section .head .headline {
    font-size: 36px;
  }
  section.our-values-section .our-values .value .title {
    font-size: 24px;
  }

  /* service case-studies page */
  section.cs-hero-section .sub-heading {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
  section.cs-hero-section .heading {
    font-size: 35px;
    margin-bottom: 0.5rem;
  }
  section.case-studies-showcase-section
    .case-studies-wrapper
    .posts-item
    .upper-info
    .title {
    font-size: 24px;
  }

  /* contact page */
  section.contact-hero-section {
    padding: 170px 0 40px;
  }
  section.contact-hero-section .container p.sub-heading {
    font-size: 20px;
  }
  section.contact-hero-section .container .heading {
    font-size: 40px;
    margin-bottom: 20px;
  }
  section.contact-info-section {
    padding: 50px 0;
  }
  section.contact-info-section .container .left .item {
    margin-bottom: 24px;
  }
  section.contact-info-section .container .left .item .title {
    font-size: 20px;
  }
  section.contact-info-section .container .left .item .phone {
    font-size: 16px;
  }
  section.contact-info-section .container .left .item .description {
    font-size: 14px;
  }
  section.contact-info-section .container .right .headline {
    font-size: 27px;
    margin-bottom: 20px;
  }
  section.contact-info-section .container .right .sub-headline {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section.the-trailers-section .container .right .headline {
    font-size: 25px;
  }
  section.the-trailers-section .container .right .sub-headline {
    font-size: 14px;
  }
  section.cs-hero-section {
    padding: 150px 0 100px;
  }
  section.case-studies-showcase-section {
    padding: 70px 0;
  }
  section.cs-contents-section {
    padding: 50px 0;
  }

  section.cs-single-hero-section .headline {
    font-size: 30px;
  }
  section.cs-single-hero-section .sub-headline {
    font-size: 20px;
  }
  section.cs-single-hero-section {
    padding: 170px 0 140px;
  }
  section.cs-single-image-box-section {
    padding: 70px 0;
  }
  section.cs-single-image-box-section .image-with-box .container {
    margin-bottom: 50px;
  }
  section.cs-single-image-box-section
    .image-with-box
    .container
    .box
    .inner
    .sub-headline {
    font-size: 12px;
  }
  section.cs-single-image-box-section
    .image-with-box
    .container
    .box
    .inner
    .headline {
    font-size: 25px;
  }
  section.cs-single-image-box-section
    .image-with-box
    .container
    .box
    .inner
    .contents {
    font-size: 14px;
  }
  section.cs-single-image-box-section .image-with-box .container .box {
    padding: 30px 25px;
    margin-bottom: -50px;
  }
  section.CTA-section .headline {
    font-size: 20px;
  }
  section.CTA-section .right h4 {
    font-size: 16px;
  }

  .contact-map-section .acf-map {
    height: 400px;
  }

  section.about-service-hero.single-post-hero {
    padding: 170px 0 120px;
  }
  .single-post-content-wrapper {
    padding: 40px 0;
  }
  .single-post-content-wrapper .title-meta h2 {
    font-size: 22px;
  }
  .single-post-content-wrapper .title-meta .date {
    column-gap: 30px;
  }

  .obligation-quote-popup-wrapper .inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  section.the-trailers-section .container .left img.logo {
    max-width: 170px;
  }
  section.the-trailers-section .container .left {
    padding-top: 120px;
  }
  footer#colophon .footer-middle,
  section.our-values-section .bg-image,
  section.company-section,
  section.cs-single-image-box-section,
  section.contact-hero-section,
  section.the-trailers-section {
    background-attachment: initial;
  }
  /* Hero Section */
  section.home-hero-section .bottom-wrapper .item .count {
    font-size: 28px;
  }
  section.home-hero-section .bottom-wrapper .item .title {
    font-size: 16px;
  }
  section.home-hero-section .bottom-wrapper .item {
    padding: 0 5px 10px;
  }
  section.home-hero-section .bg-image img {
    object-position: center 59%;
  }
  /* Hero Section */
  /* service case-studies page */
  section.case-studies-showcase-section .case-studies-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.case-studies-showcase-section .blog-pagination {
    grid-column: span 1;
  }
  /* 	contact page */
  section.contact-info-section .contact-form-code .form-wrapper {
    gap: 20px;
  }
  section.contact-info-section .contact-form-code .form-wrapper .item {
    width: 100%;
  }

  .obligation-quote-form .item {
    width: 100%;
  }
  .obligation-quote-form .item input,
  .obligation-quote-form .item textarea {
    height: 30px;
  }
  .obligation-quote-form .item textarea {
    height: 70px;
  }
  .obligation-quote-form .item.submit-item input {
    padding: 14px 14px;
    width: 170px;
  }
}
@media screen and (max-width: 479px) {
  /* +============= Header ============== */
  header#masthead .wrapper .button-wrapper .desk-btn a.button {
    display: none;
  }
  header#masthead .wrapper .button-wrapper button.menu-trigger {
    margin-left: 15px;
  }
  /* +============= Header ============== */
  .button {
    padding: 8px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  /* +============= Our Benefits Section ============== */
  section.the-process-section .right .process-items {
    gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.the-process-section .right .process-items .process-item {
    max-width: 100%;
  }
  /* +============= Our Benefits Section ============== */

  /* +============= Our Services Section ============== */
  section.home-our-services-section .our-services .service {
    width: 100%;
    max-width: 100%;
  }
  section.home-our-services-section .our-services::before {
    display: none;
  }
  section.home-our-services-section .our-services {
    padding: 30px 15px;
    gap: 30px;
  }
  /* +============= Our Services Section ============== */

  /* +============= About Us Section ============== */
  section.home-about-us .container .left {
    flex-flow: column-reverse;
  }
  section.home-about-us .container .left .left-lists {
    width: 90% !important;
    margin: 0 !important;
  }
  section.home-about-us .container .left .image {
    width: 100%;
    margin-bottom: -100px;
  }
  section.home-about-us {
    padding: 50px 0;
  }
  section.hero-section.about-service-hero {
    padding: 150px 0 100px;
  }
  section.about-service-hero .content-wrap p.sub-heading {
    font-size: 16px;
  }
  section.about-service-hero .content-wrap .heading {
    font-size: 36px;
  }
  section.about-service-hero .content-wrap .contents {
    font-size: 14px;
  }
  section.about-us-section .container .left {
    width: 100%;
  }
  section.about-us-section .container .right .headline {
    font-size: 30px;
  }
  section.about-us-section .container .right .contents p {
    font-size: 14px;
  }
  section.our-values-section {
    padding: 50px 0;
  }
  section.our-values-section .head .headline {
    font-size: 30px;
  }
  section.our-values-section .head .contents p {
    font-size: 14px !important;
  }
  section.our-values-section .our-values {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.our-values-section .our-values .value .description {
    font-size: 14px;
  }
  /* service > case studies */

  section.cs-hero-section .sub-heading {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  section.cs-hero-section .heading {
    font-size: 30px;
  }
  section.cs-hero-section .contents p,
  section.cs-contents-section .contents {
    font-size: 14px;
  }
  section.case-studies-showcase-section
    .case-studies-wrapper
    .posts-item
    .upper-info
    .title {
    font-size: 22px;
  }
  section.case-studies-showcase-section
    .case-studies-wrapper
    .posts-item
    .upper-info
    .show-more {
    font-size: 14px;
  }
  /* contact page */
  section.contact-hero-section .container .heading {
    font-size: 35px;
  }

  section.home-our-services-section .our-services .service {
    width: 100% !important;
  }
}
