/*!
Theme Name: Ambed
Theme URI: https://bracketweb.com/ambedwp/
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: Ambed is a very modern and multipurpose Wallpaper & Painting Services WordPress Theme. We specially designed this awesome template for wallpapering, painting, house painting, interior design, coloring, painting exhibitions, wall design, and all other wallpaper & paint services and businesses websites.
Version: 1.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ambed
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.

ambed 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 {
  --ambed-font: "Rubik", sans-serif;
  --ambed-reey-font: "reeyregular";
  --ambed-gray: #8b827d;
  --ambed-gray-rgb: 139, 130, 125;
  --ambed-base: #a47c68;
  --ambed-base-rgb: 164, 124, 104;
  --ambed-extra: #f2eeeb;
  --ambed-extra-rgb: 242, 238, 235;
  --ambed-black: #3c3531;
  --ambed-black-rgb: 60, 53, 49;
  --ambed-white: #ffffff;
  --ambed-white-rgb: 255, 255, 255;
  --ambed-bdr-color: #e2ddda;
  --ambed-bdr-color-rgb: 226, 221, 218;
  --ambed-letter-space-big: 0em;
  --ambed-letter-space-small: -0.0em;
  --ambed-bdr-radius: 0px;
  --ambed-primary: #f2eeeb;
  --ambed-primary-rgb: 242, 238, 235;
}

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

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

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(--ambed-gray, #8b827d);
  cursor: help;
}

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

big {
  font-size: 125%;
}

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

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

hr {
  background-color: var(--ambed-bdr-color, #e2ddda);
  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(--ambed-bdr-color, #e2ddda);
  border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
  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(--ambed-bdr-color, #e2ddda);
  border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
  font-size: 16px;
}

/* Links
--------------------------------------------- */
a {
  color: var(--ambed-black);
}
a:hover, a:focus, a:active {
  color: var(--ambed-primary);
}
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(--ambed-bdr-color, #e2ddda) var(--ambed-bdr-color, #e2ddda) var(--ambed-bdr-color, #e2ddda);
  background: var(--ambed-bdr-color, #e2ddda);
  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(--ambed-bdr-color, #e2ddda) var(--ambed-bdr-color, #e2ddda) var(--ambed-bdr-color, #e2ddda);
}
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(--ambed-bdr-color, #e2ddda) var(--ambed-bdr-color, #e2ddda) var(--ambed-bdr-color, #e2ddda);
}

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

.blog-details__content .wp-block-button a:hover {
  background-color: var(--ambed-base, #a47c68);
  border-color: var(--ambed-base, #a47c68);
  color: var(--ambed-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(--ambed-gray, #8b827d);
  border: 1px solid var(--ambed-bdr-color, #e2ddda);
  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(--ambed-gray, #8b827d);
}

/* 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(--ambed-bdr-color, #e2ddda);
}

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;
  margin-top: 10px;
}

.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(--ambed-bdr-color, #e2ddda);
}

.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(--ambed-black, #3c3531);
  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(--ambed-base, #a47c68);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--ambed-gray, #8b827d);
  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(--ambed-bdr-color, #e2ddda);
}
@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: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--ambed-black, #343434);
  text-decoration: none;
  font-family: var(--ambed-font-two);
}

.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: 400;
  color: var(--ambed-base, #a47c68);
  text-decoration: none;
}

.comments-area .comment-body .comment-metadata a:hover {
  color: var(--ambed-black, #3c3531);
}

.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(--ambed-gray, #8b827d);
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2em;
  font-family: var(--ambed-font, "Rubik", sans-serif);
  letter-spacing: 0;
}

.comments-area .comment-content table a {
  color: var(--ambed-base, #a47c68);
  text-decoration: none;
}

.comments-area .comment-content table a {
  color: var(--ambed-black, #3c3531);
}

.comments-area .comment-content table a:hover {
  color: var(--ambed-base, #a47c68);
}

.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(--ambed-black, #3c3531);
  color: var(--ambed-white, #ffffff);
  font-size: 14px;
  font-weight: 700;
  padding: 5px 30px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
}

.comments-area .reply a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--ambed-base, #a47c68);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.comments-area .reply a:hover::after {
  opacity: 1;
  width: 100%;
}

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

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

.reply-form .logged-in-as {
  display: flex;
  color: var(--ambed-base, #a47c68);
  margin-left: -10px;
  margin-top: -40px;
  margin-bottom: 20px;
  margin-top: -25px;
}

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

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

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

.comment-form__title small a:hover {
  color: var(--ambed-black, #3c3531);
  opacity: 0.5;
}

.comment-list .comment-respond {
  margin-top: -7px;
  margin-bottom: 60px;
}

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

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

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

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

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 68px;
  background-color: var(--ambed-white, #ffffff);
  border: 1px solid var(--ambed-bdr-color, #e2ddda);
  font-weight: 400;
  outline: none;
  color: var(--ambed-gray, #717178);
  font-size: 16px;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--ambed-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="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;
  border-radius: var(--ambed-bdr-radius, 0px);
}

.sidebar .widget,
.sidebar__single {
  position: relative;
  display: block;
  padding: 47px 45px 51px;
  background-color: var(--ambed-extra, #f2eeeb);
  border-radius: var(--ambed-bdr-radius, 0px);
}

.sidebar .widget ul li,
.sidebar__single ul li {
  position: relative;
}

.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: -1px;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar .widget ul li a,
.sidebar__single ul li a {
  transition: all 500ms ease;
}
.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--ambed-black, #3c3531);
  text-shadow: 0 0 1px currentColor;
}

.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(--ambed-black, #3c3531);
  font-size: 16px;
  line-height: 1.5em;
  display: block;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary,
.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(--ambed-gray, #8b827d);
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
}

.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(--ambed-base, #a47c68);
  margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--ambed-black, #3c3531);
  font-size: 14px;
}

.sidebar .widget .tagcloud,
.sidebar__single .tagcloud {
  margin-bottom: -10px;
  margin-left: -5px;
}

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--ambed-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--ambed-white);
  display: inline-block;
  padding: 5px 20px;
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 2px;
}
.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--ambed-white, #ffffff);
  background: var(--ambed-base, #a47c68);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  background-color: var(--ambed-white, #ffffff);
  height: 70px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  font-weight: 400;
  color: var(--ambed-gray, #8b827d);
  border-radius: var(--ambed-bdr-radius, 0px);
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 20px;
  text-transform: uppercase;
  color: var(--ambed-white, #ffffff);
  background-color: var(--ambed-black, #3c3531);
  line-height: 1;
  fill: var(--ambed-white, #ffffff);
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  font-size: 14px;
  border-top-right-radius: var(--ambed-bdr-radius, 0px);
  border-bottom-right-radius: var(--ambed-bdr-radius, 0px);
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
  fill: var(--ambed-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(--ambed-black, #3c3531);
  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(--ambed-black, #3c3531);
  transition: all 500ms ease;
}
.wp-calendar-nav a:hover {
  color: var(--ambed-base, #a47c68);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead,
.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--ambed-black, #3c3531);
}

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

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

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

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

tbody {
  background-color: var(--ambed-white, #ffffff);
}

.sidebar .widget ul,
.sidebar__single ul {
  list-style: none;
}
.sidebar .widget .widget-title,
.sidebar__single .widget-title {
  display: flex;
  align-items: center;
}
.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(--ambed-base, #a47c68);
}
.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: 7px;
  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;
  margin-top: 7px;
}
.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(--ambed-gray, #8b827d);
  min-height: 45px;
}
.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(--ambed-black, #3c3531);
  text-shadow: 0 0 1px currentColor;
}
.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;
  color: var(--ambed-base, #a47c68);
  border-radius: 50%;
  font-size: 15px;
  color: var(--ambed-base, #a47c68);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #fff;
  color: var(--ambed-black, #3c3531);
}
.sidebar .widget.widget_recent_entries ul li:hover::before, .sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-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: -5px;
}
.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;
  padding: 20px;
  padding-bottom: 20px;
  padding-left: 105px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
  border-radius: var(--ambed-bdr-radius, 0px);
}
.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 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: auto;
  background-color: var(--ambed-black, #3c3531);
  border-radius: var(--ambed-bdr-radius, 0px);
  margin: 0;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
  content: "\f017";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--ambed-base, #a47c68);
}
.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(--ambed-base, #a47c68);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 16px;
  color: var(--ambed-black, #3c3531);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: var(--ambed-letter-space-small);
  line-height: 28px;
  display: block;
}
.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(--ambed-base, #a47c68);
}
.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: 14px;
  font-weight: 400;
  color: var(--ambed-gray);
  margin-bottom: 0px;
  line-height: 1;
  color: var(--ambed-gray);
  font-size: 14px;
  text-transform: capitalize;
}

.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-tag-cloud,
.sidebar__single .wp-block-tag-cloud {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-comments__comment-meta,
.sidebar__single .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 26px;
  color: var(--ambed-gray, #8b827d);
}
.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  margin-top: -8px;
  margin-bottom: -8px;
}
.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li {
  margin-top: 10px;
}
.sidebar .widget ul li,
.sidebar__single ul li {
  font-size: 16px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails,
.sidebar__single.recent-posts-widget-with-thumbnails {
  padding-bottom: 55px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li,
.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.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--ambed-base);
  color: var(--ambed-white, #ffffff);
}

.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(--ambed-primary, #3c72fc);
}

.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(--ambed-black, #3c3531);
  transition: all 500ms ease;
  text-transform: capitalize;
  margin-top: 3px;
  display: block;
  font-family: var(--ambed-font-two);
}

.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: #fff;
  border: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-left: 30px;
  padding-right: 30px;
  color: var(--ambed-gray, #8b827d);
  outline: none;
}
.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud {
  margin-bottom: -10px;
  margin-left: -5px;
}
.sidebar .widget .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--ambed-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--ambed-white);
  display: inline-block;
  padding: 5px 20px;
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 11px;
  margin-right: 3px;
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--ambed-white, #ffffff);
  background: var(--ambed-base, #a47c68);
}
.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--ambed-black, #3c3531);
  border-radius: var(--ambed-bdr-radius, 0px);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--ambed-black, #3c3531);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--ambed-black, #3c3531);
}
.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: 15px;
  padding-bottom: 15px;
  color: var(--ambed-black, #3c3531);
  font-weight: 400;
}
.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
  text-transform: capitalize;
  font-weight: 400;
}
.sidebar .widget .wp-block-latest-comments__comment-meta {
  color: var(--ambed-black, #3c3531);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--ambed-base, #a47c68);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ambed-font, "Rubik", sans-serif);
}
.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(--ambed-base, #a47c68);
}
.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: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li a::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: -10px;
}
.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: 400;
  margin-bottom: 0;
  color: var(--ambed-gray, #8b827d);
  font-size: 16px;
  line-height: 32px;
}
.sidebar .widget .wp-block-latest-posts__list li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-latest-posts__list li > a {
  color: var(--ambed-black, #3c3531) !important;
  font-weight: 600;
}
.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(--ambed-base, #a47c68);
  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(--ambed-base, #a47c68);
}
.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(--ambed-gray, #8b827d);
}
.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-page-list li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-left: 0;
}
.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-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--ambed-gray, #8b827d);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--ambed-black, #3c3531);
  font-weight: 400;
}
.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(--ambed-base, #a47c68);
  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(--ambed-base, #a47c68);
}
.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;
}
.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(--ambed-bdr-color, #e2ddda);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--ambed-black, #3c3531);
  text-transform: uppercase;
  font-family: var(--ambed-font, "Rubik", sans-serif);
  transition: all 500ms ease;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--ambed-base, #a47c68);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--ambed-font, "Rubik", sans-serif);
  font-size: 15px;
  color: var(--ambed-gray, #8b827d) !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(--ambed-base, #a47c68);
}

.widget.widget_block h2,
.sidebar .widget .widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

.sidebar .widget ul.wp-block-social-links li a::after {
  content: "";
}

.wp-block-rss__item-title a,
.sidebar .widget.widget_rss li .rsswidget {
  font-weight: 600;
}

.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_pages > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget.widget_recent_comments > ul,
.sidebar .widget.widget_archive > ul {
  margin-bottom: -10px;
}

.sidebar .widget ::placeholder {
  opacity: 1;
  color: var(--ambed-gray, #8b827d);
}

.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 a::after,
.sidebar .widget_categories ul li a::after,
.sidebar__single .widget_categories ul li a::after,
.sidebar__single .wp-block-categories li a::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%;
}

/* 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(--ambed-base, #a47c68);
  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 sunMove {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25%, 75% {
    -webkit-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@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);
  }
}
@keyframes boxRotate {
  0%, 100% {
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%, 75% {
    visibility: hidden;
    transform: rotateY(-90deg);
  }
  50% {
    transform: rotateY(-180deg);
    visibility: visible;
  }
}
@keyframes boxRotateReverse {
  0%, 100% {
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%, 75% {
    transform: rotateY(90deg);
    visibility: hidden;
  }
  50% {
    transform: rotateY(180deg);
    visibility: visible;
  }
}
@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0, 3px);
  }
  50% {
    transform: rotate(-15deg) translate(0, 10px);
  }
  100% {
    transform: rotate(0deg) translate(0, 3px);
  }
}
/** 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(--ambed-font, "Rubik", sans-serif);
  color: var(--ambed-gray, #8b827d);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--ambed-gray, #8b827d);
}

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

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(--ambed-black, #3c3531);
  margin: 0;
}

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

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

.icon-svg-large svg {
  width: 65px;
  height: 65px;
  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(--ambed-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;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--ambed-black, #3c3531);
  color: var(--ambed-white, #ffffff);
  font-size: 14px;
  font-weight: 700;
  padding: 15px 50px 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--ambed-white, #ffffff);
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--ambed-base, #a47c68);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  width: 100%;
}

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

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--ambed-base, #a47c68);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.section-title__title {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 1px;
}

.section-title__line {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title__line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  content: "";
  background-color: var(--ambed-base, #a47c68);
}

.section-title__line:after {
  position: absolute;
  bottom: 0;
  left: 45px;
  height: 2px;
  width: 4px;
  content: "";
  background-color: var(--ambed-black, #3c3531);
}

.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(--ambed-base, #a47c68);
  color: #fff;
}

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

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--ambed-base, #a47c68);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  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;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: var(--ambed-base, #a47c68);
  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%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--ambed-black, #3c3531);
}

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

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
  position: relative;
}

.main-header__top {
  position: relative;
  display: block;
  background-color: var(--ambed-white, #ffffff);
  padding-bottom: 35px;
  margin-bottom: -35px;
}

.main-header__top:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 50%;
  content: "";
  background-color: #483e39;
}

.main-header__top:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 8px;
  width: 50%;
  content: "";
  background-color: var(--ambed-base, #a47c68);
}

.main-header__top-inner {
  position: relative;
  display: block;
  padding: 36px 0 27px;
}

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

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

.main-header__top-right-content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0 2px;
}

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

.main-header__top-address {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address li:before {
  position: absolute;
  top: -4px;
  bottom: -5px;
  right: -28px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  transform: rotate(12deg);
}

.main-header__top-address li:last-child:before {
  display: none;
}

.main-header__top-address li + li {
  margin-left: 54px;
}

.main-header__top-address li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: -3px;
}

.main-header__top-address li .icon span {
  font-size: 30px;
  color: var(--ambed-base, #a47c68);
  display: flex;
  align-items: center;
}

.main-header__top-address li .icon .icon-location {
  font-size: 48px;
  margin-left: -12px;
  margin-right: -12px;
}

.main-header__top-address li .content {
  margin-left: 20px;
}

.main-header__top-address li .content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.main-header__top-address li .content h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.main-header__top-address li .content h5 a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-address li .content h5 a:hover {
  color: var(--ambed-base, #a47c68);
}

.main-header__top-right-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
  margin-top: -3px;
}

.main-header__top-right-social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  color: var(--ambed-black, #3c3531);
  font-size: 15px;
  background-color: var(--ambed-extra, #f2eeeb);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-header__top-right-social a:hover {
  color: var(--ambed-white, #ffffff);
}

.main-header__top-right-social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-base, #a47c68);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-header__top-right-social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header__top-right-social a + a {
  margin-left: 10px;
}

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

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

.main-menu__wrapper-inner {
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding-left: 40px;
  padding-right: 5px;
}

.main-menu__left {
  display: block;
  float: left;
}

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

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

.main-menu__search-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  margin-right: 30px;
}

.main-menu__search-box:before {
  position: absolute;
  top: -8px;
  bottom: -7px;
  left: -30px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 25px;
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--ambed-base, #a47c68);
}

.stricky-header.main-menu {
  padding: 0px 0px;
  background-color: var(--ambed-white, #ffffff);
}

.stricky-header .main-menu__main-menu-box {
  display: block;
  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;
}

.stricky-header .main-menu__wrapper-inner {
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
}

.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: 20px;
  padding-bottom: 20px;
  position: relative;
}

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

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--ambed-gray, #8b827d);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.main-menu .main-menu__list > li > a > .main-menu-border,
.stricky-header .main-menu__list > li > a > .main-menu-border {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 12px;
  border-left: 2px solid #3b3430;
  border-right: 2px solid #3b3430;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li > a > .main-menu-border:before,
.stricky-header .main-menu__list > li > a > .main-menu-border:before {
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: var(--ambed-base, #a47c68);
  content: "";
  transform: translateX(-50%);
}

.main-menu .main-menu__list > li.current > 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-page > a,
.main-menu .main-menu__list > li.current-menu-ancestor > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current_page_item > a,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-page > a,
.stricky-header .main-menu__list > li.current-menu-ancestor > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--ambed-black, #3c3531);
  text-shadow: 0 0 1px currentColor;
}

.main-menu .main-menu__list > li.current > a > .main-menu-border,
.main-menu .main-menu__list > li.current_page_item > a > .main-menu-border,
.main-menu .main-menu__list > li.current-menu-ancestor > a > .main-menu-border,
.main-menu .main-menu__list > li.current-menu-item > a > .main-menu-border,
.main-menu .main-menu__list > li.current-menu-page > a > .main-menu-border,
.main-menu .main-menu__list > li:hover > a > .main-menu-border,
.stricky-header .main-menu__list > li.current > a > .main-menu-border,
.stricky-header .main-menu__list > li.current_page_item > a > .main-menu-border,
.stricky-header .main-menu__list > li.current-menu-ancestor > a > .main-menu-border,
.stricky-header .main-menu__list > li.current-menu-item > a > .main-menu-border,
.stricky-header .main-menu__list > li.current-menu-page > a > .main-menu-border,
.stricky-header .main-menu__list > li:hover > a > .main-menu-border {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
  height: 11px;
}

.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: 220px;
  -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;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

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

.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: 1px solid rgba(var(--ambed-black-rgb, 60, 53, 49), 0.1);
}

.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 {
  font-size: 16px;
  line-height: 30px;
  color: var(--ambed-gray, #8b827d);
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -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 {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

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

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

.main-menu-three__main-menu-three-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-two-inner .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
  position: static;
}

.main-menu-three__main-menu-three-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-two-inner .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
}

.main-menu-three__main-menu-three-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-two-inner .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}

.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.stricky-fixed {
  padding: 0 60px;
}

.stricky-header.stricky-fixed .main-menu-two__logo {
  text-transform: capitalize;
}

.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(--ambed-black, #3c3531);
  cursor: pointer;
}

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

.mobile-nav__buttons a:hover {
  color: var(--ambed-base, #a47c68);
}

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

.main-menu .mobile-nav__toggler:hover {
  color: var(--ambed-black, #3c3531);
}

@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: 99999;
  -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;
}

.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(--ambed-black, #3c3531);
  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 .ambed-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

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

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--ambed-text-dark);
  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(--ambed-font, "Rubik", sans-serif);
  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.current_page_item > a,
.mobile-nav__content .main-menu__list > li.current-menu-item > a,
.mobile-nav__content .main-menu__list > li.current-menu-page > a,
.mobile-nav__content .main-menu__list > li.current-menu-ancestor > a,
.mobile-nav__content .main-menu__list > li > ul > li > a.expanded,
.mobile-nav__content .main-menu__list > li > ul > li.current-menu-item > a,
.mobile-nav__content .main-menu__list > li > ul > li.current-menu-page > a,
.mobile-nav__content .main-menu__list > li > ul > li.current-menu-ancestor > a,
.mobile-nav__content .main-menu__list > li > ul > li.current_page_item > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li.expanded > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li.current_page_item > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li.current-menu-ancestor > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li.current-menu-item > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li.current-menu-page > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: var(--ambed-base, #a47c68);
}

.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(--ambed-base, #a47c68);
  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(--ambed-black, #3c3531);
}

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

/* 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(--ambed-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(--ambed-white, #ffffff);
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

.mobile-nav__social a:hover {
  color: var(--ambed-base, #a47c68);
}

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

.mobile-nav__contact li {
  color: var(--ambed-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(--ambed-base, #a47c68);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--ambed-base, #a47c68);
  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 {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two.default {
  position: relative;
  top: auto;
  left: auto;
  background-color: #fff;
}

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

.main-menu-two {
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.9);
  padding: 0 60px;
}

.default .main-menu-two {
  background-color: var(--ambed-white, #ffffff);
  padding: 0;
}

.stricky-header.main-menu-two {
  padding: 0 60px;
  background-color: var(--ambed-black, #3c3531);
}

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

.main-menu-two__left {
  display: block;
  float: left;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  float: left;
  padding: 32px 0;
  margin-right: 170px;
}

.default .main-menu-two__logo {
  margin-right: 0;
}

.main-header-two .main-menu-two__logo h1 {
  text-transform: capitalize;
  color: var(--ambed-black, #3c3531);
  font-weight: 900;
  font-size: 30px;
  line-height: 52px;
}

.main-menu-two__main-menu-two-box {
  display: block;
  float: right;
}

.main-menu-two__social {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  padding: 38px 0;
}

.main-menu-two__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  color: var(--ambed-white, #ffffff);
  font-size: 15px;
  background-color: #2f2a27;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu-two__social a:hover {
  color: var(--ambed-base, #a47c68);
}

.main-menu-two__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-white, #ffffff);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-menu-two__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu-two__social a + a {
  margin-left: 10px;
}

.main-menu-two__main-menu-two-inner {
  display: block;
  float: left;
  margin-left: 75px;
}

.main-menu-two__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu-two__call-search {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}

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

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

.main-menu-two__call-icon span {
  font-size: 30px;
  color: var(--ambed-base, #a47c68);
  display: flex;
  align-items: center;
}

.main-menu-two__call-content {
  margin-left: 20px;
}

.main-menu-two__call-sub-title {
  font-size: 14px;
  line-height: 20px;
}

.main-menu-two__call-number {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.main-menu-two__call-number a {
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--ambed-base, #a47c68);
}

.main-menu-two__search-box {
  position: relative;
  display: block;
  margin-left: 60px;
}

.main-menu-two__search-box:before {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -30px;
  width: 1px;
  content: "";
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.15);
}

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

.main-menu-two__search:hover {
  color: var(--ambed-base, #a47c68);
}

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

.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
  color: #c1b8b3;
}

.default .main-menu-two .main-menu__list > li > a,
.default .stricky-header.main-menu-two .main-menu__list > li > a {
  color: var(--ambed-gray, #8b827d);
}

.default .main-menu-two .main-menu__list > li.current > a,
.default .main-menu-two .main-menu__list > li:hover > a {
  color: var(--ambed-black, #3c3531);
}

.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(--ambed-white, #ffffff);
}

.main-menu-two .main-menu__list > li > a .main-menu-border,
.stricky-header.main-menu-two .main-menu__list > li > a .main-menu-border {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: -43px;
}

.main-menu-two .default-menu .main-menu__list > li > a .main-menu-border,
.stricky-header.main-menu-two .default-menu .main-menu__list > li > a .main-menu-border {
  border-left: 2px solid var(--ambed-black, #3c3531);
  border-right: 2px solid var(--ambed-black, #3c3531);
  bottom: -43px;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
}

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

.main-header-three__top-inner {
  position: relative;
  display: block;
  background-color: var(--ambed-black, #3c3531);
  padding-left: 375px;
  padding-right: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

.main-header-three__top-address li + li {
  margin-left: 30px;
}

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

.main-header-three__top-address li .icon span {
  font-size: 15px;
  color: var(--ambed-white, #ffffff);
}

.main-header-three__top-address li .text {
  margin-left: 10px;
}

.main-header-three__top-address li .text p {
  font-size: 12px;
  color: #bab1ac;
}

.main-header-three__top-address li .text p a {
  color: #bab1ac;
  transition: all 500ms ease;
}

.main-header-three__top-address li .text p a:hover {
  color: var(--ambed-white, #ffffff);
}

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

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

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

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

.main-header-three__top-right-menu li + li {
  margin-left: 20px;
}

.main-header-three__top-right-menu li a {
  font-size: 12px;
  color: #bab1ac;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-right-menu li a:hover {
  color: var(--ambed-white, #ffffff);
}

.main-header-three__top-right-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-header-three__top-right-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-right-social a:hover {
  color: var(--ambed-base, #a47c68);
}

.main-header-three__top-right-social a + a {
  margin-left: 25px;
}

.main-menu-three {
  padding: 0 80px;
}

.stricky-header.main-menu-three {
  padding: 0 80px;
}

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

.main-menu-three__left {
  display: block;
  float: left;
}

.main-menu-three__logo-box {
  position: relative;
  display: block;
  width: 240px;
  float: left;
}

.main-menu-three__logo-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000000000px;
  content: "";
  right: 0;
  background-color: var(--ambed-black, #3c3531);
  z-index: -1;
}

.main-menu-three__logo-box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  right: -5px;
  left: 0;
  background-color: var(--ambed-base, #a47c68);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}

.main-menu-three__logo {
  position: relative;
  display: block;
  background-color: var(--ambed-black, #3c3531);
  padding: 10px 0 50px;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}

.stricky-header .main-menu-three__logo {
  padding: 30px 0;
}

.main-menu-three__main-menu-three-box {
  display: block;
  float: right;
  margin-left: 50px;
}

.main-menu-three__right {
  position: relative;
  display: block;
  float: right;
}

.main-menu-three__search-btn-call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 26px 0;
}

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

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

.main-menu-three__search-box:before {
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -30px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
}

.main-menu-three__search {
  font-size: 24px;
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--ambed-base, #a47c68);
}

.main-menu-three__btn-box {
  margin-left: 30px;
}

.main-menu-three__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-menu-three__call-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__call-icon span {
  font-size: 30px;
  color: var(--ambed-base, #a47c68);
}

.main-menu-three__call-number {
  margin-left: 20px;
}

.main-menu-three__call-number p {
  font-size: 12px;
  line-height: 15px;
}

.main-menu-three__call-number h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.main-menu-three__call-number h5 a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__call-number h5 a:hover {
  color: var(--ambed-base, #a47c68);
}

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

.main-menu-three .main-menu__list > li > a .main-menu-border,
.stricky-header.main-menu-three .main-menu__list > li > a .main-menu-border {
  bottom: -41px;
}

.main-menu-three .main-menu__list > li > a .main-menu-border:before,
.stricky-header.main-menu-three .main-menu__list > li > a .main-menu-border:before {
  background-color: var(--ambed-base, #a47c68);
}

/*--------------------------------------------------------------
# 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: #000000;
  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: 0px;
  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(--ambed-black, #3c3531);
  border: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  top: -35px;
  margin-bottom: -35px;
  z-index: 91;
}

.main-slider .swiper-container {
  width: 100%;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--ambed-black, #3c3531);
}

.main-slider .container {
  position: relative;
  padding-top: 165px;
  padding-bottom: 170px;
  z-index: 30;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -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 .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .image-layer:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.4);
  z-index: -1;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
}

.main-slider__icon {
  position: relative;
  display: block;
  margin-bottom: 21px;
  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__icon img {
  width: auto;
}

.main-slider__sub-title-box {
  position: relative;
  display: block;
  max-width: 475px;
  height: 65px;
  margin: 0 auto;
  text-align: center;
  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__sub-title {
  font-size: 14px;
  color: var(--ambed-base, #a47c68);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.main-slider__border-left {
  position: absolute;
  top: 9px;
  bottom: 0;
  left: 0;
  border-left: 6px solid var(--ambed-base, #a47c68);
  border-top: 6px solid var(--ambed-base, #a47c68);
  width: 70px;
}

.main-slider__border-right {
  position: absolute;
  top: 9px;
  bottom: 0;
  right: 0;
  border-right: 6px solid var(--ambed-base, #a47c68);
  border-top: 6px solid var(--ambed-base, #a47c68);
  width: 70px;
}

.main-slider__title {
  font-size: 70px;
  color: var(--ambed-white, #ffffff);
  font-weight: 900;
  line-height: 80px;
  margin-top: -36px;
  margin-bottom: 42px;
  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__title span {
  color: var(--ambed-base, #a47c68);
  font-family: var(--ambed-reey-font, "reeyregular");
}

.main-slider__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__btn {
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-black, #3c3531);
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title-box,
.main-slider .swiper-slide-active .main-slider__btn-box,
.main-slider .swiper-slide-active .main-slider__icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ambed-white, #ffffff);
  font-size: 20px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.2);
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 1);
  color: var(--ambed-black, #3c3531);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  margin-top: 0;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--ambed-black, #3c3531);
}

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

.main-slider-two .image-layer-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -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;
  background-color: var(--ambed-black, #3c3531);
  background-blend-mode: luminosity;
  opacity: 0.4;
  z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

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

.main-slider-two__sub-title {
  font-size: 14px;
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  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__title {
  font-size: 80px;
  color: var(--ambed-white, #ffffff);
  font-weight: 900;
  line-height: 80px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 47px;
  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 {
  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 {
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-black, #3c3531);
}

.main-slider-two .swiper-slide-active .main-slider-two__sub-title,
.main-slider-two .swiper-slide-active .main-slider-two__title,
.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 Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--ambed-extra, #f2eeeb);
}

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

.main-slider-three .image-layer-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -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-three .image-layer-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(242, 238, 235);
  background: linear-gradient(270deg, rgba(242, 238, 235, 0) 0%, rgba(242, 238, 235, 0) 40%, rgba(242, 238, 235, 0.7959558824) 69%, rgb(242, 238, 235) 100%, rgb(242, 238, 235) 100%);
  z-index: 2;
}

.main-slider-three .swiper-slide-active .image-layer-three {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

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

.main-slider-three__sub-title {
  font-size: 20px;
  color: var(--ambed-base, #a47c68);
  line-height: 30px;
  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 {
  font-size: 80px;
  line-height: 80px;
  color: var(--ambed-black, #3c3531);
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 21px;
  margin-bottom: 37px;
  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 {
  position: relative;
  display: inline-block;
}

.main-slider-three__title span:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background-image: url(assets/images/shapes/main-slider-three-shape-1.png);
  background-repeat: no-repeat;
  width: 269px;
  height: 24px;
  content: "";
  z-index: -1;
}

.main-slider-three__btn-box {
  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__sub-title,
.main-slider-three .swiper-slide-active .main-slider-three__title,
.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);
}

.main-slider-three .main-slider__nav .swiper-button-next,
.main-slider-three .main-slider__nav .swiper-button-prev {
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.2);
  color: var(--ambed-white, #ffffff);
}

.main-slider-three .main-slider__nav .swiper-button-next:hover,
.main-slider-three .main-slider__nav .swiper-button-prev:hover {
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 1);
  color: var(--ambed-white, #ffffff);
}

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

.about-one-shape-2 {
  position: absolute;
  top: -325px;
  left: -325px;
  height: 650px;
  width: 650px;
  background-color: #f8f6f5;
  border-radius: 50%;
}

.about-one-wall {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}

.about-one-wall img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 50px;
}

.about-one__left .section-title {
  margin-bottom: 50px;
}

.about-one__left .section-title__line {
  left: 0;
  transform: translateX(0);
}

.about-one__text-1 {
  font-size: 24px;
  color: var(--ambed-base, #a47c68);
  font-weight: 500;
  line-height: 36px;
}

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

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

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

.about-one__points-content-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid var(--ambed-base, #a47c68);
  padding-left: 30px;
  padding-right: 33px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  transition-delay: 2ms;
  z-index: 1;
}

.about-one__points li:hover .about-one__points-content-box {
  border: 2px solid transparent;
}

.about-one__points-content-box:before {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: 0;
  width: 5px;
  content: "";
  background-color: var(--ambed-base, #a47c68);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  z-index: -1;
}

.about-one__points li:hover .about-one__points-content-box:before {
  opacity: 1;
  width: 100%;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

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

.about-one__points-icon span {
  font-size: 32px;
  color: var(--ambed-base, #a47c68);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__points li:hover .about-one__points-icon span {
  color: var(--ambed-white, #ffffff);
}

.about-one__points-text-box {
  margin-left: 20px;
}

.about-one__points-text {
  font-size: 16px;
  color: var(--ambed-black, #3c3531);
  font-weight: 700;
  line-height: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__points li:hover .about-one__points-text {
  color: var(--ambed-white, #ffffff);
}

.about-one__text-2 {
  font-size: 18px;
  line-height: 34px;
}

.about-one__contact-us {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 39px;
}

.about-one__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.about-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
  font-size: 26px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__call-icon:hover {
  background-color: var(--ambed-black, #3c3531);
}

.about-one__call-text {
  margin-left: 20px;
}

.about-one__call-text p {
  line-height: 25px;
}

.about-one__call-text a {
  font-size: 20px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__call-text a:hover {
  color: var(--ambed-base, #a47c68);
}

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

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

.about-one__img {
  position: relative;
  display: block;
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
  overflow: hidden;
  z-index: 2;
}

.about-one__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-one__img:hover:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.about-one__img img {
  width: 100%;
  border-bottom-left-radius: 75px;
  border-top-right-radius: 75px;
}

.about-one__small-img {
  position: absolute;
  top: 90px;
  right: -150px;
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
}

.about-one__small-img img {
  width: auto;
  border-bottom-left-radius: 75px;
  border-top-right-radius: 75px;
}

.about-one__project {
  position: absolute;
  bottom: -66px;
  right: -60px;
  background-color: var(--ambed-base, #a47c68);
  padding: 50px 40px 47px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 2;
}

.about-one__project-icon {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.about-one__project-icon span {
  font-size: 65px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: block;
}

.about-one__project-content {
  position: relative;
  display: block;
}

.about-one__project-content h3 {
  color: var(--ambed-white, #ffffff);
  font-size: 40px;
  font-weight: 700;
  font-family: var(--ambed-font, "Rubik", sans-serif) !important;
  line-height: 45px !important;
}

.about-one__project-text {
  color: var(--ambed-white, #ffffff);
  line-height: 16px;
}

.about-one__project-content .odometer-formatting-mark {
  display: none;
}

.about-one__shape-1 {
  position: absolute;
  top: -40px;
  left: -40px;
  height: 235px;
  width: 235px;
  background-color: var(--ambed-extra, #f2eeeb);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.about-one__dot {
  position: absolute;
  bottom: -15px;
  left: -54px;
  opacity: 0.3;
}

.about-one__dot img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  z-index: 2;
}

.feature-one__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}

.feature-one__single {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.feature-one__content {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 40px 40px 40px;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
}

.feature-one__content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  content: "";
  background-color: var(--ambed-bdr-color, #e2ddda);
}

.feature-one__single:last-child .feature-one__content:before {
  display: none;
}

.feature-one__content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: var(--ambed-base, #a47c68);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.feature-one__single:hover .feature-one__content:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.feature-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__shape-1 {
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.feature-one__shape-1 img {
  width: auto;
}

.feature-one__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
  transform: translateX(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__shape-2 {
  transform: translateX(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.feature-one__shape-2 img {
  width: auto;
}

.feature-one__icon {
  position: relative;
  display: block;
}

.feature-one__icon span {
  position: relative;
  display: block;
  font-size: 63px;
  color: var(--ambed-base, #a47c68);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon span {
  color: var(--ambed-white, #ffffff);
}

.feature-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.feature-one__title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
  color: var(--ambed-white, #ffffff);
}

.feature-one__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
  color: #f0d9cd;
}

.feature-one__arrow {
  position: relative;
  display: block;
  margin-top: 20px;
}

.feature-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__arrow a {
  background-color: var(--ambed-black, #3c3531);
}

.feature-one__arrow a i {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--ambed-base, #a47c68);
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__arrow a i {
  color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 245px 0 0;
  margin-top: -156px;
}

.services-one-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--ambed-black, #3c3531);
  z-index: 1;
}

.services-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--ambed-black, #3c3531);
  mix-blend-mode: luminosity;
  opacity: 0.08;
  z-index: 1;
}

.services-one .section-title {
  z-index: 3;
}

.services-one .section-title__tagline {
  color: #c1b8b3;
}

.services-one .section-title__title {
  color: var(--ambed-white, #ffffff);
}

.services-one .section-title__line:after {
  background-color: var(--ambed-white, #ffffff);
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 5;
}

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

.services-one__img:before {
  position: absolute;
  content: "";
  background-color: var(--ambed-black, #3c3531);
  height: 0%;
  left: 0px;
  right: 0px;
  top: 0px;
  opacity: 0.8;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__img:after {
  position: absolute;
  content: "";
  background-color: var(--ambed-black, #3c3531);
  height: 0%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.8;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__img:before,
.services-one__single:hover .services-one__img:after {
  height: 50%;
}

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

.services-one__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  left: 40px;
  height: 106px;
  width: 106px;
  background-color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-one__single:hover .services-one__icon {
  background-color: var(--ambed-base, #a47c68);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--ambed-white, #ffffff);
  -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(--ambed-white, #ffffff);
  transform: scale(0.9);
}

.services-one__content {
  position: relative;
  display: block;
  border: 1px solid var(--ambed-bdr-color, #e2ddda);
  background-color: var(--ambed-white, #ffffff);
  padding: 32px 39px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.services-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 2px;
}

.services-one__title a {
  color: var(--ambed-black, #3c3531);
}

/*--------------------------------------------------------------
# Quality Work
--------------------------------------------------------------*/
.quality-work {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 250px 0 0;
  margin-top: -256px;
  overflow: hidden;
  z-index: 2;
}

.quality-work-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.quality-work-shape-1 img {
  width: auto;
}

.quality-work-shape-2 {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
}

.quality-work-shape-2 img {
  width: auto;
}

.quality-work-shape-3 {
  position: absolute;
  bottom: 0;
  right: -24px;
}

.quality-work-shape-3 img {
  width: auto;
}

.quality-work-shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}

.quality-work-shape-4 img {
  width: auto;
}

.quality-work-shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
}

.quality-work-shape-5 img {
  width: auto;
}

.quality-work__left {
  position: relative;
  display: block;
  margin-right: 102px;
  margin-left: -367px;
}

.quality-work__img-box {
  position: relative;
  display: block;
}

.quality-work__img {
  position: relative;
  display: block;
}

.quality-work__img img {
  width: 100%;
}

.quality-work__small-img {
  position: absolute;
  top: 70px;
  right: 64px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border: 6px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
}

.quality-work__small-img img {
  width: auto;
}

.quality-work__video-box {
  position: absolute;
  bottom: 145px;
  right: 90px;
}

.quality-work__curved-circle-box {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 188px;
  width: 188px;
  background-color: var(--ambed-black, #3c3531);
  border-radius: 50%;
}

.quality-work__curved-circle-box .curved-circle {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 22px;
  font-weight: 400;
  color: var(--ambed-white, #ffffff);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quality-work__video-link {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality-work__video-icon {
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ambed-white, #ffffff);
  border-radius: 50%;
  border: 2px solid var(--ambed-base, #a47c68);
  color: var(--ambed-base, #a47c68);
  transition: all 500ms ease;
}

.quality-work__video-icon:hover {
  background-color: var(--ambed-base, #a47c68);
  border-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

.quality-work__video-icon span {
  font-size: 25px;
}

.quality-work__right {
  position: relative;
  display: block;
  padding-top: 100px;
}

.quality-work__right .section-title {
  margin-bottom: 49px;
}

.quality-work__right .section-title__line {
  left: 0;
  transform: translateX(0);
}

.quality-work__text-1 {
  font-size: 20px;
  color: var(--ambed-base, #a47c68);
  font-weight: 500;
  font-style: italic;
  line-height: 34px;
}

.quality-work__feature {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 47px;
}

.quality-work__feature li {
  position: relative;
  display: block;
  padding-left: 98px;
  min-height: 77px;
}

.quality-work__feature li + li {
  margin-left: 27px;
}

.quality-work__feature li .icon {
  height: 77px;
  width: 77px;
  background-color: var(--ambed-base, #a47c68);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.quality-work__feature li .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--ambed-black, #3c3531);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.quality-work__feature li:hover .icon:before {
  transform: scaleX(1);
}

.quality-work__feature li .icon span {
  font-size: 32px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: inline-block;
}

.quality-work__feature li .text {
  position: relative;
  display: block;
  top: 6px;
}

.quality-work__feature li .text p {
  font-size: 20px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
  line-height: 30px;
}

.quality-work__text-2 {
  font-size: 18px;
  line-height: 34px;
}

.quality-work__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.quality-work__progress-single {
  position: relative;
  display: block;
}

.quality-work__progress-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 9px;
  font-weight: 700;
}

.quality-work__progress .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: var(--ambed-white, #ffffff);
  border-radius: 0px;
  margin-bottom: 21px;
}

.quality-work__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  border-radius: 0px;
  background: var(--ambed-base, #a47c68);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.quality-work__progress .count-text {
  position: absolute;
  right: -41px;
  bottom: 21px;
  color: var(--ambed-white, #ffffff);
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  background-color: var(--ambed-base, #a47c68);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.quality-work__progress .count-text:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  border: 4px solid var(--ambed-base, #a47c68);
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.quality-work__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.quality-work__progress .bar.marb-0 {
  margin-bottom: 0;
}

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

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

.project-one__thumb-box {
  position: absolute;
  bottom: 60px;
  right: 0;
  max-width: 570px;
  width: 100%;
  height: 120px;
  z-index: 5;
}

#project-one__thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}

.project-one__img-holder {
  position: relative;
  display: block;
  cursor: pointer;
  width: 130px;
  height: 120px;
  overflow: hidden;
  background-color: var(--ambed-black, #3c3531);
}

.project-one__img-holder img {
  width: 100%;
  opacity: 0.6;
  transition: all 500ms ease;
}

.project-one__img-holder:hover img,
.swiper-slide-thumb-active .project-one__img-holder img {
  opacity: 1;
}

.project-one__main-content {
  position: relative;
  display: block;
}

.project-one__main-content .swiper-container {
  margin-right: -71px !important;
  padding-right: 71px;
}

.project-one__left {
  position: relative;
  display: block;
  margin-right: -300px;
}

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

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

.project-one__right {
  position: relative;
  display: block;
  margin-top: 60px;
}

.project-one__content-box {
  position: relative;
  display: block;
}

.project-one-shape-1 {
  position: absolute;
  top: -43px;
  right: -71px;
}

.project-one-shape-1 img {
  width: auto;
}

.project-one__content {
  position: relative;
  display: block;
  background-color: var(--ambed-white, #ffffff);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  padding: 52px 60px 60px;
}

.project-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.project-one__text {
  padding-top: 23px;
  padding-bottom: 30px;
}

.project-one__nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 5;
  transform: translateY(-50%) translateX(0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
  padding: 0 43px;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.project-one__thumb-box:hover .project-one__nav {
  opacity: 1;
  visibility: visible;
}

.project-one__nav .swiper-button-next,
.project-one__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--ambed-white, #ffffff);
  background-color: rgba(var(--ambed-base-rgb, 164, 124, 104), 0.9);
  border-radius: 0;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
}

.project-one__nav .swiper-button-next:hover,
.project-one__nav .swiper-button-prev:hover {
  color: var(--ambed-white, #ffffff);
  background-color: var(--ambed-black, #3c3531);
}

.project-one__nav .swiper-button-next::after,
.project-one__nav .swiper-button-prev::after {
  display: none;
}

.project-one__nav .swiper-button-prev {
  margin-bottom: 0px;
}

.project-one__nav .swiper-button-prev .angle-left {
  position: relative;
  transform: rotate(180deg);
}

.project-one__more-project {
  position: relative;
  display: block;
  margin-top: 50px;
}

.project-one__more-project-content {
  position: relative;
  display: block;
  text-align: center;
  border: 2px solid var(--ambed-black, #3c3531);
  border-radius: 30px;
  max-width: 635px;
  margin: 0 auto;
  padding: 13px 0px;
}

.project-one__more-project-content p {
  font-size: 18px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
}

.project-one__more-project-content p a {
  color: var(--ambed-base, #a47c68);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__more-project-content p a:hover {
  color: var(--ambed-black, #3c3531);
}

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

.team-one__top {
  position: relative;
  display: block;
  margin-bottom: 69px;
}

.team-one__top-left {
  position: relative;
  display: block;
}

.team-one__top-left .section-title {
  margin-bottom: 0;
}

.team-one__top-left .section-title__line {
  left: 0;
  transform: translateX(0);
}

.team-one__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

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

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

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

.team-one__img-box:before {
  position: absolute;
  top: 83px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--ambed-extra, #f2eeeb);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img-box:before {
  background-color: var(--ambed-black, #3c3531);
}

.team-one__img {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  border-top-right-radius: 51px;
  overflow: hidden;
  z-index: 1;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.3);
  border-top-right-radius: 51px;
  width: 0%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  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-top-right-radius: 51px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.team-one__social {
  position: absolute;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  bottom: 65px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.team-one__social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--ambed-white, #ffffff);
  background-color: #2f2a27;
  border-radius: 50%;
  font-size: 15px;
  height: 40px;
  width: 40px;
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social a + a {
  margin-left: 10px;
}

.team-one__social a:hover {
  background-color: var(--ambed-base, #a47c68);
}

.team-one__content {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 32px 20px 36px;
  border-bottom-left-radius: 51px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.team-one__single:hover .team-one__content {
  background-color: var(--ambed-black, #3c3531);
}

.team-one__title-box {
  position: absolute;
  top: -29px;
  left: 30px;
}

.team-one__title-shape img {
  width: auto !important;
}

.team-one__title-text {
  position: absolute;
  top: 45%;
  left: 43%;
  transform: translateX(-50%) translateY(-50%);
}

.team-one__title {
  font-size: 14px;
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.team-one__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: right;
}

.team-one__name a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__name a {
  color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 120px 0 180px;
  z-index: 1;
}

.testimonial-one-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--ambed-black, #3c3531);
  z-index: -1;
}

.testimonial-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--ambed-black, #3c3531);
  mix-blend-mode: luminosity;
  opacity: 0.3;
  z-index: -1;
}

.testimonial-one__left {
  position: relative;
  display: block;
  margin-right: 40px;
  z-index: 22;
}

.testimonial-one__left .section-title {
  margin-bottom: 51px;
}

.testimonial-one__left .section-title__tagline {
  color: #c1b8b3;
}

.testimonial-one__left .section-title__title {
  color: var(--ambed-white, #ffffff);
}

.testimonial-one__left .section-title__line {
  left: 0;
  transform: translateX(0);
}

.testimonial-one__left .section-title__line:after {
  background-color: var(--ambed-white, #ffffff);
}

.testimonial-one__text {
  color: #c1b8b3;
}

.testimonial-one__right {
  position: relative;
  display: block;
  margin-top: 35px;
}

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

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 40px 40px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.testimonial-one__single:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.testimonial-one__quote {
  height: 57px;
  width: 57px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--ambed-base, #a47c68);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  top: -30px;
  left: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

.testimonial-one__text-2 {
  font-size: 18px;
  line-height: 34px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-top: 30px;
  margin-top: 24px;
}

.testimonial-one__img {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__img img {
  width: auto !important;
  border-radius: 50% !important;
}

.testimonial-one__client-content {
  margin-left: 20px;
}

.testimonial-one__client-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 6px;
}

.testimonial-one__client-title {
  font-size: 12px;
  color: var(--ambed-base, #a47c68);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 12px;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 295px;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  margin: 0 auto !important;
  border-radius: 5px;
  height: 10px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 118px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  margin: 0;
  padding: 0 !important;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
  background-color: var(--ambed-base, #a47c68);
  opacity: 1;
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  z-index: 1;
}

.brand-one__inner {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding: 60px 0 60px;
}

.brand-one__title {
  position: relative;
  display: block;
  margin-right: 60px;
  margin-top: 9px;
}

.brand-one__title h2 {
  font-size: 16px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
  line-height: 28px;
}

.brand-one__main-content {
  position: relative;
  display: block;
}

.brand-one__main-content .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__main-content .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  filter: grayscale(100%);
  max-width: none !important;
}

.brand-one__main-content .swiper-slide img:hover {
  opacity: 0.7;
  filter: grayscale(0%);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.blog-one--carousel {
  padding-bottom: 120px;
}

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

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.blog-one__img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.5);
  position: absolute;
  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;
  font-size: 30px;
  color: var(--ambed-base, #a47c68);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.blog-one__img > a > span {
  position: relative;
}

.blog-one__img > a > span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--ambed-extra, #f2eeeb);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__img > a > span::after {
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--ambed-extra, #f2eeeb);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-one__img > a:hover > span::before,
.blog-one__img > a:hover > span::after {
  background-color: var(--ambed-white, #ffffff);
}

.blog-one__single:hover .blog-one__img > a {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__content {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 32px 40px 29px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.blog-one__date {
  position: absolute;
  top: -19px;
  right: 30px;
  background-color: var(--ambed-base, #a47c68);
  padding: 8px 20px 8px;
  z-index: 2;
}

.blog-one__date p {
  font-size: 12px;
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
  line-height: 22px;
}

.blog-one__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-one__meta li + li {
  margin-left: 10px;
}

.blog-one__meta li a {
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__meta li a:hover {
  color: var(--ambed-base, #a47c68);
}

.blog-one__meta li a i {
  color: var(--ambed-base, #a47c68);
}

.blog-one__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}

.blog-one__title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--ambed-base, #a47c68);
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter {
  position: relative;
  display: block;
  z-index: 2;
}

.newsletter__inner {
  position: relative;
  display: flex;
  background-color: var(--ambed-base, #a47c68);
  padding: 73.5px 80px;
  align-items: center;
  justify-content: space-between;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 1;
}

.newsletter-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: var(--ambed-base, #a47c68);
  background-blend-mode: color-dodge;
  opacity: 0.08;
  z-index: -1;
}

.newsletter__left {
  position: relative;
  display: block;
}

.newsletter__title {
  font-size: 30px;
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 3px;
}

.newsletter__text {
  color: #f0d9cd;
}

.newsletter__right {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}

.newsletter__form {
  position: relative;
  display: block;
}

.newsletter__right .mc-form__response {
  color: #fff;
}
.newsletter__right .mc-form__response.errored {
  color: red;
}

.newsletter__input-box {
  position: relative;
  display: block;
}

.newsletter__input-box input[type=email] {
  height: 60px;
  max-width: 500px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 170px;
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  background-color: var(--ambed-white, #ffffff);
  font-weight: 500;
}

.newsletter__btn {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  border: none;
  line-height: 14px;
  padding: 15px 40px 15px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--ambed-black, #3c3531);
  margin-top: -110px;
  z-index: 1;
}

.site-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 202px 0 91px;
}

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

.footer-widget__logo {
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
}
.footer-widget__logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: #c1b8b3;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  color: var(--ambed-white, #ffffff);
  font-size: 15px;
  background-color: #2f2a27;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--ambed-base, #a47c68);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-white, #ffffff);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

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

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

.footer-widget__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--ambed-white, #ffffff);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 32px;
}

.footer-widget__title:before {
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 2px;
  width: 40px;
  content: "";
  background-color: var(--ambed-base, #a47c68);
}

.footer-widget__title:after {
  position: absolute;
  bottom: -9px;
  left: 45px;
  height: 2px;
  width: 4px;
  content: "";
  background-color: var(--ambed-white, #ffffff);
}

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

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

.footer-widget__explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #c1b8b3;
  padding-left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
  color: var(--ambed-white, #ffffff);
}

.footer-widget__explore-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #c1b8b3;
  font-weight: 900;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover:before {
  color: var(--ambed-white, #ffffff);
}

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

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

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

.footer-widget__services-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #c1b8b3;
  padding-left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__services-list li a:hover {
  color: var(--ambed-white, #ffffff);
}

.footer-widget__services-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #c1b8b3;
  font-weight: 900;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__services-list li a:hover:before {
  color: var(--ambed-white, #ffffff);
}

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

.footer-widget__contact-list {
  position: relative;
  display: block;
  margin-top: 9px;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
  margin-bottom: 20px;
  padding-bottom: 9px;
}

.footer-widget__contact-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-widget__contact-list li .icon {
  height: 40px;
  width: 40px;
  background-color: #2f2a27;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li:hover .icon {
  background-color: var(--ambed-white, #ffffff);
}

.footer-widget__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--ambed-base, #a47c68);
}

.footer-widget__contact-list li .icon span.icon-location {
  font-size: 25px;
}

.footer-widget__contact-list li .text {
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.footer-widget__contact-list li .text h5 {
  font-size: 14px;
  color: #c1b8b3;
  font-weight: 400;
  line-height: 14px;
}

.footer-widget__contact-list li .text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--ambed-white, #ffffff);
  padding-top: 4px;
}

.footer-widget__contact-list li .text p a {
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
  color: #c1b8b3;
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #2f2a27;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 25px 0;
}

.site-footer__bottom-text {
  font-size: 15px;
  color: #c2b9b4;
}

.site-footer__bottom-text a {
  color: #c2b9b4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--ambed-white, #ffffff);
}

.site-footer-two {
  margin-top: 0;
}

.site-footer-two .site-footer__top {
  padding: 112px 0 91px;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.feature-two-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.feature-two-shape-1 img {
  width: auto;
}

.feature-two-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}

.feature-two-shape-2 img {
  width: auto;
}

.feature-two__inner {
  position: relative;
  display: block;
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  background-color: var(--ambed-base, #a47c68);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 1;
}

.feature-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--ambed-base, #a47c68);
  background-blend-mode: color-dodge;
  opacity: 0.05;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: -1;
}

.feature-two__list {
  position: relative;
  display: block;
  overflow: hidden;
  counter-reset: count;
  padding: 60px 0;
}

.feature-two__list li {
  position: relative;
  max-width: 296px;
  width: 100%;
  float: left;
}

.feature-two__list li + li {
  margin-left: 141px;
}

.feature-two__content-box {
  position: relative;
  display: flex;
  align-items: center;
}

.feature-two__content-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -70px;
  content: "";
  width: 1px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
}

.feature-two__list li:last-child .feature-two__content-box:before {
  display: none;
}

.feature-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  width: 104px;
  background-color: var(--ambed-white, #ffffff);
  overflow: hidden;
  z-index: 1;
}

.feature-two__icon:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background-color: var(--ambed-black, #3c3531);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.feature-two__list li:hover .feature-two__icon:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.feature-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--ambed-base, #a47c68);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-two__list li:hover .feature-two__icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  color: var(--ambed-white, #ffffff);
}

.feature-two__content {
  margin-left: 30px;
}

.feature-two__count {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.feature-two__count:before {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #f0d9cd;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feature-two__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.feature-two__title a {
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__title a:hover {
  color: var(--ambed-black, #3c3531);
}

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

.welcome-one__left {
  position: relative;
  display: block;
  margin-left: -70px;
  margin-right: 270px;
}

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

.welcome-one__img-box:before {
  border-style: solid;
  border-width: 5px;
  border-color: rgb(164, 124, 104);
  background-color: rgba(9, 9, 9, 0);
  position: absolute;
  right: -55px;
  top: 40px;
  width: 181px;
  height: 167px;
  content: "";
  z-index: -1;
}

.welcome-one__img-1 {
  position: relative;
  display: block;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  z-index: 3;
}

.welcome-one__img-1 img {
  width: 100%;
  border-top-right-radius: 75px !important;
  border-bottom-left-radius: 75px !important;
}

.welcome-one__img-2 {
  position: absolute;
  top: 125px;
  right: -270px;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  z-index: 1;
}

.welcome-one__img-2 img {
  width: auto;
  border-top-right-radius: 75px !important;
  border-bottom-left-radius: 75px !important;
}

.welcome-one__experience {
  position: absolute;
  bottom: -94px;
  left: 130px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-right: 58px;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 3;
}

.welcome-one__experience-shape {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.welcome-one__experience:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: var(--ambed-base, #a47c68);
  content: "";
}

.welcome-one__experience-year h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.welcome-one__experience-text {
  font-size: 20px;
  line-height: 26px;
  margin-left: 16px;
}

.welcome-one__dot {
  position: absolute;
  bottom: -26px;
  left: -110px;
  opacity: 0.3;
}

.welcome-one__dot img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.welcome-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.welcome-one__right .section-title {
  margin-bottom: 49px;
}

.welcome-one__right .section-title__line {
  left: 0;
  transform: translateX(0);
}

.welcome-one__text {
  font-size: 18px;
  line-height: 34px;
}

.welcome-one__points {
  position: relative;
  display: block;
  margin-top: 32px;
}

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

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

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

.welcome-one__points li .icon span {
  position: relative;
  display: flex;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid var(--ambed-base, #a47c68);
}

.welcome-one__points li .icon span:before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  content: "";
  border: 2px solid var(--ambed-base, #a47c68);
  border-radius: 50%;
}

.welcome-one__points li .text {
  margin-left: 20px;
}

.welcome-one__points li .text p {
  font-size: 18px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
}

.welcome-one__person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 9px;
  margin-top: 51px;
}

.welcome-one__person-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-one__person-img > img {
  border-radius: 50% !important;
}

.welcome-one__person-img:before {
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
  border: 2px solid var(--ambed-base, #a47c68);
  content: "";
  border-radius: 50%;
}

.welcome-one__person-content {
  margin-left: 30px;
  position: relative;
  top: 7px;
}

.welcome-one__person-name {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--ambed-reey-font, "reeyregular");
  color: var(--ambed-black, #3c3531);
  font-weight: 400;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
}

.porject-two-border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  width: 1px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
  z-index: 2;
}

.porject-two-border-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
  z-index: 2;
}

.porject-two-border-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25%;
  width: 1px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
  z-index: 2;
}

[class*=project-two-bg-] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

[class*=project-two-bg-].active {
  opacity: 1;
  visibility: visible;
}

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

.prject-two__title-box {
  position: relative;
  max-width: 370px;
  min-height: 70px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.project-two-title-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.project-two__title-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  top: 14px;
}

.project-two__content-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 418px 0 0;
}

.project-two__single {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-top: 266px;
}

.project-two__content {
  position: relative;
  display: block;
  background-color: rgba(47, 42, 39, 0.5);
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.project-two__sub-title {
  font-size: 14px;
  color: #c1b8b3;
  line-height: 20px;
}

.project-two__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.project-two__title a {
  color: var(--ambed-white, #ffffff);
}

.project-two__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--ambed-black, #3c3531);
  padding: 56px 60px 60px;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px);
}

.project-two__single:hover .project-two__hover {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.project-two__hover-sub-title {
  font-size: 14px;
  color: #bab1ac;
  line-height: 20px;
}

.project-two__hover-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.project-two__hover-title a {
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__hover-title a:hover {
  color: var(--ambed-base, #a47c68);
}

.project-two__hover-text {
  color: #bab1ac;
  padding-top: 20px;
  padding-bottom: 40px;
}

.project-two__btn {
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-black, #3c3531);
  padding: 10px 40px 10px;
}

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

.benefits-one-shape {
  position: absolute;
  bottom: -155px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}

.benefits-one-shape img {
  width: auto;
}

.benefits-one__left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.benefits-one__left .section-title {
  margin-bottom: 49px;
}

.benefits-one__left .section-title__line {
  left: 0;
  transform: translateX(0);
}

.benefits-one__text {
  font-size: 18px;
  line-height: 34px;
  padding-bottom: 30px;
}

.benefits-one__points {
  position: relative;
  display: block;
}

.benefits-one__points-single {
  position: relative;
  display: block;
}

.benefits-one__points-img {
  position: relative;
  display: block;
}

.benefits-one__points-img img {
  width: 100%;
}

.benefits-one__points-list {
  position: relative;
  display: block;
  margin-top: 22px;
}

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

.benefits-one__points-list li .icon {
  height: 15px;
  width: 15px;
  font-size: 9px;
  color: var(--ambed-white, #ffffff);
  background-color: var(--ambed-base, #a47c68);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-one__points-list li .text {
  margin-left: 10px;
}

.benefits-one__points-list li .text p {
  font-size: 18px;
  color: var(--ambed-black, #3c3531);
}

.benefits-one__right {
  position: relative;
  display: block;
  z-index: 3;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid transparent;
  border-radius: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
  border: 1px solid var(--ambed-bdr-color, #e2ddda);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 21px 40px 21px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border: 1px solid var(--ambed-bdr-color, #e2ddda);
  border-radius: 35px;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--ambed-black, #3c3531);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  border: 1px solid transparent;
  color: var(--ambed-base, #a47c68);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--ambed-base, #a47c68);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: var(--ambed-white, #ffffff);
  background-color: var(--ambed-base, #a47c68);
  position: absolute;
  top: 50%;
  right: 0;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  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;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--ambed-white, #ffffff);
  background-color: var(--ambed-black, #3c3531);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 30px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.services-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--ambed-extra, #f2eeeb);
  background-blend-mode: luminosity;
  opacity: 0.15;
  z-index: -1;
}

.services-two-shape-1 {
  position: absolute;
  top: 0;
  left: -170px;
}

.services-two-shape-1:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  border-top: 230px solid #e2ddda;
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
}

.services-two-shape-2 {
  position: absolute;
  top: 167px;
  left: 0;
}

.services-two-shape-2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top: 160px solid transparent;
  border-left: 160px solid #ffffff;
  border-bottom: 160px solid transparent;
}

.services-two-shape-3 {
  position: absolute;
  bottom: -90px;
  right: 0;
}

.services-two-shape-3:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  border-top: 220px solid transparent;
  border-bottom: 220px solid transparent;
  border-right: 220px solid #e2ddda;
}

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

.services-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.services-two__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.8);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__single:hover .services-two__img:after {
  transform: translateY(0);
  width: 100%;
}

.services-two__img img {
  width: 100%;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__img img {
  transform: scale(1.05);
}

.services-two__content {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__single:hover .services-two__content {
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}

.services-two__content-inner {
  position: relative;
  display: block;
  background-color: var(--ambed-white, #ffffff);
  padding: 49px 20px 20px;
  clip-path: polygon(0 1%, 100% 17%, 100% 100%, 0% 100%);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__icon {
  position: absolute;
  top: -16px;
  left: 35px;
  height: 48px;
  width: 48px;
  background-color: var(--ambed-base, #a47c68);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-two__single:hover .services-two__icon {
  background-color: var(--ambed-black, #3c3531);
}

.services-two__icon span {
  font-size: 32px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
  transform: scale(0.9);
}

.services-two__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 7px;
}

.services-two__title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
  color: var(--ambed-base, #a47c68);
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  position: relative;
  display: block;
  margin-top: -50px;
  z-index: 2;
}

.more-services .container {
  max-width: 1060px;
}

.more-services__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--ambed-base, #a47c68);
  padding: 25px 50px;
}

.more-services__text {
  font-size: 18px;
  color: #f0d9cd;
  line-height: 34px;
}

.more-services__text span {
  font-weight: 500;
  color: var(--ambed-white, #ffffff);
}

.more-services__btn {
  padding: 10px 40px 10px;
}

.more-services__btn:hover {
  color: var(--ambed-base, #a47c68);
}

.more-services__btn:after {
  background-color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/
.working-process {
  position: relative;
  display: block;
  padding: 120px 0 60px;
}

.working-process .section-title {
  margin-bottom: 114px;
}

.working-process__inner {
  position: relative;
  display: block;
  counter-reset: count;
}

.working-process__single {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 40px 40px 60px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 60px;
  z-index: 2;
  margin-left: 40px;
}

.working-process__single:before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 50px;
  content: "";
  height: 4px;
  background-color: var(--ambed-base, #a47c68);
  z-index: -1;
}

.working-process__single:after {
  position: absolute;
  top: 0px;
  left: -20px;
  bottom: 50px;
  content: "";
  width: 4px;
  background-color: var(--ambed-base, #a47c68);
  z-index: -1;
}

.working-process__count {
  position: absolute;
  top: -43px;
  left: -40px;
  height: 77px;
  width: 77px;
  background-color: var(--ambed-black, #3c3531);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.working-process__count:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 77px;
  width: 77px;
  font-size: 20px;
  line-height: 77px;
  text-align: center;
  font-weight: 700;
  color: var(--ambed-white, #ffffff);
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.working-process__single:hover .working-process__count:before {
  background-color: var(--ambed-base, #a47c68);
}

.working-process__icon {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: -13px;
}

.working-process__icon span {
  font-size: 62px;
  color: var(--ambed-base, #a47c68);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.working-process__single:hover .working-process__icon span {
  transform: scale(1.2);
}

.working-process__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px;
}

.working-process__title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.working-process__single:hover .working-process__title a {
  color: var(--ambed-base, #a47c68);
}

/*--------------------------------------------------------------
# Leading
--------------------------------------------------------------*/
.leading {
  position: relative;
  display: block;
  padding: 120px 0 118px;
  z-index: 1;
}

.leading-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--ambed-black, #3c3531);
  z-index: 1;
}

.leading-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--ambed-black, #3c3531);
  mix-blend-mode: luminosity;
  opacity: 0.3;
  z-index: 1;
}

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

.leading__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leading__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: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 22px;
  color: var(--ambed-white, #ffffff);
  background-color: var(--ambed-base, #a47c68);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  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;
}

.leading__video-icon:hover {
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-base, #a47c68);
}

.leading__video-link .ripple,
.leading__video-icon .ripple:before,
.leading__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--ambed-extra-rgb, 242, 238, 235), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--ambed-extra-rgb, 242, 238, 235), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--ambed-extra-rgb, 242, 238, 235), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--ambed-extra-rgb, 242, 238, 235), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.leading__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.leading__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.leading__title {
  font-size: 50px;
  color: var(--ambed-white, #ffffff);
  font-weight: 900;
  line-height: 60px;
  margin-top: 28px;
}

.leading__right {
  position: relative;
  display: block;
  z-index: 3;
}

.leading__points {
  position: relative;
  display: block;
}

.leading__points li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.3);
  padding: 15px 30px;
}

.leading__points li:nth-child(2) {
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
}

.leading__points li:nth-child(4) {
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
}

.leading__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.leading__points li .icon span {
  font-size: 20px;
  color: var(--ambed-base, #a47c68);
}

.leading__points li .text {
  margin-left: 20px;
}

.leading__points li .text p {
  font-size: 18px;
  color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--ambed-extra, #f2eeeb);
  z-index: 1;
}

.blog-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--ambed-white, #ffffff);
  height: 285px;
  z-index: -1;
}

.blog-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--ambed-extra, #f2eeeb);
  height: 578px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: luminosity;
  opacity: 0.15;
  z-index: -1;
}

.blog-two__top {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.blog-two__top-left {
  position: relative;
  display: block;
  margin-right: 190px;
}

.blog-two__top-left .section-title {
  margin-bottom: 0;
}

.blog-two__top-left .section-title__line {
  left: 0;
  transform: translateX(0);
}

.blog-two__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.blog-two__right-text {
  margin-top: 18px;
}

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

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
}

.brand-two .brand-one__inner {
  border-bottom: 0;
  border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  background-color: var(--ambed-base, #a47c68);
}

.cta-one__left {
  position: relative;
  display: block;
  margin-right: 180px;
  margin-bottom: 110px;
}

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

.cta-one__img-1 {
  position: relative;
  display: block;
  border-bottom-left-radius: 53px !important;
}

.cta-one__img-1 img {
  width: 100%;
  border-bottom-left-radius: 53px !important;
}

.cta-one__img-2 {
  position: absolute;
  bottom: 0;
  right: -180px;
  border-bottom-right-radius: 53px !important;
}

.cta-one__img-2 img {
  width: auto;
  border-bottom-right-radius: 53px !important;
}

.cta-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 108px;
}

.cta-one__title {
  font-size: 50px;
  color: var(--ambed-white, #ffffff);
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 48px;
}

.cta-one__btn {
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-black, #3c3531);
}

.cta-one__btn:after {
  background-color: var(--ambed-black, #3c3531);
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
  position: relative;
  display: block;
  background-color: var(--ambed-black, #3c3531);
  z-index: 1;
}

.feature-three-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.07;
  z-index: -1;
}

.feature-three__top {
  position: relative;
  display: block;
  top: -60px;
}

.feature-three__top-inner {
  position: relative;
  display: block;
  background-color: var(--ambed-white, #ffffff);
  padding: 50px 80px 17px;
  border-top-right-radius: 52px;
  border-bottom-left-radius: 52px;
  border-bottom-right-radius: 52px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.feature-three__top-icon-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-three__top-icon-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.feature-three__top-icon-content {
  position: relative;
  display: block;
}

.feature-three__top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  background-color: var(--ambed-base, #a47c68);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.feature-three__top-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--ambed-black, #3c3531);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.feature-three__top-icon-list li:hover .feature-three__top-icon:before {
  transform: scaleX(1);
}

.feature-three__top-icon span {
  font-size: 62px;
  color: var(--ambed-white, #ffffff);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-three__top-icon-list li:hover .feature-three__top-icon span {
  transform: scale(0.9);
}

.feature-three__top-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 12px;
}

.feature-three__top-title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__top-icon-list li:hover .feature-three__top-title a {
  color: var(--ambed-base, #a47c68);
}

.feature-three__bottom {
  position: relative;
  display: block;
  padding-top: 60px;
}

.feature-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-three__bottom-left {
  margin-right: 30px;
}

.feature-three__bottom-text {
  font-size: 18px;
  color: #bab1ac;
  line-height: 34px;
}

.feature-three__bottom-text span {
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
}

.feature-three__btn {
  padding: 10px 40px 10px;
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-black, #3c3531);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  padding: 120px 0 240px;
}

.why-choose-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 682px;
  height: 782px;
  background-color: var(--ambed-extra, #f2eeeb);
  border-top-right-radius: 74px;
  border-bottom-left-radius: 74px;
  border-bottom-right-radius: 74px;
  z-index: -1;
}

.why-choose-one-shape-2 {
  position: absolute;
  top: 0;
  left: 105px;
  opacity: 0.5;
  z-index: -1;
}

.why-choose-one-shape-2 img {
  width: auto;
}

.why-choose-one-shape-3 {
  position: absolute;
  top: -325px;
  left: -325px;
  height: 650px;
  width: 650px;
  background-color: var(--ambed-white, #ffffff);
  border-radius: 50%;
  z-index: -1;
}

.why-choose-one__left {
  position: relative;
  display: block;
  margin-left: 100px;
}

.why-choose-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 78px;
  border-bottom-left-radius: 78px;
  border-bottom-right-radius: 78px;
  z-index: 1;
}

.why-choose-one__img:before {
  position: absolute;
  bottom: -30px;
  left: -30px;
  height: 186px;
  width: 180px;
  content: "";
  background-color: var(--ambed-base, #a47c68);
  border-top-right-radius: 52px;
  border-top-left-radius: 52px;
  border-bottom-right-radius: 52px;
  z-index: -1;
}

.why-choose-one .why-choose-one__img img {
  width: 100%;
  border-top-left-radius: 78px;
  border-bottom-left-radius: 78px;
  border-bottom-right-radius: 78px;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.why-choose-one__right .section-title {
  margin-bottom: 52px;
}

.why-choose-one__right .section-title__line {
  left: 0;
  transform: translateX(0);
}

.why-choose-one__points {
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.why-choose-one__points li {
  position: relative;
  display: block;
  padding-left: 90px;
  border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.why-choose-one__points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.why-choose-one__points li .icon {
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: var(--ambed-extra, #f2eeeb);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon {
  background-color: var(--ambed-black, #3c3531);
}

.why-choose-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--ambed-base, #a47c68);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon span {
  color: var(--ambed-white, #ffffff);
}

.why-choose-one__points li .text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  padding: 120px 0 240px;
  margin-top: 0;
  z-index: 1;
}

.services-three-bg-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 580px;
  background-color: var(--ambed-extra, #f2eeeb);
  z-index: 1;
}

.services-three-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  mix-blend-mode: luminosity;
  opacity: 0.15;
}

/*--------------------------------------------------------------
# More Services Two
--------------------------------------------------------------*/
.more-services-two {
  position: relative;
  display: block;
  margin-top: -150px;
  z-index: 1;
}

.more-services-two-shape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}

.more-services-two-shape img {
  width: auto;
}

.more-services-two__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--ambed-black, #3c3531);
  padding: 57px 60px 57px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.more-services-two__img-box {
  position: relative;
  display: block;
}

.more-services-two__img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--ambed-black, #3c3531);
  border: 2px solid var(--ambed-base, #a47c68);
}

.more-services-two__img-box .more-services-two__img img {
  border-radius: 50% !important;
  mix-blend-mode: luminosity;
  opacity: 0.3;
  max-width: none;
}

.more-services-two__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--ambed-white, #ffffff);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.more-services-two__single:hover .more-services-two__icon span {
  transform: scale(0.9);
}

.more-services-two__content {
  margin-left: 45px;
}

.more-services-two__sub-title {
  font-size: 16px;
  color: #c1b8b3;
}

.more-services-two__title {
  font-size: 30px;
  color: var(--ambed-white, #ffffff);
  font-weight: 700;
  margin-top: 13px;
  line-height: 36px;
}

.more-services-two__single-two {
  background-color: var(--ambed-base, #a47c68);
}

.more-services-two__single-two .more-services-two__img {
  border: 2px solid var(--ambed-white, #ffffff);
}

.more-services-two__single-two .more-services-two__sub-title {
  color: #f0d9cd;
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.project-three__top {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

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

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

.project-three__top-left .section-title__line {
  left: 0;
  transform: translateX(0);
}

.project-three__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.project-three__top-text {
  margin-top: 18px;
}

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

.project-three__container {
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.project-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.project-three__img-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  left: 60px;
  background-color: var(--ambed-base, #a47c68);
  content: "";
  width: 2px;
  transition: all 500ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box::before {
  height: 100%;
  transition-delay: 500ms;
}

.project-three__img-box:after {
  position: absolute;
  left: 0;
  bottom: 58px;
  background-color: var(--ambed-base, #a47c68);
  content: "";
  height: 2px;
  width: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
  width: 50%;
  transition-delay: 500ms;
}

.project-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.project-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.9);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}

.project-three__single:hover .project-three__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.project-three__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
  transform: scale(1.05);
}

.project-three__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__arrow {
  transform: scale(1);
  opacity: 1;
  transition-delay: 500ms;
}

.project-three__arrow a {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--ambed-white, #ffffff);
}

.project-three__content {
  position: absolute;
  bottom: 50px;
  right: 40px;
  text-align: right;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 700ms ease;
  z-index: 2;
}

.project-three__single:hover .project-three__content {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 700ms;
}

.project-three__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
}

.project-three__title a {
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__title a:hover {
  color: var(--ambed-base, #a47c68);
}

.project-three__sub-title {
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.couonter-one {
  position: relative;
  display: block;
  padding: 72px 0 43px;
  background-color: var(--ambed-black, #3c3531);
  z-index: 1;
}

.counter-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.15;
  z-index: -1;
}

.couonter-one__list {
  position: relative;
  display: block;
}

.couonter-one__single {
  position: relative;
  float: left;
  margin-bottom: 30px;
}

.couonter-one__single + .couonter-one__single {
  margin-left: 80px;
}

.couonter-one__content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.couonter-one__icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.couonter-one__icon-box span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--ambed-base, #a47c68);
  -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);
}

.couonter-one__single:hover .couonter-one__icon-box span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  color: var(--ambed-white, #ffffff);
}

.couonter-one__count-box {
  margin-left: 20px;
  position: relative;
  top: -4px;
}

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

.couonter-one__count-box-inner h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 55px !important;
  font-family: var(--ambed-font, "Rubik", sans-serif) !important;
  color: var(--ambed-white, #ffffff);
}

.couonter-one__text {
  font-size: 16px;
  line-height: 16px;
  color: #c1b8b3;
}

.couonter-one .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 120px 0 170px;
  background-color: var(--ambed-extra, #f2eeeb);
  z-index: 1;
}

.testimonial-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.15;
  z-index: -1;
}

.testimonial-two .section-title {
  margin-bottom: 109px;
}

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

.testimonial-two__inner .testimonial-one__carousel.owl-carousel .owl-dots {
  left: 0;
  bottom: -50px;
  background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 1);
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-three__left {
  position: relative;
  display: block;
  margin-right: 24px;
  z-index: 5;
}

.blog-three .section-title {
  margin-bottom: 40px;
}

.blog-three .section-title__line {
  left: 0;
  transform: translateX(0);
}

.blog-three__right {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-three__right:before {
  position: absolute;
  top: -120px;
  left: 170px;
  bottom: -120px;
  right: -1000000000px;
  content: "";
  background-color: var(--ambed-black, #3c3531);
  z-index: -1;
}

.blgo-three__carousel {
  position: relative;
  display: block;
}

.blog-three__right .blog-one__single {
  margin-bottom: 0px;
}

.blgo-three__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.blgo-three__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.blgo-three__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.blgo-three__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.blgo-three__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 70px;
  left: -300px;
  margin-top: 0 !important;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-prev {
  height: 55px;
  width: 55px;
  background: var(--ambed-extra, #f2eeeb);
  border-radius: 50%;
  color: var(--ambed-black, #3c3531);
  font-size: 15px;
  text-align: center;
  line-height: 55px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-next {
  height: 55px;
  width: 55px;
  background: var(--ambed-extra, #f2eeeb);
  border-radius: 50%;
  color: var(--ambed-black, #3c3531);
  font-size: 15px;
  text-align: center;
  line-height: 55px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-next span,
.blgo-three__carousel.owl-theme .owl-nav .owl-prev span {
  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;
}

.blgo-three__carousel.owl-theme .owl-nav .owl-next:hover,
.blgo-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.contact-one .row {
  --bs-gutter-x: 0px;
}

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

.contact-one__left .comment-one__form,
.contact-one__form {
  position: relative;
  display: block;
  padding: 49px;
  border: 1px solid var(--ambed-bdr-color, #e2ddda);
  background-color: var(--ambed-white, #ffffff);
}
@media (max-width: 767px) {
  .contact-one__left .comment-one__form,
  .contact-one__form {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.contact-one__left .comment-one__form .row,
.contact-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-one__left .comment-one__form .comment-form__input-box,
.contact-one__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-one__left .comment-one__form .comment-form__input-box input[type=text],
.contact-one__left .comment-one__form .comment-form__input-box input[type=email],
.contact-one__form-input-box input[type=text],
.contact-one__form-input-box input[type=email] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--ambed-extra, #f2eeeb);
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  font-weight: 400;
  padding: 0 30px 0;
}

.contact-one__left .comment-one__form .comment-form__input-box textarea,
.contact-one__form-input-box textarea {
  height: 162px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--ambed-extra, #f2eeeb);
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  font-weight: 400;
  padding: 20px 30px 30px;
}

.contact-one__left .comment-one__form .comment-form__input-box.text-message-box,
.contact-one__form-input-box.text-message-box {
  height: 162px;
}

.contact-one__left .comment-one__form .thm-btn,
.contact-one__btn {
  border: 0;
  width: 100%;
}

.contact-one__right {
  position: relative;
  display: block;
  background-color: var(--ambed-black, #3c3531);
  padding: 62px 60px 50px;
}

.contact-one__right-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
}

.contact-one__info {
  position: relative;
  display: block;
}

.contact-one__info li + li {
  margin-top: 34px;
}

.contact-one__info-box {
  position: relative;
  display: block;
}

.contact-one__info-box p {
  font-size: 16px;
  color: #c1b8b3;
}

.contact-one__info-box h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--ambed-white, #ffffff);
}

.contact-one__info-box h5 a {
  color: var(--ambed-white, #ffffff);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__info-box h5 a:hover {
  color: var(--ambed-base, #a47c68);
}

.contact-one__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  border-top: 1px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
  padding-top: 42px;
}

.contact-one__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  color: var(--ambed-white, #ffffff);
  font-size: 15px;
  background-color: #2f2a27;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-one__social a:hover {
  color: var(--ambed-base, #a47c68);
}

.contact-one__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-white, #ffffff);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.contact-one__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.contact-one__social a + a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  margin-top: -60px;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 515px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 144px 0 118px;
  z-index: 1;
  margin-top: -35px;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-color: var(--ambed-black, #3c3531);
}

.page-header-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.6);
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 40px;
  color: var(--ambed-white, #ffffff);
  font-weight: 900;
  line-height: 50px;
}

.page-header__inner h2 b {
  color: var(--ambed-white);
}

.thm-breadcrumb {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #c1b8b3;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #c1b8b3;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sibebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

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

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

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

.blog-sidebar__single + .blog-sidebar__single {
  margin-top: 67px;
}

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

.blog-sidebar__img img {
  max-width: 100%;
  margin-bottom: 34px;
}

.blog-sidebar__content-box {
  position: relative;
  display: block;
  margin-top: -7px;
}

.blog-sibebar__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-sibebar__meta li + li {
  margin-left: 10px;
}

.blog-sibebar__meta li a {
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sibebar__meta li a:hover {
  color: var(--ambed-base, #a47c68);
}

.blog-sibebar__meta li a i {
  color: var(--ambed-base, #a47c68);
}

.blog-sidebar__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 2px;
  margin-bottom: 12px;
}

.blog-sidebar__title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
  color: var(--ambed-base, #a47c68);
}

.blog-sidebar__text {
  padding-bottom: 20px;
}

.blog-sidebar__btn {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 30px 5px;
}

.blog-sidebar__bottom-box {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 50px 60px 45px;
  margin-top: 30px;
}

.blog-sidebar__bottom-box-icon {
  margin-bottom: 21px;
}

.blog-sidebar__bottom-box-text {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

.blog-sidebar__delivering-services {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 50px 60px 47px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-sidebar__delivering-services-icon {
  margin-bottom: 20px;
}

.blog-sidebar__delivering-services-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.blog-sidebar__delivering-services-title a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
  color: var(--ambed-base, #a47c68);
}

.blog-sidebar__video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
}

.blog-sidebar__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: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 23px;
  color: var(--ambed-white, #ffffff);
  background-color: var(--ambed-base, #a47c68);
  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;
}

.blog-sidebar__video-icon:hover {
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-base, #a47c68);
}

.blog-sidebar__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--ambed-white, #ffffff);
  opacity: 0.1;
  z-index: 1;
}

.blog-sidebar__video-link .ripple,
.blog-sidebar__video-icon .ripple:before,
.blog-sidebar__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--ambed-extra-rgb, 242, 238, 235), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--ambed-extra-rgb, 242, 238, 235), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--ambed-extra-rgb, 242, 238, 235), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--ambed-extra-rgb, 242, 238, 235), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.blog-sidebar__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.blog-sidebar__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 80px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
}

.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: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  height: 84px;
  width: 100%;
  padding-right: 80px;
  font-size: 16px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--ambed-white, #ffffff);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--ambed-white, #ffffff);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--ambed-white, #ffffff);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--ambed-white, #ffffff);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--ambed-white, #ffffff);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--ambed-white, #ffffff);
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--ambed-black, #3c3531);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: auto;
  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__post {
  position: relative;
  display: block;
  padding: 45px 30px 32px;
  background-color: var(--ambed-extra, #f2eeeb);
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

.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;
  padding: 14px 20px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-list li:hover {
  background-color: white;
}

.sidebar__post-list li + li {
  margin-top: 10px;
}

.sidebar__post-image {
  margin-right: 20px;
}

.sidebar__post-image > img {
  width: 70px;
}

.sidebar__post-content {
  position: relative;
  top: 0;
}

.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 400;
  color: var(--ambed-gray, #8b827d) !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  color: var(--ambed-base, #a47c68);
  font-size: 15px;
  padding-right: 1px;
}

.sidebar__post-content h3 a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 1px;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 45px 30px 36px;
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li + li {
  margin-top: 4px;
}

.sidebar__category-list li a {
  color: var(--ambed-gray, #8b827d);
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 8px 20px 4px;
}

.sidebar__category-list li a:hover {
  background-color: white;
  -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);
  color: var(--ambed-black, #3c3531);
}

.sidebar__category-list li.active a {
  background-color: white;
  -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);
  color: var(--ambed-black, #3c3531);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--ambed-base, #a47c68);
  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: 15px;
}

.sidebar__category-list li a:hover span {
  color: var(--ambed-base, #a47c68);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--ambed-base, #a47c68);
}

.sidebar__tags {
  position: relative;
  display: block;
  background: var(--ambed-extra, #f2eeeb);
  padding: 45px 45px 50px;
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 12px;
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--ambed-white, #ffffff);
  display: inline-block;
  padding: 6px 20px 4px;
  margin-left: 5px;
  font-weight: 700;
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--ambed-white, #ffffff);
  background: var(--ambed-base, #a47c68);
}

.sidebar__comments {
  position: relative;
  display: block;
  background: var(--ambed-extra, #f2eeeb);
  padding: 45px 50px 42px;
}

.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--ambed-white, #ffffff);
  border-radius: 50%;
  font-size: 15px;
  color: var(--ambed-black, #3c3531);
  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;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}

.sidebar__comments-text-box p span {
  color: var(--ambed-black, #3c3531);
}

.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: var(--ambed-gray, #8b827d);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-details__left {
  position: relative;
  display: block;
  overflow: hidden;
}

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

.blog-details__img img {
  max-width: 100%;
  margin-bottom: 32px;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: -7px;
}

.blog-details__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0 !important;
}

.blog-details__meta li + li {
  margin-left: 10px;
}

.blog-details__meta li a {
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--ambed-base, #a47c68);
}

.blog-details__meta li a i {
  color: var(--ambed-base, #a47c68);
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 2px;
  font-weight: 700;
}

.blog-details__text-1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.blog-details__text-2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding-top: 31px;
}

.blog-details__bottom {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 50px;
  border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--ambed-black, #3c3531);
  font-size: 20px;
  margin-right: 5px;
  font-weight: 700;
}

.blog-details__tags a {
  position: relative;
  color: var(--ambed-white, #ffffff);
  font-size: 12px;
  margin-bottom: 10px;
  background-color: var(--ambed-base, #a47c68);
  display: inline-block;
  padding: 6px 20px 4px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags a:hover {
  background-color: var(--ambed-black, #3c3531);
  color: var(--ambed-white, #ffffff);
}

.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  color: var(--ambed-black, #3c3531);
  font-size: 15px;
  background-color: var(--ambed-extra, #f2eeeb);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--ambed-white, #ffffff);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-base, #a47c68);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a + a {
  margin-left: 10px;
}

.blgo-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

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

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: var(--ambed-black, #3c3531);
  font-weight: 700;
  background-color: var(--ambed-extra, #f2eeeb);
  line-height: 34px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 50px;
  padding-bottom: 56px;
}

.blog-details__pagenation li + li {
  margin-left: 30px;
}

.blog-details__pagenation li:hover {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--ambed-black, #3c3531);
  font-size: 30px;
  margin-bottom: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .comment-one__title,
  .comment-form__title {
    font-size: 28px;
  }
}

h2.comment-form__title {
  margin-bottom: 41px;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--ambed-black, #3c3531);
  margin-bottom: 26px;
  font-weight: 700;
}

.comment-one__content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.comment-one__btn {
  padding: 5px 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

.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: 60px;
  width: 100%;
  border: none;
  background-color: var(--ambed-extra, #f2eeeb);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  display: block;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: var(--ambed-gray, #8b827d);
  height: 188px;
  width: 100%;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 18px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: -10px;
}

.comment-form__btn {
  border: none;
  line-height: 28px;
}

.comment-form__input-box.text-message-box {
  height: 188px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.services-page--carousel {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.service-details__left {
  position: relative;
  display: block;
}

.service-details__category {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 30px 30px 30px;
}

.service-details__category-list {
  position: relative;
  display: block;
}

.service-details__category-list li + li {
  margin-top: 10px;
}

.service-details__category-list li a {
  color: var(--ambed-gray, #8b827d);
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 8px 30px 8px;
  background-color: var(--ambed-white, #ffffff);
}

.service-details__category-list li a:hover {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

.service-details__category-list li.current-menu-ancestor a,
.service-details__category-list li.current-menu-item a,
.service-details__category-list li.current-menu-page a,
.service-details__category-list li.current_page_item a,
.service-details__category-list li.active a {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

.service-details__category-list li a span {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--ambed-gray, #8b827d);
  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: 15px;
}

.service-details__category-list li a:hover span {
  color: var(--ambed-white, #ffffff);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.service-details__category-list li.current-menu-ancestor a span,
.service-details__category-list li.current-menu-item a span,
.service-details__category-list li.current-menu-page a span,
.service-details__category-list li.current_page_item a span,
.service-details__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--ambed-white, #ffffff);
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 50px 50px 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--ambed-base, #a47c68);
}

.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--ambed-base, #a47c68);
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
}

.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background-color: var(--ambed-white, #ffffff);
  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;
  border-radius: 50%;
  margin: 0 auto 29px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
  background-color: var(--ambed-black, #3c3531);
}

.service-details__need-help-icon span {
  font-size: 30px;
  color: var(--ambed-base, #a47c68);
}

.service-details__need-help-title {
  font-size: 26px;
  color: var(--ambed-white, #ffffff);
  line-height: 32px;
  font-weight: 400;
}

.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 34px;
}

.service-details__need-help-contact p {
  font-size: 16px;
  color: var(--ambed-white, #ffffff);
  margin: 0;
  line-height: 20px;
}

.service-details__need-help-contact a {
  font-size: 20px;
  color: var(--ambed-white, #ffffff);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
  color: var(--ambed-black, #3c3531);
}

.service-details__download {
  position: relative;
  display: block;
}

.service-details__download-btn {
  width: 100%;
  text-align: center;
}

.service-details__right {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
}

.service-details__img img {
  width: 100%;
}

.service-details__icon {
  position: absolute;
  left: 40px;
  bottom: 30px;
  height: 106px;
  width: 106px;
  background-color: var(--ambed-base, #a47c68);
  font-size: 65px;
  color: var(--ambed-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-details__content {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 75px;
}

.service-details__content-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 18px;
}

.service-details__text-1 {
  font-size: 18px;
  line-height: 34px;
}

.service-details__text-2 {
  font-size: 18px;
  line-height: 34px;
  padding-top: 33px;
  padding-bottom: 33px;
}

.service-details__text-3 {
  font-size: 18px;
  line-height: 34px;
}

.service-details__points-two {
  position: relative;
  display: block;
}

.service-details__points-two-single {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.service-details__points-two-content {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 34px 40px 33px;
}

.service-details__points-two-icon {
  height: 74px;
  width: 74px;
  background-color: var(--ambed-base, #a47c68);
  border-radius: 50%;
  font-size: 30px;
  color: var(--ambed-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -70px;
  margin-bottom: 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-details__points-two-single:hover .service-details__points-two-icon {
  background-color: var(--ambed-black, #3c3531);
}

.service-details__points-two-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 11px;
}

.service-details__points-two-content p {
  font-size: 16px;
  line-height: 30px;
}

.service-details__benefits {
  position: relative;
  display: block;
  margin-bottom: 50px;
  margin-top: 20px;
}

.service-details__benefits-img {
  position: relative;
  display: block;
}

.service-details__benefits-img img {
  width: 100%;
}

.service-details__benefits-right {
  position: relative;
  display: block;
  margin-top: -6px;
}

.service-details__benefits-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.service-betails__benefits-text-1 {
  font-size: 18px;
  color: var(--ambed-base, #a47c68);
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 31px;
}

.service-details__benefits-points {
  position: relative;
  display: block;
}

.service-details__benefits-points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-details__benefits-points li + li {
  margin-top: 3px;
}

.service-details__benefits-points li .icon {
  color: var(--ambed-base, #a47c68);
  font-size: 9px;
  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;
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid var(--ambed-base, #a47c68);
  border-radius: 50%;
}

.service-details__benefits-points li .icon i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-details__benefits-points li .text {
  margin-left: 15px;
}

.service-details__benefits-points li .text p {
  font-size: 16px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.projects-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.projects-page--carousel {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.project-details__img-box {
  position: relative;
  display: block;
}

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

.project-details__img img {
  width: 100%;
}

.project-details__details-box {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: -70px;
}
@media (max-width: 767px) {
  .project-details__details-box {
    margin-top: 30px;
  }
}

.project-details__details-box:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: var(--ambed-base, #a47c68);
  content: "";
  z-index: 1;
}

.project-details__details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--ambed-white, #ffffff);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 46px 60px 44px;
  border-top-right-radius: 48px;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}

.project-details__details li {
  position: relative;
  display: block;
}

.project-details__details li:before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: -66px;
  content: "";
  width: 1px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  transform: rotate(10deg);
}

.project-details__details li:last-child:before {
  display: none;
}

.project-details__details-content {
  position: relative;
  display: block;
}

.project-details__details-title {
  line-height: 26px;
  font-size: 16px;
  color: var(--ambed-base, #a47c68);
}

.project-details__details-name {
  font-weight: 500;
  color: var(--ambed-black, #3c3531);
  line-height: 30px;
  font-size: 16px;
}

.project-details__details-name .category:after {
  content: ", ";
}

.project-details__details-name .category:last-child:after {
  content: "";
}

.project-details__details-name a {
  color: var(--ambed-black, #3c3531);
}

.project-details__details-share {
  font-weight: 500;
  color: var(--ambed-black, #3c3531);
}

.project-details__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.project-details__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__social a:hover {
  color: var(--ambed-base, #a47c68);
}

.project-details__social a + a {
  margin-left: 25px;
}

.project-details__room-wallpapers {
  position: relative;
  display: block;
  margin-top: 30px;
}

.project-details__room-wallpapers-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 18px;
}

.project-details__room-wallpapers-text {
  font-size: 18px;
  line-height: 34px;
}

.project-details__challenge {
  position: relative;
  display: block;
  margin-top: 42px;
}

.project-details__challenge-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.project-details__challenge-text {
  font-size: 18px;
  line-height: 34px;
}

.project-details__challenge-progress {
  position: relative;
  display: block;
  margin-top: 49px;
  margin-bottom: 25px;
}

.project-details__progress-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.project-details__progress-single {
  position: relative;
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  margin-bottom: 32px;
}

.project-details__progress-box {
  position: relative;
  display: block;
  height: 144px;
  width: 144px;
  margin: 0 auto;
  z-index: 1;
}

.project-details__progress-box:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #f9f9f9;
  border-radius: 50%;
  z-index: -1;
}

.project-details__progress-box:after {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  content: "";
  border-radius: 50%;
  border: 2px solid var(--ambed-base, #a47c68);
}

.project-details__progress-box canvas {
  position: relative;
  transform: rotate(90deg);
}

.project-details__progress-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateY(-50%) translateX(-50%);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: var(--ambed-black, #3c3531);
  letter-spacing: 0.04em;
}

.project-details__progress-content h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--ambed-black, #3c3531);
  margin-top: 11px;
  letter-spacing: 0.04em;
}

.project-details__progress-single-last {
  border: 0;
  padding: 0;
  margin: 0;
}

.project-details__points-box {
  position: relative;
  display: block;
}

.project-details__points-img {
  position: relative;
  display: block;
}

.project-details__points-img img {
  width: 100%;
}

.project-details__points-content-box {
  position: relative;
  display: block;
  margin-top: 13px;
  margin-left: 30px;
}

.project-details__points {
  position: relative;
  display: block;
  margin-left: 0;
}

.project-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__points li + li {
  margin-top: 8px;
}

.project-details__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 9px;
  color: var(--ambed-base, #a47c68);
  border: 1px solid var(--ambed-base, #a47c68);
  border-radius: 50%;
}

.project-details__points li .icon span {
  position: relative;
  left: 1px;
}

.project-details__points li .text {
  margin-left: 15px;
}

.project-details__points li .text p {
  font-size: 18px;
  font-weight: 500;
  color: var(--ambed-black, #3c3531);
}

.project-details__result {
  position: relative;
  display: block;
  margin-top: 52px;
}

.project-details__result-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.project-details__result-text {
  font-size: 18px;
  line-height: 34px;
}

.projectc-details__pagination-box {
  position: relative;
  display: block;
  margin-top: 109px;
}

.projectc-details__pagination-single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 50px 50px 50px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 30px;
}

.projectc-details__pagination-icon {
  position: relative;
  display: block;
}

.projectc-details__pagination-icon a {
  font-size: 15px;
  color: var(--ambed-black, #3c3531);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background-color: var(--ambed-white, #ffffff);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.projectc-details__pagination-icon a:hover {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

.projectc-details__pagination-content {
  margin-left: 30px;
  top: -5px;
  position: relative;
}

.projectc-details__pagination-content span {
  font-size: 14px;
}

.projectc-details__pagination-content p {
  font-size: 20px;
  color: var(--ambed-black, #3c3531);
  font-weight: 700;
  line-height: 22px;
}

.projectc-details__pagination-single-two {
  text-align: right;
  justify-content: flex-end;
}

.projectc-details__pagination-single-two .projectc-details__pagination-content {
  margin-left: 0;
  margin-right: 30px;
}

/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
  position: relative;
  display: block;
  padding: 90px 0 90px;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0 127px;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: -26px;
}

.about-two__left .section-title {
  margin-bottom: 48px;
}

.about-two__left .section-title__line {
  left: 0;
  transform: translateX(0);
}

.about-two__text-1 {
  font-size: 24px;
  color: var(--ambed-base, #a47c68);
  font-weight: 500;
  line-height: 36px;
}

.about-two__text-2 {
  font-size: 18px;
  line-height: 34px;
  padding-top: 35px;
  padding-bottom: 37px;
}

.about-two__points-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-two__points-left {
  position: relative;
  display: block;
  float: left;
}

.about-two__points-right {
  position: relative;
  display: block;
  float: right;
}

.about-two__points {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.about-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li + li {
  margin-left: 0px;
}

.about-two__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: var(--ambed-base, #a47c68);
}

.about-two__points li .text {
  margin-left: 10px;
}

.about-two__points li .text p {
  font-size: 18px;
  color: var(--ambed-black, #3c3531);
  font-weight: 700;
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: 240px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img-1 {
  position: relative;
  display: block;
  border-top-right-radius: 80px !important;
  border-bottom-left-radius: 80px !important;
  border-bottom-right-radius: 80px !important;
}

.about-two__img-1 img {
  width: 100%;
  border-top-right-radius: 80px !important;
  border-bottom-left-radius: 80px !important;
  border-bottom-right-radius: 80px !important;
}

.about-two__img-2 {
  position: absolute;
  top: 80px;
  left: -185px;
  border-top-left-radius: 80px !important;
  border-top-right-radius: 80px !important;
  border-bottom-left-radius: 80px !important;
}

.about-two__img-2 img {
  width: auto;
  border-top-left-radius: 80px !important;
  border-top-right-radius: 80px !important;
  border-bottom-left-radius: 80px !important;
}

.about-two__dot {
  position: absolute;
  bottom: -80px;
  right: -40px;
  opacity: 0.3;
  z-index: -1;
}

.about-two__dot img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  padding-top: 120px;
}

/*--------------------------------------------------------------
# Team page
--------------------------------------------------------------*/
.team-page {
  padding: 120px 0 90px;
}
.team-page--carousel {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}

.team-details-shape-1 img {
  width: auto;
}

.team-details__top {
  position: relative;
  display: block;
  padding: 120px 0 110px;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-top-right-radius: 50px;
}

.team-details__top-img img {
  width: 100%;
  border-top-right-radius: 50px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: var(--ambed-extra, #f2eeeb);
  letter-spacing: 0.35em;
  position: absolute;
  transform: rotate(-90deg);
  top: 209px;
  left: -329px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -8px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--ambed-base, #a47c68);
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}

.team-details__social a {
  position: relative;
  height: 45px;
  width: 45px;
  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;
  background-color: var(--ambed-extra, #f2eeeb);
  color: var(--ambed-black, #3c3531);
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__social a:hover {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--ambed-base, #a47c68);
  line-height: 47px;
}
@media (max-width: 767px) {
  .team-details__top-text-1 br {
    display: none;
  }
}

.team-details__top-text-2 {
  font-size: 18px;
  line-height: 34px;
  padding-top: 33px;
  padding-bottom: 35px;
}

.team-details__top-text-3 {
  font-size: 18px;
  line-height: 34px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-top: 111px;
  padding-bottom: 120px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  font-size: 18px;
  line-height: 34px;
  padding-top: 30px;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--ambed-black, #3c3531);
  margin-bottom: 7px;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--ambed-extra, #f2eeeb);
  border-radius: 7px;
  margin-bottom: 22px;
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--ambed-base, #a47c68);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--ambed-gray, #8b827d);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Message One
--------------------------------------------------------------*/
.message-one {
  position: relative;
  display: block;
}
.message-one__inner {
  position: relative;
  background-color: var(--ambed-extra, #f2eeeb);
  padding: 120px 0 230px;
  overflow: hidden;
  z-index: 1;
}

.message-one-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.message-one-bg-2 {
  position: absolute;
  top: -120px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.message-one-bg-2 img {
  width: auto;
}

.message-one-shape-1 {
  position: absolute;
  top: 0;
  left: -170px;
}

.message-one-shape-1:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  border-top: 230px solid #e2ddda;
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
}

.message-one-shape-2 {
  position: absolute;
  top: 167px;
  left: 0;
}

.message-one-shape-2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top: 160px solid transparent;
  border-left: 160px solid #ffffff;
  border-bottom: 160px solid transparent;
}

.message-one-shape-3 {
  position: absolute;
  bottom: -90px;
  right: 0;
}

.message-one-shape-3:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  border-top: 220px solid transparent;
  border-bottom: 220px solid transparent;
  border-right: 220px solid #e2ddda;
}

.message-one .container {
  max-width: 770px;
  width: 100%;
}

.message-one .comment-form__btn {
  margin: 20px auto 0;
  display: block;
}

.message-one .comment-form__input-box input[type=text],
.message-one .comment-form__input-box input[type=email] {
  background-color: var(--ambed-white, #ffffff);
  font-weight: 400;
}

.message-one .comment-form__input-box.text-message-box {
  height: 160px;
}

.message-one .comment-form__input-box textarea {
  background-color: var(--ambed-white, #ffffff);
  height: 160px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Newsletter Two
--------------------------------------------------------------*/
.newsletter-two {
  margin-top: -110px;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonials-page {
  position: relative;
  display: block;
  padding: 150px 0 60px;
}
.testimonials-page--carousel {
  padding-bottom: 120px;
}

.testimonials-page .testimonial-one__single {
  margin-bottom: 60px;
}

.testimonials-page--carousel .testimonial-one__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.gallery-page--carousel {
  padding-bottom: 120px;
}

.gallery-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gallery-page__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.8);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  z-index: 1;
}

.gallery-page__single:hover .gallery-page__img:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.gallery-page__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-page__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 2;
}

.gallery-page__icon a {
  height: 77px;
  width: 77px;
  background-color: var(--ambed-base, #a47c68);
  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;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 22px;
  color: var(--ambed-white, #ffffff);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.gallery-page__icon a:hover {
  background-color: var(--ambed-white, #ffffff);
  color: var(--ambed-black, #3c3531);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.faq-page__left {
  position: relative;
  display: block;
}

.faq-page__right {
  position: relative;
  display: block;
}

.faq-page__right .service-details__need-help {
  margin-top: 0px;
}

.faq-page__btn-box {
  position: relative;
  display: block;
}

.faq-page__btn {
  width: 100%;
  text-align: center;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 71px 0 120px;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: block;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 900;
  margin-bottom: 0;
  color: var(--ambed-base, #a47c68);
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 12px;
  font-weight: 400;
  color: var(--ambed-black, #3c3531);
}

.error-page__text {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 56px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--ambed-extra, #f2eeeb);
  font-size: 16px;
  color: var(--ambed-gray, #8b827d);
  font-weight: 400;
  padding-left: 50px;
  padding-right: 75px;
}

.error-page__form input[type=search]::placeholder {
  color: var(--ambed-gray, #8b827d);
}

.error-page__form button[type=submit] {
  background-color: transparent;
  color: var(--ambed-black, #3c3531);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  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;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.contact-page-shape-1 {
  position: absolute;
  bottom: 95px;
  right: 0;
  opacity: 0.5;
}

.contact-page-shape-1 img {
  width: auto;
}

.contact-page__left {
  position: relative;
  display: block;
}

.contact-page__left .section-title__line {
  left: 0;
  transform: translateX(0);
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__form .comment-form__input-box.text-message-box {
  height: 155px;
}

.contact-page__form .comment-form__input-box textarea {
  height: 155px;
}

.contact-page__right {
  position: relative;
  display: block;
  margin-left: 40px;
}

.contact-page__details {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding-top: 34px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  border-top: 4px solid var(--ambed-base, #a47c68);
}

.contact-page__details-list {
  position: relative;
  display: block;
}

.contact-page__details-list li + li {
  margin-top: 28px;
}

.contact-page__details-list li p {
  font-size: 18px;
  color: var(--ambed-black, #3c3531);
  font-weight: 500;
}

.contact-page__details-list li p a {
  color: var(--ambed-black, #3c3531);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__details-list li p a:hover {
  color: var(--ambed-base, #a47c68);
}

.contact-page__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
  padding-top: 39px;
  margin-top: 30px;
}

.contact-page__social a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  color: var(--ambed-black, #3c3531);
  font-size: 15px;
  background-color: var(--ambed-extra, #f2eeeb);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-page__social a:hover {
  color: var(--ambed-white, #ffffff);
}

.contact-page__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ambed-base, #a47c68);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.contact-page__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.contact-page__social a + a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
  position: relative;
  display: block;
  background-color: var(--ambed-extra, #f2eeeb);
}

.google-map__two-box {
  position: relative;
  display: block;
  border: none;
  height: 530px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--ambed-base, #a47c68);
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--ambed-base, #a47c68);
  opacity: 0.3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--ambed-base, #a47c68);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase__inner {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__image {
  position: relative;
  background-color: var(--ambed-black, #3c3531);
  overflow: hidden;
}
.home-showcase__image > img {
  width: 100%;
  transition: 500ms ease;
  transform: scale(1);
}
.home-showcase__image:hover > img {
  opacity: 0.75;
}
.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
}
.home-showcase__buttons__item {
  padding: 10px 38px;
  width: 150px;
  text-align: center;
}
.home-showcase__buttons__item + .home-showcase__buttons__item {
  margin-top: 10px;
}
.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--ambed-black, #3c3531);
  margin-top: 15px;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
  background-color: var(--ambed-extra, #f2eeeb);
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
# Dark Version
--------------------------------------------------------------*/
.main-header__logo .dark-logo {
  display: block;
}
.main-header__logo .light-logo {
  display: none;
}
.main-header__logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.main-menu-two__logo .dark-logo {
  display: none;
}
.main-menu-two__logo .light-logo {
  display: block;
}
.main-menu-two__logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.main-menu-three__logo .dark-logo {
  display: none;
}
.main-menu-three__logo .light-logo {
  display: block;
}
.main-menu-three__logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/*--------------------------------------------------------------
# Owl Styles
--------------------------------------------------------------*/
.owl-with-shadow .owl-stage-outer {
  overflow: visible;
}
.owl-with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
.owl-with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.owl-dot-one .owl-dots {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-dot-one .owl-dots .owl-dot {
  margin: 0 5px;
}
.owl-dot-one .owl-dots .owl-dot span {
  margin: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  border-radius: 50%;
  opacity: 1;
  transition: all 500ms ease;
}
.owl-dot-one .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: var(--ambed-black, #3c3531);
}
.owl-dot-one--lg .owl-dots {
  display: none;
}
@media (min-width: 1200px) {
  .owl-dot-one--lg .owl-dots {
    display: flex;
  }
}
.owl-dot-one--md .owl-dots {
  display: none;
}
@media (min-width: 768px) {
  .owl-dot-one--md .owl-dots {
    display: flex;
  }
}
.owl-dot-one--sm .owl-dots {
  display: none;
}
@media (min-width: 576px) {
  .owl-dot-one--sm .owl-dots {
    display: flex;
  }
}

.owl-nav-one .owl-nav {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-nav-one .owl-nav button[class*=owl-] {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: var(--ambed-bdr-color, #e2ddda);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--ambed-gray, #8b827d);
  transition: all 500ms ease;
  margin: 0 5px;
}
.owl-nav-one .owl-nav button[class*=owl-]:hover {
  background-color: var(--ambed-black, #3c3531);
  color: #fff;
}
.owl-nav-one--lg .owl-nav {
  display: none;
}
@media (max-width: 1199.98px) {
  .owl-nav-one--lg .owl-nav {
    display: flex;
  }
}
.owl-nav-one--md .owl-nav {
  display: none;
}
@media (max-width: 767.98px) {
  .owl-nav-one--md .owl-nav {
    display: flex;
  }
}
.owl-nav-one--sm .owl-nav {
  display: none;
}
@media (max-width: 575.98px) {
  .owl-nav-one--sm .owl-nav {
    display: flex;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
}

.blog-sidebar__single.tag-sticky-2 .blog-sidebar__content-box:before,
.blog-sidebar__single.sticky .blog-sidebar__content-box:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--ambed-base, #a47c68);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 7px;
}

.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(--ambed-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: #f6f4f9;
  border-left: 2px solid var(--ambed-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(--ambed-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(--ambed-base, #a47c68);
  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(--ambed-black, #1e1e22);
}

.blog-details__content a:hover {
  color: var(--ambed-base, #a47c68);
  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(--ambed-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(--ambed-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(--ambed-black, #1e1e22);
}

.blog-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--ambed-black, #1e1e22);
}

.blog-details__content .post-password-form input[type=password] {
  width: 200px;
  height: 60px;
  background-color: var(--ambed-extra, #f2eeeb);
  color: var(--ambed-gray, #717178);
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--ambed-bdr-radius);
}

.blog-details__content .post-password-form input[type=submit] {
  width: 120px;
  height: 60px;
  background-color: var(--ambed-black, #1e1e22);
  color: var(--ambed-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: var(--ambed-bdr-radius);
}

.blog-details__content .post-password-form input[type=submit]:hover {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

.post .blog-details__content p {
  line-height: 2em;
  margin-bottom: 1.5em;
}

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

ul.list-unstyled.blog-details__meta.ml-0 {
  margin-bottom: 0.5em;
}

.comments-area ol ol,
.blog-details ol ol,
.blog-details ul ol,
.blog-details ol ul,
.blog-details ul ul,
.comments-area ul ul {
  margin-bottom: 0;
}

.blog-details .blocks-gallery-grid,
.blog-details .wp-block-gallery {
  margin-left: 0;
}

.wp-block-archives-list li,
.sidebar .widget.widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ambed-gray, #717178);
  position: relative;
  line-height: 36px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--ambed-gray, #717178);
  transition: all 0.3s ease;
  z-index: 1;
}

.sidebar .widget ul.wp-block-social-links li a::after,
.sidebar .widget.widget_archive ul li a::after {
  content: "";
}

.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: var(--ambed-extra, #f2eeeb);
  border: 1px solid var(--ambed-extra, #f2eeeb);
  outline: none;
  color: var(--ambed-gray, #717178);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--ambed-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(--ambed-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: 500;
  color: var(--ambed-black, #1e1e22);
}

.wp-block-latest-comments__comment-date {
  font-weight: 500;
  color: var(--ambed-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(--ambed-black, #3c3531);
  width: 44px;
  height: 44px;
  color: var(--ambed-white);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white);
}

.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(--ambed-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(--ambed-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--ambed-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 5px;
  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(--ambed-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: var(--ambed-extra, #f2eeeb);
  color: var(--ambed-gray, #717178);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--ambed-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 60px;
  border: 1px solid var(--ambed-extra, #f2eeeb);
  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(--ambed-black, #1e1e22);
  text-align: center;
  color: var(--ambed-white, #ffffff);
  padding: 0 50px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--ambed-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(--ambed-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(--ambed-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--ambed-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blog-details__content .page-links {
  color: var(--ambed-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(--ambed-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;
  border-radius: var(--ambed-bdr-radius);
}

.blog-details__content .page-links span {
  background-color: var(--ambed-base, #651fd4);
  color: var(--ambed-white, #ffffff);
}

.blog-details__content .page-links a:hover {
  background-color: var(--ambed-base, #a47c68);
  color: var(--ambed-white, #ffffff);
}

.news-sidebar__left .blog-pagination {
  margin-top: 30px;
}

.blog-pagination {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 30px;
}

.blog-sideabr__left .blog-pagination {
  margin-top: 60px;
}

.comments-area .blog-pagination {
  margin-top: -5px;
}

.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(--ambed-bdr-color, #e2ddda);
  width: 50px;
  height: 50px;
  font-size: 16px;
  transition: all 500ms ease;
  border-radius: var(--ambed-bdr-radius);
}

.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
  background-color: var(--ambed-base, #a47c68);
  border-color: var(--ambed-base, #a47c68);
  color: var(--ambed-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(--ambed-black);
}

.wp-block-latest-comments a,
.wp-block-latest-posts__list.has-dates li a,
.wp-block-rss li a {
  color: var(--ambed-black);
}

a.wp-block-button__link {
  background-color: var(--ambed-black);
  color: #fff;
}

.blog-details__content a.wp-block-file__button,
.wp-block-cover strong,
.wp-block-cover__inner-container a {
  color: #fff;
}

.wp-block-cover-text a {
  color: #fff;
}

.wp-block-calendar table th {
  background: var(--ambed-extra, #f2eeeb);
}

.widget .wp-block-categories li,
.widget .wp-block-page-list li,
.widget.widget_categories,
.widget.widget_nav_menu,
.widget.widget_pages {
  line-height: 37px;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0;
}

/*# Ambed Update Css - 20/10/2022 */
/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.shop-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.product__sidebar {
  position: relative;
  display: block;
}

.product__sidebar-single + .product__sidebar-single {
  margin-top: 30px;
}

.product__sidebar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  margin-bottom: 22px;
}

.shop-search {
  position: relative;
  display: block;
}

.shop-search form {
  border-radius: 0px;
  position: relative;
  background-color: var(--ambed-base);
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
  width: 100%;
  height: 60px;
  background-color: var(--ambed-base);
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  color: var(--ambed-white);
  font-family: var(--ambed-font);
  border: none;
  outline: none;
  font-weight: 400;
}

.shop-search form ::placeholder {
  color: inherit;
  opacity: 1;
}

.product__price-ranger {
  position: relative;
  padding: 27px 30px 30px;
  margin: 0;
  background-color: var(--ambed-primary);
}

.product__price-ranger.price-ranger {
  margin-top: 7px;
  margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
  background: var(--ambed-white);
  border: none;
  height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--ambed-base);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
  background: var(--ambed-base);
}

.product__price-ranger .price-ranger #slider-range {
  margin-left: 3px;
  margin-right: 0;
  margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  background: var(--ambed-black);
  float: right;
  text-align: center;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 0;
  z-index: 1;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type=submit]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background-color: var(--ambed-base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--ambed-gray);
  font-size: 14px;
  font-weight: 400;
  width: 40px;
  line-height: 30px;
  border: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--ambed-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  left: -2px;
}

.shop-category {
  position: relative;
  display: block;
  background-color: var(--ambed-primary);
  padding: 27px 15px 15px;
}

.shop-category .product__sidebar-title {
  margin-bottom: 13px;
}

.shop-category ul {
  position: relative;
  display: block;
}

.shop-category ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--ambed-gray);
  margin-bottom: 5px;
}

.shop-category ul li:last-child {
  margin-bottom: 0;
}

.shop-category ul li a {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--ambed-gray);
  font-weight: 500;
  border-radius: 0;
  transition: all 0.3s ease;
  z-index: 1;
  padding: 8px 15px 8px;
}

.shop-category ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--ambed-white);
  border-radius: 0px;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-category ul li a:hover:before {
  transform: scaleY(1);
}

.shop-category ul li:hover a,
.shop-category ul li.active a {
  color: var(--ambed-black);
  background: var(--ambed-white);
}

.shop-category ul li a:after {
  position: absolute;
  right: 20px;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  opacity: 1;
  font-size: 15px;
  color: var(--ambed-base);
  line-height: 30px;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.shop-category ul li a:hover:after,
.shop-category ul li.active a:after {
  color: var(--ambed-base);
  transform: scale(1);
}

.product__items {
  position: relative;
  display: block;
}

.product__showing-result {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product__showing-text-box {
  position: relative;
  display: block;
}

.product__showing-text {
  font-size: 16px;
  font-weight: 400;
}

.product__showing-sort {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
}

.product__showing-sort .select-box .nice-select {
  background-color: var(--ambed-primary);
  border-radius: 0;
  color: var(--ambed-gray);
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.product__all {
  position: relative;
  display: block;
}

.product__all-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  transition: all 500ms ease;
  z-index: 1;
}

.product__all-img {
  position: relative;
  display: block;
  border: 1px solid var(--ambed-bdr-color);
  overflow: hidden;
  z-index: 1;
}

.product__all-img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--ambed-black-rgb), 0.1);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.product__all-single:hover .product__all-img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.product__all-img img {
  width: 100%;
  transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
  transform: scale(1.05);
}

.product__all-btn-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg) scale(0);
  transition: all 600ms ease;
  z-index: 2;
}

.product__all-single:hover .product__all-btn-box {
  transform: rotate(0deg) scale(1);
}

.product__all-btn {
  padding: 5px 30px 5px;
}

.product__all-content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 18px;
}

.product__all-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.04em;
}

.product__all-title a {
  color: var(--ambed-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product__all-title a:hover {
  color: var(--ambed-base);
}

.product__all-price {
  font-size: 14px;
  font-weight: 400;
  color: var(--ambed-gray);
  line-height: 24px;
  padding-top: 3px;
  padding-bottom: 4px;
}

.product__all-review {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__all-review i {
  font-size: 15px;
  color: var(--ambed-base);
}

.product__all-review i + i {
  margin-left: 5px;
}

/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.product-details__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-details__img img {
  width: 100%;
  border: 1px solid var(--ambed-bdr-color);
}

.product-details__top {
  position: relative;
  display: block;
  margin-top: -10px;
}

.product-details__title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}

.product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--ambed-base);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 10px;
  letter-spacing: 0;
}

.product-details__reveiw {
  display: flex;
  align-items: center;
  margin-top: 19px;
  padding-bottom: 30px;
  margin-bottom: 21px;
  border-bottom: 1px solid var(--ambed-bdr-color);
}

.product-details__reveiw i {
  font-size: 16px;
  color: var(--ambed-base);
}

.product-details__reveiw i + i {
  margin-left: 4px;
}

.product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--ambed-gray);
  margin-left: 18px;
}

.product-details__content {
  position: relative;
  display: block;
}

.product-details__content-text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 31px;
}

.product-details__content-text2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}

.product-details__quantity-title {
  margin: 0;
  color: var(--ambed-black);
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 0px;
  height: 50px;
  border: 1px solid var(--ambed-bdr-color);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--ambed-font);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: var(--ambed-gray);
}

.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: var(--ambed-gray);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: none;
  border-left: 1px solid var(--ambed-bdr-color);
  border-top-right-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid var(--ambed-bdr-color);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.product-details__buttons {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.product-details__buttons-1 {
  position: relative;
  display: block;
}

.product-details__buttons-1 .thm-btn {
  background-color: var(--ambed-black);
}

.product-details__buttons-1 .thm-btn::before {
  background-color: var(--ambed-base);
}

.product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.product-details__buttons-2 .thm-btn {
  background-color: var(--ambed-base);
}

.product-details__buttons-2 .thm-btn:after {
  background-color: var(--ambed-black);
}

.product-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__social .title {
  position: relative;
  display: block;
}

.product-details__social .title h3 {
  color: var(--ambed-black);
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.product-details__social-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.product-details__social-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ambed-black);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: var(--ambed-primary);
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.product-details__social-link a + a {
  margin-left: 10px;
}

.product-details__social-link a:hover {
  color: var(--ambed-white);
  background-color: var(--ambed-base);
}

/*--------------------------------------------------------------
# Product Description
--------------------------------------------------------------*/
.product-description {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 50px;
}

.product-description__title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 27px;
}

.product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-description__list ul {
  position: relative;
  display: block;
}

.product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 1px;
}

.product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-description__list ul li p {
  color: var(--ambed-black);
  margin: 0;
  font-weight: 500;
}

.product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--ambed-base);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}

.product-description__tex2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

/*--------------------------------------------------------------
# Review One
--------------------------------------------------------------*/
.review-one {
  position: relative;
  display: block;
}

.comments-area {
  position: relative;
  display: block;
  border-top: 1px solid var(--ambed-bdr-color);
  padding-top: 56px;
}

.review-one__title {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.review-one__title h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
}

.comments-area .comment-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--ambed-bdr-color);
}

.comments-area .comment {
  position: relative;
  display: flex;
  align-items: center;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  display: block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  height: 100%;
}

.comments-area .comment-box .author-thumb figure {
  margin: 0;
}

.review-one__content {
  position: relative;
  display: block;
  padding-left: 45px;
  flex: 1;
}

.review-one__content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review-one__content-top .info {
  position: relative;
  display: block;
}

.review-one__content-top .info h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.review-one__content-top .info h2 span {
  color: var(--ambed-base);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.review-one__content-top .reply-btn {
  position: relative;
  display: block;
}

.review-one__content-top .reply-btn i:before {
  color: var(--ambed-base);
  font-size: 15px;
}

.review-one__content-bottom {
  position: relative;
  display: block;
}

.review-one__content-bottom p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

/*--------------------------------------------------------------
# Review Form One
--------------------------------------------------------------*/
.review-form-one {
  position: relative;
  display: block;
  padding: 16px 0 120px;
}

.review-form-one__inner {
  position: relative;
  display: block;
}

.review-form-one__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.review-form-one__rate-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 25px;
}

.review-form-one__rate-text {
  font-size: 18px;
  font-weight: 400;
}

.review-form-one__rate {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.review-form-one__rate i {
  font-size: 16px;
  color: var(--ambed-base);
}

.review-form-one__rate i + i {
  margin-left: 5px;
}

.review-form-one__form {
  position: relative;
  display: block;
}

.review-form-one__form .row {
  --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
  font-size: 14px;
  color: var(--ambed-gray);
  height: 190px;
  width: 100%;
  background-color: var(--ambed-primary);
  padding: 25px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.review-form-one__input-box.text-message-box {
  height: 190px;
}

.review-form-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.review-form-one__input-box input[type=text],
.review-form-one__input-box input[type=email] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--ambed-primary);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--ambed-gray);
  display: block;
  font-weight: 400;
}

.review-form-one__btn {
  border: none;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  display: block;
  background: var(--ambed-white);
  padding: 113px 0px 120px;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .cart-table {
    min-width: 1170px;
  }
}
.cart-table {
  margin-bottom: 60px;
}

.cart-table thead th {
  color: var(--ambed-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  border: none;
  padding-bottom: 22px;
}

.cart-table thead th:last-child {
  text-align: right;
}

.cart-table tbody tr {
  vertical-align: middle;
}

.cart-table tbody tr:last-child {
  border-bottom: 1px solid var(--ambed-bdr-color);
}

.cart-table tbody td {
  font-size: 18px;
  color: var(--ambed-gray);
  vertical-align: middle;
  border-top: 1px solid var(--ambed-bdr-color);
  border-bottom: 1px solid var(--ambed-bdr-color);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.cart-table tbody td:last-child {
  text-align: right;
}

.cart-table .product-box {
  display: flex;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 120px;
  border-radius: 0;
  overflow: hidden;
  margin-right: 35px;
}

.cart-table .product-box .img-box img {
  width: 100%;
  border: 1px solid var(--ambed-bdr-color);
}

.cart-table h3 {
  color: var(--ambed-black);
  font-size: 20px;
  margin-left: 36px;
  font-weight: 700;
  margin: 0;
}

.cart-table h3 a {
  color: var(--ambed-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table h3 a:hover {
  color: var(--ambed-base);
}

.cart-table .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.cart-table .quantity-box input {
  width: 98px;
  border-radius: 0px;
  height: 50px;
  border: 1px solid var(--ambed-bdr-color);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--ambed-font);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  color: var(--ambed-gray);
  font-weight: 400;
}

.cart-table .quantity-box button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: var(--thm-black);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border-top-right-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  border-left: 1px solid var(--ambed-bdr-color);
}

.cart-table .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid var(--ambed-bdr-color);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.cart-table .cross-icon {
  position: relative;
  display: block;
}

.cart-table .cross-icon i:before {
  position: relative;
  display: inline-block;
  color: var(--ambed-black);
  font-size: 16px;
}

.cart-cupon__form {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.cart-cupon__input {
  width: 100%;
  max-width: 370px;
  border-radius: 0;
  background-color: var(--ambed-primary);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 20px;
  font-family: var(--ambed-font);
  font-size: 14px;
  color: var(--ambed-gray);
  height: 60px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-weight: 400;
}

.cart-cupon__form ::placeholder {
  color: var(--ambed-gray);
  opacity: 1;
}

.cart-cupon__form button {
  top: -1px;
  border: none;
  outline: none !important;
}

.cart-total {
  position: relative;
  display: block;
  margin-bottom: 22px;
  margin-top: -9px;
}

.cart-total li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--ambed-gray);
  font-size: 18px;
  font-weight: 400;
}

.cart-total li + li {
  margin-top: 15px;
}

.cart-total li span:first-child {
  display: block;
  color: var(--ambed-black);
  font-size: 20px;
  margin-right: 70px;
  font-weight: 700;
  width: 145px;
  text-align: right;
}

.cart-total li:nth-child(2) span:first-child {
  position: relative;
  right: 6px;
}

.cart-total-amount {
  color: var(--ambed-gray);
}

.cart-page__buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart-page__buttons-1 {
  position: relative;
  display: block;
}

.cart-page__buttons-1 .thm-btn {
  background: var(--ambed-black);
}

.cart-page__buttons-1 .thm-btn::before {
  background: var(--ambed-base);
}

.cart-page__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.cart-page__buttons-2 .thm-btn {
  background-color: var(--ambed-base);
}

.cart-page__buttons-2 .thm-btn:after {
  background-color: var(--ambed-black);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  display: block;
  padding: 110px 0 120px;
}

.checkout-page .billing_details {
  position: relative;
  display: block;
}

.billing_title {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.billing_title p {
  font-size: 16px;
  margin: 0;
}

.billing_title span {
  color: var(--ambed-base);
}

.billing_title h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  font-weight: 700;
  margin-top: 16px;
}

.billing_details_form {
  position: relative;
  display: block;
}

.billing_details_form .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}

.billing_details_form .btn-light {
  border: none;
}

.billing_details_form .btn-light:hover {
  border: none;
}

.billing_input_box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.billing_input_box input[type=text],
.billing_input_box input[type=email],
.billing_input_box input[type=tel] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--ambed-primary);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  color: var(--ambed-gray);
  display: block;
  font-weight: 400;
}

.billing_details .checked-box {
  position: relative;
  display: block;
  margin-top: -4px;
}

.billing_details .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--ambed-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  font-family: var(--ambed-font);
}

.billing_details .checked-box input[type=checkbox] {
  display: none;
}

.billing_details .checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  background: var(--ambed-base);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0;
}

.billing_details .checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.billing_details.checked-box input[type=checkbox]:checked + label span {
  border-color: #ffffff;
}

.billing_details .checked-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.ship_different_address_title {
  margin-top: 45px;
}

.ship_different_address_title h2 span::before {
  position: relative;
  display: inline-block;
  color: var(--ambed-base);
  font-size: 19px;
  top: -2px;
  left: 15px;
}

.ship_different_address_form .ship_different_input {
  position: relative;
  display: block;
  height: 120px;
}

.ship_different_address_form .ship_different_input textarea {
  font-size: 14px;
  color: var(--ambed-gray);
  height: 120px;
  width: 100%;
  background-color: var(--ambed-primary);
  padding: 15px 30px 20px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: 0;
  font-weight: 400;
}

.billing_details_form .select-box .nice-select {
  background-color: var(--ambed-primary);
  border-radius: 0;
  color: var(--ambed-gray);
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.billing_details_form .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.your_order {
  position: relative;
  display: block;
  padding-top: 56px;
}

.your_order h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 36px;
}

.order_table_box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--ambed-bdr-color);
  padding-bottom: 24px;
}

.order_table_detail {
  position: relative;
  width: 100%;
}

.order_table_head {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--ambed-bdr-color);
  border-top: 1px solid var(--ambed-bdr-color);
}

.order_table_head th {
  font-size: 20px;
  color: var(--ambed-black);
  font-weight: 700;
  margin: 0;
  padding: 22px 0 21px;
}

.order_table_head th.right {
  float: right;
}

.order_table_detail tbody td {
  padding: 29px 0 2px;
}

.order_table_detail tbody td.pro__title {
  color: var(--ambed-gray);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.order_table_detail tbody td.pro__price {
  color: var(--ambed-gray);
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkout__payment {
  background-color: var(--ambed-primary);
  border-radius: 0;
  padding: 49px 50px 18px;
  margin-bottom: 30px;
}

.checkout__payment__item + .checkout__payment__item {
  margin-top: 41px;
}

.checkout__payment__title {
  display: flex;
  color: var(--ambed-black);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  align-items: center;
  margin-bottom: 27px;
  cursor: pointer;
}

.checkout__payment__title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #e2ddda;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}

.checkout__payment__title img {
  margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--ambed-base);
  border-color: var(--ambed-base);
  content: "\f00c";
}

.checkout__payment__content {
  font-size: 16px;
  line-height: 30px;
  color: var(--ambed-gray);
  font-weight: 400;
  padding-left: 33px;
}

del,
del bdi {
  text-decoration: line-through;
}

.wp-block-woocommerce-filter-wrapper .wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

/* woocommerce
--------------------------------------------- */
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 6.4em;
  font-family: star;
  font-weight: 500;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--ambed-base);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: var(--ambed-base);
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: var(--ambed-base);
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: var(--ambed-base);
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: var(--ambed-base) !important;
  letter-spacing: 5px;
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--ambed-base);
  font-size: 16px;
}

.woocommerce-ordering {
  float: right;
}

.woocommerce-pagination {
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

@media screen and (min-width: 992px) {
  .product-content {
    margin-top: 50px;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
}

a.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery__trigger::after {
  position: absolute;
  content: "\f1a2";
  font-family: "Flaticon" !important;
  font-size: 16px;
  color: #222429;
  top: -20px;
  right: 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin-right: 10px;
  float: left;
}

.comment-form-rating {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

label.rate-this-pro {
  float: left;
  margin-right: 10px;
  font-size: 18px;
}

.comment-form-rating p.stars {
  padding-top: 5px;
}

.product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce {
  padding-top: 70px;
  padding-bottom: 105px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.shop_table .product-thumbnail a {
  display: inline-block;
  background-color: var(--ambed-extra, #f2eeeb);
}

.shop_table .product-thumbnail img {
  max-width: 120px;
  mix-blend-mode: darken;
  border: 1px solid var(--ambed-bdr-color);
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--ambed-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:last-child {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.shop_table tbody tr {
  border: 1px solid #e9ebee;
  border-left: 0;
  border-right: 0;
}

.shop_table td {
  border: 0;
}

.woocommerce-order-details .shop_table td,
.order_details.shop_table tfoot tr th {
  border: 1px solid #e9ebee;
}

.woocommerce-checkout-review-order-table thead tr {
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.woocommerce-cart-form .shop_table tbody tr:last-child,
.woocommerce-checkout-review-order-table tbody tr,
.cart_totals .shop_table tbody tr,
.cart_totals .shop_table tbody th,
.woocommerce-checkout .shop_table tfoot th {
  border: 0;
}

.woocommerce-checkout-review-order-table tbody td.product-name,
.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  text-transform: capitalize;
}

.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  font-size: 16px;
}

.woocommerce-view-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td {
  padding-left: 10px;
}

.woocommerce-order-details .woocommerce-table--order-details tfoot th {
  color: var(--ambed-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--ambed-font);
}

.woocommerce-checkout .shop_table tfoot tr:last-child {
  border-bottom: 1px solid #e9ebee;
}

.woocommerce-checkout .shop_table td {
  padding: 10px;
  padding-left: 20px;
}

.cart_totals .shop_table td,
.cart_totals .shop_table th {
  padding-top: 10px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th,
.woocommerce-checkout .shop_table .amount {
  font-family: var(--ambed-font);
  color: var(--ambed-gray);
  font-size: 16px;
  font-weight: 400;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * WooCommerce widgets
 */
.sidebar__single.shop-one__sidebar__item {
  background-color: #fff;
}

.sidebar .wc-block-product-search .wc-block-product-search__fields {
  display: inline-flex;
}

.sidebar .wc-block-product-search .wc-block-product-search__field {
  max-width: 170px;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--ambed-base);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
  top: -4px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--ambed-base);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.sidebar .widget_product_search .searchform {
  position: relative;
  margin: 0px;
}

.sidebar .widget_product_search .searchform input[type=text],
.sidebar .widget_product_search .searchform input[type=search] {
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: #f4f5f8;
  color: #222429;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid #f4f5f8;
  font-family: var(--ambed-font);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .widget_product_search .searchform input:focus {
  border-color: #222429;
}

.sidebar .widget_product_search .searchform button {
  position: absolute;
  right: 10px;
  top: 3px;
  border: none;
  outline: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: block;
  font-size: 18px;
  color: #222429;
  background: none;
  font-weight: normal;
}

.sidebar .widget_product_search .searchform input:focus + button,
.sidebar .widget_product_search .searchform button:hover {
  color: #181b1f;
}

.sidebar .wc-block-product-search__button {
  border: 1px solid;
  border-color: var(--ambed-base);
  border-radius: 3px;
  background: var(--ambed-base);
  color: var(--ambed-white);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.wc-block-product-categories__button {
  border-color: var(--ambed-base);
  background: var(--ambed-base);
  color: var(--ambed-white);
}

.woocommerce-MyAccount-navigation ul,
.sidebar .widget_product_categories ul,
.sidebar .woocommerce-widget-layered-nav ul {
  position: relative;
  margin-top: -9px;
}

.woocommerce-MyAccount-navigation ul li,
.sidebar .widget_product_categories ul li,
.sidebar .woocommerce-widget-layered-nav ul li {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: var(--ambed-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li:last-child,
.sidebar .widget_product_categories ul li:last-child,
.sidebar .woocommerce-widget-layered-nav ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.sidebar .widget_product_categories ul li a,
.sidebar .woocommerce-widget-layered-nav ul li a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 1;
  font-size: 16px;
  font-family: var(--ambed-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li > a:hover,
.sidebar .widget_product_categories ul li > a:hover,
.sidebar .woocommerce-widget-layered-nav ul li > a:hover,
.sidebar .widget_product_categories ul li.active > a,
.sidebar .woocommerce-widget-layered-nav ul li.active > a {
  color: #222429;
  text-shadow: 0 0 1px #222429;
}

.woocommerce-MyAccount-navigation ul ul,
.sidebar .widget_product_categories ul ul,
.sidebar .woocommerce-widget-layered-nav ul ul {
  margin-top: 15px;
}

.woocommerce-MyAccount-navigation ul li::after,
.sidebar .widget_product_categories ul li:after,
.sidebar .woocommerce-widget-layered-nav ul li:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "Flaticon";
  content: "\f15f";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}

.sidebar .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  margin-top: -1px;
  margin-left: -1.5px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -13px;
}

.sidebar .widget_price_filter .theme-btn {
  border-radius: 5px;
}

.sidebar .widget_price_filter .theme-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}

.widget_price_filter .clear {
  display: none;
}

.widget_price_filter .price_label {
  margin-right: auto;
  padding-top: 3px;
}

.sidebar .widget_price_filter .price_slider_amount {
  font-family: var(--ambed-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--ambed-base);
  font-size: 16px;
}

.sidebar .widget_rating_filter a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222429;
}

.sidebar .widget_rating_filter ul {
  margin-top: -10px;
}

.sidebar .widget_recently_viewed_products li + li,
.sidebar .widget_recent_reviews li + li,
.widget_top_rated_products li + li,
.sidebar .widget_products li + li,
.sidebar .wc-block-product-categories li + li {
  margin-top: 20px;
}

.sidebar .widget_recently_viewed_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail,
.sidebar .widget_products li .size-woocommerce_thumbnail {
  width: 60px;
  float: left;
  margin-right: 30px;
}

.sidebar .widget_recently_viewed_products li .product-title,
.sidebar .widget_recent_reviews li .product-title,
.sidebar .widget_products li .product-title,
.sidebar .widget_top_rated_products .product-title {
  display: block;
  text-transform: capitalize;
  color: #222429;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 10px;
}

.sidebar .widget_recently_viewed_products li ins,
.sidebar .widget_recent_reviews li ins,
.sidebar .widget_products li ins {
  background-color: transparent;
}

.sidebar .widget_recently_viewed_products li .star-rating,
.sidebar .widget_recent_reviews li .star-rating {
  font-size: 14px;
}

.woocommerce-active .content-area .site-main::after {
  content: "";
  clear: both;
  display: table;
}

.woocommerce-active .content-area .woocommerce-result-count {
  float: left;
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  font-family: var(--ambed-font);
  padding-top: 18px;
}

.woocommerce-active .content-area .woocommerce-ordering {
  float: none;
}
@media (min-width: 768px) {
  .woocommerce-active .content-area .woocommerce-ordering {
    float: right;
  }
}

.variations_form.cart select,
.woocommerce-active .content-area .woocommerce-ordering select {
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 70px;
  background-color: var(--ambed-extra);
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ambed-font);
  letter-spacing: 0em;
  border: 1px solid var(--ambed-extra);
  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;
  margin-bottom: 30px;
}

.product-cart-btn {
  margin-top: 5px;
}

.product-cart-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

ul.products li.product .button {
  display: inline-block;
}

.shop-one__image {
  text-align: center;
  width: 100%;
}

.product .added_to_cart,
.shop-one__image .added_to_cart {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  background: var(--ambed-base);
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
  color: #fff;
  padding: 5px 30px;
  font-size: 14px;
  margin-top: 10px;
}

.products .product {
  text-align: center;
}

.products .product .price {
  display: block;
  font-family: var(--ambed-font);
  color: var(--thm-text);
  font-size: 16px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.products .product .shop-one__price ins {
  background-color: transparent;
}

.products .product .star-rating {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  margin-bottom: 0px;
}

.products .product .woocommerce-loop-product__title {
  margin: 0;
  color: #222429;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 5px;
}

ul.products li.product img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

ul.products li.product:hover img {
  filter: grayscale(0);
}

ul.products li.product {
  position: relative;
}

ul.products li.product .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}

.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-pagination ul a,
.woocommerce-pagination ul span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 10px;
  color: var(--ambed-gray, #8b827d);
  background-color: transparent;
  border: 1px solid var(--ambed-bdr-color, #e2ddda);
  font-size: 16px;
  font-weight: 500;
  min-width: 50px;
  min-height: 50px;
  line-height: 1;
  transition: all 500ms ease;
}

.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span {
  background-color: var(--ambed-base, #fe9043);
  border-color: var(--ambed-base, #fe9043);
  color: #fff;
}

.woocommerce-pagination ul li a.prev {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul li a.next {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul .prev,
.woocommerce-pagination ul .next {
  padding-top: 0;
}

.woocommerce-active .product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .woocommerce-active .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-active .product__card .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.woocommerce-product-gallery__wrapper {
  margin-top: 0;
  overflow: hidden;
  background-color: var(--ambed-extra, #f2eeeb);
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
  mix-blend-mode: darken;
  border: 1px solid var(--ambed-bdr-color);
}

.woocommerce-active .product .woocommerce-tabs {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-active .product .related.products {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 20px;
}

.product__card .product_title {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
  margin-top: -10px;
}

.product__card .entry-summary {
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 20px;
  right: 20px;
}

.single-product .woocommerce-grouped-product-list-item__price,
.product__card .price {
  margin: 0;
  font-family: var(--ambed-font);
  color: var(--ambed-base);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 21px;
}

.single-product .woocommerce-review-link {
  font-family: var(--ambed-font);
  color: var(--thm-text);
  font-size: 16px;
  color: var(--thm-text);
  position: relative;
  line-height: 1;
  font-weight: 400;
  margin-left: 10px;
}

.woocommerce-variation-description p,
.single-product .woocommerce-product-details__short-description p {
  font-family: var(--ambed-font);
  font-size: 16px;
  line-height: 2.125em;
  margin-bottom: 20px;
  font-weight: 400;
}

.product-quantity .quantity,
.single-product .quantity {
  position: relative;
  width: 98px;
  height: 60px;
}

.product-quantity .quantity input,
.single-product .quantity input {
  width: 98px;
  height: 60px;
  border: 1px solid #e9ebee;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--ambed-font);
  padding-left: 30px;
}

.product-quantity .quantity button,
.single-product .quantity button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: #8b827d;
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: 0;
  border-left: 1px solid #e9ebee;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-quantity .quantity button.sub,
.single-product .quantity button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #e9ebee;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product .cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-product .cart h2 {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
  margin-right: 20px;
}

.single-product .woocommerce-variation-add-to-cart .cart-button-wrap,
.single-product .cart .cart-button-wrap {
  margin-top: 30px;
  flex: 0 0 100%;
}

.single-product .product_meta {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.single-product .posted_in,
.single-product .sku_wrapper {
  text-transform: uppercase;
  color: #222429;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
  font-family: var(--ambed-font);
  font-weight: 400;
  color: var(--thm-text);
  font-size: 16px;
  margin-left: 5px;
  text-transform: capitalize;
  position: relative;
  top: -2px;
}

.single-product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity h2 {
  display: none;
}

.single-product .woocommerce-grouped-product-list-item__label label {
  margin: 0;
  color: #222429;
  text-transform: capitalize;
  font-size: 24px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: inherit;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--ambed-base);
}

.single-product .woocommerce-grouped-product-list-item__price {
  font-size: 18px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label {
  color: #222429;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-tabs .woocommerce-product-attributes-item__value {
  position: relative;
  top: 3px;
}

.variations_form.cart select {
  width: 250px;
  margin-bottom: 0;
  float: right;
  height: 50px;
}

#review_form .comment-respond {
  margin-top: 30px;
}

#review_form #commentform {
  margin-top: 15px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout .woocommerce {
  padding-top: 110px;
  padding-bottom: 90px;
}

.cart_totals h2,
.shop_table thead th {
  font-family: var(--ambed-font);
  font-size: 20px;
  text-transform: capitalize;
  color: var(--ambed-black);
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  border: none;
}

.shop_table thead th:first-child {
  padding-left: 0;
}

.shop_table .product-remove {
  text-align: right;
}

.shop_table tbody td.actions {
  padding-top: 60px;
}

.shop_table tbody .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart_totals h2 {
  font-size: 30px;
}

.shop_table .product-remove a {
  font-size: 28px;
  font-family: var(--ambed-font);
  color: var(--ambed-black, #0f0d1d);
  font-weight: 400;
}

.cart_totals th,
.shop_table .product-name:not(th),
.shop_table .product-name a {
  margin: 0;
  color: var(--ambed-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--ambed-font);
  text-transform: capitalize;
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--ambed-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

.shop_table .coupon input[type=text] {
  border: none;
  width: 100%;
  max-width: 370px;
  background-color: var(--ambed-extra);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--ambed-font);
  font-size: 14px;
  color: #686a6f;
  height: 60px;
  margin: 0;
  margin-right: 15px;
}

.shop_table button[name=update_cart] {
  position: absolute;
  top: 60px;
  right: 0px;
}

.cart_totals td,
.cart_totals th {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart_totals td {
  font-family: var(--ambed-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart_totals p {
  margin: 0;
}

.cart_totals .shop_table td:last-child {
  text-align: right;
}

.shipping-calculator-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.shipping-calculator-form p:last-of-type,
.shipping-calculator-form p:nth-child(1),
.shipping-calculator-form p:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.shipping-calculator-form ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.shipping-calculator-form input[type=text],
.shipping-calculator-form .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f4f5f8;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ambed-font);
  letter-spacing: 0em;
  border: 1px solid #f4f5f8;
  display: flex;
  align-items: center;
}

.shipping-calculator-form p > span {
  display: block;
  width: 100%;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;
  right: 20px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.cart_totals {
  width: 100%;
  max-width: 400px;
}

.woocommerce-cart .woocommerce {
  padding-top: 70px;
  padding-bottom: 105px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

/* notice */
/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #222;
  clear: both;
  color: #fff !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--ambed-font);
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  text-align: left;
  display: inline-flex;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: var(--ambed-base);
  margin-right: 5px;
  margin-left: 5px;
}

a.woocommerce-privacy-policy-link {
  color: var(--ambed-base);
}

.woocommerce-error {
  list-style-type: none;
  margin-left: 0;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

#order_review_heading,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title h3,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-checkout #customer_details h3 {
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--ambed-black);
  font-weight: 700;
  font-family: var(--ambed-font);
  line-height: 1;
  margin-bottom: 40px;
  font-size: 30px;
  text-transform: none;
  text-transform: capitalize;
}

.woocommerce-checkout #customer_details h3 label {
  margin: 0;
  cursor: pointer;
}

.woocommerce-checkout #customer_details h3 label input {
  display: none;
  visibility: hidden;
}

.woocommerce-checkout #customer_details h3 label span {
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label span::after {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #f4f5f8;
  border-radius: 50%;
  margin-left: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label input:checked + span::after {
  content: "\f00c";
  background-color: var(--ambed-base);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.ambed-edit-address h3,
.ambed-edit-address .form-row {
  margin-bottom: 30px;
}

.woocommerce-EditAccountForm label,
.lost_reset_password label,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label,
.ambed-edit-address label {
  font-family: var(--ambed-font);
  color: var(--ambed-black);
  font-size: 18px;
  margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
  margin: 0;
  float: none;
  width: 100%;
  display: block;
}

.woocommerce-checkout #customer_details {
  position: relative;
  margin-top: 30px;
}

.woocommerce-form-login input[type=text],
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=email],
.woocommerce-form-login input[type=password],
.lost_reset_password input[type=text],
.ambed-edit-address input[type=text],
.ambed-edit-address input[type=email],
.ambed-edit-address input[type=password],
.ambed-edit-address input[type=tel],
.ambed-edit-address input[type=url],
.ambed-edit-address input[type=file],
.ambed-edit-address input[type=number],
.ambed-edit-address textarea,
.woocommerce-EditAccountForm input[type=text],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=tel],
.woocommerce-EditAccountForm input[type=url],
.woocommerce-EditAccountForm input[type=file],
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details input[type=text],
.woocommerce-checkout #customer_details input[type=email],
.woocommerce-checkout #customer_details input[type=password],
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=url],
.woocommerce-checkout #customer_details input[type=file],
.woocommerce-checkout #customer_details input[type=number],
.woocommerce-checkout #customer_details textarea {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  font-size: 16px;
  color: #686a6f;
  line-height: 40px;
  font-weight: 400;
  padding: 14px 30px;
  letter-spacing: 0.1em;
  background-color: var(--ambed-extra);
  border: none;
  transition: all 300ms ease;
  font-family: var(--ambed-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details textarea {
  height: 220px;
  resize: none;
}

.woocommerce-EditAccountForm ::placeholder,
.woocommerce-checkout #customer_details ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-moz-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-ms-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details label.error {
  color: #ff0000;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single,
.ambed-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--ambed-extra);
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ambed-font);
  letter-spacing: 0em;
  border: 1px solid #f4f5f8;
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.ambed-edit-address .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 20px;
}

.woocommerce-checkout #customer_details #shipping_address_1_field,
.woocommerce-checkout #customer_details #shipping_postcode_field,
.woocommerce-checkout #customer_details #billing_email_field,
.woocommerce-checkout #customer_details #shipping_address_2_field,
.woocommerce-checkout #customer_details #billing_address_2_field,
.woocommerce-checkout #customer_details #billing_address_1_field {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-checkout .shipping_address {
  margin-bottom: 30px;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 60px;
}

.return-to-shop {
  margin-top: 30px !important;
  text-align: left !important;
}

.woocommerce-checkout .shop_table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .shop_table ul li {
  font-family: var(--ambed-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.woocommerce-checkout .shop_table tfoot td,
.woocommerce-checkout .shop_table tfoot th {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table tfoot th {
  margin: 0;
  color: var(--ambed-gray);
  font-size: 24px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: var(--ambed-extra);
  padding: 30px;
  margin: 0;
  list-style: none;
}

.woocommerce-checkout-payment .place-order {
  padding-left: 65px;
  padding-bottom: 37px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 18px;
  color: var(--ambed-black);
  font-weight: 800;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--ambed-font);
}

.woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 10px;
}

.woocommerce-checkout-payment .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  background-color: var(--ambed-base);
  border-color: var(--ambed-base);
  content: "\f00c";
}

.woocommerce-checkout-payment .wc_payment_methods li img {
  mix-blend-mode: multiply;
  width: 170px;
  margin-right: 10px;
  margin-left: 10px;
}

.checkout_coupon p,
.woocommerce-checkout-payment .place-order p,
.woocommerce-checkout-payment .wc_payment_methods li p {
  font-size: 16px;
  line-height: 30px;
  color: var(--ambed-gray, #8b827d);
  font-family: var(--ambed-font, "Rubik", sans-serif);
  font-weight: 500;
}

.wc_payment_methods .payment_box {
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.woocommerce-checkout-payment .wc_payment_methods,
.woocommerce-privacy-policy-text {
  padding-bottom: 15px;
}

.woocommerce-ResetPassword .woocommerce-Button,
.ambed-edit-address button[type=submit],
.checkout_coupon button[type=submit],
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-checkout-payment #place_order,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit {
  border: none;
  outline: none;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  padding: 15px 50px 15px;
  z-index: 1;
  text-align: center;
  text-transform: none;
  background: var(--ambed-black);
  color: var(--ambed-white);
  overflow: hidden;
  font-family: var(--ambed-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.woocommerce-ResetPassword .woocommerce-Button::before,
.ambed-edit-address button[type=submit]::before,
.checkout_coupon button[type=submit]::before,
.woocommerce-EditAccountForm button[type=submit]::before,
.woocommerce-checkout-payment #place_order::before,
.woocommerce-form-login .woocommerce-form-login__submit::before,
.woocommerce-form-register .woocommerce-form-register__submit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--ambed-base, #a47c68);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.woocommerce-ResetPassword .woocommerce-Button:hover::before,
.ambed-edit-address button[type=submit]:hover::before,
.checkout_coupon button[type=submit]:hover::before,
.woocommerce-EditAccountForm button[type=submit]:hover::before,
.woocommerce-checkout-payment #place_order:hover::before,
.woocommerce-form-login .woocommerce-form-login__submit:hover::before,
.woocommerce-form-register .woocommerce-form-register__submit:hover::before {
  opacity: 1;
  width: 100%;
}

.woocommerce-ResetPassword .woocommerce-Button {
  margin-top: 20px;
}

.checkout_coupon {
  margin-top: 30px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 540px;
}

.checkout_coupon p:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.checkout_coupon input[type=text] {
  border: none;
  width: 100%;
  max-width: 370px;
  background-color: var(--ambed-extra);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--ambed-font);
  font-size: 14px;
  color: #686a6f;
  height: 60px;
  margin: 0;
}

.woocommerce-account .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
  padding-top: 120px;
  padding-bottom: 110px;
}

.woocommerce-account.woocommerce-lost-password .woocommerce {
  display: block;
}

.woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

legend {
  float: none;
}

.woocommerce-form-login label,
.woocommerce-form-register label {
  display: block;
}

.woocommerce-MyAccount-content,
.woocommerce-order p,
.woocommerce-order address,
.woocommerce-order-overview li {
  font-family: var(--ambed-font);
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-MyAccount-content a {
  color: var(--ambed-base, #fff);
}

.woocommerce-MyAccount-content .order-again a {
  font-weight: bold;
}

.woocommerce b,
.woocommerce strong {
  color: #222429;
}

.woocommerce-order-details {
  margin-bottom: 60px;
  margin-top: 60px;
}

.woocommerce-Addresses {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
}

.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-1 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-EditAccountForm {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.woocommerce-EditAccountForm p:nth-child(4),
.woocommerce-EditAccountForm p:nth-child(6),
.woocommerce-EditAccountForm fieldset {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0;
}

.woocommerce-EditAccountForm p {
  margin: 0;
}

.woocommerce-EditAccountForm label {
  font-size: 20px;
}

.woocommerce-EditAccountForm p > span {
  display: block;
  width: 100%;
}

.woocommerce-EditAccountForm input + span {
  margin-top: 10px;
}

.woocommerce-EditAccountForm fieldset legend {
  margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  padding: 35px 45px;
  background: var(--ambed-extra);
}

@media (max-width: 991px) {
  .shop_table button[name=update_cart] {
    position: relative;
    margin-top: 20px;
    top: auto;
    right: auto;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  table.shop_table_responsive .product-thumbnail {
    justify-content: center;
  }
  table.shop_table_responsive .product-thumbnail::before {
    display: none;
  }
  table.shop_table_responsive tr td.actions {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  table.shop_table_responsive tr td.actions .coupon {
    text-align: left;
  }
  table.shop_table_responsive tr td.actions .coupon button[type=submit] {
    margin-top: 20px;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
  .woocommerce-EditAccountForm p {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout #order_review {
  width: 100%;
  overflow: hidden;
  display: block;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  float: left;
  width: 49%;
  margin-right: 30px;
  overflow: hidden;
}

.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  float: right;
  width: 48%;
}

@media (max-width: 991px) {
  .woocommerce-checkout #order_review,
  .woocommerce-account .woocommerce,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-payment {
    width: 100%;
    float: none;
  }
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 5px;
}

abbr[title] {
  border-bottom: none;
}

/* end woocommerce checkout  */
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.79667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}
.shop-one__product-count {
  display: inline-block;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
}

.entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
}

.entry-summary .thm-btn.cart-btn {
  margin-right: 10px;
  margin-bottom: 20px;
  line-height: 32px;
}

.entry-summary .yith-wcwl-icon {
  display: none;
}

.checkout-button,
.return-to-shop .button,
.shop_table .button,
.form-row.place-order .button,
.woocommerce-form-coupon .button,
.entry-summary .single_add_to_wishlist {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--ambed-black);
  color: var(--ambed-white);
  font-size: 14px;
  font-weight: 700;
  padding: 15px 50px 15px;
  transition: 500ms;
  line-height: 28px;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
}

.entry-summary .single_add_to_wishlist,
.product .added_to_cart {
  background-color: var(--ambed-black);
}

.thm-btn.cart-btn {
  background-color: var(--ambed-base);
}

.yith-wcwl-add-button a.add_to_wishlist {
  line-height: 32px;
}

.product .added_to_cart::after,
.woocommerce-ResetPassword .woocommerce-Button::after,
.checkout-button::after,
.return-to-shop .button::after,
.shop_table .button::after,
.form-row.place-order .button::after,
.woocommerce-form-coupon .button::after,
.entry-summary .single_add_to_wishlist::after,
.woocommerce-checkout-payment #place_order::after,
.widget_price_filter .price_slider_amount .button.thm-btn::after,
.thm-btn.cart-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--ambed-base, #a47c68);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.thm-btn.cart-btn::after {
  background-color: var(--ambed-black, #3c3531);
  z-index: -1;
}

.product .added_to_cart:hover:after,
.product .added_to_cart:hover:after,
.woocommerce-ResetPassword .woocommerce-Button:hover:after,
.checkout-button:hover:after,
.return-to-shop .button:hover:after,
.shop_table .button:hover:after,
.form-row.place-order .button:hover:after,
.woocommerce-form-coupon .button:hover:after,
.entry-summary .single_add_to_wishlist:hover:after,
.woocommerce-checkout-payment #place_order:hover:after,
.widget_price_filter .price_slider_amount .button.thm-btn:hover:after,
.thm-btn.cart-btn:hover:after {
  opacity: 1;
  width: 100%;
}

.widget_price_filter .price_slider_amount .button.thm-btn {
  padding: 3px 10px;
  font-size: 12px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=textarea]:focus,
input[type=textarea]:focus-visible,
.product-quantity .quantity input,
#customer_details textarea {
  outline-style: none;
}

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

.entry-summary ins {
  background: transparent;
}

.product-details__social + .yith-wcwl-add-to-wishlist {
  display: none !important;
}

.woocommerce-checkout .shop_table .cart_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table td:last-child {
  padding-right: 0;
  text-align: right;
}

form.woocommerce-checkout .shop_table tfoot th {
  padding-left: 0;
}

.product-details__content__quantity__text {
  font-size: 14px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label,
.single-product .woocommerce-grouped-product-list-item__label label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.variations_form.cart label a:hover,
.woocommerce-tabs .woocommerce-product-attributes-item__label a:hover,
.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--ambed-base, #a47c68);
}

.product-details__content__quantity {
  padding-left: 10px;
}

.shop-one__sidebar .sidebar__single ul li ul {
  margin-top: 0;
}

.sidebar__single.shop-one__sidebar__item.widget .wc-block-product-categories-list-item-count::after {
  content: ")";
  position: static;
  font-family: inherit;
  font-weight: inherit;
}

.sidebar__single.shop-one__sidebar__item.widget li::after {
  display: none;
}

.checkout_coupon {
  margin-top: 0;
}

.shop_table tbody .cart_item td:first-child {
  padding-left: 0;
  width: 120px;
  padding-right: 25px;
}

@media screen and (max-width: 992px) {
  .woocommerce-cart-form__contents {
    border: 0;
  }
  .woocommerce-cart-form__contents caption {
    font-size: 1.3em;
  }
  .woocommerce-cart-form__contents thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .woocommerce-cart-form__contents tr {
    border-bottom: 1px solid var(--ambed-extra);
    display: block;
    margin-bottom: 0.625em;
  }
  .woocommerce-cart-form__contents td {
    border-bottom: 1px solid var(--ambed-extra);
    display: block;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--ambed-black);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--ambed-font);
    text-transform: uppercase;
  }
  .woocommerce-cart-form__contents td::before {
    /*
      * aria-label has no advantage, it won't be read inside a .woocommerce-cart-form__contents
      content: attr(aria-label);
      */
    content: attr(data-title);
    font-weight: bold;
    text-transform: uppercase;
  }
  .woocommerce-cart-form__contents td:last-child {
    border-bottom: 0;
  }
  .shop_table button[name=update_cart] {
    position: relative;
  }
  .woocommerce-cart-form .actions {
    display: block;
  }
  .shop_table tbody tr + tr {
    border-top: 0;
  }
  .woocommerce-cart-form__contents .product-thumbnail {
    justify-content: center;
  }
}
.product-details__content__rating {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 21px;
  border-bottom: 1px solid var(--ambed-bdr-color);
}

.product-review .comments-area .comment-box .info {
  margin-bottom: 0;
}

.product__all-content ins {
  background-color: transparent;
}

.product-details__title ins span {
  margin-left: 0;
}

.product__all-btn-box .thm-btn {
  padding: 6px 25px;
}

.product__all-btn-box .thm-btn:focus {
  color: #fff;
}

.product-details__title span:last-child {
  margin-left: 5px;
}

.product-details__title del {
  text-decoration: line-through;
}

.ambed-overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  border-top-color: var(--ambed-base);
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.woocommerce-form-register,
.woocommerce-form-login {
  margin-top: 20px;
}

.shop-one__sidebar.sidebar .widget,
.shop-one__sidebar .widget.widget_block {
  padding: 30px;
  background-color: var(--ambed-primary);
  border: 1px solid var(--ambed-bdr-color);
}

.shop-category.widget_block.widget_categories {
  padding: 30px 20px;
}

.sidebar .shop-category ul {
  margin-left: -15px;
  margin-right: -15px;
}

.sidebar .shop-category h2 {
  margin-bottom: 23px;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar.shop-one__sidebar .widget_categories ul li {
  display: block;
  margin-bottom: 0;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li + li {
  margin-top: 0;
}

.woo-widget .wc-block-components-filter-submit-button {
  font-size: 14px;
  font-weight: 700;
  background-color: var(--ambed-black);
  line-height: 1em;
  padding: 14px 19px;
  transition: all 500ms ease;
  border-radius: 0;
}
.woo-widget .wc-block-components-filter-submit-button:hover {
  background-color: var(--ambed-black, #3c3531);
  color: #fff;
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--ambed-base);
  background: var(--track-background);
  height: 6px;
}

.wc-block-components-price-slider__range-input-wrapper {
  height: 6px;
}

input[type=range i] {
  appearance: auto;
  cursor: default;
  padding: initial;
  border: initial;
  margin: 0;
  accent-color: var(--ambed-base);
}

.wc-block-price-filter__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: var(--ambed-letter-spacing-two);
  margin: 0;
  margin-bottom: 22px;
}

.shop-one__sidebar.sidebar .widget ul li::after {
  content: "";
}

.shop-one__sidebar.sidebar .price,
.sidebar .price {
  padding: 0;
}

.shop-one__sidebar.sidebar .wc-block-components-sort-select__label {
  float: left;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__info {
  display: block;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__image {
  width: 100%;
  height: 100%;
}

.wc-block-featured-category__link,
.wc-block-featured-category__title,
.wc-block-featured-product__description,
.wc-block-featured-product__link {
  padding: 0;
}

.sidebar .widget_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail {
  width: 100%;
  float: unset;
}

.shop-one__sidebar.sidebar .wc-block-stock-filter__title {
  font-size: 16px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
  max-width: unset;
  margin-bottom: 5px;
}

.wc-block-product-categories-list--has-images li ul,
.wc-block-product-categories-list--has-images li ul li.wc-block-product-categories-list-item {
  margin-left: 0;
}

.sidebar .select2-container .select2-selection--single {
  height: 60px;
  margin-bottom: 5px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  padding: 0 20px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  margin-right: 10px;
}

.shop-one__sidebar.sidebar .wc-block-product-categories__dropdown select {
  padding-left: 10px;
  background-image: none;
}

.woocommerce-product-search button,
.woocommerce-widget-layered-nav button {
  background: var(--ambed-base);
  color: #fff;
  line-height: 32px;
  width: 100%;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  margin-top: 10px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after,
.sidebar .widget ul.wc-block-grid__products li::after,
.sidebar .widget .wc-block-product-categories-list li::after,
.sidebar .widget .widget_shopping_cart_content ul li:after,
.sidebar ul.product_list_widget li:after {
  content: " ";
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  width: 100%;
}

.wp-block-woocommerce-price-filter > .wc-block-price-filter__title {
  margin-bottom: 30px;
  margin-top: 0;
}

.wc-block-grid__product:last-child {
  border-bottom: 0;
  margin-bottom: -16px;
}

.wc-block-grid__products,
.wc-block-components-review-list-item__item,
.wc-block-product-categories {
  margin-bottom: 0;
}

.wc-block-components-price-slider {
  margin-bottom: 5px;
}

.wc-block-grid__product .wc-block-grid__product-title {
  color: #222429;
  font-weight: 800;
  font-size: 16px;
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--ambed-base);
  border-color: var(--ambed-base);
  text-transform: capitalize;
  color: #fff;
}

.woo-widget .select2-container--default .select2-selection--single {
  border: 1px solid #e6e1d8;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
}

.wc-block-components-price-slider__range-input {
  top: -2px;
}

.sidebar .wc-block-components-price-slider::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .wc-block-components-price-slider__range-text {
  float: left;
  margin: 0;
  padding-top: 6px;
}
.sidebar .wc-block-components-price-slider__range-text span:first-child::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}
.sidebar .wc-block-components-price-slider__actions {
  float: right;
}

.product__add-to-cart {
  display: flex;
  justify-content: space-around;
}

ul.products .product__add-to-cart .shop-one__cart.thm-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 30px;
  background-color: var(--ambed-extra, #f2eeeb);
  color: var(--ambed-gray, #8b827d);
}
ul.products .product__add-to-cart .shop-one__cart.thm-btn:hover {
  color: #fff;
}
ul.products .product__add-to-cart .shop-one__cart.thm-btn.loading {
  opacity: 0.25;
}

.woosw-list .add_to_cart_button.loading::before,
ul.products .product__add-to-cart .shop-one__cart.thm-btn.loading::before {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.woosw-list .add_to_cart_button.added,
ul.products .product__add-to-cart .shop-one__cart.thm-btn.added {
  display: none;
}

.sidebar.shop-one__sidebar .widget ul li a::after,
.widget-area ul.wc-block-components-review-list li a::after,
.widget-area ul.product_list_widget li a::after,
.widget-area ul.wc-block-product-categories-list li a::after {
  content: " ";
}

.sidebar.shop-one__sidebar .add_to_cart_button:hover,
.widget-area .widget .add_to_cart_button:hover {
  color: #fff;
}

.sidebar.shop-one__sidebar .shop-category ul li::after {
  position: absolute;
  right: 20px;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  opacity: 1;
  font-size: 15px;
  color: var(--ambed-base);
  line-height: 30px;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar.shop-one__sidebar .shop-category ul li:hover:after {
  color: var(--ambed-base);
  transform: scale(1);
}

.shop-one__sidebar .product__sidebar-single .wp-block-search .wp-block-search__button {
  background-color: transparent;
  color: var(--ambed-black, #30353a);
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(-90deg);
  padding: 0;
}

.shop-one__sidebar .product__sidebar-single .wp-block-search .wp-block-search__button:hover {
  background-color: transparent;
  color: var(--ambed-black, #30353a);
  fill: transparent;
}

.sidebar.shop-one__sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: transparent;
}

.woocommerce-account a:hover,
.shop-one__sidebar a:hover,
.yith-wcwl-wishlistexistsbrowse a:hover,
.yith-wcwl-wishlistaddedbrowse a:hover {
  color: var(--ambed-base);
}

.group_table .yith-wcwl-add-to-wishlist {
  margin-top: 20px;
}

.products__all-icon-boxes {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  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: 1;
}

.product__all-single:hover .products__all-icon-boxes {
  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;
}

.products__all-icon-boxes a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--ambed-white);
  border-radius: 50%;
  font-size: 14px;
  color: var(--ambed-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.products__all-icon-boxes a:hover {
  background-color: var(--ambed-base);
  color: var(--ambed-white);
}

.products__all-icon-boxes a + a {
  margin-top: 10px;
}

.shop-one .product-list__single .woosw-btn-text,
.shop-one .product__all-single .woosw-btn-text {
  display: none;
}

.woosq-popup .woosw-btn,
.product-details .cart .woosw-btn,
.woosw-list .add_to_cart_button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--ambed-black, #3c3531);
  color: var(--ambed-white, #ffffff);
  font-size: 14px;
  font-weight: 700;
  padding: 16px 50px 16px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.woosq-popup .woosw-btn:hover,
.product-details .cart .woosw-btn:hover,
.woosw-list .add_to_cart_button:hover {
  color: var(--ambed-white, #ffffff);
}

.woosq-popup .woosw-btn:after,
.product-details .cart .woosw-btn:after,
.woosw-list .add_to_cart_button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--ambed-base, #a47c68);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  z-index: -1;
}

.woosq-popup .woosw-btn:hover:after,
.product-details .cart .woosw-btn:hover:after,
.woosw-list .add_to_cart_button:hover:after {
  opacity: 1;
  width: 100%;
}

.product-details .cart .woosw-btn {
  margin-top: -20px;
  margin-right: 10px;
}

.woosq-popup .woosw-btn-icon,
.product-details .woosw-btn-icon {
  display: none;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--add p,
.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
  border: none;
  padding: 0;
  margin: 0;
  text-align: right;
  margin-right: 10px;
}

.woosw-list .added_to_cart.wc-forward {
  padding: 15px 45px 14px;
}

.woosw-item--name a,
.woosw-item--name a:hover {
  color: #3c3531;
}

.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
  padding-right: 0;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
  color: var(--ambed-base, #fe9043);
  border-color: var(--ambed-base, #fe9043);
}

.product-details .cart.grouped_form .woosw-btn {
  margin-top: 16px;
  margin-right: 10px;
  margin-bottom: -40px;
}

/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .about-one__right {
    max-width: 600px;
    margin: 100px auto 0;
  }
  .about-one {
    padding: 160px 0 170px;
  }
  .feature-one__single {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .feature-one__single:nth-child(2) .feature-one__content:before {
    display: none;
  }
  .quality-work__left {
    max-width: 600px;
    margin: 48px auto 0;
  }
  .quality-work__right {
    padding-top: 60px;
    padding-bottom: 120px;
    max-width: 600px;
    margin: 0 auto;
  }
  .quality-work-shape-2 {
    display: none;
  }
  .quality-work-shape-4 {
    display: none;
  }
  .quality-work__curved-circle-box {
    bottom: -105px;
  }
  .quality-work__small-img {
    top: -10px;
    right: -25px;
  }
  .team-one__top-right {
    margin-left: 0;
  }
  .testimonial-one__left .section-title {
    margin-bottom: 53px;
  }
  .testimonial-one__text {
    margin-bottom: 35px;
  }
  .testimonial-one__carousel.owl-carousel .owl-dots {
    left: 0;
  }
  .brand-one__title {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 41px;
    text-align: center;
  }
  .brand-one__inner {
    padding: 52px 0 60px;
  }
  .blog-one__content {
    padding: 32px 20px 29px;
  }
  .newsletter__inner {
    padding: 73.5px 30px;
  }
  .footer-widget__explore {
    margin-left: 0;
  }
  .footer-widget__contact {
    margin-left: 0;
    margin-top: 23px;
  }
  .footer-widget__services {
    margin-top: 23px;
  }
  .feature-two__list li + li {
    margin-left: 21px;
  }
  .feature-two__content-box:before {
    display: none;
  }
  .welcome-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .welcome-one__right {
    max-width: 600px;
    margin: 145px auto 0;
  }
  .welcome-one__img-2 {
    right: -180px;
  }
  .project-two__single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .porject-two-border {
    display: none;
  }
  .porject-two-border-3 {
    display: none;
  }
  .project-two__content-box {
    padding: 120px 0 0;
  }
  .benefits-one__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .benefits-one__right {
    max-width: 600px;
    margin: 42px auto 0;
  }
  .leading__title {
    font-size: 42px;
  }
  .blog-two__top-left {
    margin-right: 0;
  }
  .blog-two__right {
    margin-left: 0;
  }
  .cta-one__right {
    margin-left: 0;
    margin-top: 106px;
  }
  .cta-one__title {
    font-size: 44px;
  }
  .cta-one {
    padding-bottom: 21px;
  }
  .feature-three__top-inner {
    padding: 50px 50px 47px;
  }
  .why-choose-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-one__right {
    max-width: 600px;
    margin: 90px auto 0;
  }
  .why-choose-one {
    padding: 120px 0 120px;
  }
  .more-services-two__single {
    padding: 57px 30px 57px;
  }
  .more-services-two__content {
    margin-left: 40px;
  }
  .project-three__top-right {
    margin-left: 0;
  }
  .couonter-one__single + .couonter-one__single {
    margin-left: 0;
  }
  .couonter-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .couonter-one__single {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    float: none;
  }
  .couonter-one__content-box {
    justify-content: center;
  }
  .blog-three__right:before {
    display: none;
  }
  .blog-three__text {
    margin-bottom: 40px;
  }
  .blgo-three__carousel.owl-theme .owl-nav {
    bottom: -121px;
    left: 0;
    right: 0;
  }
  .service-details__benefits-right {
    margin-top: 39px;
  }
  .about-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-two__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .about-two {
    padding: 120px 0 120px;
  }
  .team-details__top-left {
    margin-right: 0;
  }
  .team-details__top-right {
    margin-left: 0;
  }
  .team-details__bottom-left {
    margin-right: 0;
  }
  .team-details__bottom-right {
    margin-left: 0;
  }
  .message-one-shape-2 {
    left: -35px;
  }
  .services-one__content {
    padding: 32px 30px 30px;
  }
  .blog-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-page__right {
    margin-left: 0;
  }
  .project-one__thumb-box {
    bottom: -62px;
  }
  .project-one__more-project {
    margin-top: 60px;
  }
  .project-details__details li:before {
    right: -30px;
  }
  .project-details__points-content-box {
    margin-top: -8px;
    margin-left: 0;
  }
  .project-three__title {
    font-size: 20px;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .about-one__right {
    max-width: 600px;
    margin: 100px auto 0;
  }
  .about-one {
    padding: 160px 0 170px;
  }
  .feature-one__single {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .feature-one__single:nth-child(2) .feature-one__content:before {
    display: none;
  }
  .quality-work__left {
    max-width: 600px;
    margin: 48px auto 0;
  }
  .quality-work__right {
    padding-top: 60px;
    padding-bottom: 120px;
    max-width: 600px;
    margin: 0 auto;
  }
  .quality-work-shape-2 {
    display: none;
  }
  .quality-work-shape-4 {
    display: none;
  }
  .quality-work__curved-circle-box {
    bottom: -105px;
  }
  .quality-work__small-img {
    top: -10px;
    right: -25px;
  }
  .team-one__top-right {
    margin-left: 0;
    margin-top: 60px;
  }
  .testimonial-one__left .section-title {
    margin-bottom: 53px;
  }
  .testimonial-one__text {
    margin-bottom: 35px;
  }
  .testimonial-one__carousel.owl-carousel .owl-dots {
    left: 0;
  }
  .brand-one__title {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 41px;
    text-align: center;
  }
  .brand-one__inner {
    padding: 52px 0 60px;
  }
  .newsletter__inner {
    justify-content: center;
    flex-direction: column;
  }
  .newsletter__left {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-widget__explore {
    margin-left: 0;
  }
  .footer-widget__contact {
    margin-left: 0;
    margin-top: 23px;
  }
  .footer-widget__services {
    margin-top: 23px;
  }
  .feature-two__list li {
    max-width: 100%;
    float: none;
    width: 320px;
    margin: 0 auto;
  }
  .feature-two__list li + li {
    margin: 30px auto 0;
  }
  .feature-two__content-box:before {
    display: none;
  }
  .welcome-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .welcome-one__right {
    max-width: 600px;
    margin: 145px auto 0;
  }
  .welcome-one__img-2 {
    right: -180px;
  }
  .project-two__single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .porject-two-border {
    display: none;
  }
  .porject-two-border-3 {
    display: none;
  }
  .project-two__content-box {
    padding: 120px 0 0;
  }
  .benefits-one__left {
    max-width: 600px;
    margin: 0 auto;
  }
  .benefits-one__right {
    max-width: 600px;
    margin: 42px auto 0;
  }
  .more-services__inner {
    flex-direction: column;
    text-align: center;
    padding: 30px 50px 40px;
  }
  .more-services__text {
    margin-bottom: 15px;
  }
  .working-process .container {
    padding-left: 15px;
  }
  .leading__right {
    margin-top: 47px;
  }
  .blog-two__right {
    margin-left: 0;
    margin-top: 52px;
  }
  .cta-one__right {
    margin-left: 0;
    margin-top: 0;
  }
  .cta-one__left {
    margin-bottom: 48px;
  }
  .cta-one {
    padding: 120px 0 120px;
  }
  .feature-three__top-inner {
    padding: 50px 50px 17px;
  }
  .feature-three__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .feature-three__bottom-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .feature-three__bottom {
    padding-top: 50px;
  }
  .why-choose-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-one__right {
    max-width: 600px;
    margin: 90px auto 0;
  }
  .why-choose-one {
    padding: 120px 0 120px;
  }
  .more-services-two__single-two {
    margin-top: 30px;
  }
  .project-three__top-right {
    margin-left: 0;
  }
  .project-three__top-text {
    margin-top: 42px;
  }
  .couonter-one__single + .couonter-one__single {
    margin-left: 0;
  }
  .couonter-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .couonter-one__single {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    float: none;
  }
  .couonter-one__content-box {
    justify-content: center;
  }
  .blog-three__right:before {
    display: none;
  }
  .blog-three__text {
    margin-bottom: 40px;
  }
  .blgo-three__carousel.owl-theme .owl-nav {
    bottom: -121px;
    left: 0;
    right: 0;
  }
  .service-details__benefits-right {
    margin-top: 39px;
  }
  .service-details__left {
    margin-bottom: 60px;
  }
  .about-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-two__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .about-two {
    padding: 120px 0 120px;
  }
  .team-details__top-left {
    margin-right: 0;
    margin-bottom: 48px;
  }
  .team-details__top-right {
    margin-left: 0;
  }
  .team-details__bottom-left {
    margin-right: 0;
  }
  .team-details__bottom-right {
    margin-left: 0;
    margin-top: 31px;
  }
  .team-details-shape-1 {
    display: none;
  }
  .message-one-shape-2 {
    display: none;
  }
  .faq-page__right {
    margin-top: 50px;
  }
  .error-page__title {
    font-size: 330px;
  }
  .blog-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-page__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .project-one__left {
    margin-right: 0;
  }
  .project-one__thumb-box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 50px;
  }
  .project-one__content {
    padding: 0;
    box-shadow: none;
  }
  .project-one-shape-1 {
    display: none;
  }
  .project-one__more-project {
    margin-top: 60px;
  }
  .project-details__progress-single {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .project-details__details {
    flex-direction: column;
    align-items: baseline;
  }
  .project-details__details li:before {
    display: none;
  }
  .project-details__details li + li {
    margin-top: 12px;
  }
  .project-details__points-content-box {
    margin-top: 20px;
    margin-left: 0;
  }
  .projectc-details__pagination-single {
    padding: 50px 10px 50px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title {
    font-size: 35px;
    line-height: 43px;
  }
  .section-title__title br {
    display: none;
  }
  .about-one__left {
    margin-right: 0;
  }
  .about-one__points {
    flex-direction: column;
    align-items: baseline;
  }
  .about-one__points li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-one__contact-us {
    flex-direction: column;
    align-items: baseline;
  }
  .about-one__call {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-one__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 100px;
  }
  .about-one__small-img {
    display: none;
  }
  .about-one__dot {
    display: none;
  }
  .about-one__project {
    right: 0px;
  }
  .about-one {
    padding: 120px 0 185px;
  }
  .feature-one__single {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .feature-one__content:before {
    display: none;
  }
  .quality-work__left {
    margin-right: 0;
    margin-left: 0;
    margin-top: 48px;
  }
  .quality-work__right {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .quality-work__small-img {
    display: none;
  }
  .quality-work-shape-2 {
    display: none;
  }
  .quality-work-shape-4 {
    display: none;
  }
  .quality-work__feature {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 77px;
  }
  .quality-work__feature li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .quality-work__curved-circle-box {
    bottom: -95px;
    right: -43px;
  }
  .team-one__top-right {
    margin-left: 0;
    margin-top: 60px;
  }
  .testimonial-one__left .section-title {
    margin-bottom: 53px;
  }
  .testimonial-one__text {
    margin-bottom: 35px;
  }
  .testimonial-one__carousel.owl-carousel .owl-dots {
    left: 0;
  }
  .testimonial-one__left {
    margin-right: 0;
  }
  .testimonial-one__single {
    padding: 50px 30px 40px;
  }
  .brand-one__title {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 41px;
    text-align: center;
  }
  .brand-one__inner {
    padding: 52px 0 60px;
  }
  .blog-one__content {
    padding: 32px 20px 29px;
  }
  .newsletter__inner {
    justify-content: center;
    flex-direction: column;
    padding: 73.5px 20px;
  }
  .newsletter__left {
    margin-bottom: 30px;
    text-align: center;
  }
  .newsletter__input-box input[type=email] {
    padding-right: 30px;
  }
  .newsletter__btn {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    margin: 20px auto 0;
  }
  .footer-widget__explore {
    margin-left: 0;
    margin-top: 32px;
  }
  .footer-widget__contact {
    margin-left: 0;
    margin-top: 23px;
  }
  .footer-widget__services {
    margin-top: 23px;
  }
  .feature-two__list li {
    max-width: 100%;
    float: none;
    width: 320px;
    margin: 0 auto;
  }
  .feature-two__list li + li {
    margin: 30px auto 0;
  }
  .feature-two__title {
    font-size: 17px;
  }
  .feature-two__content-box:before {
    display: none;
  }
  .welcome-one__left {
    margin-left: 0;
    margin-right: 0;
  }
  .welcome-one__right {
    margin-left: 0;
    margin-top: 155px;
  }
  .welcome-one__img-2 {
    display: none;
  }
  .welcome-one__experience {
    left: 0;
  }
  .project-two__single {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .porject-two-border {
    display: none;
  }
  .porject-two-border-2 {
    display: none;
  }
  .porject-two-border-3 {
    display: none;
  }
  .project-two__hover {
    padding: 56px 40px 60px;
  }
  .project-two__hover-title {
    font-size: 22px;
  }
  .project-two__content-box {
    padding: 120px 0 0;
  }
  .benefits-one__left {
    margin-right: 0;
  }
  .benefits-one__points-single {
    margin-bottom: 20px;
  }
  .benefits-one__right {
    margin-top: 22px;
  }
  .more-services__inner {
    flex-direction: column;
    text-align: center;
    padding: 30px 50px 40px;
  }
  .more-services__text {
    margin-bottom: 15px;
  }
  .leading__right {
    margin-top: 47px;
  }
  .blog-two__top-left {
    margin-right: 0;
  }
  .blog-two__right {
    margin-left: 0;
    margin-top: 52px;
  }
  .cta-one__right {
    margin-left: 0;
    margin-top: 0;
  }
  .cta-one__left {
    margin-bottom: 45px;
    margin-right: 0;
  }
  .cta-one {
    padding: 120px 0 120px;
  }
  .cta-one__img-2 {
    display: none;
  }
  .cta-one__title {
    font-size: 40px;
    margin-bottom: 44px;
  }
  .feature-three__top-inner {
    padding: 50px 50px 17px;
  }
  .feature-three__top-icon-list {
    justify-content: center;
    flex-direction: column;
  }
  .feature-three__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .feature-three__bottom-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .feature-three__bottom {
    padding-top: 50px;
  }
  .why-choose-one__left {
    margin-left: 0;
  }
  .why-choose-one__right {
    margin-left: 0;
    margin-top: 90px;
  }
  .why-choose-one-shape-1 {
    display: none;
  }
  .why-choose-one {
    padding: 120px 0 120px;
  }
  .more-services-two__single-two {
    margin-top: 30px;
  }
  .more-services-two__single {
    padding: 57px 30px 57px;
    flex-direction: column;
    text-align: center;
  }
  .more-services-two__content {
    margin-left: 0;
    margin-top: 20px;
  }
  .project-three__top-right {
    margin-left: 0;
  }
  .project-three__top-text {
    margin-top: 42px;
  }
  .project-three__top-left .section-title__title br {
    display: none;
  }
  .couonter-one__single + .couonter-one__single {
    margin-left: 0;
  }
  .couonter-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .couonter-one__single {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    width: 280px;
    float: none;
  }
  .blog-three__right:before {
    display: none;
  }
  .blog-three__text {
    margin-bottom: 40px;
  }
  .blgo-three__carousel.owl-theme .owl-nav {
    bottom: -121px;
    left: 0;
    right: 0;
  }
  .contact-one__form {
    padding: 29px;
  }
  .service-details__benefits-right {
    margin-top: 39px;
  }
  .service-details__left {
    margin-bottom: 60px;
  }
  .about-two__left {
    margin-right: 0;
  }
  .about-two__points-left {
    float: none;
  }
  .about-two__points-right {
    float: none;
    margin-top: 20px;
  }
  .about-two__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .about-two__img-2 {
    display: none;
  }
  .about-two__dot {
    display: none;
  }
  .about-two {
    padding: 120px 0 120px;
  }
  .team-details__top-left {
    margin-right: 0;
    margin-bottom: 48px;
  }
  .team-details__top-right {
    margin-left: 0;
  }
  .team-details__bottom-left {
    margin-right: 0;
  }
  .team-details__bottom-right {
    margin-left: 0;
    margin-top: 31px;
  }
  .team-details__top-name {
    font-size: 39px;
  }
  .team-details-shape-1 {
    display: none;
  }
  .message-one-shape-2 {
    display: none;
  }
  .faq-page__right {
    margin-top: 50px;
  }
  .error-page__title {
    font-size: 135px;
    line-height: 135px;
    margin-bottom: 8px;
  }
  .error-page {
    padding: 102px 0 120px;
  }
  .services-one__content {
    padding: 32px 30px 30px;
  }
  .blog-sidebar__bottom-box {
    padding: 50px 30px 45px;
  }
  .blog-sidebar__delivering-services {
    padding: 50px 30px 47px;
  }
  .sidebar__tags {
    padding: 45px 25px 50px;
  }
  .sidebar__comments {
    padding: 45px 30px 42px;
  }
  .blog-details__bottom {
    flex-direction: column;
  }
  .blog-details__social-list {
    margin-top: 20px;
  }
  .blog-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .blog-details__pagenation li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .comment-one__single {
    flex-direction: column;
  }
  .comment-one__content {
    margin-left: 0;
    margin-top: 31px;
  }
  .contact-page__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .project-details__progress-single {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .project-details__details {
    flex-direction: column;
    align-items: baseline;
    padding: 46px 30px 44px;
  }
  .project-details__details li:before {
    display: none;
  }
  .project-details__details li + li {
    margin-top: 12px;
  }
  .project-details__details-box {
    margin-left: 0px;
    margin-right: 0px;
  }
  .project-details__points-content-box {
    margin-top: 20px;
    margin-left: 0;
  }
  .projectc-details__pagination-single {
    padding: 50px 40px 50px;
  }
  .page-header__inner h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .project-one__content {
    padding: 0;
    box-shadow: none;
  }
  .project-one__thumb-box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 50px;
  }
  .project-one__more-project {
    margin-top: 60px;
    padding: 0 30px;
  }
  .project-three__title {
    font-size: 20px;
  }
  .project-one-shape-1 {
    display: none;
  }
  .project-one__right {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1375px) {
  .project-three__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
  .quality-work__left {
    margin-right: 0px;
    margin-left: -220px;
  }
  .quality-work__right {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .quality-work__left {
    margin-right: 0px;
    margin-left: -220px;
  }
  .quality-work__right {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .project-two__hover {
    padding: 56px 40px 60px;
  }
  .project-two__hover-title {
    font-size: 22px;
  }
}
/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .main-slider__nav {
    display: none;
  }
  .main-slider__title {
    font-size: 40px;
    line-height: 50px;
    margin-top: -36px;
    margin-bottom: 42px;
  }
  .main-slider__border-left {
    bottom: 11px;
    width: 45px;
  }
  .main-slider__border-right {
    bottom: 11px;
    width: 45px;
  }
  .main-slider-two__title {
    font-size: 38px;
    line-height: 48px;
  }
  .main-slider-two .container {
    padding-top: 256px;
    padding-bottom: 150px;
  }
  .main-slider-three__title {
    font-size: 35px;
    line-height: 45px;
  }
  .main-slider-three__title br {
    display: none;
  }
  .main-slider-three__title span:before {
    display: none;
  }
  .project-one__left {
    margin: 0;
  }
  .project-one__img-holder {
    width: 100%;
    height: auto;
  }
  .feature-three__top {
    padding-bottom: 60px;
  }
  .couonter-one__content-box {
    display: block;
    text-align: center;
  }
  .couonter-one__icon-box {
    display: block;
  }
  .couonter-one__count-box {
    margin-left: 0;
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1350px) and (max-width: 1650px) {
  .main-menu-two__social {
    display: none;
  }
  .main-menu-two__logo {
    margin-right: 50px;
  }
  .main-menu-two__main-menu-two-inner {
    margin-left: 0;
  }
  .main-menu-three__call {
    display: none;
  }
  .main-menu-three__search-box {
    display: none;
  }
  .main-menu-three__btn-box {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .main-menu-two__social {
    display: none;
  }
  .main-menu-two__logo {
    margin-right: 50px;
  }
  .main-menu-two__main-menu-two-inner {
    margin-left: 0;
  }
  .main-menu-two__call {
    display: none;
  }
  .main-menu-two__call-search {
    padding: 45.5px 0;
  }
  .main-header-three__top-inner {
    padding-left: 320px;
    padding-right: 30px;
  }
  .main-menu-three {
    padding: 0 30px;
  }
  .stricky-header.main-menu-three {
    padding: 0 30px;
  }
  .main-menu-three__logo-box {
    width: 205px;
  }
  .main-menu-three__main-menu-three-box {
    margin-left: 30px;
  }
  .main-menu-three__call {
    display: none;
  }
  .main-menu-three__search-box {
    display: none;
  }
  .main-menu-three__btn-box {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header__top-address-box {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    padding: 20px 0;
    display: inline-block;
  }
  .main-menu-two__logo {
    margin-right: 50px;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 43px 0;
    display: inline-block;
  }
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--ambed-white);
  }
  .main-menu-two .default-menu .mobile-nav__toggler:hover {
    color: var(--ambed-black);
  }
  .main-menu-two__main-menu-two-inner {
    margin-left: 50px;
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three__logo {
    padding: 30px 0;
  }
  .main-menu-three__call {
    display: none;
  }
  .main-menu-three .mobile-nav__toggler {
    padding: 41px 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header__top-address-box {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    padding: 20px 0;
    display: inline-block;
  }
  .main-menu-two__logo {
    margin-right: 50px;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 43px 0;
    display: inline-block;
  }
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--ambed-white);
  }
  .main-menu-two__main-menu-two-inner {
    margin-left: 0px;
  }
  .main-menu-two__social {
    display: none;
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three__logo {
    padding: 30px 0;
  }
  .main-menu-three__right {
    display: none;
  }
  .main-menu-three .mobile-nav__toggler {
    padding: 41px 0;
    display: inline-block;
  }
  .main-menu-three__left {
    float: none;
  }
  .main-menu-three__main-menu-three-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .benefits-one-shape img,
  .main-header__top-right {
    display: none;
  }
  .main-header__logo {
    float: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .main-menu__btn-box {
    display: none;
  }
  .main-menu__search-box {
    margin-right: 0;
  }
  .main-menu .mobile-nav__toggler {
    padding: 20px 0;
    display: inline-block;
  }
  .main-menu__search-btn-box {
    padding: 22.5px 0;
  }
  .main-menu__wrapper-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-menu-two__logo {
    margin-right: 0px;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 43px 0;
    display: inline-block;
  }
  .main-menu-two .mobile-nav__toggler:hover {
    color: var(--ambed-white);
  }
  .main-menu-two .default-menu .mobile-nav__toggler:hover {
    color: var(--ambed-black);
  }
  .main-menu-two__main-menu-two-inner {
    margin-left: 0px;
  }
  .main-menu-two__social {
    display: none;
  }
  .main-menu-two__right {
    display: none;
  }
  .main-menu-two__left {
    float: none;
  }
  .main-menu-two {
    padding: 0 30px;
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three__logo {
    padding: 30px 0;
  }
  .main-menu-three__right {
    display: none;
  }
  .main-menu-three .mobile-nav__toggler {
    padding: 41px 0;
    display: inline-block;
  }
  .main-menu-three__left {
    float: none;
  }
  .main-menu-three {
    padding: 0 30px;
  }
  .main-menu-three__main-menu-three-box {
    margin-left: 0px;
  }
  .main-menu-three__logo-box {
    width: 205px;
  }
  .project-one__more-project-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-two__single {
    padding-top: 200px;
  }
  .reply-form .logged-in-as {
    display: inline-block;
  }
  h2.comment-form__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 468px) {
  h2.comment-form__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .welcome-one {
    padding-bottom: 117px;
  }
}
