/*!
Theme Name: Code Crewz - Ayantu Cleaning
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Ecommerce
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codecrewz_ayantucleaning
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.

Code Crewz - Ayantu Cleaning 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/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

.updated:not(.published) {
  display: none;
}

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom Scss File
--------------------------------------------- */
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #8a8a8a;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #9bbc36;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  background-color: #fff;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #fff;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #9bbc36;
  border-radius: 0;
  color: #9bbc36;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #9bbc36;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #9bbc36;
  color: #fff;
  border-color: #9bbc36;
  border-radius: 0;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #9bbc36;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #0572bb;
  color: #fff;
  border-color: #0572bb;
  border-radius: 0;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #0572bb;
  color: #000;
}

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(155, 188, 54, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #7a942b;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

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

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 10px;
  font-size: 1rem;
  text-transform: capitalize;
  color: #000;
  resize: none;
  width: 100%;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #1c1c1c;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group label {
    font-size: 1.25rem;
  }
  .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 label {
    font-size: 1.125rem;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

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

p {
  line-height: 1.7;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}
a:hover img {
  transform: scale(1.02);
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

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

.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: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(155, 188, 54, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #8a8a8a;
  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: #9bbc36;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 22px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  padding: 5px;
  color: #fff;
  background: #000;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.slick-arrow i:hover {
  color: #000;
  background-color: #fff;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.section_title {
  display: inline-block;
  text-align: center;
  margin: 40px 0;
  padding: 10px 30px;
  background: #9bbc36;
  border-radius: 10px;
}
.section_title h4 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Gabriela", serif;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
}
.section_title h6 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .section_title h4 {
    font-size: 28px;
  }
  .section_title h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section_title {
    margin: 30px 0;
  }
  .section_title h4 {
    font-size: 22px;
  }
  .section_title h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 577px) {
  .section_title {
    margin: 20px 0;
    padding: 10px 20px;
  }
}
.section {
  padding: 80px 0;
}

.fixed-google-review {
  position: fixed;
  bottom: 40px;
  left: 40px;
  background-color: #fff;
  padding: 10px;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}
.fixed-google-review img {
  width: 80px;
}
.fixed-google-review:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  transform: translateY(-10px);
}

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

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumb {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  /* IE6-9 fallback on horizontal gradient */
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.breadcrumb .breadcrumb-wrapper,
.breadcrumb .bread-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 20px 0;
  list-style: none;
  margin: 0;
}
.breadcrumb .breadcrumb-wrapper .bread-list,
.breadcrumb .breadcrumb-wrapper .bread-link,
.breadcrumb .bread-row .bread-list,
.breadcrumb .bread-row .bread-link {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  transition: 0.3s ease-in;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-wrapper .bread-list,
.breadcrumb .bread-row .bread-list {
  position: relative;
  margin-right: 20px;
}
.breadcrumb .breadcrumb-wrapper .bread-list::before,
.breadcrumb .bread-row .bread-list::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  font-family: "fontawesome";
  font-size: 0.6125rem;
  color: #fff;
}
.breadcrumb .breadcrumb-wrapper .bread-list a,
.breadcrumb .bread-row .bread-list a {
  transition: 0.3s ease-in;
}
.breadcrumb .breadcrumb-wrapper .bread-list a:hover,
.breadcrumb .bread-row .bread-list a:hover {
  color: #9bbc36;
}
.breadcrumb .breadcrumb-wrapper .bread-list:last-child::before,
.breadcrumb .bread-row .bread-list:last-child::before {
  content: none;
}
.breadcrumb .bread-title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #9bbc36;
  margin-top: 10px;
  position: relative;
}

