/*!
Theme Name: Hauzo
Theme URI: http://bracketweb.com/hauzowp
Author: Designarc
Author URI: https://themeforest.net/user/designarc
Description: Hauzo Handyman & Repairing WordPress Theme is designed specially for construction, renovation business, handyman, plumber, carpenter, craftsman workshop, painter, welder, Maintenance services and all type of repairing type of services.
Version: 1.0.1
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hauzo
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.

hauzo 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
# Templates
	- Common
	- Navigations One
	- Navigations Two
	- Animations
	- Zoom Fade Css
	- Mobile Nav
	- Search Popup
	- Banner One
	- Main Slider Two
	- Welcome One
	- Counter One
	- We Change
	- We Make
	- Services One
	- Portfolio One
	- Brand One
	- Testimonials Two
	- Two Boxes
	- Video One
	- Reasons One
	- Blog One
	- CTA One
	- Site Footer
	- Areas Of Practice
	- Build Business
	- Web Solutions
	- Team One
	- Watch Video
	- Core Features
	- Blog Two
	- Google Map
	- Get In Touch
	- CTA Two
	- Portfolio Two
	- Page Header
	- Service Details
	- Blog Sidebar
	- Sidebar
	- Blog Details
		- Comments
	- Portfolio Page
	- Portfolio Details
	- Similar Work
	- Portfolio Details Full
	- Reasons
	- Error Page
	- Contact Page
	- Contact Page Google Map
--------------------------------------------------------------*/
:root {
  --hauzo-font: "Barlow", sans-serif;
  --hauzo-font-two: "Roboto", sans-serif;
  --hauzo-font-three: "Rubik", sans-serif;
  --hauzo-font-four: "Playfair Display", serif;
  --hauzo-reey-font: "reeyregular";
  --hauzo-gray: #444444;
  --hauzo-gray-rgb: 68, 68, 68;
  --hauzo-white: #ffffff;
  --hauzo-white-rgb: 255, 255, 255;
  --hauzo-primary: #1b59c2;
  --hauzo-primary-rgb: 27, 89, 194;
  --hauzo-black: #051d3e;
  --hauzo-black-rgb: 5, 29, 62;
  --hauzo-base: #d90429;
  --hauzo-base-rgb: 217, 4, 41;
  --hauzo-extra: #f6f6f6;
  --hauzo-extra-rgb: 246, 246, 246;
  --hauzo-bdr-color: #e3e3e3;
  --hauzo-bdr-color-rgb: 227, 227, 227;
  --hauzo-bdr-radius: 5px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--hauzo-gray, #444444);
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
}

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 var(--hauzo-gray, #444444);
  cursor: help;
}

