/*!
Theme Name: Linear Web - Mughul Electrical
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_mughulelectrical
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 - Mughul Electrical is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@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 ------- */
body {
  background-color: #1c1c1c;
}

p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Raleway", serif;
  color: #f8f8f8;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

a {
  font-family: "Merriweather", serif;
  font-size: 1rem;
  color: #f8f8f8;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}
a:hover img {
  transform: scale(1.02);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Merriweather", serif;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.9375rem;
  font-family: "Raleway", serif;
  font-weight: 400;
  color: #f8f8f8;
}

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

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-orange,
.form-control-orange {
  color: #fff;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-orange:hover,
.form-control-orange:hover {
  color: #ffa500;
  background-color: transparent;
}
.btn-black,
.form-control-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover,
.form-control-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  color: #fff;
  background-color: #061f55;
  border-color: #061f55;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  color: #061f55;
  background-color: transparent;
}
.btn.btn-primary,
.form-control.btn-primary {
  color: #fff;
  background-color: #eda324;
  border-color: #eda324;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  color: #eda324;
  background-color: transparent;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 24px;
}
.btn.btn-red,
.form-control.btn-red {
  background-color: #eda324;
  color: #fff;
  border-color: #eda324;
}
.btn.btn-red:hover,
.form-control.btn-red:hover {
  background-color: transparent;
  border-color: #eda324;
  color: #000;
}

.site-button {
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  margin-left: -1px;
  text-decoration: none;
}

.btn-effect {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.btn-effect a,
.btn-effect button {
  color: inherit;
  z-index: 3;
  position: relative;
}
.btn-effect button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
}
.btn-effect::before, .btn-effect::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0;
  width: 24px;
  height: 22px;
  transition: all 0.25s;
  z-index: -1;
}
.btn-effect::before {
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}
.btn-effect::after {
  border-right-width: 2px;
  border-bottom-width: 2px;
  bottom: -5px;
  right: -5px;
}
.btn-effect:hover {
  color: #fff;
}
.btn-effect:hover::before, .btn-effect:hover::after {
  height: 100%;
  width: 100%;
}
.btn-effect.small {
  padding: 6px 12px;
}
.btn-effect.small a {
  font-size: 0.8125rem;
  text-transform: capitalize;
}
.btn-effect.medium {
  padding: 10px 22px;
}
.btn-effect.large {
  padding: 12px 32px;
}
.btn-effect.primary {
  background-color: #eda324;
}
.btn-effect.primary::before, .btn-effect.primary::after {
  border-color: #eda324;
}
.btn-effect.secondary {
  background-color: #061f55;
}
.btn-effect.secondary::before, .btn-effect.secondary::after {
  border-color: #061f55;
}
.btn-effect.black {
  background-color: #1c1c1c;
}
.btn-effect.black::before, .btn-effect.black::after {
  border-color: #1c1c1c;
}
.btn-effect.white {
  background-color: #fff;
  color: #1c1c1c;
}
.btn-effect.white::before, .btn-effect.white::after {
  border-color: #fff;
}
.btn-effect.ghost {
  background-color: transparent;
  color: #1c1c1c;
  font-weight: 600;
  z-index: 2;
}
.btn-effect.ghost::before, .btn-effect.ghost::after {
  border-color: #1c1c1c;
}
.btn-effect.ghost-secondary {
  background-color: transparent;
  color: #061f55;
  font-weight: 600;
  z-index: 2;
}
.btn-effect.ghost-secondary::before, .btn-effect.ghost-secondary::after {
  border-color: #061f55;
}

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
  .btn-effect {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .btn-effect.medium {
    padding: 9px 20px;
  }
  .btn-effect.large {
    padding: 10px 24px;
  }
  .btn-effect a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(237, 163, 36, 0.8);
  box-shadow: none;
  border: 1px solid;
  border-color: #cd8811;
  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: 20px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

#slide-test-1 {
  height: 0;
  padding-top: 0;
}

.range {
  width: 100%;
  height: 3px;
}

@media screen and (max-width: 768px) {
  .range-labels li {
    width: 14.2857142857%;
  }
}
figure {
  margin: 0;
}

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

.section {
  padding: 80px 0;
}

.section-heading h6 {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
}
.section-heading h3 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  color: #eda324;
  line-height: 1.2;
}