.header {
  z-index: 222;
  transition: 0.4s all;
}
.header .top-header .wrapper {
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding-block: 5px;
}
.header .top-header .wrapper .navbar-brand {
  padding: 0;
}
.header .top-header .wrapper .navbar-brand figure {
  max-width: 150px;
}
.header .top-header .wrapper .nav-contact-info {
  align-items: center;
}
.header .top-header .wrapper .nav-contact-info .contact-info {
  align-items: center;
}
.header .top-header .wrapper .nav-contact-info .contact-info .image img {
  width: 80px;
}
.header .top-header .wrapper .nav-contact-info .contact-info .contact-no {
  font-size: 26px;
  font-weight: 900;
  margin: 0 20px;
  color: #9bbc36;
  transition: 0.3s ease-in;
}
.header .top-header .wrapper .nav-contact-info .contact-info .contact-no:hover {
  color: #231f20;
}
.header .top-header .wrapper .nav-contact-info .online-btn .btn-custom-small {
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.3s ease-in;
}
.header .top-header .wrapper .nav-contact-info .online-btn .btn-custom-small:hover {
  color: #9bbc36;
}
.header .main-header {
  background-color: #0572bb;
}
.header .navbar {
  padding: 8px 0;
  flex-direction: column;
}
.header .navbar .navbar-brand {
  display: none;
}
.header .navbar .navbar-brand figure {
  width: 80px;
}
.header .navbar-collapse {
  width: 100%;
  flex-grow: initial;
  transition: 0.2s all;
}
.header .navbar-collapse .navbar-nav {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  width: 100%;
}
.header .navbar-collapse .navbar-nav .nav-link {
  margin: 0 25px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  position: relative;
}
.header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #231f20;
}
.header .navbar-collapse .navbar-nav .nav-item ul {
  display: none;
}
.header .navbar-collapse .navbar-nav .nav-item ul li i {
  margin-right: 10px;
}
.header .navbar-collapse .navbar-nav .nav-item ul li .nav-link {
  text-transform: initial;
  color: #1c1c1c;
  transition: 0.3s ease-in-out;
}
.header .navbar-collapse .navbar-nav .nav-item ul li .nav-link:hover {
  color: #231f20;
}
.header .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
  padding-left: 0;
}
.header .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
  padding-right: 0;
}
.header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #231f20;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header.fixed-header .top-header .wrapper {
  padding-top: 5px;
}
.header.fixed-header .top-header .wrapper .navbar-brand figure {
  max-width: 80px;
}
.header.fixed-header .top-header .wrapper .nav-image img {
  width: 70px;
}
.header.fixed-header .top-header .wrapper .nav-contact-info .contact-info .image img {
  width: 60px;
}
.header.fixed-header .top-header .wrapper .nav-contact-info .contact-info .contact-no {
  font-size: 22px;
}
.header.fixed-header .top-header .wrapper .nav-contact-info .online-btn .btn-custom-small {
  padding: 6px 15px;
}
.header.fixed-header .navbar {
  padding: 4px 0;
}
.header.fixed-header .navbar-collapse .navbar-nav .nav-link {
  font-size: 13px;
}

.navbar-toggler {
  border-color: #fff;
  padding: 6px 10px;
  border-radius: 0;
  background-color: #9bbc36;
}