mark,
ins {
  background: var(--hauzo-bdr-color, #e3e3e3);
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  color: var(--hauzo-black);
}

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

hr {
  background-color: var(--hauzo-bdr-color, #e3e3e3);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 0.5em 3em;
  padding-left: 1em;
}

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%;
}

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

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--hauzo-bdr-color, #e3e3e3);
  border-top: 1px solid var(--hauzo-bdr-color, #e3e3e3);
  font-size: 16px;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--hauzo-bdr-color, #e3e3e3);
  border-top: 1px solid var(--hauzo-bdr-color, #e3e3e3);
  font-size: 16px;
}

/* Links
--------------------------------------------- */
a {
  color: var(--hauzo-black);
}
a:hover, a:focus, a:active {
  color: var(--hauzo-base);
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: var(--hauzo-bdr-color, #e3e3e3) var(--hauzo-bdr-color, #e3e3e3) var(--hauzo-bdr-color, #e3e3e3);
  background: var(--hauzo-bdr-color, #e3e3e3);
  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: var(--hauzo-bdr-color, #e3e3e3) var(--hauzo-bdr-color, #e3e3e3) var(--hauzo-bdr-color, #e3e3e3);
}
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: var(--hauzo-bdr-color, #e3e3e3) var(--hauzo-bdr-color, #e3e3e3) var(--hauzo-bdr-color, #e3e3e3);
}

.wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: 20px;
}

.blog-details__content .wp-block-button a:hover {
  background-color: var(--hauzo-base, #d90429);
  border-color: var(--hauzo-base, #d90429);
  color: var(--hauzo-white, #ffffff);
}

.blog-details__content .wp-block-button a {
  transition: all 500ms ease;
}

.blog-details__content .wp-block-button.is-style-squared a {
  border-radius: 0;
}

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: var(--hauzo-gray, #444444);
  border: 1px solid var(--hauzo-bdr-color, #e3e3e3);
  border-radius: 0px;
  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: var(--hauzo-gray, #444444);
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select {
  border: 1px solid var(--hauzo-bdr-color, #e3e3e3);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.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 0em;
}

.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;
}

.comments-area {
  position: relative;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list ul.children {
  margin: 0;
  list-style: none;
  padding-left: 3em;
}
@media (max-width: 575px) {
  .comments-area .comment-list ul.children {
    padding-left: 1em;
  }
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--hauzo-bdr-color, #e3e3e3);
}

.comments-area .comment {
  position: relative;
  min-height: 90px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
}

.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 25px;
  line-height: 24px;
}

.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--hauzo-black, #051d3e);
  text-transform: uppercase;
}

.comments-area .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--hauzo-primary, #1b59c2);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--hauzo-gray, #444444);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
  position: relative;
  display: block;
}

.comments-area .comment-box .theme-btn .btn-title {
  padding: 6px 30px 4px;
  line-height: 30px;
}

.comments-area .comment-body .says {
  display: none;
}

.comments-area .comment-body {
  position: relative;
  padding-left: 120px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--hauzo-bdr-color, #e3e3e3);
}
@media (max-width: 767px) {
  .comments-area .comment-body {
    padding-left: 0;
  }
}

.comments-area .pingback .comment-body,
.comments-area .trackback .comment-body {
  padding-left: 0;
}

.comments-area .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .comments-area .comment-body .avatar {
    position: relative;
    margin-bottom: 30px;
  }
}

.comments-area .fn a,
.comments-area .fn {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: var(--hauzo-black, #051d3e);
  text-decoration: none;
  font-family: var(--hauzo-font-two, "Barlow", sans-serif);
}

.comments-area .comment-body .comment-metadata {
  margin-bottom: 25px;
}

.comments-area .comment-body .comment-metadata a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: var(--hauzo-base, #d90429);
  text-decoration: none;
}

.comments-area .comment-body .comment-metadata a:hover {
  color: var(--hauzo-black, #051d3e);
}

.comments-area .comment-body .comment-metadata .edit-link a::before {
  content: ".";
  margin-left: 8px;
  margin-right: 10px;
}

.comments-area .comment-content p {
  position: relative;
  display: block;
  color: var(--hauzo-gray, #444444);
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 2em;
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  letter-spacing: 0;
  font-weight: 500;
}

.comments-area .comment-content table a {
  color: var(--hauzo-primary, #1b59c2);
  text-decoration: none;
}

.comments-area .comment-content table a {
  color: var(--hauzo-black, #051d3e);
}

.comments-area .comment-content table a:hover {
  color: var(--hauzo-primary, #1b59c2);
}

.comments-area .comment-content p:last-of-type {
  margin-bottom: 0;
}

.comments-area .reply a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--hauzo-base);
  color: var(--hauzo-white);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 30px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  font-family: var(--hauzo-font-two);
  text-transform: capitalize;
  letter-spacing: 0.1em;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}

.comments-area .reply a:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: var(--hauzo-black);
}

.comments-area .reply a:hover:before {
  top: -40%;
}

@media (min-width: 992px) {
  .comments-area .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
  margin-bottom: 54px;
}

.comment-respond .blog-details__content-title {
  margin-bottom: 50px;
}

.reply-form .logged-in-as {
  display: flex;
  color: var(--hauzo-base, #d90429);
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.reply-form .logged-in-as a:hover {
  color: var(--hauzo-base, #d90429);
}

.reply-form .logged-in-as a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.comment-form__title small {
  font-size: 20px;
}

.comment-form__title small a {
  text-decoration: none;
  color: var(--hauzo-base, #d90429);
  text-decoration: underline;
}

.comment-form__title small a:hover {
  color: var(--hauzo-black, #051d3e);
  opacity: 0.5;
}

.comment-list .comment-respond {
  margin-bottom: 30px;
}

.reply-form .form-submit {
  margin-bottom: 0;
}

.comment-list .reply-form .form-submit {
  margin-bottom: 30px;
}

.comments-area .comment-content ol,
.comments-area .comment-content ul {
  margin-bottom: 0.5em;
}

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

.sidebar .widget ul,
.sidebar__single ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .widget ul ul,
.sidebar__single ul ul {
  padding-left: 0.5em;
  margin-top: 10px;
}

.widget-area .widget h2,
.widget .sidebar__title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 70px;
  background-color: #f0f0f0;
  border: 1px solid var(--hauzo-bdr-color, #e3e3e3);
  outline: none;
  color: var(--hauzo-gray, #444444);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
}

.sidebar .widget,
.sidebar__single {
  position: relative;
  display: block;
}

.sidebar .widget ul li,
.sidebar__single ul li {
  position: relative;
}
.sidebar .widget ul li::after,
.sidebar__single ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 0px;
  right: 0;
}

.sidebar .widget.widget_rss,
.sidebar__single.widget_rss {
  padding-bottom: 40px;
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  list-style: none;
}

.sidebar .widget.widget_rss ul li,
.sidebar__single.widget_rss ul li {
  position: relative;
}
.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
  content: "";
}
.sidebar .widget.widget_rss ul li + li,
.sidebar__single.widget_rss ul li + li {
  margin-top: 10px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
  color: var(--hauzo-black, #051d3e);
  line-height: 1.5em;
  font-weight: 500;
  font-size: 20px;
  display: block;
  font-family: var(--hauzo-font, "Barlow", sans-serif);
}

.sidebar .widget p,
.sidebar__single p,
.sidebar__single p,
.sidebar__single.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 32px;
}

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--hauzo-gray, #444444);
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: capitalize;
}

.sidebar .widget.widget_rss li .rssSummary,
.sidebar__single.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 2em;
}

.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 14px;
  color: var(--hauzo-base, #d90429);
  margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--hauzo-black, #051d3e);
  font-size: 14px;
}

.sidebar .widget .tagcloud,
.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .tagcloud {
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.sidebar .widget .tagcloud a,
.sidebar .widget .wp-block-tag-cloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  font-size: 16px !important;
  color: var(--hauzo-gray);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--hauzo-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  font-weight: 400;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
}
.sidebar .widget .tagcloud a:hover,
.sidebar .widget .wp-block-tag-cloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--hauzo-white, #ffffff);
  background: var(--hauzo-primary, #1b59c2);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  background-color: #f0f0f0;
  height: 70px;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 20px;
  text-transform: capitalize;
  color: var(--hauzo-white, #ffffff);
  background-color: var(--hauzo-black, #051d3e);
  line-height: 1;
  fill: var(--hauzo-white, #ffffff);
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--hauzo-base, #d90429);
  color: var(--hauzo-white, #ffffff);
  fill: var(--hauzo-white, #ffffff);
}

.sidebar .widget:last-child,
.sidebar__single.widget:last-child {
  margin-bottom: 0;
}

.wp-calendar-table {
  margin-bottom: 0;
}
.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
}
.wp-calendar-table caption {
  padding: 0;
  text-align: center;
  color: var(--hauzo-black, #051d3e);
  padding-top: 5px;
  padding-bottom: 5px;
}

.wp-calendar-nav {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-calendar-nav a {
  color: var(--hauzo-black, #051d3e);
  transition: all 500ms ease;
}
.wp-calendar-nav a:hover {
  color: var(--hauzo-primary, #1b59c2);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: var(--hauzo-white, #ffffff);
  font-weight: 400;
  font-size: 18px;
  border: none;
  background-color: var(--hauzo-black, #051d3e);
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--hauzo-black, #051d3e);
  text-transform: uppercase;
  font-weight: 400;
  transition: all 500ms ease;
}

.sidebar .widget ul,
.sidebar__single ul {
  list-style: none;
}
.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
  color: var(--hauzo-base, #d90429);
}
.sidebar .widget.widget_categories > ul, .sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_archive > ul,
.sidebar__single.widget_categories > ul,
.sidebar__single.widget_nav_menu > ul,
.sidebar__single.widget_meta > ul,
.sidebar__single.widget_pages > ul,
.sidebar__single.widget_archive > ul {
  margin-top: -8px;
  padding-left: 0;
}
.sidebar .widget.widget_categories > ul ul, .sidebar .widget.widget_nav_menu > ul ul, .sidebar .widget.widget_meta > ul ul, .sidebar .widget.widget_pages > ul ul, .sidebar .widget.widget_archive > ul ul,
.sidebar__single.widget_categories > ul ul,
.sidebar__single.widget_nav_menu > ul ul,
.sidebar__single.widget_meta > ul ul,
.sidebar__single.widget_pages > ul ul,
.sidebar__single.widget_archive > ul ul {
  margin-top: 10px;
  padding-left: 0.7em;
}
.sidebar .widget.widget_categories li, .sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_archive li,
.sidebar__single.widget_categories li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
  font-size: 16px;
}
.sidebar .widget.widget_categories li + li, .sidebar .widget.widget_nav_menu li + li, .sidebar .widget.widget_meta li + li, .sidebar .widget.widget_pages li + li, .sidebar .widget.widget_archive li + li,
.sidebar__single.widget_categories li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_archive li + li {
  margin-top: 10px;
}
.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
  padding: 0;
}
.sidebar .widget.widget_recent_entries ul li ::after, .sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
  display: none;
}
.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
  padding-left: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: var(--hauzo-gray, #444444);
}
.sidebar .widget.widget_recent_entries ul li + li, .sidebar .widget.widget_recent_comments ul li + li,
.sidebar__single.widget_recent_entries ul li + li,
.sidebar__single.widget_recent_comments ul li + li {
  margin-top: 23px;
}
.sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget.widget_recent_entries ul li a:hover, .sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
  color: var(--hauzo-black, #051d3e);
}
.sidebar .widget.widget_recent_entries ul li::before, .sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
  height: 45px;
  width: 45px;
  background-color: var(--hauzo-black, #051d3e);
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  left: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--hauzo-white, #ffffff);
}
.sidebar .widget.widget_recent_entries ul:hover::before, .sidebar .widget.widget_recent_comments ul:hover::before,
.sidebar__single.widget_recent_entries ul:hover::before,
.sidebar__single.widget_recent_comments ul:hover::before {
  background-color: var(--hauzo-primary, #1b59c2);
  color: var(--hauzo-white, #ffffff);
}
.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -10px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
  margin: -20px !important;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding: 20px;
  padding-left: 105px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
  border-radius: var(--hauzo-bdr-radius, 7);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
  background-color: #fff;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  margin: 0;
  position: absolute;
  top: 21px;
  left: 20px;
  width: 70px;
  height: auto;
  background-color: var(--hauzo-black, #051d3e);
  border-radius: 10px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before {
  content: "\f2bd";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--hauzo-base, #d90429);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  color: var(--hauzo-black, #051d3e);
  transition: all 500ms ease;
  margin-top: 3px;
  display: block;
  font-family: var(--hauzo-font-two);
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
  color: var(--hauzo-base);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author {
  font-size: 14px;
  font-weight: 500;
  color: #7b7d83;
  margin-top: -7px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--hauzo-gray, #444444);
  line-height: 1em;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--hauzo-gray, #444444);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before {
  content: "\f086";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--hauzo-primary, #3c72fc);
  font-size: 12px;
}

.news-one .blog-pagination {
  justify-content: center;
  margin-top: 30px;
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  padding-left: 0;
}

.sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li,
.sidebar__single .widget_categories ul li,
.sidebar__single .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-categories li::after,
.sidebar .widget_categories ul li::after,
.sidebar__single .widget_categories ul li::after,
.sidebar__single .wp-block-categories li::after {
  display: none;
}

.sidebar .widget .wp-block-categories li ul.children,
.sidebar .widget_categories ul li ul.children,
.sidebar__single .widget_categories ul li ul.children,
.sidebar__single .wp-block-categories li ul.children {
  flex: 0 0 100%;
}

.sidebar__single .wp-block-archives.wp-block-archives-list {
  margin-bottom: 0;
}

.sidebar .widget .sidebar__single .wp-block-tag-cloud {
  margin-bottom: -10px;
}
.sidebar .widget .sidebar__single .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--hauzo-gray, #444444);
}
.sidebar .widget .sidebar__single .wp-block-categories {
  margin-top: -8px;
  margin-bottom: -8px;
}
.sidebar .widget .sidebar__single .wp-block-categories li + li {
  margin-top: 5px;
}
.sidebar .widget .sidebar__single ul li {
  font-size: 16px;
}
.sidebar .widget .sidebar__single.recent-posts-widget-with-thumbnails {
  padding-bottom: 45px;
}
.sidebar .widget .sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  margin-bottom: 0;
}
.sidebar .widget .sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li {
  margin-top: 20px;
}

.widget_nav_menu ul.menu {
  margin-top: -10px;
  margin-bottom: -6px;
}

.widget_recent_entries > ul {
  margin-top: -7px;
}

.sidebar .widget #recentcomments,
.sidebar__single #recentcomments {
  margin-top: -5px;
}

.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--hauzo-base, #d90429);
  color: var(--hauzo-white, #ffffff);
}

.sidebar .widget input[type=email],
.sidebar .widget input[type=search],
.sidebar .widget input[type=password],
.sidebar .widget input[type=text] {
  width: 100%;
  display: block;
  height: 68px;
  background-color: #f0f0f0;
  border: 1px solid var(--hauzo-bdr-color, #e3e3e3);
  padding-left: 30px;
  padding-right: 30px;
  color: var(--hauzo-gray, #444444);
  outline: none;
  font-size: 16px;
}
.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud {
  margin-bottom: -10px;
  margin-left: -10px;
}
.sidebar .widget .wp-block-tag-cloud a {
  font-size: 16px !important;
  color: var(--hauzo-gray);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--hauzo-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  font-weight: 400;
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--hauzo-white);
  background: var(--hauzo-primary);
}
.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--hauzo-black, #051d3e);
  border-radius: var(--hauzo-bdr-radius, 7);
}
.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  border-radius: var(--hauzo-bdr-radius, 7);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--hauzo-black, #051d3e);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-block-calendar thead th:first-child {
  border-top-left-radius: var(--hauzo-bdr-radius, 7);
}
.sidebar .widget .wp-block-calendar thead th:last-child {
  border-top-right-radius: var(--hauzo-bdr-radius, 7);
}
.sidebar .widget .wp-calendar-table td {
  color: var(--hauzo-black, #051d3e);
}
.sidebar .widget .wp-block-archives {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-archives li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-archives li a::after {
  display: none;
}
.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
  padding-top: 3px;
  padding-bottom: 15px;
  color: var(--hauzo-black, #051d3e);
  font-weight: 800;
}
.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
  text-transform: capitalize;
  font-weight: 400;
}
.sidebar .widget .wp-block-latest-comments__comment-meta {
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  color: var(--hauzo-black, #051d3e);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--hauzo-base, #d90429);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  text-transform: capitalize;
}
.sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--hauzo-base, #d90429);
}
.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
  margin-left: 5px;
}
.sidebar .widget .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
.sidebar .widget .has-excerpts.wp-block-latest-comments {
  margin-bottom: -7px;
}
.sidebar .widget .wp-block-latest-posts__list li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list li ::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list {
  margin-bottom: -8px;
}
.sidebar .widget .wp-block-latest-posts__list li > a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  font-weight: 500;
  margin-bottom: 0;
  color: var(--hauzo-gray, #444444);
  font-size: 16px;
  line-height: 32px;
}
.sidebar .widget .wp-block-latest-posts__list li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-latest-posts__list li > a {
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  color: var(--hauzo-black, #051d3e) !important;
  font-weight: 500;
  font-size: 20px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
  color: var(--hauzo-base, #d90429);
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--hauzo-base, #d90429);
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-weight: 400;
  font-size: 14px;
  color: var(--hauzo-gray, #444444);
}
.sidebar .widget .wp-block-archives-list,
.sidebar .widget .wp-block-categories-list,
.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -7px;
}
.sidebar .widget .wp-block-archives-list li,
.sidebar .widget .wp-block-categories-list li,
.sidebar .widget .wp-block-page-list li {
  font-size: 18px;
  color: var(--hauzo-gray);
}
.sidebar .widget .wp-block-archives-list li + li,
.sidebar .widget .wp-block-categories-list li + li,
.sidebar .widget .wp-block-page-list li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-rss__item::before {
  display: none;
}
.sidebar .widget .wp-block-rss__item a::after {
  display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--hauzo-gray, #444444);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  color: var(--hauzo-black, #051d3e);
  font-weight: 500;
  font-size: 20px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title::after {
  display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
  color: var(--hauzo-base, #d90429);
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--hauzo-base, #d90429);
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-left: 10px;
}
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 60px;
}
.sidebar .widget #loginform {
  margin-top: -10px;
}
.sidebar .widget #loginform input[type=text],
.sidebar .widget #loginform input[type=password] {
  margin-bottom: 10px;
}
.sidebar .widget #loginform p {
  margin: 0;
}
.sidebar .widget #loginform input[type=checkbox] {
  border: 1px solid var(--hauzo-bdr-color, #e3e3e3);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--hauzo-black, #051d3e);
  text-transform: uppercase;
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--hauzo-black, #051d3e);
  border-color: var(--hauzo-black, #051d3e);
  color: var(--hauzo-white);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  font-family: var(--hauzo-font-two);
  letter-spacing: 0.1em;
  border-radius: var(--hauzo-bdr-radius);
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--hauzo-primary, #1b59c2);
  border-color: var(--hauzo-black, #051d3e);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  font-size: 16px;
  color: var(--hauzo-gray, #444444) !important;
  text-transform: capitalize;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: inherit;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--hauzo-primary, #1b59c2);
}
.sidebar .widget.widget_recent_entries li::after, .sidebar .widget.widget_recent_comments li::after, .sidebar .widget.widget_rss li::after {
  display: none;
}
.sidebar .widget .wp-block-rss li::after {
  display: none;
}
.sidebar .widget .wp-block-rss {
  margin-top: -10px;
  margin-bottom: -7px;
}
.sidebar .widget .wp-block-loginout {
  margin-top: -10px;
  margin-bottom: -7px;
}
.sidebar .widget .wp-block-latest-posts__list {
  margin-top: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li::after {
  display: none;
}
.sidebar .widget .has-dates.has-excerpts.wp-block-latest-comments {
  margin-top: -10px;
}
.sidebar .widget .wp-block-latest-comments .avatar,
.sidebar .widget .wp-block-latest-comments__comment-avatar {
  position: relative;
  top: 4px;
}
.sidebar .widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
  margin-top: -8px;
}
.sidebar .widget .wp-block-social-links li::after,
.sidebar .widget .wp-block-archives-list li::after {
  display: none;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--hauzo-font, "Barlow", sans-serif);
  font-size: 15px;
  line-height: 26px;
  color: var(--hauzo-gray, #444444) !important;
  text-transform: capitalize;
  font-weight: 500 !important;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: inherit;
  font-size: 15px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--hauzo-base, #d90429);
}
.sidebar .widget .rpwwt-widget li::after {
  display: none;
}
.sidebar .widget .wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__inside-wrapper {
  border-radius: var(--hauzo-bdr-radius, 7);
  overflow: hidden;
}
.sidebar .widget .wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__inside-wrapper input[type=search] {
  border: none;
}

.sidebar .widget input[type=search]::placeholder,
.sidebar .sidebar__search-form button[type=submit] {
  color: var(--hauzo-gray, #81808c);
  font-weight: normal;
}

.sidebar .widget.widget_archive > ul,
.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget #recentcomments {
  margin-bottom: -5px;
}

.sidebar .widget.widget_recent_entries ul {
  margin-bottom: 5px;
}

.widget.widget_archive ul li::after {
  content: "";
}

.sidebar .widget .wp-block-categories-list li + li,
.sidebar .widget .wp-block-page-list li + li,
.sidebar .widget.widget_categories li + li,
.sidebar .widget.widget_archive li + li {
  margin-top: 15px;
}

.sidebar .widget.widget_pages li + li,
.sidebar .widget.widget_nav_menu li + li {
  margin-top: 13px;
}

.sidebar .widget.widget_nav_menu ul ul {
  margin-top: 13px;
}

.sidebar .widget ul.wp-block-categories-list ul,
.widget.widget_categories ul ul.children {
  margin-top: 12px;
}

.sidebar .widget .wp-block-archives-list li + li {
  margin-top: 12px;
}

.sidebar .wp-block-tag-cloud span {
  margin-left: 0;
}

.sidebar .wp-calendar-table {
  background-color: #fff;
}

.sidebar .wp-block-calendar .wp-calendar-nav {
  margin-bottom: 0;
}

/* 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;
}

/* 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: var(--hauzo-primary, #1b59c2);
  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 Animations
--------------------------------------------- */
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/***
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/***
=============================================
    Zoom Fade Css
=============================================
***/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/***
=============================================
    Zoom In Out Css
=============================================
***/
.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
/***
=============================================
    Animation1 Css
=============================================
***/
@-webkit-keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
/***
=============================================
    Animation2 Css
=============================================
***/
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes animation2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes animation2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@-webkit-keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@-webkit-keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
@keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
/***
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
.footertree {
  -webkit-animation: footerTree 5s ease-in infinite;
  animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotatescale {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@-webkit-keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@-webkit-keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-webkit-keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@-webkit-keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
/* custom animations */
@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  50% {
    transform: rotate(20deg) translate(10px, 0px);
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@keyframes ImgBounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--hauzo-font);
  color: var(--hauzo-gray);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--hauzo-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--hauzo-black);
  margin: 0;
  font-family: var(--hauzo-font-two);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.ml-0 {
  margin-left: 0;
}

.icon-svg svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: currentColor;
  border-color: currentColor;
  z-index: 99;
}

.icon-svg-large svg {
  width: 68px;
  height: 68px;
  fill: currentColor;
  color: currentColor;
  border-color: currentColor;
  z-index: 9;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--hauzo-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--hauzo-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--hauzo-base);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--hauzo-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-image: -moz-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  color: var(--hauzo-white);
  font-size: 15px;
  font-weight: 700;
  font-family: var(--hauzo-font-two);
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 36px;
  letter-spacing: 0.1em;
  padding-right: 26px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn span {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid var(--hauzo-white);
  border-radius: 50%;
  color: var(--hauzo-white);
  font-size: 10px;
  text-align: center;
  line-height: 17px;
  top: -1px;
  margin-left: 13px;
  transition: all 0.5s linear;
}

.thm-btn:hover span {
  border: 2px solid var(--hauzo-white);
  color: var(--hauzo-white);
}

.thm-btn::before {
  position: absolute;
  content: "";
  background-color: var(--hauzo-black);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-37deg);
  z-index: -1;
  transition: all 500ms ease;
}

.thm-btn:hover {
  color: var(--hauzo-white);
}

.thm-btn:hover:before {
  height: 380%;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -12px;
  margin-bottom: 49px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: var(--hauzo-base);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--hauzo-font-two);
  margin-left: 38px;
  z-index: 1;
}

.section-title__tagline:before {
  position: absolute;
  left: -40px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: var(--hauzo-base);
  content: "";
}

.section-title__title {
  margin: 0;
  color: var(--hauzo-black);
  font-size: 45px;
  line-height: 54px;
  font-weight: 900;
  margin-top: 13px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--hauzo-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--hauzo-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--hauzo-black);
  color: var(--hauzo-white);
  cursor: pointer;
}

/* Preloader */
.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 45px auto;
  animation: spinner 1s infinite linear;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  font-family: var(--hauzo-font);
  font-weight: 700;
  letter-spacing: 15px;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 0.5s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 0.7s;
}

.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.7);
}

/* AnimaciÃƒÂ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--hauzo-black);
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--hauzo-primary);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: var(--hauzo-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--hauzo-base);
}

.scroll-to-top:hover i {
  color: #fff;
}

/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  cursor: url(assets/images/icon/cross-out.png), pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.6;
  visibility: visible;
  transition-delay: 0.3s;
  right: 100%;
  background-color: #000000;
}

.xs-sidebar-widget {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  max-width: 460px;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 700ms ease 100ms;
  visibility: hidden;
  opacity: 1;
  z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all 500ms ease 800ms;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 700ms ease 1500ms;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
  background-color: #000000;
}

.sidebar-textwidget {
  padding: 50px 45px;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--hauzo-black);
  border-radius: 50%;
  color: var(--hauzo-black);
  font-size: 20px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--hauzo-base);
  border-color: var(--thn-base);
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
  position: relative;
  display: inline-block;
}

.xs-sidebar-group .content-inner h3 {
  color: var(--hauzo-black);
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 22px;
}

.xs-sidebar-group .content-inner .content-box {
  position: relative;
  display: block;
  padding-top: 33px;
  padding-bottom: 47px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
  position: relative;
  display: block;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #444444;
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
  position: relative;
  display: block;
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
  color: var(--hauzo-black);
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 27px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.sidebar-contact-info ul li:last-child {
  margin-bottom: 0;
}

.sidebar-contact-info ul li .inner {
  position: relative;
  display: block;
  padding-left: 45px;
}

.sidebar-contact-info ul li .inner .icon {
  position: absolute;
  top: 3px;
  left: 0;
}

.sidebar-contact-info ul li:first-child .inner .icon {
  top: 11px;
}

.sidebar-contact-info ul li .inner .icon span {
  position: relative;
  display: block;
  color: var(--hauzo-base);
  font-size: 32px;
  line-height: 25px;
}

.sidebar-contact-info ul li .inner .icon span.map-marker {
  position: relative;
  top: 11px;
  font-size: 34px;
}

.sidebar-contact-info ul li .inner .text {
  position: relative;
  display: block;
}

.sidebar-contact-info ul li .inner .text p {
  line-height: 24px;
  color: #444444;
}

.sidebar-contact-info ul li .inner .text p a {
  color: #444444;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
  position: relative;
  display: block;
  padding-top: 49px;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
  color: var(--hauzo-black);
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 24px;
}

.side-content-newsletter-box .form-group input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  background-color: rgb(248, 248, 248);
  border: 1px solid #e3dfdf;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 6px;
  font-family: var(--hauzo-font);
  outline: none;
}

.side-content-newsletter-box .form-group button {
  margin-top: 30px;
  border: none;
  line-height: 32px;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  background-color: #04214a;
  transition: all 500ms ease;
  padding: 30px 0 0;
  z-index: 999;
}

.main-header.default {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

.main-header.default {
  padding-bottom: 30px;
}

.default .main-menu__wrapper-inner::before {
  content: none;
}

.main-header--one {
  background-color: transparent;
  padding: 0;
}

.main-header__top {
  position: relative;
  display: block;
  padding: 30px 0 43px;
  z-index: 1;
}

.main-header__top .top-border {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px dashed rgba(245, 245, 245, 0.23);
}

.main-header__top .bottom-border {
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  height: 1px;
  border-bottom: 1px dashed rgba(245, 245, 245, 0.23);
}

.main-header__top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #04214a;
  z-index: -1;
}

.main-header__top-pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: -1;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
  z-index: 1;
}

.main-header__top-left {
  position: relative;
  display: block;
}

.main-header__logo {
  position: relative;
  display: block;
}

.main-header__logo h1 {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 45px;
}

.main-header__top-right {
  position: relative;
  display: block;
}

.main-header__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 1px;
  background-color: #50637f;
}

.main-header__address-list li:first-child:before {
  display: none;
}

.main-header__address-list li + li {
  margin-left: 80px;
}

.main-header__address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li .icon img {
  width: auto;
}

.main-header__address-list li .content {
  margin-left: 20px;
}

.main-header__address-list li .content p {
  font-size: 16px;
  color: var(--hauzo-white);
  line-height: 20px;
}

.main-header__address-list li .content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 8px;
}

.main-header__address-list li:last-child .content h4 {
  font-weight: 700;
  font-size: 25px;
  margin-top: 13px;
}

.main-header__address-list li .content h4 a {
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__address-list li .content h4 a:hover {
  color: var(--hauzo-base);
}

.main-menu--one {
  margin-top: -29px;
  margin-bottom: -29px;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 2px;
  padding-left: 30px;
  z-index: 1;
}

.main-menu__wrapper-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 29px;
  background-color: #d1d1d1;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  opacity: 0.6;
}

.main-menu__wrapper-inner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
  z-index: -1;
  border-radius: 2px;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__search-nav-sidebar-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 39px;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #040404;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--hauzo-base);
}

.main-menu__side-content-icon {
  position: relative;
  display: block;
}

.main-menu__side-content-icon .navSidebar-button {
  position: relative;
  display: block;
}

.icon-dots-menu-1 {
  position: relative;
  display: block;
  height: 4px;
  width: 35px;
  background-color: var(--hauzo-black);
  border-radius: 2px;
}

.icon-dots-menu-2 {
  position: relative;
  display: block;
  height: 4px;
  width: 25px;
  background-color: var(--hauzo-black);
  border-radius: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.icon-dots-menu-3 {
  position: relative;
  display: block;
  height: 4px;
  width: 15px;
  background-color: var(--hauzo-black);
  border-radius: 2px;
}

.main-menu__btn {
  position: relative;
  display: block;
  z-index: 2;
}

.main-menu__btn a {
  position: relative;
  display: flex;
  align-items: center;
  background-image: -moz-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  font-size: 15px;
  color: var(--hauzo-white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-left: 60px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  clip-path: polygon(18% 0, 100% 0%, 115% 100%, 0% 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__btn a:hover {
  background-color: var(--hauzo-primary);
  background-image: inherit;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 55px;
}

.default .main-menu .main-menu__list > li + li,
.default .stricky-header .main-menu__list > li + li {
  margin-left: 48px;
}

.main-menu .main-menu__list > li:before,
.stricky-header .main-menu__list > li:before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: -25px;
  width: 1px;
  background-color: #d1d1d1;
}

.default .main-menu .main-menu__list > li:before,
.default .stricky-header .main-menu__list > li:before {
  background-color: transparent;
}

.main-menu .main-menu__list > li:first-child:before,
.stricky-header .main-menu__list > li:first-child:before {
  display: none;
}

.main-menu .main-menu__list > li:after,
.stricky-header .main-menu__list > li:after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: -26px;
  width: 1px;
  background-color: #fcfcfc;
}

.main-menu .main-menu__list > li:first-child:after,
.stricky-header .main-menu__list > li:first-child:after {
  display: none;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--hauzo-black);
  font-weight: 700;
  font-family: var(--hauzo-font-two);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current-menu-ancestor > a,
.main-menu .main-menu__list > li.current_page_item > a,
.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-parent > a,
.main-menu .main-menu__list > li:hover > a,
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--hauzo-base);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #0a1936;
  padding: 10px 25px 10px;
  border-top: 2px solid var(--hauzo-base);
}

.default .main-menu .main-menu__list > li > ul {
  margin-top: 30px;
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #343c4e;
}

.main-menu .main-menu__list > li > ul > li:last-child,
.main-menu .main-menu__list > li > ul > li > ul > li:last-child,
.stricky-header .main-menu__list > li > ul > li:last-child,
.stricky-header .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 0px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--hauzo-white);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 12px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  color: var(--hauzo-base);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 112%;
}

.default .main-menu .main-menu__list > li > ul > li > ul,
.default .stricky-header .main-menu__list > li > ul > li > ul {
  top: -12px;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}
.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
  background-image: url(../images/shapes/menu-bg-1-1.jpg);
}

.stricky-header .main-menu__wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 29px;
  background-color: #d1d1d1;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  opacity: 0.6;
}

.stricky-header .main-menu__wrapper-inner {
  padding-left: 0;
}

.stricky-header .main-menu__wrapper-inner::before {
  display: none;
}

.stricky-header .main-menu__wrapper-inner-bg {
  background-image: none !important;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--hauzo-base);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--hauzo-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--hauzo-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--hauzo-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  z-index: 99999;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--hauzo-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__content .logo-box h1 {
  color: #fff;
  text-transform: capitalize;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--hauzo-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--hauzo-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: var(--hauzo-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--hauzo-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--hauzo-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--hauzo-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--hauzo-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--hauzo-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--hauzo-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--hauzo-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--hauzo-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--hauzo-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: #131d2b;
  margin-bottom: 13px;
}

.main-header-two__top-wrapper {
  position: relative;
  display: block;
  padding: 9.5px 55px;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-two__top-left {
  position: relative;
  display: block;
}

.main-header-two__top-text-box {
  position: relative;
  display: block;
}

.main-header-two__top-text {
  font-size: 18px;
  color: var(--hauzo-white);
  font-weight: 500;
}

.main-header-two__top-text a {
  color: var(--hauzo-base);
  font-family: var(--hauzo-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-text a:hover {
  color: var(--hauzo-white);
}

.main-header-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__call-icon span {
  color: var(--hauzo-base);
  font-size: 22px;
}

.main-header-two__call-number {
  margin-left: 10px;
}

.main-header-two__call-number p {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--hauzo-font-two);
}

.main-header-two__call-number p a {
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__call-number p a:hover {
  color: var(--hauzo-base);
}

.stricky-header.main-menu-two {
  background-color: var(--hauzo-black);
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  padding: 0 55px;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 11.5px 0;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__main-menu-box-left {
  position: relative;
  display: block;
}

.main-menu-two__main-menu-box-right {
  position: relative;
  display: block;
  margin-left: 25px;
}

.main-menu-two__search-nav-sidebar-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 42px;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 23px;
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--hauzo-base);
}

.main-menu-two__side-content-icon {
  position: relative;
  display: block;
}

.main-menu-two__side-content-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--hauzo-base);
  border-radius: 50%;
}

.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-menu-two .main-menu__list > li + li,
.stricky-header.main-menu-two .main-menu__list > li + li {
  margin-left: 40px;
}

.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
  font-weight: 500;
  font-family: var(--hauzo-font);
  color: var(--hauzo-white);
}

.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
  color: var(--hauzo-base);
}

.main-menu-two .main-menu__list > li:before,
.stricky-header.main-menu-two .main-menu__list > li:before {
  display: none;
}

.main-menu-two .main-menu__list > li:after,
.stricky-header.main-menu-two .main-menu__list > li:after {
  display: none;
}

.main-menu-two .main-menu__list > li.current > a::after,
.main-menu-two .main-menu__list > li:hover > a::after,
.stricky-header.main-menu-two .main-menu__list > li.current > a::after,
.stricky-header.main-menu-two .main-menu__list > li:hover > a::after {
  color: var(--hauzo-white);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
  padding: 10px 0;
  margin-bottom: 8px;
  z-index: 2;
}

.main-header-three__top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(var(--hauzo-white-rgb), 0.15);
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-three__top-left {
  position: relative;
  display: block;
}

.main-header-three__top-text-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--hauzo-white);
  font-weight: 500;
}

.main-header-three__top-text span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 15px;
}

.main-header-three__top-text a {
  font-size: 20px;
  font-weight: 600;
  color: var(--hauzo-base);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-text a:hover {
  color: var(--hauzo-white);
}

.main-header-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__social a:hover {
  color: var(--hauzo-base);
}

.main-header-three__social a + a {
  margin-left: 25px;
}

/* Language Dropdown */
.main-header__language-dropdown {
  position: relative;
  display: block;
}

.main-header__language-dropdown button {
  border: 0px;
  background: none;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}

.header-top__flag-icon {
  position: relative;
}

.main-header__language-dropdown .dropdown-toggle::after {
  position: relative;
  content: "\f0d7";
  border: 0px;
  top: 4px;
  line-height: 1em;
  font-size: 15px;
  color: var(--hauzo-white);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.main-header__language-list {
  position: relative;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  transform: translate(0px, 41px) !important;
}

.main-header__language-list li {
  position: relative;
  display: block;
}

.main-header__language-list li a {
  position: relative;
  display: block;
  padding: 5px 14px;
  font-size: 14px;
  color: var(--hauzo-white);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--hauzo-base);
  font-weight: 500;
}

.main-header__language-list li a:hover {
  background-color: var(--hauzo-primary);
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 11.5px 0;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__main-menu-box-left {
  position: relative;
  display: block;
}

.main-menu-three__main-menu-box-right {
  position: relative;
  display: block;
  margin-left: 25px;
}

.main-menu-three__search-nav-sidebar-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 23px;
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--hauzo-base);
}

.main-menu-three__side-content-icon {
  position: relative;
  display: block;
}

.main-menu-three__side-content-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--hauzo-base);
  border-radius: 50%;
}

.stricky-header.main-menu-three {
  background-color: var(--hauzo-black);
}

.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-menu-three .main-menu__list > li + li,
.stricky-header.main-menu-three .main-menu__list > li + li {
  margin-left: 45px;
}

.main-menu-three .main-menu__list > li:before,
.stricky-header.main-menu-three .main-menu__list > li:before {
  display: none;
}

.main-menu-three .main-menu__list > li:after,
.stricky-header.main-menu-three .main-menu__list > li:after {
  display: none;
}

.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
  color: var(--hauzo-white);
}

.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
  color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--hauzo-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--hauzo-base);
  border: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--hauzo-white);
  font-size: 26px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover:before {
  width: 150%;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  background-color: #08468d;
  z-index: 2;
}

.main-slider-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 84.4%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  mix-blend-mode: soft-light;
  opacity: 0.1;
  z-index: -1;
}

.main-slider__img {
  position: absolute;
  top: -92px;
  right: 400px;
}

.main-slider__img img {
  width: auto;
}

.main-slider__left {
  position: relative;
  display: block;
  padding-top: 183px;
}

.main-slider__title-box {
  position: relative;
  display: block;
}

.main-slider__sub-title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hauzo-white);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: var(--hauzo-font-two);
  font-weight: 700;
  line-height: 14px;
}

.main-slider__title {
  font-size: 52px;
  color: var(--hauzo-white);
  font-weight: 900;
  line-height: 62px;
  margin-top: 5px;
  margin-bottom: 18px;
}

.main-slider__text {
  font-size: 20px;
  font-weight: 500;
  color: var(--hauzo-white);
  line-height: 30px;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  margin-top: 33px;
}

.main-slider__right {
  position: relative;
  display: block;
  padding-top: 115px;
}

.main-slider__form-box {
  position: relative;
  display: block;
  background-color: #feb932;
  padding: 21px 30px 30px;
  text-align: center;
}

.main-slider__form-box h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: var(--hauzo-font-four);
  font-style: italic;
  font-weight: 700;
  margin-bottom: 5px;
}

.main-slider__form-box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.main-slider__form {
  position: relative;
  display: block;
  margin-top: 20px;
}

.main-slider__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.main-slider__form-input-box input[type=text],
.main-slider__form-input-box input[type=email] {
  height: 45px;
  width: 100%;
  border: 1px solid #ffda7f;
  background-color: #f1af2e;
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  display: block;
  border-radius: 0;
  font-weight: 500;
}

.main-slider__form-input-box textarea {
  height: 115px;
  width: 100%;
  border: 1px solid #ffda7f;
  background-color: #f1af2e;
  padding: 15px 15px 15px;
  outline: none;
  border-radius: 0px;
  color: #000000;
  font-weight: 500;
}

.main-slider__form-input-box.text-message-box {
  position: relative;
  display: block;
  height: 115px;
}

.main-slider__form-btn-box {
  position: relative;
  display: block;
  padding-top: 10px;
}

.main-slider__form-btn {
  border: none;
  font-size: 14px;
  padding: 10px 50px 10px;
  width: 100%;
  line-height: 32px;
}

.main-slider__form-btn:hover:before {
  height: 500%;
}

#ui-datepicker-div.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid var(--hauzo-black);
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: var(--hauzo-base) none repeat scroll 0 0;
  border: 2px solid var(--hauzo-base);
  border-radius: 0;
  color: var(--hauzo-white);
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: var(--hauzo-black) !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--hauzo-black) !important;
  background: var(--hauzo-black) !important;
  color: var(--hauzo-white) !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: var(--hauzo-white);
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: var(--hauzo-black);
  color: var(--hauzo-white);
  border-color: var(--hauzo-black);
}

#ui-datepicker-div.ui-widget {
  font-family: var(--hauzo-font);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--hauzo-black);
}