.section-title {
  margin-bottom: 45px;
}
.section-title .mt-separator-outer.separator-center {
  text-align: center;
}
.section-title .mt-separator {
  display: inline-block;
  position: relative;
}
.section-title .mt-separator::before, .section-title .mt-separator::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #eda324;
  transition: 0.4s all;
}
.section-title .mt-separator::before {
  width: 50px;
  left: -60px;
  top: 12px;
}
.section-title .mt-separator::after {
  width: 50px;
  right: -60px;
  top: 12px;
}
.section-title h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.section-title h2 span {
  color: #eda324;
  font-weight: 400;
}
.section-title h2::before, .section-title h2::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #eda324;
  transition: 0.4s all;
}
.section-title h2::before {
  width: 30px;
  left: -40px;
  top: 22px;
}
.section-title h2::after {
  width: 30px;
  right: -40px;
  top: 22px;
}

.inner-page {
  min-height: calc(100vh - 200px);
  padding: 50px 0;
}

.sidebar.background {
  background-color: #fff;
  padding: 15px;
}
.sidebar .block {
  margin-bottom: 45px;
}
.sidebar .block:last-child {
  margin-bottom: 10px;
}
.sidebar-title h2 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Merriweather", serif;
  color: #1c1c1c;
  margin-bottom: 30px;
  position: relative;
}
.sidebar-title h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 2px;
  width: 45px;
  background-color: #1c1c1c;
}
.sidebar-list {
  margin-top: 40px;
}
.sidebar-list li {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dedede;
}
.sidebar-list li a {
  display: flex;
  flex-direction: row;
  align-items: left;
  font-size: 14px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  line-clamp: 1.3;
  overflow: hidden;
}
.sidebar-list li a:hover {
  color: #0a599d;
}
.sidebar-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.section-wrapper {
  width: 1170px;
  text-align: center;
  margin: 0 auto;
  margin-top: 45px;
}
@media (min-width: 576px) {
  .section-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .section-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .section-wrapper {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .section-wrapper {
    max-width: 1120px;
  }
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 70px 0;
  }
  .section-heading h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 70px 0;
  }
  .section-header {
    margin-bottom: 30px;
  }
  .section-header h2 {
    font-size: 22px;
  }
  .section-header h2::before, .section-header h2::after {
    top: 43px;
  }
  .section-header h2::after {
    top: 40px;
  }
  .section-title {
    margin: 30px 0;
  }
  .section-title .mt-separator::before {
    width: 40px;
    left: -60px;
    top: 10px;
  }
  .section-title .mt-separator::after {
    width: 40px;
    right: -60px;
    top: 10px;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .section-title h2::before {
    width: 20px;
    left: -40px;
    top: 20px;
  }
  .section-title h2::after {
    width: 20px;
    right: -40px;
    top: 20px;
  }
  .smooth-scroll {
    bottom: 30px;
  }
  .smooth-scroll .scroll-down,
  .smooth-scroll .scroll-up {
    font-size: 16px;
  }
  .smooth-scroll .scroll-down i + i,
  .smooth-scroll .scroll-up i + i {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
  .section-heading h3 {
    font-size: 24px;
  }
  .smooth-scroll .scroll-down,
  .smooth-scroll .scroll-up {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .section {
    padding: 40px;
  }
}
.breadcrumb {
  padding: 70px 0;
  background: no-repeat center center/cover;
  text-align: center;
  background-attachment: fixed;
  position: relative;
  margin: 0;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
  z-index: -1;
}
.breadcrumb h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.breadcrumb p {
  color: #f8f8f8;
  font-size: 18px;
  padding-top: 10px;
}
.breadcrumb .bread-row {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
}
.breadcrumb .bread-row li {
  display: block;
  justify-content: center;
  padding: 10px 20px;
  justify-content: center;
  color: #dedede;
  font-size: 14px;
  position: relative;
  background-color: #eda324;
}
.breadcrumb .bread-row li a {
  color: #fff;
}
.breadcrumb .bread-row li::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: "fontawesome";
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.breadcrumb .bread-row li:last-child::before {
  display: none;
}

@media screen and (max-width: 992px) {
  .breadcrumb h3 {
    font-size: 1.5rem;
  }
  .breadcrumb p {
    font-size: 15px;
  }
  .breadcrumb .bread-row {
    padding-top: 20px;
  }
  .breadcrumb .bread-row li {
    font-size: 14px;
  }
  .breadcrumb .bread-row li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 50px 0;
  }
  .breadcrumb h3 {
    font-size: 1.25rem;
  }
}
.mobile-call-button {
  position: fixed;
  bottom: 20px;
  left: 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: #fff;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(237, 163, 36, 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(237, 163, 36, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: rgba(237, 163, 36, 0.7);
  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: #fff;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 20px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group label {
  font-family: "Merriweather", serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 5px;
}
.form .form-group .form-input {
  font-family: "Raleway", serif;
  color: #000;
  border: none;
  font-size: 0.9375rem;
  border-radius: 5px;
  padding: 8px 5px;
}
.form .form-group .form-input.message {
  resize: none;
  min-height: 120px;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .btn-effect::before, .form .btn-effect::after {
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .form {
    gap: 20px;
  }
  .form .form-group label {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group.half-width {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .form {
    flex-direction: column;
  }
  .form .form-group.half-width {
    flex-basis: 100%;
  }
  .form .form-group .form-input {
    width: 100%;
  }
}
.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: #464646;
  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: #eda324;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #464646;
  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: 99999;
}
header .navbar {
  padding: 0;
  align-items: inherit;
  gap: 0 100px;
}
header .navbar .navbar-brand {
  margin-right: 0;
  padding: 0;
}
header .navbar .navbar-brand figure {
  max-width: 140px;
  margin-left: 0;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #464646;
}
header .navbar-collapse {
  flex-direction: column;
  justify-content: flex-end;
}
header .navbar-collapse .navbar-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #eda324;
  width: 100%;
}
header .navbar-collapse .navbar-top .social_icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
header .navbar-collapse .navbar-top .social_icons .icon {
  border-right: 1px solid rgba(28, 28, 28, 0.1);
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-top .social_icons .icon i {
  font-size: 16px;
  color: #1c1c1c;
  padding: 12px;
  transition: 0.3s ease-in-out 0.1s;
}
header .navbar-collapse .navbar-top .social_icons .icon:hover {
  background-color: #1c1c1c;
}
header .navbar-collapse .navbar-top .social_icons .icon:hover i {
  color: #eda324;
}
header .navbar-collapse .navbar-top .office_info {
  display: flex;
  flex-direction: row;
}
header .navbar-collapse .navbar-top .office_info .ofyc {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #1c1c1c;
  padding: 8px 16px;
  border-right: 1px solid rgba(28, 28, 28, 0.4);
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-top .office_info .ofyc:first-child {
  border-left: 1px solid rgba(28, 28, 28, 0.4);
}
header .navbar-collapse .navbar-top .office_info .ofyc .icon {
  display: inline-block;
}
header .navbar-collapse .navbar-top .office_info .ofyc .icon i {
  font-size: 13px;
  color: #1c1c1c;
  transition: 0.3s ease-in-out 0.1s;
}
header .navbar-collapse .navbar-top .office_info .ofyc p {
  font-size: 13px;
  overflow-wrap: anywhere;
  line-height: 1.2;
  color: #1c1c1c;
  padding-left: 8px;
  transition: 0.3s ease-in-out 0.1s;
}
header .navbar-collapse .navbar-top .office_info .ofyc:hover {
  background-color: #1c1c1c;
}
header .navbar-collapse .navbar-top .office_info .ofyc:hover .icon i {
  color: #eda324;
}
header .navbar-collapse .navbar-top .office_info .ofyc:hover p {
  color: #eda324;
}
header .navbar-collapse .navbar-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
header .navbar-collapse .navbar-bottom .navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item {
  /* dropdown Menu */
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 600;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link.button {
  padding: 8px 15px;
  font-size: 12px;
  color: #fff;
  background-color: #eda324;
  border: 1px solid #eda324;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item:hover .nav-link, header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.active .nav-link {
  color: #eda324;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item:hover .nav-link.button, header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.active .nav-link.button {
  background-color: transparent;
  color: #eda324;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown {
  position: relative;
  z-index: 1;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown .nav-link i {
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.5s ease-in-out;
  border-radius: 0;
  padding: 0;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  padding: 8px;
  margin: 0;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown:hover .nav-link i {
  transform: rotate(180deg);
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translate(0);
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown:hover .dropdown-menu li:hover .nav-link {
  background-color: #eda324;
  color: #fff;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown.active .nav-link i {
  transform: rotate(180deg);
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown.active .dropdown-menu li.active .nav-link {
  background-color: #eda324;
  color: #fff;
}
header .navbar-collapse .navbar-bottom .navbar-toggler {
  display: block;
  background-color: #061f55;
  border: 1px solid #061f55;
  border-radius: 0;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #1c1c1c;
  box-shadow: 0px 3px 1px -3px #333;
  padding: 5px 0;
}
header.fixed-header .navbar {
  padding: 0;
  align-items: center;
}
header.fixed-header .navbar .navbar-brand {
  padding: 0;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 100px;
  margin-left: 0;
}
header.fixed-header .navbar-collapse {
  background-color: #1c1c1c;
}
header.fixed-header .navbar-collapse .navbar-top {
  display: none;
}
header.fixed-header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #fff;
}
header.fixed-header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link.button {
  padding: 8px 15px;
  font-size: 12px;
}
header.fixed-header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.active .nav-link {
  color: #eda324;
}

@media screen and (max-width: 992px) {
  header .navbar-toggler {
    z-index: 999;
    border: none;
    position: relative;
    width: 30px;
    aspect-ratio: 1/1;
  }
  header .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #1c1c1c;
  }
  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:focus-within {
    box-shadow: none;
    outline: none;
  }
  header .navbar-toggler[aria-expanded=true] svg {
    fill: #1c1c1c;
  }
  header .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  header .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  header .navbar {
    align-items: center;
  }
  header .navbar .navbar-brand figure {
    max-width: 120px;
  }
  header .navbar-collapse .navbar-bottom .navbar-nav .nav-item {
    /* dropdown Menu */
  }
  header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: relative;
    height: 0;
    transition: 0.5s ease-in-out, 0.5s ease-in-out height;
  }
  header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown .dropdown-menu li .nav-link {
    padding: 5px;
  }
  header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
  header .navbar .navbar-top {
    display: none;
  }
  header.fixed-header .navbar {
    align-items: center;
  }
  header.fixed-header .navbar .navbar-brand figure {
    max-width: 80px;
  }
}
@media screen and (max-width: 576px) {
  .header .navbar-collapse .navbar-bottom .navbar-nav .nav-item {
    /* dropdown Menu */
  }
  .header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  .header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 0;
    position: relative;
    height: auto;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  .header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
  }
  .header .navbar-collapse .navbar-bottom .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
}
.main-banner {
  position: relative;
}
.main-banner .item-wrapper,
.main-banner .item {
  position: relative;
}
.main-banner .item-wrapper {
  overflow: hidden;
}
.main-banner .item {
  width: 100%;
  height: calc(100dvh - 120px);
}
.main-banner .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner .text-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
  z-index: 3;
}
.main-banner .text-content h4 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  text-transform: none;
  display: block;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.main-banner .text-content p {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #f8f8f8;
  margin-top: 10px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.main-banner .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-banner .slick-dots li {
  background-color: #fff;
  transition: 0.4s all;
}
.main-banner .slick-dots li.slick-active {
  width: 32px;
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 1199px) {
  .main-banner .text-content h4 {
    font-size: 52px;
  }
  .main-banner .text-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .main-banner .text-content {
    max-width: 450px;
  }
  .main-banner .text-content h4 {
    font-size: 42px;
  }
  .main-banner .text-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-banner .text-content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .main-banner .text-content h4 {
    font-size: 25px;
  }
  .main-banner .text-content p {
    font-size: 16px;
  }
  .main-banner .item img {
    min-height: 320px;
    object-fit: cover;
    object-position: right;
  }
}
.about-section .about-wrapper {
  flex-wrap: wrap;
  gap: 40px 60px;
}
.about-section .about-wrapper .image-block {
  flex-basis: 30%;
  height: auto;
}
.about-section .about-wrapper .image-block .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-section .about-wrapper .image-block .image::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.about-section .about-wrapper .image-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .about-wrapper .image-block .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-section .about-wrapper .image-block .text h2 {
  font-size: 150px;
  font-weight: 900;
  color: #eda324;
  line-height: 1;
}
.about-section .about-wrapper .image-block .text h5 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 15px;
}
.about-section .about-wrapper .image-block .text h5 span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  text-transform: none;
}
.about-section .about-wrapper .content-block {
  flex-basis: calc(70% - 60px);
}
.about-section .about-wrapper .content-block .content .desc p {
  margin-top: 25px;
}
.about-section .about-wrapper .content-block .content .button {
  margin-top: 30px;
}
.about-section .about-wrapper .content-block .content .button .btn-effect {
  display: inline-block;
}
.about-section .about-wrapper .block.extra-block {
  flex-basis: 100%;
}
.about-section .about-wrapper .block.extra-block p {
  font-size: 16px;
  color: #f8f8f8;
  margin-bottom: 20px;
}
.about-section .about-wrapper .block.extra-block p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .about-section .about-wrapper {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }
  .about-section .about-wrapper .image-block {
    max-width: 350px;
  }
  .about-section .about-wrapper .image-block .text h2 {
    font-size: 120px;
  }
  .about-section .about-wrapper .image-block .text h5 {
    font-size: 16px;
  }
  .about-section .about-wrapper .content-block {
    flex: 0 0 100%;
    padding-left: 0;
    text-align: center;
  }
  .about-section .about-wrapper .block.extra-block p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-wrapper .image-block {
    max-width: 280px;
  }
  .about-section .about-wrapper .image-block .text h2 {
    font-size: 90px;
  }
  .about-section .about-wrapper .image-block .text h5 {
    font-size: 14px;
  }
  .about-section .about-wrapper .content-block .content .desc {
    font-size: 14px;
  }
}
section.information-section {
  padding-top: 20px;
  padding-bottom: 80px;
}
section.information-section .wrapper .block {
  background-color: #eda324;
  text-align: center;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 5px;
}
section.information-section .wrapper .block .image {
  text-align: center;
  width: 60px;
  aspect-ratio: 1/1;
  margin: auto;
}
section.information-section .wrapper .block .image svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
section.information-section .wrapper .block .image svg path {
  stroke: #fff;
}
section.information-section .wrapper .block .title h6 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 20px;
  color: #000;
}
section.information-section .wrapper .block .text p {
  color: #1c1c1c;
  font-size: 14px;
  padding-top: 10px;
  line-height: 1.7;
  width: 90%;
  text-align: Center;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  section.information-section .wrapper .block .image img {
    max-height: 150px;
  }
  section.information-section .wrapper .block .title h6 {
    font-size: 15px;
  }
  section.information-section .wrapper .block .text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  section.information-section .wrapper .block .image {
    margin-top: 20px;
  }
  section.information-section .wrapper .block .image img {
    max-height: 80px;
    padding: 10px;
  }
  section.information-section .wrapper .block .title h6 {
    font-size: 14px;
    padding-top: 20px;
  }
  section.information-section .wrapper .block .text p {
    width: 80%;
    line-height: 1.6;
  }
}
.services-section {
  position: relative;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.services-section .service-bg {
  max-width: 100%;
}

.service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}

.service-block {
  flex: 0 0 calc(50% - 20px);
}
.service-block .image {
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 4/2;
}
.service-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 5px;
}
.service-block .content {
  width: 80%;
  background-color: #fff;
  position: relative;
  padding: 20px 30px;
  margin: -80px auto 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
}
.service-block .content .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #eda324;
  margin-bottom: 10px;
}
.service-block .content .desc p {
  color: #1c1c1c;
}
.service-block .content .button {
  margin-top: 30px;
  display: inline-block;
}
.service-block .content.reverse-content {
  margin-top: 0;
  margin-bottom: -50px;
}

