/*!
Theme Name: Linear Web - Katskleaning
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_katskleaning
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 - Katskleaning 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=Inter:wght@100..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 ------- */
/* Main Fonts */
/* Colors */
/* mostly used color */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: inherit;
}

p {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  color: #737373;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #292929;
  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: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-size: 0.9375rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 30px 0;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.breadcrumb .bread-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 0 10px 0;
}
.breadcrumb .bread-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding-bottom: 20px;
}
.breadcrumb .bread-row .bread-list {
  position: relative;
}
.breadcrumb .bread-row .bread-list::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-family: "fontAwesome";
  font-weight: 700;
  font-size: 0.6125rem;
  color: #ffffff;
}
.breadcrumb .bread-row .bread-list:first-child::before {
  display: none;
}
.breadcrumb .bread-row .bread-list .bread-link {
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 1.3;
}
.breadcrumb .bread-row .bread-list a:hover {
  color: #292929;
}

@media screen and (max-width: 768px) {
  .breadcrumb .bread-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    position: relative;
    z-index: 1;
    margin: 0;
  }
  .breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(136, 136, 136, 0.7);
    z-index: -1;
  }
  .breadcrumb .bread-title {
    font-size: 2rem;
    font-weight: 700;
    color: #292929;
    text-transform: uppercase;
    padding: 20px 0 10px 0;
  }
  .breadcrumb .bread-row {
    gap: 10px 20px;
  }
  .breadcrumb .bread-row .bread-list::before {
    left: -12px;
  }
  .breadcrumb .bread-row .bread-list .bread-link {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  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: 8px 24px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 12px 36px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 10px 45px;
}
.btn.btn-primary {
  background-color: #888888;
  color: #ffffff;
  border-color: #888888;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #888888;
  color: #888888;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #888888;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #888888;
  color: #888888;
}
.btn.btn-primary-ghost:hover {
  background-color: #888888;
  color: #ffffff;
  border-color: #888888;
}
.btn.btn-secondary {
  background-color: #929292;
  color: #ffffff;
  border-color: #929292;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #929292;
  color: #929292;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #929292;
  color: #929292;
}
.btn.btn-secondary-ghost:hover {
  background-color: #929292;
  color: #ffffff;
  border-color: #929292;
}
.btn.btn-whitey {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #ffffff;
  color: #292929;
  border-color: #ffffff;
}
.btn.btn-blackie {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-blackie:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-blackie-ghost {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-blackie-ghost:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.btn .btn-wrap span {
  margin: 0;
  padding: 0;
}
.btn .btn-wrap i {
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn:hover .btn-wrap i {
  transform: translateX(10px);
}

.section {
  padding: 80px 0;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
figure {
  margin: 0;
}

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

body {
  position: relative;
}

.section-title {
  margin-bottom: 80px;
}
.section-title h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}
.section-title h6 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-info .contact-item {
  display: inline-block;
}
.contact-info .contact-item h6 {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item p {
  display: inline-block;
  color: #f8f8f8;
  margin-top: 5px;
  position: relative;
}
.contact-info .contact-item p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #888888;
  transition: 0.5s ease-in-out;
}
.contact-info .contact-item:hover h6 {
  color: #888888;
}
.contact-info .contact-item:hover p::before {
  width: 100%;
}

.background-attachment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.social-icon-wrap {
  display: flex;
  gap: 20px;
}
.social-icon-wrap .icon i {
  color: #929292;
  transition: 0.3s ease-in-out;
}
.social-icon-wrap .icon:hover i {
  color: #888888;
}

@media screen and (max-width: 992px) {
  .section-title {
    margin-bottom: 60px;
  }
  .section-title h3 {
    font-size: 2rem;
  }
  .section-title h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 1.75rem;
  }
  .section-title h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h3 {
    font-size: 1.25rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
  padding: 0;
}
.form .form-group .form-input {
  border-radius: 0;
  border: 1px solid #BDBDBD;
  background: transparent;
  padding: 10px;
  font-size: 0.875rem;
  color: #292929;
  resize: none;
  width: 100%;
  font-family: "Inter", sans-serif;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form .form-group .form-input::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #292929;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #292929;
  border-bottom: 1px solid #292929;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group label {
    font-size: 1.125rem;
  }
}
.social-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-icon-wrap.column {
  flex-direction: column;
}

.icon-block {
  width: 30px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 3px;
  z-index: 1;
}
.icon-block.circle-radius {
  border-radius: 100%;
}
.icon-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #888888;
  border-radius: 3px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  font-size: 0.9375rem;
  color: #888888;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block svg {
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out 0.2s;
}
.icon-block:hover::before {
  width: 100%;
  height: 100%;
}
.icon-block:hover i {
  color: #ffffff;
}
.icon-block:hover svg path {
  fill: #929292;
  stroke: #929292;
}

.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: 50px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(136, 136, 136, 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(136, 136, 136, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #ffffff;
  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;
}

/* -- 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(136, 136, 136, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #6f6f6f;
  border-radius: 10px 10px 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;
}

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

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #737373;
  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: #929292;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #929292;
}

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

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #272727;
  position: relative;
  height: 100dvh;
}
.thanks .icon {
  width: 100%;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #929292;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #888888;
  border: 1px solid #888888;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #888888;
}
.thanks .redirect:hover h5 {
  color: #888888;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  height: auto;
  overflow: visible;
  background: rgba(255, 255, 255, 0.95);
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header .navbar .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-brand figure {
  width: 200px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  gap: 10px;
}
.header .navbar .navbar-collapse .social-icon-wrap {
  display: flex;
  gap: 20px;
}
.header .navbar .navbar-collapse .social-icon-wrap .icon i {
  color: #000000;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .social-icon-wrap .icon:hover i {
  color: #888888;
}
.header .navbar .navbar-collapse .navbar-nav {
  border-bottom: 3px solid #000000;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  /* dropdown Menu */
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0;
  margin: 5px 15px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #888888;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
  position: relative;
  z-index: 1;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link i {
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.5s ease-in-out;
  border-radius: 0;
  padding: 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  padding: 8px;
  margin: 0;
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .nav-link i {
  transform: rotate(180deg);
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translate(0);
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu li:hover .nav-link {
  background-color: #888888;
  color: #ffffff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.active .nav-link i {
  transform: rotate(180deg);
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.active .dropdown-menu li.active .nav-link {
  background-color: #888888;
  color: #ffffff;
}
.header.main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  height: auto;
  overflow: visible;
  background: rgba(255, 255, 255, 0.95);
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: 9;
}
.header.fixed-header .navbar {
  padding: 0;
}
.header.fixed-header .navbar .navbar-brand {
  padding: 5px;
}
.header.fixed-header .navbar .navbar-brand figure {
  width: 175px;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #929292;
}

@media screen and (max-width: 1400px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin: 5px 10px;
    font-size: 0.8125rem;
  }
  .header.fixed-header {
    border-bottom: 2px solid #ffffff;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav {
    border-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .header {
    border-bottom: 2px solid #ffffff;
  }
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 30px;
    aspect-ratio: 1/1;
    border: 2px solid #000000;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #000000;
  }
  .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 svg.cross path {
    stroke: #000000;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar .navbar-collapse.show {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .header .navbar .navbar-collapse .social-icon-wrap {
    padding-bottom: 10px;
  }
  .header .navbar .navbar-collapse .social-icon-wrap .icon i {
    font-size: 0.8125rem;
  }
  .header .navbar .navbar-collapse .social-icon-wrap .icon:hover i {
    color: #929292;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    margin: auto;
    border-bottom: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
    /* dropdown Menu */
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.9375rem;
    padding: 5px 0;
    margin: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    display: block;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #929292;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: relative;
    height: 0;
    transition: 0.5s ease-in-out, 0.5s ease-in-out height;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link {
    padding: 5px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .navbar .navbar-brand figure {
    width: 175px;
  }
}
@media screen and (max-width: 480px) {
  .header .navbar .navbar-brand figure {
    width: 150px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    /* dropdown Menu */
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: relative;
    height: 100%;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
}
.banner .banner-slider {
  height: 100dvh;
}
.banner .banner-slider .banner-block {
  height: 100dvh;
  position: relative;
  position: relative;
  z-index: 1;
}
.banner .banner-slider .banner-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.banner .banner-slider .banner-block .figure {
  height: 100%;
  width: 100%;
}
.banner .banner-slider .banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-slider .banner-block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  text-align: center;
  z-index: 2;
}
.banner .banner-slider .banner-block .content h4 {
  font-size: 3.5rem;
  color: #000000;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 15px 0;
}

@media screen and (max-width: 1400px) {
  .banner .banner-slider .banner-block .content h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-slider .banner-block .content h4 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-slider {
    height: 100%;
  }
  .banner .banner-slider .banner-block {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    background-color: #ffffff;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    max-width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .banner .banner-slider .banner-block .content h4 {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .banner .banner-slider .slick-dots {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    align-items: center;
  }
}
.about {
  position: relative;
  z-index: 1;
  background-color: #1b1d1c;
}
.about .wrapper {
  gap: 60px;
  flex-direction: column;
}
.about .wrapper .about-image .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/2;
}
.about .wrapper .about-content {
  display: flex;
  flex-wrap: wrap;
}
.about .wrapper .about-content .title {
  flex-basis: 40%;
}
.about .wrapper .about-content .title h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #888888;
}
.about .wrapper .about-content .desc {
  flex-basis: calc(60% + 100px);
  margin-top: 160px;
  margin-left: -100px;
}
.about .wrapper .about-content .desc p {
  font-size: 1.125rem;
  color: #f8f8f8;
}

@media screen and (max-width: 1200px) {
  .about .wrapper .about-content {
    display: flex;
    flex-wrap: wrap;
  }
  .about .wrapper .about-content .title {
    flex-basis: 45%;
  }
  .about .wrapper .about-content .title h2 {
    font-size: 3.5rem;
  }
  .about .wrapper .about-content .desc {
    flex-basis: calc(55% + 100px);
    margin-left: -100px;
  }
  .about .wrapper .about-content .desc p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .about .wrapper {
    gap: 40px;
  }
  .about .wrapper .about-content {
    display: flex;
    flex-wrap: wrap;
  }
  .about .wrapper .about-content .title {
    flex-basis: 50%;
  }
  .about .wrapper .about-content .title h2 {
    font-size: 2.75rem;
  }
  .about .wrapper .about-content .desc {
    flex-basis: calc(50% + 80px);
    margin-top: 120px;
    margin-left: -80px;
  }
  .about .wrapper .about-content .desc p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper {
    gap: 30px;
  }
  .about .wrapper .about-content .desc p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .about .wrapper {
    gap: 30px;
  }
  .about .wrapper .about-content {
    flex-direction: column;
    gap: 20px;
  }
  .about .wrapper .about-content .title h2 {
    font-size: 2.25rem;
  }
  .about .wrapper .about-content .desc {
    margin: 0;
  }
  .about .wrapper .about-content .desc p {
    font-size: 0.9375rem;
  }
}
.why-choose-us .wrapper {
  gap: 60px;
  text-align: center;
}
.why-choose-us .wrapper .desc {
  max-width: 750px;
  margin: auto;
}
.why-choose-us .wrapper .desc .section-title {
  margin-bottom: 0;
}
.why-choose-us .wrapper .desc .section-title h6 {
  color: #000000;
  text-transform: capitalize;
}
.why-choose-us .wrapper .desc .section-title h3 {
  color: #000000;
  margin-block: 20px;
}
.why-choose-us .wrapper .desc p {
  color: #000000;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.why-choose-us .wrapper .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: cover;
}

.service {
  position: relative;
  z-index: 1;
}
.service .section-title {
  text-align: center;
}
.service .section-title h3 {
  margin-top: 10px;
}
.service .wrapper {
  align-items: initial;
  gap: 40px 25px;
}
.service .button {
  text-align: center;
  margin-top: 40px;
}

.service-block {
  flex-basis: calc(33.3333333333% - 25px);
  background-color: transparent;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.service-block .figure {
  border: 0;
}
.service-block .figure img {
  max-width: 150px;
  transition: 0.5s ease-in-out;
}
.service-block .figure img.hide-image {
  opacity: 0;
  height: 0;
  transition: 0.5s ease-in-out 0.3s;
}
.service-block h6 {
  text-transform: capitalize;
  color: #ffffff;
  margin-block: 30px 15px;
  transition: 0.5s ease-in-out 0.1s;
}
.service-block p {
  color: #f8f8f8;
  transition: 0.5s ease-in-out 0.15s;
}
.service-block:hover::before {
  height: 0;
}
.service-block:hover .figure img {
  opacity: 0;
  height: 0;
}
.service-block:hover .figure img.hide-image {
  opacity: 1;
  height: auto;
}
.service-block:hover h6 {
  color: #000000;
}
.service-block:hover p {
  color: #292929;
}

@media screen and (max-width: 992px) {
  .service .wrapper {
    align-items: initial;
    gap: 30px 10px;
  }
  .service-block {
    flex-basis: calc(33.3333333333% - 10px);
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .service .wrapper {
    justify-content: center;
    gap: 10px 10px;
  }
  .service-block {
    flex-basis: calc(50% - 10px);
  }
  .service-block p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .service .wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .service-block h6 {
    margin-block: 20px 10px;
  }
}
.call-us {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 160px 0;
}
.call-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
.call-us .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.call-us .wrap .desc {
  flex-basis: 70%;
}
.call-us .wrap .desc .section-title {
  margin-bottom: 0;
}
.call-us .wrap .desc .section-title h6 {
  color: #ffffff;
  text-transform: uppercase;
}
.call-us .wrap .desc .section-title h3 {
  color: #ffffff;
  margin-block: 20px;
}
.call-us .wrap .desc p {
  color: #f8f8f8;
}

@media screen and (max-width: 992px) {
  .call-us .wrap {
    flex-direction: column;
    justify-content: center;
  }
  .call-us .wrap .desc {
    text-align: center;
    margin-bottom: 20px;
  }
  .call-us .wrap .button {
    text-align: center;
  }
}
.featured-service .wrapper {
  gap: 30px 15px;
}
.featured-service .wrapper .featured-image {
  flex-basis: calc(60% - 15px);
}
.featured-service .wrapper .featured-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}
.featured-service .wrapper .featured-content {
  flex-basis: calc(40% - 15px);
}
.featured-service .wrapper .featured-content .section-title {
  margin: 0;
}
.featured-service .wrapper .featured-content .section-title h3 {
  margin-top: 10px;
}
.featured-service .wrapper .featured-content p {
  color: #000000;
  margin-block: 20px;
}

@media screen and (max-width: 768px) {
  .featured-service .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .featured-service .wrapper .featured-image img {
    aspect-ratio: 6/4;
  }
  .featured-service .wrapper .featured-content {
    text-align: center;
  }
}
.gallery {
  background-color: #000000;
  margin: 0;
}
.gallery .section-title h3 {
  color: #ffffff;
}

.page-gallery {
  background-color: #000000;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-wrapper .image-block {
  flex-basis: calc(25% - 20px);
}
.gallery-wrapper .image-block .image {
  position: relative;
  overflow: hidden;
}
.gallery-wrapper .image-block .image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.gallery-wrapper .image-block .image img {
  transition: 0.5s ease-in-out 0.2s;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.gallery-wrapper .image-block .image:hover::before {
  width: 0;
  height: 0;
}
.gallery-wrapper .image-block .image:hover img {
  transform: scale(1.05);
}
.gallery-wrapper .image-block p {
  font-size: 0.875rem;
  color: #f8f8f8;
  text-transform: capitalize;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 5px;
}

@media screen and (max-width: 992px) {
  .gallery-wrapper .image-block {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .gallery-wrapper {
    flex-direction: column;
  }
}
.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;
  aspect-ratio: 3/2;
}
.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: #000000;
}
.about-features .abtfeatures-block .content p {
  font-size: 16px;
  margin-top: 30px;
}
.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;
  }
}
@media screen and (max-width: 481px) {
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.25rem;
  }
}
.quote {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
.quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.quote .quote-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.quote .quote-wrapper .quote-content {
  flex-basis: 48%;
}
.quote .quote-wrapper .quote-content .icon-box {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
}
.quote .quote-wrapper .quote-content .icon-box i {
  font-size: 2rem;
  color: #67b915;
}
.quote .quote-wrapper .quote-content .content {
  margin-top: 50px;
}
.quote .quote-wrapper .quote-content .content h4 {
  color: #ffffff;
}
.quote .quote-wrapper .quote-content .content p {
  color: #f8f8f8;
  margin-top: 20px;
}
.quote .quote-wrapper .form-quote {
  flex-basis: 35%;
  background-color: #ffffff;
}
.quote .quote-wrapper .form-quote .form {
  gap: 20px;
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .quote .quote-wrapper .quote-content {
    flex-basis: 40%;
  }
  .quote .quote-wrapper .form-quote {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .quote .quote-wrapper {
    flex-direction: column;
    max-width: 80%;
    margin-inline: auto;
    gap: 60px;
  }
  .quote .quote-wrapper .quote-content .icon-box {
    width: 60px;
  }
  .quote .quote-wrapper .quote-content .icon-box i {
    font-size: 1.25rem;
  }
  .quote .quote-wrapper .quote-content .content {
    margin-top: 30px;
  }
  .quote .quote-wrapper .form-quote .form {
    gap: 20px;
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .quote .quote-wrapper {
    max-width: 100%;
    gap: 40px;
    align-items: initial;
  }
  .quote .quote-wrapper .quote-content .icon-box {
    width: 60px;
  }
  .quote .quote-wrapper .quote-content .icon-box i {
    font-size: 1.25rem;
  }
  .quote .quote-wrapper .quote-content .content {
    margin-top: 30px;
  }
  .quote .quote-wrapper .form-quote .form {
    gap: 20px;
    padding: 30px;
  }
}
.insta-section .wrapper {
  gap: 40px 15px;
}
.insta-section .wrapper .image-group {
  flex-basis: calc(75% - 15px);
  display: flex;
  gap: 10px;
}
.insta-section .wrapper .image-group .figure {
  flex-basis: calc(33.3333333333% - 10px);
}
.insta-section .wrapper .image-group .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/4;
  object-fit: cover;
}
.insta-section .wrapper .follow-block {
  flex-basis: calc(25% - 15px);
}
.insta-section .wrapper .follow-block h4 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.insta-section .wrapper .follow-block a.emailid {
  margin-bottom: 20px;
  color: #000000;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .insta-section .wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
  .insta-section .wrapper .image-group .figure {
    flex-basis: calc(33.3333333333% - 10px);
  }
  .insta-section .wrapper .image-group .figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/4;
    object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  .insta-section .wrapper .image-group {
    flex-direction: column;
    gap: 10px;
  }
  .insta-section .wrapper .image-group .figure {
    flex-basis: calc(33.3333333333% - 10px);
  }
  .insta-section .wrapper .image-group .figure img {
    aspect-ratio: 5/2;
  }
}
.footer {
  background-color: #000000;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  padding: 40px 20px;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-wrapper .footer-block {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 20px;
}
.footer .footer-wrapper .footer-block figure {
  max-width: 260px;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 10px;
}
.footer .footer-wrapper .footer-block figure img {
  width: 100%;
  height: 100%;
}
.footer .footer-wrapper .footer-block .block-wrap {
  flex-basis: calc(27% - 20px);
  display: flex;
  flex-direction: column;
}
.footer .footer-wrapper .footer-block .block-wrap:first-child .quick-link .footer-item .footer-link {
  text-transform: capitalize;
}
.footer .footer-wrapper .footer-block h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link .footer-item {
  margin-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-wrapper .footer-block .quick-link li.info,
.footer .footer-wrapper .footer-block .quick-link .footer-item.info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 30px;
  gap: 0;
}
.footer .footer-wrapper .footer-block .quick-link li.info label,
.footer .footer-wrapper .footer-block .quick-link .footer-item.info label {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link li a,
.footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item a {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #BDBDBD;
  display: inline-block;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-wrapper .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link li:hover a,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover a {
  transform: translateX(5px);
  color: #929292;
}
.footer .footer-wrapper .footer-block .quick-link li:last-child,
.footer .footer-wrapper .footer-block .quick-link .footer-item:last-child {
  margin-bottom: 0;
}
.footer .footer-wrapper .footer-block .social-link-wrap {
  flex-basis: 100%;
}
.footer .footer-wrapper .footer-block .social-link-wrap .title {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #737373;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #f8f8f8;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li a:hover {
  color: #929292;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li:nth-child(even) {
  position: relative;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li:nth-child(even)::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #ffffff;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li:nth-child(even)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #ffffff;
}
.footer .footer-wrapper .footer-block .social-link-wrap ul li:nth-child(even) a {
  padding-inline: 10px;
}

.scrollmeup {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 111;
}
.scrollmeup .big-circle {
  width: 250px;
  height: 250px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(115, 115, 115, 0.2);
  border-radius: 100%;
  transition: 0.5s ease-in-out;
}
.scrollmeup .big-circle svg {
  width: 100px;
  height: 100px;
  transition: 0.5s ease-in-out 0.2s;
}
.scrollmeup .big-circle:hover {
  background-color: #737373;
}
.scrollmeup .big-circle:hover svg {
  transform: translateY(-10px);
}

.bottom-footer {
  background-color: #000000;
  width: 100%;
  padding: 10px 0;
}
.bottom-footer .content-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.bottom-footer .content-wrap p,
.bottom-footer .content-wrap a {
  line-height: 1.5;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  color: #737373;
  text-transform: capitalize;
  display: inline-block;
}
.bottom-footer .content-wrap a {
  position: relative;
  transition: 0.3s ease-in-out;
}
.bottom-footer .content-wrap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #888888;
  transition: 0.3s ease-in-out 0.1s;
}
.bottom-footer .content-wrap a:hover {
  color: #888888;
}
.bottom-footer .content-wrap a:hover::before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px 0;
    padding: 20px 0;
  }
  .footer .footer-wrapper .footer-block {
    gap: 40px 20px;
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .footer-block .desc p {
    font-size: 0.875rem;
  }
  .scrollmeup {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 111;
  }
  .scrollmeup .big-circle {
    width: 80px;
    height: 80px;
  }
  .scrollmeup .big-circle svg {
    width: 25px;
    height: 25px;
  }
  .bottom-footer {
    justify-content: center;
    padding: 20px;
  }
  .bottom-footer .content-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .bottom-footer .content-wrap p,
  .bottom-footer .content-wrap a {
    line-height: 1.5;
    font-size: 0.875rem;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
  }
  .bottom-footer .content-wrap a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .bottom-footer .content-wrap a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #888888;
    transition: 0.3s ease-in-out 0.1s;
  }
  .bottom-footer .content-wrap a:hover {
    color: #888888;
  }
  .bottom-footer .content-wrap a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-wrapper {
    padding: 0;
  }
  .footer .footer-wrapper .footer-block {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .footer .footer-wrapper .footer-block .footer-logo {
    max-width: 120px;
    margin: auto;
  }
  .footer .footer-wrapper .footer-block .quick-link li,
  .footer .footer-wrapper .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block .quick-link li .footer-link,
  .footer .footer-wrapper .footer-block .quick-link li a,
  .footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link,
  .footer .footer-wrapper .footer-block .quick-link .footer-item a {
    display: inline-block;
    font-size: 0.875rem;
  }
  .footer .footer-wrapper .footer-block .quick-link li.info,
  .footer .footer-wrapper .footer-block .quick-link .footer-item.info {
    justify-content: center;
    align-items: center;
  }
  .footer .footer-wrapper .footer-block .quick-link li.info label,
  .footer .footer-wrapper .footer-block .quick-link .footer-item.info label {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .footer .footer-wrapper .footer-block .social-link-wrap ul {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block .social-link-wrap ul li a {
    font-size: 0.875rem;
  }
  .scrollmeup .big-circle {
    width: 60px;
    height: 60px;
  }
  .scrollmeup .big-circle svg {
    width: 20px;
    height: 20px;
  }
  .bottom-footer {
    gap: 10px;
  }
  .bottom-footer .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
  }
  .bottom-footer .content-wrap p,
  .bottom-footer .content-wrap a {
    display: inline-block;
  }
}
.page-about {
  /* This Scss will be shown in about us page only */
  /* Feature Section in Inner Page*/
}
.page-about .extra-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .extra-content p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 15px;
}
.page-about .extra-content .full-desc {
  flex-basis: 100%;
  background-image: url(images/logo.png);
  background-position: center right;
  background-size: 250px;
  background-repeat: no-repeat;
}
.page-about .extra-content .full-desc ul p {
  margin: 0;
  font-weight: 600;
}
.page-about .extra-content .full-desc ul li {
  display: list-item;
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 8px;
  font-size: 1rem;
}
.page-about .extra-content .desc {
  flex-basis: calc(50% - 20px);
}
.page-about .extra-content .figure {
  flex-basis: calc(50% - 20px);
  height: auto;
}
.page-about .extra-content .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.page-about .features {
  margin-top: 0;
}
.page-about .featured-service {
  padding-bottom: 80px;
}

@media screen and (max-width: 992px) {
  .page-about .about .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .page-about .about .wrapper .about-image {
    aspect-ratio: 5/3;
  }
  .page-about .about .wrapper .about-content p {
    text-align: center;
  }
  .page-about .about .wrapper .about-content p:last-child {
    margin-bottom: 0;
  }
  .page-about .extra-content {
    flex-direction: column;
  }
  .page-about .extra-content p {
    text-align: center;
  }
  .page-about .featured-service {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-about {
    /* This Scss will be shown in about us page only */
  }
  .page-about .extra-content {
    text-align: center;
  }
  .page-about .extra-content .full-desc {
    background-size: 150px;
  }
  .page-about .extra-content .full-desc ul li {
    text-align: center;
    margin-bottom: 0;
    margin-top: 8px;
  }
  .page-about .featured-service {
    padding-bottom: 40px;
  }
}
.information {
  overflow: hidden;
}
.information .main-title h4 {
  color: #888888;
}
.information .main-title p {
  color: #292929;
}
.information .info-wrapper {
  position: relative;
  margin-bottom: -80px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  gap: 20px;
}
.information .info-wrapper .block {
  flex-basis: calc(33.3333333333% - 20px);
  text-align: center;
  padding: 45px 10px 30px 10px;
  background-color: #888888;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .logo i {
  font-size: 30px;
  color: #292929;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 10px 0;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail p {
  font-size: 15px;
  max-width: 250px;
  margin: auto;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block:hover {
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 0 5px 2px #dedede;
}
.information .info-wrapper .block:hover .logo i {
  color: #888888;
}
.information .info-wrapper .block:hover .info-detail h6 {
  color: #888888;
}
.information .info-wrapper .block:hover .info-detail p {
  color: #888888;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  padding-bottom: 80px;
}
.contact-form .form-image {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.contact-form .form-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.contact-form .form-image .contact-info {
  gap: 40px;
}
.contact-form .form-image .contact-info h6 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-form .form-image .contact-info .cover-item .contact-item {
  margin-bottom: 10px;
  gap: 40px;
}
.contact-form .form-image .contact-info .cover-item .contact-item h6 {
  color: #ffffff;
  text-transform: capitalize;
}
.contact-form .form-image .contact-info .cover-item .contact-item p {
  color: #ffffff;
}
.contact-form .form-block {
  flex-basis: calc(60% - 30px);
  overflow: hidden;
}
.contact-form .form-block .title {
  margin-bottom: 30px;
  text-align: left;
}
.contact-form .form-block .title h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #888888;
}
.contact-form .form-block .title p {
  font-size: 0.875rem;
  font-weight: 400;
  padding-top: 15px;
}
.contact-form .form-block .figure {
  display: flex;
  flex-direction: column;
}
.contact-form .form-block .figure label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.contact-form .form-block .figure input[type=file] {
  padding: 0.6rem;
  font-size: 1rem;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.contact-form .form-block .figure input[type=file]:hover {
  border-color: #888;
}
.contact-form .form-block .figure input[type=file]:focus {
  outline: none;
  border-color: #007bff;
}

@media screen and (max-width: 992px) {
  .information .title {
    margin-bottom: 40px;
  }
  .information .title h2 {
    font-size: 1.75rem;
  }
  .information .title p {
    font-size: 0.85rem;
  }
  .information .info-wrapper .block .logo i {
    font-size: 24px;
  }
  .information .info-wrapper .block .info-detail h6 {
    font-size: 16px;
    padding: 15px 0 10px 0;
  }
  .information .info-wrapper .block .info-detail p {
    font-size: 15px;
  }
  .contact-form {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .contact-form .form-image {
    width: 100%;
    overflow: hidden;
  }
  .contact-form .form-block .title {
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .contact-form .form-block .title h4 {
    font-size: 1.25rem;
  }
  .contact-form .form-block .title p {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .information .title {
    margin-bottom: 30px;
  }
  .information .title h2 {
    font-size: 1.5rem;
  }
  .information .info-wrapper {
    flex-direction: column;
    margin: 30px 0 0;
  }
  .information .info-wrapper .block {
    padding: 20px;
  }
  .information .info-wrapper .block .info-detail h6 {
    padding: 10px 0 5px;
  }
  .contact-form {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .contact-form .form-block .title {
    margin: 0 auto 20px;
  }
}
.single-service-page {
  background-color: #ffffff;
}

.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: 20px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(50% - 20px);
  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-image-block {
  flex-basis: calc(50% - 20px);
}
.single-service-wrap .service-image-block figure {
  height: 100%;
}
.single-service-wrap .service-image-block figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-service-wrap .full-page-content .gallery {
  padding: 0;
  background-color: transparent;
  background-image: unset !important;
}
.single-service-wrap .full-page-content .gallery::before {
  display: none;
}
.single-service-wrap .full-page-content .gallery .image-gallery {
  justify-content: initial;
}
.single-service-wrap .full-page-content .gallery .button {
  display: none;
}
.single-service-wrap h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #888888;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap h2 {
  font-size: 2rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #929292;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  word-spacing: 3px;
  line-height: 1.3;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.single-service-wrap p {
  line-height: 1.7;
  color: #292929;
  margin-bottom: 20px;
}
.single-service-wrap p:last-child {
  margin-bottom: 0;
}
.single-service-wrap ul {
  margin-bottom: 20px;
}
.single-service-wrap ul li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 1rem;
}
.single-service-wrap ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
    flex-direction: column;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-image-block .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 {
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap h1 {
    font-size: 2rem;
  }
  .single-service-wrap h2 {
    font-size: 1.5rem;
  }
  .single-service-wrap h3 {
    font-size: 1.25rem;
  }
  .single-service-wrap p {
    font-size: 1rem;
  }
  .single-service-wrap ul li {
    font-size: 1rem;
  }
}

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