@media screen and (max-width: 992px) {
  .header .top-header .wrapper {
    padding-top: 8px;
  }
  .header .top-header .wrapper .navbar-brand figure {
    max-width: 120px;
  }
  .header .top-header .wrapper .nav-image {
    display: none;
  }
  .header .top-header .wrapper .nav-contact-info .contact-info .image img {
    width: 70px;
  }
  .header .top-header .wrapper .nav-contact-info .contact-info .contact-no {
    font-size: 22px;
  }
  .header .top-header .wrapper .nav-contact-info .online-btn .btn-custom-small {
    font-size: 15px;
  }
  .header .navbar {
    padding: 6px 0;
  }
  .header .navbar-collapse .navbar-nav .nav-link {
    font-size: 13px;
  }
  .header.fixed-header .top-header .wrapper .navbar-brand figure {
    max-width: 100px;
  }
  .header.fixed-header .top-header .wrapper .nav-contact-info .contact-info .contact-no {
    font-size: 20px;
  }
  .header.fixed-header .top-header .wrapper .nav-contact-info .online-btn .btn-custom-small {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: flex;
    flex-direction: column;
  }
  .header .top-header .wrapper {
    padding-top: 8px;
    flex-direction: column;
  }
  .header .top-header .wrapper .navbar-brand {
    display: none;
  }
  .header .top-header .wrapper .nav-contact-info {
    width: 100%;
    justify-content: space-between;
  }
  .header .top-header .wrapper .nav-contact-info .contact-info .image img {
    width: 70px;
  }
  .header .top-header .wrapper .nav-contact-info .contact-info .contact-no {
    font-size: 22px;
  }
  .header .top-header .wrapper .nav-contact-info .online-btn .btn-custom-small {
    font-size: 15px;
  }
  .header .navbar {
    padding: 6px 0;
    flex-direction: row;
  }
  .header .navbar .navbar-brand {
    display: inline;
  }
  .header .navbar .navbar-brand figure {
    width: 100px;
  }
  .header .navbar-collapse .navbar-nav .nav-link {
    font-size: 13px;
    margin: 0 auto;
  }
  .header.fixed-header .top-header .wrapper .nav-contact-info .contact-info .contact-no {
    font-size: 18px;
  }
  .header.fixed-header .top-header .wrapper .nav-contact-info .online-btn .btn-custom-small {
    padding: 6px 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 481px) {
  .header .top-header .wrapper {
    padding-top: 6px;
  }
  .header .top-header .wrapper .nav-contact-info {
    flex-direction: column;
  }
  .header .top-header .wrapper .nav-contact-info .contact-info .image img {
    width: 50px;
  }
  .header .top-header .wrapper .nav-contact-info .contact-info .contact-no {
    font-size: 20px;
  }
  .header .top-header .wrapper .nav-contact-info .online-btn {
    margin: 10px 0;
  }
  .header .top-header .wrapper .nav-contact-info .online-btn .btn-custom-small {
    font-size: 14px;
    padding: 6px 16px;
  }
  .header .navbar {
    padding: 6px 0;
    flex-direction: row;
  }
  .header .navbar .navbar-brand {
    display: inline;
  }
  .header .navbar .navbar-brand figure {
    width: 100px;
  }
  .header .navbar-collapse .navbar-nav .nav-link {
    font-size: 13px;
    margin: 0 auto;
  }
  .header.fixed-header .top-header .wrapper .nav-contact-info .contact-info .contact-no {
    font-size: 18px;
  }
  .header.fixed-header .top-header .wrapper .nav-contact-info .online-btn .btn-custom-small {
    padding: 6px 15px;
    font-size: 13px;
  }
}
.banner {
  position: relative;
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block .image {
  position: relative;
}
.banner .slider .block .image img {
  max-height: 100dvh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .slider .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  text-align: center;
  width: 40%;
}
.banner .slider .block .text h6 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  word-spacing: 0.1em;
  letter-spacing: 0.03em;
}
.banner .slider .block .text h6 span {
  display: block;
}
.banner .slider .block .text p {
  font-size: 16px;
  color: #000;
  padding-top: 10px;
}
.banner .form {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 60px 40px;
  width: 400px;
  gap: 10px;
}
.banner .form .form-group .form-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #fff;
  color: #fff;
}
.banner .form .form-group .form-input:focus, .banner .form .form-group .form-input:focus-within {
  outline: none;
}
.banner .form .form-group .form-input::placeholder {
  color: #fff;
}
.banner .form .form-group .btn {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .banner .slider .block .text h6 {
    font-size: 32px;
  }
  .banner .slider .block .text .buttonz {
    margin-top: 20px;
  }
  .banner .slider .block .text .buttonz span {
    font-size: 26px;
  }
  .banner .slider .block .text .buttonz .form .reference {
    font-size: 18px;
    padding: 10px 20px;
  }
  .banner .slider .block .text .buttonz .form .input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    background-color: #000;
  }
  .banner .slider .block .image img {
    height: auto;
  }
  .banner .slider .block .text h6 {
    font-size: 28px;
  }
  .banner .slider .block .text .buttonz {
    margin-top: 20px;
  }
  .banner .slider .block .text .buttonz span {
    font-size: 26px;
  }
  .banner .slider .block .text .buttonz .form .reference {
    font-size: 16px;
    padding: 10px 10px;
  }
  .banner .slider .block .text .buttonz .form .input::placeholder {
    font-size: 14px;
  }
  .banner .form {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    margin-inline: auto;
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .banner .slider .block .text {
    width: 100%;
  }
  .banner .slider .block .text h6 {
    font-size: 22px;
  }
  .banner .slider .block .text .buttonz span {
    display: none;
  }
  .banner .slider .block .text .buttonz .form {
    display: none !important;
  }
  .banner .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: -15px 0 0 0;
  }
}
@media screen and (max-width: 577px) {
  .banner .slider .block .text h6 {
    font-size: 18px;
  }
}
.service-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.service-section .service-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 0.3s ease-in-out;
}
.service-section .service-block .figure img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.service-section .service-block .title {
  padding: 20px 20px;
  background-color: #9bbc36;
  transition: 0.5s ease-in-out;
}
.service-section .service-block .title h6 {
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.service-section .service-block p {
  padding: 20px 20px;
  background-color: #fff;
  color: #231f20;
  transition: 0.3s ease-in-out;
}
.service-section .service-block:hover {
  transform: translateY(-10px);
}
.service-section .service-block:hover p {
  background: #1a1a1a;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .service-section .service-block .title h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .service-section {
    padding: 40px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-section .service-block {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 40px;
  }
  .service-section .service-block .title {
    padding: 10px 20px;
  }
  .service-section .service-block .title h6 {
    font-size: 20px;
  }
  .service-section .service-block p {
    font-size: 14px;
  }
  .service-section .service-block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-section {
    padding: 30px 0;
    flex-direction: column;
  }
  .service-section .service-block {
    text-align: center;
  }
  .service-section .service-block .title {
    padding: 10px 20px;
    height: auto;
  }
  .service-section .service-block .title h6 {
    font-size: 20px;
  }
  .service-section .service-block p {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .service-section .service-block .title h6 {
    font-size: 18px;
  }
  .service-section .service-block p {
    font-size: 13px;
  }
}
.feature-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.feature-wrapper .featcon-wrapper {
  text-align: center;
}
.feature-wrapper .featcon-wrapper .wrap {
  display: flex;
  justify-content: space-between;
}
.feature-wrapper .featcon-wrapper .wrap .featcon-block {
  flex: 0 0 calc(20% - 20px);
  margin: 0 10px;
  text-align: center;
}
.feature-wrapper .featcon-wrapper .wrap .featcon-block i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0 3em #000 inset;
  color: #fff;
  font-size: 32px;
  transition: 0.5s ease-in-out;
}
.feature-wrapper .featcon-wrapper .wrap .featcon-block i:hover {
  box-shadow: 0 0 0 2px #000 inset;
  color: #231f20;
}
.feature-wrapper .featcon-wrapper .wrap .featcon-block h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #231f20;
  padding: 20px 0;
}
.feature-wrapper .image {
  max-width: 200px;
}