@media screen and (max-width: 768px) {
  .service-block {
    flex: 0 0 100%;
    gap: 30px 0;
  }
  .service-block .content {
    margin-top: -40px;
  }
  .service-block .content .title {
    font-size: 18px;
  }
  .service-block .content .desc {
    font-size: 14px;
  }
  .service-block .content .button {
    margin-top: 20px;
  }
  .service-block .content.reverse-content {
    margin-top: 0;
    margin-bottom: -30px;
  }
  .service-block:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .service-block:nth-child(even) .content.reverse-content {
    margin-top: -40px;
    margin-bottom: 0;
  }
}
.gallery-section {
  background: #eda324;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #eda324, rgba(28, 28, 28, 0.8));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eda324, rgba(28, 28, 28, 0.8));
}
.gallery-section .section-title {
  margin-bottom: 45px;
}
.gallery-section .section-title .mt-separator-outer.separator-center {
  text-align: center;
}
.gallery-section .section-title .mt-separator {
  display: inline-block;
  position: relative;
}
.gallery-section .section-title .mt-separator::before, .gallery-section .section-title .mt-separator::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #1c1c1c;
  transition: 0.4s all;
}
.gallery-section .section-title .mt-separator::before {
  width: 50px;
  left: -60px;
  top: 12px;
}
.gallery-section .section-title .mt-separator::after {
  width: 50px;
  right: -60px;
  top: 12px;
}
.gallery-section .section-title h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.gallery-section .section-title h2 span {
  color: #fff;
  font-weight: 400;
}
.gallery-section .section-title h2::before, .gallery-section .section-title h2::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #1c1c1c;
  transition: 0.4s all;
}
.gallery-section .section-title h2::before {
  width: 30px;
  left: -40px;
  top: 22px;
}
.gallery-section .section-title h2::after {
  width: 30px;
  right: -40px;
  top: 22px;
}

