/*!
Theme Name: Linear Web - Build Gurus
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_buildguru
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 - Build Gurus 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=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

/* ----- WP Scss File ------- */
/* Main Fonts */
/* Optional Fonts */
/* Colors */
/* mostly used color */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: inherit;
}

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

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

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

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

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
}
.main-breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#breadcrumb {
  position: relative;
  z-index: 1;
  padding: 200px 0 70px 0;
}
#breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 24, 24, 0.5);
  z-index: -1;
}
#breadcrumb .breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}
#breadcrumb .breadcrumb-wrapper a {
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
#breadcrumb .breadcrumb-wrapper a:hover {
  color: #ff8b00;
}
#breadcrumb .breadcrumb-wrapper span {
  color: #f8f8f8;
}

@media screen and (max-width: 992px) {
  #breadcrumb {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  #breadcrumb {
    padding: 40px 0;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

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

.section {
  padding: 80px 0;
}

.section-header h6 {
  text-transform: uppercase;
}
.section-header h4 {
  text-transform: uppercase;
}

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

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

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

.page {
  margin: 0;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 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.5rem;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  color: #000000;
  resize: none;
  width: 100%;
}
.form .form-group .form-input[type=email] {
  text-transform: initial;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #1a1818;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #1a1818;
  border-bottom: 1px solid #1a1818;
}

@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;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 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.5rem;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  padding: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  color: #000000;
  resize: none;
  width: 100%;
}
.form .form-group .form-input[type=email] {
  text-transform: initial;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #1a1818;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #1a1818;
  border-bottom: 1px solid #1a1818;
}

@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;
  }
}
.icon-block {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #ff8b00;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #002333;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  color: #ffffff;
}
.icon-block svg {
  width: 60px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out;
}
.icon-block:hover::before {
  height: 100%;
}
.icon-block:hover svg path {
  fill: #ff8b00;
  stroke: #ff8b00;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 35, 51, 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(0, 35, 51, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

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

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

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

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.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: #002333;
}

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