.main-slider-two .container {
  position: relative;
  padding-top: 225px;
  padding-bottom: 260px;
  z-index: 30;
}

.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34.2%;
  background-color: #101e3e;
  clip-path: polygon(0 0, 100% 0%, 71% 100%, 0% 100%);
  z-index: 2;
}

.main-slider-two__shape-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 370px;
  background: rgb(28, 31, 44);
  background: linear-gradient(0deg, rgba(28, 31, 44, 0.0536589636) 17%, rgba(28, 31, 44, 0.4430147059) 82%);
  opacity: 0.7;
  clip-path: polygon(0 0, 100% 0%, 59% 100%, 0% 100%);
  z-index: 2;
}

.main-slider-two__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: color-dodge;
  opacity: 0.8;
  z-index: 5;
}

.main-slider-two__shape-3 img {
  width: auto;
}

.main-slider-two__shape-4 {
  position: absolute;
  top: -11px;
  right: 0;
  mix-blend-mode: color-dodge;
  opacity: 0.8;
  z-index: 1;
}

.main-slider-two__shape-4 img {
  width: auto;
}

.main-slider-two__shape-5 {
  position: absolute;
  bottom: -20px;
  left: 220px;
  z-index: 1;
}

.main-slider-two__shape-5 img {
  width: auto;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-two__title {
  position: relative;
  font-size: 90px;
  color: var(--hauzo-white);
  font-weight: 900;
  line-height: 100px;
  margin-bottom: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__text {
  font-size: 20px;
  color: var(--hauzo-white);
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 53px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn:hover {
  color: var(--hauzo-base);
}

.main-slider-two__btn:before {
  background-color: var(--hauzo-white);
}

.main-slider-two__btn:hover span {
  color: var(--hauzo-base);
  border: 2px solid var(--hauzo-base);
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__text,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--hauzo-black);
}

.main-slider-three .container {
  position: relative;
  padding-top: 262px;
  padding-bottom: 270px;
  z-index: 30;
}

.image-layer-three {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.main-slider-three__img-1 {
  position: absolute;
  right: 305px;
  top: 205px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__img-1 img {
  width: auto;
}

.swiper-slide-active .main-slider-three__img-1 {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
  transition: all 1500ms ease;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-three__title {
  position: relative;
  font-size: 65px;
  color: var(--hauzo-white);
  font-weight: 900;
  line-height: 77px;
  margin-bottom: 26px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__title span {
  font-weight: 500;
}

.main-slider-three__text {
  font-size: 20px;
  color: var(--hauzo-white);
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 53px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__text,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.welcome-one__left {
  position: relative;
  display: block;
  margin-right: 32px;
}

.welcome-one .section-title {
  margin-bottom: 22px;
}

.welcome-one__sub-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  color: #3c3c3c;
  margin-bottom: 24px;
}

.welcome-one__text {
  color: #444444;
  font-weight: 500;
}

.welcome-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 50px;
}

.welcome-one__points-list {
  position: relative;
  display: block;
}

.welcome-one__points-list + .welcome-one__points-list {
  margin-left: 65px;
}

.welcome-one__points-box li {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-one__points-box li + li {
  margin-top: 9px;
}

.welcome-one__points-icon {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  top: 3px;
}

.welcome-one__points-icon span {
  font-size: 20px;
  color: var(--hauzo-base);
}

.welcome-one__points-text {
  position: relative;
  display: block;
}

.welcome-one__points-text p {
  font-weight: 700;
  color: var(--hauzo-black);
}

.welcome-one__btn {
  position: relative;
  display: inline-block;
}

.welcome-one__right {
  position: relative;
  display: block;
  margin-right: 165px;
  margin-top: 75px;
}

.welcome-one__img-box {
  position: relative;
  display: block;
}

.welcome-one__img-1 {
  position: relative;
  display: block;
}

.welcome-one__img-1 img {
  width: 100%;
  border-radius: var(--hauzo-bdr-radius);
}

.welcome-one__img-2 {
  position: absolute;
  bottom: 199px;
  right: -265px;
}

.welcome-one__img-2 img {
  width: auto;
  border-radius: var(--hauzo-bdr-radius);
}

.welcome-one__certified-service {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  right: -265px;
  background-color: #d90528;
  border-radius: var(--hauzo-bdr-radius);
  max-width: 346px;
  padding: 44px 18px 47px 39px;
}

.welcome-one__certified-service-icon {
  position: relative;
  display: block;
  top: 10px;
}

.welcome-one__certified-service-icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.welcome-one__certified-service:hover .welcome-one__certified-service-icon img {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
}

.welcome-one__certified-service-content {
  position: relative;
  display: block;
  margin-left: 25px;
}

.welcome-one__certified-service-sub-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--hauzo-white);
  opacity: 0.6;
  letter-spacing: 0.1em;
  font-family: var(--hauzo-font-two);
}

.welcome-one__certified-service-title {
  font-size: 26px;
  font-weight: 700;
  font-family: var(--hauzo-font-two);
  line-height: 31px;
  color: var(--hauzo-white);
  margin-top: 4px;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background-color: #eff2f5;
  padding: 120px 0 90px;
}

.services-one__top {
  position: relative;
  display: block;
  margin-bottom: 67px;
}

.services-one .section-title {
  margin-bottom: 29px;
}

.services-one__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--hauzo-white);
  border-radius: 5px;
  padding: 16.5px 30px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--hauzo-primary);
  border-radius: 5px;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-one__single:hover:before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-one__icon {
  position: relative;
  display: inline-block;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 68px;
  color: #0c2957;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
  color: var(--hauzo-white);
  transform: scale(0.9);
}

.services-one__title {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--hauzo-font);
  line-height: 25px;
  margin-left: 60px;
  position: relative;
}

.services-one__title:before {
  position: absolute;
  left: -29px;
  height: 62px;
  transform: translateY(-50%);
  top: 50%;
  width: 1px;
  background-color: #b3b3b3;
  content: "";
}

.services-one__title a {
  color: #0c2957;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: var(--hauzo-white);
}

.services-one__btn-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__btn {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: var(--hauzo-black);
  background-color: #f59613;
  position: relative;
  display: flex;
  text-align: center;
  padding: 36px 40px 22px;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__btn:hover {
  color: var(--hauzo-white);
}

.services-one__btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--hauzo-primary);
  border-radius: 5px;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-one__btn:hover:before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-one__btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 47px;
  background-color: var(--hauzo-black);
  border-radius: 50%;
  color: var(--hauzo-white);
  font-size: 20px;
  text-align: center;
  top: -1px;
  margin-left: 65px;
  transition: all 0.5s linear;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__btn:hover span {
  background-color: #f59613;
  color: var(--hauzo-black);
}

/*--------------------------------------------------------------
# Additional Services One
--------------------------------------------------------------*/
.additional-services-one {
  position: relative;
  display: block;
  background-color: #07275d;
  padding: 120px 0 0;
}

.additional-services-one__left {
  position: relative;
  display: block;
}

.additional-services-one .section-title {
  margin-bottom: 29px;
}

.additional-services-one .section-title__tagline {
  font-weight: 800;
}

.additional-services-one .section-title__title {
  color: var(--hauzo-white);
}

.additional-services-one__text {
  color: var(--hauzo-white);
}

.additional-services-one__points-box {
  position: relative;
  display: flex;
  margin-top: 60px;
}

.additional-services-one__points {
  position: relative;
  display: block;
}

.additional-services-one__points + .additional-services-one__points {
  margin-left: 80px;
}

.additional-services-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.additional-services-one__points li + li {
  margin-top: 12px;
}

.additional-services-one__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.additional-services-one__points li .icon span {
  font-size: 21px;
  background: rgb(0, 201, 243);
  background: linear-gradient(0deg, rgb(0, 201, 243) 27%, rgb(0, 244, 231) 73%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.additional-services-one__points li .text {
  position: relative;
  display: block;
}

.additional-services-one__points li .text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--hauzo-white);
}

.additional-services-one__right {
  position: relative;
  display: block;
  margin-left: 46px;
  margin-right: -116px;
  margin-top: -48px;
}

.additional-services-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.additional-services-one__img:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -37px;
  height: 500px;
  width: 500px;
  background-color: rgba(41, 135, 208, 0.1);
  border-radius: 50%;
  z-index: -1;
}

.additional-services-one__img::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -67px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(122, 146, 187);
  border-radius: 50%;
  background-color: rgba(217, 4, 41, 0);
  opacity: 0.23;
  width: 559px;
  height: 559px;
  z-index: -1;
}

.additional-services-one__img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Project one
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 1;
}

.project-one:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 75px;
  background-color: #0b1930;
  content: "";
  z-index: -1;
}

.project-one__top {
  position: relative;
  display: block;
  margin-bottom: 62px;
}

.project-one__left {
  position: relative;
  display: block;
}

.project-one__left .section-title {
  margin-bottom: 0;
}

.project-one__left .section-title__title {
  color: var(--hauzo-white);
}

.project-one__right {
  position: relative;
  display: block;
}

.project-one__btn-box {
  position: relative;
  float: right;
  margin-top: 15px;
}

.project-one__btn:hover {
  color: var(--hauzo-black);
}

.project-one__btn::before {
  background-color: var(--hauzo-white);
}

.project-one__btn:hover span {
  color: var(--hauzo-black);
  border: 2px solid var(--hauzo-black);
}

.project-one__bottom {
  position: relative;
  display: block;
}

.project-one__bottom .container {
  padding-left: 39px;
  padding-right: 39px;
  max-width: 100%;
}

.project-one__single {
  position: relative;
  display: block;
}

.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--hauzo-bdr-radius);
}

.project-one__img img {
  width: 100%;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05) rotate(1deg);
}

.project-one__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  background-color: #d90627;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  border-radius: 6px;
  z-index: 1;
}

.project-one__single:hover .project-one__img-bg {
  opacity: 0.9;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.project-one__button {
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
  -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
  transform: perspective(400px) rotateX(20deg) translateX(100%);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 2;
}

.project-one__single:hover .project-one__button {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
  -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
  transform: perspective(400px) rotateX(0deg) translateX(0%);
  transition-delay: 0.3s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.project-one__button a {
  position: relative;
  display: block;
  background-color: var(--hauzo-white);
  width: 60px;
  height: 60px;
  border-radius: 5px;
  color: var(--hauzo-black);
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.project-one__button a + a {
  margin-top: 10px;
}

.project-one__button a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 5px;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: rgba(var(--hauzo-base-rgb), 0.99);
  z-index: -1;
}

.project-one__button a:hover:before {
  transform: scaleX(1);
}

.project-one__button a:hover {
  color: var(--hauzo-white);
}

.project-one__title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 50px 37px;
  padding-right: 20px;
  transform: scaleY(0);
  transition: all 300ms ease 100ms;
  z-index: 2;
}

.project-one__single:hover .project-one__title {
  transform: scaleY(1);
  transition: all 200ms linear;
  transition-delay: 0.4s;
}

.project-one__title p {
  color: var(--hauzo-white);
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.project-one__title h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 6px 0 0;
}

.project-one__title h4 a {
  color: var(--hauzo-white);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/*--------------------------------------------------------------
# Big Text Box
--------------------------------------------------------------*/
.big-text-box {
  position: relative;
  display: block;
  padding: 82px 0 0;
}

.big-text__wrap {
  position: relative;
  display: block;
}

.big-text {
  font-size: 164px;
  line-height: 164px;
  position: relative;
  display: block;
  text-align: center;
  margin-left: -130px;
  margin-right: -360px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(31, 38, 52, 0.2);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 81px 0 120px;
}

.about-one__left {
  position: relative;
  display: block;
  margin-top: 10px;
}

.about-one__img {
  position: relative;
  display: block;
  margin-right: 35px;
  margin-left: -65px;
}

.about-one__img img {
  width: 100%;
}

.about-one__happy-customer {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: var(--hauzo-bdr-radius);
  background-image: -moz-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  padding: 28px 45px 24px;
  margin-top: 55px;
}

.about-one__happy-customer-icon-worker {
  position: relative;
  display: inline-block;
}

.about-one__happy-customer-icon-worker span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--hauzo-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-one__happy-customer:hover .about-one__happy-customer-icon-worker span {
  transform: scale(0.9);
}

.about-one__happy-customer .text {
  position: relative;
  display: block;
  margin-left: 26px;
}

.about-one__happy-customer h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: var(--hauzo-white);
}

.about-one__happy-customer .happy-customer-plus {
  margin-left: 1px;
}

.about-one__happy-customer .odometer-formatting-mark {
  display: none;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 25px;
  margin-right: 105px;
}

.about-one .section-title {
  margin-bottom: 29px;
}

.about-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 52px;
}

.about-one__points-box li {
  position: relative;
  display: block;
  max-width: 257px;
}

.about-one__points-box li + li {
  margin-left: 66px;
}

.about-one__points-list {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points-icon {
  position: relative;
  display: inline-block;
}

.about-one__points-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--hauzo-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-one__points-box li:hover .about-one__points-icon span {
  transform: scale(0.9);
}

.about-one__points-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-left: 22px;
}

.about-one__points-text {
  font-size: 17px;
  line-height: 26px;
  margin-top: 6px;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: #091836;
  padding: 120px 0 120px;
}

.testimonial-one .section-title__title {
  color: var(--hauzo-white);
}

.testimonial-one__bottom {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
}

.testimonial-one__inner {
  position: relative;
  display: block;
  background-color: var(--hauzo-white);
  padding: 41px 38px 42px;
  border-radius: var(--hauzo-bdr-radius);
}

.testimonial-one__inner:before {
  content: "";
  position: absolute;
  left: 66px;
  bottom: -10px;
  width: 45px;
  height: 10px;
  border-top: 10px solid var(--hauzo-white);
  border-left: 22.5px solid transparent;
  border-right: 22.5px solid transparent;
}

.testimonial-one__quote {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.testimonial-one__quote span {
  font-size: 62px;
  color: var(--hauzo-base);
}

.testimonial-one__text p {
  color: #494949;
  font-weight: 500;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-left: 57px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 71px;
  border-radius: 50%;
}

.testimonial-one__client-img img {
  width: 100%;
}

.testimonial-one__client-content {
  position: relative;
  padding-left: 25px;
  flex: 1;
  top: -4px;
}

.testimonial-one__client-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.testimonial-one__client-content h3 {
  color: var(--hauzo-white);
}

.testimonial-one__client-content h3 a {
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__client-content h3 a:hover {
  color: var(--hauzo-base);
}

.testimonial-one__client-content span {
  position: relative;
  display: inline-block;
  color: var(--hauzo-base);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.testimonial-one__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 107px;
  left: -399px;
  margin: 0;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #b6bac3;
  background-color: transparent;
  border: 2px solid #b6bac3;
  font-size: 18px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav button i {
  font-weight: 900;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #b6bac3;
  background-color: transparent;
  border: 2px solid #b6bac3;
  font-size: 18px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  font-weight: 900;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  border: 2px solid var(--hauzo-base);
  color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  background-color: #f2f3f7;
  padding: 120px 0 90px;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(2, 24, 57, 0.9);
  border-radius: 5px;
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-one__img > img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img > img {
  transform: scale(1.05);
}

.team-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.team-one__shape-1 > img {
  width: auto;
}

.team-one__icon {
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 2;
}

.team-one__icon > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: var(--hauzo-white);
  border-radius: 50%;
  font-size: 16px;
  color: #4a4e56;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__icon > a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.team-one__social-box {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
}

.team-one__social {
  position: relative;
  display: block;
  background-color: var(--hauzo-white);
  padding-top: 4px;
  padding-bottom: 30px;
  border-radius: 30px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: top center;
}

.team-one__single:hover .team-one__social {
  transform: scaleY(1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.team-one__social li + li {
  margin-top: 15px;
}

.team-one__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4e56;
  font-size: 25px;
}

.team-one__content {
  position: absolute;
  bottom: 16px;
  left: 40px;
  z-index: 2;
}

.team-one__name {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  color: #fff;
}

.team-one__name a {
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__name a {
  color: var(--hauzo-base);
}

.team-one__subtitle {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--hauzo-white);
  letter-spacing: 0.1em;
  font-family: var(--hauzo-font-two);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: #f2f3f7;
}

.counter-one__points-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 84px 0 189px;
  border-top: 1px solid #d5d5d9;
}

.counter-one__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.counter-one__points {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__icon {
  position: relative;
  display: inline-block;
  margin-right: 22px;
  top: 4px;
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--hauzo-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-one__points-list li:hover .counter-one__icon span {
  transform: scale(0.9);
}

.counter-one__count-box {
  position: relative;
  display: block;
}

.counter-one__count-box h3 {
  font-size: 44px;
  font-weight: 900;
  line-height: 44px !important;
  font-family: var(--hauzo-font-two) !important;
}

.counter-one__count-box h3 span {
  font-size: 44px;
  font-weight: 900;
  line-height: 44px !important;
  font-family: var(--hauzo-font-two) !important;
}

.counter-one__count-box .odometer-formatting-mark {
  display: none;
}

.counter-one__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: var(--hauzo-black);
}

.counter-one__text span {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Request Bar
--------------------------------------------------------------*/
.request-bar {
  position: relative;
  display: block;
  margin-top: -106px;
  z-index: 1;
}

.request-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #142035;
  padding-left: 60px;
  padding-bottom: 59px;
  padding-top: 56px;
  z-index: 1;
  margin-right: -116px;
}

.request-bar__inner:before {
  position: absolute;
  right: -1000000px;
  top: 0;
  bottom: 0;
  background-color: #142035;
  content: "";
  z-index: -1;
  left: 0;
}

.request-bar__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: -1000px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: color-dodge;
  opacity: 0.1;
}

.request-bar__left {
  position: relative;
  display: flex;
  align-items: center;
}

.request-bar__left .icon {
  position: relative;
  display: inline-block;
}

.request-bar__left .icon span {
  font-size: 73px;
  color: #0178ea;
}

.request-bar__content {
  position: relative;
  display: block;
  margin-left: 35px;
}

.request-bar__content p {
  font-size: 35px;
  font-weight: 300;
  font-family: var(--hauzo-font-two);
  line-height: 45px;
  color: var(--hauzo-white);
}

.request-bar__content h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  color: var(--hauzo-white);
}

.request-bar__right {
  position: relative;
  display: block;
}

.request-bar__btn {
  background-image: none;
  background-color: #f59613;
  color: var(--hauzo-black);
  padding-top: 19px;
  padding-bottom: 16px;
  padding-left: 34px;
  padding-right: 35px;
}

.request-bar__btn:before {
  background-color: var(--hauzo-base);
}

.request-bar__btn:hover:before {
  background-color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  background-color: var(--hauzo-primary);
  padding: 222px 0 90px;
  margin-top: -102px;
}

.blog-one__left {
  position: relative;
  display: block;
  margin-right: 87px;
  margin-bottom: 30px;
}

.blog-one .section-title {
  margin-bottom: 39px;
}

.blog-one .section-title__tagline {
  color: #28b7ed;
}

.blog-one .section-title__tagline:before {
  background-color: #28b7ed;
}

.blog-one .section-title__title {
  color: var(--hauzo-white);
}

.blog-one__text {
  color: var(--hauzo-white);
}

.blog-one__btn {
  position: relative;
  display: block;
  margin-top: 20px;
}

.blog-one__btn a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--hauzo-font-two);
  color: var(--hauzo-white);
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn a:hover {
  color: var(--hauzo-black);
}

.blog-one__btn a i {
  font-size: 16px;
  margin-left: 15px;
  top: 1px;
  position: relative;
}

.blog-one__right {
  position: relative;
  display: block;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--hauzo-bdr-radius);
  z-index: 1;
}

