/*!
Theme Name: Linear Web - Grand Cleaning Services
Theme URI: http://underscores.me/
Author: Linear Web Solutions
Author URI: https://linearwebsolutions.com.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linearweb_deluxepowdercoating
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.

Linear Web - Grand Cleaning Services 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/* 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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

/* ----- WP Scss File ------- */
body {
  background-color: #e4e4e4;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Sarabun", sans-serif;
  color: inherit;
}

p {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  color: #231F20;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Sarabun", sans-serif;
  line-height: 1.5;
  color: #1a1818;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  p {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 6px 14px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 8px 20px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 25px;
}
.btn.btn-primary {
  background-color: #ecb32f;
  color: #ffffff;
  border-color: #ecb32f;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #ecb32f;
  color: #ecb32f;
}
.btn.btn-primary-ghost:hover {
  background-color: #ecb32f;
  color: #ffffff;
  border-color: #ecb32f;
}
.btn.btn-secondary {
  background-color: #b67e07;
  color: #ffffff;
  border-color: #b67e07;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #b67e07;
  color: #b67e07;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #b67e07;
  color: #b67e07;
}
.btn.btn-secondary-ghost:hover {
  background-color: #b67e07;
  color: #ffffff;
  border-color: #b67e07;
}
.btn.btn-whitey {
  background-color: #ffffff;
  color: #1a1818;
  border-color: #ffffff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #ffffff;
  color: #1a1818;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(236, 179, 47, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(236, 179, 47, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: rgba(236, 179, 47, 0.7);
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #5f5f5f;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #ecb32f;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #5f5f5f;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
  z-index: 9;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(236, 179, 47, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #d59a13;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.section-title {
  max-width: 500px;
  text-align: left;
  margin-bottom: 40px;
}
.section-title h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  color: #000000;
}
.section-title h4 span {
  font-family: "Sarabun", sans-serif;
  color: #000000;
  font-weight: 900;
}
.section-title h4.whitey {
  color: #ffffff;
}
.section-title p {
  margin: 10px 0 0;
  line-height: 1.3;
  color: #ffffff;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

.page {
  margin: 0;
}

.section {
  padding: 70px 0;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 576x) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumb-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: 1;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 24, 24, 0.5);
  z-index: -1;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #e4e4e4;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav a:hover {
  color: #ecb32f;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav span.current {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.form .form-group:nth-child(4) .icon-block {
  align-items: flex-start;
  padding-top: 15px;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 20px);
}
.form .form-group .icon-block {
  width: 40px;
  background-color: #1a1818;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .form-group .icon-block i {
  color: #ffffff;
}
.form .form-group .form-input {
  width: 100%;
  border: 1px solid #1a1818;
  padding: 10px 10px;
  color: #1a1818;
  font-size: 0.9375rem;
  background-color: transparent;
  resize: none;
  border-radius: 5px;
}
.form .form-group .form-input::placeholder {
  text-transform: capitalize;
  color: #1a1818;
}
.form .form-group .form-input:focus-visible {
  outline: none;
  box-shadow: 1px 4px 11px -6px #e4e4e4;
}
.form .form-group .form-input.message {
  height: 120px;
}
.form .form-group .form-input option {
  color: #1a1818;
}