header {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .header-bottom {
  padding: 5px;
}
header .header-bottom .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .header-bottom .wrapper .navbar-brand {
  margin: 0;
  padding: 0;
}
header .header-bottom .wrapper .navbar-brand img {
  max-width: 100px;
}
header .header-bottom .wrapper .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
header .header-bottom .wrapper .info .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
header .header-bottom .wrapper .info .block .icon {
  align-self: center;
  color: #ff8b00;
  margin-right: 20px;
}
header .header-bottom .wrapper .info .block .icon i {
  font-size: 16px;
}
header .header-bottom .wrapper .info .block .icon i {
  font-size: 20px;
}
header .header-bottom .wrapper .info .block .text .info-link {
  font-size: 14px;
  text-shadow: 1px 2px black;
  color: #ffffff;
}
header .header-bottom .wrapper .info .block .text .info-link span {
  display: block;
}
header .header-bottom .wrapper .info .block .text .phone a {
  color: #ff8b00;
  font-weight: 600;
}
header .header-bottom .wrapper .info .block .text .mail a {
  color: #8a8a8a;
}
header .navigation-bar {
  z-index: 9999;
}
header .navigation-bar nav {
  background: #ffffff;
  color: #ffffff;
}
header .navigation-bar nav .navbar-brand {
  display: none;
}
header .navigation-bar nav .navbar-nav {
  width: 100%;
  justify-content: center;
}
header .navigation-bar nav li.nav-item a.nav-link {
  font-size: 14px;
  color: #000000;
  padding: 5px 30px;
  border-right: 1px dashed #000000;
  transition: 0.5s all;
}
header .navigation-bar nav li.nav-item a.nav-link:hover {
  color: #ff8b00;
}
header .navigation-bar nav li.nav-item.active a,
header .navigation-bar nav li.nav-item.active .nav-link {
  color: #ff8b00;
}
header .navigation-bar nav li.nav-item:first-child a.nav-link {
  border-left: 1px dashed #ffffff;
}
header .navigation-bar nav li.nav-item.dropdown .dropdown-menu {
  top: calc(100% + 20px);
  background-color: #ffffff;
  border-radius: 0;
  padding: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}
header .navigation-bar nav li.nav-item.dropdown .dropdown-menu li .nav-link {
  color: #1a1818;
  padding: 5px;
  line-height: 1.3;
}
header .navigation-bar nav li.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
header .navigation-bar nav li.nav-item.dropdown:hover .dropdown-menu li .nav-link {
  transition: 0.3s ease-in-out;
}
header .navigation-bar nav li.nav-item.dropdown:hover .dropdown-menu li .nav-link:hover {
  background-color: #002333;
  color: #ffffff;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
header.fixed-header .header-bottom {
  display: none;
}

@media screen and (max-width: 992px) {
  header {
    position: relative;
    /* Hamburger Menu Style */
  }
  header .container {
    max-width: 900px;
  }
  header .header-bottom {
    background-color: #1a1818;
  }
  header .header-bottom .wrapper .navbar-brand {
    display: none;
  }
  header .navigation-bar {
    background-color: #ffffff;
  }
  header .navigation-bar .navbar {
    background-color: transparent;
  }
  header .navigation-bar .navbar .navbar-brand {
    display: inline-block;
    max-width: 80px;
  }
  header .navigation-bar .navbar .navbar-nav {
    align-items: center;
    text-align: center;
  }
  header .navigation-bar .navbar li.nav-item a.nav-link {
    border: none;
  }
  header .navigation-bar .navbar li.nav-item:first-child a.nav-link {
    border: none;
  }
  header .navigation-bar .navbar li.nav-item.dropdown .dropdown-menu {
    display: none;
  }
  header .navigation-bar .navbar li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    text-align: center;
  }
  header .navigation-bar .navbar li.nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link {
    font-size: 0.8125rem;
  }
  header .navigation-bar.fixed-header .navbar-brand {
    margin-top: 0px;
    max-width: 70px;
  }
  header .navbar-toggler {
    z-index: 999;
    border: 1px solid #1a1818;
    width: 40px;
    aspect-ratio: 1/1;
    position: relative;
  }
  header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #1a1818;
  }
  header .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  header .navbar-toggler svg.cross path {
    stroke: #1a1818;
  }
  header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  header .header-bottom {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  header {
    /* Hamburger Menu Style */
  }
  header .header-bottom {
    padding: 20px;
    display: none;
  }
  header .header-bottom .wrapper {
    justify-content: space-around;
  }
  header .header-bottom .wrapper .navbar-brand {
    display: none;
  }
  header .navigation-bar {
    z-index: 9999;
  }
  header .navigation-bar nav {
    background: #002333;
    color: #ffffff;
  }
  header .navigation-bar nav .navbar-brand {
    display: inline-block;
    max-width: 80px;
    margin-top: 0;
  }
  header .navigation-bar nav li.nav-item {
    text-align: center;
  }
  header .navigation-bar nav li.nav-item a.nav-link {
    font-size: 12px;
    text-align: center;
    padding: 5px 30px;
    border-right: unset;
    transition: 0.5s all;
  }
  header .navigation-bar nav li.nav-item:first-child a.nav-link {
    border-left: none;
  }
  header .navbar-toggler {
    width: 30px;
  }
  header .navbar-toggler svg {
    width: 15px;
  }
}
@media screen and (max-width: 400px) {
  header .navigation-bar nav li.nav-item.dropdown .dropdown-menu {
    display: block;
    text-align: center;
    pointer-events: all;
    opacity: 1;
    border-color: #ffffff;
  }
  header .navigation-bar nav li.nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    font-size: 0.8125rem;
  }
  header .navigation-bar.fixed-header .navbar-brand {
    margin-top: 0px;
    max-width: 70px;
  }
}
.banner .block {
  position: relative;
}
.banner .block .image {
  width: 100%;
  height: 100dvh;
}
.banner .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .block .text {
  position: absolute;
  top: calc(50% + 80px);
  left: 100px;
  transform: translateY(-50%);
  width: 450px;
  text-align: left;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s all;
}
.banner .block .text h4 {
  color: #ff8b00;
  font-weight: 700;
}
.banner .block .text p {
  font-weight: 400;
  letter-spacing: 0.07rem;
  color: #f8f8f8;
  margin: 20px 0 30px 0;
}
.banner .block .text .btn {
  font-size: 14px;
  font-weight: 700;
  background: #002333;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #ffffff;
  border: none;
  transition: 0.5s all;
  outline: none;
}
.banner .block .text .btn:hover {
  background: #FF5003;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF8E00, #FF5003);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FF8E00, #FF5003);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .banner {
    position: relative;
  }
  .banner .block {
    position: relative;
  }
  .banner .block .text h6 {
    font-size: 18px;
  }
  .banner .block .text h1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }
  .banner .block .image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner .block .text {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 0;
  }
  .banner .block .text .btn {
    padding: 8px 20px;
    font-size: 12px;
    text-transform: capitalize;
  }
}
.banner .block {
  position: relative;
}
.banner .block .image {
  width: 100%;
  height: 100dvh;
}
.banner .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .block .text {
  position: absolute;
  top: calc(50% + 80px);
  left: 100px;
  transform: translateY(-50%);
  width: 450px;
  text-align: left;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s all;
}
.banner .block .text h4 {
  color: #ff8b00;
  font-weight: 700;
}
.banner .block .text p {
  font-weight: 400;
  letter-spacing: 0.07rem;
  color: #f8f8f8;
  margin: 20px 0 30px 0;
}
.banner .block .text .btn {
  font-size: 14px;
  font-weight: 700;
  background: #002333;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #ffffff;
  border: none;
  transition: 0.5s all;
  outline: none;
}
.banner .block .text .btn:hover {
  background: #FF5003;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF8E00, #FF5003);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FF8E00, #FF5003);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .banner {
    position: relative;
  }
  .banner .block {
    position: relative;
  }
  .banner .block .text h6 {
    font-size: 18px;
  }
  .banner .block .text h1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }
  .banner .block .image {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner .block .text {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 0;
  }
  .banner .block .text .btn {
    padding: 8px 20px;
    font-size: 12px;
    text-transform: capitalize;
  }
}
.why-choose-us {
  background-color: #343435;
}
.why-choose-us .choose-us-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 25px;
}
.why-choose-us .choose-us-wrapper .block .text p {
  padding-top: 10px;
  color: #f8f8f8;
}
.why-choose-us .choose-us-wrapper .block .text.top_txt p {
  padding: 20px 0;
}
.why-choose-us .choose-us-wrapper .block.small {
  flex-basis: calc(30% - 25px);
}
.why-choose-us .choose-us-wrapper .block.small .title h3 {
  position: relative;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  padding-left: 20px;
  text-transform: capitalize;
}
.why-choose-us .choose-us-wrapper .block.small .title h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 3px solid #002333;
  height: 30px;
}
.why-choose-us .choose-us-wrapper .block.large {
  flex-basis: calc(70% - 25px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
}
.why-choose-us .choose-us-wrapper .block.large .choose-box {
  flex-basis: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.why-choose-us .choose-us-wrapper .block.large .choose-box .icon {
  flex-basis: 40px;
}
.why-choose-us .choose-us-wrapper .block.large .choose-box .icon i {
  font-size: 32px;
  color: #ffffff;
}
.why-choose-us .choose-us-wrapper .block.large .choose-box .text {
  flex-basis: calc(100% - 60px);
}
.why-choose-us .choose-us-wrapper .block.large .choose-box .text h5 {
  color: #002333;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.125rem;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .why-choose-us .choose-us-wrapper {
    flex-direction: column;
  }
  .why-choose-us .choose-us-wrapper .block.large {
    gap: 30px 20px;
  }
  .why-choose-us .choose-us-wrapper .block.large .choose-box {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .why-choose-us .choose-us-wrapper .block.small .title h3 {
    font-size: 22px;
  }
  .why-choose-us .choose-us-wrapper .block.large .choose-box .icon i {
    font-size: 26px;
  }
  .why-choose-us .choose-us-wrapper .block.large .choose-box .text h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .choose-us-wrapper .block.small .title h3 {
    font-size: 20px;
  }
  .why-choose-us .choose-us-wrapper .block.large {
    flex-direction: column;
  }
  .why-choose-us .choose-us-wrapper .block.large .choose-box .icon i {
    font-size: 22px;
  }
}
.service .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  margin-top: 60px;
}
.service .service-block {
  flex-basis: calc(33.3333333333% - 20px);
  background-color: #ffffff;
  box-shadow: 0px 40px 15px -39px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.4s all;
  border-radius: 10px;
  overflow: hidden;
}
.service .service-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 24, 24, 0);
  transition: 0.4s all;
}
.service .service-block .image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.service .service-block .text {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 10px;
  transition: 0.4s all;
}
.service .service-block .text .title {
  font-size: 20px;
  font-weight: 500;
  color: #002333;
}
.service .service-block:hover {
  box-shadow: 0px 45px 15px -32px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 992px) {
  .service .service-wrapper {
    gap: 30px 15px;
    margin-top: 40px;
  }
  .service .service-block {
    flex-basis: calc(50% - 15px);
  }
  .service .service-block .text {
    padding: 10px 6px;
  }
  .service .service-block .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .service .service-wrapper {
    margin-top: 30px;
  }
  .service .service-block .text {
    display: block;
    padding: 10px;
  }
  .service .service-block .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .service .service-wrapper {
    flex-direction: column;
  }
}
.about {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
}
.about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #343435;
  z-index: -1;
}
.about .image-block {
  flex-basis: 50%;
  position: relative;
}
.about .image-block .big-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.about .image-block .small-image {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  max-width: 300px;
  aspect-ratio: 1/1;
  z-index: 11;
  box-shadow: 0 0 8px -2px #000000;
  border-radius: 100%;
  overflow: hidden;
}
.about .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .content-block {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 120px;
}
.about .content-block .section-header {
  text-align: left;
  padding-bottom: 0;
}
.about .content-block h6 {
  color: #f8f8f8;
}
.about .content-block h4 {
  text-shadow: none;
  color: #ff8b00;
  font-weight: 700;
  text-transform: capitalize;
}
.about .content-block .desc {
  margin: 30px 0;
}
.about .content-block .desc p {
  color: #f8f8f8;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .about {
    flex-direction: column;
  }
  .about .image-block {
    display: flex;
  }
  .about .image-block .big-image {
    flex-basis: 50%;
    border-radius: 0;
    border: 10px solid #ffffff;
    aspect-ratio: 3/2;
  }
  .about .image-block .small-image {
    flex-basis: 50%;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    max-width: 100%;
    width: 100%;
    z-index: 11;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    border: 10px solid #ffffff;
    aspect-ratio: 3/2;
  }
  .about .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .content-block {
    padding: 60px;
  }
}
@media screen and (max-width: 576px) {
  .about .content-block {
    padding: 30px;
  }
  .about .content-block .wrap .desc {
    margin-top: 20px;
  }
}
.project-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 60px;
}
.project-wrapper .block-image {
  width: 100%;
  height: 100%;
}
.project-wrapper .block-image .figure {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.project-wrapper .block-image .figure::before {
  content: "";
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  background-color: rgba(255, 139, 0, 0.3);
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.project-wrapper .block-image .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 65%;
  transition: transform 1s, filter 0.6s ease-in-out 0.2s;
  filter: brightness(120%);
}
.project-wrapper .block-image p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.project-wrapper .block-image:hover .figure::before {
  top: 50%;
  height: 100%;
}
.project-wrapper .block-image:hover .figure img {
  filter: brightness(100%);
  transform: scale(1.25);
}

@media screen and (max-width: 992px) {
  .project-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
  .project-wrapper.front-project {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .project-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .project-wrapper {
    grid-template-columns: 1fr;
  }
  .project-wrapper.front-project {
    grid-template-columns: 1fr;
  }
  .project-wrapper .block-image .figure {
    width: 100%;
  }
  .project-wrapper .block-image .figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}
.quote .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.quote .wrapper .form-content {
  flex-basis: calc(50% - 30px);
}
.quote .wrapper .form-content .sub-title h5 {
  font-size: 1.75rem;
  color: #1a1818;
  font-weight: 700;
  text-transform: capitalize;
  word-spacing: 5px;
}
.quote .wrapper .form-content .sub-title h5 span {
  color: #ff8b00;
}
.quote .wrapper .form-content .sub-title p {
  color: #1a1818;
  margin-top: 15px;
  line-height: 1.5;
}
.quote .wrapper .form-content .icon-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 10px;
  margin-top: 40px;
}
.quote .wrapper .form-content .icon-group .icon-wrap {
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  overflow: visible;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block {
  border-radius: 100%;
  flex-basis: calc(25% - 5px);
  background-color: #343435;
  position: relative;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 0;
  height: 0;
  border-radius: 100%;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block i,
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block span {
  font-size: 1.125rem;
  color: #f8f8f8;
  text-transform: capitalize;
}
.quote .wrapper .form-content .icon-group .icon-wrap .icon-block:hover::before {
  width: 105%;
  height: 105%;
}
.quote .wrapper .form-content .icon-group .icon-wrap .info {
  flex-basis: calc(75% - 5px);
}
.quote .wrapper .form-content .icon-group .icon-wrap .info h6 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #1a1818;
}
.quote .wrapper .form-content .icon-group .icon-wrap .info p {
  overflow-wrap: anywhere;
  line-height: 1.3;
  color: #1a1818;
  margin-top: 5px;
}
.quote .wrapper .form-block {
  flex-basis: calc(50% - 30px);
  background-color: #343435;
  padding: 30px;
  border-radius: 20px;
}
.quote .wrapper .form-block .form .form-group label {
  color: #f8f8f8;
  font-size: 1.125rem;
}
.quote .wrapper .form-block .form .form-group .form-input {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.quote .wrapper .form-block .form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #ffffff;
}
.quote .wrapper .form-block .form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #ffffff;
  border-bottom: 1px solid #ffffff;
}
.quote .wrapper .form-block .form .form-group .form-input option {
  color: #1a1818;
}

@media screen and (max-width: 992px) {
  .quote .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .quote .wrapper .form-content .icon-group {
    gap: 20px 10px;
    margin-top: 30px;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .icon-block {
    flex-basis: calc(20% - 5px);
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info {
    flex-basis: calc(80% - 5px);
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info h6 {
    font-size: 1rem;
  }
  .quote .wrapper .form-block {
    width: 100%;
    padding: 20px;
  }
  .quote .wrapper .form-block .form .form-group label {
    font-size: 1.125rem;
  }
  .quote .wrapper .form-block .form .form-group .form-input {
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  .quote .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .quote .wrapper .form-content .icon-group {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap {
    justify-content: space-between;
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .icon-block {
    flex-basis: calc(15% - 10px);
  }
  .quote .wrapper .form-content .icon-group .icon-wrap .info {
    flex-basis: calc(85% - 10px);
  }
}
@media screen and (max-width: 320px) {
  .quote .wrapper .form-content .icon-group .icon-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
  }
}
.what-we-offer .offer-wrap {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what-we-offer .offer-wrap .offer-block {
  flex-basis: calc(50% - 20px);
}
.what-we-offer .offer-wrap .offer-block .main-title h5 {
  font-size: 1.75rem;
  color: #1a1818;
  font-weight: 700;
  text-transform: uppercase;
  word-spacing: 5px;
}
.what-we-offer .offer-wrap .offer-block .main-title h5 span {
  color: #ff8b00;
}
.what-we-offer .offer-wrap .offer-block .main-title h4 {
  text-shadow: none;
  color: #1a1818;
  font-weight: 700;
  margin-block: 10px 20px;
}
.what-we-offer .offer-wrap .offer-block .main-title p {
  margin-bottom: 30px;
  color: #1a1818;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning {
  margin-bottom: 30px;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning h6 {
  font-weight: 700;
  text-transform: capitalize;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning li.list {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 15px;
  padding-left: 30px;
}
.what-we-offer .offer-wrap .offer-block ul.cleaning li.list::before {
  content: "\f054";
  position: absolute;
  left: 0;
  font-family: "fontawesome";
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ff8b00;
}
.what-we-offer .offer-wrap .offer-block .image {
  height: 100%;
}
.what-we-offer .offer-wrap .offer-block .image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .what-we-offer .offer-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .what-we-offer .offer-wrap .offer-block .image {
    width: 100%;
    aspect-ratio: 4/2;
  }
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-features .abtfeatures-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.about-features .abtfeatures-block .img-block {
  flex-basis: calc(50% - 30px);
  height: auto;
}
.about-features .abtfeatures-block .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.about-features .abtfeatures-block .content {
  flex-basis: calc(50% - 30px);
}
.about-features .abtfeatures-block .content h5 {
  font-size: 1.75rem;
  font-weight: 900;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: capitalize;
  color: #ff8b00;
}
.about-features .abtfeatures-block .content p {
  font-size: 16px;
  margin-top: 30px;
  color: #1a1818;
}
.about-features .abtfeatures-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .about-features .abtfeatures-block {
    flex-direction: column;
    gap: 20px;
  }
  .about-features .abtfeatures-block:nth-child(even) {
    flex-direction: column;
  }
  .about-features .abtfeatures-block .img-block img {
    aspect-ratio: 5/2;
  }
  .about-features .abtfeatures-block .content {
    text-align: center;
  }
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.5rem;
  }
  .about-features .abtfeatures-block .content p {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 481px) {
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.25rem;
  }
}
.testimonial .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.testimonial .wrapper .testimonial-image {
  width: 45%;
}
.testimonial .wrapper .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial .wrapper .testimonial-group {
  width: 55%;
  background-color: #1a1818;
  padding: 60px 50px;
}
.testimonial .wrapper .testimonial-group .section-header {
  text-align: left;
  margin: 0;
  padding-bottom: 0;
}
.testimonial .wrapper .testimonial-group .section-header h4 {
  text-shadow: none;
  color: #f8f8f8;
}
.testimonial .wrapper .testimonial-group .section-header h6 {
  text-transform: capitalize;
  color: #ffffff;
}
.testimonial .wrapper .testimonial-slider .slick-arrow {
  width: 40px;
}
.testimonial .wrapper .testimonial-slider .slick-arrow.left {
  top: calc(100% - 20px);
  transform: translate(-100%, 0);
  left: calc(100% + 50px);
  z-index: 9;
}
.testimonial .wrapper .testimonial-slider .slick-arrow.right {
  right: -50px;
  top: calc(100% + 20px);
  transform: translateY(0);
}
.testimonial .wrapper .testimonial-slider .slick-arrow i {
  color: #ffffff;
}

.testimonial-block .block-wrap .top-content p {
  color: #f8f8f8;
  line-height: 1.5;
  margin: 30px 0;
}
.testimonial-block .block-wrap .bottom-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.testimonial-block .block-wrap .bottom-content .figure {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-block .block-wrap .bottom-content .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-block .block-wrap .bottom-content .details h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}
.testimonial-block .block-wrap .bottom-content .details p {
  font-weight: 300;
  color: #f8f8f8;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .testimonial .wrapper {
    flex-direction: column;
  }
  .testimonial .wrapper .testimonial-image {
    width: 100%;
  }
  .testimonial .wrapper .testimonial-group {
    padding: 20px 40px;
    width: 100%;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow {
    width: 40px;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.left {
    top: calc(100% - 60px);
    left: calc(100% + 40px);
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.right {
    right: -40px;
    top: calc(100% - 20px);
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow i {
    color: #ffffff;
  }
  .testimonial-block .block-wrap {
    width: 100%;
  }
  .testimonial-block .block-wrap .top-content p {
    color: #f8f8f8;
    line-height: 1.5;
    margin: 20px 0;
  }
  .testimonial-block .block-wrap .bottom-content {
    margin-top: 30px;
  }
  .testimonial-block .block-wrap .bottom-content .figure {
    width: 40px;
  }
  .testimonial-block .block-wrap .bottom-content .details h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .testimonial .wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .testimonial .wrapper .testimonial-image {
    width: 100%;
  }
  .testimonial .wrapper .testimonial-group {
    width: 100%;
    padding: 40px;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow {
    width: 40px;
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.left {
    top: calc(100% - 40px);
  }
  .testimonial .wrapper .testimonial-slider .slick-arrow.right {
    top: 100%;
  }
  .testimonial-block .block-wrap {
    width: 100%;
  }
}
section.callus-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.callus-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
section.callus-section .bgleft {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 250px;
  z-index: -1;
}
section.callus-section .bgright {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 250px;
  z-index: -1;
}
section.callus-section .icon {
  position: absolute;
  top: 50px;
  right: 100px;
}
section.callus-section .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  z-index: 11;
}
section.callus-section .block .text {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
section.callus-section .block .text h4 {
  color: #ff8b00;
  padding-bottom: 20px;
  font-weight: 900;
}
section.callus-section .block .text h6 {
  color: #002333;
  padding-bottom: 20px;
}
section.callus-section .block .text p {
  color: #f8f8f8;
}
section.callus-section .block .text .button {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  section.callus-section .block .text h4 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  section.callus-section .block .text h6 {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.callus-section {
    padding: 40px 0;
    background: #ffffff;
    text-align: -webkit-center;
    position: relative;
  }
  section.callus-section .container {
    max-width: 400px;
  }
  section.callus-section .bgleft {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 200px;
  }
  section.callus-section .bgright {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
  }
  section.callus-section .icon {
    position: absolute;
    top: 20px;
    right: 50px;
  }
  section.callus-section .icon img {
    max-width: 100px;
  }
  section.callus-section .block .image {
    display: none;
  }
  section.callus-section .block .text {
    flex-basis: 100%;
  }
  section.callus-section .block .text h4 {
    font-size: 22px;
  }
  section.callus-section .block .text h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  section.callus-section {
    padding: 10px 0;
    background: #ffffff;
    text-align: -webkit-center;
    position: relative;
  }
  section.callus-section .container {
    max-width: 400px;
  }
  section.callus-section .bgleft {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px;
  }
  section.callus-section .bgright {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100px;
  }
  section.callus-section .icon {
    position: absolute;
    top: 20px;
    right: 5px;
  }
  section.callus-section .icon img {
    max-width: 70px;
  }
  section.callus-section .block {
    text-align: center;
  }
  section.callus-section .block .image {
    text-align: -webkit-center;
    display: none;
  }
  section.callus-section .block .image img {
    max-height: 300px;
  }
  section.callus-section .block .text {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    align-self: center;
    padding: 40px 0;
  }
  section.callus-section .block .text h4 {
    font-size: 22px;
    color: #002333;
    padding-bottom: 10px;
    font-weight: 600;
  }
  section.callus-section .block .text h6 {
    font-size: 15px;
    color: #002333;
    padding-bottom: 20px;
  }
}
.footer {
  background: #343435;
  color: #ffffff;
  padding-bottom: 0;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.footer .footer-wrapper .image {
  flex-basis: calc(25% - 20px);
  display: grid;
  place-items: center;
}
.footer .footer-wrapper .image .figure {
  max-width: 250px;
  padding: 10px;
  border-radius: 10px;
}
.footer .footer-wrapper .image img {
  width: 100%;
  height: 100%;
}
.footer .footer-wrapper .footer-deatil {
  flex-basis: calc(75% - 20px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer .footer-wrapper .footer-deatil .counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 10px;
}
.footer .footer-wrapper .footer-deatil .counter .block {
  flex-basis: calc(33.3333333333% - 10px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  background: rgba(26, 25, 25, 0.5);
  padding: 20px;
  border-radius: 10px;
}
.footer .footer-wrapper .footer-deatil .counter .block .icon {
  align-self: Center;
}
.footer .footer-wrapper .footer-deatil .counter .block .icon i {
  font-size: 30px;
  color: #ff8b00;
  padding-right: 10px;
  border-right: 1px dashed #ffffff;
}
.footer .footer-wrapper .footer-deatil .counter .block .text h5 {
  font-size: 14px;
  font-weight: 700;
  color: #ff8b00;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer .footer-wrapper .footer-deatil .counter .block .text h4 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .footer-wrapper .footer-deatil .web-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.footer .footer-wrapper .footer-deatil .web-link .footer-block {
  flex-basis: calc(33.3333333333% - 10px);
  background: rgba(26, 25, 25, 0.5);
  padding: 20px;
  border-radius: 10px;
}
.footer .footer-wrapper .footer-deatil .web-link .footer-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer .footer-wrapper .footer-deatil .web-link .footer-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border: 2px solid #e9ae0c;
  width: 10%;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item {
  padding-top: 10px;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .nav-link,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .nav-link,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item a {
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  overflow-wrap: anywhere;
  line-height: 1.2;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .nav-link:hover,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li a:hover,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .nav-link:hover,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item a:hover {
  color: #ff8b00;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li h6,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item h6 {
  color: #ffffff;
  font-size: 14px;
  padding-top: 10px;
  font-weight: 600;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .address a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .phone a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .mail a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .address a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .phone a,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item .mail a {
  padding: 2px 0;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.social-links,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item.social-links {
  margin-top: 20px;
  background: unset;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.social-links i,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item.social-links i {
  background: rgba(66, 65, 65, 0.5);
  padding: 10px;
  margin-right: 10px;
  transition: 0.5s all;
}
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.social-links i:hover,
.footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .nav-item.social-links i:hover {
  transform: scale(1.1);
}
.footer .footer-bottom {
  text-align: center;
  background: #343435;
}
.footer .footer-bottom p,
.footer .footer-bottom a {
  font-weight: 500;
  padding: 10px 0px;
  margin-bottom: 0;
  color: #ffffff;
}
.footer .footer-bottom p a,
.footer .footer-bottom a a {
  display: inline;
}

@media screen and (max-width: 992px) {
  .footer .container {
    max-width: 900px;
  }
  .footer .footer-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer-wrapper .image .figure {
    max-width: 150px;
    padding: 10px;
  }
  .footer .footer-wrapper .footer-deatil {
    gap: 30px;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .icon i {
    font-size: 25px;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text h5 {
    font-size: 12px;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text h4 {
    font-size: 20px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item a {
    font-size: 14px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .footer-deatil .counter .block {
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .icon {
    width: 50px;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    border-radius: 5px;
    border: 1px solid #ffffff;
    transition: 0.3s ease-in-out;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .icon i {
    font-size: 20px;
    border: none;
    padding: 0;
    transition: 0.3s ease-in-out 0.2s;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .icon:hover {
    background-color: #ffffff;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .icon:hover i {
    color: #1a1818;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text {
    margin-top: 10px;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text h5 {
    font-size: 15px;
  }
  .footer .footer-wrapper .footer-deatil .counter .block .text h4 {
    font-size: 18px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item a {
    font-size: 14px;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-wrapper .footer-deatil .counter {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-deatil .counter .block {
    width: 250px;
    margin: 0 auto;
  }
  .footer .footer-wrapper .footer-deatil .web-link {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-deatil .web-link .footer-block {
    width: 350px;
    margin: 0 auto;
  }
  .footer .footer-wrapper .footer-deatil .web-link .footer-block .footer-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link .footer-block .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item {
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item a.nav-link {
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.nav-item h6 {
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .address,
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .phone,
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li .mail {
    text-align: center;
  }
  .footer .footer-wrapper .footer-deatil .web-link ul.footer-menu-items li.social-links {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-wrapper .footer-deatil .counter .block {
    width: 100%;
  }
  .footer .footer-wrapper .footer-deatil .web-link .footer-block {
    width: 100%;
  }
}
.page-about .about .full-content-block {
  margin: 60px 0;
}
.page-about .about .full-content-block p {
  color: #f8f8f8;
  margin-top: 20px;
}
.page-about .about .full-content-block p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .page-about .about .content-block {
    max-width: 960px;
    margin: auto;
    padding: 60px 10px 0;
  }
  .page-about .about .content-block .wrap .desc {
    margin-bottom: 0;
  }
  .page-about .about .full-content-block {
    margin: 0 0 60px 0;
  }
  .page-about .about .full-content-block p {
    color: #f8f8f8;
    margin-top: 20px;
  }
  .page-about .about .full-content-block p:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-about .about .content-block {
    max-width: 720px;
    padding: 40px 10px 0;
  }
  .page-about .about .full-content-block {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .content-block {
    max-width: 540px;
    padding: 30px 10px 0;
  }
  .page-about .about .full-content-block {
    margin: 0 0 30px 0;
  }
}
.main .service .title {
  padding-bottom: 50px;
}
.main .service .title h2 {
  font-size: 32px;
  text-align: center;
  position: relative;
  padding-bottom: 3px;
  color: #002333;
}
.main .service .title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 4px dashed #333;
  width: 80px;
}
.main .service .service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.main .service .wraps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.main .service .wraps figure {
  flex-basis: 40%;
  height: auto;
}
.main .service .wraps figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .service .wraps .text {
  flex-basis: calc(60% - 30px);
}
.main .service .wraps .text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff8b00;
}
.main .service .wraps .text p {
  margin-top: 20px;
}
.main .service .wraps:nth-child(even) {
  flex-direction: row-reverse;
}
.main .service .wraps:nth-child(even) .text {
  padding-right: 20px;
}
.main .service .wraps:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .main .service .title {
    padding-bottom: 40px;
  }
  .main .service .title h2 {
    font-size: 28px;
  }
  .main .service .service-wrapper {
    gap: 40px;
  }
  .main .service .wraps {
    flex-direction: column;
    align-items: center;
  }
  .main .service .wraps .text h4 {
    font-size: 22px;
  }
  .main .service .wraps:nth-child(even) {
    flex-direction: column;
  }
  .main .service .wraps:nth-child(even) .text {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .service .wraps .text {
    text-align: center;
    padding: 0;
  }
  .main .service .wraps .text p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .main .service .service-wrapper {
    gap: 30px;
  }
  .main .service .wraps .text h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .main .service .title {
    padding-bottom: 30px;
  }
}
.page-contact .contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-block: 60px;
}
.page-contact .information {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-contact .information a {
  padding: 20px;
  border: 1px solid #002333;
  transition: 0.5s all;
}
.page-contact .information a:hover {
  background: #159957;
  background: -webkit-linear-gradient(to right, #155799, #159957);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #155799, #159957);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.page-contact .information a:hover .block .icon i {
  color: #ffffff;
}
.page-contact .information a:hover .block .text .title,
.page-contact .information a:hover .block .text .desc {
  color: #ffffff;
}
.page-contact .information a .block .icon {
  margin-right: 25px;
  align-self: center;
  transition: 0.5s all;
}
.page-contact .information a .block .icon i {
  font-size: 2rem;
  color: #002333;
  transition: 0.5s all;
}
.page-contact .information a .block .text {
  transition: 0.5s all;
}
.page-contact .information a .block .text .title {
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
}
.page-contact .information a .block .text .desc {
  font-size: 0.9375rem;
  color: #525252;
}
.page-contact .social-sites {
  justify-content: space-between;
  margin: 40px 0;
}
.page-contact .social-sites a {
  max-width: 150px;
}
.page-contact .form-wrapper {
  flex-basis: calc(60% - 40px);
}
.page-contact .form-wrapper h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #002333;
  margin-bottom: 20px;
}
.page-contact .google-map iframe {
  width: 100%;
  display: block;
  min-height: 350px;
}

@media screen and (max-width: 992px) {
  .page-contact .information a .block .icon i {
    font-size: 1.5rem;
  }
  .page-contact .information a .block .text .title {
    font-size: 1rem;
  }
  .page-contact .information a .block .text .desc {
    font-size: 0.875rem;
  }
  .page-contact .form-wrapper {
    flex-basis: calc(60% - 40px);
  }
  .page-contact .form-wrapper h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #002333;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .contact-wrapper {
    flex-direction: column;
  }
}
section.quote-section .image img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section.quote-section .form-wrapper {
  background: #ffffff;
  padding: 10px;
}
section.quote-section .form-wrapper form .form-group {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
section.quote-section .form-wrapper form .form-group .form-control {
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  color: #1a1818;
}
section.quote-section .form-wrapper form .form-group textarea {
  resize: none;
  min-height: 150px;
}
section.quote-section .form-wrapper form .btn {
  border-radius: 30px;
}
section.quote-section .form-wrapper form .btn a {
  color: #ffffff;
}
section.quote-section .form-wrapper form .btn a:hover {
  color: #002333;
}
section.quote-section h3.contact-head {
  color: #1a1818;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}
section.quote-section h3.contact-head::after {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  background-color: #002333;
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  section.quote-section .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  section.quote-section {
    background: url(../images/quote.jpg) no-repeat center center/cover;
    padding: 50px 0;
  }
  section.quote-section .image {
    display: none;
  }
  section.quote-section .form-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 40px;
  }
  section.quote-section .form-wrapper form .form-group .form-control {
    font-size: 15px;
  }
  section.quote-section .form-wrapper form .form-group textarea {
    min-height: 100px;
  }
}
.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;
  align-items: flex-start;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  /* Service Single Page Only */
  /* Product Single Page Only */
}
.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-page-content .image-wrapper .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
}
.single-service-wrap .service-page-content .image-wrapper .gallery-wrapper .gallery-image figure {
  aspect-ratio: 3/2;
}
.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: #ff8b00;
  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: #002333;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .our-project {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.single-service-wrap .full-page-content .our-project .project-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
  margin: 0;
}
.single-service-wrap .full-page-content .our-project .project-wrapper .img-block {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 5px;
}
.single-service-wrap .full-page-content .our-project .project-wrapper .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .full-page-content .our-project .project-wrapper .img-block:first-child {
  grid-row: initial;
  grid-column: initial;
}
.single-service-wrap .desc-group {
  /* This styling is for the product single page */
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #002333;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1a1818;
  margin-bottom: 20px;
}
.single-service-wrap .desc-group p:last-child {
  margin-bottom: 0;
}
.single-service-wrap .desc-group ul {
  margin-bottom: 30px;
}
.single-service-wrap .desc-group ul h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff8b00;
  text-transform: capitalize;
}
.single-service-wrap .desc-group ul li {
  font-size: 1rem;
  color: #1a1818;
  margin-top: 10px;
}
.single-service-wrap .desc-group ul li strong {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
}
.single-service-wrap .desc-group ul:last-child {
  margin-bottom: 0;
}
.single-service-wrap .desc-group .desc ul li {
  display: list-item;
  list-style: circle;
  list-style-position: inside;
}

@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;
    /* Product Single Page Only */
  }
  .single-service-wrap .service-page-content .image-wrapper .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-service-wrap .service-page-content .image-wrapper .gallery-wrapper .gallery-image figure {
    aspect-ratio: 3/2;
  }
  .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 .full-page-content .our-project .project-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-service-wrap .full-page-content .our-project .project-wrapper .img-block {
    aspect-ratio: 2/3;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 481px) {
  .single-service-wrap .full-page-content .our-project .project-wrapper {
    grid-template-columns: 1fr;
  }
  .single-service-wrap .full-page-content .our-project .project-wrapper .img-block {
    aspect-ratio: 2/3;
  }
}

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