.blog-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #07275d;
  opacity: 0.9;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  border-radius: var(--hauzo-bdr-radius);
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.blog-one__img img {
  width: 100%;
  border-radius: var(--hauzo-bdr-radius);
  transform: scale(1);
  transition: transform 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform-origin: top;
  transition: all 1000ms ease;
}

.blog-one__single:hover .blog-one__icon {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 500ms;
}

.blog-one__icon a {
  position: relative;
  display: inline-block;
  color: var(--hauzo-white);
  font-size: 30px;
}

.blog-one__content {
  position: relative;
  display: block;
  margin-top: 36px;
}

.blog-one__date {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--hauzo-font-two);
  letter-spacing: 0.1em;
  color: var(--hauzo-white);
}

.blog-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  font-family: var(--hauzo-font-two);
  margin-top: 3px;
  margin-bottom: 8px;
}

.blog-one__title a {
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--hauzo-black);
}

.blog-one__btn-2 {
  position: relative;
  display: inline-block;
  margin-left: 33px;
}

.blog-one__btn-2:before {
  position: absolute;
  top: 17px;
  bottom: 0;
  left: -33px;
  height: 1px;
  width: 23px;
  background-color: var(--hauzo-white);
  content: "";
}

.blog-one__btn-2 a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--hauzo-white);
  font-family: var(--hauzo-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn-2 a:hover {
  color: var(--hauzo-black);
}

/*--------------------------------------------------------------
# Coupon Offer
--------------------------------------------------------------*/
.coupon-offer {
  position: relative;
  display: block;
  padding: 120px 0 88px;
}

.coupon-offer__left {
  position: relative;
  display: block;
  margin-right: 54px;
}

.coupon-offer .section-title {
  margin-bottom: 14px;
}

.coupon-offer__right {
  position: relative;
  display: block;
}

.coupon-offer__single {
  position: relative;
  display: block;
  background-color: #0540c8;
  padding: 17px 27px 7px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.coupon-offer__single:before {
  position: absolute;
  bottom: 27px;
  left: -14px;
  width: 25px;
  height: 25px;
  background-color: var(--hauzo-white);
  border-radius: 50%;
  content: "";
  z-index: 2;
}

.coupon-offer__single:after {
  position: absolute;
  bottom: 27px;
  right: -14px;
  width: 25px;
  height: 25px;
  background-color: var(--hauzo-white);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.coupon-offer__single-2 {
  background-color: #d90429;
}

.coupon-offer__shape-1 {
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
  height: 3px;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom center;
  z-index: 1;
}

.discount-amount {
  font-size: 73px;
  font-weight: 700;
  line-height: 83px;
  font-style: italic;
  font-family: var(--hauzo-font-three);
  text-transform: uppercase;
  color: var(--hauzo-white);
}

.discount-amount .doller-sign {
  font-size: 40px;
  position: relative;
  top: -26px;
}

.discount-amount .offer {
  font-size: 45px;
  position: relative;
  top: -23px;
  left: 10px;
}

.coupon-offer__discount-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: var(--hauzo-white);
  font-style: italic;
  font-family: var(--hauzo-font-three);
  margin-left: 19px;
  margin-top: -14px;
  text-transform: uppercase;
}

.coupon-offer__bottom-text {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 29px;
}

.coupon-offer__bottom-text p {
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  color: #929292;
  opacity: 0.43;
  text-transform: uppercase;
  font-family: var(--hauzo-font-three);
}

.coupon-offer__bottom-text-2 p {
  color: var(--hauzo-white);
  opacity: 0.43;
}

.discount-amount .offer-2 {
  color: #242424;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 0px 0 57px;
}

.brand-one__title {
  position: relative;
  display: block;
  color: var(--hauzo-base);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  max-width: 265px;
  width: 100%;
  margin: 0 auto 47px;
}

.brand-one__title:before {
  position: absolute;
  top: 50%;
  left: -1000000px;
  right: 111%;
  content: "";
  height: 1px;
  background-color: #d5d4d3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-one__title:after {
  position: absolute;
  top: 50%;
  right: -1000000px;
  left: 111%;
  content: "";
  height: 1px;
  background-color: #d5d4d3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-one .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-one .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  width: auto;
}

.brand-one .swiper-slide img:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #09142b;
  z-index: 1;
}

.site-footer__top {
  position: relative;
  display: block;
  background-color: #071125;
  padding: 24px 0 22px;
  border: 1px solid #222c41;
  z-index: 1;
}

.site-footer__inner {
  position: relative;
  display: block;
  padding: 0 80px 0;
}

.site-footer__contact-info {
  position: relative;
  display: block;
}

.site-footer__contact-points {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__contact-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__contact-points li:before {
  position: absolute;
  top: -25px;
  bottom: -23px;
  right: -50px;
  width: 1px;
  background-color: #1e2739;
  content: "";
}

.site-footer__contact-points li:last-child:before {
  display: none;
}

.site-footer__contact-points li .icon {
  position: relative;
  display: inline-block;
}

.site-footer__contact-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 37px;
  color: var(--hauzo-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.site-footer__contact-points li:hover span {
  transform: scale(0.9);
  color: var(--hauzo-white);
}

.site-footer__contact-points li .content {
  position: relative;
  display: block;
  margin-left: 27px;
}

.site-footer__contact-points li .content h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  color: var(--hauzo-white);
  font-family: var(--hauzo-font);
}

.site-footer__contact-points li .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--hauzo-white);
  font-family: var(--hauzo-font);
}

.site-footer__contact-points li .content a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--hauzo-white);
  font-family: var(--hauzo-font);
}

.site-footer__contact-points li:last-child .content a {
  font-size: 22px;
  font-weight: 500;
  padding-top: 2px;
}

.site-footer__middle {
  position: relative;
  display: block;
  padding-top: 62px;
  padding-bottom: 33px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 25px;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.site-footer__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.site-footer__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  border: 1px solid #959ba8;
  border-radius: 50%;
  color: #959ba8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__social a:hover {
  border: 1px solid var(--hauzo-base);
  color: var(--hauzo-base);
}

.site-footer__social a + a {
  margin-left: 10px;
}

.footer-widget__useful-links {
  position: relative;
  display: block;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.footer-widget__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  color: var(--hauzo-white);
}

.footer-widget__useful-links-list {
  position: relative;
  display: block;
}

.footer-widget__useful-links-list li + li {
  margin-top: 6px;
}

.footer-widget__useful-links-list li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: #bcc1c9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.footer-widget__useful-links-list li a:hover {
  color: var(--hauzo-white);
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 30px;
}

.footer-widget__img-box {
  position: relative;
  display: block;
  margin-left: -35px;
  z-index: 2;
}

.footer-widget__img-box::before {
  position: absolute;
  bottom: 12px;
  right: 50px;
  width: 265px;
  height: 265px;
  background-color: #070f20;
  border-radius: 50%;
  content: "";
  z-index: 1;
}

.footer-widget__img-box::after {
  position: absolute;
  bottom: 3px;
  right: 54px;
  width: 280px;
  height: 280px;
  border: 2px solid #283652;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.footer-widget__img {
  position: relative;
  display: block;
  z-index: 1;
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--hauzo-white-rgb), 0.1);
  padding: 25px 0 32px;
}

.site-footer.default .site-footer__bottom-inner {
  display: block;
}

.site-footer__bottom-text {
  color: #a0a5b1;
}

.site-footer__bottom-text a {
  color: #a0a5b1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--hauzo-base);
}

.site-footer__bottom-text-two {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom-text-two:before {
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #a0a5b1;
  opacity: 0.8;
  top: 8px;
  left: 115px;
  content: "";
}

.site-footer__bottom-text-two li + li {
  margin-left: 18px;
}

.site-footer__bottom-text-two li a {
  color: #a0a5b1;
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text-two li a:hover {
  color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Services two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding-bottom: 60px;
  margin-top: -70px;
  z-index: 2;
}

.services-two__carousel {
  overflow: hidden;
}

.services-two .owl-carousel .owl-stage-outer {
  border: 1px solid #ebebeb;
  overflow: visible;
}

.services-two__single {
  position: relative;
  display: block;
  padding: 43px 38px 43px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: var(--hauzo-white);
  z-index: 2;
}

.owl-item + .owl-item .services-two__single {
  border-left: 1px solid #ebebeb;
}

.services-two__content {
  position: relative;
  display: block;
  z-index: 2;
}

.services-two__icon {
  position: relative;
  display: inline-block;
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 70px;
  color: var(--hauzo-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 6px;
  margin-bottom: 11px;
}

.services-two__title a {
  color: var(--hauzo-black);
  transition: all 500ms linear;
}

.services-two__title a:hover {
  color: var(--hauzo-base);
}

.services-two__text {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-two__btn {
  position: relative;
  display: block;
  margin-top: 20px;
}

.services-two__btn a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--hauzo-font-two);
  color: var(--hauzo-base);
  letter-spacing: 0.1em;
  transition: all 500ms linear;
}

.services-two__btn a:hover {
  color: var(--hauzo-black);
}

.services-two__btn a span {
  margin-left: 10px;
}

.owl-item:nth-child(even) .services-two__single {
  background-color: #f7fafe;
}

.services-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  left: 0px;
  bottom: -60px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b7b7b7;
  margin: 0px 6px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.services-two__carousel.owl-carousel .owl-dot.active {
  background-color: var(--hauzo-base);
}

.services-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.services-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-two__shape-1 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  opacity: 0.05;
}

.about-two__shape-1 img {
  width: auto;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 65px;
}

.about-two__img {
  position: relative;
  display: block;
}

.about-two__img img {
  width: 100%;
}

.about-two__right {
  position: relative;
  display: block;
  margin-right: 30px;
}

.about-two .section-title {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Additional Services Two
--------------------------------------------------------------*/
.additional-services-two {
  position: relative;
  display: block;
  background-color: #07275d;
  padding: 120px 0 38px;
  z-index: 1;
}

.additional-services-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: lighten;
  opacity: 0.6;
  z-index: -1;
}

.additional-services-two__left {
  position: relative;
  display: block;
}

.additional-services-two .section-title {
  margin-bottom: 24px;
}

.additional-services-two .section-title__title {
  color: var(--hauzo-white);
}

.additional-services-two__text {
  color: var(--hauzo-white);
}

.additional-services-two__points-box {
  position: relative;
  display: flex;
  margin-top: 37px;
}

.additional-services-two__points {
  position: relative;
  display: block;
}

.additional-services-two__points + .additional-services-two__points {
  margin-left: 160px;
}

.additional-services-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.additional-services-two__points li + li {
  margin-top: 12px;
}

.additional-services-two__points li .icon {
  position: relative;
  margin-right: 20px;
  top: 4px;
}

.additional-services-two__points li .icon span {
  font-size: 19px;
  color: #69b0ef;
}

.additional-services-two__points li .text {
  position: relative;
  display: block;
}

.additional-services-two__points li .text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--hauzo-white);
}

.additional-services-two__right {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -135px;
  margin-top: -80px;
}

.additional-services-two__img {
  position: relative;
  display: block;
  z-index: 1;
}

.additional-services-two__img:before {
  position: absolute;
  bottom: -15px;
  left: 22px;
  content: "";
  border-radius: 50%;
  background-color: rgb(3, 42, 78);
  opacity: 0.561;
  width: 497px;
  height: 497px;
  z-index: -1;
}

.additional-services-two__img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-style: solid;
  border-width: 2px;
  border-color: rgb(122, 146, 187);
  border-radius: 50%;
  background-color: rgba(1, 59, 111, 0);
  opacity: 0.27;
  width: 539px;
  height: 539px;
  z-index: -1;
}

.additional-services-two__img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  background-color: #eceff5;
  padding: 120px 0 127px;
}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__img-box {
  position: relative;
  display: block;
}

.why-choose-one__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.why-choose-one__img-box .why-choose-one__img img {
  width: 100%;
  border-radius: 10px;
}

.why-choose-one__trusted {
  position: absolute;
  bottom: -30px;
  right: -45px;
  background-color: var(--hauzo-base);
  border-radius: 5px;
  text-align: center;
  max-width: 185px;
  width: 100%;
  padding: 33px 30px 37px;
}

.why-choose-one__trusted-icon {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.why-choose-one__trusted-icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--hauzo-white);
}

.why-choose-one__trusted-content {
  position: relative;
  display: block;
}

.why-choose-one__trusted-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: var(--hauzo-white);
  line-height: 21px;
}

.why-choose-one__count {
  font-family: var(--hauzo-font-two) !important;
}

.why-choose-one__trusted-content .odometer-formatting-mark {
  display: none;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.why-choose-one__right .section-title {
  margin-bottom: 29px;
}

.why-choose-one__text {
  color: #333333;
  font-weight: 500;
}

.why-choose-one__points {
  position: relative;
  display: block;
  margin-top: 35px;
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__points li + li {
  margin-top: 18px;
}

.why-choose-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--hauzo-base);
}

.why-choose-one__points li .text {
  margin-left: 20px;
}

.why-choose-one__points li .text p {
  font-size: 20px;
  color: var(--hauzo-black);
  font-weight: 600;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
  position: relative;
  display: block;
  background-color: #eceff5;
}

.counter-two .counter-one__points-list {
  padding: 84px 0 70px;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  background-color: #0b1930;
  padding: 120px 0 120px;
}

.project-two__top {
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.project-two__top-left {
  position: relative;
  display: block;
}

.project-two__top-left .section-title {
  margin-bottom: 0;
}

.project-two__top-left .section-title__title {
  color: var(--hauzo-white);
}

.project-two__top-right {
  position: relative;
  display: block;
  margin-left: 245px;
  margin-top: 10px;
}

.project-two__top-text {
  color: var(--hauzo-white);
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  margin-top: 0;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  background-color: #eff2f5;
  padding: 120px 0 112px;
}

.contact-one__left {
  position: relative;
  display: block;
  margin-right: 100px;
}

.contact-one__left .section-title {
  margin-bottom: 29px;
}

.contact-one__text {
  color: #444444;
}

.contact-one__phone {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 33px;
  margin-bottom: 30px;
}

.contact-one__phone-img {
  position: relative;
  display: block;
  width: 70px;
}

.contact-one__phone-img img {
  width: 100%;
  border-radius: 50% !important;
  line-height: 32px;
}

.contact-one__phone-content {
  margin-left: 30px;
}

.contact-one__phone-content p {
  color: #444444;
  font-weight: 600;
}

.contact-one__phone-content h4 {
  font-size: 22px;
  line-height: 22px;
  font-family: var(--hauzo-font);
  margin-top: 2px;
  font-weight: 600;
}

.contact-one__phone-content h4 a {
  color: var(--hauzo-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__phone-content h4 a:hover {
  color: var(--hauzo-base);
}

.contact-one__time {
  color: #444444;
}

.contact-one__address {
  position: relative;
  display: block;
  margin-top: 20px;
}

.contact-one__address h4 {
  font-size: 18px;
  color: #444444;
  font-weight: 600;
  font-family: var(--hauzo-font);
}

.contact-one__address p {
  color: #444444;
}

.contact-one__right {
  position: relative;
  display: block;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.contact-one__input-box input[type=text],
.contact-one__input-box input[type=email] {
  height: 60px;
  width: 100%;
  background-color: var(--hauzo-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 18px;
  color: #444444;
  display: block;
  border: 1px solid #dbdcdd;
  border-radius: 5px;
}

.contact-one__input-box textarea {
  font-size: 18px;
  color: #444444;
  height: 200px;
  width: 100%;
  background-color: var(--hauzo-white);
  padding: 18px 30px 30px;
  border: 1px solid #dbdcdd;
  border-radius: 5px;
  outline: none;
  margin-bottom: 0px;
}

.contact-one__btn {
  border: none;
  width: 100%;
  line-height: 32px;
}

.contact-one__btn:hover:before {
  height: 800%;
}

.contact-one__input-box.text-message-box {
  height: 200px;
}

/*--------------------------------------------------------------
# Welcome Two
--------------------------------------------------------------*/
.welcome-two {
  position: relative;
  display: block;
  background-color: #eff0fc;
}

.welcome-two__inner {
  position: relative;
  display: block;
  margin-top: -120px;
  z-index: 2;
}

.welcome-two__left {
  position: relative;
  display: block;
  margin-right: -30px;
}

.welcome-two__content {
  position: relative;
  display: block;
  background-color: var(--hauzo-primary);
  padding: 85px 100px 93px;
  overflow: hidden;
  z-index: 1;
}

.welcome-two__title {
  font-size: 45px;
  color: var(--hauzo-white);
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 27px;
}

.welcome-two__text-1 {
  font-size: 22px;
  color: var(--hauzo-white);
  padding-bottom: 24px;
}

.welcome-two__text-2 {
  color: var(--hauzo-white);
}

.welcome-two__director-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 47px;
}

.welcome-two__director {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-two__director-img {
  position: relative;
  display: block;
  width: 79px;
}

.welcome-two__director-box .welcome-two__director-img img {
  width: 100%;
  border-radius: 50%;
}

.welcome-two__director-content {
  margin-left: 30px;
}

.welcome-two__director-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--hauzo-white);
  line-height: 28px;
}

.welcome-two__director-sub-title {
  font-size: 16px;
  color: var(--hauzo-white);
  line-height: 16px;
}

.welcome-two__director-sign {
  margin-left: 55px;
}

.welcome-two__director-sign img {
  width: auto;
}

.welcome-two__shape-1 {
  position: absolute;
  top: -240px;
  left: -240px;
  height: 740px;
  width: 740px;
  border-radius: 50%;
  background-color: rgba(9, 24, 54, 0.1);
  z-index: -1;
}

.welcome-two__shape-2 {
  position: absolute;
  top: -455px;
  left: -190px;
  height: 970px;
  width: 970px;
  border-radius: 50%;
  background-color: rgba(9, 24, 54, 0.1);
  z-index: -1;
}

.welcome-two__right {
  position: relative;
  display: block;
  margin-right: -375px;
  min-height: 615px;
  z-index: 1;
}

.welcome-two__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

/*--------------------------------------------------------------
# Repairing One
--------------------------------------------------------------*/
.repairing-one {
  position: relative;
  display: block;
  background-color: #091836;
  padding: 120px 0 236px;
}

.repairing-one__left {
  position: relative;
  display: block;
  margin-top: -12px;
}

.repairing-one__left-content {
  position: relative;
  display: block;
}

.repairing-one__left-sub-title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--hauzo-base);
  font-family: var(--hauzo-font-two);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 14px;
  padding-left: 40px;
}

.repairing-one__left-sub-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 2px;
  width: 30px;
  background-color: var(--hauzo-base);
}

.repairing-one__fix-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 49px;
}

.repairing-one__fix-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.repairing-one__fix-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--hauzo-primary);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.repairing-one__fix-box:hover .repairing-one__fix-icon span {
  transform: scale(0.9);
}

.repairing-one__fix-content {
  position: relative;
  margin-left: 45px;
}

.repairing-one__fix-content:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 2px;
  left: -25px;
  width: 1px;
  background-color: rgba(var(--hauzo-white-rgb), 0.5);
}

.repairing-one__fix-text {
  font-size: 20px;
  color: var(--hauzo-white);
  font-weight: 500;
  line-height: 30px;
}

.repairing-one__btn-boxes {
  position: relative;
  display: flex;
  align-items: center;
}

.repairing-one__btn-1 {
  font-size: 14px;
  padding: 10px 40px 10px;
}

.repairing-one__btn-1:hover {
  color: var(--hauzo-base);
}

