/*!
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_verdiclean
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=Manrope:wght@200..800&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 ------- */
/* Social Icon Colors */
/* Main Fonts */
/* Colors */
/* Mostly used color */
/* Radius */
/* Format for offline font */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  color: inherit;
}

p {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  line-height: 1.7;
  color: #7F8490;
  margin: 0;
  padding: 0;
}

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

span {
  font-family: "Manrope", 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: 1rem;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  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;
  }
  p {
    font-size: 0.9375rem;
  }
}
@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;
  }
}
.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(41, 41, 41, 0.5);
  z-index: -1;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #fcfcfc;
}
.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: #12814a;
}
.breadcrumb-wrapper #breadcrumb .breadcrumb-nav span.current {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 30px;
  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 16px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 10px 20px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 12px 26px;
}
.btn.btn-primary {
  background-color: #12814a;
  color: #ffffff;
  border-color: #12814a;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #12814a;
  color: #12814a;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #12814a;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #12814a;
  color: #12814a;
}
.btn.btn-primary-ghost:hover {
  background-color: #12814a;
  color: #ffffff;
  border-color: #12814a;
}
.btn.btn-secondary {
  background-color: #237281;
  color: #ffffff;
  border-color: #237281;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #237281;
  color: #237281;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #237281;
  color: #237281;
}
.btn.btn-secondary-ghost:hover {
  background-color: #237281;
  color: #ffffff;
  border-color: #237281;
}
.btn.btn-whitey {
  background-color: #cbdfe3;
  color: #237281;
  border-color: #cbdfe3;
  font-weight: 700;
  text-transform: uppercase;
}
.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: #cbdfe3;
  color: #12814a;
  border-color: #cbdfe3;
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-black:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-wrap span {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-inline-end: 8px;
  transition: 0.5s ease-in-out;
}
.btn.btn-wrap i {
  display: inline-block;
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn.btn-wrap:hover i {
  transform: translateX(10px);
}

.section {
  padding: 120px 0;
}

.page {
  margin: 0;
  padding: 0;
}

.sectionHalf {
  padding: 60px 0;
}

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

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1200px) {
  .section {
    padding: 100px 0;
  }
  .sectionHalf {
    padding: 50px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 80px 0;
  }
  .sectionHalf {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .sectionHalf {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
  .sectionHalf {
    padding: 20px 0;
  }
}
figure {
  margin: 0;
}

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

.main-title {
  margin-bottom: 60px;
  text-align: center;
}
.main-title h4 {
  font-size: 4rem;
  font-weight: 600;
  color: #12814a;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  line-height: 1;
}
.main-title h4 span {
  font-family: "thepostgatesdemo";
  font-weight: 400;
  color: #237281;
  text-transform: lowercase;
  line-height: 1;
}
.main-title h4 span.fadecolor {
  color: #89ACCD;
}
.main-title h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.main-title p {
  max-width: 950px;
  margin-inline: auto;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 60px;
  color: #237281;
}

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

.background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background-image img {
  opacity: 0.1;
}

@media screen and (max-width: 1440px) {
  .main-title p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .main-title {
    margin-bottom: 40px;
  }
  .main-title h4 {
    font-size: 3rem;
  }
  .main-title p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 30px;
  }
  .main-title h4 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.025em;
  }
  .main-title p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .main-title h4 {
    font-size: 2rem;
  }
}
.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: 1rem;
  color: #237281;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.form .form-group .form-input {
  padding: 10px;
  font-size: 1rem;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 20px;
  resize: none;
  width: 100%;
  color: #237281;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #237281;
  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 .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.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: #12814a;
  border-radius: 3px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  font-size: 0.9375rem;
  color: #12814a;
  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: #237281;
  stroke: #237281;
}