@media screen and (max-width: 992px) {
  .feature-wrapper {
    flex-direction: column;
  }
  .feature-wrapper .featcon-wrapper {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .feature-wrapper .featcon-wrapper .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature-wrapper .featcon-wrapper .wrap .featcon-block {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 20px 0;
    text-align: center;
  }
  .feature-wrapper .featcon-wrapper .wrap .featcon-block i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
  .feature-wrapper .featcon-wrapper .wrap .featcon-block h6 {
    font-size: 1rem;
  }
  .feature-wrapper .image {
    display: none;
  }
}
@media screen and (max-width: 577px) {
  .feature-wrapper .featcon-wrapper .wrap .featcon-block i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .feature-wrapper .featcon-wrapper .wrap .featcon-block h6 {
    font-size: 16px;
  }
}
section.information-section {
  background: url("images/bg.jpg") no-repeat center right;
  background-size: cover;
}
section.information-section .wrapper {
  text-align: center;
}
section.information-section .wrapper .block {
  text-align: center;
  margin: 0 auto;
  border: 4px dashed #fff;
  padding: 10px 20px;
}
section.information-section .wrapper .block .image {
  max-width: 140px;
  margin: 0 auto;
}
section.information-section .wrapper .block .image img {
  height: 140px;
  padding: 30px;
}
section.information-section .wrapper .block .image:hover {
  cursor: pointer;
  animation: animate 3s linear infinite;
  perspective: 800px;
}
@keyframes animate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
section.information-section .wrapper .block .title h6 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #000;
}
section.information-section .wrapper .block .text p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
  line-height: 25px;
  width: 90%;
  text-align: Center;
  margin: 0 auto;
}

.buttonz {
  margin-top: 20px;
  text-align: center;
}
.buttonz span {
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0;
}
.buttonz .form {
  justify-content: center;
}
.buttonz .form .reference {
  font-size: 22px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #9bbc36;
  word-spacing: 0.04em;
  padding: 10px 20px;
}
.buttonz .form .input {
  padding: 0 20px;
}
.buttonz .form .input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #8a8a8a;
}
.buttonz .form .input:focus {
  outline: none;
}

.btn.submit-btn {
  border-radius: 0;
}
.btn.submit-btn:hover {
  background: #6a8125;
  border-color: #6a8125;
  color: #fff;
}