@media screen and (max-width: 768px) {
  .form {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .form .form-group.half-width {
    flex-basis: 100%;
  }
}
header {
  position: relative;
  background: #ecb32f;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #ecb32f, #b67e07);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ecb32f);
}
header::before {
  position: absolute;
  content: "";
  background: url("images/construction-tape.png");
  background-size: contain;
  height: 8px;
  left: 0;
  bottom: 0;
  width: 100%;
}
header .top-header {
  background-color: #b67e07;
}
header .top-header .wrap {
  justify-content: flex-end;
  align-items: center;
}
header .top-header .wrap p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 20px;
}
header .top-header .wrap .btn-request {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1a1818;
  background-color: #ffffff;
  display: block;
  padding: 8px 20px;
  overflow: initial;
  position: relative;
  transition: 1s ease-in-out;
}
header .top-header .wrap .btn-request span {
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
  transition: 1s ease-in-out;
}
header .top-header .wrap .btn-request:hover {
  color: #b67e07;
  background-color: #1a1818;
}
header .top-header .wrap .btn-request:hover span {
  border-right-color: #1a1818;
}
header .navbar {
  padding: 5px 0;
}
header .navbar.navbar-expand-lg {
  justify-content: space-between;
}
header .navbar .navbar-brand {
  margin: 0;
}
header .navbar .navbar-brand figure {
  max-width: 180px;
  background-color: #1a1818;
  border-radius: 5px;
}
header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
header .navbar-collapse {
  flex-grow: initial;
  transition: 0.4s all;
}
header .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 0 15px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  overflow: initial;
  transition: 0.4s ease-out;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  background: #bfbfbf;
  width: 1px;
  height: 24px;
  top: 7px;
  right: -10px;
}
header .navbar-collapse .navbar-nav .nav-item:last-child {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-item:last-child .nav-link::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: calc(100% + 10px);
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  transition: 0.3s ease-in-out;
  color: #1a1818;
  text-transform: capitalize;
  line-height: 1.3;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #ecb32f;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #2c2a26;
}
header .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #2c2a26;
}
header .navbar-collapse .button .nav-link {
  margin: 0 0 0 10px;
  padding: 8px 18px;
  color: #ffffff;
  background-color: #b67e07;
  font-size: 14px;
  white-space: nowrap;
  border: 2px solid #b67e07;
}
header .navbar-collapse .button .nav-link i {
  transition: 0.4s ease-out;
  transition-delay: 0.1s;
  padding-right: 8px;
  font-size: 13px;
}
header .navbar-collapse .button .nav-link:hover {
  background: transparent;
  color: #b67e07;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ecb32f;
  z-index: 9;
  padding: 10px 0;
}
header.fixed-header .top-header {
  display: none;
}
header.fixed-header .navbar {
  padding: 0;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 150px;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link {
  padding: 6px 0;
  margin: 0 15px;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link::before {
  display: none;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item:last-child {
  display: block;
}
header.fixed-header .navbar-collapse .button {
  display: none;
}

@media screen and (max-width: 1199px) {
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
    font-size: 13px;
  }
  header.fixed-header .navbar-collapse .navbar-nav .nav-link {
    padding: 6px 0;
    margin: 0 8px;
    font-size: 13px;
  }
  header.fixed-header .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
    margin: 0 5px;
  }
}
@media screen and (max-width: 991px) {
  .top-header .wrap p {
    font-size: 13px;
  }
  .top-header .wrap .btn-request {
    font-size: 12px;
  }
  header .navbar-toggler {
    z-index: 999;
    border: none;
    position: relative;
  }
  header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #1a1818;
  }
  header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  header .navbar-toggler[aria-expanded=true] svg {
    fill: #1a1818;
  }
  header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  header .navbar {
    padding: 10px 0;
  }
  header .navbar .navbar-toggler {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
  }
  header .navbar .navbar-nav {
    justify-content: center;
    text-align: center;
  }
  header .navbar .navbar-nav .nav-link::before {
    display: none;
  }
  header .navbar .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    padding: 0;
    margin-inline: auto;
  }
  header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
  }
  header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
  header .navbar .button {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header .navbar .navbar-brand {
    width: 150px;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  header .top-header {
    display: none;
  }
  header .navbar-collapse .navbar-nav .nav-item:last-child {
    display: block;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: relative;
    opacity: 1;
    pointer-events: all;
    height: 100%;
    background-color: #b67e07;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
    color: #ffffff;
  }
}
@media screen and (max-width: 420px) {
  .top-header .wrap .btn-request {
    display: none;
  }
  header .navbar .navbar-brand {
    padding-bottom: 0;
  }
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block .image {
  height: calc(100dvh - 120px);
  overflow: hidden;
}
.banner .slider .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  max-width: 500px;
  z-index: 11;
  color: #ffffff;
  text-align: left;
  z-index: 1;
  padding: 20px;
}
.banner .slider .block .text::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
.banner .slider .block .text h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Sarabun", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.banner .slider .block .text h2 span {
  display: inline-block;
  color: #ecb32f;
}
.banner .slider .block .text .desc {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  color: #ffffff;
  max-width: 700px;
  margin: 20px auto 25px;
}
.banner .slider .slick-arrow {
  z-index: 9;
}
.banner .slider .slick-arrow.left {
  left: 0;
}
.banner .slider .slick-arrow.right {
  right: 0;
}
.banner .slider .slick-arrow i {
  background-color: transparent;
  color: #ffffff;
  opacity: 0.6;
}
.banner .slider .slick-arrow i:hover {
  opacity: 1;
}
.banner .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 9px;
  height: 15px;
  border-radius: 4px;
  background-color: #ffffff;
  transition: 0.4s all;
  cursor: pointer;
}
.banner .slick-dots li button {
  position: relative;
  font-size: 0;
  border: none;
  opacity: 0.8;
  box-shadow: none;
  text-shadow: none;
  background-color: #1a1818;
  height: 50px;
  width: 3px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner .slick-dots li button:hover, .banner .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.banner .slick-dots li.slick-active {
  background-color: #ecb32f;
  height: 20px;
}
.banner .slick-dots li.slick-active button {
  color: #1a1818;
  opacity: 0.75;
}
.banner .weserve {
  background: url(images/serve-bg.png) no-repeat;
  min-height: 148px;
  max-width: 740px;
  margin: -85px auto 0;
  position: relative;
  z-index: 3;
  background-color: #ecb32f;
}
.banner .weserve ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
}
.banner .weserve ul li {
  flex: 0 0 30%;
  text-align: center;
  padding: 0 10px;
}
.banner .weserve ul li:nth-child(2) {
  flex: 0 0 40%;
}
.banner .weserve ul li img {
  max-width: 60px;
}
.banner .weserve ul li p {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-top: 10px;
}
.banner .weserve ul li .topic {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Sarabun", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.banner .weserve ul li .topic::before {
  position: absolute;
  content: "";
  background: url(../images/title-shape.png) no-repeat;
  width: 131px;
  height: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  width: 95px;
  height: 6px;
}
.banner .weserve ul li span {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: block;
}