.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: 10px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(18, 129, 74, 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(18, 129, 74, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #237281;
  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(18, 129, 74, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #0c5430;
  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: #7F8490;
  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: #12814a;
  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 #12814a;
}

.slick-arrow {
  position: absolute;
  right: 80px;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(127, 132, 144, 0.5);
  background-color: rgba(127, 132, 144, 0.5);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  z-index: 9999;
}
.slick-arrow i {
  font-size: 0.875rem;
  color: #12814a;
  transition: 0.5s ease-in-out 0.2s;
}
.slick-arrow.left {
  top: calc(50% + 25px);
  z-index: 9;
}
.slick-arrow.right {
  top: calc(50% - 25px);
}
.slick-arrow:hover .slick-arrow {
  border: 1px solid #7F8490;
}
.slick-arrow:hover .slick-arrow:hover {
  background-color: transparent;
}
.slick-arrow:hover .slick-arrow:hover i {
  color: #000000;
}

body {
  overflow-x: hidden;
}

.custom-animation {
  opacity: 0;
  transform: none;
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-delay: 0ms;
  will-change: opacity, transform;
}
.custom-animation.show {
  opacity: 1;
}
.custom-animation.slideinRight {
  transform: translateX(50%);
}
.custom-animation.slideinRight.show {
  transform: translateX(0);
}
.custom-animation.slideinLeft {
  transform: translateX(-50%);
}
.custom-animation.slideinLeft.show {
  transform: translateX(0);
}
.custom-animation.slideUp {
  transform: translateY(10%);
}
.custom-animation.slideUp.show {
  transform: translateY(0);
}
.custom-animation.slideDown {
  transform: translateY(-10%);
}
.custom-animation.slideDown.show {
  transform: translateY(0);
}
.custom-animation.pop-up {
  transform: scale(0.5) translate(0);
}
.custom-animation.pop-up.show {
  transform: scale(1);
}

.header {
  z-index: 99;
}
.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 {
  max-width: 160px;
}
.header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header .navbar .navbar-collapse {
  flex-grow: 1;
}
.header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 0 30px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 0 0;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 10px 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #292929;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
  color: #ffffff;
  font-weight: 400;
  padding: 10px 30px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary:hover {
  color: #237281;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
  color: #ffffff;
  font-weight: 400;
  padding: 10px 50px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost:hover {
  color: #ffffff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #12814a;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link.btn-primary, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.btn-primary {
  color: #ffffff;
  background-color: transparent;
  font-weight: 400;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  font-weight: 700;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown i {
  font-size: 0.75rem;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover i {
  transform: rotate(180deg);
  color: #12814a;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid rgba(18, 129, 74, 0.18);
  z-index: 9999;
}
.header.fixed-header .navbar {
  padding: 5px 0;
}
.header.fixed-header .navbar .navbar-brand figure {
  max-width: 120px;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem;
  color: #237281;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
  color: #ffffff;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
  color: #12814a;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #12814a;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.btn-primary, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link.btn-primary {
  background-color: transparent;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.btn-primary-ghost, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link.btn-primary-ghost {
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .header .navbar {
    padding: 10px 0;
  }
  .header .navbar .navbar-brand figure {
    max-width: 120px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    gap: 0 15px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
    padding: 10px 25px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    padding: 8px 0;
    font-size: 0.875rem;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
    padding: 8x 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
    padding: 8px 35px;
  }
}
@media screen and (max-width: 992px) {
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 35px;
    aspect-ratio: 1/1;
    border: 2px solid #292929;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #292929;
  }
  .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: #292929;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg {
    fill: #292929;
  }
  .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: 5px 0;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .header .navbar .navbar-collapse .wrap-navCollapse .estimate-nav {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
    padding: 8px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  .header.fixed-header .navbar-toggler {
    border: 1px solid #000000;
    width: 25px;
  }
  .header.fixed-header .navbar-toggler svg {
    fill: #000000;
    width: 20px;
  }
  .header.fixed-header .navbar-toggler svg.cross path {
    stroke: #000000;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-brand figure {
    width: 100px;
  }
  .header .navbar .navbar-nav {
    width: 100%;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 80px;
  }
}
.banner {
  position: relative;
  z-index: 1;
  height: calc(100dvh - 70px);
}
.banner .container {
  height: 100%;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #BCFFDE 0%, #12814A 51%, #4ED994 60%, #91FFC9 100%), radial-gradient(53.83% 135.02% at 50% 50%, rgba(203, 247, 255, 0) 0%, #12814A 100%);
  z-index: -1;
}
.banner .banner-slider {
  height: 100%;
}
.banner .banner-slider .banner-block {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  position: relative;
}
.banner .banner-slider .banner-block .second-figure {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-slider .banner-block .figure {
  flex-basis: calc(55% - 80px);
}
.banner .banner-slider .banner-block .content {
  flex-basis: calc(40% - 80px);
}
.banner .banner-slider .banner-block .content h3 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  word-spacing: 5px;
}
.banner .banner-slider .banner-block .content h3 span {
  font-weight: 200;
}
.banner .banner-slider .banner-block .content p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fcfcfc;
  margin-block: 20px 40px;
  max-width: 250px;
}
.banner .banner-slider .banner-block .content .button {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .banner .banner-slider .banner-block {
    gap: 50px;
  }
  .banner .banner-slider .banner-block .figure {
    flex-basis: calc(48% - 50px);
  }
  .banner .banner-slider .banner-block .second-figure {
    max-width: 300px;
  }
  .banner .banner-slider .banner-block .content {
    flex-basis: calc(40% - 50px);
  }
  .banner .banner-slider .banner-block .content .button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    height: 100%;
    padding: 50px 0;
  }
  .banner .banner-slider .banner-block {
    flex-direction: column-reverse;
    gap: 50px;
    align-items: normal;
    justify-content: center;
  }
  .banner .banner-slider .banner-block .figure {
    max-width: 400px;
    margin-inline: auto;
  }
  .banner .banner-slider .banner-block .second-figure {
    max-width: 200px;
    left: -50px;
    top: 90%;
    transform: translate(0%, -100%);
  }
  .banner .banner-slider .banner-block .content {
    text-align: center;
  }
  .banner .banner-slider .banner-block .content p {
    margin-inline: auto;
  }
  .banner .banner-slider .banner-block .content .button {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .banner .banner-slider .banner-block .figure {
    max-width: 300px;
  }
  .banner .banner-slider .banner-block .second-figure {
    max-width: 180px;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
    z-index: -1;
  }
  .banner .banner-slider .banner-block .second-figure img {
    opacity: 0.5;
  }
  .banner .banner-slider .banner-block .content {
    text-align: center;
  }
  .banner .banner-slider .banner-block .content p {
    margin-inline: auto;
  }
  .banner .banner-slider .banner-block .content .button {
    justify-content: center;
  }
}
/* Both booking and counter includes files styling are here */
.counter .counter-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
}
.counter .counter-wrap .counter-block {
  flex-basis: calc(25% - 40px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.counter .counter-wrap .counter-block img {
  width: 71px;
  height: 71px;
}
.counter .counter-wrap .counter-block p {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
}
.counter .counter-wrap .counter-block p span {
  display: block;
}
.counter.booking {
  background: #f9fbfb;
}
.counter.booking .main-title h4 {
  font-size: 2rem;
  font-weight: 400;
}
.counter.booking .counter-wrap {
  justify-content: center;
  gap: 0;
}
.counter.booking .counter-wrap .counter-block {
  flex-basis: 20%;
  display: block;
  text-align: center;
}
.counter.booking .counter-wrap .counter-block .image {
  position: relative;
  z-index: 1;
}
.counter.booking .counter-wrap .counter-block .image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 5px;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.counter.booking .counter-wrap .counter-block img {
  border-radius: 50%;
  width: 100px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.counter.booking .counter-wrap .counter-block p {
  font-size: 0.875rem;
  margin-top: 20px;
  max-width: 80%;
  margin-inline: auto;
}
.counter.booking .counter-wrap .counter-block:first-child .image::before {
  left: 50%;
  width: 50%;
}
.counter.booking .counter-wrap .counter-block:last-child .image::before {
  left: 0;
  width: 50%;
}

@media screen and (max-width: 992px) {
  .counter .counter-wrap {
    align-items: normal;
  }
  .counter .counter-wrap .counter-block {
    flex-direction: column-reverse;
    text-align: center;
    gap: 20px;
  }
  .counter .counter-wrap .counter-block p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .counter.booking .main-title h4 {
    font-size: 1.25rem;
  }
  .counter.booking .counter-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .counter.booking .counter-wrap .counter-block .image {
    position: relative;
    z-index: 1;
  }
  .counter.booking .counter-wrap .counter-block .image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    transform: translate(-50%, 0%) rotate(90deg);
    border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
    z-index: -1;
  }
  .counter.booking .counter-wrap .counter-block:first-child .image::before {
    width: 5%;
  }
  .counter.booking .counter-wrap .counter-block:last-child .image::before {
    width: 5%;
  }
  .counter.booking .counter-wrap .counter-block p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .counter .counter-wrap {
    align-items: normal;
    gap: 40px 20px;
  }
  .counter .counter-wrap .counter-block {
    flex-basis: calc(50% - 20px);
    gap: 10px;
    background-color: #7F8490;
    border: 1px solid #7F8490;
    border-radius: 10px;
    padding: 20px 10px;
  }
  .counter .counter-wrap .counter-block p {
    font-size: 0.9375rem;
    color: #fcfcfc;
  }
}
@media screen and (max-width: 480px) {
  .counter .counter-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.service .main-title p:last-child {
  margin-top: 0;
}
.service .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px 15px;
}
.service .service-wrapper .block {
  flex-basis: calc(33.3333333333% - 15px);
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 0 0 0;
  background-color: rgba(127, 132, 144, 0.8);
  transition: 0.5s ease-in-out;
}
.service .service-wrapper .block .figure {
  display: block;
  overflow: hidden;
  position: relative;
}
.service .service-wrapper .block .figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service .service-wrapper .block .desc {
  padding: 20px;
  background-color: #ffffff;
  transition: 0.5s ease-in-out;
}
.service .service-wrapper .block .desc .title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.service .service-wrapper .block .desc .title h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #237281;
}
.service .service-wrapper .block .desc p {
  margin-top: 15px;
  transition: 0.5s ease-in-out 0.2s;
}
.service .service-wrapper .block:hover {
  transform: translateY(-5px);
  cursor: pointer;
}
.service .service-wrapper .block:hover .desc {
  background-color: rgba(127, 132, 144, 0.8);
}
.service .service-wrapper .block:hover .desc p {
  color: #fcfcfc;
}

@media screen and (max-width: 1200px) {
  .service .service-wrapper {
    gap: 60px 15px;
  }
  .service .service-wrapper .block .figure {
    width: 100%;
  }
}
@media screen and (max-width: 9929px) {
  .service .service-wrapper .block {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .service .service-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.section_1 {
  display: flex;
  flex-wrap: wrap;
}
.section_1 .image {
  flex-basis: 50%;
  flex-grow: 1;
  position: relative;
}
.section_1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.section_1 .image .happy_logo {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 150px;
  height: auto;
}
.section_1 .block {
  flex-basis: 50%;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  padding: 120px 60px;
}
.section_1 .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #F9FBFB, #F9FBFB), linear-gradient(90deg, #ECEFF1 43%, rgba(236, 239, 241, 0) 77%);
  z-index: -1;
}
.section_1 .block .desc {
  max-width: 400px;
  margin-inline-start: auto;
  margin-inline-end: 0;
  z-index: 11;
}
.section_1 .block .desc h5 {
  color: #12814a;
  text-transform: capitalize;
}
.section_1 .block .desc p {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .section_1 {
    flex-direction: column;
  }
  .section_1 .block {
    padding: 40px 120px;
  }
  .section_1 .block .desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section_1 .block {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 576px) {
  .section_1 .block {
    padding: 40px;
  }
}
.testimonial .main-title h4 {
  color: #237281;
  font-weight: 800;
  text-transform: capitalize;
}
.testimonial .main-title h4 span {
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
}

.testimonial-block {
  margin: 20px 10px;
  padding: 30px;
  box-shadow: 1px 1px 60px -8px rgba(161, 179, 183, 0.56);
  background: rgb(249, 251, 251);
  border-radius: 10px;
}
.testimonial-block .top-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.testimonial-block .top-content h5 {
  font-weight: 800;
  color: #237281;
}
.testimonial-block .top-content .image {
  max-width: 70px;
}
.testimonial-block .top-content .image img {
  max-width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.testimonial-block .top-content .details {
  flex-grow: 1;
  flex-basis: calc(100% - 80px);
}
.testimonial-block .top-content .details p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.testimonial-block .top-content .details p.name {
  font-size: 0.8125rem;
  text-transform: capitalize;
  font-weight: 500;
}
.testimonial-block .top-content .details p.name span {
  font-weight: 300;
  font-size: 0.75rem;
}
.testimonial-block .desc {
  border-top: 1px solid rgba(127, 132, 144, 0.1);
  padding: 15px 0;
}
.testimonial-block .desc p {
  margin-top: 20px;
  font-size: 0.9375rem;
  color: #237281;
  font-weight: 300;
  line-height: 1.5;
}
.testimonial-block .desc p:first-child {
  margin-top: 0;
}

.section_2 {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.section_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #040F1A 33%, rgba(4, 15, 26, 0.67) 46%, rgba(255, 255, 255, 0) 55%, #040F1A 71%);
  z-index: -2;
}
.section_2 .desc {
  max-width: 550px;
  padding-bottom: 80px;
  margin-left: 80px;
}
.section_2 .desc .img-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.section_2 .desc h5 {
  color: #ffffff;
  max-width: 400px;
}
.section_2 .desc p {
  color: #fcfcfc;
  margin-block: 20px;
}
.section_2 .desc .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section_2 .desc .wrap .box {
  max-width: 125px;
  display: flex;
  gap: 6px;
}
.section_2 .desc .wrap .box h6 {
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #237281;
}
.section_2 .figure {
  position: absolute;
  bottom: 0;
  left: calc(50% + 80px);
  transform: translateX(-50%);
  z-index: -1;
}
.section_2 .figure img {
  max-width: 300px;
}

@media screen and (max-width: 992px) {
  .section_2::before {
    background: linear-gradient(90deg, #040F1A 50%, rgba(4, 15, 26, 0.67) 65%, rgba(255, 255, 255, 0) 100%, #040F1A 71%);
  }
  .section_2 .desc {
    max-width: 450px;
    padding-bottom: 60px;
    margin-left: 0;
  }
  .section_2 .figure {
    position: absolute;
    bottom: 0;
    left: 100%;
    transform: translateX(-100%);
    z-index: -1;
  }
  .section_2 .figure img {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .section_2 .figure img {
    max-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .section_2 .desc {
    text-align: center;
  }
  .section_2 .desc .img-icon {
    margin-inline: auto;
  }
  .section_2 .desc .wrap {
    justify-content: center;
  }
  .section_2 .desc .wrap .box h6 {
    text-align: left;
  }
  .section_2 .figure {
    opacity: 0.3;
  }
}
.pay {
  background: #182532;
}
.pay .wrapper {
  gap: 0;
  align-items: flex-start;
}
.pay .wrapper .block {
  flex-basis: 50%;
  max-width: 400px;
}
.pay .wrapper .block img {
  max-width: 200px;
}
.pay .wrapper .block h5 {
  color: #ffffff;
  margin-block: 30px;
  font-weight: 300;
}
.pay .wrapper .block p {
  color: #cbf7ff;
}
.pay .wrapper .block:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 100%;
}
.pay .wrapper .block:last-child .box {
  flex-basis: 35%;
}
.pay .wrapper .block:last-child .box h6 {
  color: #237281;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.pay .wrapper .block:last-child .box li {
  display: flex;
  gap: 5px;
  margin-bottom: 16px;
  align-items: center;
}
.pay .wrapper .block:last-child .box li img {
  max-width: 20px;
  aspect-ratio: 1/1;
}
.pay .wrapper .block:last-child .box li p {
  color: #cbf7ff;
  line-height: 1.3;
}
.pay .wrapper .block:last-child .box li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .pay .wrapper {
    flex-direction: column;
    align-items: normal;
    gap: 50px;
  }
  .pay .wrapper .block:last-child {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
  .pay .wrapper .block:last-child .box {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 576px) {
  .pay .wrapper {
    gap: 30px;
  }
  .pay .wrapper .block {
    margin-inline: auto;
    text-align: center;
  }
  .pay .wrapper .block:last-child {
    flex-direction: column;
    gap: 30px;
  }
  .pay .wrapper .block:last-child .box {
    flex-basis: 40%;
  }
  .pay .wrapper .block:last-child .box h6 {
    margin-bottom: 20px;
  }
  .pay .wrapper .block:last-child .box li {
    justify-self: center;
  }
}
.callus .jobSection {
  background: linear-gradient(90.73deg, #5DEA8A 0%, #52EE74 50%, #46FA58 100%);
}
.callus .jobSection .wrapper .block .figure {
  max-width: 150px;
}
.callus .jobSection .wrapper .block .desc h5 {
  color: #ffffff;
}
.callus .jobSection .wrapper .block .desc h6 {
  color: #ffffff;
  font-weight: 300;
}
.callus .callSection {
  background: #0f2b30;
  text-align: center;
}
.callus .callSection h4 {
  color: #ffffff;
  max-width: 480px;
  margin-inline: auto;
}
.callus .callSection p {
  color: #ffffff;
  margin-block: 30px 20px;
}

@media screen and (max-width: 768px) {
  .callus .jobSection .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .callus .jobSection .wrapper .block {
    flex-direction: column;
    gap: 0;
  }
  .callus .jobSection .wrapper .block .desc {
    text-align: center;
  }
}
.new-bg .review-bg {
  width: 100%;
  height: 320px;
}
.new-bg .review-bg img {
  width: 100%;
  height: 100%;
}

.footer {
  background: #0e0f11;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
  padding-bottom: 80px;
}
.footer .footer-wrapper .footer-block {
  flex-basis: calc(18% - 20px);
  /* for all footer title */
  /* For 2 Ul Listing */
}
.footer .footer-wrapper .footer-block .logo {
  width: 100px;
}
.footer .footer-wrapper .footer-block .logo img {
  width: 100%;
  height: 100%;
}
.footer .footer-wrapper .footer-block:first-child {
  flex-basis: calc(30% - 20px);
}
.footer .footer-wrapper .footer-block:nth-child(3) {
  flex-basis: calc(10% - 20px);
}
.footer .footer-wrapper .footer-block:last-child {
  flex-basis: calc(20% - 20px);
}
.footer .footer-wrapper .footer-block:last-child .quick-link li,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item {
  margin-bottom: 30px;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li p,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item p {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link {
  color: #ffffff;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link h6,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link h6 {
  color: #12814a;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link {
  transform: translateX(0);
}
.footer .footer-wrapper .footer-block h5 {
  font-size: 1.125rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link .footer-item {
  margin-bottom: 15px;
}
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #7F8490;
  text-transform: capitalize;
  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 .footer-item:hover .footer-link {
  transform: translateX(5px);
  color: #12814a;
}
.footer .bottom-wrap {
  background: rgba(99, 107, 117, 0.4);
  color: #fcfcfc;
  padding: 40px 0;
}
.footer .bottom-wrap .block {
  justify-content: initial;
  gap: 12px;
}
.footer .bottom-wrap .block a {
  color: #fcfcfc;
  transition: 0.3s ease-in-out;
}
.footer .bottom-wrap .block a:hover {
  color: #12814a;
}
.footer .bottom-wrap .block .left {
  justify-content: initial;
  gap: 8px;
}
.footer .bottom-wrap .block .left a,
.footer .bottom-wrap .block .left p {
  font-size: 0.875rem;
  color: #fcfcfc;
  line-height: 1.3;
  transition: 0.3s ease-in-out;
}
.footer .bottom-wrap .block .left a:hover {
  color: #12814a;
}
.footer .bottom-wrap .block .right {
  justify-content: initial;
  gap: 16px;
}
.footer .bottom-wrap .block .right a {
  text-transform: capitalize;
  font-size: 0.9375rem;
  transition: 0.3s ease-in-out;
}
.footer .bottom-wrap .block:last-child {
  justify-content: initial;
  gap: 16px;
}
.footer .bottom-wrap .block:last-child a {
  overflow: visible;
}
.footer .bottom-wrap .block:last-child a i {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-wrapper {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-block {
    gap: 20px;
    text-align: center;
  }
  .footer .footer-wrapper .footer-block .logo {
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .footer .footer-wrapper .footer-block:last-child {
    text-align: center;
  }
  .footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link {
    transform: translateX(5px);
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .bottom-wrap {
    padding: 30px 0;
  }
  .footer .bottom-wrap .wrapper {
    justify-content: center;
    gap: 20px;
  }
  .footer .bottom-wrap .block {
    justify-content: center;
  }
  .footer .bottom-wrap .block .left {
    justify-content: center;
  }
  .footer .bottom-wrap .block .right {
    justify-content: center;
  }
  .footer .bottom-wrap .block:last-child {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .footer-block {
    text-align: center;
    gap: 0;
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .bottom-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer .bottom-wrap .block .right a {
    font-size: 0.875rem;
  }
}
.page-about {
  /* This Scss will be shown in about us page only */
}
.page-about .full-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .full-content p {
  color: #292929;
}

@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 .desc p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .wrapper .full-content {
    gap: 15px;
  }
}
.about .main-title {
  text-align: left;
}
.about .main-title h4 {
  color: #237281;
  font-weight: 800;
}
.about .main-title h4 span {
  text-transform: capitalize;
}
.about .wrapper {
  gap: 30px;
  align-items: initial;
}
.about .wrapper .about-image {
  flex-basis: calc(30% - 30px);
}
.about .wrapper .about-image img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}
.about .wrapper .about-content {
  flex-basis: calc(70% - 30px);
}
.about .wrapper .about-content p {
  color: #292929;
  margin-top: 20px;
}
.about .wrapper .about-content p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .about .wrapper {
    gap: 30px;
  }
  .about .wrapper .about-image {
    flex-basis: calc(50% - 20px);
    padding: 0;
  }
  .about .wrapper .about-content {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .about .wrapper {
    flex-direction: column;
    justify-content: initial;
    align-items: start;
    gap: 20px;
  }
  .about .wrapper .about-image {
    height: 100%;
    width: 100%;
  }
  .about .wrapper .about-image img {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 768px) {
  .about .wrapper .about-content p {
    margin-top: 15px;
  }
}
.offer {
  background-color: #fcfcfc;
}
.offer .wrapper .offer-content {
  flex-basis: calc(45% - 30px);
}
.offer .wrapper .offer-content .main-title h4 {
  color: #237281;
  text-transform: capitalize;
}
.offer .wrapper .offer-content .main-title h4 span {
  color: #89ACCD;
  text-transform: lowercase;
}
.offer .wrapper .offer-content p {
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
.offer .wrapper .offer-content ul h6 {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #237281;
}
.offer .wrapper .offer-content ul li {
  margin-top: 8px;
  font-size: 0.875rem;
  display: list-item;
  list-style: square;
  list-style-position: outside;
  color: #7F8490;
}
.offer .wrapper .offer-image {
  flex-basis: calc(55% - 30px);
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.offer .wrapper .offer-image .figure {
  width: 100%;
  position: relative;
}
.offer .wrapper .offer-image .figure img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.offer .wrapper .offer-image .figure img.absolute-brush {
  position: absolute;
  bottom: -100px;
  right: -50px;
  z-index: 1;
  width: 200px;
  height: 200px;
}
.offer .wrapper .offer-image .figure:first-child {
  margin-bottom: -100px;
}
.offer .wrapper .offer-image .figure:last-child {
  margin-top: -100px;
}
.offer .wrapper .offer-image .figure:nth-child(2) {
  margin-block: -50px;
}

@media screen and (max-width: 1440px) {
  .offer .wrapper .offer-image .figure img.absolute-brush {
    bottom: -80px;
    right: 0;
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .offer .wrapper {
    padding: 0 0 50px 0;
    flex-direction: column;
    gap: 100px;
  }
  .offer .wrapper .offer-image .figure:first-child {
    margin-bottom: -60px;
  }
  .offer .wrapper .offer-image .figure:last-child {
    margin-top: -60px;
  }
  .offer .wrapper .offer-image .figure:nth-child(2) {
    margin-block: -30px;
  }
  .offer .wrapper .offer-content .main-title {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .offer .wrapper .offer-image {
    gap: 20px;
  }
  .offer .wrapper .offer-image .figure img.absolute-brush {
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: 0;
  }
  .offer .wrapper .offer-image .figure:first-child {
    margin-bottom: -60px;
  }
  .offer .wrapper .offer-image .figure:last-child {
    margin-top: -60px;
  }
  .offer .wrapper .offer-image .figure:nth-child(2) {
    margin-block: -30px;
  }
}
@media screen and (max-width: 576px) {
  .offer .wrapper {
    gap: 30px;
  }
  .offer .wrapper .offer-image {
    flex-direction: column;
    gap: 20px;
  }
  .offer .wrapper .offer-image .figure img.absolute-brush {
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: 0;
  }
  .offer .wrapper .offer-image .figure:first-child {
    margin-bottom: 0;
  }
  .offer .wrapper .offer-image .figure:last-child {
    margin-top: 0;
  }
  .offer .wrapper .offer-image .figure:nth-child(2) {
    margin-block: 0;
  }
}
.why-choose-us .wrapper {
  gap: 40px;
  align-items: initial;
}
.why-choose-us .wrapper .why-choose-us-order-list {
  flex-basis: calc(20% - 40px);
}
.why-choose-us .wrapper .why-choose-us-order-list li {
  margin-top: 40px;
  text-align: right;
}
.why-choose-us .wrapper .why-choose-us-order-list li h6 {
  font-size: 1.75rem;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
}
.why-choose-us .wrapper .why-choose-us-order-list li p {
  color: #000000;
  font-size: 0.9375rem;
  padding-top: 12px;
  max-width: 500px;
  line-height: 1.5;
}
.why-choose-us .wrapper .why-choose-us-order-list li:first-child {
  margin-top: 0;
}
.why-choose-us .wrapper .why-choose-us-image {
  flex-basis: calc(35% - 40px);
  position: relative;
}
.why-choose-us .wrapper .why-choose-us-image .logo {
  position: absolute;
  top: 0;
  left: -25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background-color: #000000;
}
.why-choose-us .wrapper .why-choose-us-image .logo img {
  width: 75%;
  height: 75%;
  object-fit: contain;
}
.why-choose-us .wrapper .why-choose-us-image .figure {
  height: 100%;
}
.why-choose-us .wrapper .why-choose-us-image .figure img {
  width: 100%;
  aspect-ratio: 3/2;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.why-choose-us .wrapper .why-choose-us-content {
  flex-basis: calc(45% - 40px);
}
.why-choose-us .wrapper .why-choose-us-content .main-title {
  margin-bottom: 10px;
  text-align: left;
}
.why-choose-us .wrapper .why-choose-us-content p {
  font-size: 0.9375rem;
  color: #292929;
}
.why-choose-us .wrapper .why-choose-us-content ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.why-choose-us .wrapper .why-choose-us-content ul li {
  flex-basis: 50%;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.why-choose-us .wrapper .why-choose-us-content ul li::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-family: "font Awesome 5 Free";
  font-weight: 700;
  color: #12814a;
}

@media screen and (max-width: 992px) {
  .why-choose-us .wrapper {
    flex-direction: column;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li {
    max-width: 500px;
    margin-inline: initial;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li .group {
    text-align: left;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li h6 {
    font-size: 1.5rem;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li p {
    max-width: 100%;
    font-size: 0.875rem;
  }
  .why-choose-us .wrapper .why-choose-us-content p {
    font-size: 0.875rem;
  }
  .why-choose-us .wrapper .why-choose-us-content ul {
    gap: 10px;
  }
  .why-choose-us .wrapper .why-choose-us-content ul li {
    flex-basis: auto;
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .wrapper .why-choose-us-order-list li {
    padding: 10px;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li h6 {
    font-size: 1.375rem;
  }
}
.gallery {
  padding: 0;
  background-color: rgba(41, 41, 41, 0.7);
}
.gallery .gallery-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.gallery .gallery-slider .image {
  flex-basis: calc(25% - 20px);
  border-radius: 20px;
  overflow: hidden;
}
.gallery .gallery-slider .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.page-gallery .gallery {
  background-color: transparent;
}
.page-gallery .gallery .gallery-slider .image img {
  aspect-ratio: 3/2;
}

@media screen and (max-width: 992px) {
  .gallery .gallery-slider {
    gap: 40px;
  }
  .gallery .gallery-slider .image {
    flex-basis: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-slider {
    gap: 30px;
    flex-wrap: nowrap;
  }
  .gallery .gallery-slider .image {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-slider {
    flex-direction: column;
    gap: 20px;
  }
  .gallery .gallery-slider .image {
    flex-basis: 100%;
  }
}
.page-careers h5 {
  font-weight: 800;
  color: #237281;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.page-careers h5 span {
  color: #89ACCD;
}
.page-careers .wrapper {
  gap: 30px;
}
.page-careers .wrapper .figure {
  flex-basis: calc(40% - 30px);
}
.page-careers .wrapper .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 30px;
}
.page-careers .wrapper .content {
  flex-basis: calc(60% - 30px);
}
.page-careers .wrapper.reverse {
  flex-direction: row-reverse;
}
.page-careers .how-to-apply .wrapper .content p {
  margin-bottom: 20px;
}
.page-careers .how-to-apply .wrapper .content ul p {
  margin-bottom: 8px;
  font-weight: 700;
}
.page-careers .how-to-apply .wrapper .content ul li {
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 0.9375rem;
}
.page-careers .form-wrapper {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
.page-careers .form-wrapper .form .form-group label {
  text-align: left;
}

.page-services .service_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
.page-services .servie-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-services .servie-block .images {
  flex-basis: 50%;
  width: 100%;
}
.page-services .servie-block .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  aspect-ratio: 5/3;
}
.page-services .servie-block .content {
  flex-basis: calc(50% - 30px);
}
.page-services .servie-block .content h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #12814a;
  text-transform: capitalize;
}
.page-services .servie-block .content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #292929;
}
.page-services .servie-block .bottom-content {
  flex-basis: 100%;
}
.page-services .servie-block .bottom-content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #292929;
}
.page-services .servie-block .bottom-content p:first-child {
  padding-top: 0;
}
.page-services .servie-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-services .servie-block:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .page-services .servie-block {
    flex-direction: column;
  }
  .page-services .servie-block .content {
    text-align: center;
  }
  .page-services .servie-block .content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content {
    text-align: center;
  }
  .page-services .servie-block .bottom-content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content ul li p span {
    font-size: 1.125rem;
  }
  .page-services .servie-block:nth-child(even) {
    flex-direction: column;
  }
  .page-services .servie-block:last-child {
    padding-bottom: 40px;
  }
}
/* Service Area & Care Section Both Scss Is here */
.service-area {
  margin-bottom: 100px;
}
.service-area .service-area-image {
  position: relative;
  z-index: 1;
}
.service-area .service-area-image .figure {
  width: 100%;
}
.service-area .service-area-image .figure img {
  width: 100%;
}
.service-area .service-area-image .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  background-color: #237281;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px;
}
.service-area .service-area-image .content h6 {
  color: #ffffff;
}
.service-area .service-area-image .content .social-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.service-area .service-area-image .content .social-wrap a img {
  max-width: 150px;
}
.service-area .about {
  position: relative;
}
.service-area .about .about-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-area .about .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.service-area .about .about-content {
  flex-basis: calc(60% - 50px);
  flex-grow: 1;
}
.service-area .about .about-content .main-title {
  margin-bottom: 20px;
}
.service-area .about .about-content .point-wrap {
  gap: 20px;
  margin-top: 10px;
}
.service-area .about .about-content .point-wrap li {
  flex-basis: calc(50% - 20px);
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  font-size: 1rem;
  font-weight: 500;
  color: #237281;
  margin: 0;
  margin-bottom: 5px;
}
.service-area.care-section {
  margin-bottom: 0;
}
.service-area.care-section .service-area-image {
  position: relative;
  z-index: 1;
}
.service-area.care-section .service-area-image .main-content {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.service-area.care-section .service-area-image .main-content .top-wrap {
  padding: 20px 40px;
  text-align: center;
  width: 100%;
}
.service-area.care-section .service-area-image .main-content .top-wrap h5 {
  font-weight: 600;
  color: #237281;
  text-transform: capitalize;
}
.service-area.care-section .service-area-image .main-content .top-wrap p {
  margin-block: 20px;
  max-width: 650px;
  margin-inline: auto;
}
.service-area.care-section .service-area-image .main-content .top-wrap .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 50px;
}
.service-area.care-section .service-area-image .main-content .top-wrap .image-wrap .figure {
  max-width: 70px;
}
.service-area.care-section .service-area-image .main-content .top-wrap .image-wrap .figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-area.care-section .service-area-image .main-content .content {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .service-area .service-area-image .content h6 {
    font-size: 1.25rem;
  }
  .service-area .service-area-image .content .social-wrap {
    gap: 20px;
  }
  .service-area .service-area-image .content .social-wrap a img {
    max-width: 125px;
  }
}
@media screen and (max-width: 992px) {
  .service-area .service-area-image .content {
    flex-direction: column;
    gap: 20px;
  }
  .service-area .service-area-image .content h6 {
    font-size: 1.25rem;
  }
  .service-area .about .about-content .point-wrap {
    gap: 10px;
  }
  .service-area .about .about-content .point-wrap li {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .service-area .service-area-image .content {
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .service-area .service-area-image .content h6 {
    font-size: 1.25rem;
  }
  .service-area .about .about-content .point-wrap {
    gap: 10px;
  }
  .service-area .about .about-content .point-wrap li {
    flex-basis: calc(50% - 10px);
  }
  .service-area.care-section .service-area-image .main-content {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    box-shadow: none;
  }
  .service-area.care-section .service-area-image .main-content .top-wrap {
    padding: 20px 40px;
    text-align: center;
    width: 100%;
  }
  .service-area.care-section .service-area-image .main-content .top-wrap .image-wrap {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .service-area.care-section .service-area-image .main-content .top-wrap .image-wrap .figure {
    max-width: 60px;
  }
  .service-area.care-section .service-area-image .main-content .content h6 {
    text-align: center;
  }
}
.contact_form {
  padding: 40px 0;
}
.contact_form .contact_form_title {
  padding-bottom: 40px;
  text-align: center;
}
.contact_form .contact_form_title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
}
.contact_form .contact_form_title p {
  font-size: 18px;
  font-weight: 500;
  color: #292929;
  word-spacing: 0.02em;
}
.contact_form .contact_form_wrapper {
  display: flex;
  flex-direction: row;
}
.contact_form .contact_form_wrapper .co_contact_info {
  flex: 0 0 calc(40% - 20px);
  margin-right: 20px;
}
.contact_form .contact_form_wrapper .co_contact_info .co_title h2 {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #000000;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block {
  padding: 30px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon {
  text-align: center;
  margin-right: 60px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-40%, -50%);
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 60px solid #000000;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon i {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .content {
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .content h3 {
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  color: #292929;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block .content .co_con {
  font-size: 14px;
  color: #292929;
  letter-spacing: 0.02em;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover {
  cursor: pointer;
  background-color: #12814a;
  box-shadow: 2px 3px 12px -7px #000000;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .icon::before {
  border-left-color: #ffffff;
  z-index: 1;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .icon i {
  color: #292929;
  position: relative;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .content h3 {
  color: #ffffff;
}
.contact_form .contact_form_wrapper .co_contact_info .co_info_block:hover .content .co_con {
  color: #ffffff;
}
.contact_form .contact_form_wrapper .co_contact_info .co_contact_map {
  margin-top: 20px;
}
.contact_form .contact_form_wrapper .co_contact_info .co_contact_map iframe {
  display: block;
  width: 100%;
  height: 250px;
}
.contact_form .contact_form_wrapper .form {
  padding: 20px;
  flex: 0 0 calc(60% - 40px);
  margin-left: 40px;
  background-color: #ffffff;
  border-radius: 5px;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_title {
  padding: 20px 0 30px 0;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_title h5 {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_title h5 span {
  background-color: #000000;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 100%;
  color: #ffffff;
  margin-right: 8px;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group .form-label.overlap {
  margin-bottom: -12px;
  margin-left: 12px;
  z-index: 2;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group .form-label.overlap h5 {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  background-color: #ffffff;
  padding: 0 10px;
  display: inline-block;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group .form-control {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group .form-control:focus {
  outline: none;
  border-color: #dedede;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group .form-select {
  padding: 20px 15px;
  border: 1px solid #dedede;
  border-radius: 0;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group .form-select:focus {
  outline: none;
  box-shadow: none;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group.message .form-control {
  resize: none;
  height: 150px;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form.addition_info_form {
  flex-direction: column;
}
.contact_form .contact_form_wrapper .form .personal_info .personal_info_form.addition_info_form .input-form-group .form-label {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
}
.contact_form .contact_form_wrapper .form .form_submit_btn {
  padding: 8px 25px;
  color: #ffffff;
  background-color: #12814a;
  border: 1px solid #12814a;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.contact_form .contact_form_wrapper .form .form_submit_btn:hover {
  background-color: transparent;
  color: #292929;
}

@media screen and (max-width: 992px) {
  .contact_form .contact_form_wrapper {
    flex-direction: column;
  }
  .contact_form .contact_form_wrapper .co_contact_info {
    flex: 0 0 calc(100% - 20px);
    margin-right: 0;
    margin-bottom: 40px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title {
    text-align: center;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block {
    width: 60%;
    margin: 20px auto 0;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon i {
    font-size: 16px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .content h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .contact_form .contact_form_wrapper .form {
    flex: 0 0 calc(100% - 40px);
    margin-left: 0;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_title {
    padding: 20px 0;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_title h5 {
    font-size: 22px;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_title h5 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .contact_form_title {
    padding-bottom: 30px;
  }
  .contact_form .contact_form_title h2 {
    font-size: 20px;
  }
  .contact_form .contact_form_title p {
    font-size: 14px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title {
    text-align: center;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title h2 {
    font-size: 18px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_title p {
    font-size: 13px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block {
    width: 100%;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .icon i {
    font-size: 14px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .content h3 {
    font-size: 15px;
  }
  .contact_form .contact_form_wrapper .co_contact_info .co_info_block .content .co_con {
    font-size: 13px;
  }
  .contact_form .contact_form_wrapper .form {
    flex-direction: column;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_title {
    padding: 20px 0;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_title h5 {
    font-size: 18px;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_title h5 span {
    font-size: 13px;
    padding: 8px 12px;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_form {
    flex-direction: column;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group {
    margin-left: 0;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_form .input-form-group .form-label.overlap h5 {
    font-size: 16px;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_form.addition_info_form {
    flex-direction: column;
  }
  .contact_form .contact_form_wrapper .form .personal_info .personal_info_form.addition_info_form .input-form-group .form-label {
    font-size: 15px;
  }
}
.quote {
  background-color: #12814a;
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.quote::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 120%;
  height: 80%;
  transform: rotate(170deg);
  background-color: #ededed;
  z-index: -1;
}
.quote .main-title {
  text-align: left;
}
.quote .main-title h6 {
  color: #12814a;
}
.quote .main-title p {
  color: #42526B;
  margin-top: 25px;
}
.quote #form-selection #step-1 .main-title {
  max-width: 700px;
  text-align: center;
  margin-inline: auto;
}
.quote #form-selection #step-1 .main-title h4 {
  color: #ffffff;
}
.quote #form-selection #step-1 .main-title h4 span {
  display: block;
  color: #ffffff;
}
.quote #form-selection #step-1 .main-title p {
  margin-inline: initial;
  margin-top: 20px;
  color: #fcfcfc;
  max-width: 100%;
}
.quote #form-selection #step-1 .button-selection {
  text-align: center;
}
.quote #form-selection #step-1 .button-selection .btn {
  margin-inline: 20px;
}
.quote .quote-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quote .quote-wrapper .form-content {
  flex-basis: 40%;
  /* for all icon-block */
  /**/
  /**/
  /**/
}
.quote .quote-wrapper .form-content .icon-block {
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
}
.quote .quote-wrapper .form-content .icon-block i {
  font-size: 1.125rem;
  color: #ffffff;
}
.quote .quote-wrapper .form-content .main-title {
  margin-bottom: 0;
}
.quote .quote-wrapper .form-content .main-title h6,
.quote .quote-wrapper .form-content .main-title p {
  color: #ffffff;
}
.quote .quote-wrapper .form-content .main-title h6 {
  text-wrap: balance;
}
.quote .quote-wrapper .form-content .main-title h6 span {
  display: block;
}
.quote .quote-wrapper .form-content .info-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}
.quote .quote-wrapper .form-content .info-block .icon-block {
  border-radius: 100%;
  width: 54px;
}
.quote .quote-wrapper .form-content .info-block .icon-block::before {
  border-radius: 100%;
}
.quote .quote-wrapper .form-content .info-block .desc h6 {
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
}
.quote .quote-wrapper .form-content .info-block .desc p {
  font-size: 1rem;
  color: #ffffff;
}
.quote .quote-wrapper .form-content .social-group-icon h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 30px;
  position: relative;
}
.quote .quote-wrapper .form-content .social-group-icon h6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.quote .quote-wrapper .form-content .social-group-icon .icon-group {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.quote .quote-wrapper .form-content .social-group-icon .icon-group .icon-block:hover::before {
  background-color: #ffffff;
}
.quote .quote-wrapper .form-content .social-group-icon .icon-group .icon-block:hover i {
  color: #12814a;
}
.quote .quote-wrapper .form-quote {
  flex-basis: 55%;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0px 16px 72px 0px rgba(6, 28, 61, 0.0784313725);
}
.quote .quote-wrapper .form-quote .main-title {
  margin-bottom: 20px;
}
.quote .quote-wrapper .form-quote .form .form-group {
  text-align: left;
  color: #12814a;
}
.quote .quote-wrapper .form-quote .form .form-group .form-input {
  background-color: #ffffff;
  color: #237281;
}

@media screen and (max-width: 992px) {
  .quote {
    padding: 80px 0;
  }
  .quote .quote-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .quote .quote-wrapper .form-content {
    text-align: center;
    /* for all icon-block */
    /**/
    /**/
    /**/
  }
  .quote .quote-wrapper .form-content .icon-block i {
    font-size: 1rem;
  }
  .quote .quote-wrapper .form-content .main-title {
    text-align: center;
  }
  .quote .quote-wrapper .form-content .main-title h4 {
    font-size: 3rem;
  }
  .quote .quote-wrapper .form-content .info-block {
    justify-content: center;
  }
  .quote .quote-wrapper .form-content .info-block .desc p {
    font-size: 0.9375rem;
  }
  .quote .quote-wrapper .form-content .social-group-icon {
    margin-top: 30px;
  }
  .quote .quote-wrapper .form-content .social-group-icon h6 {
    display: inline-block;
  }
  .quote .quote-wrapper .form-content .social-group-icon .icon-group {
    justify-content: center;
  }
  .quote .quote-wrapper .form-quote {
    padding: 30px;
  }
  .quote .quote-wrapper .form-quote .main-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .quote #form-selection #step-1 .button-selection .btn {
    margin: 10px 0;
  }
  .quote .quote-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .quote .quote-wrapper .form-content {
    flex-basis: 40%;
    /* for all icon-block */
    /**/
    /**/
    /**/
  }
  .quote .quote-wrapper .form-content .icon-block {
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
  }
  .quote .quote-wrapper .form-content .icon-block i {
    font-size: 1.125rem;
    color: #ffffff;
  }
  .quote .quote-wrapper .form-content .main-title {
    margin-bottom: 0;
  }
  .quote .quote-wrapper .form-content .main-title h6,
  .quote .quote-wrapper .form-content .main-title p {
    color: #ffffff;
  }
  .quote .quote-wrapper .form-content .main-title h6 {
    text-wrap: balance;
  }
  .quote .quote-wrapper .form-content .main-title h6 span {
    display: block;
  }
  .quote .quote-wrapper .form-content .info-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
  }
  .quote .quote-wrapper .form-content .info-block .icon-block {
    border-radius: 100%;
    width: 54px;
  }
  .quote .quote-wrapper .form-content .info-block .icon-block::before {
    border-radius: 100%;
  }
  .quote .quote-wrapper .form-content .info-block .desc h6 {
    font-weight: 500;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
  }
  .quote .quote-wrapper .form-content .info-block .desc p {
    font-size: 1rem;
    color: #ffffff;
  }
  .quote .quote-wrapper .form-content .social-group-icon h6 {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    padding-left: 30px;
    position: relative;
  }
  .quote .quote-wrapper .form-content .social-group-icon h6::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
  }
  .quote .quote-wrapper .form-content .social-group-icon .icon-group {
    display: flex;
    gap: 15px;
    margin-top: 10px;
  }
  .quote .quote-wrapper .form-content .social-group-icon .icon-group .icon-block:hover::before {
    background-color: #ffffff;
  }
  .quote .quote-wrapper .form-content .social-group-icon .icon-group .icon-block:hover i {
    color: #12814a;
  }
  .quote .quote-wrapper .form-quote {
    flex-basis: 55%;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0px 16px 72px 0px rgba(6, 28, 61, 0.0784313725);
  }
  .quote .quote-wrapper .form-quote .main-title {
    margin-bottom: 20px;
  }
  .quote .quote-wrapper .form-quote .form .form-group {
    text-align: left;
    color: #12814a;
  }
  .quote .quote-wrapper .form-quote .form .form-group .form-input {
    background-color: #ffffff;
    color: #237281;
  }
}
.page-house-guide {
  position: relative;
  z-index: 1;
}
.page-house-guide .button {
  margin-top: 40px;
}

#house-cleaning-service .guide .tab-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #035d30;
  border-radius: 15px;
}
#house-cleaning-service .guide .tab-head h6 {
  width: 12.5%;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  padding: 20px 10px;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
#house-cleaning-service .guide .tab-head h6.active {
  position: relative;
  z-index: 2;
}
#house-cleaning-service .guide .tab-head h6.active::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  transform: translateX(8px);
  background-color: #184f59;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  border-radius: inherit;
  box-shadow: 0 2px 2px #ccc;
  transition: all 200ms;
  z-index: -1;
}
#house-cleaning-service .guide .tab-details {
  margin-top: 20px;
}
#house-cleaning-service .guide .tab-details ul {
  display: none;
}
#house-cleaning-service .guide .tab-details ul.active {
  display: block;
}
#house-cleaning-service .guide .tab-details ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1rem;
  font-weight: 400;
  color: #292929;
  margin-bottom: 5px;
}
#house-cleaning-service .guide .tab-details ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  #house-cleaning-service .guide .tab-head h6 {
    font-size: 1rem;
    padding: 10px 4px;
  }
}
@media screen and (max-width: 992px) {
  #house-cleaning-service .guide .tab-head h6 {
    width: 25%;
    font-size: 1rem;
    padding: 12px 6px;
  }
  #house-cleaning-service .guide .tab-head h6.active::before {
    top: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 768px) {
  #house-cleaning-service .guide .tab-head h6 {
    width: 25%;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .page-house-guide .button {
    margin-top: 20px;
  }
  #house-cleaning-service .guide .tab-head h6 {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  #house-cleaning-service .guide .tab-head h6 {
    width: 100%;
  }
}
.office-guide-page {
  position: relative;
}
.office-guide-page #office-cleaning-service .guide .main-title {
  text-align: left;
}
.office-guide-page #office-cleaning-service .guide .main-title h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #12814a;
  text-transform: capitalize;
}
.office-guide-page #office-cleaning-service .guide .main-title h5 span {
  display: block;
  font-weight: 500;
}
.office-guide-page #office-cleaning-service .guide .main-title P {
  max-width: 100%;
  margin-top: 20px;
  color: #000000;
}
.office-guide-page #office-cleaning-service .guide .main-title ul {
  margin-top: 20px;
}
.office-guide-page #office-cleaning-service .guide .main-title ul li {
  display: list-item;
  list-style-type: square;
  list-style-position: inside;
  color: #000000;
  margin-top: 8px;
}
.office-guide-page #office-cleaning-service .guide .guide-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 30px;
}
.office-guide-page #office-cleaning-service .guide .guide-info .main-title {
  flex-basis: calc(50% - 30px);
}
.office-guide-page #office-cleaning-service .guide .guide-info .image {
  flex-basis: calc(50% - 30px);
}

@media screen and (max-width: 992px) {
  .office-guide-page #office-cleaning-service .guide .main-title h5 {
    font-size: 1.5rem;
  }
  .office-guide-page #office-cleaning-service .guide .guide-info {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
  .office-guide-page #office-cleaning-service .guide .guide-info .image {
    max-width: 300px;
  }
}
.page-forensic .about .wrapper .about-image {
  flex-basis: calc(50% - 30px);
}
.page-forensic .about .wrapper .about-image img {
  aspect-ratio: 3/2;
}
.page-forensic .about .wrapper .about-content {
  flex-basis: calc(50% - 30px);
}
.page-forensic .about .wrapper .full-content h5 {
  font-size: 2rem;
  font-weight: 700;
}
.page-forensic .about .wrapper .full-content li {
  margin-top: 25px;
  padding: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 5px;
}
.page-forensic .about .wrapper .full-content li h6 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.page-forensic .about .wrapper .full-content li p {
  color: #292929;
}

@media screen and (max-width: 992px) {
  .page-forensic .about .wrapper .full-content h5 {
    font-size: 1.75rem;
  }
  .page-forensic .about .wrapper .full-content li {
    margin-top: 20px;
  }
  .page-forensic .about .wrapper .full-content li h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .page-forensic .about .wrapper .full-content h5 {
    font-size: 1.5rem;
  }
}
.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: #12814a;
  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: #12814a;
}
.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: #12814a;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #292929;
  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 */