.repairing-one__btn-1::before {
  background-color: var(--hauzo-white);
}

.repairing-one__btn-2 {
  background-image: none;
  border: 2px solid #556584;
  padding: 8px 40px 8px;
  font-size: 14px;
  margin-left: 20px;
}

.repairing-one__btn-2:hover {
  border: 2px solid var(--hauzo-white);
  color: var(--hauzo-base);
}

.repairing-one__btn-2::before {
  background-color: var(--hauzo-white);
}

.repairing-one__right {
  position: relative;
  display: block;
}

.repairing-one__right .section-title {
  margin-bottom: 25px;
}

.repairing-one__right .section-title__title {
  color: var(--hauzo-white);
}

.repairing-one__text-1 {
  font-size: 20px;
  color: var(--hauzo-white);
  opacity: 0.8;
}

.repairing-one__read-more {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #50a7ff;
  margin-top: 9px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.repairing-one__read-more:hover {
  color: var(--hauzo-white);
}

.repairing-one__read-more:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #50a7ff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.repairing-one__read-more:hover:before {
  background-color: var(--hauzo-white);
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  margin-top: -140px;
}

.feature-one__left {
  position: relative;
  display: block;
}

.feature-one__left .row {
  --bs-gutter-x: 0px;
}

.feature-one__single {
  position: relative;
  display: block;
  background-color: var(--hauzo-primary);
  padding: 52px 40px 25px;
}

.feature-one__single--two {
  background-image: -moz-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(217, 4, 41) 0%, rgb(217, 24, 23) 57%, rgb(217, 44, 4) 100%);
}

.feature-one__icon {
  position: relative;
  display: flex;
}

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 55px;
  color: var(--hauzo-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon span {
  transform: scale(0.9);
}

.feature-one__title {
  font-size: 24px;
  color: var(--hauzo-white);
  font-weight: 700;
  font-family: var(--hauzo-font);
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 29px;
}

.feature-one__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--hauzo-white-rgb), 0.45);
  padding-top: 21px;
}

.feature-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--hauzo-white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--hauzo-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__read-more i {
  font-weight: 900;
  padding-left: 10px;
}

.feature-one__read-more:hover {
  color: var(--hauzo-base);
}

.feature-one__single--two .feature-one__read-more:hover {
  color: var(--hauzo-white);
}

.feature-one__right {
  position: relative;
  display: block;
}

.feature-one__offer-box {
  position: relative;
  display: block;
  background-color: #3698e0;
  padding-top: 43px;
  padding-bottom: 29px;
  padding-right: 55px;
  overflow: hidden;
  z-index: 1;
}

.feature-one__offer-img {
  position: absolute;
  left: -125px;
  top: 10px;
}

.feature-one__offer-img img {
  width: auto;
}

.feature-one__offer-box-contnet {
  position: relative;
  display: block;
  float: right;
  z-index: 1;
}

.feature-one__offer-top-title {
  font-size: 35px;
  color: var(--hauzo-white);
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 2px;
}

.feature-one__offer-percent {
  font-size: 65px;
  color: var(--hauzo-white);
  font-weight: 900;
  line-height: 65px;
}

.feature-one__offer-percent span {
  font-size: 40px;
  font-family: var(--hauzo-font);
  font-weight: 700;
  text-transform: uppercase;
}

.feature-one__offer-bottom-title {
  font-size: 30px;
  color: var(--hauzo-white);
  font-weight: 700;
  line-height: 30px;
  margin-top: -3px;
}

.feature-one__offer-btn-box {
  position: relative;
  display: block;
  margin-top: 34px;
}

.feature-one__offer-btn-box a {
  position: relative;
  display: inline-block;
  align-items: center;
  background-color: var(--hauzo-black);
  font-size: 14px;
  color: var(--hauzo-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: var(--hauzo-font-two);
  padding-left: 35px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-left-radius: 23px;
  border-top-left-radius: 23px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.feature-one__offer-btn-box a:hover {
  background-color: var(--hauzo-base);
}

.feature-one__offer-btn-box a i {
  font-weight: 700;
  padding-left: 10px;
}

.feature-one__offer-btn-box a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1000px;
  background-color: var(--hauzo-black);
  border-bottom-left-radius: 23px;
  border-top-left-radius: 23px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.feature-one__offer-btn-box a:hover:before {
  background-color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/
.counter-three {
  position: relative;
  display: block;
}

.counter-three__points-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 91px 0 70px;
  border-bottom: 1px solid #d6d6d6;
}

.counter-three__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.counter-three__points {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-three__icon {
  position: relative;
  display: inline-block;
  margin-right: 22px;
  top: 4px;
}

.counter-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #148fe3;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-three__points-list li:hover .counter-three__icon span {
  transform: scale(0.9);
}

.counter-three__count-box {
  position: relative;
  display: block;
}

.counter-three__count-box h3 {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px !important;
  font-family: var(--hauzo-font-two) !important;
  margin-bottom: 6px;
}

.counter-three__count-box h3 span {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px !important;
  font-family: var(--hauzo-font-two) !important;
}

.counter-three__count-box .odometer-formatting-mark {
  display: none;
}

.counter-three__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: var(--hauzo-black);
}

/*--------------------------------------------------------------
# Price One
--------------------------------------------------------------*/
.price-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.price-one__img-1 {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.price-one__img-1 img {
  width: auto;
}

.price-one__get-deal {
  position: absolute;
  top: 45px;
  right: 200px;
  background-color: var(--hauzo-primary);
  height: 165px;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border-bottom-left-radius: 0;
}

.price-one__get-deal p {
  font-size: 18px;
  color: var(--hauzo-white);
  font-weight: 600;
  line-height: 22px;
}

.price-one__get-deal a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--hauzo-white);
  font-weight: 500;
}

.price-one__get-deal a:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--hauzo-white);
}

.price-one__left {
  position: relative;
  display: block;
  margin-right: 75px;
}

.price-one__single {
  position: relative;
  display: block;
  background-color: #f0f1f9;
  padding: 0 40px 30px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.price-one__price-box {
  position: relative;
  display: inline-block;
  background-color: var(--hauzo-base);
  padding: 12px 35px 11px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.price-one__price {
  font-size: 32px;
  font-weight: 700;
  color: var(--hauzo-white);
  line-height: 32px;
}

.price-one__price span {
  font-size: 20px;
}

.price-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 32px;
  margin-bottom: 21px;
}

.price-one__list {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.price-one__list li {
  position: relative;
  display: flex;
  align-items: center;
}

.price-one__list li + li {
  margin-top: 12px;
}

.price-one__list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.price-one__list li .icon i {
  font-size: 15px;
  color: #0c31bd;
}

.price-one__list li .text {
  margin-left: 15px;
}

.price-one__list li .text p {
  font-size: 18px;
  color: #0e2a4e;
  font-weight: 500;
}

.price-one__arrow {
  position: relative;
  display: block;
}

.price-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--hauzo-black);
  height: 40px;
  width: 40px;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.price-one__arrow a:hover {
  color: var(--hauzo-base);
}

.price-one__arrow a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  height: 40px;
  width: 40px;
  background-color: #6caaf7;
  border-radius: 50%;
  z-index: -1;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  padding: 97px 0 0;
  z-index: 1;
}

.team-two__top {
  position: relative;
  display: block;
}

.team-two__left {
  position: relative;
  display: block;
}

.team-two__right {
  position: relative;
  display: block;
  margin-left: 77px;
  margin-top: 2px;
}

.team-two__bottom {
  position: relative;
  display: block;
}

.team-two__bottom .row {
  --bs-gutter-x: 0px;
}

.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(2, 24, 57, 0.9);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-two__single:hover .team-two__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-two__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.05);
}

.team-two__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 23px;
  padding-bottom: 18px;
  z-index: 2;
}

.team-two__name {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

.team-two__name a {
  color: var(--hauzo-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__name a:hover {
  color: var(--hauzo-base);
}

.team-two__sub-title {
  color: #444444;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  padding: 213px 0 200px;
  margin-top: -123px;
}

/*--------------------------------------------------------------
# Request Bar Two
--------------------------------------------------------------*/
.request-bar-two {
  position: relative;
  display: block;
  margin-top: -80px;
  z-index: 1;
}

.request-bar-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #e7e9f8;
  padding-left: 60px;
  padding-bottom: 59px;
  padding-top: 56px;
  z-index: 1;
  margin-right: -116px;
}

.request-bar-two__inner:before {
  position: absolute;
  right: -1000000px;
  top: 0;
  bottom: 0;
  background-color: #e7e9f8;
  content: "";
  z-index: -1;
  left: 0;
}

.request-bar-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: -1000px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}

.request-bar-two__left {
  position: relative;
  display: flex;
  align-items: center;
}

.request-bar-two__left .icon {
  position: relative;
  display: inline-block;
}

.request-bar-two__left .icon span {
  font-size: 63px;
  color: var(--hauzo-primary);
}

.request-bar-two__content {
  position: relative;
  display: block;
  margin-left: 35px;
}

.request-bar-two__content p {
  font-size: 35px;
  font-weight: 300;
  font-family: var(--hauzo-font-two);
  line-height: 45px;
  color: #0e2a4e;
}

.request-bar-two__content h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  color: var(--hauzo-black);
}

.request-bar-two__right {
  position: relative;
  display: block;
}

.request-bar-two__btn {
  background-image: none;
  background-color: #f59613;
  color: var(--hauzo-black);
  padding-top: 19px;
  padding-bottom: 16px;
  padding-left: 34px;
  padding-right: 35px;
}

.request-bar-two__btn:before {
  background-color: var(--hauzo-base);
}

.request-bar-two__btn:hover:before {
  background-color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
  margin-top: -128px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 112px 0 87px;
  background-color: #08468d;
  overflow: hidden;
  z-index: 1;
}

.page-header__img {
  position: absolute;
  bottom: -381px;
  right: -144px;
}

.page-header__img img {
  width: auto;
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 55px;
  color: var(--hauzo-white);
  font-weight: 900;
  line-height: 65px;
  margin-bottom: 6px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li + li {
  margin-left: 5px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.thm-breadcrumb li:hover a {
  color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-page__left {
  position: relative;
  display: block;
}

.blog-page__single {
  position: relative;
  display: block;
}

.blog-page__single + .blog-page__single {
  margin-top: 60px;
}

.blog-page__img {
  position: relative;
  display: block;
}

.blog-page__img img {
  width: 100%;
}

.blog-sidebar__img img {
  margin-bottom: 20px;
}

.blog-page__date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: var(--hauzo-white);
  text-align: center;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blog-page__date p {
  font-size: 32px;
  color: var(--hauzo-black);
  font-weight: 600;
  line-height: 32px;
  font-family: var(--hauzo-font-two);
}

.blog-page__date span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: var(--hauzo-black);
  font-weight: 500;
}

.blog-page__content {
  position: relative;
  display: block;
  margin-top: -3px;
}

.blog-page__meta {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 19px;
}

ul.list-unstyled.blog-page__meta.ml-0.blog-grid__content {
  margin-top: 20px;
}

.blog-page__meta li {
  position: relative;
  display: block;
}

.blog-page__meta li.category {
  display: inline-flex;
}

.blog-page__meta li.category a:after {
  content: ", ";
}

.blog-page__meta li.category a:last-child:after {
  content: " ";
}

.blog-page__meta li:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -22px;
  background-color: #b8b8b8;
  width: 1px;
  transform: rotate(15deg);
}

.blog-page__meta li:first-child:before {
  display: none;
}

.blog-page__meta li + li {
  margin-left: 45px;
}

.blog-page__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #b8b8b8;
  font-weight: 600;
  transition: all 500ms ease;
}
.blog-page__meta li a:hover {
  color: var(--hauzo-base, #d90429);
}

.blog-page__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 31px;
  margin-bottom: 18px;
}

.blog-page__title a {
  color: var(--hauzo-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-page__title a:hover {
  color: var(--hauzo-base);
}

.blog-page__btn-box {
  position: relative;
  display: block;
  margin-top: 37px;
}

.blog-page__btn {
  font-size: 14px;
  padding: 6px 25px 6px;
  border-radius: 2px;
}

.blog-page__pagination {
  position: relative;
  display: block;
  padding: 50px 0 0px;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 7px;
}

.blog-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li a {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  color: var(--hauzo-black);
  background-color: #fff;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #d4d4d4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--hauzo-base);
  color: var(--hauzo-white);
  border: 1px solid var(--hauzo-base);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar {
  position: relative;
  display: block;
  margin-left: 30px;
}

.sidebar__title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 26px;
  font-weight: 700;
}

.sidebar__title:before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -60px;
  width: 35px;
  height: 2px;
  background-color: #c5c9cc;
}

.widget-area .widget h2:before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -60px;
  width: 35px;
  height: 2px;
  top: 18px;
  background-color: #c5c9cc;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: #f0f0f0;
  color: #909090;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  height: 50px;
  width: 100%;
  padding-right: 80px;
  border-radius: 5px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: #909090;
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: #909090;
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: #909090;
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: #909090;
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: #909090;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: #909090;
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #4c4c4c;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sidebar__category {
  position: relative;
  display: block;
  margin-top: 45px;
  margin-bottom: 37px;
  z-index: 1;
}

.sidebar__category .sidebar__title {
  margin-bottom: 11px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li a {
  color: var(--hauzo-gray);
  font-size: 18px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 5px 0 7px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}

.sidebar__category-list li:hover a {
  color: var(--hauzo-black);
}

.sidebar__category-list li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d3d3d3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.sidebar__category-list li:hover a span {
  color: var(--hauzo-black);
}

.sidebar__post {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__post .sidebar__title {
  margin-left: 0px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 19px;
  margin-bottom: 19px;
}

.sidebar__post-list li:last-child {
  margin-bottom: 0;
}

.sidebar__post-image {
  margin-right: 25px;
}

.sidebar__post-image > img {
  width: 70px;
}

.sidebar__post-content {
  position: relative;
  display: block;
  top: 1px;
}

.sidebar__post-content h3 {
  font-size: 17px;
  margin: 0;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 3px;
}

.sidebar__post-content h3 a {
  color: #444444;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
  color: var(--hauzo-black);
}

.sidebar__post-content p {
  font-size: 16px;
  color: var(--hauzo-black);
  font-weight: 500;
}

.sidebar__tags {
  position: relative;
  display: block;
  margin-top: 45px;
  z-index: 1;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 16px;
  color: var(--hauzo-gray);
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  font-weight: 400;
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--hauzo-white);
  background: var(--hauzo-primary);
  border: 1px solid var(--hauzo-primary);
}

/*--------------------------------------------------------------
# Blog Grid
--------------------------------------------------------------*/
.blog-grid {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-grid .blog-page__single {
  margin-bottom: 80px;
}

.blog-grid .blog-page__pagination {
  padding: 0px 0 0px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-detals__top {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  max-width: 100%;
  margin-bottom: 20px;
}

.blog-details__date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: var(--hauzo-white);
  text-align: center;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blog-details__date p {
  font-size: 32px;
  color: var(--hauzo-black);
  font-weight: 600;
  line-height: 32px;
  font-family: var(--hauzo-font-two);
}

.blog-details__date span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: var(--hauzo-black);
  font-weight: 500;
}

.blog-details__meta-box {
  position: relative;
  display: block;
  margin-top: -8px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 19px;
}

.blog-details__meta li {
  position: relative;
  display: block;
}

.blog-details__meta li:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -22px;
  background-color: #b8b8b8;
  width: 1px;
  transform: rotate(15deg);
}

.blog-details__meta li:first-child:before {
  display: none;
}

.blog-details__meta li + li {
  margin-left: 45px;
}

.blog-details__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #b8b8b8;
  font-weight: 600;
}

.blog-detals__content-box {
  position: relative;
  display: block;
  margin-top: 31px;
}

.blog-details__title-1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 11px;
}

.blog-details__text-1 {
  color: #444444;
}

.blog-detals__two-colum-box {
  position: relative;
  display: block;
  margin-top: 34px;
}

.blog-details__content h4.blog-detals__two-colum-box-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: -20px;
  margin-top: 35px;
}

.blog-detals__two-colum-text {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-detals__two-colum-text li {
  color: #444444;
}

.blog-detals__two-colum-text li + li {
  margin-left: 55px;
}

.blog-details__text-2 {
  color: #444444;
  padding-top: 42px;
}

.blog-details__text-2 a {
  color: var(--hauzo-base);
  display: inline-block;
  text-decoration: underline;
}

.comment-one-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.comment-one__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 26px;
}

.comment-one {
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
}

.comment-one__single {
  position: relative;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding: 25px 25px 23px;
}

.comment-one__image {
  position: relative;
  display: block;
  max-width: 70px;
  width: 100%;
}

.comment-one__image img {
  width: 100%;
}

.comment-one__content {
  margin-left: 30px;
  margin-top: -2px;
}

.comment-one__content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.comment-one__content p {
  color: #444444;
  line-height: 23px;
  padding-top: 8px;
  padding-bottom: 12px;
}

.comment-one__content h4 {
  font-size: 16px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: var(--hauzo-font);
  line-height: 16px;
}