@media screen and (max-width: 991px) {
  .banner .slider .block .text h2 {
    font-size: 25px;
  }
  .banner .slider .block .text .desc {
    font-size: 14px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
  .banner .weserve ul li p {
    font-size: 14px;
  }
  .banner .weserve ul li .topic {
    font-size: 20px;
  }
  .banner .weserve ul li span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .image {
    height: 500px;
    min-height: 400px;
  }
  .banner .slider .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    bottom: 10px;
    z-index: 2;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .image {
    height: 400px;
  }
  .banner .slider .block .text h2 {
    font-size: 18px;
  }
  .banner .slider .block .text .desc {
    margin-top: 10px;
    font-size: 13px;
  }
  .banner .slick-dots {
    display: none !important;
  }
  .banner .weserve {
    margin-top: 0;
  }
  .banner .weserve ul {
    flex-wrap: wrap;
  }
  .banner .weserve ul li {
    flex: 0 0 50%;
    order: 2;
  }
  .banner .weserve ul li:nth-child(2) {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
.about {
  background: url("../images/bg-img.png") no-repeat;
  background-position: right top;
  background-size: 250px;
  padding: 60px 0;
}
.about .about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin: 30px 0;
}
.about .about-wrap .block {
  flex: 0 0 calc(50% - 30px);
  height: auto;
}
.about .about-wrap .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-wrap .block.content-block h4 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #ecb32f;
  text-transform: uppercase;
}
.about .about-wrap .block.content-block h4 span {
  font-size: 1rem;
  font-weight: 460;
  color: #000000;
  display: block;
  text-transform: initial;
}
.about .about-wrap .block.content-block p {
  font-size: 16px;
  margin: 20px 0;
}
.about .about-wrap .block.content-block .button .btn-primary {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .about .about-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .about .about-wrap .block.content-block {
    text-align: center;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 24px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-wrap .block.content-block h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 481px) {
  .about .about-wrap .block.content-block h4 {
    font-size: 20px;
  }
  .about .about-wrap .block.content-block p {
    margin: 20px 0;
  }
}
@media screen and (max-width: 321px) {
  .about .about-wrap .block.content-block h4 {
    font-size: 18px;
  }
}
.process .main-title h4 {
  padding-bottom: 30px;
  color: #ecb32f;
  font-weight: 600;
}
.process .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.process .wrapper .block {
  flex-basis: calc(33.3333333333% - 20px);
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 5px;
}
.process .wrapper .block .no {
  text-align: center;
  width: 60px;
  aspect-ratio: 1/1;
  margin: auto;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #ecb32f;
  border-radius: 5px;
}
.process .wrapper .block .title h6 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 25px 0 10px 0;
  color: #ecb32f;
}
.process .wrapper .block .text p {
  text-align: center;
  color: #1a1818;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .process .wrapper {
    flex-direction: column;
  }
  .process .wrapper .block {
    margin: initial;
  }
  .process .wrapper .block .no img {
    max-height: 150px;
  }
  .process .wrapper .block .title h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .process .wrapper .block .no {
    margin-top: 20px;
  }
  .process .wrapper .block .no img {
    max-height: 80px;
    padding: 10px;
  }
  .process .wrapper .block .title h6 {
    padding-top: 20px;
  }
}
.service-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.service-block .block {
  border: 1px solid #dedede;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.service-block .block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background: #ecb32f;
  border-radius: 10px;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.service-block .block .image {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.service-block .block .image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.service-block .block .block-desc {
  padding: 20px;
  text-align: left;
}
.service-block .block .block-desc .block-title h5 {
  line-height: 1.3;
  color: #2c2a26;
}
.service-block .block .block-desc .desc {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #5f5f5f;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
  transition: 0.3s ease-in-out 0.1s;
}
.service-block .block .block-desc .readmore {
  margin: 20px 0 0 0;
  border: 1px solid #dedede;
  color: #1a1818;
  font-size: 0.875rem;
  display: inline-block;
  padding: 8px 20px;
  transition: 0.3s ease-in-out;
}
.service-block .block .block-desc .readmore i {
  font-size: 12px;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}
.service-block .block .block-desc .readmore:hover i {
  transform: translateX(5px);
}
.service-block .block:hover::after {
  width: 100%;
  height: 120%;
}
.service-block .block:hover .image img {
  transform: scale(1.1);
}
.service-block .block:hover .block-desc .desc {
  color: #e4e4e4;
}
.service-block .block:hover .block-desc .readmore {
  border-color: #1a1818;
  background-color: #1a1818;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .service-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-block .block {
    margin-bottom: 0;
  }
  .service-block .block .image {
    width: 100%;
    aspect-ratio: 4/2;
  }
  .service-block .block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-block .block .block-desc {
    padding: 20px;
  }
  .service-block .block .block-desc .desc {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .service-block {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.why-choose-us .title {
  text-align: center;
}
.why-choose-us .title h4 span {
  display: block;
  font-size: 1rem;
  text-transform: capitalize;
  margin-bottom: 26px;
}
.why-choose-us .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 40px;
  justify-content: space-between;
}
.why-choose-us .wrapper .block {
  flex-basis: calc(33.3333333333% - 30px);
}
.why-choose-us .wrapper .block .image {
  width: 100%;
  height: 100%;
}
.why-choose-us .wrapper .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-block {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 10px;
  height: 150px;
  display: grid;
  place-items: center;
  z-index: 1;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.choose-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ecb32f;
  border-radius: 5px;
  z-index: -1;
}
.choose-block:last-child {
  margin-bottom: 0;
}
.choose-block .top-side {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  transition: 0.5s ease-in-out;
}
.choose-block .top-side .icon {
  margin: auto;
  width: 80px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 1;
  position: relative;
}
.choose-block .top-side .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  border-radius: 100%;
  background-color: #ecb32f;
  z-index: -1;
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.choose-block .top-side .icon i {
  font-size: 2rem;
  color: #ecb32f;
  transition: 0.5s ease-in-out;
}
.choose-block .top-side h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 10px;
}
.choose-block:hover .top-side .icon::before {
  height: 110%;
}
.choose-block:hover .top-side .icon i {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .choose-block:hover .desc {
    transform: translate(-50%, -40px);
  }
}
@media screen and (max-width: 992px) {
  .why-choose-us .wrapper {
    flex-direction: column;
  }
  .why-choose-us .wrapper .block {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .why-choose-us .wrapper .block .image {
    max-width: 300px;
    aspect-ratio: 1/1;
  }
  .choose-block {
    width: 330px;
    margin: 0;
  }
  .choose-block .top-side .icon i {
    font-size: 1.5rem;
  }
  .choose-block .top-side h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .wrapper {
    justify-content: center;
    align-items: center;
  }
  .why-choose-us .wrapper .block {
    flex-direction: column;
    overflow: hidden;
  }
  .choose-block {
    margin: 0;
  }
  .choose-block .top-side .icon i {
    font-size: 1.5rem;
  }
  .choose-block .top-side h6 {
    font-size: 1rem;
  }
  .choose-block:hover .desc {
    transform: translate(-50%, -10px);
  }
}
@media screen and (max-width: 576px) {
  .why-choose-us .wrapper {
    align-items: initial;
  }
  .why-choose-us .wrapper .block .image {
    max-width: 100%;
    aspect-ratio: 5/2;
  }
  .choose-block {
    width: 100%;
    margin: 0;
  }
  .choose-block .top-side {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .choose-block .top-side .icon::before {
    height: 100%;
  }
  .choose-block .top-side .icon i {
    color: #ffffff;
  }
  .choose-block .desc {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 0;
  }
  .choose-block:hover .top-side {
    transform: translate(0, 0);
  }
  .choose-block:hover .desc {
    transform: translate(0, 0);
  }
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-features .abtfeatures-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.about-features .abtfeatures-block .img-block {
  flex-basis: calc(50% - 30px);
  height: auto;
}
.about-features .abtfeatures-block .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-features .abtfeatures-block .content {
  flex-basis: calc(50% - 30px);
}
.about-features .abtfeatures-block .content h5 {
  font-size: 1.75rem;
  font-weight: 900;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: capitalize;
  color: #ecb32f;
}
.about-features .abtfeatures-block .content p {
  font-size: 16px;
  margin-top: 30px;
}
.about-features .abtfeatures-block .content ul {
  margin-top: 30px;
}
.about-features .abtfeatures-block .content ul li {
  display: list-item;
  list-style-type: disc;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
}
.about-features .abtfeatures-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .about-features .abtfeatures-block {
    flex-direction: column;
    gap: 20px;
  }
  .about-features .abtfeatures-block:nth-child(even) {
    flex-direction: column;
  }
  .about-features .abtfeatures-block .img-block img {
    aspect-ratio: 5/2;
  }
  .about-features .abtfeatures-block .content {
    text-align: center;
  }
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.5rem;
  }
  .about-features .abtfeatures-block .content p {
    margin-top: 20px;
    font-size: 15px;
  }
  .about-features .abtfeatures-block .content ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 481px) {
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.25rem;
  }
}
.quote {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.quote .quote-wrapper {
  display: flex;
}
.quote .quote-wrapper .quote-block {
  flex: 0 0 calc(70% - 60px);
  margin-right: 60px;
  position: relative;
}
.quote .quote-wrapper .quote-block .form-block {
  margin: 0 60px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 40px;
}
.quote .quote-wrapper .quote-block .form-block .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.quote .quote-wrapper .quote-block .form-block .form .form-set {
  flex: 1 0 calc(50% - 20px);
}
.quote .quote-wrapper .quote-block .form-block .form .form-set .form-input {
  width: 100%;
  padding: 10px;
  border: 2px solid rgba(95, 95, 95, 0.3);
  resize: none;
  border-radius: 5px;
}
.quote .quote-wrapper .quote-block .form-block .form .form-set .form-input:focus {
  outline: none;
}
.quote .quote-wrapper .quote-block .form-block .form .form-set.full_width {
  flex: 100%;
}
.quote .quote-wrapper .quote-block .title {
  text-align: left;
  padding-bottom: 40px;
}
.quote .quote-wrapper .quote-block .title h5 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  word-spacing: 0.04em;
}
.quote .quote-wrapper .quote-block .title p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}
.quote .quote-wrapper .quote-image {
  flex: 0 0 30%;
}

/* Page Quote Form */
.page-quote .quote::before {
  display: none;
}
.page-quote .quote .quote-wrapper {
  margin: 0;
  align-items: flex-end;
}
.page-quote .quote .quote-wrapper .quote-block .form-block {
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .quote .quote-wrapper .quote-block {
    flex: 0 0 calc(70% - 60px);
    margin-right: 60px;
  }
  .quote .quote-wrapper .quote-block .form-block {
    margin: 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .quote {
    position: relative;
  }
  .quote .quote-wrapper {
    flex-direction: column;
    margin: 0;
  }
  .quote .quote-wrapper .quote-block {
    margin-right: 0;
    position: relative;
    z-index: 3;
  }
  .quote .quote-wrapper .quote-block .form-block {
    position: relative;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 26px;
  }
  .quote .quote-wrapper .quote-block .title p {
    font-size: 14px;
  }
  .quote .quote-wrapper .quote-image {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 200px;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .quote .quote-wrapper .quote-block .form-block {
    margin: 0;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 22px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 400px;
  }
  .quote .quote-wrapper .quote-image {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 18px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .quote .quote-wrapper .quote-block .form-block .form {
    flex-direction: column;
  }
  .quote .quote-wrapper .quote-block .form-block .form .form-set .form-input {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 420px) {
  .quote .quote-wrapper .quote-block .title {
    padding: 20px 10px;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 18px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .quote .quote-wrapper .quote-block .form-block .form {
    flex-direction: column;
  }
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.gallery .image .img-wrap {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gallery .image .img-wrap::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  height: 0;
  background-color: rgba(26, 24, 24, 0.4);
  border-radius: 10px;
  transition: 1s ease-in-out;
  z-index: 111;
}
.gallery .image .img-wrap .main-image {
  width: 100%;
  aspect-ratio: 3/2;
}
.gallery .image .img-wrap .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 65%;
  transition: transform 1s ease-in-out;
}
.gallery .image .img-wrap .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(236, 179, 47, 0.5);
  border-radius: 100%;
  width: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1111;
  transition: 1s ease-in-out 0.3s;
}
.gallery .image .img-wrap .wrap img {
  width: 40px;
}
.gallery .image .img-wrap:hover {
  cursor: pointer;
}
.gallery .image .img-wrap:hover::before {
  height: 100%;
}
.gallery .image .img-wrap:hover .main-image img {
  transform: scale(1.5);
}
.gallery .image .img-wrap:hover .wrap {
  width: 80px;
}
.gallery .image:first-child {
  grid-row: 1/3;
  grid-column: 1/3;
}

@media screen and (max-width: 992px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery .image:first-child {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 576px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s ease-in-out;
}
.video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.video:hover::before {
  width: 0;
}
.video:hover i {
  font-size: 0;
}

.testimonials-section {
  padding: 60px 0;
  background-color: #e4e4e4;
}
.testimonials-section p {
  color: #000000;
}

.testimonials-block .inner-box {
  position: relative;
  padding: 20px;
  box-shadow: 0 1px 1px 2px #ededed;
  margin: 5px 15px;
  background-color: #ffffff;
}
.testimonials-block .inner-box .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.testimonials-block .inner-box .wrap .info .name {
  font-size: 20px;
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #1a1818;
  text-transform: uppercase;
}
.testimonials-block .inner-box .wrap .info .name span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Sarabun", sans-serif;
  text-transform: none;
}
.testimonials-block .inner-box .wrap .info .rating {
  margin-top: 5px;
}
.testimonials-block .inner-box .wrap .info .rating i {
  font-size: 12px;
  color: #e9ae0c;
}
.testimonials-block .inner-box .wrap .image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.testimonials-block .inner-box .desc {
  margin-top: 20px;
}
.testimonials-block .inner-box .desc p {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
}

.review {
  text-align: center;
  margin-top: 60px;
}
.review h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #2c2a26;
  margin-bottom: 30px;
}
.review ul {
  justify-content: center;
  text-align: center;
  width: 100%;
}
.review ul li {
  text-align: center;
  margin: 0 20px;
}
.review ul li a {
  text-align: center;
  margin: 0 auto;
  max-width: 150px;
}

@media screen and (max-width: 576px) {
  .review {
    margin-top: 40px;
  }
  .review ul {
    flex-wrap: wrap;
  }
  .review ul li {
    flex: 0 0 35%;
    margin-bottom: 20px;
  }
  .review ul li a {
    text-align: center;
    margin: 0 auto;
    max-width: 150px;
  }
}
.call-us {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
}
.call-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.call-us .call-us-content {
  text-align: center;
  position: relative;
}
.call-us .call-us-content h3 {
  font-size: 42px;
  color: #b67e07;
  font-weight: 700;
  word-spacing: 0.05em;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.call-us .call-us-content p {
  font-size: 18px;
  color: #ffffff;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  padding-top: 10px;
}
.call-us .call-us-content .call-button {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .call-us .call-us-content h3 {
    font-size: 36px;
  }
  .call-us .call-us-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 577px) {
  .call-us .call-us-content h3 {
    font-size: 28px;
  }
  .call-us .call-us-content p {
    font-size: 14px;
  }
  .call-us .call-us-content .call-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 481px) {
  .call-us .call-us-content h3 {
    font-size: 22px;
  }
  .call-us .call-us-content p {
    padding-top: 5px;
  }
}
footer {
  background-color: #151515;
  padding: 50px 0 35px 0;
}
footer .footer-logo {
  width: 157px;
  margin: 0 auto 20px auto;
}
footer .footer-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
footer .footer-wrapper ul li {
  font-size: 14px;
  font-family: "Sarabun", sans-serif;
  color: #fff;
  margin: 10px;
}
footer .footer-wrapper ul li a {
  color: #fff;
}
footer .footer-wrapper ul li a:hover {
  color: #ecb32f;
}
footer .footer-wrapper ul.informations {
  flex-direction: column;
}
footer .footer-wrapper ul.informations li {
  margin: 5px;
}

.footer-bottom {
  background-color: #1a1818;
  padding: 8px 0;
}
.footer-bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-bottom .block {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0;
  line-height: 1.7;
}
.footer-bottom .block a {
  display: inline;
  margin: 0 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.footer-bottom .develop {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: row;
  line-height: 1.7;
}
.footer-bottom .develop .p-divider {
  margin: 0 15px 0 10px;
}
.footer-bottom .develop a {
  margin: 0 5px;
  color: #fff;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
}

@media screen and (max-width: 991px) {
  footer {
    background-color: #151515;
    padding: 50px 0 35px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0 20px 0;
  }
  footer .footer-logo {
    width: 150px;
  }
  footer .footer-wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
  footer .footer-wrapper ul li {
    font-size: 14px;
    font-family: "Sarabun", sans-serif;
    color: #fff;
    margin: 10px 6px;
  }
  footer .footer-wrapper ul li a {
    color: #fff;
  }
  footer .footer-wrapper ul.informations {
    flex-direction: column;
  }
  footer .footer-wrapper ul.informations li {
    margin: 5px;
  }
  .footer-bottom .wrapper {
    flex-direction: column;
  }
  .footer-bottom .wrapper.w-100 ul li a {
    margin: 0 7px;
  }
  .footer-bottom .block {
    white-space: nowrap;
  }
  .footer-bottom .develop {
    text-align: center;
    flex-direction: column;
  }
  .footer-bottom .develop .text-center {
    white-space: nowrap;
  }
  .footer-bottom .develop a {
    display: block;
  }
  .footer-bottom .develop .p-divider {
    display: none;
  }
}
.page-about {
  padding-top: 0;
  /* Home Page About Section */
}
.page-about .about .about-wrap {
  margin-top: 0;
}
.page-about .about .about-wrap .full-content p {
  margin-top: 20px;
}
.page-about .about .about-wrap .full-content p:first-child {
  margin-top: 0;
}
.page-about .more-info {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-about .info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.page-about .info-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-about .info-block:nth-child(even) .image::after {
  top: 0;
  left: 50%;
}
.page-about .info-block .image {
  flex-basis: 50%;
  position: relative;
}
.page-about .info-block .image::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #2c2a26;
  z-index: -1;
}
.page-about .info-block .image .figure {
  padding: 30px;
  overflow: hidden;
}
.page-about .info-block .image .figure img {
  width: 100%;
  box-shadow: -5px 5px 18px -8px #1a1818;
  border-radius: 10px;
  overflow: hidden;
}
.page-about .info-block .block {
  flex-basis: 50%;
}
.page-about .info-block .block .section-header {
  text-align: left;
  padding-bottom: 15px;
}
.page-about .info-block .block .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1818;
  line-height: 1.2;
}
.page-about .info-block .block .section-header h2::before {
  margin: 0;
}
.page-about .info-block .block .text p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #525252;
  padding-bottom: 15px;
}
.page-about .testimonials-section {
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .page-about .info-block {
    flex-direction: column;
    gap: 30px;
  }
  .page-about .info-block:nth-child(even) {
    flex-direction: column;
  }
  .page-about .info-block .image .figure {
    padding: 30px;
  }
  .page-about .info-block .image .figure img {
    aspect-ratio: 4/2;
    object-fit: cover;
  }
  .page-about .info-block .block {
    text-align: center;
  }
  .page-about .info-block .block .section-header {
    text-align: center;
  }
  .page-about .info-block .block .section-header h2::before {
    margin: 0 auto;
  }
  .page-about .info-block .block .text p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 577px) {
  .page-about .info-block {
    gap: 20px;
  }
  .page-about .info-block .block .section-header h2 {
    font-size: 1.75rem;
  }
  .page-about .info-block .block .text p {
    font-size: 0.875rem;
  }
}
.countdown {
  padding-top: 0;
}
.countdown .count-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}
.countdown .count-wrapper .counter {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  padding: 30px 0;
  border-radius: 10px;
}
.countdown .count-wrapper .counter .count-icon {
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  border: 1px solid #b67e07;
  overflow: hidden;
  position: relative;
  transition: 0.4s ease-in-out;
}
.countdown .count-wrapper .counter .count-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #b67e07;
  z-index: 1;
  transition: 0.4s ease-in-out;
  border-radius: 100%;
}
.countdown .count-wrapper .counter .count-icon i {
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
  transition-delay: 0.2s;
}
.countdown .count-wrapper .counter .count-icon:hover::after {
  width: 0%;
  height: 0%;
}
.countdown .count-wrapper .counter .count-icon:hover i {
  color: #b67e07;
}
.countdown .count-wrapper .counter .count-text {
  text-align: center;
  padding-top: 10px;
}
.countdown .count-wrapper .counter .count-text .count-number {
  font-size: 2rem;
  font-weight: 700;
  color: #b67e07;
  line-height: 1.2;
}
.countdown .count-wrapper .counter .count-text .count-text {
  color: #b67e07;
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 0;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .countdown .count-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .countdown .count-wrapper .counter .count-text .count-number {
    font-size: 1.75rem;
  }
  .countdown .count-wrapper .counter .count-text .count-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 577px) {
  .countdown .count-wrapper {
    grid-template-columns: 1fr;
  }
  .countdown .count-wrapper .counter {
    width: 350px;
    margin: auto;
  }
  .countdown .count-wrapper .counter .count-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .countdown .count-wrapper .counter .count-icon i {
    font-size: 1rem;
  }
  .countdown .count-wrapper .counter .count-text {
    padding-top: 5px;
  }
  .countdown .count-wrapper .counter .count-text .count-number {
    font-size: 1.5rem;
  }
  .countdown .count-wrapper .counter .count-text .count-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 481px) {
  .countdown .count-wrapper .counter {
    width: 100%;
  }
  .countdown .count-wrapper .counter .count-icon::after {
    width: 0%;
    height: 0%;
  }
  .countdown .count-wrapper .counter .count-icon i {
    color: #b67e07;
  }
  .countdown .count-wrapper .counter .count-text {
    padding-top: 5px;
  }
  .countdown .count-wrapper .counter .count-text .count-number {
    font-size: 1.5rem;
  }
  .countdown .count-wrapper .counter .count-text .count-text {
    font-size: 1rem;
  }
}
.page-services .service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-services .service-block {
  display: flex;
  justify-content: space-between;
  gap: 50px 30px;
  padding: 0;
  box-shadow: none;
}
.page-services .service-block .figure {
  flex: 0 0 calc(50% - 30px);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.page-services .service-block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.page-services .service-block .block-content {
  flex: 0 0 calc(50% - 30px);
}
.page-services .service-block .block-content h4 {
  font-size: 26px;
  color: #1a1818;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
}
.page-services .service-block .block-content p {
  font-size: 15px;
  margin-bottom: 20px;
}
.page-services .service-block .block-content p:last-child {
  margin-bottom: 0;
}
.page-services .service-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
  .page-services .service-block .figure {
    flex: 0 0 calc(40% - 20px);
  }
  .page-services .service-block .block-content {
    flex: 0 0 calc(60% - 20px);
  }
  .page-services .service-block .block-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .page-services .service-wrapper {
    gap: 40px;
  }
  .page-services .service-block {
    flex-direction: column;
    gap: 20px;
  }
  .page-services .service-block:nth-child(even) {
    flex-direction: column;
  }
  .page-services .service-block .figure {
    flex: 0 0 100%;
  }
  .page-services .service-block .block-content {
    flex: 0 0 100%;
    text-align: center;
  }
  .page-services .service-block.rev-block {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .page-services .service-wrapper {
    gap: 30px;
  }
  .page-services .service-block .block-content h4 {
    font-size: 20px;
  }
}
.contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.contact .contact-wrapper .formblock .title {
  margin-bottom: 40px;
}
.contact .contact-wrapper .formblock .title h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
  position: relative;
}
.contact .contact-wrapper .formblock .title h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  background-color: #b67e07;
}
.contact .contact-wrapper .formblock .title p {
  padding: 10px 0;
  line-height: 1.5;
  height: 62px;
}
.contact .contact-wrapper .formblock .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact-wrapper .formblock .wrap .block {
  flex: 0 0 calc(50% - 20px);
  text-align: center;
  transition: 0.4s ease-in-out;
  padding: 10px 5px;
  border: 1px solid rgba(182, 126, 7, 0.4);
  margin-bottom: 20px;
  margin-right: 10px;
  position: relative;
}
.contact .contact-wrapper .formblock .wrap .block::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #b67e07;
  transition: 0.4s ease-out;
  z-index: -1;
}
.contact .contact-wrapper .formblock .wrap .block .con-link {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #b67e07;
  text-align: center;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #b67e07;
  transition-delay: 0.2s;
}
.contact .contact-wrapper .formblock .wrap .block .con-link i {
  color: #ffffff;
  font-size: 1rem;
  position: relative;
  transition: 0.4s ease;
}
.contact .contact-wrapper .formblock .wrap .block h5 {
  font-size: 18px;
  color: #000;
  margin-top: 5px;
  position: relative;
  top: 10px;
  transition: 0.4s ease;
}
.contact .contact-wrapper .formblock .wrap .block p {
  opacity: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin-top: 5px;
  overflow-wrap: anywhere;
  position: relative;
  transition: 0.4s ease;
}
.contact .contact-wrapper .formblock .wrap .block:hover::after {
  top: 0;
  height: 100%;
}
.contact .contact-wrapper .formblock .wrap .block:hover .con-link {
  background-color: #ffffff;
}
.contact .contact-wrapper .formblock .wrap .block:hover .con-link i {
  color: #b67e07;
}
.contact .contact-wrapper .formblock .wrap .block:hover h5 {
  color: #ffffff;
  top: 0;
}
.contact .contact-wrapper .formblock .wrap .block:hover p {
  opacity: 1;
  color: #ffffff;
  top: 0;
}
.contact .contact-wrapper .formblock .form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact .contact-wrapper .formblock .form .form-group .form-input {
  border: 1px solid #1a1818;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.direction iframe {
  width: 100%;
  height: 400px;
  display: block;
}

