/*!
Theme Name: Linear Web - Laid Right Tile & Stone
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_laidrighttile
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 - Laid Right Tile & Stone 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=Wix+Madefor+Display:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* ----- WP Scss File ------- */
/* Main Fonts */
/* Colors */
/* mostly used color */
/* Radius */
/* Format for offline font */
@font-face {
  font-family: "thepostgatesdemo";
  src: url("fonts/thepostgatesdemo.ttf") format("ttf");
}
body {
  background-color: #161515;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Wix Madefor Display", sans-serif;
  color: inherit;
}

p {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  color: #e0dfde;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #292929;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.breadcrumb {
  padding: 40px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  position: relative;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.breadcrumb .wrapper h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  word-spacing: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
}
.breadcrumb .wrapper .breadcrumb-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.breadcrumb .wrapper .breadcrumb-listing li {
  text-transform: capitalize;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.breadcrumb .wrapper .breadcrumb-listing li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.breadcrumb .wrapper .breadcrumb-listing li:first-child {
  padding-left: 0;
}
.breadcrumb .wrapper .breadcrumb-listing li:first-child::before {
  display: none;
}
.breadcrumb .wrapper .breadcrumb-listing li a {
  color: #ffffff;
  position: relative;
  transition: 0.3s ease-in-out;
  line-height: 1.5;
}
.breadcrumb .wrapper .breadcrumb-listing li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.breadcrumb .wrapper .breadcrumb-listing li a:hover::before {
  width: 100%;
}
.breadcrumb .wrapper .breadcrumb-listing li p {
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: capitalize;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

@media screen and (max-width: 1400px) {
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 1.5rem;
  }
  .breadcrumb .wrapper .breadcrumb-listing {
    display: flex;
    gap: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 1.25rem;
  }
  .breadcrumb .wrapper .breadcrumb-listing {
    gap: 5px;
    margin-top: 10px;
  }
  .breadcrumb .wrapper .breadcrumb-listing .bread-list .bread-link {
    font-size: 0.75rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 30px;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small {
  font-size: 0.75rem;
  padding: 8px 16px;
}
.btn.btn-custom-mid {
  font-size: 0.875rem;
  padding: 10px 20px;
}
.btn.btn-custom-large {
  font-size: 1rem;
  padding: 12px 26px;
}
.btn.btn-primary {
  background-color: #72a6c4;
  color: #ffffff;
  border-color: #72a6c4;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #72a6c4;
  color: #72a6c4;
}
.btn.btn-primary:hover .btn-wrap i {
  color: #72a6c4;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #72a6c4;
  color: #72a6c4;
}
.btn.btn-primary-ghost:hover {
  background-color: #72a6c4;
  color: #ffffff;
  border-color: #72a6c4;
}
.btn.btn-secondary {
  background-color: #e0dfde;
  color: #ffffff;
  border-color: #e0dfde;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #e0dfde;
  color: #e0dfde;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #e0dfde;
  color: #e0dfde;
}
.btn.btn-secondary-ghost:hover {
  background-color: #e0dfde;
  color: #ffffff;
  border-color: #e0dfde;
}
.btn.btn-whitey {
  background-color: #ffffff;
  color: #72a6c4;
  border-color: #ffffff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #ffffff;
  color: #72a6c4;
  border-color: #ffffff;
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-black:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-black-ghost:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn.btn-wrap span {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-inline-end: 8px;
  transition: 0.5s ease-in-out;
}
.btn.btn-wrap i {
  display: inline-block;
  font-size: 0.75rem;
  transition: 0.5s ease-in-out 0.1s;
}
.btn.btn-wrap:hover i {
  transform: translateX(10px);
}

.section {
  padding: 120px 0;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.container {
  max-width: 1500px;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1200px) {
  .section {
    padding: 100px 0;
  }
  .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 80px 0;
  }
  .container {
    max-width: 760px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .container {
    max-width: 580px;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
}
figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

.main-title {
  margin-bottom: 60px;
  text-align: center;
}
.main-title h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  line-height: 1;
}
.main-title h4 span {
  font-family: "thepostgatesdemo";
  font-weight: 350;
  color: #e0dfde;
  text-transform: capitalize;
  line-height: 1;
}
.main-title h4 span.fadecolor {
  color: #929496;
}
.main-title h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fcfcfc;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.main-title p {
  max-width: 950px;
  margin-inline: auto;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 60px;
  color: #fcfcfc;
}

.background-attachment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .main-title p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .main-title {
    margin-bottom: 40px;
  }
  .main-title h4 {
    font-size: 3rem;
  }
  .main-title p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 30px;
  }
  .main-title h4 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.025em;
  }
  .main-title p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .main-title h4 {
    font-size: 2rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1rem;
  color: #e0dfde;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.form .form-group .form-input {
  padding: 10px;
  font-size: 1rem;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 20px;
  resize: none;
  width: 100%;
  color: #e0dfde;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #e0dfde;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #292929;
  border-bottom: 1px solid #292929;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.icon-block {
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #e0dfde;
  border-radius: 10px;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #72a6c4;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block i {
  color: #ffffff;
  transition: 0.3s ease-in-out 0.2s;
}
.icon-block:hover::before {
  height: 100%;
}
.icon-block:hover i {
  color: #292929;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(114, 166, 196, 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(114, 166, 196, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #e0dfde;
  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(114, 166, 196, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: rgb(78.045, 143.305, 180.955);
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #7f8490;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #72a6c4;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #72a6c4;
}

.slick-arrow {
  position: absolute;
  right: 80px;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(127, 132, 144, 0.5);
  background-color: rgba(127, 132, 144, 0.5);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  z-index: 9999;
}
.slick-arrow i {
  font-size: 0.875rem;
  color: #72a6c4;
  transition: 0.5s ease-in-out 0.2s;
}
.slick-arrow.left {
  top: calc(50% + 25px);
  z-index: 9;
}
.slick-arrow.right {
  top: calc(50% - 25px);
}
.slick-arrow:hover .slick-arrow {
  border: 1px solid #7f8490;
}
.slick-arrow:hover .slick-arrow:hover {
  background-color: transparent;
}
.slick-arrow:hover .slick-arrow:hover i {
  color: #000000;
}

.header {
  z-index: 99;
  background-color: #000000;
}
.header .top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.header .top-nav .button .btn {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(206, 203, 203, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(206, 203, 203, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(206, 203, 203, 0);
  }
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header .navbar .navbar-brand {
  display: none;
}
.header .navbar .navbar-collapse {
  flex-grow: 0;
}
.header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  align-items: center;
  gap: 0 20px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 0 0;
  margin: 5px 10px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 5px 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
  color: #ffffff;
  font-weight: 400;
  padding: 10px 30px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary:hover {
  color: #72a6c4;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
  color: #72a6c4;
  font-weight: 400;
  padding: 10px 50px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost:hover {
  color: #ffffff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #72a6c4;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link.btn-primary, .header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.btn-primary {
  color: #72a6c4;
  background-color: transparent;
  font-weight: 400;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  font-weight: 700;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown i {
  font-size: 0.75rem;
  transition: 0.5s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover i {
  transform: rotate(180deg);
  color: #72a6c4;
}
.header .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
}
.header .navbar-brand figure {
  max-width: 140px;
}
.header .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #000000;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid rgba(114, 166, 196, 0.18);
  z-index: 9999;
}
.header.fixed-header .top-nav {
  display: none;
}
.header.fixed-header .navbar-brand figure {
  max-width: 140px;
}
.header.fixed-header .navbar {
  padding: 5px 0;
  justify-content: space-between;
}
.header.fixed-header .navbar .navbar-brand {
  display: block;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem;
  color: #ffffff;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
  color: #000000;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
  color: #72a6c4;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #72a6c4;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.btn-primary, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link.btn-primary {
  background-color: transparent;
  color: #72a6c4;
}
.header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.btn-primary-ghost, .header.fixed-header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link.btn-primary-ghost {
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .header .navbar {
    padding: 10px 0;
  }
  .header .navbar .navbar-brand figure {
    max-width: 140px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    gap: 0 15px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
    padding: 10px 25px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    padding: 8px 0;
    font-size: 0.875rem;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary {
    padding: 8x 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.btn-primary-ghost {
    padding: 8px 35px;
  }
}
@media screen and (max-width: 992px) {
  .header .top-nav {
    display: none;
  }
  .header .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 35px;
    aspect-ratio: 1/1;
    border: none;
  }
  .header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #ffffff;
  }
  .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: #ffffff;
  }
  .header .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  .header .navbar-toggler[aria-expanded=true] svg {
    fill: #ffffff;
  }
  .header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  .header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  .header .navbar {
    padding: 10px 0;
    justify-content: space-between;
  }
  .header .navbar .navbar-brand {
    display: block;
  }
  .header .navbar .navbar-brand figure {
    max-width: 150px;
  }
  .header .navbar .navbar-collapse {
    justify-content: center;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .header .navbar .navbar-collapse .wrap-navCollapse .estimate-nav {
    display: none;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    margin: auto;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
    padding: 8px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  .header.fixed-header .navbar-toggler {
    width: 25px;
  }
  .header.fixed-header .navbar-toggler svg {
    fill: #ffffff;
    width: 20px;
  }
  .header.fixed-header .navbar-toggler svg.cross path {
    stroke: #ffffff;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    max-width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .navbar {
    width: 100%;
  }
  .header .navbar .navbar-brand figure {
    width: 100px;
  }
  .header .navbar .navbar-nav {
    width: 100%;
  }
  .header.fixed-header .navbar .navbar-brand figure {
    width: 130px;
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner .banner-slider {
  width: 100%;
}
.banner .banner-slider .banner-block {
  position: relative;
}
.banner .banner-slider .banner-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.banner .banner-slider .banner-block .figure {
  height: 100dvh;
  display: block;
}
.banner .banner-slider .banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s ease;
}
.banner .banner-slider .banner-block .content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 600px;
  z-index: 2;
}
.banner .banner-slider .banner-block .content h6 {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.banner .banner-slider .banner-block .content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  word-spacing: 5px;
  margin-block: 10px;
}
.banner .banner-slider .banner-block .content p {
  color: #fcfcfc;
  margin-block: 20px 50px;
}
.banner .banner-slider .banner-block .content .button {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.banner .banner-slider .banner-block .content .button .btn-whitey-ghost i {
  animation: grow 4s infinite;
}
@keyframes grow {
  0% {
    transform: scale(1.3) rotate(50deg);
  }
  25% {
    transform: scale(1) rotate(0);
  }
  50% {
    transform: scale(1.3) rotate(-50deg);
  }
  75% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1.3) rotate(50deg);
  }
}
.banner .banner-slider .banner-block .content .review p {
  color: #fcfcfc;
  font-size: 0.9375rem;
}
.banner .banner-slider .banner-block .content .review .review-image {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 80px;
}
.banner .banner-slider .animate-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}
.banner .banner-slider .swiper-slide-active .figure img {
  transform: scale(1.1);
}
.banner .banner-slider .swiper-slide-active .animate-item {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1440px) {
  .banner .banner-slider .banner-block .content {
    left: 5%;
    gap: 30px;
  }
  .banner .banner-slider .banner-block .content .button {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    background-color: #000000;
  }
  .banner .banner-slider .banner-block .figure {
    height: 100%;
  }
  .banner .banner-slider .banner-block .figure img {
    aspect-ratio: 3/2;
  }
  .banner .banner-slider .banner-block .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .banner .banner-slider .banner-block .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    padding: 20px 40px;
    max-width: 100%;
    background-color: #000000;
  }
  .banner .banner-slider .banner-block .content h6 {
    font-size: 0.75rem;
  }
  .banner .banner-slider .banner-block .content h2 {
    font-size: 2rem;
  }
  .banner .banner-slider .banner-block .content p {
    margin-block: 20px 30px;
  }
  .banner .banner-slider .animate-item {
    transform: translateY(80px);
  }
}
.about .main-title {
  text-align: left;
  margin-bottom: 30px;
}
.about .main-title h4 {
  color: #72a6c4;
  font-weight: 800;
}
.about .main-title h4 span {
  color: #fcfcfc;
  text-transform: capitalize;
}
.about .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: initial;
  gap: 40px;
}
.about .wrapper .about-features {
  flex-basis: calc(45% - 40px);
  min-width: 0;
  max-height: fit-content;
  background-color: #000000;
  margin-top: -80px;
  z-index: 1;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.about .wrapper .about-features .main-title {
  margin-bottom: 60px;
  text-align: center;
}
.about .wrapper .about-features .main-title h4 {
  color: #72a6c4;
  font-size: 2.2rem;
  line-height: 1.2;
}
.about .wrapper .about-features .feature .feature-block p {
  color: #fcfcfc;
}
.about .wrapper .about-content {
  flex-basis: calc(55% - 40px);
  min-width: 0;
  padding: 60px 0;
}
.about .wrapper .about-content p {
  color: #fcfcfc;
}
.about .wrapper .about-content .sub {
  margin-top: 30px;
}
.about .wrapper .about-content .sub h4 {
  font-weight: 800;
  color: #72a6c4;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
}
.about .wrapper .about-content .sub h4 span {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #fcfcfc;
}
.about .wrapper .about-content .sub p {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .about .wrapper {
    flex-direction: column;
    justify-content: initial;
    align-items: start;
    gap: 40px;
  }
  .about .wrapper .about-features {
    min-width: 0;
    width: 100%;
    margin-top: 60px;
  }
  .about .wrapper .about-features .main-title {
    margin-bottom: 20px;
  }
  .about .wrapper .about-features .main-title h4 {
    font-size: 2rem;
  }
  .about .wrapper .about-content {
    padding: 0;
  }
  .about .wrapper .about-content .sub {
    margin-top: 30px;
  }
}
.why-choose-us {
  padding-bottom: 20px;
}
.why-choose-us .wrapper {
  flex-direction: row-reverse;
  gap: 40px;
  align-items: initial;
}
.why-choose-us .wrapper .why-choose-us-image {
  flex-basis: 45%;
  position: relative;
}
.why-choose-us .wrapper .why-choose-us-image .figure {
  height: 100%;
  width: 100%;
}
.why-choose-us .wrapper .why-choose-us-image .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}
.why-choose-us .wrapper .why-choose-us-content {
  flex-basis: 45%;
}
.why-choose-us .wrapper .why-choose-us-content .main-title {
  margin-bottom: 10px;
  text-align: left;
}
.why-choose-us .wrapper .why-choose-us-content .main-title h4 {
  font-weight: 800;
  font-size: 3rem;
  color: #e0dfde;
}
.why-choose-us .wrapper .why-choose-us-content .main-title h6 {
  font-size: 1.75rem;
  color: #72a6c4;
  font-weight: 700;
  text-transform: capitalize;
}
.why-choose-us .wrapper .why-choose-us-content p {
  font-size: 0.9375rem;
  color: #ffffff;
}
.why-choose-us .wrapper .why-choose-us-content ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 0;
}
.why-choose-us .wrapper .why-choose-us-content ul li {
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 40px 0 40px 0;
}
.why-choose-us .wrapper .why-choose-us-content ul li h6 {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 10px 0;
  color: #106083;
}
.why-choose-us .wrapper .why-choose-us-content ul li p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  color: #292929;
}

@media screen and (max-width: 992px) {
  .why-choose-us .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .why-choose-us .wrapper .why-choose-us-content {
    text-align: center;
  }
  .why-choose-us .wrapper .why-choose-us-content .main-title {
    text-align: center;
  }
  .why-choose-us .wrapper .why-choose-us-content .main-title h4 {
    font-size: 2.2rem;
  }
  .why-choose-us .wrapper .why-choose-us-content p {
    font-size: 0.9375rem;
    margin-top: 20px;
  }
  .why-choose-us .wrapper .why-choose-us-content ul {
    align-items: center;
    justify-content: center;
  }
  .why-choose-us .wrapper .why-choose-us-content ul li h6 {
    font-size: 1.25rem;
  }
  .why-choose-us .wrapper .why-choose-us-content ul li p {
    font-size: 0.9375rem;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us .wrapper .why-choose-us-order-list li {
    padding: 10px;
  }
  .why-choose-us .wrapper .why-choose-us-order-list li h6 {
    font-size: 1.375rem;
  }
}
.service .main-title h4 {
  color: #72a6c4;
  font-weight: 800;
}
.service .main-title h4 span {
  color: #72a6c4;
  text-transform: capitalize;
}
.service .main-title p {
  color: #fcfcfc;
  margin-top: 20px;
}
.service .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.service .service-wrapper .block {
  flex-basis: calc(25% - 15px);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
}
.service .service-wrapper .block .figure {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 2/2;
}
.service .service-wrapper .block .figure img {
  width: 100%;
  height: 100%;
}
.service .service-wrapper .block .figure .btn-link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  font-size: 0.75rem;
  text-decoration: none;
  line-height: 1.5;
  text-transform: uppercase;
}
.service .service-wrapper .block .top-title {
  padding-inline: 5px;
}
.service .service-wrapper .block .top-title h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #72a6c4;
  text-align: center;
  margin-top: 10px;
}
.service .service-wrapper .block .top-title h5 span {
  color: #72a6c4;
}
.service .service-wrapper .block .top-title h5 span.primary {
  color: #72a6c4;
}
.service .service-wrapper .block .desc {
  text-align: center;
  padding-inline: 5px;
}
.service .service-wrapper .block .desc p {
  font-size: 0.875rem;
  margin-block: 10px;
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .service .service-wrapper {
    gap: 60px 15px;
  }
  .service .service-wrapper .block {
    flex-basis: calc(50% - 15px);
  }
  .service .service-wrapper .block .figure {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .service .service-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.process {
  background-image: url(../images/banner_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 1;
}
.process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.process .process-wrap {
  background-image: radial-gradient(circle farthest-corner at 3.7% 49.8%, rgba(48, 48, 48, 0.7) 40%, #303030 74%);
}
.process .main-title {
  margin-bottom: 30px;
}
.process .main-title h4 {
  color: #e0dfde;
}
.process .main-title h4 span {
  display: block;
  color: #ffffff;
  text-transform: capitalize;
}
.process .main-title p {
  color: #fcfcfc;
  max-width: 650px;
  margin-top: 20px;
}
.process .title {
  margin-bottom: 30px;
  text-align: center;
}
.process .title h6 {
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: uppercase;
}
.process .wrapper {
  gap: 40px;
  align-items: initial;
}
.process .wrapper .process-block {
  flex-basis: calc(25% - 40px);
  background-color: #000000;
  padding: 25px 50px;
  border-radius: 10px;
}
.process .wrapper .process-block h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-block: 20px;
  text-transform: capitalize;
}
.process .wrapper .process-block p {
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  .process .wrapper .process-block {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 992px) {
  .process .title h6 {
    font-size: 1rem;
  }
  .process .wrapper {
    gap: 40px 20px;
  }
  .process .wrapper .process-block {
    flex-basis: calc(50% - 20px);
  }
  .process .wrapper .process-block h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .process .wrapper {
    gap: 30px;
    flex-direction: column;
  }
  .process .wrapper .process-block h6 {
    font-size: 1rem;
  }
}
.about-feature {
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.9);
}
.about-feature .main-title h4 span {
  display: block;
  color: #72a6c4;
}
.about-feature .wrapper {
  flex-direction: column;
  gap: 80px;
  align-items: initial;
}
.about-feature .wrapper .aboutFeature-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.about-feature .wrapper .aboutFeature-image .figure {
  flex-basis: calc(33.3333333333% - 30px);
  height: 100%;
  transition: 0.5s ease-in-out;
}
.about-feature .wrapper .aboutFeature-image .figure img {
  width: 100%;
  aspect-ratio: 3/4;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.about-feature .wrapper .aboutFeature-image .figure:hover {
  transform: translateY(-20px);
}
.about-feature .wrapper .aboutFeature-content {
  text-align: center;
}
.about-feature .wrapper .aboutFeature-content p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 0.875rem;
  max-width: 800px;
  margin-inline: auto;
}
.about-feature .wrapper .aboutFeature-content .desc p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .about-feature .wrapper {
    align-items: center;
    gap: 30px;
  }
  .about-feature .wrapper .aboutFeature-image {
    flex-direction: column;
  }
  .about-feature .wrapper .aboutFeature-image .figure img {
    aspect-ratio: 1/1;
    height: 100%;
    width: 100%;
  }
}
.gallery {
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0;
}
.gallery .gallery-slider {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  gap: 40px 20px;
}
.gallery .gallery-slider .image {
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  overflow: hidden;
}
.gallery .gallery-slider .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 7/8;
  object-fit: cover;
}

.page-gallery .nav-item {
  margin: 10px 10px 0 0;
  display: inline-block;
  border: 1px solid #72a6c4;
  border-radius: 8px;
}
.page-gallery .nav-item .nav-link {
  font-size: 1.25rem;
  border: none;
  padding: 8px 16px;
}
.page-gallery .gallery-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.page-gallery .gallery-slider .image {
  flex-basis: calc(25% - 20px);
  border-radius: 20px;
  overflow: hidden;
}
.page-gallery .gallery-slider .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .gallery ul,
  .page-gallery ul {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 8px;
  }
  .gallery ul li,
  .page-gallery ul li {
    font-size: 0.825rem;
    border: 1px solid #72a6c4;
    border-radius: 10px;
  }
  .gallery .gallery-slider,
  .page-gallery .gallery-slider {
    gap: 40px;
  }
  .gallery .gallery-slider .image,
  .page-gallery .gallery-slider .image {
    flex-basis: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-slider,
  .page-gallery .gallery-slider {
    gap: 30px;
  }
  .gallery .gallery-slider .image,
  .page-gallery .gallery-slider .image {
    flex-basis: calc(50% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-slider,
  .page-gallery .gallery-slider {
    flex-direction: column;
    gap: 20px;
  }
}
.testimonial {
  background-color: rgba(16, 96, 131, 0.7);
}
.testimonial .main-title h4 {
  color: #ffffff;
  font-weight: 800;
  text-transform: capitalize;
}
.testimonial .main-title h4 span {
  font-weight: 800;
  font-family: "Wix Madefor Display", sans-serif;
  text-transform: capitalize;
  color: #292929;
}
.testimonial .testimonial-wrapper {
  overflow: hidden;
}

.testimonial-block {
  height: auto;
}
.testimonial-block .top-content h5 {
  font-weight: 800;
  color: #e0dfde;
  font-size: 1.8rem;
}
.testimonial-block .top-content .image {
  margin-block: 60px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 5/4;
  object-position: center;
}
.testimonial-block .top-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonial-block .top-content .details {
  margin-bottom: 20px;
}
.testimonial-block .top-content .details p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e0dfde;
}
.testimonial-block .top-content .details p.place {
  text-transform: uppercase;
  font-weight: 300;
}
.testimonial-block .top-content .desc p,
.testimonial-block .top-content .desc span {
  margin-top: 20px;
  font-size: 0.9375rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.5;
}

.call-us {
  padding-bottom: 100px;
  background-image: url("../images/gallery_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.call-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.call-us .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 0;
}
.call-us .wrap .desc h5 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.call-us .wrap .desc p {
  font-family: "Wix Madefor Display", sans-serif;
  margin-block: 20px 0;
  color: #ffffff;
}
.call-us .extra-desc {
  border-top: 2px solid #ffffff;
  padding-block: 40px;
}
.call-us .extra-desc p {
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .call-us .wrap .desc h5 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .call-us .wrap .desc h5 {
    font-size: 1.5rem;
  }
  .call-us .wrap .button-wrap {
    flex-direction: column;
  }
}
.review {
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.review .main-title {
  margin-bottom: 20px;
}
.review .main-title h4 {
  font-size: 2rem;
}
.review ul {
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 30px;
}
.review ul li a {
  text-align: center;
  margin: 0 auto;
  max-width: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.review ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-in-out;
}
.review ul li a:hover img {
  transform: scale(1.2);
}

@media screen and (max-width: 576px) {
  .review ul {
    flex-wrap: wrap;
  }
  .review ul li {
    flex: 0 0 35%;
  }
}
.footer {
  background-color: #000000;
  padding: 40px 0 20px 0;
}
.footer .footer-top .logo {
  width: 200px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.footer .footer-top .logo img {
  width: 100%;
  height: 100%;
}
.footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.footer .footer-wrapper .footer-block {
  flex-basis: calc(23% - 20px);
}
.footer .footer-wrapper .footer-block:last-child {
  flex-basis: calc(30% - 20px);
  text-align: right;
  display: inline-block;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-transform: initial;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link p,
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link span,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link p,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link span {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #ffffff;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li .footer-link span,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link span {
  text-transform: capitalize;
}
.footer .footer-wrapper .footer-block:last-child .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link {
  transform: translateX(-5px);
}
.footer .footer-wrapper .footer-block:last-child .quick-link li:hover .footer-link p,
.footer .footer-wrapper .footer-block:last-child .quick-link li:hover .footer-link span,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link p,
.footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link span {
  color: #72a6c4;
}
.footer .footer-wrapper .footer-block {
  /* for all footer title */
}
.footer .footer-wrapper .footer-block h5 {
  font-size: 1.125rem;
  font-weight: 800;
  color: #00519b;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.footer .footer-wrapper .footer-block {
  /* For 2 Ul Listing */
}
.footer .footer-wrapper .footer-block .quick-link li,
.footer .footer-wrapper .footer-block .quick-link .footer-item {
  margin-bottom: 15px;
}
.footer .footer-wrapper .footer-block .quick-link li .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item .footer-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  overflow-wrap: anywhere;
}
.footer .footer-wrapper .footer-block .quick-link li:hover .footer-link,
.footer .footer-wrapper .footer-block .quick-link .footer-item:hover .footer-link {
  transform: translateX(5px);
  color: #72a6c4;
}
.footer .bottom-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(114, 166, 196, 0.18);
  padding: 20px 0;
}
.footer .bottom-wrap .left p,
.footer .bottom-wrap .left a,
.footer .bottom-wrap .right p,
.footer .bottom-wrap .right a {
  font-size: 0.875rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .footer {
    overflow: hidden;
  }
  .footer .footer-top .logo {
    margin-inline: auto;
  }
  .footer .footer-wrapper {
    flex-direction: column;
  }
  .footer .footer-wrapper .footer-block {
    gap: 20px;
    text-align: center;
  }
  .footer .footer-wrapper .footer-block:last-child {
    text-align: center;
  }
  .footer .footer-wrapper .footer-block:last-child .quick-link .footer-item .footer-link {
    justify-content: center;
  }
  .footer .footer-wrapper .footer-block:last-child .quick-link .footer-item:hover .footer-link {
    transform: translateX(5px);
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .bottom-wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-wrapper .footer-block {
    text-align: center;
    gap: 0;
  }
  .footer .footer-wrapper .footer-block h5 {
    font-size: 1.25rem;
  }
  .footer .footer-wrapper .footer-block .quick-link .footer-item {
    justify-content: center;
  }
  .footer .footer-wrapper .bottom-wrap {
    justify-content: center;
  }
  .footer .bottom-wrap {
    justify-content: center;
    gap: 15px;
    padding: 10px 30px;
  }
  .footer .bottom-wrap .right {
    gap: 20px;
  }
  .footer .bottom-wrap .right a {
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer .bottom-wrap {
    justify-content: center;
    gap: 15px;
  }
  .footer .bottom-wrap .left {
    flex-direction: column;
  }
  .footer .bottom-wrap .right {
    gap: 20px;
  }
}
.page-about {
  /* This Scss will be shown in about us page only */
}
.page-about .full-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .full-content p {
  color: #292929;
}

@media screen and (max-width: 992px) {
  .page-about .about .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .page-about .about .wrapper .about-image {
    aspect-ratio: 5/3;
  }
  .page-about .about .wrapper .about-content .desc p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .wrapper .full-content {
    text-align: center;
  }
}
.page-careers h5 {
  font-weight: 800;
  color: #e0dfde;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.page-careers h5 span {
  color: #929496;
}
.page-careers .wrapper {
  gap: 30px;
}
.page-careers .wrapper .figure {
  flex-basis: calc(40% - 30px);
}
.page-careers .wrapper .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 30px;
}
.page-careers .wrapper .content {
  flex-basis: calc(60% - 30px);
}
.page-careers .wrapper.reverse {
  flex-direction: row-reverse;
}
.page-careers .how-to-apply .wrapper .content p {
  margin-bottom: 20px;
}
.page-careers .how-to-apply .wrapper .content ul p {
  margin-bottom: 8px;
  font-weight: 700;
}
.page-careers .how-to-apply .wrapper .content ul li {
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 0.9375rem;
}
.page-careers .form-wrapper {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
.page-careers .form-wrapper .form .form-group label {
  text-align: left;
}

.page-services .service_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
.page-services .servie-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-services .servie-block .images {
  flex-basis: 50%;
  width: 100%;
}
.page-services .servie-block .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  aspect-ratio: 5/3;
}
.page-services .servie-block .content {
  flex-basis: calc(50% - 30px);
}
.page-services .servie-block .content h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #72a6c4;
  text-transform: capitalize;
}
.page-services .servie-block .content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #ffffff;
}
.page-services .servie-block .bottom-content {
  flex-basis: 100%;
}
.page-services .servie-block .bottom-content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #ffffff;
}
.page-services .servie-block .bottom-content p:first-child {
  padding-top: 0;
}
.page-services .servie-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-services .servie-block:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .page-services .servie-block {
    flex-direction: column;
  }
  .page-services .servie-block .content {
    text-align: center;
  }
  .page-services .servie-block .content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content {
    text-align: center;
    display: none;
  }
  .page-services .servie-block .bottom-content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content ul li p span {
    font-size: 1.125rem;
  }
  .page-services .servie-block:nth-child(even) {
    flex-direction: column;
  }
  .page-services .servie-block:last-child {
    padding-bottom: 40px;
  }
}
.page-contact {
  background-color: #dedede;
}
.page-contact .contact-wrap {
  display: flex;
  justify-content: space-between;
}
.page-contact .contact-wrap .social-icons {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-basis: 25%;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.page-contact .contact-wrap .social-icons .title h6 {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 700;
}
.page-contact .contact-wrap .social-icons .icons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block {
  width: 70px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  text-align: center;
  background-color: #DCE7D5;
  transition: 0.3s linear;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block i {
  font-size: 1.5rem;
  color: #000000;
  transition: 0.3s linear;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover {
  background-color: #72a6c4;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover i {
  color: #ffffff;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail i {
  font-size: 0.75rem;
  padding-right: 5px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .address {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-transform: capitalize;
  text-align: left;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .address:last-child {
  text-transform: inherit;
}
.page-contact .contact-wrap .form-wrap {
  flex: 0 0 60%;
}
.page-contact .contact-wrap .form-wrap .title h4 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  color: #292929;
  margin-bottom: 30px;
}
.page-contact .contact-wrap .form-wrap .form .form-group .form-input {
  padding: 10px;
  font-size: 1rem;
  background-color: #72a6c4;
  border: 1px solid #72a6c4;
  border-radius: 20px;
  resize: none;
  width: 100%;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .page-contact .contact-wrap .social-icons {
    padding: 30px;
  }
  .page-contact .contact-wrap .social-icons .title h6 {
    font-size: 1rem;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 20px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-block {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-block i {
    font-size: 1rem;
  }
  .page-contact .contact-wrap .social-icons .address {
    font-size: 0.8125rem;
  }
  .page-contact .contact-wrap .form-wrap .title h4 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 992px) {
  .page-contact .contact-wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .page-contact .contact-wrap .social-icons {
    background-size: cover;
    margin-bottom: 30px;
    gap: 30px;
    flex-direction: row;
    align-items: center;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap {
    gap: 20px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 0;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .contact-wrap .social-icons {
    flex-direction: column;
  }
  .page-contact .contact-wrap .social-icons .main-icon-wrap .icons-wrap {
    justify-content: center;
  }
  .page-contact .contact-wrap .social-icons .co-info .info-detail {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .page-contact .contact-wrap .social-icons .icons-wrap {
    margin: 20px 0;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 20px;
  }
  .page-contact .contact-wrap .form-wrap .title h4 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.page-estimate {
  background-color: #ffffff;
}

.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #72a6c4;
  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: #72a6c4;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery-section {
  padding: 0;
  margin: 0;
  background: transparent;
}
.single-service-wrap .full-page-content .gallery-section .gallery-wrapper {
  justify-content: unset;
}
.single-service-wrap {
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #72a6c4;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 20px;
}
.single-service-wrap .desc-group p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
    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 {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
  }
  .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 {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