.comment-one__content h4 a {
  color: var(--hauzo-base);
  position: relative;
  display: inline-block;
  padding-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__content h4 a:hover {
  color: var(--hauzo-primary);
}

.comment-one__single--four {
  padding-left: 125px;
}

.comment-one__single.border-none {
  border-bottom: 0;
}

.comment-form {
  position: relative;
  display: block;
  margin-top: 52px;
}

.comment-one__form {
  position: relative;
  display: block;
  background-color: #f7f7f7;
  padding: 50px 35px 40px;
  border: 1px solid #eeeeee;
}

.comment-form__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 26px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type=text],
.comment-form__input-box input[type=email] {
  height: 45px;
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: var(--hauzo-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 17px;
  color: var(--hauzo-gray);
  display: block;
  font-weight: 400;
}

.comment-form__input-box textarea {
  font-size: 17px;
  color: var(--hauzo-gray);
  height: 174px;
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: var(--hauzo-white);
  padding: 15px 20px 15px;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.comment-form__btn {
  border: none;
  line-height: 32px;
}

.comment-form__input-box.text-message-box {
  height: 175px;
}

/*--------------------------------------------------------------
# About Company
--------------------------------------------------------------*/
.about-company {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-company__top {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.about-company__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.about-company__img {
  position: relative;
  display: block;
}

.about-company__left .about-company__img img {
  width: 100%;
  border-radius: 10px;
}

.about-company__right {
  position: relative;
  display: block;
}

.about-company__right .section-title {
  margin-bottom: 20px;
}

.about-company__text-1 {
  font-size: 20px;
  font-weight: 500;
  color: var(--hauzo-black);
}

.about-company__text-2 {
  padding-top: 5px;
  padding-bottom: 27px;
  color: #444444;
}

.about-company__text-3 {
  color: #444444;
}

.about-company__bottom {
  position: relative;
  display: block;
}

.about-company__bottom-left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.about-company__bottom-img {
  position: relative;
  display: block;
}

.about-company__bottom-left .about-company__bottom-img img {
  width: 100%;
  border-radius: 10px;
}

.about-company__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 55px;
  margin-left: 15px;
}

.about-company__text-4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--hauzo-black);
  position: relative;
  display: block;
  max-width: 465px;
}

.about-company__sign {
  position: relative;
  display: block;
  margin-left: 45px;
}

.about-company__sign img {
  width: auto;
}

/*--------------------------------------------------------------
# Company History
--------------------------------------------------------------*/
.company-history {
  position: relative;
  display: block;
}

.company-history__inner {
  position: relative;
  display: block;
}

.company-history__border {
  position: absolute;
  top: 210px;
  left: 57px;
  height: 636px;
  width: 1px;
  background-color: rgb(210, 210, 210);
}

.company-history__list {
  position: relative;
  display: block;
  border-top: 1px solid #e0e0e0;
  padding: 110px 0 90px;
}

.company-history__list li {
  position: relative;
  display: block;
  padding-left: 170px;
}

.company-history__list li + li {
  margin-top: 60px;
}

.company-history__year {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  width: 110px;
  background-color: var(--hauzo-base);
  border-radius: 50%;
  top: 9px;
  left: 0;
}

.company-history__year p {
  font-size: 32px;
  color: var(--hauzo-white);
  font-weight: 600;
  line-height: 32px;
}

.company-history__content {
  position: relative;
  display: block;
}

.company-history__title {
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 9px;
}

.company-history__text {
  color: #444444;
}

.company-history__img-boxes {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 62px;
}

.company-history__img-one {
  position: relative;
  display: block;
  max-width: 400px;
  margin-bottom: 30px;
}

.company-history__img-boxes .company-history__img-one img {
  width: 100%;
  border-radius: 10px;
}

.company-history__img-two {
  position: relative;
  display: block;
  max-width: 400px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.company-history__img-boxes .company-history__img-two img {
  width: 100%;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  background-color: #eff2f5;
  padding: 120px 0 114px;
}

.services-page .section-title {
  margin-bottom: 26px;
}

.services-page .section-title__tagline {
  margin-left: 0;
}

.services-page .section-title__tagline:before {
  left: -50px;
}

.services-page .section-title__tagline:after {
  position: absolute;
  right: -50px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: var(--hauzo-base);
  content: "";
}

.services-page__text-1 {
  color: #444444;
  text-align: center;
  padding-bottom: 52px;
}

.services-page__single {
  position: relative;
  display: block;
  background-color: var(--hauzo-white);
  border-radius: 5px;
  padding: 20px 30px 34px;
  margin-bottom: 30px;
}

.services-page__top {
  position: relative;
  display: flex;
  align-items: center;
}

.services-page__icon {
  position: relative;
  display: flex;
  align-items: center;
}

.services-page__icon span {
  font-size: 70px;
  color: var(--hauzo-black);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-page__single:hover .services-page__icon span {
  transform: scale(0.9);
}

.services-page__title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-left: 60px;
}

.services-page__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  background-color: #b3b3b3;
}

.services-page__title a {
  color: var(--hauzo-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-page__title a:hover {
  color: var(--hauzo-base);
}

.services-page__text-2 {
  padding-top: 21px;
  padding-bottom: 18px;
}

.services-page__read-more {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--hauzo-base);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--hauzo-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-page__read-more i {
  padding-left: 13px;
}

.services-page__read-more:hover {
  color: var(--hauzo-black);
}

.services-page__bottom {
  position: relative;
  display: block;
  padding-top: 79px;
}

.services-page__bottom-title {
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 24px;
}

.services-page__bottom-text-1 {
  font-size: 20px;
  color: #242424;
  padding-bottom: 35px;
}

.services-page__bottom-text-2 {
  font-size: 22px;
  color: #242424;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Plumbing Installation
--------------------------------------------------------------*/
.plumbing-installation {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.plumbing-installation__left {
  position: relative;
  display: block;
  margin-left: 200px;
  margin-right: 25px;
}

.plumbing-installation__img-box {
  position: relative;
  display: block;
}

.plumbing-installation__img-one {
  position: relative;
  display: block;
}

.plumbing-installation__img-one img {
  width: 100%;
}

.plumbing-installation__img-two {
  position: absolute;
  bottom: 0;
  left: -315px;
}

.plumbing-installation__img-two img {
  width: auto;
}

.plumbing-installation__right {
  position: relative;
  display: block;
  margin-left: 45px;
}

.plumbing-installation__right .section-title {
  margin-bottom: 19px;
}

.plumbing-installation__text-1 {
  color: #444444;
}

.plumbing-installation__points {
  position: relative;
  display: block;
  margin-top: 22px;
  margin-bottom: 20px;
}

.plumbing-installation__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.plumbing-installation__points li + li {
  margin-top: 5px;
}

.plumbing-installation__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.plumbing-installation__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--hauzo-base);
}

.plumbing-installation__points li .text {
  margin-left: 20px;
}

.plumbing-installation__points li .text p {
  font-size: 20px;
  color: var(--hauzo-black);
  font-weight: 500;
}

/*--------------------------------------------------------------
# About Quality
--------------------------------------------------------------*/
.about-quality {
  position: relative;
  display: block;
  background-color: #f8f8fa;
}

.about-quality__left {
  position: relative;
  display: block;
  margin-right: 50px;
  margin-left: -375px;
}

.about-quality__img {
  position: relative;
  display: block;
}

.about-quality__img img {
  width: 100%;
}

.about-quality__right {
  position: relative;
  display: block;
  margin-left: 20px;
  padding-top: 120px;
}

.about-quality__right .section-title {
  margin-bottom: 19px;
}

.about-quality__text-2 {
  padding-top: 22px;
  padding-bottom: 35px;
}

.about-quality__points {
  position: relative;
  display: block;
}

.about-quality__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-quality__points li + li {
  margin-top: 11px;
}

.about-quality__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  color: var(--hauzo-base);
  border-radius: 50%;
  border: 2px solid var(--hauzo-base);
  font-size: 10px;
}

.about-quality__points li .text {
  margin-left: 20px;
}

.about-quality__points li .text p {
  font-size: 20px;
  color: #444444;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Video Gallery
--------------------------------------------------------------*/
.video-gallery {
  position: relative;
  display: block;
  padding: 120px 0 111px;
}

.video-gallery__left {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-top: -11px;
}

.video-gallery__title-one {
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 18px;
}

.video-gallery__text-1 {
  padding-bottom: 32px;
}

.video-gallery__img-boxes {
  position: relative;
  display: block;
}

.video-gallery__img-boxes .row {
  --bs-gutter-x: 15px;
}

.video-gallery__img-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.video-gallery__img-single img {
  width: 100%;
}

.video-gallery__video-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}

.video-gallery__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 20px;
  color: var(--hauzo-white);
  background-color: #dcd6d3;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-gallery__video-icon:hover {
  background-color: var(--hauzo-black);
  color: var(--hauzo-white);
}

.video-gallery__video-icon:before {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: var(--hauzo-base);
  content: "";
  border-radius: 50%;
  z-index: -1;
}

.video-gallery__video-link .ripple,
.video-gallery__video-icon .ripple:before,
.video-gallery__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 57px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--hauzo-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--hauzo-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--hauzo-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--hauzo-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-gallery__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-gallery__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-gallery__service {
  position: relative;
  display: block;
  padding-top: 39px;
}

.video-gallery__service-title {
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 18px;
}

.video-gallery__service-points-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 24px;
}

.video-gallery__service-points {
  position: relative;
  display: block;
  float: left;
}

.video-gallery__service-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.video-gallery__service-points li + li {
  margin-top: 8px;
}

.video-gallery__service-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.video-gallery__service-points li .icon i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--hauzo-base);
}

.video-gallery__service-points li .text {
  margin-left: 20px;
}

.video-gallery__service-points li .text p {
  color: #242424;
  font-weight: 700;
  font-family: var(--hauzo-font-two);
}

.video-gallery__service-points--2 {
  margin-left: 115px;
}

.video-gallery__right {
  position: relative;
  display: block;
}

.video-gallery__right-sidebar {
  position: relative;
  display: block;
}

.video-gallery__right-content {
  position: relative;
  display: block;
}

.video-gallery__right-content-img {
  position: relative;
  display: block;
}

.video-gallery__right-content-img img {
  width: 100%;
}

.video-gallery__right-content-img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 85px;
  background-color: var(--hauzo-base);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

.video-gallery__right-content-img::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  background-color: var(--hauzo-black);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

.video-gallery__right-content-title {
  position: relative;
  display: block;
  background-color: var(--hauzo-black);
  padding-top: 18px;
  padding-left: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.video-gallery__right-content-title h3 {
  font-size: 30px;
  color: var(--hauzo-white);
  font-weight: 700;
  line-height: 32px;
}

.video-gallery__right-content-title h3 span {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.video-gallery__right-content-title h2 {
  font-size: 32px;
  color: var(--hauzo-white);
  font-weight: 700;
  line-height: 32px;
  margin-top: 12px;
}

.video-gallery__right-content-btn-box {
  position: relative;
  display: block;
  margin-top: 25px;
  float: right;
}

.video-gallery__right-content-btn {
  padding-left: 30px;
  padding-right: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.video-gallery__right-content-btn:hover {
  color: var(--hauzo-base);
}

.video-gallery__right-content-btn:hover span {
  color: var(--hauzo-base);
  border: 2px solid var(--hauzo-base);
}

.video-gallery__right-content-btn::before {
  background-color: var(--hauzo-white);
}

.video-gallery__right-sidebar-download {
  position: relative;
  display: block;
  margin-top: 40px;
}

.video-gallery__right-sidebar-download h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}

.video-gallery__download-btn {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: capitalize;
  font-family: var(--hauzo-font);
  font-size: 20px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.service-details__left {
  position: relative;
  display: block;
}

.service-details__sidebar {
  position: relative;
  display: block;
}

.service-details__page-links {
  position: relative;
  display: block;
  background-color: #092242;
  padding: 25px 30px 30px;
  border-radius: 8px;
}

.service-details__title {
  position: relative;
  display: inline-block;
  margin-bottom: 9px;
}

.service-details__title:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -40px;
  width: 20px;
  height: 2px;
  background-color: var(--hauzo-white);
}

.service-details__title h3 {
  font-size: 28px;
  color: var(--hauzo-white);
  font-weight: 700;
  font-family: var(--hauzo-font);
  line-height: 28px;
}

.service-details__page-links-list {
  position: relative;
  display: block;
}

.service-details__page-links-list li {
  position: relative;
  display: block;
}

.service-details__page-links-list li a {
  font-size: 18px;
  color: var(--hauzo-white);
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(var(--hauzo-white-rgb), 0.2);
  padding: 8px 0 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__page-links-list li:hover a {
  color: #30a4fe;
}

.service-details__page-links-list li.active a {
  color: #30a4fe;
}

.service-details__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

.service-details__content-box {
  position: relative;
  display: block;
}

.service-details__img-box {
  position: relative;
  display: block;
}

.service-details__img-box img {
  width: 100%;
  border-radius: 5px;
}

.service-details__content {
  position: relative;
  display: block;
  margin-top: 61px;
}

.service-details__title-2 {
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 14px;
}

.service-details__text-1 {
  color: #444444;
}

.service-details__text-2 {
  color: #444444;
  padding-top: 27px;
}

.service-details__feature {
  position: relative;
  display: block;
  padding-top: 56px;
}

.service-details__feature-left {
  position: relative;
  display: block;
  margin-top: -2px;
}

.service-details__feature-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}

.service-details__feature-text {
  color: #444444;
}

.service-details__feature-list {
  position: relative;
  display: block;
  margin-top: 15px;
}

.service-details__feature-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__feature-list li + li {
  margin-top: 6px;
}

.service-details__feature-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border: 1px solid #757779;
  border-radius: 50%;
  color: #a6cde7;
  font-size: 10px;
}

.service-details__feature-list li .text {
  margin-left: 20px;
}

.service-details__feature-list li .text p {
  color: #444444;
  font-weight: 600;
}

.service-details__feature-righ {
  position: relative;
  display: block;
}

.service-details__feature-img {
  position: relative;
  display: block;
}

.service-details__feature-img img {
  width: 100%;
  border-radius: 5px !important;
}

.service-details__feature-two {
  position: relative;
  display: block;
  margin-top: 53px;
}

.service-details__feature-two .row {
  --bs-gutter-x: 0px;
}

.service-details__feature-two-single {
  position: relative;
  display: block;
  border: 1px solid #e9e9e9;
  padding: 26px 20px 23px;
  background-color: var(--hauzo-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.service-details__feature-two-single:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(245, 245, 245, 0.5);
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: -1;
}

.service-details__feature-two-single:hover:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.service-details__feature-two-single-inner {
  position: relative;
  display: flex;
}

.service-details__feature-two-icon {
  position: relative;
  display: flex;
}

.service-details__feature-two-icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--hauzo-base);
}

.service-details__feature-two-content {
  margin-left: 15px;
}

.service-details__feature-two-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--hauzo-font);
  line-height: 20px;
  margin-bottom: 10px;
}

.service-details__feature-two-text {
  font-size: 17px;
  color: #051d3e;
  line-height: 27px;
}

.service-details__feature-two-single.border-left-none {
  border-left: 0;
}

.service-details__faq {
  position: relative;
  display: block;
  margin-top: 35px;
}

.service-details__faq h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
  border: 1px solid #d4d4d4;
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 11px 20px 11px;
  padding-left: 55px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #242424;
  font-family: var(--hauzo-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: var(--hauzo-black);
  position: absolute;
  top: 50%;
  left: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 55px 17px;
  padding-right: 40px;
  margin-top: -3px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: #444444;
  font-size: 17px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 112px;
}

.project-details__left {
  position: relative;
  display: block;
  margin-top: -8px;
}

.project-details__description {
  position: relative;
  display: block;
}

.project-details__description-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 19px;
}

.project-details__description-text {
  color: #444444;
  padding-bottom: 27px;
}

.project-details__description-text-2 {
  color: #444444;
}

.project-details__challenge {
  position: relative;
  display: block;
  margin-top: 34px;
  margin-bottom: 35px;
}

.project-details__challenge-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 13px;
}

.project-details__challenge-text {
  color: #444444;
  padding-bottom: 27px;
}

.project-details__challenge-text-2 {
  color: #444444;
}

.project-details__quote {
  position: relative;
  display: block;
}

.project-details__quote-icon {
  position: relative;
  display: block;
}

.project-details__quote-icon i {
  font-size: 35px;
  color: var(--hauzo-base);
}

.project-details__quote-text {
  color: #6e6e6e;
  font-style: italic;
}

.project-details__client-name {
  font-size: 18px;
  color: var(--hauzo-base);
  font-weight: 600;
}

.project-details__final-view {
  position: relative;
  display: block;
  margin-top: 39px;
}

.project-details__final-view-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 13px;
}

.project-details__final-view-text {
  color: #444444;
}

.project-details__right {
  position: relative;
  display: block;
}

.project-details__img-boxes {
  position: relative;
  display: block;
}

.project-details__img-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-details__img-single.marb-0 {
  margin-bottom: 0;
}

.project-details__img-single img {
  width: 100%;
}

.project-details__img-inner {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-details__img-inner img {
  width: 100%;
}

/*--------------------------------------------------------------
# Project Page 01
--------------------------------------------------------------*/
.project-page-01 {
  position: relative;
  display: block;
  padding: 120px 0 112px;
}

.project-page-01 .container {
  max-width: 1875px;
}

.project-page-01 .section-title {
  margin-bottom: 39px;
}

.project-page-01 .section-title__tagline {
  margin-left: 0;
}

.project-page-01 .section-title__tagline:before {
  left: -35px;
  width: 20px;
}

.project-page-01 .section-title__tagline:after {
  position: absolute;
  right: -35px;
  top: 7px;
  width: 20px;
  height: 2px;
  background-color: var(--hauzo-base);
  content: "";
}

.project-page-01__filter-box {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.project-page-01__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-page-01__filter.style1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.project-page-01__filter.style1 li + li {
  margin-left: 40px;
}

.project-page-01__filter.style1 li .filter-text {
  position: relative;
  display: inline-block;
  color: var(--hauzo-black);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
}

.project-page-01__filter.style1 li .filter-text:before {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  content: "";
  opacity: 0;
  height: 1px;
  background-color: var(--hauzo-base);
  transition: all 0.4s ease;
}

.project-page-01__filter.style1 li:hover .filter-text:before {
  opacity: 1;
}

.project-page-01__filter.style1 li:hover .filter-text,
.project-page-01__filter.style1 li.active .filter-text {
  color: var(--hauzo-base);
}

.project-page-01__filter.style1 li.active .filter-text:before {
  opacity: 1;
}

.project-page-01 .project-one__single {
  margin-bottom: 30px;
}

.project-page-01__load-more {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 29px;
}

.project-page-01__load-more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--hauzo-black);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-page-01__load-more a i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  top: 2px;
  padding-left: 10px;
}

.project-page-01__load-more a:hover {
  color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Project Page 02
--------------------------------------------------------------*/
.project-page-02 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-page-02 .section-title {
  margin-bottom: 16px;
}

.project-page-02 .section-title__tagline {
  margin-left: 0;
}

.project-page-02 .section-title__tagline:before {
  left: -35px;
  width: 20px;
}

.project-page-02 .section-title__tagline:after {
  position: absolute;
  right: -35px;
  top: 7px;
  width: 20px;
  height: 2px;
  background-color: var(--hauzo-base);
  content: "";
}

.project-page-02__top-text {
  text-align: center;
  padding-bottom: 52px;
}

.project-page-02__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-page-02__img-box {
  position: relative;
  display: block;
}

.project-page-02__img {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.project-page-02__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  background-color: var(--hauzo-base);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 1;
}

.project-page-02__single:hover .project-page-02__img:before {
  opacity: 0.9;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.project-page-02__img img {
  width: 100%;
  border-radius: 8px;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.project-page-02__single:hover .project-page-02__img img {
  transform: scale(1.05) rotate(1deg);
}

.project-page-02__title {
  position: absolute;
  bottom: 28px;
  left: 30px;
  transform: scaleY(0);
  transition: all 300ms ease 100ms;
  z-index: 2;
}

.project-page-02__single:hover .project-page-02__title {
  transform: scaleY(1);
  transition: all 200ms linear;
  transition-delay: 0.4s;
}

.project-page-02__title h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--hauzo-font);
  line-height: 20px;
  margin-bottom: 4px;
}

.project-page-02__title h4 a {
  color: var(--hauzo-white);
}

.project-page-02__title p {
  font-size: 20px;
  color: var(--hauzo-white);
  font-weight: 400;
  line-height: 20px;
}

.project-page-02__arrow {
  position: absolute;
  top: 25px;
  right: 35px;
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.project-page-02__single:hover .project-page-02__arrow {
  transform: scale(1);
  transition-delay: 500ms;
}

.project-page-02__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background-color: var(--hauzo-white);
  border-radius: 50%;
  font-size: 20px;
  color: var(--hauzo-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-page-02__arrow a:hover {
  background-color: var(--hauzo-black);
  color: var(--hauzo-white);
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
}

.team-page__inner {
  position: relative;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  padding: 120px 0 120px;
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
  position: relative;
  display: block;
  background-color: #f2f2f7;
  padding: 120px 0 60px;
}

.testimonials-page__sec-title {
  position: relative;
  display: block;
}

.testimonials-page__sec-title .section-title {
  margin-bottom: 0;
}

.testimonials-page .testimonial-one__single {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.testimonials-page .testimonial-one__inner {
  border: 1px solid #e7e7e7;
}

.testimonials-page .testimonial-one__inner:before {
  display: none;
}

.testimonials-page .testimonial-one__client-content h3 {
  color: var(--hauzo-black);
}

.testimonials-page .testimonial-one__client-content h3:hover {
  color: var(--hauzo-base);
}

.testimonial-page__shape-1 {
  position: absolute;
  left: 65px;
  bottom: -18px;
}

.testimonial-page__shape-1 img {
  width: auto;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-page .section-title {
  margin-bottom: 52px;
}

.contact-page .section-title__text {
  color: #666666;
  font-weight: 400;
  padding-top: 19px;
}

.contact-page__left {
  position: relative;
  display: block;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-page__input-box input[type=text],
.contact-page__input-box input[type=email] {
  height: 50px;
  width: 100%;
  background-color: #fcfcfe;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 18px;
  color: #444444;
  display: block;
  border: 1px solid #dbdcdd;
  border-radius: 5px;
}

.contact-page__input-box textarea {
  font-size: 18px;
  color: #444444;
  height: 220px;
  width: 100%;
  background-color: #fcfcfe;
  padding: 18px 30px 30px;
  border: 1px solid #dbdcdd;
  border-radius: 5px;
  outline: none;
  margin-bottom: 0px;
}

.contact-page__btn-box {
  position: relative;
  display: block;
  padding-top: 20px;
}

.contact-page__btn {
  border: none;
  line-height: 32px;
}

.contact-page__input-box.text-message-box {
  height: 220px;
}

.contact-page__right {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-left: 70px;
}

.contact-page__content {
  position: relative;
  display: block;
}

.contact-page__content-title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 41px;
}

.contact-page__content-title:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: var(--hauzo-primary);
}

.contact-page__text {
  color: #444444;
}

.contact-page__email {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--hauzo-font);
  margin-top: 19px;
}

.contact-page__email a {
  color: #444444;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__email a:hover {
  color: var(--hauzo-base);
}

.contact-page__call-box {
  position: relative;
  display: block;
  border-top: 1px solid #cbcdd2;
  padding-top: 32px;
  margin-top: 39px;
}

.contact-page__call-sub-title {
  font-size: 24px;
  color: var(--hauzo-black);
  font-weight: 500;
  line-height: 24px;
}

.contact-page__call-number {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 19px;
}

.contact-page__call-number a {
  color: var(--hauzo-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__call-number a:hover {
  color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
  position: relative;
  display: block;
  background-color: #ebebeb;
}

.google-map__two {
  position: relative;
  display: block;
  border: none;
  height: 460px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
}

.faq-page .section-title {
  margin-bottom: 52px;
}

.faq-page .section-title__text {
  padding-top: 10px;
  color: #444444;
}

.faq-page__search {
  position: relative;
  display: block;
}

.faq-page__search-form {
  position: relative;
}

.faq-page__search-form input[type=search] {
  display: block;
  border: 1px solid #e0e0e0;
  outline: none;
  background-color: transparent;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  padding-left: 25px;
  height: 60px;
  width: 100%;
  padding-right: 55px;
  border-radius: 5px;
}

.faq-page__search-form button[type=submit] {
  background-color: transparent;
  color: #e0e0e0;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.faq-page__left {
  position: relative;
  display: block;
}

.faq-page .faq-one-accrodion .accrodion {
  border: 0;
}

.faq-page .faq-one-accrodion .accrodion-title h4 {
  font-size: 22px;
  color: #111e37;
  font-weight: 700;
}

.faq-page .faq-one-accrodion .accrodion-content {
  padding: 0px 55px 13px;
  margin-top: 0;
}

.faq-page__right {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Ask Question
--------------------------------------------------------------*/
.ask-question {
  position: relative;
  display: block;
  background-color: #edf1f4;
  padding: 109px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.ask-question__img {
  position: absolute;
  top: 65px;
  right: 0;
  mix-blend-mode: darken;
  z-index: -1;
}

.ask-question__img img {
  width: auto;
}

.ask-question__inner {
  position: relative;
  display: block;
}

.ask-question__title {
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  padding-bottom: 46px;
}

.ask-question__form {
  position: relative;
  display: block;
  margin-right: 100px;
}

.ask-question__input-box {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.ask-question__input-box input[type=text],
.ask-question__input-box input[type=email] {
  height: 65px;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e3e3e3;
  background-color: transparent;
  padding: 0;
  outline: none;
  font-size: 18px;
  color: #444444;
  display: block;
  font-weight: 400;
}

.ask-question__input-box textarea {
  font-size: 18px;
  color: #444444;
  height: 150px;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 0;
  outline: none;
  font-weight: 400;
}

.ask-question__btn-box {
  position: relative;
  display: block;
  padding-top: 7px;
}

.ask-question__btn {
  border: none;
  font-size: 14px;
  padding: 10px 30px 10px;
  line-height: 32px;
}

.ask-question__input-box.text-message-box {
  height: 150px;
  padding-top: 17px;
  border-bottom: 2px solid #e3e3e3;
}

/*--------------------------------------------------------------
# coupon Offter Two
--------------------------------------------------------------*/
.coupon-offer-two {
  position: relative;
  display: block;
}

.coupon-offer-two__inner {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  border-bottom: 1px solid #d8d8d8;
}

.coupon-offer-two__inner .section-title {
  margin-bottom: 52px;
}

.coupon-offer-two__inner .section-title__text {
  color: #444444;
  padding-top: 19px;
}

.coupon-offer__single-3 {
  background-color: #093368;
}

/*--------------------------------------------------------------
# Additional Services Three
--------------------------------------------------------------*/
.additional-services-three {
  position: relative;
  display: block;
  background-color: #eceef2;
  overflow: hidden;
  padding: 120px 0 90px;
}

.additional-services-three .section-title {
  margin-bottom: 52px;
}

.additional-services-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.additional-services-three__img {
  position: relative;
  display: block;
  background-color: var(--hauzo-black);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.additional-services-three__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.additional-services-three__single:hover .additional-services-three__img img {
  transform: scale(1.05);
  opacity: 0.5;
}

.additional-services-three__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--hauzo-white);
  padding: 25px 0 20px;
}

.additional-services-three__content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 13px;
}

.additional-services-three__content h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}

.additional-services-three__content h3 span {
  font-size: 28px;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
  position: relative;
  display: block;
  background-color: #f2f5f8;
  padding: 120px 0 120px;
}

.about-four__left {
  position: relative;
  display: block;
  margin-right: 60px;
}

.about-four__img-box {
  position: relative;
  display: block;
}

.about-four__img {
  position: relative;
  display: block;
}

.about-four__img-box .about-four__img img {
  width: 100%;
  border-radius: 8px;
}

.about-four__experience {
  position: absolute;
  bottom: -30px;
  right: -25px;
  background-color: var(--hauzo-base);
  text-align: center;
  padding: 23px 30px 31px;
  border-radius: 8px;
}

.about-four__experience h3 {
  font-size: 60px;
  color: var(--hauzo-white);
  font-weight: 700;
  font-family: var(--hauzo-font);
  line-height: 60px;
  margin-bottom: 9px;
}

.about-four__experience p {
  font-size: 18px;
  font-weight: 600;
  color: var(--hauzo-white);
  line-height: 21px;
}

.about-four__right {
  position: relative;
  display: block;
}

.about-four__right .section-title {
  margin-bottom: 24px;
}

.about-four__text-1 {
  font-size: 20px;
  color: #242424;
  font-weight: 500;
}

.about-four__text-2 {
  color: #444444;
  padding-top: 28px;
  padding-bottom: 33px;
}

.about-four__counter {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four__counter li {
  position: relative;
  display: block;
}

.about-four__counter li + li {
  margin-left: 115px;
}

.about-four__counter-inner {
  position: relative;
  display: flex;
}

.about-four__counter-icon {
  position: relative;
  display: block;
}

.about-four__counter-icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--hauzo-base);
}

.about-four__counter-count-box {
  margin-left: 20px;
}

.about-four__counter-count-box h3 {
  font-size: 34px;
  font-weight: 700;
  font-family: var(--hauzo-font) !important;
  line-height: 34px !important;
}

.about-four__counter-plus {
  font-size: 34px;
  font-weight: 700;
  font-family: var(--hauzo-font);
  line-height: 34px;
}

.about-four__counter-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--hauzo-black);
  line-height: 18px;
}

.about-four__counter .odometer-formatting-mark {
  display: none;
}

.about-four__counter li:last-child .about-four__counter-icon {
  top: 7px;
}

.about-four__btn-contact-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 48px;
}

.about-four__btn-box {
  position: relative;
  display: block;
}

.about-four__btn {
  background-color: #162b62;
  background-image: none;
}

.about-four__contact-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 85px;
}