@media screen and (max-width: 992px) {
  .contact .contact-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .direction iframe {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .direction iframe {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .direction iframe {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .contact .contact-wrapper .formblock .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact .contact-wrapper .formblock .title h4 {
    font-size: 24px;
  }
  .contact .contact-wrapper .formblock .title p {
    height: auto;
    padding: 5px 0 0 0;
  }
  .contact .contact-wrapper .formblock .wrap {
    flex-direction: column;
  }
  .contact .contact-wrapper .formblock .wrap .block {
    flex: 0 0 100%;
    width: 60%;
    margin: 0 auto 20px auto;
  }
  .contact .contact-wrapper .formblock .wrap .block::after {
    top: 0;
    height: 100%;
  }
  .contact .contact-wrapper .formblock .wrap .block .con-link {
    background-color: #ffffff;
  }
  .contact .contact-wrapper .formblock .wrap .block .con-link i {
    color: #b67e07;
    font-size: 1rem;
  }
  .contact .contact-wrapper .formblock .wrap .block h5 {
    font-size: 16px;
    color: #ffffff;
    top: 0;
  }
  .contact .contact-wrapper .formblock .wrap .block p {
    opacity: 1;
    font-size: 15px;
    color: #ffffff;
    top: 0;
  }
  .contact .contact-wrapper .formblock .form {
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .contact .contact-wrapper .formblock .wrap .block {
    width: 100%;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #ecb32f;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #ecb32f;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery {
  padding: 0;
  margin: 0;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper {
  justify-content: flex-start;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #ecb32f;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1a1818;
  margin-bottom: 20px;
}
.single-service-wrap .desc-group p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 50px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

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