/*!
Theme Name: Code Crewz - A&S Construction
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Ecommerce
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codecrewz_asconstruction
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Code Crewz - A&S Construction 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=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

/* Custom Scss File
--------------------------------------------- */
/*  Fonts  */
/* Main Font Style */
/* All Fonts Style */
/* Colors Variable */
/* Main Colors Style */
/* Addition Colors Style */
/* Social Icon Colors Style */
/* Colors Style */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
}

.h2 {
  font-size: 2.5rem;
  color: #AF0404;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  display: flex;
}

a {
  font-family: "Didact Gothic", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

p {
  font-family: "Didact Gothic", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin: 0;
  padding: 0;
}

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

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

.btn {
  border: none;
}

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

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.btn-main {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.btn-main:hover {
  color: #fff;
}

.btn-large {
  padding: 15px 40px;
}

.btn-medium {
  padding: 10px 25px;
}

.btn-small {
  padding: 6px 18px;
}

.btn-radius {
  border-radius: 30px;
}

.btn-primary {
  background-color: #AF0404;
  border: 1px solid #AF0404;
  transition: 0.3s ease-in-out;
}
.btn-primary:hover {
  background-color: transparent;
}

.btn-secondarycolor {
  background-color: #252525;
  border: 1px solid #252525;
  transition: 0.3s ease-in-out;
}
.btn-secondarycolor:hover {
  background-color: transparent;
}

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

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

body {
  position: relative;
}
body .main-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .main-line .inner {
  position: absolute;
  width: 1140px;
  left: 50%;
  margin-left: -570px;
  top: 0;
  height: 100%;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
body .main-line .inner .content {
  position: absolute;
  left: 33.666666%;
  right: 33.666666%;
  height: 100%;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}

figure {
  margin: 0;
}

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

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

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(175, 4, 4, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: -26px;
  text-align: center;
  position: relative;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #333;
  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: #252525;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #f8f8f8;
  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-title {
  text-align: center;
  margin-bottom: 50px;
}
.header-title .title {
  display: inline-block;
  position: relative;
}
.header-title .title h2 {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.header-title .title h2 span {
  color: #AF0404;
}
.header-title .title h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  word-spacing: 0.06em;
  padding: 15px 0;
  color: #fff;
}
.header-title img {
  display: none;
}

@media screen and (max-width: 992px) {
  .header-title {
    margin-bottom: 50px;
  }
  .header-title .title h2 {
    font-size: 28px;
  }
  .header-title .title h4 {
    font-size: 16px;
    padding: 15px 0;
  }
  .header-title .image-deco img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header-title {
    margin-bottom: 40px;
  }
  .header-title .title h2 {
    font-size: 24px;
  }
  .header-title .title h4 {
    font-size: 16px;
    padding: 10px 0;
  }
  .header-title .image-deco img {
    width: 120px;
  }
}
@media screen and (max-width: 577px) {
  .header-title {
    margin-bottom: 30px;
  }
  .header-title .title h2 {
    font-size: 20px;
  }
  .header-title .image-deco img {
    width: 90px;
  }
}
.half_grid {
  flex: 0 0 calc(50% - 10px);
}

.mrt {
  margin-right: 10px;
}

.mlt {
  margin-left: 10px;
}

.padding-bottom {
  padding-bottom: 40px;
}

.center {
  text-align: center;
}

@media screen and (max-width: 577px) {
  .half_grid {
    flex: 0 0 calc(100% - 10px + 10px);
  }
  .mrt {
    margin-right: 0;
  }
  .mlt {
    margin-left: 0;
  }
}
.section {
  padding: 80px 0;
}

.breadcrumb {
  padding: 160px 0 80px 0;
}

.page {
  margin: 0;
}

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

.title {
  font-family: "Oswald", sans-serif;
}
.title h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: inline-block;
  position: relative;
}
.title h3 {
  font-size: 28px;
  color: #AF0404;
  letter-spacing: 0.06em;
  word-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .breadcrumb {
    padding: 100px 0 40px 0;
  }
}
.form {
  width: 100%;
}
.form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form .form-group label {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 500;
  text-transform: capitalize;
  color: #525252;
  padding-bottom: 5px;
}
.form .form-group .form-fill {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #8a8a8a;
  border: 1px solid rgba(138, 138, 138, 0.3);
  resize: none;
}
.form .form-group .form-fill:focus {
  outline: none;
  box-shadow: none;
}
.form .form-group .form-fill::placeholder {
  color: #525252;
  font-weight: 300;
}
.form .form-submit .btn {
  border-radius: 40px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  /* IE6-9 fallback on horizontal gradient */
}
.breadcrumb .breadcrumb-wrapper,
.breadcrumb .bread-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 5px 0;
  list-style: none;
  margin: 0;
}
.breadcrumb .breadcrumb-wrapper .bread-list,
.breadcrumb .breadcrumb-wrapper .bread-link,
.breadcrumb .bread-row .bread-list,
.breadcrumb .bread-row .bread-link {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  transition: 0.3s ease-in;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-wrapper .bread-list,
.breadcrumb .bread-row .bread-list {
  position: relative;
  margin-right: 20px;
}
.breadcrumb .breadcrumb-wrapper .bread-list::before,
.breadcrumb .bread-row .bread-list::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  font-family: "fontawesome";
  font-size: 0.6125rem;
  color: #fff;
}
.breadcrumb .breadcrumb-wrapper .bread-list a,
.breadcrumb .bread-row .bread-list a {
  transition: 0.3s ease-in;
}
.breadcrumb .breadcrumb-wrapper .bread-list a:hover,
.breadcrumb .bread-row .bread-list a:hover {
  color: #AF0404;
}
.breadcrumb .breadcrumb-wrapper .bread-list:last-child::before,
.breadcrumb .bread-row .bread-list:last-child::before {
  content: none;
}
.breadcrumb .bread-title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #AF0404;
  margin-top: 10px;
  position: relative;
}

.review {
  max-width: 150px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 0 20px;
  overflow: hidden;
  z-index: 999;
}
.review::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.review .img {
  width: 100%;
  z-index: 999;
}
.review:hover::after {
  width: 0;
}

@media screen and (max-width: 576px) {
  .review {
    max-width: 100px;
    padding: 0 10px;
  }
  .review .img {
    width: 100%;
    z-index: 999;
  }
  .review:hover::after {
    width: 100%;
    height: 100%;
  }
}
.top-header {
  background-color: #AF0404;
}
.top-header .wrap {
  justify-content: flex-end;
  align-items: center;
}
.top-header .wrap p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-right: 20px;
}
.top-header .wrap .btn-request {
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1c;
  background-color: #fff;
  line-height: 1;
  display: block;
  padding: 12px 20px;
  overflow: initial;
  position: relative;
}
.top-header .wrap .btn-request span {
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}
.top-header .wrap .btn-request:hover {
  color: #e74216;
}