.gallery-wrapper {
  columns: 4 200px;
  gap: 10px;
}
.gallery-wrapper .image {
  margin-bottom: 10px;
  break-inside: avoid;
  flex-basis: calc(25% - 10px);
  border-radius: 5px;
}
.gallery-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .gallery-wrapper {
    justify-content: initial;
  }
  .gallery-wrapper .image {
    flex-basis: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .gallery-wrapper {
    justify-content: space-between;
  }
  .gallery-wrapper .image {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .gallery-wrapper {
    flex-direction: column;
  }
  .gallery-wrapper .image {
    aspect-ratio: 4/2;
  }
}
.testimonial-block {
  padding: 30px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  max-width: calc(100% - 50px);
  background-color: #eda324;
}
.testimonial-block .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.testimonial-block .info .icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.testimonial-block .info .icon i {
  font-size: 38px;
  color: rgba(237, 163, 36, 0.3);
}
.testimonial-block .info .image img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 100%;
}
.testimonial-block .info .name {
  margin-left: 20px;
}
.testimonial-block .info .name h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
}
.testimonial-block .info .name h6 {
  font-size: 14px;
  font-weight: 400;
  color: #f8f8f8;
  margin-top: 3px;
}
.testimonial-block .text {
  margin-top: 20px;
  line-height: 1.8;
}
.testimonial-block .text p {
  line-height: inherit;
}