@media screen and (max-width: 992px) {
  section.information-section .wrapper .block {
    height: auto;
  }
  section.information-section .wrapper .block .image img {
    max-height: 150px;
  }
  section.information-section .wrapper .block .title h6 {
    font-size: 20px;
  }
  section.information-section .wrapper .block .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section.information-section .wrapper .block {
    margin-bottom: 30px;
  }
  section.information-section .wrapper .block .image {
    margin-top: 20px;
  }
  section.information-section .wrapper .block .image img {
    max-height: 120px;
    padding: 10px;
  }
  section.information-section .wrapper .block .title h6 {
    font-size: 18px;
  }
  section.information-section .wrapper .block .text p {
    width: 80%;
    line-height: 1.6;
  }
  .buttonz .form .reference {
    font-size: 18px;
    padding: 10px 20px;
  }
  .buttonz .form .input {
    padding: 0 20px;
  }
  .buttonz .form .input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 577px) {
  section.information-section .wrapper .block .image img {
    max-height: 90px;
  }
  section.information-section .wrapper .block .title h6 {
    font-size: 18px;
  }
  section.information-section .wrapper .block .text p {
    font-size: 13px;
    padding-top: 5px;
  }
  .buttonz .form {
    flex-direction: column;
  }
  .buttonz .form .reference {
    font-size: 16px;
    padding: 10px 20px;
  }
  .buttonz .form .input {
    padding: 10px 20px;
  }
  .buttonz .form .input::placeholder {
    font-size: 16px;
  }
}
.gallery {
  text-align: center;
}
.gallery .section-title {
  padding: 40px 0;
}
.gallery .section-title h4 {
  font-size: 32px;
  font-weight: 700;
  color: #9bbc36;
}
.gallery .section-title h6 {
  font-size: 16px;
  font-weight: 500;
  color: #231f20;
}
.gallery .gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery .gallery-wrapper .picture {
  flex: 0 0 calc(33.3333333333% - 10px);
}
.gallery .gallery-wrapper .picture .figure {
  height: 100%;
}
.gallery .gallery-wrapper .picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.gallery .gallery-wrapper .picture:hover img {
  transform: scale(1.05);
  -webkit-filter: blur(8px);
  filter: blur(0px);
}
.gallery .gallery-wrapper .picture h6 {
  font-size: 18px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 10px 0;
}

.page-gallery .gallery .gallery-wrapper {
  gap: 30px 10px;
}