.about-four__contact-icon {
  position: relative;
  display: block;
  top: 5px;
}

.about-four__contact-icon img {
  width: auto;
}

.about-four__contact-content {
  margin-left: 20px;
}

.about-four__contact-content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: var(--hauzo-font);
}

.about-four__contact-content h3 a {
  display: block;
  color: #051d3e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-four__contact-content h3 a:hover {
  color: var(--hauzo-base);
}

/*--------------------------------------------------------------
# Company Ceo
--------------------------------------------------------------*/
.company-ceo {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.company-ceo .section-title {
  margin-bottom: 19px;
}

.company-ceo__left {
  position: relative;
  display: block;
}

.company-ceo__text-1 {
  color: #444444;
}

.company-ceo__details {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dbdbdb;
  padding: 10px;
  margin-top: 42px;
}

.company-ceo__img {
  position: relative;
  display: block;
  max-width: 355px;
  width: 100%;
}

.company-ceo__img img {
  width: 100%;
}

.company-ceo__name {
  margin-left: 35px;
}

.company-ceo__name h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}

.company-ceo__name p {
  font-size: 14px;
  color: var(--hauzo-base);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: var(--hauzo-font-two);
  line-height: 14px;
}

.company-ceo__right {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: -12px;
}

.company-ceo__content-box {
  position: relative;
  display: block;
}

.company-ceo__single {
  position: relative;
  display: block;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 52px;
  margin-bottom: 48px;
}

.company-ceo__single.marb-0 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.company-ceo__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hauzo-base);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--hauzo-font-two);
  margin-left: 40px;
  margin-bottom: 11px;
}

.company-ceo__tagline:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -40px;
  width: 30px;
  height: 2px;
  background-color: var(--hauzo-base);
}

.company-ceo__text-2 {
  color: #444444;
}

.company-ceo__text-3 {
  color: #444444;
}

.company-ceo__text-4 {
  color: #444444;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
}

.why-choose-two__wrap {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.why-choose-two__left {
  position: relative;
  display: block;
  float: left;
  min-height: 637px;
  width: 40%;
}

.why-choose-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.why-choose-two__trusted {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--hauzo-base);
  text-align: center;
  max-width: 185px;
  width: 100%;
  padding: 33px 30px 37px;
  z-index: 2;
}

.why-choose-two__trusted-icon {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.why-choose-two__trusted-icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--hauzo-white);
}

.why-choose-two__trusted-content {
  position: relative;
  display: block;
}

.why-choose-two__trusted-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: var(--hauzo-white);
  line-height: 21px;
}

.why-choose-two__count {
  font-family: var(--hauzo-font-two) !important;
}

.why-choose-two__trusted-content .odometer-formatting-mark {
  display: none;
}

.why-choose-two__right {
  position: relative;
  display: block;
  float: right;
  width: 60%;
  background-color: #08335e;
  padding-top: 120px;
  padding-bottom: 113px;
  z-index: 1;
}

.why-choose-two__shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: color-burn;
  opacity: 0.1;
  z-index: -1;
}

.why-choose-two__content {
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
  margin-left: 95px;
}

.why-choose-two__content .section-title {
  margin-bottom: 30px;
}

.why-choose-two__content .section-title__title {
  color: var(--hauzo-white);
}

.why-choose-two__content .section-title__text {
  color: var(--hauzo-white);
  padding-top: 19px;
}

.why-choose-two__points-box {
  position: relative;
  display: flex;
}

.why-choose-two__points {
  position: relative;
  display: block;
}

.why-choose-two__points + .why-choose-two__points {
  margin-left: 70px;
}

.why-choose-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-two__points li + li {
  margin-top: 12px;
}

.why-choose-two__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.why-choose-two__points li .icon span {
  font-size: 21px;
  background: rgb(0, 201, 243);
  background: linear-gradient(0deg, rgb(0, 201, 243) 27%, rgb(0, 244, 231) 73%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-choose-two__points li .text {
  position: relative;
  display: block;
}

.why-choose-two__points li .text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--hauzo-white);
}

/*--------------------------------------------------------------
# Handyman Service
--------------------------------------------------------------*/
.handyman-service {
  position: relative;
  display: block;
  padding: 108px 0 111px;
}

.handyman-service__title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.handyman-service__sub-title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hauzo-base);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 14px;
}

.handyman-service__sub-title:before {
  position: absolute;
  left: -40px;
  top: 5px;
  width: 30px;
  height: 2px;
  background-color: var(--hauzo-base);
  content: "";
}

.handyman-service__sub-title:after {
  position: absolute;
  right: -40px;
  top: 5px;
  width: 30px;
  height: 2px;
  background-color: var(--hauzo-base);
  content: "";
}

.handyman-service__title {
  font-size: 26px;
  color: var(--hauzo-black);
  font-weight: 500;
  line-height: 36px;
  margin-top: 18px;
}

.handyman-service__content {
  position: relative;
  display: block;
  text-align: center;
}

.handyman-service__text-1 {
  padding-bottom: 29px;
}

.handyman-service__text-2 {
  font-size: 20px;
  font-style: italic;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
footer.entry-footer.blog-details__bottom {
  margin: 30px 0;
  color: #b8b8b8;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-details__bottom .blog-details__tags a {
  color: #b8b8b8;
  font-size: 16px !important;
  color: var(--hauzo-gray);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--hauzo-white);
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  font-weight: 400;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
}

.blog-details__bottom .blog-details__tags a:hover {
  color: var(--hauzo-white, #ffffff);
  background: var(--hauzo-base, #1b59c2);
}

.blog-sidebar__content.tag-sticky-2 .blog-page__content:before,
.blog-sidebar__content.sticky .blog-page__content:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--hauzo-base, #d90429);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 8px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2 {
  color: #fff;
}

.blog-details__content > .wp-block-cover {
  margin-bottom: 32px;
}

.blog-details__content {
  font-size: 16px;
  line-height: 2;
}

.blog-details__content .wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--hauzo-black, #1e1e22);
  border-left: 0;
}

.blog-details__content .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg);
}

.blog-details__content .blocks-gallery-caption {
  margin-bottom: 24px;
}

.blog-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
  background-color: #f7f7f7;
  border-left: 2px solid var(--hauzo-black, #1e1e22);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: var(--hauzo-bdr-radius);
}

blockquote {
  margin: 0 1.5em;
}

.blog-details__content blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  font-size: 100px;
  color: var(--hauzo-base, #d90429);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: italic;
}