.section-quote {
  padding: 80px 0;
  background: #eda324;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #eda324, rgba(28, 28, 28, 0.8));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eda324, rgba(28, 28, 28, 0.8));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.section-quote-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
.section-quote-wrap .quote-wrapper {
  flex-basis: calc(55% - 40px);
}
.section-quote-wrap .quote-wrapper .content {
  max-width: 500px;
}
.section-quote-wrap .quote-wrapper .content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
}
.section-quote-wrap .quote-wrapper .content .desc {
  font-size: 16px;
  color: #fff;
}
.section-quote-wrap .quote-wrapper .form-container {
  max-width: 800px;
  margin: 0 auto;
}
.section-quote-wrap .quote-wrapper .form-container .form-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
.section-quote-wrap .map {
  flex-basis: 45%;
}
.section-quote-wrap .map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .section-quote-wrap .quote-wrapper .form-container .form .form-group.half-width {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-quote {
    padding-bottom: 0;
    margin-top: 0;
  }
  .section-quote-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .section-quote-wrap .quote-wrapper .content {
    max-width: 500px;
    text-align: center;
    padding: 30px 10px;
  }
  .section-quote-wrap .quote-wrapper .content h3 {
    font-size: 18px;
  }
  .section-quote-wrap .quote-wrapper .content .desc {
    font-size: 14px;
  }
  .section-quote-wrap .quote-wrapper .form-container {
    background-color: #eda324;
    padding: 30px;
    max-width: 100%;
    margin-top: 10px;
  }
  .section-quote-wrap .quote-wrapper .form-container .form-title h3 {
    font-size: 20px;
    text-align: center;
  }
  .section-quote-wrap .quote-wrapper .form-container .form .form-group.half-width {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .section-quote-wrap .quote-wrapper .content h3 {
    font-size: 16px;
  }
  .section-quote-wrap .quote-wrapper .content .desc {
    font-size: 13px;
  }
}
.review {
  text-align: center;
  padding: 30px 0;
}
.review h2 {
  font-size: 20px;
  font-weight: 600;
  color: #eda324;
  margin-bottom: 30px;
}
.review ul {
  justify-content: center;
}
.review ul li a {
  max-width: 150px;
}

@media screen and (max-width: 576px) {
  .review h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .review ul {
    flex-direction: column;
  }
  .review ul li a {
    margin: 8px auto;
  }
}
.call-to-action {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.call-to-action .wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.call-to-action .wrapper .desc {
  flex-basis: calc(50% - 20px);
}
.call-to-action .wrapper .desc h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.call-to-action .wrapper .desc h4 span {
  display: block;
}
.call-to-action .wrapper .desc p {
  line-height: 1.5;
  color: #f8f8f8;
  margin: 30px 0 0 0;
}
.call-to-action .wrapper .buttons {
  flex-basis: calc(30% - 20px);
}
.call-to-action .wrapper .buttons .btn-effect {
  text-align: center;
}
.call-to-action .wrapper .buttons .btn-effect::before, .call-to-action .wrapper .buttons .btn-effect::after {
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .call-to-action .wrapper h4 {
    font-size: 14px;
  }
  .call-to-action .wrapper .number {
    font-size: 18px;
  }
}
footer {
  padding: 60px 0 0 0;
}
footer .footer-wrapper {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
}
footer .footer-block {
  flex-basis: calc(20% - 15px);
}
footer .footer-block:first-child {
  flex-basis: calc(35% - 15px);
}
footer .footer-block .logo {
  margin-bottom: 10px;
}
footer .footer-block .logo img {
  max-width: 120px;
}
footer .footer-block .about p {
  color: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
}
footer .footer-block .footer_title {
  margin-bottom: 40px;
  position: relative;
}
footer .footer-block .footer_title h6 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #eda324;
  padding: 0;
  letter-spacing: 0.04em;
}
footer .footer-block ul li {
  padding-left: 16px;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
  position: relative;
}
footer .footer-block ul li:last-child {
  margin-bottom: 0;
}
footer .footer-block ul li::before {
  content: "\f138";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "fontAwesome";
  font-size: 12px;
  color: #f8f8f8;
}
footer .footer-block ul li a,
footer .footer-block ul li .footer_info {
  font-size: 14px;
  color: #f8f8f8;
  padding-left: 5px;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
footer .footer-block ul li.remove {
  padding-left: 0;
}
footer .footer-block ul li.remove::before {
  display: none;
}
footer .footer-block ul li.remove a,
footer .footer-block ul li.remove .footer_info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-block ul li.remove a .icon i,
footer .footer-block ul li.remove .footer_info .icon i {
  font-size: 12px;
  padding-right: 6px;
}
footer .footer-block ul li.remove a p,
footer .footer-block ul li.remove .footer_info p {
  font-size: 14px;
  font-weight: 400;
  color: #f8f8f8;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
footer .footer-block ul li.remove a p span,
footer .footer-block ul li.remove .footer_info p span {
  text-transform: capitalize;
}
footer .footer-block ul li:hover a,
footer .footer-block ul li:hover .footer_info {
  transform: translateX(5px);
}
footer .footer-block ul li:hover.remove a,
footer .footer-block ul li:hover.remove .footer_info {
  transform: translateX(0);
}
footer .footer-block ul li:hover.remove a p,
footer .footer-block ul li:hover.remove .footer_info p {
  transform: translateX(5px);
}

.footer-bottom {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid rgba(248, 248, 248, 0.1);
}
.footer-bottom .block {
  text-align: center;
}
.footer-bottom .block p,
.footer-bottom .block a {
  font-size: 14px;
  font-weight: 400;
  color: #f8f8f8;
  display: inline;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 25px 0;
    text-align: center;
  }
  footer .footer-block {
    margin-bottom: 40px;
    flex-basis: calc(50% - 15px);
  }
  footer .footer-block:first-child {
    flex-basis: calc(50% - 15px);
  }
  footer .footer-block .logo img {
    max-width: 100px;
  }
  footer .footer-block .about p {
    font-size: 14px;
  }
  footer .footer-block .footer_title {
    margin-bottom: 20px;
  }
  footer .footer-block .footer_title h6 {
    font-size: 20px;
  }
  footer .footer-block ul li::before {
    display: none;
  }
  footer .footer-block ul li.remove a,
  footer .footer-block ul li.remove .footer_info {
    justify-content: center;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 14px;
  }
}
@media screen and (max-width: 577px) {
  footer .footer-wrapper {
    flex-direction: column;
  }
  footer .footer-block {
    margin-bottom: 30px;
  }
  footer .footer-block .about p {
    font-size: 13px;
  }
  footer .footer-block .footer_title {
    margin-bottom: 15px;
  }
  footer .footer-block .footer_title h6 {
    font-size: 18px;
  }
  footer .footer-block ul a li,
  footer .footer-block ul .footer_info li {
    font-size: 13px;
  }
  footer .footer-block ul a li.remove .icon i,
  footer .footer-block ul .footer_info li.remove .icon i {
    font-size: 12px;
  }
  footer .footer-block ul a li.remove p,
  footer .footer-block ul .footer_info li.remove p {
    color: #f8f8f8;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 13px;
  }
}
.page-about .about-section .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: space-between;
  margin-top: 40px;
}
.page-about .about-section .wrapper .content {
  flex-basis: calc(50% - 20px);
}
.page-about .about-section .wrapper .content p {
  margin-top: 20px;
}
.page-about .about-section .wrapper .content p:first-child {
  margin-top: 0;
}
.page-about .about-section .wrapper .image {
  flex-basis: calc(50% - 20px);
}
.page-about .about-section .wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .page-about .about-section .wrapper {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 30px;
  }
  .page-about .about-section .wrapper .content {
    text-align: center;
  }
}
.page-gallery .gallery-section {
  background: transparent;
}
.page-service .service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-service .service-wrapper .service-block {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.page-service .service-wrapper .service-block .image {
  flex-basis: 40%;
  margin: 0;
  height: auto;
}
.page-service .service-wrapper .service-block .image .figure {
  width: 100%;
  height: 100%;
}
.page-service .service-wrapper .service-block .image .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.page-service .service-wrapper .service-block .content {
  flex-basis: calc(60% - 40px);
  margin: 0;
  padding: 20px 40px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.page-service .service-wrapper .service-block .content .title {
  margin-bottom: 0;
  font-weight: 800;
}
.page-service .service-wrapper .service-block .content .desc p {
  padding-top: 20px;
  font-size: 15px;
  color: #464646;
}
.page-service .service-wrapper .service-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .page-service .service-wrapper {
    gap: 30px;
  }
  .page-service .service-wrapper .service-block {
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    border-radius: 20px;
  }
  .page-service .service-wrapper .service-block .image .figure {
    width: 100%;
    aspect-ratio: 4/2;
  }
  .page-service .service-wrapper .service-block .content {
    width: 100%;
  }
  .page-service .service-wrapper .service-block:nth-child(even) {
    flex-direction: column;
  }
}
.contact .contact-form {
  display: flex;
  border-radius: 40px;
  overflow: hidden;
}
.contact .contact-form .form {
  flex: 0 0 70%;
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eda324;
}
.contact .contact-form .form .form-group .form-input {
  color: #1c1c1c;
  padding: 8px 10px;
  border: 1px solid #eda324;
}
.contact .contact-form .form .form-group .form-input::placeholder {
  color: #1c1c1c;
}
.contact .contact-form .form .form-group .form-input:focus-within {
  outline: 1px solid rgba(0, 0, 0, 0.3);
}
.contact .contact-form .info {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #061f55;
  padding: 20px 40px;
}
.contact .contact-form .info .info-block {
  display: flex;
  align-items: center;
  margin: 20px 0 10px 0;
}
.contact .contact-form .info .info-block .icon {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  margin-right: 20px;
  transition: 0.5s ease-out;
}
.contact .contact-form .info .info-block .icon i {
  font-size: 1.25rem;
  color: #fff;
  line-height: 60px;
  transition: 0.5s ease-out;
  transition-delay: 0.2s;
}
.contact .contact-form .info .info-block .txt .txt-title {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 5px;
}
.contact .contact-form .info .info-block .txt p {
  font-size: 1rem;
  font-weight: 500;
  color: #f8f8f8;
  line-height: 1;
  overflow-wrap: anywhere;
  transition: 0.5s ease-out;
  transition-delay: 0.1s;
}
.contact .contact-form .info .info-block:hover .icon {
  background-color: #eda324;
}
.contact .contact-form .info .info-block:hover .icon i {
  color: #fff;
}
.contact .contact-form .info .info-block:hover .txt p {
  color: #eda324;
}

@media screen and (max-width: 992px) {
  .contact .contact-form .form {
    flex-basis: 60%;
    gap: 20px;
  }
  .contact .contact-form .form .form-group.half-width {
    flex-basis: 100%;
  }
  .contact .contact-form .info {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-title {
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
  }
  .contact .contact-title .left-side {
    margin-bottom: 20px;
  }
  .contact .contact-form {
    flex-direction: column;
  }
  .contact .contact-form .form {
    gap: 20px;
    padding: 40px 20px;
  }
  .contact .contact-form .form .form-group.half-width {
    flex-basis: calc(50% - 10px);
  }
  .contact .contact-form .info {
    border-left: none;
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact-title {
    padding-bottom: 30px;
  }
  .contact .contact-form .form {
    padding: 20px 10px;
  }
  .contact .contact-form .info {
    padding: 20px 10px;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #eda324;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #fff;
  color: #eda324;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery-section {
  margin: 0;
  padding: 0;
  background: transparent;
}
.single-service-wrap .full-page-content .gallery-section .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #eda324;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #f8f8f8;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 50px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
  height: calc(100vh - 108px);
}
.thanks .icon img {
  width: 100%;
  height: 100%;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #061f55;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #eda324;
  border: 1px solid #eda324;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #fff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #eda324;
}
.thanks .redirect:hover h5 {
  color: #eda324;
}

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