@media screen and (max-width: 992px) {
  .gallery .section-title h4 {
    font-size: 28px;
  }
  .gallery .section-title h6 {
    font-size: 16px;
  }
  .gallery .gallery-wrapper .picture {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .gallery .section-title {
    padding: 30px 0;
  }
  .gallery .section-title h4 {
    font-size: 22px;
  }
  .gallery .section-title h6 {
    font-size: 14px;
  }
  .gallery .gallery-wrapper {
    flex-direction: column;
  }
}
.testimonial {
  text-align: center;
  padding-top: 0;
}
.testimonial .testimonial-wrapper {
  flex-wrap: wrap;
}
.testimonial .testimonial-wrapper .testimonial-block {
  padding: 10px;
  margin-right: 20px;
  text-align: left;
  transition: 0.5s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-block: 20px;
}
.testimonial .testimonial-wrapper .testimonial-block .details h5 {
  font-size: 18px;
  font-weight: 600;
  color: #231f20;
  word-spacing: 0.05em;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
.testimonial .testimonial-wrapper .testimonial-block .details .namicon {
  align-items: center;
}
.testimonial .testimonial-wrapper .testimonial-block .details .namicon i {
  font-size: 14px;
  color: #e9ae0c;
  padding-right: 2px;
}
.testimonial .testimonial-wrapper .testimonial-block .details .namicon span {
  font-size: 14px;
  padding: 0 5px;
}
.testimonial .testimonial-wrapper .testimonial-block .details p {
  font-size: 14px;
  word-spacing: 0.05em;
  padding: 10px 0;
}
.testimonial .testimonial-wrapper .testimonial-block:hover {
  cursor: pointer;
  box-shadow: 2px 6px 8px -5px #000;
}
.testimonial .section_title {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .testimonial .testimonial-wrapper .testimonial-block {
    flex: 0 0 calc(50% - 20px);
  }
  .testimonial .testimonial-wrapper .testimonial-block .details h5 {
    font-size: 18px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .details .namicon i {
    font-size: 14px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .details .namicon span {
    font-size: 14px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .details p {
    font-size: 14px;
  }
}
footer {
  background: url("images/footer-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 70px 0 0 0;
  z-index: 1;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
footer .footer-block {
  margin-bottom: 30px;
}
footer .footer-block .logo {
  margin-bottom: 10px;
}
footer .footer-block .logo img {
  max-width: 100px;
}
footer .footer-block .about p {
  color: #000;
}
footer .footer-block .footer_title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer_title h6 {
  font-size: 20px;
  font-weight: 700;
  color: #9bbc36;
  padding: 0;
  letter-spacing: 0.04em;
}
footer .footer-block ul .footer_info {
  margin-bottom: 5px;
}
footer .footer-block ul .footer_info li {
  font-size: 14px;
  color: #000;
  position: relative;
  padding-left: 20px;
  transition: 0.3s ease-in-out;
}
footer .footer-block ul .footer_info li::before {
  content: "\f138";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "fontAwesome";
  font-size: 12px;
  padding: 0 2px;
}
footer .footer-block ul .footer_info li.remove {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 1px;
}
footer .footer-block ul .footer_info li.remove::before {
  content: none;
}
footer .footer-block ul .footer_info li.remove .icon i {
  font-size: 12px;
  padding-right: 6px;
}
footer .footer-block ul .footer_info li.remove p {
  color: #000;
  transition: 0.3s ease-in-out;
}
footer .footer-block ul .footer_info:hover li {
  padding-left: 24px;
}
footer .footer-block ul .footer_info:hover .remove {
  padding-left: 0;
}
footer .footer-block ul .footer_info:hover .remove p {
  padding-left: 5px;
}
footer .footer-block .social-icons {
  display: flex;
  flex-direction: row;
}
footer .footer-block .social-icons .social-link {
  margin-right: 10px;
}
footer .footer-block .social-icons .social-link i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #3b5998;
  color: #fff;
}
footer .footer-block .social-icons .social-link .fa-youtube {
  background-color: #cc181e;
}
footer .footer-block .social-icons .social-link .fa-twitter {
  background-color: #55acee;
}

.footer-bottom {
  padding: 40px 0 0 0;
  position: relative;
}
.footer-bottom .block {
  text-align: center;
}
.footer-bottom .block p,
.footer-bottom .block a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 0 0;
    text-align: center;
  }
  footer .footer-block .about p {
    font-size: 14px;
  }
  footer .footer-block .footer_title {
    margin-bottom: 20px;
  }
  footer .footer-block .footer_title h6 {
    font-size: 20px;
  }
  footer .footer-block ul .footer_info li {
    font-size: 14px;
    display: inline-block;
  }
  footer .footer-block ul .footer_info li.remove {
    justify-content: center;
  }
  footer .footer-block ul .footer_info li.remove .icon i {
    font-size: 12px;
  }
  footer .footer-block .social-icons {
    justify-content: center;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 14px;
  }
}
@media screen and (max-width: 577px) {
  footer .footer-block {
    margin-bottom: 30px;
  }
  footer .footer-block .about p {
    font-size: 13px;
  }
  footer .footer-block .footer_title {
    margin-bottom: 15px;
  }
  footer .footer-block .footer_title h6 {
    font-size: 18px;
  }
  footer .footer-block ul .footer_info li {
    font-size: 13px;
  }
  footer .footer-block ul .footer_info li.remove .icon i {
    font-size: 12px;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 13px;
  }
}
.about {
  background-color: #fff;
  padding: 80px 0;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.about .about-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.about .about-wrapper .about-content {
  position: relative;
  flex: 0 0 calc(50% - 30px);
}
.about .about-wrapper .about-content .title h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: inline-block;
  position: relative;
}
.about .about-wrapper .about-content .title h3 {
  font-size: 28px;
  color: #0572bb;
  letter-spacing: 0.06em;
  word-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
}
.about .about-wrapper .about-content .desc p {
  line-height: 1.7;
  color: #525252;
  padding-top: 20px;
  font-weight: 300;
  word-spacing: 0.05em;
  margin-bottom: 20px;
}
.about .about-wrapper .about-content .desc p:last-child {
  margin-bottom: 0;
}
.about .about-wrapper .about-content .button .about-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  background-color: #0572bb;
  border: 1px solid #0572bb;
  margin-top: 30px;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}
.about .about-wrapper .about-content .button .about-btn:hover {
  background-color: #0572bb;
  color: #fff;
}
.about .about-wrapper .about-image {
  flex: 0 0 calc(50% - 30px);
}
.about .about-wrapper .about-image .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
  .about .about-wrapper {
    flex-direction: column;
  }
  .about .about-wrapper .about-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .about .about-wrapper .about-content .title h2 {
    font-size: 24px;
  }
  .about .about-wrapper .about-content .title h3 {
    font-size: 28px;
  }
  .about .about-wrapper .about-content .desc p {
    font-size: 14px;
  }
  .about .about-wrapper .about-content .button .about-btn {
    font-size: 13px;
    padding: 10px 30px;
    margin-top: 20px;
  }
  .about .about-wrapper .about-image {
    margin-left: 0;
  }
  .about .about-wrapper .about-image .image {
    height: 350px;
    width: 100%;
  }
  .about .about-wrapper .about-image .image img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
  .about .about-wrapper .about-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .about .about-wrapper .about-content .title h2 {
    font-size: 20px;
  }
  .about .about-wrapper .about-content .title h3 {
    font-size: 22px;
  }
  .about .about-wrapper .about-content .desc p {
    font-size: 13px;
  }
  .about .about-wrapper .about-content .button .about-btn {
    font-size: 13px;
    padding: 10px 30px;
    margin-top: 20px;
  }
  .about .about-wrapper .about-image {
    max-width: 100%;
    text-align: center;
  }
  .about .about-wrapper .about-image .image {
    min-width: auto;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .about .about-wrapper .about-content .title h2 {
    font-size: 18px;
  }
  .about .about-wrapper .about-content .title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 481px) {
  .about .about-wrapper .about-content .title h2 {
    font-size: 16px;
  }
  .about .about-wrapper .about-content .title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 365px) {
  .about .about-wrapper .about-image .image {
    height: 100%;
    width: 100%;
  }
}
.page-about .about .about-wrapper {
  flex-wrap: wrap;
}
.page-about .about .about-wrapper .full-content {
  flex-basis: 100%;
}
.page-about .about .about-wrapper .full-content p {
  line-height: 1.7;
  color: #525252;
  padding-top: 20px;
  font-weight: 300;
  word-spacing: 0.05em;
}

@media screen and (max-width: 992px) {
  .page-about .about .about-wrapper .full-content {
    text-align: center;
  }
}
.contact_us .contact-wrapper .contact-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact_us .contact-wrapper .contact-block.block-left {
  margin-right: -120px;
  position: relative;
  z-index: 33;
}
.contact_us .contact-wrapper .contact-block .ofyc-info {
  flex: 0 0 40%;
  padding: 0 20px;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgba(155, 188, 54, 0.1);
  border-radius: 5px;
  box-shadow: 0 0 6px -3px #9bbc36;
  position: relative;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #9bbc36;
  background-color: #9bbc36;
  margin-right: 20px;
  text-align: center;
  transition: 0.4s ease-in-out;
  transition-delay: 0.3s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .icon i {
  font-size: clamp(0.8125rem, 2vw, 1rem);
  color: #fff;
  transition: 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .text {
  flex: 0 0 50%;
  position: relative;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .text h5 {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 500;
  color: #9bbc36;
  line-height: 1.3;
  transition: 0.4s ease-in-out;
  transition-delay: 0.1s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .text h6 {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  font-weight: 400;
  color: #0572bb;
  line-height: 1.2;
  transition: 0.4s ease-in-out;
  transition-delay: 0.1s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(155, 188, 54, 0.7);
  border-radius: 5px;
  transition: 0.4s ease-out;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover::before {
  width: 100%;
  height: 100%;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .icon {
  background-color: #fff;
  border: 1px solid #fff;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .icon i {
  color: #9bbc36;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .text h5,
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .text h6 {
  color: #fff;
}
.contact_us .contact-wrapper .contact-block .form {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(60% + 30px);
  padding: 40px 60px;
  box-shadow: 0 0 12px -8px #0572bb;
  background-color: #fff;
}
.contact_us .contact-wrapper .contact-block .form .form-title h6 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  word-spacing: 0.2rem;
  padding-bottom: 30px;
}
.contact_us .contact-wrapper .contact-block .form .form-group .form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(35, 31, 32, 0.3);
  resize: none;
}
.contact_us .contact-wrapper .contact-block .map {
  flex: 0 0 100%;
}
.contact_us .contact-wrapper .contact-block .map iframe {
  height: 699px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .contact_us .contact-wrapper .contact-block.block-left {
    margin-right: -80px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 992px) {
  .contact_us .contact-wrapper .contact-block.block-left {
    margin-right: 0;
    padding: 60px 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    flex: 0 0 calc(40% - 40px);
    margin: 0 30px 0 10px;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    flex: 0 0 calc(60% + 30px - 90px);
  }
  .contact_us .contact-wrapper .contact-block .map iframe {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact_us .contact-wrapper .contact-block {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 50%;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    width: 100%;
    padding: 40px 40px;
  }
  .contact_us .contact-wrapper .contact-block .map {
    width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 100%;
  }
}
.page-quote {
  background-image: url(images/background1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.page-quote .quote-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc {
  flex: 0 0 50%;
  padding: 40px;
}
.page-quote .quote-wrapper .quote-desc .title h4 {
  font-weight: 700;
  color: #fff;
}
.page-quote .quote-wrapper .quote-desc .title p {
  font-weight: 400;
  color: #fff;
  padding-top: 10px;
}
.page-quote .quote-wrapper .quote-desc .company-info {
  padding: 30px 0;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block {
  margin-bottom: 15px;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block h6 {
  font-weight: 500;
  color: #fff;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc i {
  font-size: 0.75rem;
  color: #dedede;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc a {
  pointer-events: auto;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc p {
  font-size: 0.9375rem;
  color: #dedede;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc:hover i {
  color: #231f20;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc:hover p {
  color: #231f20;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block:last-child {
  margin-bottom: 0;
}
.page-quote .quote-wrapper .quote-desc .company-link {
  display: flex;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon i {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 40px;
  transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon:hover i {
  color: #9bbc36;
}
.page-quote .quote-wrapper .form-wrap {
  flex: 0 0 50%;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .page-quote .quote-wrapper {
    flex-direction: column;
  }
  .page-quote .quote-wrapper .quote-desc {
    padding: 40px 20px;
  }
  .page-quote .quote-wrapper .quote-desc .company-info {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-quote .quote-wrapper .quote-desc .company-info .company-info-block {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 481px) {
  .page-quote .quote-wrapper .quote-desc {
    padding: 40px 20px;
  }
  .page-quote .quote-wrapper .quote-desc .company-info {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
}
.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: #000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #9bbc36;
  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: #fff;
  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: #fff;
  color: #9bbc36;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.single-service-wrap .full-page-content .gallery .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
}
.single-service-wrap .full-page-content .gallery .wrap .block {
  margin: 0;
  padding: 0;
}
.single-service-wrap .full-page-content .gallery .wrap .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.single-service-wrap .full-page-content .gallery .wrap .block:first-child {
  grid-row: initial;
  grid-column: initial;
}
.single-service-wrap .child-service-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.single-service-wrap .child-service-wrapper .service-block {
  flex-basis: calc(50% - 20px);
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #9bbc36;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.single-service-wrap .desc-group p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .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;
    /* 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;
  }
}
.single-page-blog .blog-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #000;
  padding: 60px 40px;
  border-radius: 20px;
}
.single-page-blog .blog-wrap .title {
  flex-basis: 100%;
}
.single-page-blog .blog-wrap .title h2 {
  color: #fff;
}
.single-page-blog .blog-wrap .content {
  flex-basis: calc(50% - 30px);
}
.single-page-blog .blog-wrap .content .desc .link {
  color: #e74216;
}
.single-page-blog .blog-wrap .image {
  flex-basis: calc(50% - 30px);
}
.single-page-blog .blog-wrap .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
}
.single-page-blog .blog-wrap .all-content {
  flex-basis: 100%;
}
.single-page-blog .blog-wrap .all-content .sub-desc h3 {
  color: #0572bb;
  margin-bottom: 15px;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li {
  display: list-item;
  list-style-type: decimal;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li h6 {
  color: #dedede;
  font-weight: 500;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li p {
  color: #8a8a8a;
  margin-top: 5px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .single-page-blog .blog-wrap {
    flex-direction: column;
    padding: 40px;
  }
}
.blog .wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.blog .wrapper .blog-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background-color: #231f20;
  padding: 60px 40px;
  box-shadow: rgba(255, 255, 255, 0.19) 0px 10px 20px, rgba(255, 255, 255, 0.23) 0px 6px 6px;
  border-radius: 20px;
}
.blog .wrapper .blog-block .content {
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
}
.blog .wrapper .blog-block .content .title h4 {
  color: #fff;
}
.blog .wrapper .blog-block .content .desc {
  margin-top: 20px;
}
.blog .wrapper .blog-block .content .desc .link {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin-top: 20px;
  text-transform: capitalize;
}
.blog .wrapper .blog-block .content .desc .link i {
  color: #fff;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
}
.blog .wrapper .blog-block .content .desc .link:hover {
  color: #0572bb;
}
.blog .wrapper .blog-block .content .desc .link:hover i {
  transform: translateX(5px);
  color: #0572bb;
}
.blog .wrapper .blog-block .image {
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
}
.blog .wrapper .blog-block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}

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