.comment-content strong,
.blog-details__content strong {
  color: var(--hauzo-black, #1e1e22);
}

.blog-details__content a:hover {
  color: var(--hauzo-base, #d90429);
  transition: all 500ms ease;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  border-radius: var(--hauzo-bdr-radius);
}

.post .blog-details__content p.has-large-font-size {
  font-size: 2.25em;
}

.post .blog-details__content p.has-small-font-size {
  font-size: 0.9125em;
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-columns {
  margin: 30px 0;
}

.post-password-form label {
  font-weight: 600;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.blog-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--hauzo-black, #1e1e22);
}

.comments-area h1,
.blog-details__content h1,
.comment-content h2,
.blog-details__content h2,
.comment-content h3,
.blog-details__content h3,
.comment-content h4,
.blog-details__content h4,
.comment-content h5,
.blog-details__content h5,
.comment-content h6,
.blog-details__content h6 {
  margin-bottom: 1rem;
  color: var(--hauzo-black, #1e1e22);
}

.blog-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--hauzo-black, #1e1e22);
}

.blog-details__content .post-password-form input[type=password] {
  width: 200px;
  height: 50px;
  background-color: #f0f0f0;
  color: var(--hauzo-gray, #717178);
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--hauzo-bdr-radius);
}

.blog-details__content .post-password-form input[type=submit] {
  width: 120px;
  height: 50px;
  background-color: var(--hauzo-black, #1e1e22);
  color: var(--hauzo-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: var(--hauzo-bdr-radius);
}

.blog-details__content .post-password-form input[type=submit]:hover {
  background-color: var(--hauzo-base, #d90429);
  color: var(--hauzo-white, #ffffff);
}

.post .blog-details__content > p {
  line-height: 2em;
  font-size: 16px;
}

.wp-block-cover-text strong {
  color: inherit;
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
  margin: 0 0 0.5em 0.5em;
  margin-left: 0;
}

.wp-block-archives-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--hauzo-gray, #717178);
  position: relative;
  line-height: 34px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--hauzo-gray, #717178);
  transition: all 0.3s ease;
  z-index: 1;
}

.wp-block-archives-list li a {
  color: inherit;
  transition: all 500ms ease;
}

.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  height: 60px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  outline: none;
  color: var(--hauzo-gray, #717178);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--hauzo-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: var(--hauzo-bdr-radius);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  line-height: 1.889;
  font-weight: 600;
  color: var(--hauzo-black, #1e1e22);
}

.wp-block-latest-comments__comment-date {
  font-weight: 500;
  color: var(--hauzo-gray, #717178);
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 68px;
  min-height: 44px;
}

.wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hauzo-black);
  width: 44px;
  height: 44px;
  color: var(--hauzo-white, #ffffff);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: -3px;
  left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--hauzo-base, #d90429);
  color: var(--hauzo-white, #ffffff);
}

.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--hauzo-gray, #717178);
}

.wp-block-latest-posts__list.has-dates {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.wp-block-latest-posts__list.has-dates li::before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hauzo-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--hauzo-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 10px;
  left: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-left: 0;
}

.wp-block-search label {
  font-size: 18px;
  color: var(--hauzo-black, #1e1e22);
  font-weight: 600;
}

.wp-block-search input[type=search] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: #f0f0f0;
  color: var(--hauzo-gray, #717178);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--hauzo-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 60px;
  border: 1px solid #f1f1f5;
  border-radius: 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--hauzo-black, #1e1e22);
  text-align: center;
  border-radius: 5px;
  color: var(--hauzo-white, #ffffff);
  padding: 0 50px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.01em;
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--hauzo-gray, #717178);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 500ms ease;
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  font-weight: 600;
  color: var(--hauzo-black, #1e1e22);
  min-height: 44px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hauzo-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--hauzo-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-details__content .page-links {
  color: var(--hauzo-black, #1e1e22);
  display: flex;
  align-items: center;
}

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

.blog-details__content .page-links span,
.blog-details__content .page-links a {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--hauzo-black, #1e1e22);
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f1f1f5;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
}

.blog-details__content .page-links span {
  background-color: var(--hauzo-base, #651fd4);
  color: var(--hauzo-white, #ffffff);
}

.blog-details__content .page-links a:hover {
  background-color: var(--hauzo-base, #d90429);
  color: var(--hauzo-white, #ffffff);
}

.news-sidebar__left .blog-pagination {
  margin-top: 30px;
}

.blog-pagination {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 50px;
}

.comments-area .blog-pagination {
  margin-bottom: 10px;
}

.blog-widget-pagination {
  justify-content: center;
  margin-top: 30px;
}

.blog-pagination a,
.blog-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--hauzo-bdr-color, #e3e3e3);
  width: 45px;
  height: 45px;
  font-size: 16px;
  transition: all 500ms ease;
}

.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
  background-color: var(--hauzo-base, #d90429);
  border-color: var(--hauzo-base, #d90429);
  color: var(--hauzo-white, #ffffff);
}

.blog-pagination span + span,
.blog-pagination a + span,
.blog-pagination span + a,
.blog-pagination a + a {
  margin-left: 10px;
}

.blog-details__content a,
.comment-content a,
.blog-details__content blockquote:not([class*=has-]) cite {
  color: var(--hauzo-black, #051d3e);
}

.wp-block-latest-comments a,
.wp-block-latest-posts__list.has-dates li a,
.wp-block-rss li a {
  color: var(--hauzo-black, #051d3e);
  font-size: 20px;
}

a.wp-block-button__link {
  background-color: var(--hauzo-black, #051d3e);
  color: #fff;
}

.blog-details__content a.wp-block-file__button,
.wp-block-cover strong,
.wp-block-cover__inner-container a,
.blog-details__content .wp-block-cover-text a {
  color: #fff;
}

.blog-details__content p {
  margin-bottom: 1rem;
}

.wp-block-calendar table th {
  background: #f0f0f0;
}

.comments-area ol ol,
.blog-details ol ol,
.blog-details ul ol,
.blog-details ol ul,
.blog-details ul ul,
.blog-details .comments-area ul ul {
  margin-bottom: 0;
}

.wp-block-archives-list li,
.sidebar .widget.widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-right: 30px;
}

.page-header b {
  color: #fff;
}

.blog-details__left .wp-block-calendar .wp-calendar-table caption {
  margin-bottom: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 5px;
}

.blog-details__content .wp-block-calendar .wp-calendar-nav {
  margin-bottom: 20px;
}

.thm-breadcrumb li:not(:last-child)::after {
  content: "/";
  color: var(--hauzo-whtie, #fff);
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-details__content .wp-block-cover {
  margin-bottom: 32px;
}

.error-page__tagline {
  font-size: 40px;
  font-weight: 800;
  line-height: 49px;
  margin-bottom: 14px;
  color: var(--zeinet-black);
}

.error-page__text {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 47px auto 20px;
}

.error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: var(--zeinet-gray);
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 81px 0 120px;
}

.error-page-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 53%;
  background-size: 100%;
  background-color: #05254E;
}

@media (max-width: 991px) {
  .error-page-shape-1 {
    background-position: center 55%;
  }
}
@media (max-width: 767px) {
  .error-page-shape-1 {
    display: none;
  }
}
.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: block;
  margin-bottom: 192px;
}

.error-page__title-box.error-no-image {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .error-page__title-box {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .error-page__title-box {
    margin-bottom: 30px;
  }
}
.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 250px;
  line-height: 250px;
  font-weight: 800;
  margin-bottom: 0;
  color: #e41717;
}

.error-page__sub-title {
  font-size: 66px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 50px;
  line-height: 1.5;
  color: #fff;
}

.error-page__text {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

a.thm-btn.error-page__btn {
  margin-top: 60px;
  text-transform: unset;
}

.blog-page__meta {
  margin-top: -8px;
}

.blog-page__btn-box {
  margin-top: 25px;
}

.blog-page__title {
  margin-top: 21px;
}

.page-header--unit-test {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-details__tags.tags-info a {
  border: none;
  background-color: transparent !important;
  padding: 0;
}
.blog-details__tags.tags-info a:not(:last-of-type)::after {
  content: ",";
}
.blog-details__tags.tags-info a:hover {
  color: var(--hauzo-base, #d90429);
}
.blog-details__tags.tags-info a + a {
  margin-left: 0;
}

.blog-grid .blog-page__single {
  margin-bottom: 60px;
}

.blog-grid .blog-pagination {
  margin-top: 0;
}

.site-footer__contact-points li .content a {
  transition: all 500ms ease;
}

.site-footer__contact-points li .content a:hover {
  color: var(--hauzo-base, #d90429);
}

/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .welcome-one__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .welcome-one__img-2 {
    position: absolute;
    bottom: 199px;
    right: 0;
  }
  .welcome-one__img-2 {
    right: 0;
  }
  .welcome-one__certified-service {
    right: 0;
  }
  .additional-services-one {
    padding: 120px 0 118px;
  }
  .additional-services-one__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 141px;
  }
  .big-text-box {
    padding: 75px 0 0;
  }
  .big-text {
    font-size: 100px;
  }
  .about-one__img {
    margin-right: 0;
    margin-left: 0;
  }
  .about-one {
    padding: 74px 0 105px;
  }
  .testimonial-one__carousel.owl-theme .owl-nav {
    bottom: -100px;
    left: 0;
  }
  .testimonial-one {
    padding: 120px 0 221px;
  }
  .counter-one__points-list li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    justify-content: center;
  }
  .request-bar__inner {
    padding-left: 60px;
    margin-right: 0;
    flex-direction: column;
    align-items: baseline;
  }
  .request-bar__right {
    margin-top: 25px;
  }
  .coupon-offer__left {
    margin-right: 0;
  }
  .coupon-offer__discount-text {
    font-size: 23px;
  }
  .site-footer__contact-points li:before {
    display: none;
  }
  .footer-widget__about {
    margin-top: 8px;
  }
  .footer-widget__services {
    margin-left: 0;
  }
  .footer-widget__img-box {
    margin-left: 0;
    margin-top: 0;
  }
  .about-two__left {
    margin-right: 0;
  }
  .about-two {
    padding: 120px 0 112px;
  }
  .additional-services-two__points + .additional-services-two__points {
    margin-left: 70px;
  }
  .additional-services-two__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 82px;
  }
  .additional-services-two {
    padding: 120px 0 117px;
  }
  .why-choose-one {
    padding: 120px 0 114px;
  }
  .project-two__top-right {
    margin-left: 0;
  }
  .blog-one .section-title {
    margin-bottom: 19px;
  }
  .contact-one__left {
    margin-right: 0;
  }
  .welcome-two__left {
    margin-right: 0;
  }
  .welcome-two__right {
    margin-right: 0;
  }
  .feature-one__title {
    font-size: 18px;
  }
  .counter-three__points-list li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    justify-content: center;
  }
  .price-one__left {
    margin-right: 0;
  }
  .price-one__img-1 {
    display: none;
  }
  .team-two__right {
    margin-left: 0;
  }
  .testimonial-three {
    padding: 213px 0 300px;
  }
  .request-bar-two__inner {
    margin-right: 0;
    flex-direction: column;
    align-items: baseline;
  }
  .request-bar-two__right {
    margin-top: 25px;
  }
  .blog-three {
    margin-top: -218px;
    padding-top: 338px;
  }
  .blog-one {
    padding: 312px 0 90px;
    margin-top: -192px;
  }
  .about-four__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-four__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .company-ceo__right {
    margin-left: 0;
  }
  .why-choose-two__content {
    margin-left: 0;
  }
  .why-choose-two__right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .why-choose-two__points + .why-choose-two__points {
    margin-left: 40px;
  }
  .why-choose-two__content .section-title__title {
    font-size: 38px;
  }
  .section-title__text br {
    display: none;
  }
  .sidebar {
    margin-left: 0;
  }
  .blog-grid .blog-page__meta li + li {
    margin-left: 25px;
  }
  .blog-grid .blog-page__meta li:before {
    left: -12px;
  }
  .company-history__border {
    height: 740px;
  }
  .ask-question__img {
    display: none;
  }
  .service-details__feature-righ {
    margin-top: 20px;
  }
  .service-details__feature-two-single.border-left-none {
    border-left: 1px solid #e9e9e9;
    margin-top: 30px;
  }
  .services-page__text-1 br {
    display: none;
  }
  .services-page__bottom-text-1 br {
    display: none;
  }
  .services-page__bottom-text-2 br {
    display: none;
  }
  .plumbing-installation__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .plumbing-installation__img-two {
    left: 0;
  }
  .plumbing-installation__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .plumbing-installation {
    padding: 120px 0 112px;
  }
  .about-quality__left {
    margin-right: 0;
    margin-left: 0;
    padding-top: 120px;
  }
  .about-quality__right {
    padding-bottom: 113px;
  }
  .video-gallery__service-points {
    float: none;
  }
  .video-gallery__service-points--2 {
    margin-left: 0;
    margin-top: 8px;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .welcome-one__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .welcome-one__img-2 {
    position: absolute;
    bottom: 199px;
    right: 0;
  }
  .welcome-one__img-2 {
    right: 0;
  }
  .welcome-one__certified-service {
    right: 0;
  }
  .services-one__btn {
    padding: 36px 20px 22px;
  }
  .additional-services-one__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 94px;
  }
  .project-one__btn-box {
    float: none;
    margin-top: 28px;
  }
  .big-text-box {
    padding: 69px 0 0;
  }
  .big-text {
    font-size: 85px;
  }
  .about-one {
    padding: 74px 0 114px;
  }
  .about-one__img {
    margin-right: 0;
    margin-left: 0;
  }
  .about-one__happy-customer {
    max-width: 370px;
  }
  .about-one__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .testimonial-one__carousel.owl-theme .owl-nav {
    bottom: -100px;
    left: 0;
  }
  .testimonial-one {
    padding: 120px 0 221px;
  }
  .counter-one__points-list li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    justify-content: center;
  }
  .request-bar__inner {
    padding-left: 60px;
    margin-right: 0;
    flex-direction: column;
    align-items: baseline;
  }
  .request-bar__right {
    margin-top: 25px;
  }
  .request-bar__content p {
    font-size: 34px;
  }
  .coupon-offer__left {
    margin-bottom: 40px;
  }
  .site-footer__contact-points li:before {
    display: none;
  }
  .site-footer__inner {
    padding: 0 0px 0;
  }
  .site-footer__contact-points li .content {
    margin-left: 15px;
  }
  .footer-widget__about {
    margin-top: 8px;
  }
  .footer-widget__services {
    margin-left: 0;
  }
  .footer-widget__img-box {
    margin-left: 0;
    margin-top: 80px;
  }
  .footer-widget__img {
    left: -69px;
  }
  .about-two__left {
    margin-right: 0;
  }
  .about-two__right {
    margin-right: 0;
    margin-top: 50px;
  }
  .about-two {
    padding: 120px 0 112px;
  }
  .additional-services-two__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .why-choose-one__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .why-choose-one {
    padding: 120px 0 114px;
  }
  .project-two__top-right {
    margin-left: 0;
    margin-top: 30px;
  }
  .blog-one .section-title {
    margin-bottom: 19px;
  }
  .contact-one__left {
    margin-bottom: 42px;
  }
  .welcome-two__left {
    margin-right: 0;
  }
  .welcome-two__right {
    margin-right: 0;
  }
  .welcome-two__content {
    padding: 85px 60px 93px;
  }
  .repairing-one__right {
    margin-top: 50px;
  }
  .counter-three__points-list li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    justify-content: center;
  }
  .price-one__left {
    margin-right: 0;
  }
  .price-one__img-1 {
    display: none;
  }
  .team-two__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 42px;
  }
  .testimonial-three {
    padding: 213px 0 300px;
  }
  .team-two__left .section-title {
    margin-bottom: 29px;
  }
  .request-bar-two__inner {
    margin-right: 0;
    flex-direction: column;
    align-items: baseline;
  }
  .request-bar-two__right {
    margin-top: 25px;
  }
  .request-bar-two__content p {
    font-size: 34px;
  }
  .blog-three {
    padding-top: 248px;
  }
  .about-four__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-four__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .company-ceo__right {
    margin-left: 0;
    margin-top: 48px;
  }
  .company-ceo {
    padding: 120px 0 112px;
  }
  .why-choose-two__left {
    width: 100%;
  }
  .why-choose-two__right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-choose-two__content {
    margin-left: 0;
  }
  .sidebar {
    margin-left: 0;
  }
  .blog-grid .blog-page__meta {
    flex-direction: column;
  }
  .blog-grid .blog-page__meta li + li {
    margin-left: 0;
  }
  .blog-grid .blog-page__meta li:before {
    display: none;
  }
  .about-company__right {
    margin-top: 60px;
  }
  .about-company {
    padding: 120px 0 113px;
  }
  .company-history__border {
    height: 1050px;
  }
  .contact-page__right {
    margin-top: 51px;
    margin-left: 0;
  }
  .faq-page__right {
    margin-top: 22px;
  }
  .ask-question__img {
    display: none;
  }
  .project-page-01__filter.style1 li + li {
    margin-left: 30px;
  }
  .project-details__right {
    margin-top: 50px;
  }
  .project-details {
    padding: 120px 0 90px;
  }
  .service-details__feature-righ {
    margin-top: 20px;
  }
  .service-details__feature-two-single.border-left-none {
    border-left: 1px solid #e9e9e9;
    margin-top: 30px;
  }
  .service-details__left {
    margin-bottom: 50px;
  }
  .service-details__right {
    margin-left: 0;
  }
  .services-page__text-1 br {
    display: none;
  }
  .services-page__bottom-text-1 br {
    display: none;
  }
  .services-page__bottom-text-2 br {
    display: none;
  }
  .plumbing-installation__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .plumbing-installation__img-two {
    left: 0;
  }
  .plumbing-installation__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .plumbing-installation {
    padding: 120px 0 112px;
  }
  .about-quality__left {
    margin-right: 0;
    margin-left: 0;
    padding-top: 120px;
  }
  .about-quality__right {
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 113px;
  }
  .video-gallery__service-points {
    float: none;
  }
  .video-gallery__service-points--2 {
    margin-left: 0;
    margin-top: 8px;
  }
  .video-gallery__right {
    margin-top: 51px;
  }
  .video-gallery {
    padding: 120px 0 120px;
  }
  .page-header__img {
    display: none;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title__title br {
    display: none;
  }
  .welcome-one__left {
    margin-right: 0;
  }
  .welcome-one__points-box {
    flex-direction: column;
    align-items: baseline;
  }
  .welcome-one__points-list + .welcome-one__points-list {
    margin-left: 0;
    margin-top: 9px;
  }
  .welcome-one__right {
    margin-right: 0;
    margin-top: 50px;
  }
  .welcome-one__img-2 {
    display: none;
  }
  .welcome-one__certified-service {
    display: none;
  }
  .services-one__single {
    padding: 17px 20px 14px;
  }
  .services-one__title {
    font-size: 22px;
    margin-left: 45px;
  }
  .services-one__btn {
    font-size: 19px;
    padding: 36px 15px 22px;
    justify-content: space-between;
  }
  .additional-services-one__points-box {
    flex-direction: column;
  }
  .additional-services-one__points + .additional-services-one__points {
    margin-left: 0;
    margin-top: 10px;
  }
  .additional-services-one__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 80px;
  }
  .project-one__btn-box {
    float: none;
    margin-top: 28px;
  }
  .big-text-box {
    padding: 60px 0 0;
  }
  .big-text {
    font-size: 55px;
  }
  .about-one {
    padding: 48px 0 114px;
  }
  .about-one__img {
    margin-right: 0;
    margin-left: 0;
  }
  .about-one__happy-customer {
    padding: 28px 20px 24px;
    max-width: 370px;
  }
  .about-one__happy-customer h3 {
    font-size: 20px;
  }
  .about-one__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .about-one__points-box {
    flex-direction: column;
    align-items: baseline;
  }
  .about-one__points-box li + li {
    margin-left: 0;
    margin-top: 25px;
  }
  .testimonial-one__carousel.owl-theme .owl-nav {
    bottom: -100px;
    left: 0;
  }
  .testimonial-one {
    padding: 120px 0 221px;
  }
  .testimonial-one__inner {
    padding: 41px 20px 42px;
  }
  .request-bar__inner {
    padding-left: 20px;
    margin-right: 0;
    flex-direction: column;
  }
  .request-bar__left {
    flex-direction: column;
    text-align: center;
  }
  .request-bar__content {
    margin-left: 0;
  }
  .request-bar__content p {
    font-size: 30px;
  }
  .request-bar__content h3 {
    font-size: 30px;
  }
  .request-bar__right {
    margin-top: 25px;
  }
  .request-bar__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-one__left {
    margin-right: 0;
  }
  .coupon-offer__left {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .coupon-offer__discount-text {
    font-size: 23px;
  }
  .site-footer__contact-points li:before {
    display: none;
  }
  .site-footer__inner {
    padding: 0 0px 0;
  }
  .site-footer__contact-points {
    justify-content: inherit;
    flex-direction: column;
    align-items: baseline;
  }
  .site-footer__contact-points li + li {
    margin-top: 20px;
  }
  .footer-widget__about {
    margin-top: 0;
  }
  .footer-widget__services {
    margin-left: 0;
  }
  .footer-widget__img-box {
    margin-left: 0;
    margin-top: 0;
  }
  .footer-widget__img-box::before,
  .footer-widget__img-box::after {
    display: none;
  }
  .footer-widget__useful-links {
    margin-top: 42px;
    margin-bottom: 34px;
  }
  .site-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .about-two__left {
    margin-right: 0;
  }
  .about-two__right {
    margin-right: 0;
    margin-top: 50px;
  }
  .about-two {
    padding: 120px 0 112px;
  }
  .additional-services-two__points + .additional-services-two__points {
    margin-left: 0;
    margin-top: 12px;
  }
  .additional-services-two__points-box {
    flex-direction: column;
  }
  .additional-services-two__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .additional-services-two__img:before,
  .additional-services-two__img::after {
    display: none;
  }
  .why-choose-one__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .why-choose-one {
    padding: 120px 0 114px;
  }
  .why-choose-one__trusted {
    bottom: 0;
    right: 0;
  }
  .project-two__top-right {
    margin-left: 0;
    margin-top: 30px;
  }
  .project-one__bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-one .section-title {
    margin-bottom: 19px;
  }
  .contact-one__left {
    margin-right: 0;
    margin-bottom: 42px;
  }
  .welcome-two__left {
    margin-right: 0;
  }
  .welcome-two__right {
    margin-right: 0;
    min-height: 400px;
  }
  .welcome-two__content {
    padding: 85px 15px 93px;
  }
  .welcome-two__director-box {
    flex-direction: column;
    align-items: baseline;
  }
  .welcome-two__director-sign {
    margin-left: 0;
    margin-top: 15px;
  }
  .repairing-one__right {
    margin-top: 50px;
  }
  .repairing-one__btn-boxes {
    flex-direction: column;
    align-items: baseline;
  }
  .repairing-one__btn-2 {
    margin-left: 0;
    margin-top: 20px;
  }
  .counter-three__points-list li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .counter-one__points-list li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .price-one__left {
    margin-right: 0;
  }
  .price-one__img-1 {
    display: none;
  }
  .price-one__single {
    padding: 0 20px 30px;
  }
  .team-two__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 42px;
  }
  .testimonial-three {
    padding: 213px 0 300px;
  }
  .team-two__left .section-title {
    margin-bottom: 29px;
  }
  .request-bar-two__inner {
    padding-left: 20px;
    margin-right: 0;
    flex-direction: column;
  }
  .request-bar-two__right {
    margin-top: 25px;
  }
  .request-bar-two__left {
    flex-direction: column;
    text-align: center;
  }
  .request-bar-two__content p {
    font-size: 30px;
  }
  .request-bar-two__content h3 {
    font-size: 30px;
  }
  .request-bar-two__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-three {
    padding-top: 248px;
  }
  .about-four__left {
    margin-right: 0;
  }
  .about-four__right {
    margin-top: 60px;
  }
  .about-four__counter {
    flex-direction: column;
    align-items: baseline;
  }
  .about-four__counter li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-four__btn-contact-box {
    flex-direction: column;
    align-items: baseline;
  }
  .about-four__contact-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .company-ceo__right {
    margin-left: 0;
    margin-top: 48px;
  }
  .company-ceo {
    padding: 120px 0 112px;
  }
  .why-choose-two__left {
    width: 100%;
  }
  .why-choose-two__right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-choose-two__content {
    margin-left: 0;
  }
  .section-title__text br {
    display: none;
  }
  .why-choose-two__points-box {
    flex-direction: column;
  }
  .why-choose-two__points + .why-choose-two__points {
    margin-left: 0;
    margin-top: 12px;
  }
  .sidebar {
    margin-left: 0;
  }
  .blog-page__meta {
    flex-direction: column;
  }
  .blog-page__meta li + li {
    margin-left: 0;
  }
  .blog-page__meta li:before {
    display: none;
  }
  .blog-details__meta {
    flex-direction: column;
  }
  .blog-details__meta li + li {
    margin-left: 0px;
  }
  .blog-details__meta li:before {
    display: none;
  }
  .comment-one__single--four {
    padding-left: 40px;
  }
  .about-company__right {
    margin-top: 60px;
  }
  .about-company__left {
    margin-right: 0;
  }
  .about-company__bottom-right {
    flex-direction: column;
    align-items: baseline;
  }
  .about-company__sign {
    margin-left: 0;
    margin-top: 25px;
  }
  .company-history__list li {
    padding-left: 0;
  }
  .company-history__year {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .company-history__border {
    display: none;
  }
  .company-history__img-boxes {
    flex-direction: column;
    align-items: baseline;
  }
  .company-history__img-two {
    margin-left: 0;
  }
  .contact-page__right {
    margin-top: 51px;
    margin-left: 0;
  }
  .faq-page__right {
    margin-top: 22px;
  }
  .ask-question__img {
    display: none;
  }
  .ask-question__form {
    margin-right: 0;
  }
  .project-page-01__filter {
    flex-direction: column;
  }
  .project-page-01__filter.style1 li + li {
    margin-left: 0;
  }
  .project-details__right {
    margin-top: 50px;
  }
  .project-details {
    padding: 120px 0 90px;
  }
  .service-details__feature-righ {
    margin-top: 20px;
  }
  .service-details__feature-two-single.border-left-none {
    border-left: 1px solid #e9e9e9;
    margin-top: 30px;
  }
  .service-details__left {
    margin-bottom: 50px;
  }
  .service-details__right {
    margin-left: 0;
  }
  .services-page__text-1 br {
    display: none;
  }
  .services-page__bottom-text-1 br {
    display: none;
  }
  .services-page__bottom-text-2 br {
    display: none;
  }
  .plumbing-installation__left {
    margin-left: 0;
    margin-right: 0;
  }
  .plumbing-installation__img-two {
    display: none;
  }
  .plumbing-installation__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .plumbing-installation {
    padding: 120px 0 112px;
  }
  .about-quality__left {
    margin-right: 0;
    margin-left: 0;
    padding-top: 120px;
  }
  .about-quality__right {
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 113px;
  }
  .video-gallery__service-points {
    float: none;
  }
  .video-gallery__service-points--2 {
    margin-left: 0;
    margin-top: 8px;
  }
  .video-gallery__right {
    margin-top: 51px;
  }
  .video-gallery {
    padding: 120px 0 120px;
  }
  .testimonials-page__sec-title .section-title {
    margin-bottom: 50px;
  }
  .page-header__img {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .welcome-one__certified-service {
    right: -155px;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1900px) {
  .big-text {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .big-text {
    font-size: 135px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .big-text {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .big-text {
    font-size: 115px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .request-bar__inner {
    padding-left: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1330px) {
  .why-choose-two__content {
    margin-left: 0;
  }
  .why-choose-two__right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .why-choose-two__points + .why-choose-two__points {
    margin-left: 40px;
  }
}
/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider__img {
    display: none;
  }
  .main-slider-three__img-1 {
    right: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider__img {
    display: none;
  }
  .main-slider__right {
    padding-top: 60px;
  }
  .main-slider-three__img-1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider__img {
    display: none;
  }
  .main-slider__right {
    padding-top: 60px;
  }
  .main-slider-two__title br {
    display: none;
  }
  .main-slider-two__title {
    font-size: 50px;
    line-height: 60px;
  }
  .main-slider-two__text br {
    display: none;
  }
  .main-slider-three__img-1 {
    display: none;
  }
  .main-slider-three__title {
    font-size: 41px;
    line-height: 51px;
  }
  .main-slider-three__text br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-slider__img {
    top: 69px;
    right: 115px;
  }
  .main-slider__img img {
    width: 80%;
  }
  .main-slider-three__img-1 {
    right: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-slider__img {
    top: 69px;
    right: 115px;
  }
  .main-slider__img img {
    width: 80%;
  }
  .main-slider-three__img-1 {
    right: 90px;
  }
}
/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--hauzo-white);
  }
  .main-menu__wrapper-inner:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header__top-right {
    display: none;
  }
  .main-header__top-inner {
    justify-content: center;
  }
  .main-header-two__top {
    display: none;
  }
  .main-menu__wrapper-inner:before {
    display: none;
  }
  .footer-widget__img-box::before {
    position: unset;
    content: none;
  }
  .footer-widget__img-box::after {
    position: unset;
    content: none;
  }
}
@media (max-width: 767px) {
  .main-header__top-right {
    display: none;
  }
  .main-header__top-inner {
    justify-content: center;
  }
  .main-menu__btn {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    display: inline-block;
    padding: 14px 0;
  }
  .main-menu__side-content-icon {
    display: none;
  }
  .main-menu__search-box {
    margin-right: 0;
  }
  .main-menu__wrapper-inner {
    padding-right: 30px;
  }
  .main-header-two__top {
    display: none;
  }
  .main-menu-two__wrapper {
    padding: 0 15px;
  }
  .main-menu-two__main-menu-box-right {
    display: none;
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three__main-menu-box-right {
    display: none;
  }
  .main-menu__wrapper-inner:before {
    display: none;
  }
}