header {
  position: relative;
  background-color: #000;
}
header::before {
  position: absolute;
  content: "";
  background: url(images/banner-line.png);
  height: 10px;
  left: 0;
  bottom: 0;
  width: 100%;
}
header .navbar {
  padding: 12px 0;
}
header .navbar.navbar-expand-lg {
  justify-content: space-between;
}
header .navbar .navbar-brand {
  background-color: #000;
  margin-top: -50px;
}
header .navbar .navbar-brand figure {
  max-width: 180px;
}
header .navbar .navbar-brand figure img {
  max-width: 100%;
}
header .navbar-collapse {
  flex-grow: initial;
  transition: 0.4s all;
}
header .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 0 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  overflow: initial;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  background: #f8f8f8;
  width: 1px;
  height: 24px;
  top: 7px;
  right: -10px;
}
header .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-item:last-child .nav-link::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #AF0404;
}
header .navbar-collapse .button .nav-link {
  margin: 0 0 0 10px;
  padding: 8px 18px;
  color: #fff;
  background-color: #AF0404;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}
header.fixed-header .navbar {
  padding: 0;
}
header.fixed-header .navbar .navbar-brand {
  padding: 5px;
  margin-top: 0;
  margin-bottom: 5px;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 100px;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link {
  padding: 0;
  margin: 0 15px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link::before {
  display: none;
}

@media screen and (max-width: 1199px) {
  header .navbar .navbar-brand figure {
    max-width: 150px;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .top-header .wrap p {
    font-size: 11px;
  }
  .top-header .wrap .btn-request {
    font-size: 12px;
  }
  header .navbar {
    padding: 10px 0;
  }
  header .navbar .navbar-toggler {
    z-index: 999;
    position: relative;
    width: 40px;
    aspect-ratio: 1/1;
    border: 2px solid #fff;
  }
  header .navbar .navbar-toggler svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
  }
  header .navbar .navbar-toggler svg.burger {
    transition: 0.3s ease-in-out;
  }
  header .navbar .navbar-toggler svg.cross {
    opacity: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
  }
  header .navbar .navbar-toggler svg.cross path {
    stroke: #fff;
  }
  header .navbar .navbar-toggler:focus-within {
    box-shadow: none;
    outline: none;
  }
  header .navbar .navbar-toggler[aria-expanded=true] svg {
    fill: #fff;
  }
  header .navbar .navbar-toggler[aria-expanded=true] svg.burger {
    opacity: 0;
  }
  header .navbar .navbar-toggler[aria-expanded=true] svg.cross {
    opacity: 1;
    top: 50%;
  }
  header .navbar .navbar-nav {
    justify-content: center;
    text-align: center;
  }
  header .navbar .navbar-nav .nav-link::before {
    display: none;
  }
  header .navbar .button {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .top-header .wrap p {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .top-header .wrap .btn-request {
    display: none;
  }
  header .navbar .navbar-brand {
    margin-top: -15px;
    padding-bottom: 0;
  }
}
.banner {
  position: relative;
}
.banner .banner-wrapper .banner-block {
  position: relative;
}
.banner .banner-wrapper .banner-block .image {
  position: relative;
  z-index: 2;
}
.banner .banner-wrapper .banner-block .image img {
  margin-top: 0;
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
  object-position: center;
}
.banner .banner-wrapper .banner-block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner .banner-wrapper .banner-block .banner-content {
  position: absolute;
  top: 35%;
  right: 10%;
  z-index: 9;
  max-width: 600px;
  text-align: right;
}
.banner .banner-wrapper .banner-block .banner-content h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.banner .banner-wrapper .banner-block .banner-content .desc {
  padding: 30px 0;
}
.banner .banner-wrapper .banner-block .banner-content .desc p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  word-spacing: 0.02em;
  text-transform: capitalize;
  line-height: 1.7;
  position: relative;
  margin: 0;
  margin-top: 10px;
  letter-spacing: 0.09em;
}
.banner .banner-wrapper .banner-block .banner-content .banner-btn .sub-ban-btn {
  background-color: #AF0404;
  border-color: #AF0404;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 8px 35px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.banner .banner-wrapper .banner-block .banner-content .banner-btn .sub-ban-btn:hover {
  color: #fff;
}
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.banner .fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}
.banner .slick-active .banner-content {
  animation-name: fadeInUpSD;
  animation-duration: 3s;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .banner .banner-wrapper .banner-block .banner-content {
    max-width: 500px;
  }
  .banner .banner-wrapper .banner-block .banner-content h2 {
    font-size: 32px;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc {
    padding: 20px 0;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc p {
    font-size: 22px;
    padding-left: 20px;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc p::before {
    height: 2px;
    width: 8px;
  }
  .banner .banner-wrapper .banner-block .banner-content .banner-btn .sub-ban-btn {
    font-size: 16px;
    padding: 12px 38px;
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-wrapper .banner-block .banner-content {
    max-width: 450px;
  }
  .banner .banner-wrapper .banner-block .banner-content h2 {
    font-size: 26px;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc {
    padding: 15px 0;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc p {
    font-size: 18px;
    padding-left: 15px;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc p::before {
    height: 2px;
    width: 6px;
  }
  .banner .banner-wrapper .banner-block .banner-content .banner-btn .sub-ban-btn {
    font-size: 16px;
    padding: 8px 26px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-wrapper .banner-block .banner-content {
    max-width: 350px;
  }
  .banner .banner-wrapper .banner-block .banner-content h2 {
    font-size: 22px;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc {
    padding: 15px 0;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc p {
    font-size: 16px;
    padding-left: 15px;
    margin-top: 5px;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc p::before {
    height: 2px;
    width: 6px;
  }
  .banner .banner-wrapper .banner-block .banner-content .banner-btn .sub-ban-btn {
    font-size: 13px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 577px) {
  .banner .banner-wrapper .banner-block .image img {
    height: 300px;
  }
  .banner .banner-wrapper .banner-block .banner-content {
    max-width: 300px;
  }
  .banner .banner-wrapper .banner-block .banner-content h2 {
    font-size: 18px;
  }
  .banner .banner-wrapper .banner-block .banner-content .desc p {
    font-size: 14px;
  }
  .banner .banner-wrapper .banner-block .banner-content .banner-btn .sub-ban-btn {
    font-size: 12px;
  }
}
.about {
  padding: 80px 0;
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.about .about-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.about .about-wrapper .about-content {
  position: relative;
  flex: 0 0 40%;
}
.about .about-wrapper .about-content .title {
  font-family: "Oswald", sans-serif;
}
.about .about-wrapper .about-content .title h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: inline-block;
  position: relative;
}
.about .about-wrapper .about-content .title h3 {
  font-size: 28px;
  color: #AF0404;
  letter-spacing: 0.06em;
  word-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
}
.about .about-wrapper .about-content .desc p {
  font-family: "Roboto", sans-serif;
  padding-top: 20px;
  word-spacing: 0.05em;
}
.about .about-wrapper .about-content .button .about-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 10px 30px;
  background-color: #AF0404;
  border: 1px solid #AF0404;
  margin-top: 30px;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}
.about .about-wrapper .about-content .button .about-btn:hover {
  background-color: #252525;
  color: #fff;
}
.about .about-wrapper .about-image {
  margin-left: 60px;
  flex: 0 0 calc(60% - 60px);
  z-index: 99;
}
.about .about-wrapper .about-image .image {
  min-width: 450px;
}
.about .about-wrapper .about-image .image video {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
  .about .about-wrapper {
    flex-direction: column;
  }
  .about .about-wrapper .about-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .about .about-wrapper .about-content .title h2 {
    font-size: 24px;
  }
  .about .about-wrapper .about-content .title h3 {
    font-size: 28px;
  }
  .about .about-wrapper .about-content .desc p {
    font-size: 15px;
  }
  .about .about-wrapper .about-content .button .about-btn {
    font-size: 13px;
    padding: 10px 30px;
    margin-top: 20px;
  }
  .about .about-wrapper .about-image {
    margin-left: 0;
  }
  .about .about-wrapper .about-image .image {
    height: 350px;
    width: 100%;
  }
  .about .about-wrapper .about-image .image img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
  .about .about-wrapper .about-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .about .about-wrapper .about-content .title h2 {
    font-size: 20px;
  }
  .about .about-wrapper .about-content .title h3 {
    font-size: 22px;
  }
  .about .about-wrapper .about-content .desc p {
    font-size: 14px;
  }
  .about .about-wrapper .about-content .button .about-btn {
    font-size: 13px;
    padding: 10px 30px;
    margin-top: 20px;
  }
  .about .about-wrapper .about-image {
    max-width: 100%;
    text-align: center;
  }
  .about .about-wrapper .about-image .image {
    min-width: auto;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .about .about-wrapper .about-content .title h2 {
    font-size: 18px;
  }
  .about .about-wrapper .about-content .title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 481px) {
  .about .about-wrapper .about-content .title h2 {
    font-size: 16px;
  }
  .about .about-wrapper .about-content .title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 365px) {
  .about .about-wrapper .about-image .image {
    height: 100%;
    width: 100%;
  }
}
.special_features {
  padding: 100px 0;
  background-color: #AF0404;
}
.special_features .feature-wrapper {
  display: flex;
  flex-direction: row;
}
.special_features .feature-wrapper .features-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  padding: 20px 10px;
}
.special_features .feature-wrapper .features-block .image img {
  width: 70px;
}
.special_features .feature-wrapper .features-block .image h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.3s ease-in-out;
}
.special_features .feature-wrapper .features-block .desc p {
  color: #f8f8f8;
  word-spacing: 0.05em;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .special_features {
    padding: 80px 0;
  }
  .special_features .feature-wrapper .features-block .image img {
    width: 80px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 18px;
    padding: 20px 0;
  }
  .special_features .feature-wrapper .features-block .desc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .special_features {
    padding: 50px 0;
  }
  .special_features .feature-wrapper {
    flex-direction: column;
  }
  .special_features .feature-wrapper .features-block .image img {
    width: 60px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 18px;
    padding: 15px 0;
  }
  .special_features .feature-wrapper .features-block .desc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 16px;
    padding: 10px 0;
  }
}
.service .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.service-block {
  flex-basis: calc(33.3333333333% - 20px);
}
.service-block .image {
  display: grid;
  place-items: center;
}
.service-block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: cover;
}
.service-block .content .desc h4 {
  padding: 10px 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #AF0404;
}
.service-block .content .button {
  display: none;
}
.service-block .content .button .btn-main {
  background-color: #AF0404;
  border-color: #AF0404;
}

@media screen and (max-width: 992px) {
  .service-block {
    flex-basis: calc(50% - 20px);
  }
  .service-block .image img {
    aspect-ratio: 4/2;
  }
}
@media screen and (max-width: 576px) {
  .service .service-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.form {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 60px;
  flex: 0 0 40%;
}
.form .form-title h4 {
  font-size: 24px;
  color: #AF0404;
  word-spacing: 0.02em;
  padding-bottom: 20px;
}
.form .form-wrapper {
  display: flex;
  flex-direction: column;
}
.form .form-wrapper .form-info {
  margin-bottom: 20px;
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  resize: none;
}
.form .form-wrapper .form-info option {
  padding: 0;
  color: #333;
}
.form .form-wrapper .form-info::placeholder {
  color: #fff;
}
.form .form-wrapper .form-submit-btn {
  display: inline-block;
  padding: 8px 10px;
  font-size: 14px;
  color: #fff;
  width: 150px;
  border-radius: 50px;
  background-color: #AF0404;
  border: 1px solid #AF0404;
  transition: 0.3s ease-in-out;
}
.form .form-wrapper .form-submit-btn:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .form {
    width: 280px;
    padding: 40px 20px;
  }
  .form .form-title h4 {
    font-size: 22px;
  }
  .form .form-wrapper .form-info {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .form .form-wrapper .form-submit-btn {
    padding: 12px 10px;
    font-size: 14px;
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .form {
    width: 250px;
    padding: 20px;
  }
  .form .form-title h4 {
    font-size: 18px;
  }
  .form .form-wrapper .form-info {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .form .form-wrapper .form-submit-btn {
    padding: 12px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .form {
    width: 250px;
    padding: 20px;
    right: 1%;
  }
  .form .form-title h4 {
    font-size: 18px;
  }
  .form .form-wrapper .form-info {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .form .form-wrapper .form-submit-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .form {
    position: relative;
    transform: translateY(0);
    right: 0;
    width: 100%;
    padding: 40px;
    background: #000;
  }
  .form .form-wrapper .form-submit-btn {
    width: 125px;
    padding: 8px 12px;
  }
}
.experience {
  position: relative;
  z-index: 1;
}
.experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.experience .experience-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.experience .experience-wrapper .images {
  position: relative;
  flex: 0 0 20%;
}
.experience .experience-wrapper .images h6 {
  top: 20%;
  left: 175px;
  font-size: 120px;
  color: #AF0404;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.experience .experience-wrapper .images h6 span {
  display: block;
  font-size: 16px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  word-spacing: 0.07em;
}
.experience .experience-wrapper .experience-item {
  margin-left: 50px;
  flex: 0 0 35%;
  z-index: 999;
}
.experience .experience-wrapper .experience-item .experience-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.experience .experience-wrapper .experience-item .experience-list .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #000;
  border-radius: 40px;
  font-family: "Roboto", sans-serif;
}
.experience .experience-wrapper .experience-item .experience-list .icon i {
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #AF0404;
}
.experience .experience-wrapper .experience-item .experience-list .icon .text p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  padding: 5px 20px;
  font-weight: 300;
}
.experience .experience-wrapper .experience-item .experience-list:nth-child(2) {
  margin-left: 30px;
}
.experience .handy-men-image {
  display: none;
  position: absolute;
  top: -10%;
  right: 0;
  z-index: 1;
}
.experience .handy-men-image img {
  width: 220px;
}

@media screen and (max-width: 1200px) {
  .experience .experience-wrapper .images h6 {
    font-size: 100px;
  }
  .experience .experience-wrapper .images h6 span {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item {
    margin-left: 50px;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 18px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .experience {
    padding: 60px 0;
  }
  .experience .experience-wrapper .images h6 {
    font-size: 70px;
    left: 75px;
  }
  .experience .experience-wrapper .images h6 span {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item {
    margin-left: 30px;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 18px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 15px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .experience {
    padding: 40px 0;
  }
  .experience .experience-wrapper {
    flex-direction: column;
  }
  .experience .experience-wrapper .images {
    margin-bottom: 30px;
  }
  .experience .experience-wrapper .images h6 {
    font-size: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
  .experience .experience-wrapper .images h6 span {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item {
    margin-left: 0;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 18px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 15px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list:last-child {
    margin-left: 40px;
  }
  .experience .handy-men-image {
    display: none;
  }
}
@media screen and (max-width: 577px) {
  .experience .experience-wrapper .images h6 {
    font-size: 80px;
  }
  .experience .experience-wrapper .images h6 span {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 14px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list:last-child {
    margin-left: 40px;
  }
  .experience .handy-men-image {
    display: none;
  }
}
.gallery-section {
  padding-top: 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-image {
  display: grid;
  place-items: center;
  border-radius: 5px;
}
.gallery-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
.gallery-image:hover img {
  transform: scale(1.1);
}

.testimonial {
  padding: 80px 0;
  position: relative;
}
.testimonial::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.testimonial .testimonial-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.testimonial .testimonial-wrapper .testimonial-block {
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px;
  border: 1px solid #000;
  padding: 40px 30px;
  z-index: 3;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 30px;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info .image {
  margin-right: 20px;
  display: none;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info .per-info h5 {
  font-size: 15px;
  font-weight: 500;
  color: #AF0404;
  text-transform: capitalize;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info .per-info h6 {
  font-size: 13px;
  color: #1c1c1c;
  font-weight: 400;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail .left-info {
  margin-top: -20px;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail .left-info img {
  opacity: 0.35;
}
.testimonial .testimonial-wrapper .testimonial-block .content {
  padding-top: 30px;
}
.testimonial .testimonial-wrapper .testimonial-block .content p {
  color: #333;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.testimonial .slick-arrow i {
  font-size: 20px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.testimonial .slick-arrow i:hover {
  color: #000;
  background-color: #252525;
}
.testimonial .slick-arrow.left {
  left: -40px;
  z-index: 9;
}
.testimonial .slick-arrow.right {
  right: -40px;
}

@media screen and (max-width: 992px) {
  .testimonial {
    padding: 60px 0;
  }
  .testimonial .testimonial-wrapper .testimonial-block {
    padding: 30px 20px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .personal-detail {
    padding-bottom: 20px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info .image {
    margin-right: 20px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info .image img {
    width: 60px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info .per-info h5 {
    font-size: 14px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info .per-info h6 {
    font-size: 12px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .personal-detail .left-info {
    margin-top: 0;
  }
  .testimonial .testimonial-wrapper .testimonial-block .personal-detail .left-info img {
    width: 60px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .content {
    padding-top: 20px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .testimonial {
    padding: 40px 0;
  }
  .testimonial .testimonial-wrapper .testimonial-block {
    margin: 20px;
  }
  .testimonial .slick-dots {
    margin-top: 5px;
    text-align: center;
    position: relative;
    margin: auto;
  }
}
@media screen and (max-width: 577px) {
  .testimonial .testimonial-wrapper .testimonial-block .personal-detail .left-info img {
    width: 40px;
  }
  .testimonial .testimonial-wrapper .testimonial-block .content p {
    font-size: 13px;
  }
}
.call-us {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.call-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.call-us .call-us-content {
  text-align: center;
  position: relative;
}
.call-us .call-us-content h3 {
  font-size: 32px;
  color: #AF0404;
  font-weight: 700;
  word-spacing: 0.05em;
  line-height: 1.3;
}
.call-us .call-us-content p {
  font-size: 18px;
  color: #fff;
  word-spacing: 0.05em;
}
.call-us .call-us-content .button {
  margin-top: 40px;
}
.call-us .call-us-content .button .btn-main {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  background-color: #AF0404;
  border-color: #AF0404;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .call-us {
    padding: 50px 0;
  }
  .call-us .call-us-content h3 {
    font-size: 26px;
  }
  .call-us .call-us-content p {
    font-size: 16px;
  }
  .call-us .call-us-content .button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 577px) {
  .call-us {
    padding: 20px 0;
  }
  .call-us .call-us-content h3 {
    font-size: 22px;
  }
  .call-us .call-us-content p {
    font-size: 14px;
  }
  .call-us .call-us-content .button {
    margin-top: 30px;
  }
}
footer {
  padding: 70px 0 0 0;
  position: relative;
}
footer .footer-block {
  margin-bottom: 40px;
}
footer .footer-block .logo {
  margin-top: -20px;
  margin-bottom: 10px;
}
footer .footer-block .logo img {
  max-width: 150px;
}
footer .footer-block .footer-about p {
  color: #000;
}
footer .footer-block .footer-title {
  margin-bottom: 40px;
}
footer .footer-block .footer-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #AF0404;
  text-transform: uppercase;
}
footer .footer-block .footer-item .footer-link {
  margin-bottom: 10px;
}
footer .footer-block .footer-item .footer-link .info-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
footer .footer-block .footer-item .footer-link .info-detail i {
  padding-right: 10px;
  color: #AF0404;
}
footer .footer-block .footer-item .footer-link .info-detail p {
  color: #000;
  transition: 0.3s ease-in-out;
}
footer .footer-block .footer-item .footer-link:hover .info-detail {
  color: #AF0404;
}
footer .footer-block .footer-item .footer-link:hover .info-detail p {
  color: #AF0404;
}
footer .social-icons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
footer .social-icons a {
  width: 40px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: #AF0404;
  border: 1px solid #AF0404;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
footer .social-icons a i {
  color: #f8f8f8;
  font-size: 16px;
  transition: 0.3s ease-in-out 0.2s;
}
footer .social-icons a:hover {
  background-color: transparent;
}
footer .social-icons a:hover i {
  color: #AF0404;
}

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

@media screen and (max-width: 992px) {
  footer {
    padding: 50px 0 0 0;
  }
  footer .footer-block {
    margin-bottom: 40px;
  }
  footer .footer-block .logo {
    margin-top: 0;
    margin-bottom: 10px;
  }
  footer .footer-block .logo img {
    max-width: 120px;
  }
  footer .footer-block .footer-about p {
    color: #000;
  }
  footer .footer-block .footer-title {
    margin-bottom: 20px;
  }
  footer .footer-block .footer-title h2 {
    font-size: 18px;
  }
  footer .footer-block .footer-item .footer-link {
    margin-bottom: 10px;
  }
  footer .footer-block .footer-item .footer-link .info-detail {
    font-size: 14px;
  }
  footer .footer-block .footer-item .footer-link .info-detail i {
    padding-right: 10px;
  }
  footer .footer-block .footer-item .footer-link .info-detail p {
    color: #000;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 0 0;
    text-align: center;
  }
  footer .footer-block .footer-about p {
    font-size: 13px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 15px;
  }
  footer .footer-block .footer-title h2 {
    font-size: 18px;
  }
  footer .footer-block .footer-item .footer-link {
    margin-bottom: 10px;
  }
  footer .footer-block .footer-item .footer-link .info-detail {
    font-size: 13px;
    justify-content: center;
  }
  footer .footer-block .footer-item .footer-link .info-detail p {
    font-size: 13px;
  }
  footer .social-icons {
    justify-content: center;
  }
  footer .social-icons a {
    padding: 6px;
  }
  footer .social-icons a i {
    font-size: 13px;
  }
  .footer-bottom {
    padding: 5px 0;
  }
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 13px;
    display: block;
  }
}
@media screen and (max-width: 577px) {
  .footer-bottom {
    padding: 5px 0;
  }
  .footer-bottom .block p,
  .footer-bottom .block a {
    font-size: 12px;
  }
}
.chose-us {
  background-color: #000;
  padding: 80px 0;
  position: relative;
}
.chose-us .chose-wrapper .new-header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}
.chose-us .chose-wrapper .new-header-title .title {
  flex: 0 0 30%;
}
.chose-us .chose-wrapper .new-header-title .title h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 20px;
}
.chose-us .chose-wrapper .new-header-title .title h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
.chose-us .chose-wrapper .new-header-title .title h4 span {
  font-weight: 400;
  color: #252525;
}
.chose-us .chose-wrapper .new-header-title .content {
  flex: 0 0 calc(70% - 80px);
  margin-left: 80px;
}
.chose-us .chose-wrapper .new-header-title .content p {
  font-size: 15px;
  color: #fff;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav {
  flex: 0 0 30%;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link {
  background-color: #fff;
  color: #000;
  padding: 20px 20px;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active {
  overflow: initial;
  background-color: #333;
  position: relative;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-left: 15px solid #333;
  border-bottom: 7px solid transparent;
  transition: 0.3s ease-in-out;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active h4,
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active p {
  color: #fff;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link h4 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link p {
  font-size: 16px;
  color: #333;
  transition: 0.3s ease-in-out;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link:hover {
  background-color: #333;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link:hover h4,
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link:hover p {
  color: #fff;
}
.chose-us .chose-wrapper .tab-pannel .tab-content {
  flex: 0 0 70%;
}
@media screen and (max-width: 768px) {
  .chose-us {
    padding: 40px 0;
  }
  .chose-us .chose-wrapper .new-header-title {
    flex-direction: column;
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .chose-us .chose-wrapper .new-header-title .title {
    margin-bottom: 20px;
  }
  .chose-us .chose-wrapper .new-header-title .title h6 {
    margin-bottom: 10px;
  }
  .chose-us .chose-wrapper .new-header-title .title h4 {
    font-size: 24px;
  }
  .chose-us .chose-wrapper .new-header-title .content {
    margin-left: 10px;
  }
  .chose-us .chose-wrapper .new-header-title .content p {
    font-size: 14px;
    color: #fff;
  }
  .chose-us .chose-wrapper .tab-pannel {
    flex-direction: column;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav {
    width: 100%;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link {
    background-color: #fff;
    color: #000;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active::before {
    display: none;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link h4 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link p {
    font-size: 16px;
    color: #333;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-content {
    flex: 0 0 70%;
  }
}
.page-gallery {
  background-color: #000;
  padding-bottom: 80px;
}
.page-gallery .gallery-wrapper {
  flex-wrap: wrap;
}
.page-gallery .gallery-wrapper .picture {
  border: 2px solid #000;
}

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

@media screen and (max-width: 1200px) {
  .contact_us .contact-wrapper .contact-block.block-left {
    margin-right: -80px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 992px) {
  .contact_us .contact-wrapper .contact-block.block-left {
    margin-right: 0;
    padding: 60px 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    flex: 0 0 calc(40% - 40px);
    margin: 0 30px 0 10px;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    flex: 0 0 calc(60% + 30px - 90px);
  }
  .contact_us .contact-wrapper .contact-block .map iframe {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact_us .contact-wrapper .contact-block {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 50%;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    width: 100%;
    padding: 40px 40px;
  }
  .contact_us .contact-wrapper .contact-block .map {
    width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 100%;
  }
}
.page-quote {
  padding: 80px 0;
  background: url("../images/quote-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.page-quote .page-quote-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-quote .page-quote-wrapper .form {
  flex: 0 0 40%;
  position: relative;
  top: 0;
  right: 0;
  transform: translateY(0);
  text-align: center;
}
.page-quote .page-quote-wrapper .quote-image {
  flex: 0 0 calc(60% - 50px);
  margin-left: 50px;
  position: relative;
}
.page-quote .page-quote-wrapper .quote-image img {
  border: 4px solid #fff;
}

.service_inner_page {
  padding: 80px 0;
  background: #000;
}
.service_inner_page .side-linkbar {
  padding: 40px 20px;
  background-color: rgba(82, 82, 82, 0.1);
  font-family: "Gabriela", serif;
}
.service_inner_page .side-linkbar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  word-spacing: 0.03em;
  padding-bottom: 10px;
}
.service_inner_page .side-linkbar ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
}
.service_inner_page .side-linkbar ul li i {
  padding: 5px 8px;
  background: rgba(138, 138, 138, 0.1);
  font-size: 12px;
  transition: 0.3s ease-in-out;
  margin-right: 5px;
}
.service_inner_page .side-linkbar ul li .service_sub_link {
  font-size: 14px;
  color: #000;
  word-spacing: 0.03em;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.service_inner_page .side-linkbar ul li:hover {
  cursor: pointer;
}
.service_inner_page .side-linkbar ul li:hover i {
  color: #252525;
}
.service_inner_page .side-linkbar ul li:hover .service_sub_link {
  color: #252525;
}
.service_inner_page .side-linkbar ul li.active {
  cursor: pointer;
}
.service_inner_page .side-linkbar ul li.active i {
  color: #252525;
}
.service_inner_page .side-linkbar ul li.active .service_sub_link {
  color: #252525;
}
.service_inner_page .inner-page-desc .inner-desc h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.02em;
  word-spacing: 0.04em;
  padding-bottom: 10px;
}
.service_inner_page .inner-page-desc .inner-desc h4 {
  font-size: 18px;
  color: #AF0404;
  word-spacing: 0.04em;
  padding: 15px 0;
  line-height: 1.5;
}
.service_inner_page .inner-page-desc .inner-desc p {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.03em;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block {
  flex: 0 0 calc(50% - 20px);
  margin-right: 20px;
  margin-top: 20px;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon i {
  font-size: 20px;
  color: #AF0404;
  padding-right: 10px;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon h4 {
  font-size: 18px;
  color: #000;
  word-spacing: 0.05em;
  text-transform: capitalize;
  font-weight: 700;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise p {
  font-size: 14px;
  color: #000;
}
.service_inner_page .inner-page-desc .inner-desc .images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;
}
.service_inner_page .inner-page-desc .inner-desc .images .img {
  flex: 0 0 calc(50% - 20px);
  margin: 10px 10px 10px 0;
}
.service_inner_page .inner-page-desc .inner-desc .images .img img {
  transition: 0.3s ease-in-out;
}
.service_inner_page .inner-page-desc .inner-desc ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service_inner_page .inner-page-desc .inner-desc ul li {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}
.service_inner_page .inner-page-desc .inner-desc ul li i {
  margin-right: 8px;
  font-size: 10px;
  padding: 5px;
  background-color: #AF0404;
  border-radius: 100%;
  color: #000;
}

.extra-services {
  padding: 60px 0;
  background-color: #000;
}
.extra-services .title {
  text-align: center;
  margin-bottom: 20px;
}
.extra-services .title h4 {
  font-size: 38px;
  color: #252525;
  font-weight: 800;
  letter-spacing: 2px;
  word-spacing: 4px;
}
.extra-services .extra-services-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.extra-services .extra-services-wrapper .block {
  flex: 0 0 calc(50% - 40px);
  margin: 0 20px 50px 20px;
  text-align: center;
  box-shadow: 0px 2px 5px -3px #000;
  border-radius: 4px;
  padding: 40px 20px;
}
.extra-services .extra-services-wrapper .block .images {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #252525;
  margin: auto;
}
.extra-services .extra-services-wrapper .block .content h5 {
  font-size: 22px;
  font-weight: 600;
  color: #AF0404;
  margin: 20px 0;
}
.extra-services .extra-services-wrapper .block .content p {
  font-size: 14px;
  color: #000;
}

@media screen and (max-width: 992px) {
  .service_inner_page {
    padding: 60px 0;
  }
  .service_inner_page .title h4 {
    font-size: 32px;
  }
  .service_inner_page .side-linkbar {
    padding: 30px 20px;
  }
  .service_inner_page .side-linkbar h6 {
    font-size: 18px;
  }
  .service_inner_page .side-linkbar ul li {
    margin-top: 10px;
  }
  .service_inner_page .side-linkbar ul li i {
    padding: 5px 8px;
    font-size: 12px;
  }
  .service_inner_page .side-linkbar ul li .service_sub_link {
    font-size: 14px;
  }
  .service_inner_page .inner-page-desc .inner-desc h2 {
    font-size: 22px;
  }
  .row-flip {
    display: flex;
    flex-direction: column-reverse;
  }
  .whole-width {
    flex: 0 0 100% !important;
    margin-left: 0 !important;
  }
  .extra-services .extra-services-wrapper .block {
    flex: 0 0 calc(50% - 40px);
    margin: 0 20px 50px 20px;
    padding: 40px 20px;
  }
  .extra-services .extra-services-wrapper .block .images {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .extra-services .extra-services-wrapper .block .content h5 {
    font-size: 20px;
  }
  .extra-services .extra-services-wrapper .block .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .service_inner_page {
    padding: 40px 0;
  }
  .service_inner_page .side-linkbar {
    padding: 20px;
  }
  .service_inner_page .inner-page-desc .inner-desc h2 {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon i {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc ul li {
    font-size: 13px;
    flex: 0 0 100%;
  }
  .extra-services .title h4 {
    font-size: 30px;
  }
  .extra-services .extra-services-wrapper .block {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 30px 10px;
    padding: 30px 10px;
  }
  .extra-services .extra-services-wrapper .block .images {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .extra-services .extra-services-wrapper .block .images img {
    width: 30px;
  }
  .extra-services .extra-services-wrapper .block .content h5 {
    font-size: 16px;
  }
  .extra-services .extra-services-wrapper .block .content p {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .service_inner_page {
    padding: 40px 0;
  }
  .service_inner_page .side-linkbar {
    padding: 20px;
  }
  .service_inner_page .inner-page-desc .inner-desc h2 {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon i {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc ul li {
    font-size: 13px;
    flex: 0 0 100%;
  }
  .extra-services .title h4 {
    font-size: 22px;
  }
  .extra-services .extra-services-wrapper {
    flex-direction: column;
  }
  .extra-services .extra-services-wrapper .block {
    margin: 0 0 30px 0;
    padding: 30px 20px;
  }
  .extra-services .extra-services-wrapper .block .images {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .extra-services .extra-services-wrapper .block .images img {
    width: 30px;
  }
  .extra-services .extra-services-wrapper .block .content h5 {
    font-size: 16px;
  }
  .extra-services .extra-services-wrapper .block .content p {
    font-size: 13px;
  }
}
.list-of-services-section .inner-services-section .service-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  color: #000;
}
.list-of-services-section .inner-services-section .service-group .imagelink {
  max-width: 400px;
}
.list-of-services-section .inner-services-section .service-group .imagelink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.list-of-services-section .inner-services-section .service-group .text {
  flex-basis: calc(100% - 440px);
}
.list-of-services-section .inner-services-section .service-group .text .desc {
  margin-top: 10px;
}
.list-of-services-section .inner-services-section .service-group .text .desc p {
  color: #1c1c1c;
  font-size: 0.9375rem;
  margin-top: 15px;
}
.list-of-services-section .inner-services-section .service-group:nth-child(even) {
  flex-direction: row-reverse;
}

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