@charset "UTF-8";

/*!
Theme Name: moniz
Theme URI: http://layerdrops.com/monizwp/
Author: LayerDrops
Author URI: https://themeforest.net/user/layerdrops
Description: Moniz is a modern creative multipurpose Web Design Agency WordPress Theme. The theme is highly suitable for all agencies whether you are a web agency, freelancer, web design company, web designer, digital marketing or any type of design agency websites and businesses. We got you covered.
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: moniz
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.

moniz 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Vars
--------------------------------------------- */
:root {
	--moniz-font: 'Kumbh Sans', sans-serif;
	--moniz-reey-font: 'reeyregular';
	--moniz-gray: #717178;
	--moniz-gray-rgb: 113, 113, 120;
	--moniz-primary: #fc653c;
	--moniz-primary-rgb: 252, 101, 60;
	--moniz-black: #1e1e22;
	--moniz-black-rgb: 30, 30, 34;
	--moniz-base: #ffffff;
	--moniz-base-rgb: 255, 255, 255;
	--moniz-extra: #e4e4ea;
	--moniz-light: #f1f1f5;
	--moniz-border-radius: 10px;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--moniz-gray);
	font-family: var(--moniz-font, "Kumbh Sans", 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(--moniz-gray);
	cursor: help;
}

mark,
ins {
	background: var(--moniz-extra);
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

hr {
	background-color: var(--moniz-extra);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 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%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--moniz-black);
}

a:hover,
a:focus,
a:active {
	color: var(--moniz-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(--moniz-extra) var(--moniz-extra) var(--moniz-extra);
	border-radius: 3px;
	background: var(--moniz-extra);
	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(--moniz-extra) var(--moniz-extra) var(--moniz-extra);
}

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(--moniz-extra) var(--moniz-extra) var(--moniz-extra);
}

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(--moniz-gray);
	border: 1px solid var(--moniz-extra);
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--moniz-gray);
}

select {
	border: 1px solid var(--moniz-extra);
}

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: 30px;
}

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

.comments-area .comment-box {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid var(--moniz-extra, #e4e4ea);
}

.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(--moniz-black, #1e1e22);
	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(--moniz-primary, #fc653c);
}

.comments-area .comment-box .text {
	position: relative;
	display: block;
	color: var(--moniz-gray, #717178);
	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(--moniz-extra, #e4e4ea);
}

.comments-area .comment-body .avatar {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.comments-area .fn a,
.comments-area .fn {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	color: var(--moniz-black, #1e1e22);
	text-decoration: none;
}

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

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

.comments-area .comment-body .comment-metadata a:hover {
	color: var(--moniz-black, #1e1e22);
}

.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(--moniz-gray, #717178);
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 2em;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
	letter-spacing: 0;
	font-weight: 500;
}

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

.comments-area .comment-content {
	font-weight: 500;
}

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

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

.comments-area .reply a {
	position: relative;
	background-color: var(--moniz-primary, #fc653c);
	font-size: 14px;
	font-weight: 600;
	color: var(--moniz-black, #1e1e22);
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	padding: 5px 30px;
	font-weight: 800;
	border-radius: var(--moniz-border-radius, 10px);
	transition: all 500ms ease;
	margin-top: 40px;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
	font-size: 16px;
	font-weight: 700;
	padding: 14px 50px;
	transition: 500ms;
	border-radius: 32px;
	overflow: hidden;
	font-size: 14px;
	color: var(--moniz-base, #ffffff);
	padding: 4px 30px;
	font-weight: 700;
	text-transform: capitalize;
}

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

.comments-area .reply a:hover {
	background-color: var(--moniz-black, #1e1e22);
	color: #ffffff;
}

.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
	margin-bottom: 45px;
}

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

.reply-form .logged-in-as {
	display: flex;
	color: var(--moniz-primary, #fc653c);
	margin-left: -10px;
	margin-top: -40px;
	margin-bottom: 20px;
}

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

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

.comment-form__title small a {
	text-decoration: none;
	color: var(--moniz-primary, #fc653c);
	text-decoration: underline;
}

.comment-form__title small a:hover {
	color: var(--moniz-black, #1e1e22);
	opacity: 0.5;
}

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* 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(--moniz-primary);
	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;
}

/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.row {
	--bs-gutter-x: 30px;
}

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

body {
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
	color: var(--moniz-gray, #717178);
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--moniz-black, #1e1e22);
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--moniz-black, #1e1e22);
}

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

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

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

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

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

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
	font-size: 16px;
	font-weight: 700;
	padding: 14px 50px;
	transition: 500ms;
	border-radius: 32px;
	overflow: hidden;
}

.thm-btn:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 85px;
	height: 100%;
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 1);
	opacity: 0.1;
	content: "";
	border-radius: 32px;
	transform: scale(1);
	transition: 500ms ease;
}

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

.thm-btn:hover::before {
	width: 100%;
	transition: 1s;
	transform: scale(1.5);
	border-radius: 0;
	background-color: var(--moniz-black, #1e1e22);
	opacity: 1;
}

.thm-btn span {
	position: relative;
}

.thm-btn--dark {
	background-color: var(--moniz-black, #1e1e22);
}

.thm-btn--dark:hover::before,
.thm-btn--dark::before {
	background-color: var(--moniz-base, #ffffff);
}

.thm-btn--dark:hover::before {
	background-color: var(--moniz-primary, #fc653c);
}

.thm-btn--dark:hover {
	color: var(--moniz-base, #ffffff);
}

.thm-btn--dark--light-hover:hover::before {
	background-color: var(--moniz-base, #ffffff);
}

.thm-btn--dark--light-hover:hover {
	color: var(--moniz-black, #1e1e22) !important;
}

.section-title {
	margin-top: -11px;
	margin-bottom: 35px;
}

.section-title__tagline {
	display: inline-flex;
	color: var(--moniz-gray, #717178);
	font-size: 16px;
	align-items: center;
	line-height: 30px;
	margin-bottom: 6px;
	font-weight: 700;
}

.section-title__tagline::before {
	position: relative;
	top: -2px;
	content: '';
	background-color: var(--moniz-primary, #fc653c);
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-radius: 50%;
}

.section-title__title {
	margin: 0;
	font-weight: 700;
	color: var(--moniz-black, #1e1e22);
	font-size: 50px;
	line-height: 60px;
}

.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 {
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	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(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

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

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
	cursor: pointer;
}

.preloader {
	position: fixed;
	background-color: var(--moniz-black, #1e1e22);
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9991;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-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;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-image: url(assets/images/loader.png);
}

/* scroll to top */
.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: var(--moniz-primary, #fc653c);
	position: fixed;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
	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: var(--moniz-base, #ffffff);
	font-size: 18px;
	line-height: 45px;
}

.scroll-to-top:hover {
	background-color: var(--moniz-black, #1e1e22);
}

.scroll-to-top:hover i {
	color: var(--moniz-base, #ffffff);
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
/* boxed style */
body.boxed-wrapper {
	background-color: #f1f1f5;
}

.boxed-wrapper .page-wrapper {
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--moniz-base);
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .page-wrapper__dark {
	background-color: #1c1e22;
}

.boxed-wrapper .main-menu-wrapper__search-box,
.boxed-wrapper .main-menu-wrapper__social {
	display: none;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
	transition: all 500ms ease;
}

.main-menu {
	position: relative;
	padding: 0 15px;
	z-index: 91;
}

@media (min-width: 992px) {
	.main-menu {
		padding: 0 30px;
	}
}

@media (min-width: 1200px) {
	.main-menu {
		padding: 0 60px;
	}
}

.default-menu .main-menu {
	max-width: 1200px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}

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

.main-menu-wrapper__left {
	position: relative;
	display: flex;
	float: left;
	align-items: center;
}

.main-menu-wrapper__logo {
	position: relative;
	margin-right: 120px;
}

.main-menu-wrapper__logo h1 {
	margin: 0;
	color: var(--moniz-base, #ffffff);
	font-size: 26px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-menu-wrapper__logo img {
	width: 121px;
	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-wrapper__search-box {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.main-menu-wrapper__search {
	font-size: 20px;
	color: var(--moniz-base, #ffffff);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-wrapper__search:hover {
	color: var(--moniz-primary, #fc653c);
}

.main-menu-wrapper__social {
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 40px;
}

.main-menu-wrapper__social:before {
	position: absolute;
	top: -13px;
	left: 0;
	bottom: -13px;
	width: 1px;
	content: "";
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.15);
}

.main-menu-wrapper__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	font-size: 18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-wrapper__social a+a {
	margin-left: 22px;
}

.main-menu-wrapper__social a:hover {
	color: var(--moniz-primary, #fc653c);
}

.main-menu-wrapper__main-menu {
	position: relative;
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	width: 60%;
}

.default-menu .main-menu-wrapper__main-menu {
	float: none;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	margin-left: auto;
}

.main-menu-wrapper__right {
	position: relative;
	display: block;
	float: right;
	padding: 29px 0;
}

.main-menu-wrapper__right-contact-box {
	display: flex;
	align-items: center;
}

.main-menu-wrapper__right-contact-icon {
	height: 40px;
	width: 40px;
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.2);
	border-radius: 50%;
	font-size: 15px;
	color: var(--moniz-base, #ffffff);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-wrapper__right-contact-box:hover .main-menu-wrapper__right-contact-icon {
	color: var(--moniz-primary, #fc653c);
	background-color: var(--moniz-base, #ffffff);
}

.main-menu-wrapper__right-contact-number {
	margin-left: 10px;
	padding-top: 3px;
}

.main-menu-wrapper__right-contact-number>a {
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-wrapper__right-contact-box:hover .main-menu-wrapper__right-contact-number>a {
	color: var(--moniz-primary, #fc653c);
}

.stricky-header.main-menu {
	padding: 0 60px;
	background-color: var(--moniz-black, #1e1e22);
}

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

@media (min-width: 1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list ul {
		display: flex;
	}
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
	padding-top: 39.5px;
	padding-bottom: 39.5px;
	position: relative;
}

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

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	color: var(--moniz-base, #ffffff);
	position: relative;
	transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	position: absolute;
	top: -50px;
	left: 50%;
	transition: transform 500ms ease;
	transform: scaleY(0) translateX(-50%);
	z-index: -1;
}

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

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li.current-menu-parent>a::before,
.main-menu .main-menu__list>li.current_page_item>a::before,
.main-menu .main-menu__list>li.current-menu-ancestor>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li.current-menu-parent>a::before,
.stricky-header .main-menu__list>li.current_page_item>a::before,
.stricky-header .main-menu__list>li.current-menu-ancestor>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
	transform: scaleY(1) translateX(-50%);
}

.main-menu .main-menu__list>li.current>a::before {
	background-color: var(--moniz-primary, #fc653c);
}

.main-menu .main-menu__list>li:hover>a::before {
	background-color: var(--moniz-primary, #fc653c);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background-color: var(--moniz-base, #ffffff);
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	border-bottom-left-radius: var(--moniz-border-radius, 10px);
	border-bottom-right-radius: var(--moniz-border-radius, 10px);
	transition: 500ms ease;
	z-index: 99;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
	border-top: 1px solid RGBA(var(--moniz-black, #1e1e22), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
	font-size: 16px;
	line-height: 30px;
	color: var(--moniz-black, #1e1e22);
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 500ms;
}

.main-menu .main-menu__list li ul li:last-child>a,
.stricky-header .main-menu__list li ul li:last-child>a {
	border-bottom-left-radius: var(--moniz-border-radius, 10px);
	border-bottom-right-radius: var(--moniz-border-radius, 10px);
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #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 .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
	display: none;
}

.main-menu__list .is-new>a::after {
	content: 'new';
	background-color: var(--moniz-black);
	text-transform: uppercase;
	border-radius: var(--moniz-border-radius, 10px);
	font-size: 10px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	padding: 0px 9px;
	margin-left: auto;
}

.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: var(--moniz-base, #ffffff);
	width: 100%;
	visibility: hidden;
	transform: translateY(-120%);
	transition: transform 500ms ease, visibility 500ms ease;
	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 {
	transform: translateY(0);
	visibility: visible;
}

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

.mobile-nav__buttons {
	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(--moniz-black, #1e1e22);
	cursor: pointer;
}

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

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

.main-menu .mobile-nav__toggler {
	width: 30px;
	height: 20px;
	border-top: 1px solid var(--moniz-base, #ffffff);
	border-bottom: 1px solid var(--moniz-base, #ffffff);
	cursor: pointer;
	transition: 500ms;
	margin-right: 20px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: all 500ms ease;
}

.main-menu .mobile-nav__toggler span {
	display: block;
	width: 60%;
	height: 1px;
	background-color: var(--moniz-base, #ffffff);
	transition: all 500ms ease;
}

.main-menu .mobile-nav__toggler:hover span {
	width: 100%;
}

@media (min-width: 1200px) {
	.main-menu .mobile-nav__toggler {
		display: none;
	}
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
	position: relative;
	display: block;
	background-color: var(--moniz-black, #1e1e22);
}

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

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

.main-menu-two-wrapper__left {
	position: relative;
	display: block;
	float: left;
}

.default-menu .main-menu-two-wrapper__left {
	float: none;
}

.main-menu-two-wrapper__logo {
	position: relative;
	float: left;
	margin-right: 180px;
	padding: 39.5px 0;
}

.main-menu-two-wrapper__logo h1 {
	margin: 0;
	color: var(--moniz-base, #ffffff);
	font-size: 26px;
	font-weight: 700;
}

.main-menu-two-wrapper__logo img {
	width: 121px;
	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-wrapper__main-menu {
	position: relative;
	display: block;
	float: left;
}

.default-menu .main-menu-two-wrapper__main-menu {
	float: right;
}

.main-menu-two-wrapper__right {
	position: relative;
	display: block;
	float: right;
	padding: 47.5px 0;
}

.main-menu-two-wrapper__search-box {
	position: relative;
	display: block;
	float: left;
	margin-right: 40px;
}

.main-menu-two-wrapper__search {
	font-size: 20px;
	color: var(--moniz-base, #ffffff);
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-two-wrapper__search:hover {
	color: var(--moniz-primary, #fc653c);
}

.main-menu-two-wrapper__social {
	float: left;
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 40px;
}

.main-menu-two-wrapper__social:before {
	position: absolute;
	top: -13px;
	left: 0;
	bottom: -13px;
	width: 1px;
	content: "";
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.15);
}

.main-menu-two-wrapper__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	font-size: 18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-two-wrapper__social a+a {
	margin-left: 22px;
}

.main-menu-two-wrapper__social a:hover {
	color: var(--moniz-primary, #fc653c);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
	0% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
	}

	30% {
		-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
		transform: translateY(30px) translateX(50px) rotate(15deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}

	50% {
		-webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
		transform: translateY(50px) translateX(100px) rotate(45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	80% {
		-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
		transform: translateY(30px) translateX(50px) rotate(15deg);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	100% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@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 banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@keyframes squareMover {

	0%,
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0);
	}

	20%,
	60% {
		-webkit-transform: translate(20px, 40px) rotate(180deg);
		transform: translate(20px, 40px) rotate(180deg);
	}

	30%,
	80% {
		-webkit-transform: translate(40px, 60px) rotate(0deg);
		transform: translate(40px, 60px) rotate(0deg);
	}
}

@keyframes treeMove {

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

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

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

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	transform: translateX(-100%);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
	visibility: hidden;
}

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

.mobile-nav__wrapper.expanded {
	opacity: 1;
	transform: translateX(0%);
	visibility: visible;
	transition: transform 500ms ease 0ms, visibility 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(--moniz-black, #1e1e22);
	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;
	transform: translateX(-100%);
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

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

.mobile-nav__content .thm-btn {
	padding: 8px 0;
	width: 100%;
	text-align: center;
}

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

.mobile-nav__content .logo-box a h1 {
	color: var(--moniz-base, #ffffff);
}

.mobile-nav__content .logo-box a:hover h1 {
	color: var(--moniz-primary, #fc653c);
}

.mobile-nav__close {
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer;
	display: block;
	width: 17px;
	height: 17px;
}

.mobile-nav__close::before,
.mobile-nav__close::after {
	content: '';
	width: 2px;
	height: 17px;
	background-color: var(--moniz-base, #ffffff);
	position: absolute;
	top: 0;
	left: 8px;
	transform: rotate(45deg);
}

.mobile-nav__close::after {
	transform: rotate(-45deg);
}

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

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

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

.mobile-nav__content .main-menu__list li a {
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	color: var(--moniz-base, #ffffff);
	font-size: 14px;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
	font-weight: 500;
	height: 46px;
	align-items: center;
	transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
	color: var(--moniz-primary, #fc653c);
}

.mobile-nav__content .main-menu__list li a button {
	width: 30px;
	height: 30px;
	background-color: var(--moniz-primary, #fc653c);
	border: none;
	outline: none;
	color: var(--moniz-base, #ffffff);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotate(-90deg);
	transition: transform 500ms ease;
	padding: 0;
	border-radius: calc(var(--moniz-border-radius, 10px) / 2);
}

.mobile-nav__content .main-menu__list li a button.expanded {
	transform: rotate(0deg);
	background-color: var(--moniz-base, #ffffff);
	color: var(--moniz-black, #1e1e22);
}

.mobile-nav__content .main-menu__list li ul {
	margin-left: 10px;
}

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

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

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

.mobile-nav__top .main-menu__login a {
	color: var(--moniz-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: flex;
	align-items: center;
	margin-top: 20px;
}

.mobile-nav__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: #9e9ea7;
	border-radius: 50%;
	font-size: 14px;
	height: 43px;
	width: 43px;
	background-color: #17171a;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.mobile-nav__social a:hover {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

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

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

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

.mobile-nav__contact li a {
	color: var(--moniz-base, #ffffff);
	transition: 500ms;
}

.mobile-nav__contact li a:hover {
	color: var(--moniz-primary, #fc653c);
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 11px;
	margin-right: 10px;
	color: var(--moniz-base, #ffffff);
}

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

.mobile-nav__text {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #9e9ea7;
	line-height: 32px;
}

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

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

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

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

.search-popup__content form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background-color: var(--moniz-base, #ffffff);
	border-radius: var(--moniz-border-radius, 10px);
	overflow: hidden;
}

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

.search-popup__content button[type=submit] {
	border: none;
	outline: none;
	padding: 0;
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: -1px;
	border-radius: 0;
	background-color: var(--moniz-primary, #fc653c);
	transition: all 500ms ease;
}

.search-popup__content button[type=submit]:hover {
	background-color: var(--moniz-black, #1e1e22);
	color: var(--moniz-base, #ffffff);
}

.search-popup__content button[type=submit] i {
	margin: 0;
	color: var(--moniz-base, #ffffff);
}

/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.main-slider {
	overflow: hidden;
	position: relative;
}

.main-slider .swiper-slide {
	position: relative;
	background-color: var(--moniz-black, #1e1e22);
}

.main-slider .swiper-slide .container {
	position: relative;
	z-index: 30;
}

.main-slider .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
	transition: transform 7000ms ease;
	z-index: 1;
}

.main-slider .image-layer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.5);
	z-index: 2;
}

.main-slider-shape-1 {
	position: absolute;
	top: 262px;
	left: -213px;
	border-radius: 50%;
	width: 304px;
	height: 304px;
	background-color: var(--moniz-primary, #fc653c);
	z-index: 2;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

.main-slider-shape-2 {
	position: absolute;
	top: 435px;
	left: -200px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.502;
	width: 415px;
	height: 415px;
	z-index: 3;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.main-slider-shape-3 {
	position: absolute;
	top: -123px;
	right: -300px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.502;
	width: 750px;
	height: 750px;
	z-index: 3;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.main-slider-shape-4 {
	position: absolute;
	top: 160px;
	right: -343px;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	width: 543px;
	height: 543px;
	z-index: 2;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.main-slider .container {
	padding-top: 370px;
	padding-bottom: 260px;
}

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

.main-slider p {
	font-size: 16px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	margin: 0;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 21px;
	letter-spacing: 0.1em;
	opacity: 0;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-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 h2 {
	margin: 0;
	margin-bottom: 36px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	transform: translateY(120px);
	transition-delay: 1000ms;
	transition: transform 2000ms ease, opacity 2000ms ease;
	font-size: 100px;
	line-height: 100px;
}

.main-slider .thm-btn {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition-delay: 2500ms;
	transition-delay: 2500ms;
	-webkit-transition: opacity 2000ms ease, color 500ms ease,
		background 500ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, color 500ms ease, background 500ms ease,
		-webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
		background 500ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
		background 500ms ease, -webkit-transform 2000ms ease;
}

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

.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active .thm-btn {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(0);
}

.slider-bottom-box {
	position: absolute;
	left: 0;
	bottom: 60px;
	right: 0;
	min-height: 50px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.main-slider__nav {
	position: relative;
	float: left;
	width: 150px;
	z-index: 100;
	display: flex;
	align-items: flex-start;
}

.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: 50px;
	height: 50px;
	font-size: 20px;
	color: var(--moniz-black, #1e1e22);
	opacity: 1;
	margin: 0 5px;
	text-align: center;
	transition: all 500ms ease;
	border-radius: 50%;
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.2);
	background-image: none;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
	color: var(--moniz-primary, #fc653c);
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 1);
}

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

.main-slider__nav .swiper-button-prev {
	margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
	position: relative;
}

#main-slider-pagination {
	z-index: 10;
	width: 150px;
	text-align: right;
	position: relative;
	margin-left: auto;
	float: right;
}

#main-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.8);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid var(--moniz-base, #ffffff);
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0);
}

#main-slider-pagination-two {
	z-index: 10;
	width: 150px;
	text-align: right;
	position: relative;
	margin-left: auto;
	float: right;
}

#main-slider-pagination-two .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.8);
}

#main-slider-pagination-two .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 5px;
}

#main-slider-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid var(--moniz-base, #ffffff);
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two-shape-1 {
	position: absolute;
	bottom: 125px;
	left: -375px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.502;
	width: 750px;
	height: 750px;
	z-index: 3;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.main-slider-two-shape-2 {
	position: absolute;
	top: 180px;
	left: -337px;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	width: 755px;
	height: 755px;
	z-index: 2;
	-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;
}

@-webkit-keyframes shapeMover {

	0%,
	100% {
		-webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		-webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
		transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

@keyframes shapeMover {

	0%,
	100% {
		-webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		-webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
		transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

.main-slider-two .container {
	padding-top: 255px;
	padding-bottom: 260px;
}

.main-slider-two #main-slider-pagination-two {
	margin: 0 auto;
	float: none;
	text-align: center;
	width: 45px;
}

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

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

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

.welcome-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 50%;
}

.welcome-one__img-box .welcome-one__img img {
	width: 100%;
	border-radius: 50% !important;
}

.welcome-one__shape-1 {
	position: absolute;
	bottom: -36px;
	left: 36%;
	width: 236px;
	height: 236px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.50;
	transform: translateX(-50%);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.welcome-one__shape-2 {
	position: absolute;
	bottom: -45px;
	right: 79px;
	height: 185px;
	width: 185px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: 50%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.welcome-one__trusted {
	position: absolute;
	border-radius: 50%;
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
	top: 85px;
	left: -62px;
	height: 175px;
	width: 175px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.welcome-one__trusted:before {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	content: "";
	border: 2px dashed #e4e4ea;
	border-radius: 50%;
}

.welcome-one__trusted p {
	font-size: 14px;
	font-weight: 700;
	color: var(--moniz-primary, #fc653c);
	margin: 0;
	line-height: 24px;
}

.welcome-one__trusted h2 {
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif) !important;
	line-height: 36px !important;
}

.welcome-one__trusted .odometer-formatting-mark {
	display: none;
}

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

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

.welcome-one__solutions {
	display: flex;
	align-items: center;
	margin-bottom: 39px;
}

.welcome-one__solutions-single {
	display: flex;
	align-items: center;
	border: 1px solid #e4e4ea;
	border-radius: var(--moniz-border-radius, 10px);
	padding: 21px 40px 21px;
	transition: all 500ms ease;
}

.welcome-one__solutions-single+.welcome-one__solutions-single {
	margin-left: 15px;
}

.welcome-one__solutions-single:hover {
	background-color: var(--moniz-primary, #fc653c);
	border: 1px solid transparent;
}

.welcome-one__solutions-icon {
	display: flex;
	align-items: center;
}

.welcome-one__solutions-icon span {
	font-size: 20px;
	color: var(--moniz-primary, #fc653c);
	transition: all 500ms ease;
}

.welcome-one__solutions-single:hover .welcome-one__solutions-icon span {
	color: var(--moniz-base, #ffffff);
}

.welcome-one__solutions-text-box {
	margin-left: 20px;
}

.welcome-one__solutions-text-box p {
	font-size: 16px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	transition: all 500ms ease;
}

.welcome-one__solutions-single:hover .welcome-one__solutions-text-box p {
	color: var(--moniz-base, #ffffff);
}

.welcome-one__right-text-1 {
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	margin: 0;
	margin-bottom: 37px;
}

.welcome-one__right-text-2 {
	margin: 0;
}

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

.counters-one__box {
	position: relative;
	display: block;
	margin: 0;
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid #e4e4ea;
	padding: 78px 0 46px;
	border-radius: var(--moniz-border-radius, 10px);
	overflow: hidden;
}

.counter-one__single {
	position: relative;
	display: inline-block;
	max-width: 284px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.counter-one__single:before {
	position: absolute;
	top: 1px;
	left: 0;
	bottom: 11px;
	content: "";
	width: 1px;
	background-color: var(--moniz-extra, #e4e4ea);
}

.counter-one__single:first-child:before {
	display: none;
}

.counter-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--moniz-primary, #fc653c);
	line-height: 65px;
	transition: all 500ms ease-in-out;
}

.counter-one__single:hover .counter-one__icon span {
	transform: scale(0.9);
}

.counter-one__single h3 {
	font-size: 40px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	line-height: 45px !important;
	margin-top: 7px;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif) !important;
}

.counter-one__text {
	color: var(--moniz-gray, #717178);
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	line-height: 20px;
}

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

.counter-one__shape {
	position: absolute;
	bottom: -124px;
	left: -55px;
	height: 185px;
	width: 185px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: 50%;
}

/*--------------------------------------------------------------
# We Change
--------------------------------------------------------------*/
.we-change {
	position: relative;
	display: block;
	background-color: #f1f1f5;
	padding: 120px 0 120px;
}

.we-change__left-faqs {
	position: relative;
	display: block;
}

.we-change__left-faqs .section-title {
	margin-bottom: 44px;
}

.we-change__faqs {
	position: relative;
	display: block;
}

.accrodion-grp .accrodion {
	position: relative;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 10px;
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.accrodion-grp .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 21px 40px 21px;
	padding-right: 27px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	border-bottom: 0px solid var(--moniz-extra, #e4e4ea);
}

@media (max-width: 768px) {
	.accrodion-grp .accrodion-title {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 480px) {
	.accrodion-grp .accrodion-title {
		padding-left: 25px;
		padding-right: 43px;
	}
}

.accrodion-grp .accrodion-title h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: var(--moniz-black, #1e1e22);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.accrodion-grp .accrodion.active .accrodion-title {
	border-bottom: 1px solid var(--moniz-extra, #e4e4ea);
}

.accrodion-grp .accrodion.active .accrodion-title h4 {
	color: var(--moniz-black, #1e1e22);
}

.accrodion-grp .accrodion-title h4::before {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 17px;
	color: var(--moniz-black, #1e1e22);
	position: absolute;
	top: 50%;
	right: 0;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media (max-width: 768px) {
	.accrodion-grp .accrodion-title h4::before {
		right: -20px;
	}
}

@media (max-width: 480px) {
	.accrodion-grp .accrodion-title h4::before {
		right: -30px;
	}
}

.accrodion-grp .accrodion.active .accrodion-title h4::before {
	content: "\f107";
	color: var(--moniz-primary, #fc653c);
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accrodion-grp .accrodion-content {
	position: relative;
	padding: 20px 40px 31px;
	border-bottom: 0px solid var(--moniz-extra, #e4e4ea);
}

.accrodion-grp .accrodion.active .accrodion-content {
	border-bottom: 0px solid var(--moniz-extra, #e4e4ea);
}

.accrodion-grp .accrodion.last-chiled.active .accrodion-content {
	border-bottom: 0px solid transparent;
}

.accrodion-grp .accrodion-content p {
	margin: 0;
}

.we-change__right {
	position: relative;
	display: block;
	margin-left: 30px;
	margin-top: -120px;
}

.we-change__right-img {
	position: relative;
	display: block;
	margin-right: -362px;
}

.we-change__right-img img {
	width: 100%;
	border-bottom-left-radius: 10px !important;
}

.we-change__agency {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--moniz-primary, #fc653c);
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: flex;
	align-items: center;
	padding: 54px 60px;
}

.we-change__agency-icon {
	display: flex;
	align-items: center;
}

.we-change__agency-icon span {
	font-size: 65px;
	color: var(--moniz-base, #ffffff);
	line-height: 65px;
}

.we-change__agency-text {
	margin-left: 20px;
}

.we-change__agency-text h3 {
	font-size: 24px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	line-height: 36px;
}

/*--------------------------------------------------------------
# We Make
--------------------------------------------------------------*/
.we-make {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background-color: var(--moniz-black, #1e1e22);
	z-index: 1;
}

.we-make-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.02;
	z-index: -1;
}

.we-make__left {
	position: relative;
	display: block;
	margin-right: 115px;
}

.we-make__left .section-title {
	margin-bottom: 42px;
}

.we-make__left .section-title__tagline {
	color: var(--moniz-base, #ffffff);
}

.we-make__left .section-title__title {
	color: var(--moniz-base, #ffffff);
}

.we-make__person {
	display: flex;
	align-items: center;
}

.we-make__person-img {
	position: relative;
	display: block;
}

.we-make__person .we-make__person-img img {
	width: 81px;
	border-radius: 50% !important;
}

.we-make__person-text {
	margin-left: 30px;
}

.we-make__person-text p {
	font-size: 30px;
	color: var(--moniz-base, #ffffff);
	margin: 0;
	font-family: var(--moniz-reey-font, "reeyregular");
	line-height: 40px;
}

.we-make__right {
	position: relative;
	display: block;
}

.we-make__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 40px;
}

.we-make__progress-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color: var(--moniz-base, #ffffff);
	margin-bottom: 6px;
}

.we-make__progress .bar {
	position: relative;
	width: 100%;
	height: 15px;
	background: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.08);
	border-radius: 30px;
	margin-bottom: 25px;
}

.we-make__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 15px;
	border-radius: 30px;
	background: var(--moniz-primary, #fc653c);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.we-make__progress .count-text {
	position: absolute;
	right: 0px;
	bottom: 21px;
	color: var(--moniz-base, #ffffff);
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.we-make__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.we-make__progress .bar.marb-0 {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
	position: relative;
	display: block;
	padding: 120px 0 15px;
	background-color: #f1f1f5;
	z-index: 1;
}

.service-one__no-section-title {
	padding-top: 190px;
}

.services-one-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 0.08;
}

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

.services-one .row {
	--bs-gutter-x: 20px;
}

.services-one__single {
	position: relative;
	display: block;
	border-radius: var(--moniz-border-radius, 10px);
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 100px 60px 50px;
	text-align: center;
	margin-bottom: 105px;
}

.services-one__icon {
	position: absolute;
	border-radius: 50%;
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	width: 150px;
	height: 150px;
	font-size: 64px;
	color: var(--moniz-black, #1e1e22);
	transition: all 500ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: -75px;
	transform: translateX(-50%);
}

.services-one__single:hover .services-one__icon {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

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

.services-one__title a {
	color: var(--moniz-black, #1e1e22);
	transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
	color: var(--moniz-primary, #fc653c);
}

.services-one__text {
	margin: 0;
	padding-bottom: 16px;
}

.service-one__arrow {
	position: relative;
	color: var(--moniz-gray, #717178);
	transition: all 500ms ease;
	height: 65px;
	width: 65px;
	background-color: #f1f1f5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 20px;
}

.services-one__single:hover .service-one__arrow {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

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

.portfolio-one__container {
	position: relative;
	display: block;
	max-width: 1600px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.portfolio-one .section-title {
	margin-bottom: 13px;
}

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

.portfolio-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
}

.portfolio-one__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.3);
	border-radius: var(--moniz-border-radius, 10px);
	transform: scaleX(0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 1;
}

.portfolio-one__single:hover .portfolio-one__img:before {
	transform: scaleX(1);
}

.portfolio-one__img img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
	transition: all 500ms ease;
	transform: scale(1);
}

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

.portfolio-one__experience {
	position: absolute;
	bottom: 30px;
	left: 0px;
	transform: scaleY(0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: bottom center;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	z-index: 2;
}

.portfolio-one__single:hover .portfolio-one__experience {
	transform: scaleY(1);
}

.portfolio-one__web-design {
	background-color: var(--moniz-primary, #fc653c);
	display: inline-block;
	padding: 0 30px;
	border-top-right-radius: 10px;
}

.portfolio-one__web-design-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--moniz-base, #ffffff);
	margin: 0;
}

.portfolio-one__fimlor {
	background-color: var(--moniz-black, #1e1e22);
	display: inline-block;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 30px;
	padding-right: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.portfolio-one__fimlor-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--moniz-base, #ffffff);
	margin: 0;
}

.portfolio-one__fimlor-title a {
	color: var(--moniz-base, #ffffff);
	transition: all 500ms ease;
}

.portfolio-one__fimlor-title a:hover {
	color: var(--moniz-primary, #fc653c);
}

.portfolio-one__arrow {
	position: absolute;
	top: 30px;
	right: 30px;
	transform: scale(0);
	transition: all 500ms ease;
	z-index: 3;
}

.portfolio-one__arrow a {
	height: 52px;
	width: 52px;
	background-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--moniz-black, #1e1e22);
	font-size: 20px;
	transition: all 500ms ease;
}

.portfolio-one__arrow a:hover {
	color: var(--moniz-base, #ffffff);
	background-color: var(--moniz-primary, #fc653c);
}

.portfolio-one__single:hover .portfolio-one__arrow {
	transform: scale(1);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
	position: relative;
	display: block;
	background-color: var(--moniz-base, #ffffff);
	padding: 89px 0 90px;
	border-top: 1px solid var(--moniz-extra, #e4e4ea);
}

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

.brand-one .swiper-slide img {
	-webkit-transition: 500ms;
	transition: 500ms;
	opacity: 0.3;
	max-width: 100%;
}

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

/*--------------------------------------------------------------
# Testimonials Two
--------------------------------------------------------------*/
.testimonial-one {
	position: relative;
	display: block;
	padding: 120px 0 110px;
}

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

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

.testimonial-one__btn-box {
	position: relative;
	display: block;
}

.testimonial-one__btn {
	background-color: var(--moniz-black, #1e1e22);
}

.testimonial-one__btn:hover::before,
.testimonial-one__btn::before {
	background-color: var(--moniz-base, #ffffff);
}

.testimonial-one__btn:hover::before {
	background-color: var(--moniz-primary, #fc653c);
}

.testimonial-one__btn:hover {
	color: var(--moniz-base, #ffffff);
}

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

#testimonials-one__thumb {
	width: 315px;
	margin-right: auto;
	margin-left: 0;
}

.testimonial-one__img-holder {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 500ms ease;
	width: 92px;
	cursor: pointer;
}

.testimonial-one__img-holder:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.3);
	content: "";
	z-index: 1;
	transition: all 500ms ease;
}

#testimonials-one__thumb .swiper-slide-thumb-active .testimonial-one__img-holder:before {
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0);
}

.testimonial-one__slider .testimonial-one__img-holder>img {
	width: 92px;
	border-radius: 50%;
	transition: all 0.5s ease-in-out 0.6s;
}

.testimonial-one__quote {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 35px;
	width: 35px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	transition: all 500ms ease;
	background-image: url(assets/images/testimonial/testimonials-1-quote.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#testimonials-one__thumb .swiper-slide-thumb-active .testimonial-one__quote {
	transform: scale(1);
}

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

.testimonial-one__conent-box {
	position: relative;
	display: block;
	margin-top: 50px;
}

.testimonial-one__text {
	font-size: 28px;
	color: var(--moniz-gray, #717178);
	font-weight: 300;
	line-height: 50px;
	margin: 0;
}

.testimonial-one__client-details {
	position: relative;
	display: block;
	padding-top: 37px;
}

.testimonial-one__client-name {
	font-size: 18px;
	color: var(--moniz-primary, #fc653c);
	line-height: 28px;
	font-weight: 700;
}

.testimonial-one__clinet-title {
	font-size: 16px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	line-height: 22px;
	display: block;
}

.testimonial-one__nav {
	position: absolute;
	bottom: -5px;
	right: 0;
}

#testimonials-one__carousel-pagination {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	bottom: 20px;
	right: 0;
	left: auto;
	width: 100%;
	z-index: 20;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.2);
	border: 2px solid;
	border-color: transparent;
	transition: all 500ms ease;
	opacity: 1;
	margin: 0;
	display: block;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 6px;
}

#testimonials-one__carousel-pagination .swiper-pagination-bullet-active {
	background-color: var(--moniz-base, #ffffff);
	border-color: var(--moniz-primary, #fc653c);
}

/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/
.two-boxes {
	position: relative;
	display: block;
	margin-top: -60px;
	z-index: 2;
}

.two-boxes__inner {
	position: relative;
	display: block;
	border-radius: var(--moniz-border-radius, 10px);
}

.two-boxes__inner .row {
	--bs-gutter-x: 0px;
}

.two-boxes__single {
	position: relative;
	display: block;
	padding-left: 50px;
	padding-top: 38px;
	padding-bottom: 38px;
}

.two-boxes__content {
	position: relative;
	display: flex;
	align-items: center;
}

.two-boxes__icon {
	display: flex;
	align-items: center;
}

.two-boxes__icon span {
	font-size: 60px;
	color: var(--moniz-primary, #fc653c);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.two-boxes__single:hover .two-boxes__icon span {
	transform: scale(1.2);
}

.two-boxes__text {
	margin-left: 30px;
}

.two-boxes__text p {
	font-size: 20px;
	font-weight: 700;
	color: var(--moniz-black, #1e1e22);
	margin: 0;
	line-height: 30px;
}

.two-boxes__arrow {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.two-boxes__arrow a {
	height: 52px;
	width: 52px;
	background-color: #f1f1f5;
	color: var(--moniz-black, #1e1e22);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.two-boxes__single:hover .two-boxes__arrow a {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.two-boxes__single-one {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.two-boxes__single-two {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
	position: relative;
	display: block;
	padding: 195px 0 100px;
	margin-top: -75px;
}

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

.video-one-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.6);
	z-index: -1;
}

.video-one__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.video-one__link a {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-one__video-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
	color: var(--moniz-base, #ffffff);
	background-color: var(--moniz-primary, #fc653c);
	border-radius: 50%;
	margin: 0 auto;
	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;
}

.video-one__video-icon:hover {
	background-color: var(--moniz-base, #ffffff);
	color: var(--moniz-black, #1e1e22);
}

.video-one__text {
	font-size: 60px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	line-height: 70px;
	margin-top: 35px;
}

.video-one__link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--moniz-base-rgb, 255, 255, 255), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--moniz-base-rgb, 255, 255, 255), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--moniz-base-rgb, 255, 255, 255), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

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

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

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

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

.reasons-one__left {
	position: relative;
	display: block;
	margin-right: -30px;
}

.reasons-one__left .section-title {
	margin-bottom: 43px;
}

.reasons-one__icon-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 43px;
	margin-left: 0;
}

.reasons-one__icon-box li {
	position: relative;
	display: block;
	border-right: 1px solid var(--moniz-extra, #e4e4ea);
	padding-right: 52px;
	padding-left: 45px;
}

.reasons-one__icon-box li:first-child {
	padding-left: 0;
}

.reasons-one__icon-box li:last-child {
	border-right: 0;
	padding-right: 0;
}

.reasons-one__icon-box li span {
	font-size: 60px;
	color: var(--moniz-primary, #fc653c);
}

.reasons-one__text {
	font-size: 20px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	margin: 0;
	line-height: 25px;
	padding-top: 8px;
}

.reasons-one__text-1 {
	margin: 0;
	padding-bottom: 37px;
}

.reasons-one__text-2 {
	margin: 0;
}

.reasons-one__img-box {
	position: relative;
	display: block;
	margin-left: 96px;
	margin-right: -160px;
}

.reasons-one-img-box-bg {
	position: absolute;
	top: -120px;
	bottom: -120px;
	left: 265px;
	right: -1000000000px;
	background-color: #f1f1f5;
	border-radius: var(--moniz-border-radius, 10px);
}

.reasons-one__img-one {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
}

.reasons-one__img-one img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.reasons-one__shape-1 {
	position: absolute;
	bottom: -151px;
	left: -88px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.502;
	width: 415px;
	height: 415px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.reasons-one__shape-2 {
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	position: absolute;
	right: -197px;
	bottom: -325px;
	width: 440px;
	height: 440px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.reasons-one__img-two {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
}

.reasons-one__img-three {
	margin-top: 30px;
}

.reasons-one__img-two img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.reasons-one__shape-3 {
	position: absolute;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	left: -270px;
	bottom: -325px;
	width: 440px;
	height: 440px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

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

.blog-grid {
	padding-bottom: 120px;
}

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

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

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

.blog-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blog-one__img img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transform: scale(1);
	transition: all 500ms ease;
}

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

.blog-one__img>a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.5);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: var(--moniz-base, #ffffff);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30%);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

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

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

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

.blog-one__img>a:hover>span::before,
.blog-one__img>a:hover>span::after {
	background-color: var(--moniz-primary, #fc653c);
}

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

.blog-one__date-box {
	position: absolute;
	bottom: -35px;
	right: 20px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: var(--moniz-border-radius, 10px);
	padding: 22px 18px 16px;
	text-align: center;
	z-index: 1;
}

.blog-one__date-box p {
	font-size: 10px;
	font-weight: 700;
	color: var(--moniz-base, #ffffff);
	margin: 0;
	line-height: 14px;
}

.blog-one__date-box p span {
	font-size: 16px;
	display: block;
}

.blog-one__content {
	position: relative;
	display: block;
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 20px 38px 25px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.blog-one__meta {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
}

.blog-one__meta li {
	display: flex;
	align-items: center;
}

.blog-one__meta li span {
	display: flex;
	align-items: center;
}

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

.blog-one__meta li a {
	font-size: 14px;
	color: var(--moniz-gray, #717178);
	font-weight: 700;
	transition: all 500ms ease;
}

.blog-one__meta li a:hover {
	color: var(--moniz-primary, #fc653c);
}

.blog-one__meta li i,
.blog-one__meta li .far,
.blog-one__meta li a i {
	color: var(--moniz-primary, #fc653c);
	margin-right: 5px;
}

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

.blog-one__title a {
	color: var(--moniz-black, #1e1e22);
	transition: all 500ms ease;
}

.blog-one__title a:hover {
	color: var(--moniz-primary, #fc653c);
}

.blog-one__text {
	margin: 0;
}

.blog-one__bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--moniz-extra, #e4e4ea);
	margin-top: 30px;
	padding-top: 8px;
}

.blog-one__read-btn>a {
	font-size: 14px;
	font-weight: 700;
	transition: all 500ms ease;
}

.blog-one__read-btn>a:hover {
	color: var(--moniz-primary, #fc653c);
}

.blog-one__arrow>a {
	font-size: 20px;
	display: flex;
	align-items: center;
	transition: all 500ms ease;
}

.blog-one__arrow>a:hover {
	color: var(--moniz-primary, #fc653c);
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
	position: relative;
	display: block;
	padding: 110px 0 120px;
	z-index: 1;
}

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

.cta-one-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.85);
	z-index: -1;
}

.cta-one__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 2;
}

.cta-one__tagline {
	font-weight: 700;
	color: var(--moniz-base, #ffffff);
	opacity: .7;
	margin: 0;
}

.cta-one__title {
	font-size: 50px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	line-height: 60px;
	margin-top: 21px;
	margin-bottom: 29px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
}

.site-footer__top {
	position: relative;
	display: block;
	background-color: var(--moniz-black, #1e1e22);
	padding: 118px 0 95px;
	z-index: 1;
}

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

.footer-widget__title {
	font-size: 18px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 29px;
}

.footer-widget__about-logo {
	position: relative;
	display: block;
	margin-bottom: 29px;
}

.footer-widget__about-logo img {
	width: 121px;
	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 {
	font-size: 16px;
	color: #9e9ea7;
	margin: 0;
	line-height: 32px;
}

.footer-widget__about-social-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-top: 1px solid rgba(var(--moniz-base-rgb, 255, 255, 255), 0.1);
	margin-top: 23px;
	padding-top: 30px;
}

.footer-widget__about-social-list a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: #9e9ea7;
	border-radius: 50%;
	font-size: 14px;
	height: 43px;
	width: 43px;
	background-color: #17171a;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__about-social-list a+a {
	margin-left: 10px;
}

.footer-widget__about-social-list a:hover {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

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

.footer-widget__explore-list li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #9e9ea7;
	transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
	padding-left: 15px;
	color: var(--moniz-base, #ffffff);
}

.footer-widget__explore-list li a:before {
	position: absolute;
	top: 45%;
	left: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	content: "";
	background-color: var(--moniz-primary, #fc653c);
	transform: translateY(-50%);
	opacity: 0;
	border-radius: 50%;
	transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover:before {
	opacity: 1;
}

.footer-widget__contact {
	position: relative;
	display: block;
	margin-right: 65px;
}

.footer-widget__contact .footer-widget__title {
	margin-bottom: 34px;
}

.footer-widget__contact-text {
	font-size: 16px;
	margin: 0;
	color: #9e9ea7;
	line-height: 30px;
	padding-bottom: 27px;
}

.footer-widget__contact-info p {
	margin: 0;
	line-height: 31px;
}

.footer-widget__contact-phone {
	font-size: 18px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	display: block;
	transition: all 500ms ease;
}

.footer-widget__contact-phone:hover {
	color: var(--moniz-primary, #fc653c);
}

.footer-widget__contact-mail {
	font-size: 16px;
	color: var(--moniz-primary, #fc653c);
	font-weight: 400;
	position: relative;
	display: inline-block;
	transition: all 500ms ease;
}

.footer-widget__contact-mail:hover {
	color: var(--moniz-base, #ffffff);
}

.footer-widget__contact-mail:before {
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--moniz-primary, #fc653c);
	content: "";
	transition: all 500ms ease;
}

.footer-widget__contact-mail:hover:before {
	background-color: var(--moniz-base, #ffffff);
}

.footer-widget__newsletter {
	position: relative;
	display: block;
	background-color: #17171a;
	border-radius: var(--moniz-border-radius, 10px);
	padding: 45px 50px 41px;
	margin-left: -30px;
}

.footer-widget__newsletter-form {
	position: relative;
	display: block;
	margin-top: -17px;
}

.footer-widget__newsletter-form.errored .footer-widget__newsletter-input-box:before {
	background-color: red;
}

.footer-widget__newsletter-form.successed .footer-widget__newsletter-input-box:before {
	background-color: green;
}

.mc-form__response p {
	margin: 0;
	font-size: 14px;
}

.mc-form__response p a {
	color: inherit;
	transition: all 500ms ease;
}

.mc-form__response p a:hover {
	opacity: 0.9;
}

.mc-form__response.errored p {
	color: red;
}

.mc-form__response.successed p {
	color: green;
}

.footer-widget__newsletter-input-box {
	position: relative;
	display: block;
	/* Change autocomplete styles in WebKit */
}

.footer-widget__newsletter-input-box input:-webkit-autofill,
.footer-widget__newsletter-input-box input:-webkit-autofill:hover,
.footer-widget__newsletter-input-box input:-webkit-autofill:focus,
.footer-widget__newsletter-input-box textarea:-webkit-autofill,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:hover,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:focus,
.footer-widget__newsletter-input-box select:-webkit-autofill,
.footer-widget__newsletter-input-box select:-webkit-autofill:hover,
.footer-widget__newsletter-input-box select:-webkit-autofill:focus {
	border: 0px solid #17171a;
	-webkit-text-fill-color: #9e9ea7;
	-webkit-box-shadow: 0 0 0px 1000px #17171a inset;
	box-shadow: 0 0 0px 1000px #17171a inset;
	transition: background-color 5000s ease-in-out 0s;
}

.footer-widget__newsletter-input-box:before {
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	content: "";
	height: 5px;
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.1);
	border-radius: 5px;
}

.footer-widget__newsletter-input-box input[type="email"] {
	font-size: 16px;
	color: #9e9ea7;
	height: 70px;
	width: 100%;
	background-color: #17171a;
	border: none;
	border-radius: 0;
	padding-right: 60px;
	outline: none;
}

.footer-widget__newsletter-btn {
	position: absolute;
	top: 50%;
	right: 0;
	height: 70px;
	width: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-radius: 50%;
	background: transparent;
	border: 0;
	transform: translateY(-50%);
	transition: all 500ms ease;
	padding: 0;
}

.footer-widget__newsletter-btn i {
	font-size: 15px;
	color: var(--moniz-base, #ffffff);
}

.footer-widget__newsletter-bottom {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.footer-widget__newsletter-bottom-icon {
	height: 18px;
	width: 18px;
	border: 1px solid #69696f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
	font-size: 8px;
	color: #69696f;
	transition: all 500ms ease;
}

.footer-widget__newsletter-bottom-text {
	margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
	font-size: 16px;
	margin: 0;
	color: #9e9ea7;
	cursor: pointer;
}

.footer-widget__newsletter-bottom-text p a {
	color: inherit;
	transition: all 500ms ease;
}

.footer-widget__newsletter-bottom-text p a:hover {
	color: var(--moniz-base, #ffffff);
}

.site-footer-bottom {
	position: relative;
	display: block;
	background-color: #17171a;
	box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
	padding: 32px 0;
}

.site-footer-bottom__inner {
	position: relative;
	display: block;
	text-align: center;
}

.site-footer-bottom__copy-right {
	font-size: 15px;
	color: #9e9ea7;
	margin: 0;
}

.site-footer-bottom__copy-right a {
	color: #9e9ea7;
	transition: all 500ms ease;
}

.site-footer-bottom__copy-right a:hover {
	color: var(--moniz-base, #ffffff);
}

/*--------------------------------------------------------------
# Areas Of Practice
--------------------------------------------------------------*/
.areas-of-practice {
	position: relative;
	display: block;
	padding: 120px 0 75px;
}

.areas-of-practice__top {
	position: relative;
	display: block;
}

.areas-of-practice__top-left .section-title {
	margin-bottom: 42px;
}

.areas-of-practice__top-right {
	position: relative;
	display: block;
	padding-top: 20px;
}

.areas-of-practice__top-right-text {
	margin: 0;
}

.areas-of-practice__bottom {
	position: relative;
	display: block;
}

.areas-of-practice__single {
	position: relative;
	display: block;
	border-radius: var(--moniz-border-radius, 10px);
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	padding: 40px 40px 25px;
	margin-bottom: 30px;
	z-index: 1;
}

.areas-of-practice__single:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: transparent;
	border-radius: var(--moniz-border-radius, 10px);
	border: 1px solid var(--moniz-primary, #fc653c);
	transition: all 500ms ease;
	transform: scaleY(0);
	z-index: -1;
}

.areas-of-practice__single:hover:before {
	transform: scaleY(1);
}

.areas-of-practice__single:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: var(--moniz-primary, #fc653c);
	content: "";
	transition: all 500ms ease;
	transform: scaleX(0);
	z-index: -1;
}

.areas-of-practice__single:hover:after {
	transform: scaleX(1);
}

.areas-of-practice__icon-box {
	position: relative;
	display: block;
}

.areas-of-practice__icon span {
	position: relative;
	display: inline-block;
	font-size: 65px;
	color: var(--moniz-primary, #fc653c);
	transition: transform 500ms ease, color 500ms ease;
	transform: scale(1);
}

.areas-of-practice__single:hover .areas-of-practice__icon span {
	transform: scale(0.9);
	color: var(--moniz-black, #1e1e22);
}

.areas-of-practice__title {
	margin-top: 15px;
}

.areas-of-practice__title h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: var(--moniz-black, #1e1e22);
}

.areas-of-practice__title h3 a {
	color: inherit;
	transition: all 500ms ease;
}

.areas-of-practice__title h3 a:hover {
	color: var(--moniz-primary, #fc653c);
}

.areas-of-practice__text {
	margin: 0;
	padding-top: 11px;
	padding-bottom: 22px;
}

.areas-of-practice__read-more {
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	transition: all 500ms ease;
}

.areas-of-practice__read-more i {
	margin-left: 10px;
	font-size: 20px;
}

.areas-of-practice__read-more:hover {
	color: var(--moniz-primary, #fc653c);
}

/*--------------------------------------------------------------
# Build Business
--------------------------------------------------------------*/
.build-business {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.build-business__left {
	position: relative;
	display: block;
	margin-right: -15px;
}

.build-business__left-bg {
	position: absolute;
	top: 0;
	bottom: -120px;
	left: -10000000px;
	right: 180px;
	background-color: #f1f1f5;
	border-radius: var(--moniz-border-radius, 10px);
}

.build-business__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.build-business__img-shape-1 {
	position: absolute;
	bottom: -76px;
	left: -62px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.502;
	width: 296px;
	height: 295px;
	z-index: 1;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.build-business__img-shape-2 {
	position: absolute;
	bottom: -115px;
	left: 65px;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	width: 230px;
	height: 230px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.build-business__img img {
	width: 100%;
	border-top-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.build-business__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.build-business__right .section-title {
	margin-bottom: 25px;
}

.build-business__right-text {
	font-size: 20px;
	font-weight: 700;
	color: var(--moniz-primary, #fc653c);
	line-height: 36px;
	margin: 0;
}

.build-business__points {
	position: relative;
	display: block;
	margin-top: 37px;
}

.build-business__points-single {
	position: relative;
	display: block;
	padding-left: 90px;
}

.build-business__points-single+.build-business__points-single {
	margin-top: 33px;
}

.build-business__icon {
	position: absolute;
	border-radius: 50%;
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	color: var(--moniz-primary, #fc653c);
	top: 0;
	left: 0;
	transition: all 500ms ease;
}

.build-business__points-single:hover .build-business__icon {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.build-business__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 22px;
}

.build-business__desc {
	font-size: 16px;
	margin: 0;
	line-height: 32px;
}

.build-business__mission {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid var(--moniz-extra, #e4e4ea);
	margin-top: 38px;
	padding-top: 48px;
}

.build-business__video {
	position: relative;
	display: block;
}

.build-business__video img {
	width: 158px !important;
	max-width: none !important;
	border-radius: var(--moniz-border-radius, 10px) !important;
	border: 2px solid var(--moniz-primary, #fc653c) !important;
}

.build-business__video-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--moniz-primary, #fc653c);
	font-size: 23px;
	transition: all 500ms ease;
}

.build-business__video-btn:hover {
	color: var(--moniz-base, #ffffff);
}

.build-business__video-text {
	margin-left: 30px;
}

.build-business__video-text h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

/*--------------------------------------------------------------
# Web Solutions
--------------------------------------------------------------*/
.web-solutions {
	position: relative;
	display: block;
	background-color: #f1f1f5;
	overflow: hidden;
	padding: 120px 0 120px;
	z-index: 1;
}

.web-solutions-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.08;
	z-index: -1;
}

.web-solutions .section-title {
	margin-bottom: 42px;
}

.web-solutions__box {
	position: relative;
	display: block;
}

.web-solutions__box .tab-btns {
	position: relative;
	display: block;
	z-index: 1;
	margin: 0;
}

.web-solutions__box .tab-btns .tab-btn {
	position: relative;
	float: left;
	max-width: 390px;
	width: 100%;
	text-align: center;
}

.web-solutions__box .tab-btns .tab-btn span {
	position: relative;
	display: block;
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	margin: 0;
	padding: 39.5px 0px;
	color: var(--moniz-black, #1e1e22);
	font-size: 20px;
	font-weight: 700;
	transition: all 500ms ease;
	cursor: pointer;
}

.web-solutions__box .tab-btns .tab-btn.active-btn span,
.web-solutions__box .tab-btns .tab-btn:hover span {
	color: var(--moniz-base, #ffffff);
	background-color: var(--moniz-primary, #fc653c);
}

.web-solutions__box .tab-btns .tab-btn:nth-child(1) span {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.web-solutions__box .tab-btns .tab-btn:nth-child(3) span {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.web-solutions__box .tabs-content {
	position: relative;
	display: block;
	padding: 0;
}

.web-solutions__box .tabs-content .tab {
	position: relative;
	padding: 0px;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.web-solutions__box .tabs-content .tab.active-tab {
	display: block;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.web-solutions__content {
	position: relative;
	display: block;
	padding-top: 60px;
}

.web-solutions__content-img {
	position: relative;
	display: block;
	margin-right: 70px;
}

.web-solutions__content-img>img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.web-solutions__trusted {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 30px;
	right: -40px;
	border-radius: var(--moniz-border-radius, 10px);
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
}

.web-solutions__trusted-icon span {
	font-size: 62px;
	color: var(--moniz-primary, #fc653c);
}

.web-solutions__trusted-text {
	margin-left: 20px;
}

.web-solutions__trusted-text h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.web-solutions__trusted-text p {
	margin: 0;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif) !important;
	line-height: 26px !important;
}

.web-solutions__content-right {
	position: relative;
	display: block;
	margin-top: -9px;
}

.web-solutions__content-desc {
	margin: 0;
}

.web-solutions__content-list {
	position: relative;
	display: block;
	margin-left: 0;
	margin-top: 33px;
}

.web-solutions__content-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.web-solutions__content-list li+li {
	margin-top: 11px;
}

.web-solutions__content-list li .icon {
	display: flex;
	align-items: center;
}

.web-solutions__content-list li .icon span {
	color: var(--moniz-primary, #fc653c);
	font-size: 20px;
}

.web-solutions__content-list li .text {
	margin-left: 12px;
}

.web-solutions__content-list li .text p {
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	margin: 0;
}

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

.team-one .section-title {
	margin-bottom: 42px;
}

.team-one__single {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
	margin-bottom: 26px;
}

.team-one__img-box {
	position: relative;
	display: block;
	transform: translateY(0px);
	border-radius: var(--moniz-border-radius, 10px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__single:hover .team-one__img-box {
	transform: translateY(-20px);
}

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

.team-one__img img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.team-one__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: var(--moniz-border-radius, 10px);
	justify-content: center;
	padding: 11px 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -20px;
	position: relative;
	transform: scaleY(0);
	transform-origin: center;
	transform-style: preserve-3d;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: bottom center;
}

.team-one__single:hover .team-one__social {
	transform: scaleY(1);
}

.team-one__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--moniz-black, #1e1e22);
	border-radius: 50%;
	font-size: 18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__social a:hover {
	color: var(--moniz-primary, #fc653c);
}

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

.team-one__member-info {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 5px;
}

.team-one__member-name {
	font-size: 20px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	line-height: 30px;
}

.team-one__member-title {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	line-height: 20px;
}

/*--------------------------------------------------------------
# Watch Video
--------------------------------------------------------------*/
.watch-video {
	position: relative;
	display: block;
}

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

.watch-video__img {
	position: relative;
	display: block;
}

.watch-video__img-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
}

.watch-video__img-box:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.5);
	border-radius: var(--moniz-border-radius, 10px);
}

.watch-video__img-box>img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.watch-video-shape-1 {
	position: absolute;
	top: -7px;
	right: -300px;
	width: 454px;
	height: 454px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.502;
	z-index: 3;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.watch-video-shape-2 {
	position: absolute;
	bottom: -120px;
	right: -125px;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	width: 353px;
	height: 353px;
	z-index: 2;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.watch-video__text {
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
}

.watch-video__text p {
	font-size: 60px;
	margin: 0;
	color: var(--moniz-base, #ffffff);
	font-family: var(--moniz-reey-font, "reeyregular");
}

.watch-video__link {
	position: relative;
	display: block;
}

.watch-video__icon {
	position: absolute;
	bottom: 100px;
	right: 165px;
	font-size: 18px;
	color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	height: 90px;
	width: 90px;
	background-color: var(--moniz-black, #1e1e22);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 500ms ease;
	z-index: 5;
}

.watch-video__icon:hover {
	background-color: var(--moniz-base, #ffffff);
	color: var(--moniz-primary, #fc653c);
}

/*--------------------------------------------------------------
# Core Features
--------------------------------------------------------------*/
.core-features {
	position: relative;
	display: block;
	background-color: var(--moniz-black, #1e1e22);
	padding: 255px 0 120px;
	margin-top: -135px;
}

.core-features-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.02;
}

.core-features__left {
	position: relative;
	display: block;
	margin-right: 55px;
}

.core-features__left .section-title {
	margin-bottom: 32px;
}

.core-features__left .section-title__tagline {
	color: #9e9ea7;
}

.core-features__left .section-title__title {
	color: var(--moniz-base, #ffffff);
}

.core-features__left-bottom {
	position: relative;
	display: flex;
	align-items: center;
}

.core-features__left-bottom-img>img {
	width: 170px;
	max-width: none !important;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.core-features__left-bottom-text {
	margin-left: 30px;
}

.core-features__left-bottom-text p {
	color: #9e9ea7;
	margin: 0;
}

.core-features__promicess {
	position: relative;
	display: block;
	margin-left: 0px;
	z-index: 2;
}

.core-features__promicess-list {
	position: relative;
	display: block;
	z-index: 2;
	margin-left: 0;
	margin: 0;
}

.core-features__promicess-list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: var(--moniz-border-radius, 10px);
	z-index: 1;
}

.core-features__promicess-list li:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.08);
	border-radius: var(--moniz-border-radius, 10px);
	z-index: -1;
}

.core-features__promicess-list li+li {
	margin-top: 10px;
}

.core-features__promicess-list li .icon {
	height: 50px;
	width: 50px;
	background-color: var(--moniz-base, #ffffff);
	border-radius: 50px;
	color: var(--moniz-primary, #fc653c);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 500ms ease;
}

.core-features__promicess-list li:hover .icon {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.core-features__promicess-list li .text p {
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	margin: 0;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
	position: relative;
	display: block;
	padding: 120px 0 60px;
}

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

.blog-two__text {
	margin: 0;
}

.blog-two__right {
	position: relative;
	display: block;
	padding-top: 30px;
}

.blog-two__right-bg {
	position: absolute;
	top: 0;
	left: 200px;
	right: -100000px;
	bottom: 0;
	background-color: #f1f1f5;
	display: none;
}

.blog-two__right {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (min-width: 1845px) {
	.blog-two__right {
		position: absolute;
		top: 0;
		right: -40px;
	}
}

.blog-two__carousel .blog-one__single {
	margin-bottom: 0;
}

.blog-two__carousel .owl-stage-outer {
	overflow: visible;
}

.blog-two__carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.blog-two__carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.blog-two__carousel.owl-theme .owl-nav {
	margin-top: 40px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1200px) {
	.blog-two__carousel.owl-theme .owl-nav {
		display: none;
	}
}

.blog-two__carousel__custom-nav .left-btn {
	margin-right: 10px;
}

.blog-two__carousel__custom-nav .left-btn,
.blog-two__carousel__custom-nav .right-btn,
.blog-two__carousel.owl-theme .owl-nav .owl-next,
.blog-two__carousel.owl-theme .owl-nav .owl-prev {
	height: 50px;
	width: 50px;
	background: var(--moniz-black, #1e1e22);
	border-radius: 50%;
	color: var(--moniz-base, #ffffff);
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	line-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-two__carousel__custom-nav .left-btn,
.blog-two__carousel__custom-nav .right-btn {
	width: 63px;
	height: 63px;
	line-height: 1em;
	font-size: 20px;
}

.blog-two__carousel__custom-nav .left-btn span,
.blog-two__carousel__custom-nav .right-btn span,
.blog-two__carousel.owl-theme .owl-nav .owl-next span,
.blog-two__carousel.owl-theme .owl-nav .owl-prev span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-two__carousel__custom-nav .left-btn:hover,
.blog-two__carousel__custom-nav .right-btn:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-two__carousel.owl-theme .owl-nav .owl-prev:hover {
	color: var(--moniz-base, #ffffff);
	background-color: var(--moniz-primary, #fc653c);
}

.blog-two__carousel__custom-nav {
	position: relative;
	z-index: 10;
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media (min-width: 1200px) {
	.blog-two__carousel__custom-nav {
		display: flex;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.blog-two__left {
		position: relative;
		margin-bottom: 20px;
	}

	.blog-two__text,
	.blog-two__left .section-title {
		max-width: 650px;
	}
}

@media (min-width: 1845px) {
	.blog-two__right {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.blog-two__right-bg {
		display: block;
	}

	.blog-two__left {
		margin-bottom: 0px;
		padding-top: 82.5px;
		padding-bottom: 82.5px;
		max-width: 370px;
		position: relative;
		z-index: 20;
		background-color: var(--moniz-base, #ffffff);
	}

	.blog-two__text,
	.blog-two__left .section-title {
		max-width: 370px;
	}

	.blog-two__carousel__custom-nav {
		position: relative;
		top: auto;
		right: auto;
		transform: translateY(0);
		margin-top: 50px;
	}
}

/*Brand Two*/
.brand-two {
	border-bottom: none;
	border-top: 1px solid var(--moniz-extra, #e4e4ea);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
	position: relative;
	display: block;
	z-index: 1;
}

.google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 495px;
	width: 100%;
}

/*--------------------------------------------------------------
# Get In Touch
--------------------------------------------------------------*/
.get-in-touch {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.get-in-touch__img {
	position: relative;
	display: block;
	margin-right: 70px;
	z-index: 5;
}

.get-in-touch__img-shapes {
	position: absolute;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.get-in-touch__img-shape-1 {
	position: absolute;
	top: 50%;
	left: -60px;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	width: 164px;
	height: 164px;
	transform: translateY(-50%);
	z-index: -1;
}

.get-in-touch__img-shape-2 {
	position: absolute;
	top: 50%;
	left: -150px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background-color: #f1f1f5;
	transform: translateY(-50%);
	z-index: -2;
}

.get-in-touch__img img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.get-in-touch__right .section-title {
	margin-bottom: 22px;
}

.get-in-touch__locations-icon {
	font-size: 62px;
	color: var(--moniz-primary, #fc653c);
}

.get-in-touch__locations-text {
	margin: 0;
}

.get-in-touch__locatins-count {
	font-size: 40px;
	font-weight: 400;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif) !important;
	margin-top: 56px;
	margin-bottom: 4px;
	line-height: 50px !important;
}

.get-in-touch__locatins-count-text {
	font-size: 18px;
	color: var(--moniz-primary, #fc653c);
	font-weight: 700;
}

.get-in-touch__locations-right {
	position: relative;
	display: block;
	margin-top: 10px;
}

.get-in-touch__locations-single {
	position: relative;
	display: block;
	background-color: #f1f1f5;
	border-radius: var(--moniz-border-radius, 10px);
	padding: 50px 48px 75px;
}

.get-in-touch__locations-top {
	position: relative;
	display: flex;
	align-items: center;
}

.get-in-touch__locations-title {
	margin-left: 20px;
	position: relative;
	top: 10px;
}

.get-in-touch__locations-title h4 {
	font-size: 20px;
	font-weight: 700;
}

.get-in-touch__locations-bottom {
	position: relative;
	display: block;
	margin-top: 20px;
}

.get-in-touch__locations-bottom-tagline {
	font-size: 16px;
	margin: 0;
	margin-bottom: 3px;
}

.get-in-touch__locations-mail {
	font-size: 16px;
	display: block;
	transition: all 500ms ease;
}

.get-in-touch__locations-mail:hover {
	color: var(--moniz-primary, #fc653c);
}

.get-in-touch__locations-bottom h3 a,
.get-in-touch__locations-phone {
	font-size: 16px;
	transition: all 500ms ease;
}

.get-in-touch__locations-bottom h3 a:hover,
.get-in-touch__locations-phone:hover {
	color: var(--moniz-primary, #fc653c);
}

.get-in-touch__locations-carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: 25px;
	right: 50px;
	margin: 0 !important;
	text-align: inherit;
}

.get-in-touch__locations-carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.2);
	margin: 0px 3px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.get-in-touch__locations-carousel.owl-carousel .owl-dot.active {
	border: 2px solid var(--moniz-primary, #fc653c);
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0);
}

.get-in-touch__locations-carousel.owl-carousel .owl-dot:focus {
	outline: none;
}

.get-in-touch__locations-carousel.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
	position: relative;
	display: block;
	background-color: var(--moniz-primary, #fc653c);
	padding: 100px 0;
	overflow: hidden;
}

.cta-two-shape-1 {
	position: absolute;
	top: -142px;
	left: 70px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.502;
	width: 372px;
	height: 372px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.cta-two-shape-2 {
	position: absolute;
	top: -30px;
	right: -70px;
	border-radius: 50%;
	background-color: var(--moniz-base, #ffffff);
	opacity: 0.102;
	width: 569px;
	height: 569px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.cta-two__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
}

.cta-two__title h2 {
	font-size: 46px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	line-height: 56px;
}

.cta-two__btn {
	background-color: var(--moniz-black, #1e1e22);
}

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.portfolio-two {
	position: relative;
	display: block;
	padding: 0 0 30px;
}

.portfolio-two .section-title {
	margin-bottom: 42px;
}

.portfolio-two__carousel {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
}

.portfolio-two__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
	padding: 0px 0px 0px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding: 206px 0 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	background-color: var(--moniz-black, #1e1e22);
}

.page-header:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.5);
	z-index: 1;
}

.page-header-shape-1 {
	position: absolute;
	top: -77px;
	right: -236px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.502;
	width: 750px;
	height: 750px;
	z-index: 2;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.page-header-shape-2 {
	position: absolute;
	bottom: -271px;
	right: -343px;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	width: 543px;
	height: 543px;
	z-index: 2;
	-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;
}

.page-header__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 3;
}

.thm-breadcrumb {
	padding-top: 3px;
}

.thm-breadcrumb {
	color: var(--moniz-base, #ffffff);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.thm-breadcrumb span,
.thm-breadcrumb a {
	position: relative;
	display: inline-block;
	color: var(--moniz-base, #ffffff);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-right: 4px;
	margin-left: 7px;
}

.thm-breadcrumb .current-item {
	text-decoration: underline;
}

.thm-breadcrumb span:first-child,
.thm-breadcrumb a:first-child {
	margin-left: 0;
}

.thm-breadcrumb span:last-child,
.thm-breadcrumb a:last-child {
	margin-right: 0;
}

.thm-breadcrumb li:hover a {
	color: var(--moniz-primary, #fc653c);
}

.page-header__inner h2 {
	font-size: 60px;
	color: var(--moniz-base, #ffffff);
	line-height: 71px;
	font-weight: 700;
}

.page-header__inner h2 b,
.page-header__inner h2 strong {
	color: inherit;
}

/*Core Features Two*/
.core-features-two {
	padding-top: 120px;
	margin-top: 0;
}

/*Testimonial Two*/
.testimonial-two {
	padding-bottom: 113px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.service-details__left {
	position: relative;
	display: block;
}

.service-details__img {
	position: relative;
	display: block;
	margin-bottom: 29px;
}

.service-details__img img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.service-details__icon-box {
	margin-bottom: 14px;
}

.service-details__icon-box span {
	font-size: 65px;
	color: var(--moniz-black, #1e1e22);
}

.service-details__title {
	font-size: 24px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 20px;
}

.service-details__text-1 {
	margin: 0;
	padding-bottom: 40px;
}

.service-details__text-2 {
	margin: 0;
}

.service-details__list {
	position: relative;
	display: block;
	margin-left: 0;
	margin-top: 45px;
	margin-bottom: 45px;
}

.service-details__list li {
	display: flex;
	align-items: center;
}

.service-details__list li:hover .icon span {
	transform: scale(0.8);
}

.service-details__list li+li {
	margin-top: 14px;
}

.service-details__list li .icon {
	display: flex;
	align-items: center;
}

.service-details__list li .icon span {
	font-size: 20px;
	color: var(--moniz-primary, #fc653c);
	transition: transform 500ms ease;
	transform: scale(1);
}

.service-details__list li .text {
	margin-left: 12px;
}

.service-details__list li .text h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 0;
}

.service-details__text-3 {
	margin: 0;
}

.service-details__faq {
	margin-top: 50px;
}

.service-details__sidebar {
	position: relative;
	display: block;
}

.service-details__sidebar-category {
	position: relative;
	display: block;
	background-color: #f1f1f5;
	padding: 45px 30px 40px;
	border-radius: var(--moniz-border-radius, 10px);
}

.service-details__sidebar-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-left: 20px;
	margin-bottom: 18px;
}

.service-details__sidebar-category-list {
	margin: 0;
}

.service-details__sidebar-category-list li+li {
	margin-top: 6px;
}

.service-details__sidebar-category-list li a {
	color: var(--moniz-gray, #717178);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 2px 20px;
	border-radius: var(--moniz-border-radius, 10px);
}

.service-details__sidebar-category-list li.current a,
.service-details__sidebar-category-list li.current-menu-item a,
.service-details__sidebar-category-list li a:hover {
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	color: var(--moniz-black, #1e1e22);
	text-shadow: 0 0 1px currentColor;
}

.service-details__sidebar-category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--moniz-gray, #717178);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	opacity: 1;
	text-shadow: 0 0 0 currentColor;
}

.service-details__sidebar-category-list li a:hover span {
	color: var(--moniz-primary, #fc653c);
}

.service-details__need-help {
	position: relative;
	display: block;
	border-radius: var(--moniz-border-radius, 10px);
	padding: 45px 50px 50px;
	margin-top: 30px;
}

.service-details__need-help-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: var(--moniz-border-radius, 10px);
	z-index: -1;
}

.service-details__need-help-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.9);
	border-radius: var(--moniz-border-radius, 10px);
	z-index: -1;
}

.service-details__need-help-title {
	font-size: 20px;
	color: var(--moniz-base, #ffffff);
	font-weight: 700;
	line-height: 30px;
}

.service-details__need-help-text {
	color: #9e9ea7;
	margin: 0;
	padding-top: 36px;
	padding-bottom: 26px;
}

.service-details__need-help-phone {
	display: flex;
	align-items: center;
}

.service-details__need-help-phone-icon {
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: var(--moniz-base, #ffffff);
	transition: all 500ms ease;
}

.service-details__need-help-phone-icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0.1);
	border-radius: 50%;
}

.service-details__need-help-phone:hover .service-details__need-help-phone-icon {
	color: var(--moniz-primary, #fc653c);
	background-color: var(--moniz-base, #ffffff);
}

.service-details__need-help-phone-number {
	margin-left: 20px;
}

.service-details__need-help-phone-number h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
}

.service-details__need-help-phone-number h4 a {
	color: var(--moniz-base, #ffffff);
	transition: all 500ms ease;
}

.service-details__need-help-phone:hover .service-details__need-help-phone-number h4 a {
	color: var(--moniz-primary, #fc653c);
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sidebar {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

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

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

.blog-sidebar__content-single {
	position: relative;
	display: block;
	margin-bottom: 45px;
}

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

.blog-sidebar__content-img img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.blog-sidebar__date-box {
	position: absolute;
	bottom: -35px;
	right: 20px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: var(--moniz-border-radius, 10px);
	padding: 22px 18px 16px;
	text-align: center;
	z-index: 1;
}

.blog-sidebar__date-box p {
	font-size: 10px;
	font-weight: 700;
	color: var(--moniz-base, #ffffff);
	margin: 0;
	line-height: 14px;
}

.blog-sidebar__date-box p span {
	font-size: 16px;
	display: block;
}

.blog-sidebar__video-btn {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 107px;
	height: 107px;
	text-align: center;
	font-size: 27px;
	color: var(--moniz-base, #ffffff);
	background-color: var(--moniz-primary, #fc653c);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	transform: translateX(-50%) translateY(-50%);
	transition: all 500ms ease;
}

.blog-sidebar__video-btn:hover {
	color: var(--moniz-primary, #fc653c);
	background-color: var(--moniz-base, #ffffff);
}

.blog-sidebar__content-box {
	position: relative;
	display: block;
}

.blog-sidebar__meta {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
	position: relative;
	top: -10px;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.blog-sidebar__meta li {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.blog-sidebar__meta li span,
.blog-sidebar__meta li {
	display: flex;
	align-items: center;
}

.blog-sidebar__meta li a {
	font-size: 14px;
	color: var(--moniz-gray, #717178);
	font-weight: 700;
	transition: all 500ms ease;
}

.blog-sidebar__meta li a:hover {
	color: var(--moniz-primary, #fc653c);
}

.blog-sidebar__meta li i,
.blog-sidebar__meta li .far {
	color: var(--moniz-primary, #fc653c);
	margin-right: 5px;
	font-size: 14px;
}

.blog-sidebar__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 28px;
}

.blog-sidebar__title a {
	color: var(--moniz-black, #1e1e22);
	transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
	color: var(--moniz-primary, #fc653c);
}

.blog-sidebar__text {
	margin: 0;
}

.blog-sidebar__read-more-btn {
	position: relative;
	display: block;
	margin-top: 15px;
}

.blog-sidebar__read-more-btn a {
	font-size: 14px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	transition: all 500ms ease;
}

.blog-sidebar__read-more-btn a span {
	font-size: 20px;
	padding-left: 10px;
}

.blog-sidebar__read-more-btn a:hover {
	color: var(--moniz-primary, #fc653c);
}

.blog-sidebar__bottom-box {
	position: relative;
	display: block;
	background-color: #f1f1f5;
	padding: 60px 60px 50px;
	border-radius: var(--moniz-border-radius, 10px);
}

.blog-sidebar__bottom-box-icon {
	margin-bottom: 19px;
}

.blog-sidebar__bottom-box-icon>img {
	width: 59px;
}

.blog-sidebar__bottom-box-text {
	font-weight: 700;
	margin: 0;
}

.blog-sidebar__delivering-services {
	position: relative;
	display: block;
	background-color: #f1f1f5;
	padding: 60px 60px 54px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: var(--moniz-border-radius, 10px);
}

.blog-single__delivering-services-icon>img {
	width: 37px;
}

.blog-sidebar__delivering-services-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 30px;
}

.blog-sidebar__delivering-services-title a {
	color: var(--moniz-black, #1e1e22);
}

.blog-sidebar__load-more-btn {
	text-transform: inherit;
}

.blog-pagination {
	display: flex;
	align-items: center;
	line-height: 1;
}

.blog-pagination a,
.blog-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: var(--moniz-border-radius, 10px);
	border: 1px solid var(--moniz-extra, #e4e4ea);
	width: 50px;
	height: 50px;
	padding-top: 3px;
	font-size: 16px;
	transition: all 500ms ease;
}

.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
	background-color: var(--moniz-primary, #fc653c);
	border-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.blog-pagination a.dots,
.blog-pagination span.dots {
	padding-top: 0;
	padding-bottom: 6px;
}

.blog-pagination a.dots:hover,
.blog-pagination span.dots:hover {
	background-color: transparent;
	border-color: var(--moniz-extra, #e4e4ea);
	color: var(--moniz-gray, #717178);
}

.blog-pagination span+span,
.blog-pagination a+span,
.blog-pagination span+a,
.blog-pagination a+a {
	margin-left: 10px;
}

.blog-grid .blog-pagination {
	justify-content: center;
	align-items: center;
}

.blog-sidebar__content-single.tag-sticky-2 .blog-sidebar__content-box::before,
.blog-sidebar__content-single.sticky .blog-sidebar__content-box::before {
	position: absolute;
	top: 0px;
	right: 0px;
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--moniz-primary, #fc653c);
	z-index: 10;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.sidebar {
		margin-top: 50px;
	}
}

.sidebar__single {
	margin-bottom: 0;
}

.sidebar__single+.sidebar__single {
	margin-top: 30px;
}

.sidebar__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 33px;
}

.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(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
	font-size: 16px;
	font-weight: 700;
	padding-left: 50px;
	height: 84px;
	border-radius: var(--moniz-border-radius, 10px);
	width: 100%;
	padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: var(--moniz-base, #ffffff);
	opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
	color: var(--moniz-base, #ffffff);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--moniz-base, #ffffff);
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--moniz-base, #ffffff);
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: var(--moniz-base, #ffffff);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--moniz-base, #ffffff);
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--moniz-base, #ffffff);
}

.sidebar__search-form button[type="submit"] {
	background-color: transparent;
	color: var(--moniz-base, #ffffff);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	width: 60px;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
}

.sidebar__post {
	position: relative;
	display: block;
	padding: 48px 50px 50px;
	background-color: #f1f1f5;
	border-radius: var(--moniz-border-radius, 10px);
}

.sidebar__post-list {
	margin: 0;
}

.sidebar__post-list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.sidebar__post-list li+li {
	margin-top: 30px;
}

.sidebar__post-image {
	margin-right: 20px;
}

.sidebar__post-image>img {
	width: 62px;
	border-radius: 50%;
}

.sidebar__post-content h3 {
	font-size: 18px;
	margin: 0;
	line-height: 28px;
}

.sidebar__post-content h3 a {
	color: var(--moniz-gray, #717178);
	transition: all 500ms ease;
}

.sidebar__post-list li:hover .sidebar__post-content h3 a {
	color: var(--moniz-black, #1e1e22);
	text-shadow: 0 0 1px currentColor;
}

.sidebar__category {
	position: relative;
	display: block;
	background: #f1f1f5;
	padding: 48px 30px 39px;
	border-radius: var(--moniz-border-radius, 10px);
}

.sidebar__category .sidebar__title {
	padding-left: 20px;
	margin-bottom: 21px;
}

.sidebar__category-list {
	margin: 0;
}

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

.sidebar__category-list li a {
	color: var(--moniz-gray, #717178);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 2px 20px;
	border-radius: var(--moniz-border-radius, 10px);
}

.sidebar__category-list li a:hover {
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	color: var(--moniz-black, #1e1e22);
	border-radius: var(--moniz-border-radius, 10px);
	text-shadow: 0 0 1px currentColor;
}

.sidebar__category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--moniz-gray, #717178);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.sidebar__category-list li a:hover span {
	color: var(--moniz-primary, #fc653c);
}

.sidebar__tags {
	position: relative;
	display: block;
	background: #f1f1f5;
	padding: 47px 45px 50px;
	border-radius: var(--moniz-border-radius, 10px);
}

.sidebar__tags .sidebar__title {
	margin-left: 5px;
}

.sidebar__tags-list {
	margin-top: -10px;
}

.sidebar__tags-list a {
	font-size: 14px;
	color: var(--moniz-gray, #717178);
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--moniz-base, #ffffff);
	display: inline-block;
	padding: 4px 20px;
	margin-left: 5px;
	border-radius: 33px;
}

.sidebar__tags-list a+a {
	margin-left: 5px;
	margin-top: 10px;
}

.sidebar__tags-list a:hover {
	color: var(--moniz-base, #ffffff);
	background: var(--moniz-primary, #fc653c);
}

.sidebar__comments {
	position: relative;
	display: block;
	background-color: #f1f1f5;
	padding: 47px 48px 43px;
	border-radius: var(--moniz-border-radius, 10px);
}

.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(--moniz-base, #ffffff);
	border-radius: 50%;
	font-size: 15px;
	color: var(--moniz-gray, #717178);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sidebar__comments-icon:hover {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.sidebar__comments-text-box p {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	font-weight: 700;
}

.sidebar__comments-text-box h5 {
	font-size: 16px;
	color: var(--moniz-black, #1e1e22);
	line-height: 26px;
	font-weight: 700;
}

.sidebar__single {
	position: relative;
	display: block;
	background: #f1f1f5;
	padding: 30px 30px;
	border-radius: var(--moniz-border-radius, 10px);
}

@media (min-width: 992px) {
	.sidebar__single {
		padding: 50px 50px;
	}
}

.sidebar__single .sidebar__title {
	margin-bottom: 25px;
	line-height: 1;
}

@media (min-width: 992px) {
	.sidebar__single .sidebar__title {
		margin-bottom: 35px;
	}
}

.sidebar__single ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar__single ul li {
	color: var(--moniz-gray, #717178);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	line-height: 1;
	position: relative;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.sidebar__single ul li {
		margin-bottom: 30px;
	}
}

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

.sidebar__single ul li:last-child {
	margin-bottom: 0;
}

.sidebar__single ul li a {
	color: inherit;
	transition: all 500ms ease;
}

.sidebar__single ul li a:hover {
	text-shadow: 0 0 1px currentColor;
	color: var(--moniz-black, #1e1e22);
}

.sidebar__single ul li ul {
	margin-top: 20px;
	padding-left: 0.7em;
}

@media (min-width: 992px) {
	.sidebar__single ul li ul {
		margin-top: 30px;
	}
}

.sidebar__single select {
	width: 100%;
	height: 60px;
	border-radius: var(--moniz-border-radius, 10px);
	background-color: var(--moniz-base, #ffffff);
	border: 1px solid var(--moniz-extra, #e4e4ea);
	outline: none;
	color: var(--moniz-gray, #717178);
	font-size: 16px;
	padding-left: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: var(--moniz-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: .65em auto;
}

.sidebar__single .widget_calendar {
	padding-bottom: 30px;
}

.sidebar__single .calendar_wrap {
	margin-top: -5px;
}

.sidebar__single .calendar_wrap .wp-calendar-table {
	background-color: var(--moniz-base, #ffffff);
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
	margin-bottom: 0;
}

.sidebar__single .calendar_wrap .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sidebar__single .calendar_wrap .wp-calendar-nav [class*=wp-calendar-nav-] {
	line-height: 1;
	color: var(--moniz-black, #1e1e22);
	text-transform: uppercase;
	font-weight: 600;
}

.sidebar__single .calendar_wrap .wp-calendar-nav [class*=wp-calendar-nav-] a {
	color: inherit;
	text-decoration: none;
}

.sidebar__single .calendar_wrap .wp-calendar-table thead {
	background-color: var(--moniz-primary, #fc653c);
}

.sidebar__single .calendar_wrap .wp-calendar-table thead th {
	text-align: center;
	line-height: 40px;
	color: var(--moniz-base, #ffffff);
	font-weight: 600;
	font-size: 18px;
	padding-top: 4px;
}

.sidebar__single .calendar_wrap .wp-calendar-table tbody td {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: var(--moniz-gray, #717178);
}

.sidebar__single .calendar_wrap .wp-calendar-table tbody td a {
	color: var(--moniz-black, #1e1e22);
	text-shadow: 0 0 1px currentColor;
	text-decoration: none;
}

.sidebar__single .calendar_wrap .wp-calendar-table caption {
	font-weight: 600;
	text-align: center;
	color: var(--moniz-black, #1e1e22);
	font-size: 18px;
	line-height: 1;
	margin-top: 10px;
}

.sidebar__single .searchform {
	position: relative;
	margin-top: -5px;
}

.sidebar__single .searchform input[type=search] {
	width: 100%;
	height: 60px;
	border-radius: var(--moniz-border-radius, 10px);
	color: var(--moniz-gray, #717178);
	font-size: 16px;
	border: 1px solid var(--moniz-extra, #e4e4ea);
	outline: none;
	padding-left: 30px;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
}

.sidebar__single .searchform ::placeholder {
	color: inherit;
	opacity: 1;
}

.sidebar__single .searchform button[type=submit] {
	width: auto;
	height: auto;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	color: var(--moniz-primary, #fc653c);
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	border: none;
	outline: none;
}

.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
	margin-top: -5px;
}

.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
	position: relative;
	display: block;
	padding-left: 65px;
	min-height: 45px;
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	font-weight: 700;
}

.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
	height: 45px;
	width: 45px;
	background-color: var(--moniz-base, #ffffff);
	border-radius: 50%;
	font-size: 15px;
	color: var(--moniz-gray, #717178);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: "\f086";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	transition: all 500ms ease;
}

.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
	background-color: var(--moniz-black, #1e1e22);
	color: var(--moniz-base, #ffffff);
}

.sidebar__single.widget_recent_entries ul li::after,
.sidebar__single.widget_recent_comments ul li::after {
	display: none;
}

.sidebar__single.widget_recent_entries ul li+li,
.sidebar__single.widget_recent_comments ul li+li {
	margin-top: 23px;
}

.sidebar__single.widget_recent_entries ul li {
	display: flex;
	align-items: center;
}

.sidebar__single.widget_recent_entries ul li::before {
	content: "\f044";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.sidebar__single.widget_rss ul {
	margin-top: -8px;
}

.sidebar__single.widget_rss li .rsswidget {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: var(--moniz-black, #1e1e22);
}

.sidebar__single.widget_rss li::after {
	display: none;
}

.sidebar__single.widget_rss li .rsswidget:hover {
	color: var(--moniz-primary, #fc653c);
}

.sidebar__single.widget_rss li .rss-date {
	display: flex;
	align-items: center;
	color: var(--moniz-gray, #717178);
	font-size: 14px;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 10px;
}

.sidebar__single.widget_rss li .rss-date::before {
	content: '\f017';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 14px;
	color: var(--moniz-primary, #fc653c);
	margin-right: 10px;
}

.sidebar__single.widget_rss li .rssSummary {
	font-size: 16px;
	line-height: 32px;
	color: var(--moniz-gray, #717178);
	margin-bottom: 10px;
}

.sidebar__single.widget_rss li cite {
	font-size: 14px;
	color: var(--moniz-black, #1e1e22);
}

.sidebar__single p {
	font-size: 16px;
	line-height: 2em;
	color: var(--moniz-gray, #717178);
	margin-bottom: 15px;
}

.sidebar__single .textwidget {
	margin-top: -10px;
}

.sidebar__single .tagcloud {
	margin-top: -10px;
}

.sidebar__single .tagcloud a {
	font-size: 14px !important;
	color: var(--moniz-gray, #717178);
	font-weight: 400;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--moniz-base, #ffffff);
	display: inline-block;
	padding: 4px 20px;
	margin-left: 5px;
	border-radius: 33px;
}

.sidebar__single .tagcloud a+a {
	margin-left: 5px;
	margin-top: 10px;
}

.sidebar__single .tagcloud a:hover {
	color: var(--moniz-base, #ffffff);
	background: var(--moniz-primary, #fc653c);
}

.sidebar__single.widget_smart_recent_entries {
	padding-bottom: 46px;
}

.sidebar__single.widget_smart_recent_entries .srpw-ul {
	margin: 0;
	padding: 0;
}

.sidebar__single.widget_smart_recent_entries .srpw-block li {
	padding: 0;
	grid-gap: 20px;
	display: grid;
	grid-template-columns: 67px auto;
	background-color: transparent;
	border-radius: var(--moniz-border-radius, 10px);
	transition: all 500ms ease;
	margin-bottom: 25px;
}

.sidebar__single.widget_smart_recent_entries .srpw-block li::before,
.sidebar__single.widget_smart_recent_entries .srpw-block li::after {
	display: none !important;
}

.sidebar__single.widget_smart_recent_entries .srpw-block li:last-child {
	margin-bottom: 0;
}

.sidebar__single.widget_smart_recent_entries .srpw-block li .srpw-thumbnail {
	width: 67px;
	height: 67px;
	border-radius: var(--moniz-border-radius, 10px);
}

.sidebar__single.widget_smart_recent_entries .srpw-block li .srpw-alignleft {
	float: none;
	margin: 0;
}

.sidebar__single.widget_smart_recent_entries .srpw-block li .srpw-content {
	display: flex;
	flex-direction: column-reverse;
}

.sidebar__single.widget_smart_recent_entries .srpw-block li .srpw-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--moniz-gray, #717178);
}

.sidebar__single.widget_smart_recent_entries .srpw-block li .srpw-title:hover {
	color: var(--moniz-black, #1e1e22);
}

.sidebar__single.widget_smart_recent_entries .srpw-block li .srpw-meta {
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	color: var(--moniz-gray, #717178);
	position: relative;
	margin-bottom: 7px;
}

.sidebar__single.widget_smart_recent_entries .srpw-block li .srpw-meta::before {
	color: var(--moniz-primary, #fc653c);
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 10px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.blgo-details__left {
	position: relative;
	display: block;
}

.blog-details__img {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.blog-details__img img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.blog-details__date-box {
	position: absolute;
	bottom: -35px;
	right: 20px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: var(--moniz-border-radius, 10px);
	padding: 22px 18px 16px;
	text-align: center;
	z-index: 1;
}

.blog-details__date-box p {
	font-size: 10px;
	font-weight: 700;
	color: var(--moniz-base, #ffffff);
	margin: 0;
	line-height: 14px;
}

.blog-details__date-box p span {
	font-size: 16px;
	display: block;
}

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

.blog-details__meta {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
	margin-bottom: 15px;
}

.blog-details__meta li span,
.blog-details__meta li {
	display: flex;
	align-items: center;
}

.blog-details__meta li+li {
	margin-left: 15px;
}

.blog-details__meta li a {
	font-size: 14px;
	color: var(--moniz-gray, #717178);
	font-weight: 700;
	transition: all 500ms ease;
}

.blog-details__meta li a:hover {
	color: var(--moniz-primary, #fc653c);
}

.blog-details__meta li .far,
.blog-details__meta li i {
	color: var(--moniz-primary, #fc653c);
	margin-right: 5px;
}

.blog-details__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 38px;
}

.blog-details__text-1 {
	margin: 0;
	padding-bottom: 37px;
}

.blog-details__text-2 {
	margin: 0;
	padding-bottom: 37px;
}

.blog-details__text-3 {
	margin: 0;
}

.blog-details__bottom {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid var(--moniz-extra, #e4e4ea);
	padding: 30px 0 30px;
	margin-top: 51px;
}

.blog-details__bottom p {
	margin: 0;
}

.blog-details__social-list span,
.blog-details__tags span {
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	font-size: 16px;
	margin-right: 10px;
}

.blog-details__bottom {
	margin-bottom: -10px;
}

.blog-details__tags {
	margin-bottom: 10px;
}

.blog-details__tags a {
	position: relative;
	color: var(--moniz-gray, #717178);
	font-size: 14px;
	font-weight: 700;
	background-color: #f1f1f5;
	display: inline-block;
	padding: 4px 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 33px;
}

.blog-details__tags a:hover {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.blog-details__tags a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 52px;
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.1);
	content: "";
	border-radius: 30px;
	transform: scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__tags a:hover:before {
	transform: scale(1);
}

.blog-details__tags a+a {
	margin-left: 5px;
}

.blog-details__social-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.blog-details__social-list span {
	margin-right: 15px;
	position: relative;
	top: 2px;
}

.blog-details__social-list a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--moniz-gray, #717178);
	font-size: 18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__social-list a+a {
	margin-left: 30px;
}

.blog-details__social-list a:hover {
	color: var(--moniz-primary, #fc653c);
}

.blgo-details__pagenation-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 57px;
}

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

.blog-details__pagenation li {
	position: relative;
	float: left;
	border-radius: var(--moniz-border-radius, 10px);
	font-size: 20px;
	color: var(--moniz-black, #1e1e22);
	background-color: #f1f1f5;
	font-weight: 700;
	line-height: 35px;
	padding: 51px 0px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	max-width: 370px;
	width: 100%;
	padding-left: 60px;
}

.blog-details__pagenation li+li {
	margin-left: 30px;
}

.blog-details__pagenation li a {
	color: inherit;
	transition: all 500ms ease;
}

.blog-details__pagenation li:hover {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.blog-details__pagenation li:hover a {
	color: var(--moniz-base, #ffffff);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--moniz-black, #1e1e22);
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 51px;
}

.comment-one__single {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid var(--moniz-extra, #e4e4ea);
	padding-bottom: 60px;
	margin-bottom: 58px;
}

.comment-one__content {
	position: relative;
	margin-left: 45px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	margin-bottom: 30px;
}

.comment-one__content p {
	margin: 0;
}

.comment-one__btn {
	position: relative;
	font-size: 14px;
	color: var(--moniz-base, #ffffff);
	padding: 4px 30px;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
}

.comment-one__btn::before {
	width: 55px;
}

.comment-one__image img {
	border-radius: 50%;
}

.comment-form .comment-form__title {
	margin-top: -1px;
}

.comment-respond .row,
.comment-one__form .row {
	--bs-gutter-x: 20px;
}

.comment-form__input-box {
	position: relative;
	display: block;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="url"],
.comment-form__input-box input[type="email"] {
	height: 65px;
	width: 100%;
	border: none;
	background: #f1f1f5;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	border-radius: 30px;
	outline: none;
	font-size: 14px;
	color: var(--moniz-gray, #717178);
	display: block;
}

.comment-form__input-box textarea {
	font-size: 14px;
	color: var(--moniz-gray, #717178);
	height: 170px;
	width: 100%;
	background: #f1f1f5;
	padding: 20px 30px 30px;
	border: none;
	outline: none;
	display: block;
	border-radius: 20px;
}

.comment-form__btn[type=submit] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
	font-size: 16px;
	font-weight: 700;
	padding: 24px 57px;
	transition: 500ms;
	border-radius: 32px;
	overflow: hidden;
	margin-top: 20px;
}

.comment-form__btn:hover {
	background: var(--moniz-black, #1e1e22);
	color: var(--moniz-base, #ffffff);
}

#commentform input:-webkit-autofill,
#commentform input:-webkit-autofill:hover,
#commentform input:-webkit-autofill:focus,
#commentform textarea:-webkit-autofill,
#commentform textarea:-webkit-autofill:hover,
#commentform textarea:-webkit-autofill:focus,
#commentform select:-webkit-autofill,
#commentform select:-webkit-autofill:hover,
#commentform select:-webkit-autofill:focus,
.comment-one__form input:-webkit-autofill,
.comment-one__form input:-webkit-autofill:hover,
.comment-one__form input:-webkit-autofill:focus,
.comment-one__form textarea:-webkit-autofill,
.comment-one__form textarea:-webkit-autofill:hover,
.comment-one__form textarea:-webkit-autofill:focus,
.comment-one__form select:-webkit-autofill,
.comment-one__form select:-webkit-autofill:hover,
.comment-one__form select:-webkit-autofill:focus {
	border: 0px solid #f1f1f5;
	-webkit-text-fill-color: #717178;
	-webkit-box-shadow: 0 0 0px 1000px #f1f1f5 inset;
	box-shadow: 0 0 0px 1000px #f1f1f5 inset;
	transition: background-color 5000s ease-in-out 0s;
}

.contact-page__form--one-page .comment-one__form textarea {
	height: 218px;
}

.contact-page__form--one-page .comment-one__form .faqs-contact__btn {
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-page {
	position: relative;
	display: block;
	padding: 111px 0 90px;
}

.portfolio-filter.style1 {
	position: relative;
	display: block;
	text-align: center;
	margin-left: 0;
	margin-bottom: 50px;
}

.portfolio-filter.style1 li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-filter.style1 li .filter-text {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: var(--moniz-gray, #717178);
	font-size: 18px;
	font-weight: 500;
	display: block;
	cursor: pointer;
	transition: all 0.4s ease;
}

.portfolio-filter.style1 li .filter-text:before {
	position: absolute;
	top: 45%;
	left: 0px;
	content: "";
	background: var(--moniz-primary, #fc653c);
	height: 6px;
	width: 6px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 50%;
	transform: translateY(-50%) scale(0);
}

.portfolio-filter.style1 li .filter-text:hover:before,
.portfolio-filter.style1 li.active .filter-text:before {
	transform: translateY(-50%) scale(1);
}

.portfolio-filter.style1 li:hover .filter-text,
.portfolio-filter.style1 li.active .filter-text {
	color: var(--moniz-black, #1e1e22);
	text-shadow: 0 0 1px currentColor;
}

.portfolio-filter.style1 li .count {
	color: var(--moniz-black, #1e1e22);
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	display: inline-block;
	padding: 0 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	top: -4px;
}

.portfolio-filter.style1 li:hover .count,
.portfolio-filter.style1 li.active .count {
	opacity: 1;
}

.portfolio-filter.style1 li+li {
	margin-left: 4px;
}

.portfolio-page .portfolio-one__single {
	margin-bottom: 30px;
}

.portfolio-page__btn-box {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-detail {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.portfolio-detail__left {
	position: relative;
	display: block;
}

.portfolio-detail__img-box {
	position: relative;
	display: block;
}

.portfolio-detail__img {
	position: relative;
	display: block;
}

.portfolio-detail__img+.portfolio-detail__img {
	margin-top: 30px;
}

.portfolio-detail__img img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px);
}

.portfolio-detail__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin-top: -5px;
}

.portfolio-detail__text {
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.portfolio-detail__info-single {
	position: relative;
	display: block;
}

.portfolio-detail__info-single+.portfolio-detail__info-single {
	margin-top: 8px;
}

.portfolio-detail__info-client {
	font-size: 20px;
	font-weight: 700;
	line-height: 33px;
}

.portfolio-detail__info-name {
	margin: 0;
	color: var(--moniz-primary, #fc653c);
}

.portfolio-detail__info-name span:not(:last-child)::after {
	content: ', ';
	color: var(--moniz-black, #1e1e22);
}

.portfolio-detail__social-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 40px;
}

.portfolio-detail__social-list span,
.portfolio-detail__social-list a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--moniz-black, #1e1e22);
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-detail__social-list span+span,
.portfolio-detail__social-list a+a {
	margin-left: 30px;
}

.portfolio-detail__social-list span:hover,
.portfolio-detail__social-list a:hover {
	color: var(--moniz-primary, #fc653c);
}

.portfolio-detail__pagination-box {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid var(--moniz-extra, #e4e4ea);
	border-bottom: 1px solid var(--moniz-extra, #e4e4ea);
	padding: 48px 0;
	margin-top: 120px;
}

.portfolio-detail__pagination {
	margin-left: 0;
}

.portfolio-detail__pagination li {
	display: inline-block;
}

.portfolio-detail__pagination li.next {
	float: left;
	position: relative;
}

.portfolio-detail__pagination li a {
	font-size: 18px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	display: flex;
	align-items: center;
	transition: all 500ms ease;
}

.portfolio-detail__pagination li a:hover {
	color: var(--moniz-primary, #fc653c);
}

.portfolio-detail__pagination li.next i {
	position: relative;
	transform: rotate(180deg);
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
}

.portfolio-detail__pagination li.previous {
	position: relative;
	float: right;
}

.portfolio-detail__pagination li.previous i {
	margin-left: 10px;
	font-size: 20px;
}

/*--------------------------------------------------------------
# Similar Work
--------------------------------------------------------------*/
.similar-work {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.similar-work .section-title {
	margin-bottom: 42px;
}

.similar-work .portfolio-one__single {
	margin-bottom: 0px;
}

#similar-work-pagination {
	position: relative;
	bottom: auto;
	left: auto;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	background-color: var(--moniz-base, #ffffff);
}

#similar-work-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 0.2);
	border: 2px solid;
	border-color: transparent;
	transition: all 500ms ease;
	opacity: 1;
	margin: 0;
	display: block;
}

#similar-work-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 6px;
}

#similar-work-pagination .swiper-pagination-bullet-active {
	background-color: var(--moniz-base, #ffffff);
	border-color: var(--moniz-primary, #fc653c);
}

/*--------------------------------------------------------------
# Portfolio Details Full
--------------------------------------------------------------*/
.portfolio-fullwidth {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.portfolio-fullwidth__img-box {
	position: relative;
	display: block;
}

.portfolio-fullwidth__img-box--layout-one {
	margin-bottom: 60px;
}

.portfolio-fullwidth__img-box img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px);
}

.portfolio-fullwidth__details-box {
	border-radius: var(--moniz-border-radius, 10px);
	background-color: var(--moniz-base, #ffffff);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 38px 60px 30px;
	position: absolute;
	bottom: -60px;
	left: 40px;
	right: 40px;
	z-index: 3;
}

.portfolio-fullwidth__details-info {
	margin-left: 0;
}

.portfolio-fullwidth__details-info li {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.portfolio-fullwidth__details-info li:before {
	position: absolute;
	top: 0;
	bottom: 10px;
	left: -67px;
	content: "";
	width: 1px;
	background-color: var(--moniz-extra, #e4e4ea);
}

.portfolio-fullwidth__details-info li:nth-child(1):before {
	display: none;
}

.portfolio-fullwidth__details-info li:nth-child(4) {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 1;
}

.portfolio-fullwidth__details-info li:nth-child(4):before {
	display: none;
}

.portfolio-fullwidth__details-info li+li {
	margin-left: 136px;
}

.portfolio-fullwidth__client {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 7px;
}

.portfolio-fullwidth__name {
	color: var(--moniz-primary, #fc653c);
	margin: 0;
}

.portfolio-fullwidth__social-list {
	position: relative;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.portfolio-fullwidth__social-list:before {
	position: absolute;
	top: -19px;
	bottom: -18px;
	left: -67px;
	content: "";
	width: 1px;
	background-color: var(--moniz-extra, #e4e4ea);
}

.portfolio-fullwidth__social-list span,
.portfolio-fullwidth__social-list a {
	display: -webkit-box;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--moniz-black, #1e1e22);
	border-radius: 50%;
	font-size: 18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-fullwidth__social-list span+span,
.portfolio-fullwidth__social-list a+a {
	margin-left: 30px;
}

.portfolio-fullwidth__social-list span:hover,
.portfolio-fullwidth__social-list a:hover {
	color: var(--moniz-primary, #fc653c);
}

.portfolio-fullwidth__content {
	position: relative;
	display: block;
	margin-top: 115px;
}

.portfolio-fullwidth__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 38px;
}

.portfolio-fullwidth__text-1 {
	margin: 0;
}

.portfolio-fullwidth__text-2 {
	margin: 0;
}

.portfolio-fullwidth__text p+p {
	margin-top: 37px;
}

.portfolio-fullwidth__pagination-box {
	margin-top: 106px;
}

/*--------------------------------------------------------------
# Reasons
--------------------------------------------------------------*/
.reasons {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

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

.reasons__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.reasons__img img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

.reasons__img-shape-1 {
	position: absolute;
	bottom: -207.5px;
	left: -200px;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.502;
	width: 415px;
	height: 415px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.reasons__img-shape-2 {
	position: absolute;
	bottom: -327px;
	left: 60px;
	height: 438px;
	width: 438px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: 50%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.reasons__right .section-title {
	margin-bottom: 23px;
}

.reasons__text {
	margin: 0;
}

.reasons__list {
	position: relative;
	display: block;
	margin-left: 0;
	margin-top: 40px;
}

.reasons__list li {
	display: flex;
	align-items: center;
}

.reasons__list li+li {
	margin-top: 9px;
}

.reasons__list li .icon {
	display: flex;
	align-items: center;
}

.reasons__list li .icon span {
	font-size: 20px;
	color: var(--moniz-primary, #fc653c);
}

.reasons__list li .text {
	margin-left: 15px;
}

.reasons__list li .text p {
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	margin: 0;
}

.reasons__btn {
	margin-top: 50px;
}

/*Video Two*/
.video-two {
	margin-top: 0;
	padding-top: 120px;
}

/*FAQs Page*/
.faqs-page {
	position: relative;
	display: block;
	background-color: #f1f1f5;
	padding: 120px 0 120px;
	z-index: 1;
}

.faqs-page-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.08;
	z-index: -1;
}

/*FAQs Contact*/
.faqs-contact {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.faqs-contact .container {
	max-width: 768px;
	width: 100%;
}

.faqs-contact .section-title {
	margin-bottom: 42px;
}

.faqs-contact__btn {
	display: block;
	margin: 0 auto;
	text-transform: inherit;
	line-height: 32px;
}

.faqs-contact__form .row {
	--bs-gutter-y: 20px;
}

.faqs-contact__form .comment-form__input-box input[type="text"],
.faqs-contact__form .comment-form__input-box input[type="url"],
.faqs-contact__form .comment-form__input-box input[type="email"] {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.error-page__inner {
	position: relative;
	display: block;
	text-align: center;
}

.error-page__title {
	font-size: 350px;
	font-weight: 300;
	line-height: 350px;
	color: var(--moniz-base, #ffffff);
	-webkit-text-stroke: 2px var(--moniz-primary, #fc653c);
}

.error-page__tagline {
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	margin-bottom: 7px;
	margin-top: -6px;
}

.error-page__inner .img-fluid {
	margin-bottom: 60px;
}

.error-page__text {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}

.error-page__form {
	position: relative;
	display: block;
	max-width: 725px;
	width: 100%;
	margin: 54px 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: 65px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f1f1f5;
	font-size: 14px;
	color: var(--moniz-gray, #717178);
	font-weight: 400;
	padding-left: 50px;
	padding-right: 75px;
	border-radius: 33px;
}

.error-page__form button[type="submit"] {
	background-color: transparent;
	color: var(--moniz-black, #1e1e22);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 28px;
	bottom: 0;
	width: 50px;
	outline: none;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.error-page__btn:hover {
	background-color: var(--moniz-black, #1e1e22);
	color: var(--moniz-base, #ffffff);
}

.not-found__page-content .error-page__form {
	margin-top: 50px;
	margin-bottom: 0;
}

.not-found__page-header .error-page__tagline {
	margin-top: 0;
}

.not-found__page-content .error-page__text {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-page {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.contact-page .container {
	max-width: 768px;
	width: 100%;
}

.contact-page .section-title {
	margin-bottom: 42px;
}

/*--------------------------------------------------------------
## Contact Page Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
	position: relative;
	display: block;
}

.contact-page-google-map__box {
	position: relative;
	display: block;
	border: none;
	height: 495px;
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px);
}

/*Brand Three*/
.brand-three {
	border-top: none;
	padding-top: 0;
}

.brand-border-top {
	padding-top: 90px;
	border-top: 1px solid var(--moniz-extra, #e4e4ea);
}

.wp-block-button {
	margin-bottom: 20px;
}

.wp-block-button__link {
	background-color: var(--moniz-black);
	transition: all 500ms ease;
}

.wp-block-button__link:hover {
	background-color: var(--moniz-primary);
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent;
}

.is-style-outline>.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):hover {
	background-color: transparent;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: var(--moniz-black);
}

.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
	color: var(--moniz-primary);
}

.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
	color: var(--moniz-base, #ffffff);
}

.post .blog-details__content p {
	line-height: 2em;
}

.post .blog-details__content .wp-block-cover-text {
	line-height: 1.5em;
}

.blog-details__content a {
	text-decoration: none;
}

.blog-details__content a:hover {
	color: var(--moniz-primary, #fc653c);
	transition: all 500ms ease;
}

.comment-content strong,
.blog-details__content strong {
	color: var(--moniz-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(--moniz-black, #1e1e22);
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
	margin: 0 0 .5em 0em;
	font-weight: 500;
}

.blog-details__content .entry-content p:last-of-type {
	margin-bottom: 0;
}

.blog-details__content .entry-content p+h1,
.blog-details__content .entry-content p+h2,
.blog-details__content .entry-content p+h3,
.blog-details__content .entry-content p+h4,
.blog-details__content .entry-content p+h5,
.blog-details__content .entry-content p+h6 {
	margin-top: 25px;
}

.comment-content p+table,
.blog-details__content p+table {
	margin-top: 30px;
}

.blog-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
	background-color: #f1f1f5;
	border-left: 2px solid var(--moniz-black, #1e1e22);
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 7px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

.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(--moniz-primary, #fc653c);
	opacity: 0.4;
	right: 30px;
}

.blog-details__content blockquote:not([class*=has-]) p,
.comment-content blockquote p,
.blog-details__content .lower-box .wp-block-quote p {
	margin-bottom: 15px;
}

.blog-details__content blockquote:not([class*=has-]) cite,
.comment-content blockquote cite,
.blog-details__content .lower-box .wp-block-quote cite {
	color: var(--moniz-black, #1e1e22);
}

.blog-details__content .wp-block-quote.has-text-align-right {
	border-right: 2px solid var(--moniz-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 .lower-box .wp-block-pullquote {
	border-radius: var(--moniz-border-radius, 10px);
}

.blog-details__content .wp-block-button {
	position: relative;
	z-index: 10;
}

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

.blog-details__content .wp-block-button a:hover {
	background-color: var(--moniz-primary, #fc653c);
	border-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.blog-details__content .wp-block-cover {
	color: var(--moniz-base, #ffffff);
}

.blog-details__content .page-links {
	color: var(--moniz-black, #1e1e22);
	display: flex;
	align-items: center;
}

.blog-details__content .page-links span,
.blog-details__content .page-links a {
	display: flex;
	width: 40px;
	height: 40px;
	display: flex;
	color: var(--moniz-black, #1e1e22);
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f1f1f5;
	border-radius: 50%;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding-top: 4px;
	transition: all 500ms ease;
}

.blog-details__content .post-password-form label {
	font-size: 18px;
	font-weight: 600;
	color: var(--moniz-black, #1e1e22);
}

.blog-details__content .post-password-form input[type=password] {
	width: 200px;
	height: 50px;
	background-color: #f1f1f5;
	color: var(--moniz-gray, #717178);
	padding-left: 30px;
	border-radius: 7px;
	display: inline-block;
	vertical-align: middle;
}

.blog-details__content .post-password-form input[type=submit] {
	width: 120px;
	height: 50px;
	background-color: var(--moniz-black, #1e1e22);
	color: var(--moniz-base, #ffffff);
	border-radius: 7px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	transition: all 500ms ease;
}

.blog-details__content .post-password-form input[type=submit]:hover {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-black, #1e1e22);
}

.blog-details__content .page-links span {
	background-color: var(--moniz-black, #1e1e22);
	color: var(--moniz-base, #ffffff);
}

.blog-details__content .page-links a:hover {
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.blog-details--page .entry-content {
	margin-top: 0;
}

.blog-details--page .blog-details__content {
	padding-top: 30px;
}

.wp-block-gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-block-archives-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.wp-block-archives-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--moniz-gray, #717178);
	position: relative;
	line-height: 30px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--moniz-gray, #717178);
	font-weight: 500;
	transition: all 0.3s ease;
	z-index: 1;
}

.wp-block-archives-list li+li {
	margin-top: 10px;
}

.wp-block-archives-list li a {
	color: inherit;
	transition: all 500ms ease;
}

.wp-block-archives-list li:hover a {
	color: var(--moniz-black, #1e1e22);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
	margin-bottom: 30px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
	width: 100%;
	height: 60px;
	border-radius: var(--moniz-border-radius, 10px);
	background-color: #f1f1f5;
	border: 1px solid #f1f1f5;
	outline: none;
	color: var(--moniz-gray, #717178);
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: var(--moniz-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: .65em auto;
}

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

.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(--moniz-black, #1e1e22);
	text-transform: uppercase;
	font-weight: 600;
	transition: all 500ms ease;
}

.wp-block-latest-comments__comment-meta {
	font-size: 18px;
	line-height: 1.889;
	font-weight: 600;
	color: var(--moniz-black, #1e1e22);
}

.wp-block-latest-comments__comment-meta a {
	color: inherit;
}

.wp-block-latest-comments__comment-meta a:hover {
	color: var(--moniz-primary, #fc653c);
}

.wp-block-latest-comments__comment-date {
	font-weight: 500;
	color: var(--moniz-gray, #717178);
}

.wp-block-latest-comments {
	padding-left: 0;
	margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
	position: relative;
	padding-left: 68px;
	min-height: 44px;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li+li {
	margin-top: 20px;
}

.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(--moniz-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--moniz-base, #ffffff);
	margin-right: 20px;
	transition: all 500ms ease;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.wp-block-latest-posts__list.has-dates {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.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(--moniz-gray, #717178);
}

.wp-block-latest-posts__list.has-dates li+li {
	margin-top: 10px;
}

.wp-block-latest-posts__list.has-dates li a {
	color: var(--moniz-black, #1e1e22);
	font-size: 16px;
	font-weight: 600;
}

.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(--moniz-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--moniz-base, #ffffff);
	transition: all 500ms ease;
	position: absolute;
	top: 10px;
	left: 0;
}

.wp-block-latest-posts__list.is-grid {
	margin-left: 0;
}

.wp-block-latest-posts__list.is-grid li {
	font-size: 18px;
	font-weight: 600;
	color: var(--moniz-black, #1e1e22);
}

.wp-block-latest-posts__list.is-grid li a {
	color: inherit;
}

.wp-block-latest-posts__list.is-grid li a:hover {
	color: var(--moniz-primary, #fc653c);
}

.wp-block-latest-posts__list.is-grid.has-dates li {
	padding-left: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
	position: relative;
	top: auto;
	left: 0;
	margin-bottom: 10px;
}

.wp-block-search label {
	font-size: 18px;
	color: var(--moniz-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: #f1f1f5;
	color: var(--moniz-gray, #717178);
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
	width: 100%;
	height: 80px;
	border: 1px solid #f1f1f5;
	border-radius: 7px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.wp-block-search .wp-block-search__button {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	background-color: var(--moniz-black, #1e1e22);
	text-align: center;
	border-radius: 5px;
	color: var(--moniz-base, #ffffff);
	padding: 18px 50px;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
	letter-spacing: .01em;
}

.wp-block-search .wp-block-search__button:hover {
	background-color: #f1f1f5;
	color: var(--moniz-black, #1e1e22);
}

.wp-block-tag-cloud {
	margin-left: -5px;
}

.wp-block-tag-cloud a {
	font-size: 18px !important;
	color: var(--moniz-gray, #717178);
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	transition: all 500ms ease;
}

.wp-block-tag-cloud a:hover {
	color: var(--moniz-black, #1e1e22);
}

.wp-block-tag-cloud a:not(:last-of-type)::after {
	content: ',';
}

.wp-block-rss {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-block-rss li {
	position: relative;
	padding-left: 68px;
	font-size: 16px;
	font-weight: 600;
	color: var(--moniz-black, #1e1e22);
	min-height: 44px;
}

.wp-block-rss li+li {
	margin-top: 20px;
}

.wp-block-rss li a {
	color: inherit;
}

.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(--moniz-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--moniz-base, #ffffff);
	transition: all 500ms ease;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	line-height: 1.8;
}

/* update 11-11-2021 */
.main-menu__list .new-tag {
	font-size: 10px;
	flex-shrink: 0;
	height: 30px;
	margin-left: auto;
}

/* Brand One */
.brand-one__border-top {
	border-top: 1px solid var(--moniz-primary, #fc653c);
}

@media (min-width: 1200px) {
	.brand-one__border-top {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (min-width: 1400px) {
	.brand-one__border-top {
		margin-left: 60px;
		margin-right: 60px;
	}
}

/* Cta three */
.cta-three {
	padding-top: 110px;
	padding-bottom: 120px;
}

.cta-three .container {
	text-align: center;
}

.cta-three__title {
	margin: 0;
	font-size: 35px;
	color: var(--moniz-black, #1e1e22);
	font-weight: bold;
	line-height: 1.2em;
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 38px;
	margin-top: 25px;
}

@media (min-width: 992px) {
	.cta-three__title {
		font-size: 50px;
	}
}

.cta-three__sub-title {
	font-size: 18px;
	font-weight: bold;
	color: var(--moniz-primary, #fc653c);
	line-height: 1.3em;
	margin: 0;
}

/* gallery one */
.gallery-one {
	padding-top: 120px;
}

.gallery-one .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media (min-width: 1200px) {
	.gallery-one .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1400px) {
	.gallery-one .container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.gallery-one .row {
	--bs-gutter-y: 30px;
}

.gallery-one__card {
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
	width: 100%;
	background-color: var(--moniz-black, #1e1e22);
	position: relative;
}

.gallery-one__card:hover img {
	opacity: 0.7;
	transform: scale(1.1);
}

.gallery-one__card img {
	width: 100%;
	transition: opacity 500ms ease, transform 500ms ease;
	opacity: 1;
	transform: scale(1);
}

.gallery-one__card .image-popup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-one__card .image-popup span {
	width: 66px;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.gallery-one__card .image-popup span::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery-one__card .image-popup span::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gallery-one__card:hover .image-popup span {
	opacity: 1;
	visibility: visible;
}

/* about one */
.about-one {
	border-top: 1px solid var(--moniz-primary, #fc653c);
	margin-left: 15px;
	margin-right: 15px;
	border-radius: var(--moniz-border-radius, 10px);
	position: relative;
	margin-bottom: 87px;
	background: linear-gradient(to bottom, white 40%, #f1f1f5 100%);
	padding-top: 80px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.about-one__bubble-1 {
	position: absolute;
	width: 69px;
	height: 69px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: 50%;
	top: 93px;
	left: 160px;
	transform-origin: center bottom;
	animation-fill-mode: both;
	animation-name: bounce;
	animation-timing-function: ease-out;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.about-one__bubble-2 {
	position: absolute;
	width: 99px;
	height: 99px;
	border: 1px solid #fff;
	border-top-left-radius: 50%;
	top: 115px;
	left: 180px;
	transform-origin: center bottom;
	animation-fill-mode: both;
	animation-name: bounce;
	animation-timing-function: ease-out;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}

.about-one__bubble-3 {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: 50%;
	top: 315px;
	right: 270px;
	transform-origin: center bottom;
	animation-fill-mode: both;
	animation-name: bounce;
	animation-timing-function: ease-out;
	animation-duration: 13s;
	animation-iteration-count: infinite;
}

@media (min-width: 1200px) {
	.about-one {
		margin-left: 30px;
		margin-right: 30px;
		padding-top: 150px;
	}
}

@media (min-width: 1400px) {
	.about-one {
		margin-left: 60px;
		margin-right: 60px;
	}
}

.about-one__floated-text {
	margin: 0;
	display: block;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	bottom: -20px;
	line-height: 1;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: .1em;
}

@media (min-width: 768px) {
	.about-one__floated-text {
		font-size: 90px;
		letter-spacing: .2em;
	}
}

@media (min-width: 1200px) {
	.about-one__floated-text {
		font-size: 120px;
	}
}

@media (min-width: 1400px) {
	.about-one__floated-text {
		font-size: 150px;
		letter-spacing: .4em;
		bottom: -50px;
	}
}

.about-one__title {
	margin: 0;
	font-size: 40px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	line-height: 1.14em;
	margin-bottom: 40px;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.about-one__title {
		font-size: 50px;
	}
}

@media (min-width: 1200px) {
	.about-one__title {
		font-size: 70px;
		margin-bottom: 113px;
		margin-top: 23px;
		max-width: 850px;
		margin-left: auto;
		margin-right: auto;
	}
}

.about-one__subtitle {
	margin: 0;
	text-transform: uppercase;
	color: var(--moniz-primary, #fc653c);
	font-size: 16px;
	letter-spacing: .2em;
}

.about-one__box {
	width: 174px;
	height: 174px;
	border-radius: 50%;
	background-color: var(--moniz-primary, #fc653c);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 87px;
	margin-top: -87px;
}

.about-one__box::before {
	content: '';
	width: 142px;
	height: 142px;
	background-image: url(assets/images/shapes/about-one__line.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about-one__box>span {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 1;
	position: relative;
}

.about-one__box p {
	margin: 0;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
	position: relative;
}

.about-one__box p i {
	font-family: inherit !important;
	font-style: normal;
	display: block;
	line-height: 1 !important;
}

/* main header three */
.main-header-three {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}

@media (max-width: 768px) {
	.main-menu-three .main-menu-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.main-menu-three .main-menu-wrapper::after {
		display: none;
	}
}

.main-menu-three .mobile-nav__toggler {
	border-color: var(--moniz-black, #1e1e22);
}

.main-menu-three .mobile-nav__toggler span {
	background-color: var(--moniz-black, #1e1e22);
}

.main-menu-three .main-menu-wrapper__search {
	color: var(--moniz-black, #1e1e22);
}

.main-menu-three .main-menu-wrapper__search:hover {
	color: var(--moniz-primary, #fc653c);
}

.main-menu-three .main-menu-wrapper__social::before {
	background-color: #e4e4ea;
}

.main-menu-three .main-menu-wrapper__social a {
	color: var(--moniz-black, #1e1e22);
}

.main-menu-three .main-menu-wrapper__social a:hover {
	color: var(--moniz-primary, #fc653c);
}

.main-menu-three .main-menu__list>li>a {
	color: var(--moniz-gray, #717178);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a {
	color: var(--moniz-black, #1e1e22);
	text-shadow: 0 0 1px currentColor;
}

.main-menu-three .main-menu-wrapper__right-contact-icon {
	background-color: var(--moniz-primary, #fc653c);
	color: #fff;
}

.main-menu-three .main-menu-wrapper__right-contact-number>a {
	color: var(--moniz-black, #1e1e22);
}

.main-menu-three .main-menu-wrapper__right-contact-box:hover .main-menu-wrapper__right-contact-icon {
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
}

.stricked-menu.main-menu-three {
	background-color: #fff;
}

/* brand four */
.brand-four {
	background-color: var(--moniz-primary, #fc653c);
	border-top: 0;
	padding: 114px 0 114px;
}

/* we make light */
.we-make--light {
	background-color: #f1f1f5;
}

.we-make--light .section-title {
	margin-bottom: 0;
}

.we-make--light .section-title__tagline {
	color: var(--moniz-gray, #717178);
}

.we-make--light .section-title__title {
	color: var(--moniz-black, #1e1e22);
}

.we-make--light .we-make__progress-title {
	color: var(--moniz-black, #1e1e22);
}

.we-make--light .we-make__progress .bar {
	background-color: #fff;
}

.we-make--light .we-make__progress .count-text {
	color: var(--moniz-gray, #717178);
}

.we-make--light .we-make__progress {
	margin-top: 0;
}

/* about certificate */
.about-certificate {
	padding-top: 100px;
	padding-bottom: 120px;
}

.about-certificate__title {
	margin: 0;
	font-size: 20px;
	color: var(--moniz-black, #1e1e22);
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.about-certificate__inner {
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}

.about-certificate__inner .swiper-slide img {
	border-radius: var(--moniz-border-radius, 10px);
}

/* about me */
.about-me {
	padding-top: 120px;
}

.about-me .about-me__image {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.about-me .about-me__image {
		margin-bottom: 0;
	}
}

.about-me .about-me__image img {
	border-radius: var(--moniz-border-radius, 10px);
	max-width: 100%;
}

.about-me__title {
	margin: 0;
	font-size: 35px;
	color: var(--moniz-black, #1e1e22);
	font-weight: bold;
}

@media (min-width: 992px) {
	.about-me__title {
		font-size: 50px;
	}
}

@media (min-width: 1200px) {
	.about-me__content {
		padding-left: 70px;
	}
}

.about-me__designation {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: var(--moniz-gray, #717178);
}

.about-me__social {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.about-me__social {
		margin-bottom: 34px;
	}
}

.about-me__social a {
	width: 43px;
	height: 43px;
	background-color: #f1f1f5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 14px;
	color: var(--moniz-gray, #717178);
	transition: all 500ms ease;
}

.about-me__social a:hover {
	background-color: var(--moniz-primary, #fc653c);
	color: #fff;
}

.about-me__social a+a {
	margin-left: 10px;
}

.about-me__tagline {
	color: var(--moniz-primary, #fc653c);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.about-me__tagline {
		font-size: 30px;
		margin-bottom: 40px;
	}
}

.about-me__summery {
	font-size: 18px;
	line-height: 36px;
	color: var(--moniz-gray, #717178);
}

.about-me__summery p {
	font-size: 18px;
	color: var(--moniz-gray, #717178);
	line-height: 36px;
	margin: 0;
}

.about-me__summery p+p {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.about-me__summery p+p {
		margin-top: 40px;
	}
}

/* about two */
.about-two {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (min-width: 992px) {
	.about-two {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.about-two__image img {
	max-width: 100%;
	border-radius: var(--moniz-border-radius, 10px) !important;
}

@media (min-width: 1200px) {
	.about-two__image img {
		max-width: none !important;
	}
}

.about-two__image__caption {
	background-color: var(--moniz-primary, #fc653c);
	border-radius: var(--moniz-border-radius, 10px);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 1200px) {
	.about-two__image__caption {
		font-size: 20px;
		margin-right: -30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.about-two__content {
	padding: 40px;
	margin-top: 50px;
	background-color: #f1f1f5;
	border-radius: var(--moniz-border-radius, 10px);
}

@media (min-width: 992px) {
	.about-two__content {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.about-two__content {
		padding: 100px;
		margin-left: 30px;
		padding-bottom: 87.5px;
	}
}

.about-two .section-title__title {
	font-size: 35px;
	line-height: 1.2em;
}

@media (min-width: 1200px) {
	.about-two .section-title__title {
		font-size: 50px;
	}
}

.about-two__summery {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 36px;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
}

@media (min-width: 1200px) {
	.about-two__summery {
		margin-top: 20px;
	}
}

.about-two__box {
	display: flex;
}

@media (min-width: 992px) {
	.about-two__box__icon {
		margin-right: 20px;
	}
}

@media (min-width: 1200px) {
	.about-two__box__icon {
		margin-right: 35px;
	}
}

.about-two__box__icon i {
	color: var(--moniz-primary, #fc653c);
	transform: scale(1);
	font-size: 40px;
	display: block;
	transition: transform 500ms ease;
}

@media (min-width: 1200px) {
	.about-two__box__icon i {
		font-size: 62px;
	}
}

.about-two__box__icon i:hover {
	transform: scale(0.9);
}

.about-two__box__content {
	font-size: 18px;
	line-height: 36px;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
}

@media (min-width: 992px) {
	.about-two__box__content {
		position: relative;
		top: -10px;
	}
}

/* solution one */
.solution-one {
	padding-top: 90px;
	padding-bottom: 55px;
}

@media (min-width: 992px) {
	.solution-one {
		padding-top: 120px;
		padding-bottom: 85px;
	}
}

.solution-one__card {
	margin-bottom: 25px;
}

.solution-one__image {
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
	background-color: var(--moniz-black, #1e1e22);
}

.solution-one__image img {
	max-width: 100%;
	width: 100%;
	transform: scale(1);
	opacity: 1;
	transition: transform 500ms ease, opacity 500ms ease;
}

.solution-one__image:hover img {
	opacity: 0.8;
	transform: scale(1.05);
}

.solution-one__title {
	margin: 0;
	color: var(--moniz-black, #1e1e22);
	font-weight: bold;
	font-size: 20px;
	margin-top: 26px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.solution-one__title {
		font-size: 24px;
	}
}

.solution-one__title a {
	color: inherit;
	transition: all 500ms ease;
}

.solution-one__title a:hover {
	color: var(--moniz-primary, #fc653c);
}

.solution-one__summery {
	margin: 0;
	font-size: 18px;
	line-height: 36px;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
}

.core-features__promicess-list li .icon {
	flex-shrink: 0;
}

/* testimonials two */
.testimonials-two {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (min-width: 1200px) {
	.testimonials-two {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.testimonials-two .row {
	--bs-gutter-y: 30px;
}

.testimonials-two__card {
	border-radius: var(--moniz-border-radius, 10px);
	transition: all 500ms ease;
	position: relative;
	border: 1px solid #e4e4ea;
}

.testimonials-two__card:hover {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.testimonials-two__card__inner {
	position: relative;
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
	padding: 30px;
	padding-bottom: 20px;
}

.testimonials-two__card__inner::before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	top: -1px;
	left: 0;
	background-color: var(--moniz-primary, #fc653c);
	transform: scale(0, 1);
	transform-origin: left center;
	transition: transform 500ms ease;
}

@media (min-width: 992px) {
	.testimonials-two__card__inner {
		padding: 60px;
		padding-bottom: 50px;
	}
}

.testimonials-two__card:hover .testimonials-two__card__inner::before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.testimonials-two__meta {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.testimonials-two__image {
	width: 91px;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	margin-right: 25px;
}

.testimonials-two__image::before {
	content: '“';
	width: 33px;
	height: 33px;
	background-color: var(--moniz-primary, #fc653c);
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
	font-size: 30px;
	padding-top: 6px;
	font-weight: bold;
}

.testimonials-two__image img {
	border-radius: 50% !important;
}

.testimonials-two__name {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	color: var(--moniz-primary, #fc653c);
	line-height: 1;
	margin-bottom: 10px;
}

.testimonials-two__designation {
	margin: 0;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	color: var(--moniz-black, #1e1e22);
}

.testimonials-two__summery {
	margin: 0;
	font-size: 18px;
	line-height: 38px;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
}

.testimonials-two .swiper-pagination {
	position: relative;
	bottom: auto;
	left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.testimonials-two .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #e4e4ea;
	opacity: 1;
	transition: all 500ms ease;
}

.testimonials-two .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--moniz-primary, #fc653c);
}

/* Service Two */
.service-two {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (min-width: 1200px) {
	.service-two {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.service-two .row {
	--bs-gutter-y: 30px;
}

.service-two__card {
	border-radius: var(--moniz-border-radius, 10px);
	transition: all 500ms ease;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.service-two__card__inner {
	border-radius: var(--moniz-border-radius, 10px);
	overflow: hidden;
}

.service-two__image {
	overflow: hidden;
	border-top-left-radius: var(--moniz-border-radius, 10px);
	border-top-right-radius: var(--moniz-border-radius, 10px);
	background-color: var(--moniz-black, #1e1e22);
}

.service-two__image img {
	width: 100%;
	opacity: 1;
	transition: all 500ms ease;
}

.service-two__card:hover .service-two__image img {
	opacity: 0.8;
}

.service-two__content {
	text-align: center;
}

.service-two__title {
	font-size: 20px;
	color: var(--moniz-black, #1e1e22);
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.service-two__title {
		font-size: 24px;
	}
}

.service-two__title a {
	color: inherit;
	transition: all 500ms ease;
}

.service-two__title a:hover {
	color: var(--moniz-primary, #fc653c);
}

.service-two__summery {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	font-family: var(--moniz-font, "Kumbh Sans", sans-serif);
	max-width: 261px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.service-two__link {
	width: 50px;
	height: 50px;
	background-color: #f1f1f5;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	color: var(--moniz-gray, #717178);
	transition: all 500ms ease;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.service-two__link {
		width: 63px;
		height: 63px;
		font-size: 20px;
	}
}

.service-two__card:hover .service-two__link {
	background-color: var(--moniz-primary, #fc653c);
	color: #fff;
}

.service-two .swiper-container {
	overflow: visible;
}

.service-two .swiper-slide {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.service-two .swiper-slide.swiper-slide-active {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 768px) {
	.service-two .swiper-slide.swiper-slide-next {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 992px) {
	.service-two .swiper-slide.swiper-slide-next+.swiper-slide {
		opacity: 1;
		visibility: visible;
	}
}

.service-two .owl-stage-outer {
	overflow: visible;
}

.service-two .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.service-two .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.service-two .owl-dots,
.service-two .swiper-pagination {
	position: relative;
	bottom: auto;
	left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.service-two .owl-dots button,
.service-two .owl-dots .owl-dot,
.service-two .owl-dots .swiper-pagination-bullet,
.service-two .swiper-pagination button,
.service-two .swiper-pagination .owl-dot,
.service-two .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #e4e4ea;
	opacity: 1;
	transition: all 500ms ease;
	padding: 0;
	border-radius: 50%;
}

.service-two .owl-dots button+button,
.service-two .swiper-pagination button+button {
	margin-left: 10px;
}

.service-two .owl-dots .owl-dot.active,
.service-two .owl-dots .tns-nav-active,
.service-two .owl-dots .swiper-pagination-bullet-active,
.service-two .swiper-pagination .owl-dot.active,
.service-two .swiper-pagination .tns-nav-active,
.service-two .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--moniz-primary, #fc653c);
}

.service-two .owl-dots {
	display: none;
}

@media (min-width: 576px) {
	.service-two .owl-dots {
		display: flex;
	}
}

.service-two .owl-carousel .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

@media (min-width: 576px) {
	.service-two .owl-carousel .owl-nav {
		display: none;
	}
}

.service-two .owl-carousel .owl-nav button {
	padding: 0;
	height: 40px;
	width: 40px;
	background: var(--moniz-black, #1e1e22);
	border-radius: 50%;
	color: var(--moniz-base, #ffffff);
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	line-height: 65px;
	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;
}

.service-two .owl-carousel .owl-nav button+button {
	margin-left: 10px;
}

.service-two .owl-carousel .owl-nav button {
	width: 63px;
	height: 63px;
	line-height: 1em;
	font-size: 20px;
}

.service-two .owl-carousel .owl-nav button i {
	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;
}

.service-two .owl-carousel .owl-nav button:hover {
	color: var(--moniz-base, #ffffff);
	background-color: var(--moniz-primary, #fc653c);
}

.service-two .owl-theme .owl-dots .owl-dot span {
	display: none;
}

/* shop one */
.shop-one {
	padding-top: 120px;
	padding-bottom: 120px;
}

.shop-one .row {
	--bs-gutter-y: 30px;
}

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

.shop-one__product-count {
	font-size: 18px;
	margin: 0;
	color: var(--moniz-gray, #717178);
	font-weight: 400;
}

.shop-one__product-sorter {
	border: none;
	outline: none;
	border: none;
	outline: none;
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 340px;
	height: 70px;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 400;
	color: var(--moniz-gray, #717178);
	background-color: #f1f1f5;
	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: .65em auto;
	margin-top: 20px;
	border-radius: var(--moniz-border-radius, 10px);
}

@media (min-width: 768px) {
	.shop-one__product-sorter {
		margin-top: 0;
	}
}

.shop-one__image {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	border-radius: var(--moniz-border-radius, 10px);
}

.shop-one__image img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-one__item:hover .shop-one__image img {
	opacity: 0.7;
}

.shop-one__sale {
	position: absolute;
	top: 0;
	right: 0px;
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	padding: 7px 14px;
	text-transform: uppercase;
	z-index: 2;
	letter-spacing: .1em;
	border-top-right-radius: var(--moniz-border-radius, 10px);
}

.product .added_to_cart,
.shop-one__image .added_to_cart,
.shop-one__cart {
	background-color: var(--moniz-primary, #fc653c);
	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: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
	padding: 10px 21px;
	line-height: 1.65em;
	border-radius: 21.5px;
	width: 160px;
}

.product .added_to_cart::before,
.shop-one__image .added_to_cart::before,
.shop-one__cart::before {
	width: 44px;
}

.product .added_to_cart:hover,
.shop-one__image .added_to_cart:hover,
.shop-one__cart:hover,
.shop-one__cart:focus {
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
}

.shop-one__item:hover .shop-one__cart {
	opacity: 1;
	visibility: visible;
}

.product .added_to_cart,
.shop-one__image .added_to_cart {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
	position: relative;
	top: auto;
	left: auto;
}

.shop-one__title {
	margin: 0;
	color: var(--moniz-black, #1e1e22);
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 7px;
	font-weight: 700;
}

.shop-one__title a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-one__title a:hover {
	color: var(--moniz-primary, #fc653c);
}

.shop-one__price {
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	margin: 0;
	line-height: 1;
	margin-bottom: 5px;
}

.shop-one__rating {
	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;
}

.shop-one__rating i {
	font-size: 14px;
	color: var(--moniz-primary, #fc653c);
}

.shop-one__rating i+i {
	margin-left: 7px;
}

.shop-one__sidebar {
	margin-bottom: 60px;
}

@media (min-width: 992px) {
	.shop-one__sidebar {
		margin-bottom: 0;
	}
}

.shop-one__sidebar__price .noUi-horizontal {
	height: 4px;
	background-color: #f1f1f5;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shop-one__sidebar__price .noUi-handle {
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: var(--moniz-primary, #fc653c);
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shop-one__sidebar__price .noUi-horizontal .noUi-handle {
	right: -8px;
}

.shop-one__sidebar__price .noUi-handle::before,
.shop-one__sidebar__price .noUi-handle::after {
	display: none;
}

.shop-one__sidebar__price .noUi-connect {
	background-color: var(--moniz-primary, #fc653c);
}

.shop-one__sidebar__price .form-group {
	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: 0;
	margin-top: 20px;
}

.shop-one__sidebar__price .form-group p {
	margin: 0;
	font-size: 14px;
	color: var(--moniz-gray, #717178);
}

.shop-one__sidebar__price .form-group .left>span {
	margin-left: 5px;
	margin-right: 5px;
}

.shop-one__sidebar__price .form-group .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-one__sidebar__price .thm-btn {
	padding: 3px 20px;
	font-size: 12px;
}

.shop-one__sidebar__price .thm-btn::before {
	width: 50%;
}

.shop-one__sidebar__price .thm-btn:hover {
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
}

.shop-one__sidebar__item:not(.shop-one__sidebar__search) {
	border: 1px solid #e4e4ea;
	padding: 30px;
	border-radius: var(--moniz-border-radius, 10px);
}

.shop-one__sidebar__item+.shop-one__sidebar__item {
	margin-top: 30px;
}

.shop-one__sidebar__item__title {
	font-size: 20px;
	font-weight: 700;
	color: var(--moniz-black, #1e1e22);
	margin: 0;
	margin-bottom: 25px;
}

.shop-one__sidebar__category {
	padding-bottom: 20px !important;
}

.shop-one__sidebar__category__list {
	margin: 0;
	margin-top: -10px;
}

.shop-one__sidebar__category__list li {
	position: relative;
}

.shop-one__sidebar__category__list li+li {
	margin-top: 10px;
}

.shop-one__sidebar__category__list li::after {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--moniz-gray, #717178);
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 16px;
	transition: all 500ms ease;
}

.shop-one__sidebar__category__list li a {
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.shop-one__sidebar__category__list li:hover a {
	color: var(--moniz-black, #1e1e22);
	text-shadow: 0 0 1px currentColor;
}

.shop-one__sidebar__search {
	background-color: var(--moniz-primary, #fc653c);
	padding-left: 30px;
	padding-right: 30px;
	border-radius: var(--moniz-border-radius, 10px);
}

.shop-one__sidebar__search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop-one__sidebar__search ::-webkit-input-placeholder {
	opacity: 1;
	color: #ffffff;
}

.shop-one__sidebar__search :-ms-input-placeholder {
	opacity: 1;
	color: #ffffff;
}

.shop-one__sidebar__search ::-ms-input-placeholder {
	opacity: 1;
	color: #ffffff;
}

.shop-one__sidebar__search ::placeholder {
	opacity: 1;
	color: #ffffff;
}

.shop-one__sidebar__search input[type=text],
.shop-one__sidebar__search input[type=search] {
	width: 100%;
	height: 71px;
	border: none;
	outline: none;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.shop-one__sidebar__search button[type=submit] {
	padding: 0;
	border: none;
	outline: none;
	color: var(--moniz-black, #1e1e22);
	font-size: 20px;
	background-color: transparent;
	color: #fff;
}

/* product details */
.product-details {
	padding-top: 120px;
	padding-bottom: 60px;
}

.product-details__image {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.product-details__image {
		margin-bottom: 0;
	}
}

.product-details__image img {
	max-width: 100%;
	border-radius: var(--moniz-border-radius, 10px);
}

@media (min-width: 992px) {
	.product-details__content__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		margin-top: -10px;
	}
}

.product-details__content__name {
	margin: 0;
	font-size: 34px;
	font-weight: 700;
	color: var(--moniz-black, #1e1e22);
}

.product-details__content__price {
	font-size: 16px;
	color: var(--moniz-primary, #fc653c);
	font-weight: 700;
	position: relative;
}

@media (min-width: 992px) {
	.product-details__content__price {
		font-size: 20px;
		top: -2px;
		margin-left: 20px;
	}
}

.product-details__content__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-details__content__rating {
	margin-top: -15px;
}

.product-details__content__rating__star i {
	font-size: 16px;
	color: var(--moniz-primary, #fc653c);
}

@media (min-width: 992px) {
	.product-details__content__rating__star i {
		font-size: 18px;
	}
}

.product-details__content__rating__star i+i {
	margin-left: 3px;
}

@media (min-width: 992px) {
	.product-details__content__rating__star i+i {
		margin-left: 2px;
	}
}

.product-details__content__rating__count {
	margin-left: 10px;
	font-size: 18px;
	color: var(--moniz-gray, #717178);
}

.product-details__content__text {
	border-top: 1px solid #e4e4ea;
	padding-top: 20px;
	margin-top: 20px;
}

.product-details__content__text p {
	margin: 0;
	font-size: 16px;
	line-height: 32px;
	color: var(--moniz-gray, #717178);
}

.product-details__content__text p+p {
	margin-top: 20px;
}

.product-details__content__quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

.product-details__content__quantity__text {
	font-size: 18px;
	font-weight: bold;
	color: var(--moniz-black, #1e1e22);
	line-height: 1;
	text-transform: capitalize;
	margin-right: 20px;
}

.quantity-box {
	width: 83px;
	height: 43px;
	border: 1px solid #e4e4ea;
	position: relative;
	overflow: hidden;
	border-radius: 22.5px;
}

.quantity-box input[type=number] {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	text-align: center;
	font-size: 18px;
	color: var(--moniz-gray, #717178);
}

.quantity-box .sub {
	padding: 0;
	border: none;
	outline: none;
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 18px;
	font-weight: 400;
	width: 30px;
	height: 30px;
	color: var(--moniz-gray, #717178);
	background-color: transparent;
}

.quantity-box .add {
	padding: 0;
	border: none;
	outline: none;
	position: absolute;
	top: 3px;
	right: 0;
	font-weight: 400;
	color: var(--moniz-gray, #717178);
	font-size: 18px;
	background-color: transparent;
	width: 30px;
	height: 30px;
}

@media (min-width: 992px) {
	.product-details__content__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.product-details__content__buttons .thm-btn {
	margin-bottom: 20px;
	text-transform: capitalize;
}

.product-details__content__buttons .cart-btn {
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
}

.product-details__content__buttons .cart-btn::before {
	background-color: #fff;
}

.product-details__content__buttons .cart-btn:hover::before {
	background-color: var(--moniz-primary, #fc653c);
}

.product-details__content__buttons .cart-btn:hover {
	color: #fff;
	background-color: var(--moniz-primary, #fc653c);
}

@media (min-width: 992px) {
	.product-details__content__buttons .wishlist-btn {
		margin-left: 20px;
	}
}

.product-details__content__buttons .wishlist-btn:hover {
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
}

.product-details__content__social {
	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;
}

@media (min-width: 992px) {
	.product-details__content__social {
		margin-top: 20px;
	}
}

.product-details__content__social__text {
	color: var(--moniz-black, #1e1e22);
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
}

@media (min-width: 992px) {
	.product-details__content__social__text {
		font-size: 18px;
	}
}

.product-details__content__social a {
	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: 20px;
	color: var(--moniz-gray, #717178);
	border-radius: 50%;
}

.product-details__content__social a:first-of-type {
	margin-left: 30px;
}

.product-details__content__social a+a {
	margin-left: 10px;
}

@media (min-width: 992px) {
	.product-details__content__social a+a {
		margin-left: 30px;
	}
}

.product-content__title {
	margin: 0;
	font-size: 30px;
	color: var(--moniz-black, #1e1e22);
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 30px;
}

.product-content .product-content__title {
	margin-bottom: 50px;
}

.product-content p {
	margin: 0;
	color: var(--moniz-gray, #717178);
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 20px;
}

.product-content__list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

.product-content__list li {
	font-size: 18px;
	font-weight: bold;
	color: var(--moniz-black, #1e1e22);
}

.product-review {
	padding-top: 55px;
	padding-bottom: 0px;
}

.product-review .product-content__title {
	margin-bottom: 10px;
}

.product-review .product-content__title.review-title {
	margin-bottom: 50px;
}

.product-review__item {
	border-bottom: 1px solid #e4e4ea;
	padding-bottom: 40px;
	margin-bottom: 50px;
	position: relative;
}

@media (min-width: 992px) {
	.product-review__item {
		padding-bottom: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.product-review__item__image {
	margin-bottom: 20px;
	border-radius: 50%;
	width: 166px;
	height: 166px;
}

@media (min-width: 992px) {
	.product-review__item__image {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
		margin-right: 35px;
	}
}

.product-review__item__image img {
	border-radius: 50%;
}

@media (min-width: 992px) {
	.product-review__item__top {
		display: flex;
		align-items: baseline;
	}
}

.product-review__item__title {
	font-size: 20px;
	margin: 0;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--moniz-black, #1e1e22);
}

.product-review__item__text {
	margin: 0;
	font-size: 16px;
	line-height: 32px;
	color: var(--moniz-gray, #717178);
	margin-top: 20px;
}

.product-review__item__meta {
	font-size: 16px;
	font-weight: 700;
	color: var(--moniz-primary, #fc653c);
	text-transform: capitalize;
}

@media (min-width: 992px) {
	.product-review__item__meta {
		margin-left: 20px;
	}
}

.product-review__item__meta span {
	margin-left: 10px;
	margin-right: 10px;
}

.product-review__item__star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.product-review__item__star {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
}

.product-review__item__star i {
	font-size: 16px;
	color: var(--moniz-primary, #fc653c);
}

@media (min-width: 992px) {
	.product-review__item__star i {
		font-size: 18px;
	}
}

.product-review__item__star i+i {
	margin-left: 3px;
}

@media (min-width: 992px) {
	.product-review__item__star i+i {
		margin-left: 7px;
	}
}

.product-form {
	padding-bottom: 35px;
}

.product-form__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	margin-bottom: 20px;
	margin-top: -20px;
}

@media (min-width: 992px) {
	.product-form__rating {
		font-size: 18px;
	}
}

.product-form__rating i {
	color: var(--moniz-primary, #fc653c);
	font-size: 16px;
	position: relative;
	top: -2px;
}

@media (min-width: 992px) {
	.product-form__rating i {
		font-size: 18px;
	}
}

.product-form__rating i:first-of-type {
	margin-left: 10px;
}

@media (min-width: 992px) {
	.product-form__rating i:first-of-type {
		margin-left: 20px;
	}
}

.product-form__rating i+i {
	margin-left: 3px;
}

@media (min-width: 992px) {
	.product-form__rating i+i {
		margin-left: 7px;
	}
}

.product-form .comment-form__input-box textarea {
	display: block;
	margin-bottom: 30px;
}

/* proceed to checkout */
.proceed-to-checkout {
	padding-top: 60px;
	padding-bottom: 120px;
}

@media (min-width: 768px) {
	.proceed-to-checkout__cupon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.proceed-to-checkout__cupon input[type=text] {
	border: none;
	outline: none;
	width: 100%;
	max-width: 375px;
	height: 70px;
	background-color: #f1f1f5;
	color: var(--moniz-gray, #717178);
	font-size: 14px;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	border-radius: 30px;
}

@media (min-width: 768px) {
	.proceed-to-checkout__cupon input[type=text] {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

.proceed-to-checkout__cupon .thm-btn:hover {
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
}

.proceed-to-checkout__list {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.proceed-to-checkout__list {
		margin-top: 0;
	}
}

.proceed-to-checkout__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--moniz-gray, #717178);
	font-weight: 500;
	font-size: 18px;
}

.proceed-to-checkout__list li+li {
	margin-top: 5px;
}

@media (min-width: 992px) {
	.proceed-to-checkout__list li+li {
		margin-top: 15px;
	}
}

.proceed-to-checkout__list li:last-of-type {
	color: var(--moniz-primary, #fc653c);
}

.proceed-to-checkout__list li i {
	font-style: normal;
}

.proceed-to-checkout__list li span {
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
}

@media (min-width: 576px) {
	.proceed-to-checkout__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 992px) {

	.proceed-to-checkout__list,
	.proceed-to-checkout__buttons {
		padding-left: 10px;
	}
}

.proceed-to-checkout__checkout-btn {
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
	margin-bottom: 20px;
}

.proceed-to-checkout__checkout-btn::before {
	width: 50%;
	background-color: #fff;
}

.proceed-to-checkout__checkout-btn:hover::before {
	background-color: var(--moniz-primary, #fc653c);
}

@media (min-width: 576px) {
	.proceed-to-checkout__checkout-btn {
		margin-bottom: 0;
	}
}

.proceed-to-checkout__buttons .thm-btn:hover {
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
}

.proceed-to-checkout__buttons .proceed-to-checkout__checkout-btn:hover {
	background-color: var(--moniz-primary, #fc653c);
	color: #fff;
}

/* cart table */
.cart-table {
	padding-top: 90px;
}

@media (min-width: 992px) {
	.cart-table {
		padding-top: 105px;
	}
}

.cart-table table {
	width: 100%;
}

.cart-table tr {
	border-bottom: 1px solid #e4e4ea;
}

.cart-table th {
	font-size: 20px;
	text-transform: capitalize;
	color: var(--moniz-black, #1e1e22);
	padding-bottom: 25px;
}

.cart-table th:last-of-type {
	text-align: right;
}

.cart-table td {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cart-table__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-table__item img {
	border-radius: var(--moniz-border-radius, 10px);
}

.cart-table__item__title {
	margin: 0;
	font-size: 20px;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	margin-left: 30px;
	text-transform: capitalize;
}

.cart-table .quantity-box {
	width: 83px;
	height: 43px;
	border: 1px solid #e4e4ea;
	position: relative;
	overflow: hidden;
	border-radius: 22.5px;
}

.cart-table .quantity-box input[type=number] {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	text-align: center;
	font-size: 18px;
	color: var(--moniz-gray, #717178);
}

.cart-table .quantity-box .sub {
	padding: 0;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 400;
	width: 30px;
	height: 30px;
	color: var(--moniz-gray, #717178);
	background-color: transparent;
}

.cart-table .quantity-box .add {
	padding: 0;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 400;
	color: var(--moniz-gray, #717178);
	font-size: 18px;
	background-color: transparent;
	width: 30px;
	height: 30px;
}

.cart-table__close {
	width: 16px;
	height: 16px;
	position: relative;
	display: block;
	margin-left: auto;
	cursor: pointer;
}

.cart-table__close::after,
.cart-table__close::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--moniz-black, #1e1e22);
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cart-table__close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 991px) {
	.cart-table .cart-table__item img {
		width: 60px;
	}

	.cart-table table {
		border: 0;
	}

	.cart-table table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.cart-table table tr {
		display: block;
	}

	.cart-table table td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: right;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #e4e4ea;
	}

	.cart-table table td::before {
		/*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
		content: attr(data-label);
		float: left;
		font-weight: bold;
		font-size: 20px;
		text-transform: capitalize;
		color: var(--moniz-black, #1e1e22);
	}

	.cart-table table td:last-child {
		border-bottom: 0;
	}
}

.comment-one__form select {
	border: none;
	outline: none;
	border: none;
	outline: none;
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 65px;
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 400;
	color: var(--moniz-gray, #717178);
	background-color: #f1f1f5;
	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: .65em auto;
	margin-bottom: 20px;
	border-radius: 30px;
}

/* checkout page */
.checkout-page {
	padding-top: 120px;
	padding-bottom: 120px;
}

.checkout-page .comment-one__form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.checkout-page .comment-one__form [class*=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.checkout-page .comment-one__form .form-group {
	margin-bottom: 20px;
}

.checkout-page__returning {
	margin: 0;
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	line-height: 1.5em;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.checkout-page__returning {
		line-height: 1;
	}
}

.checkout-page__returning a {
	color: var(--moniz-primary, #fc653c);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: bold;
}

.checkout-page__returning a:hover {
	color: var(--moniz-black, #1e1e22);
}

.checkout__title {
	margin: 0;
	color: var(--moniz-black, #1e1e22);
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 40px;
}

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

.checkout__checkbox input[type=checkbox] {
	position: absolute;
	left: -999999px;
	visibility: hidden;
}

.checkout__checkbox label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.checkout__checkbox label::after {
	content: '';
	width: 19px;
	height: 19px;
	background-color: #f1f1f5;
	border-radius: 50%;
	margin-left: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	color: #fff;
	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;
	flex-shrink: 0;
}

.checkout__checkbox input[type=checkbox]:checked+label::after {
	background-color: var(--moniz-primary, #fc653c);
	content: '\f00c';
}

.checkout-page .comment-one__form .field-checkbox {
	position: relative;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox] {
	position: absolute;
	left: -999999px;
	visibility: hidden;
}

.checkout-page .comment-one__form .field-checkbox label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	cursor: pointer;
}

.checkout-page .comment-one__form .field-checkbox label::before {
	content: '';
	width: 19px;
	height: 19px;
	background-color: #f1f1f5;
	border-radius: 50%;
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	color: #fff;
	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;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox]:checked+label::before {
	background-color: var(--moniz-primary, #fc653c);
	content: '\f00c';
}

.checkout-page .comment-one__form textarea {
	height: 150px;
}

.checkout-page .comment-one__form {
	margin-bottom: 60px;
}

.checkout__table {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.checkout__table {
		margin-bottom: 0;
	}
}

.checkout__table thead th {
	color: var(--moniz-black, #1e1e22);
	font-size: 20px !important;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -.02em;
	text-transform: capitalize;
}

.checkout__table th:last-child,
.checkout__table td:last-child {
	text-align: right;
}

.checkout__table thead {
	border-top: 1px solid #e4e4ea;
	border-bottom: 1px solid #e4e4ea;
}

.checkout__table thead th,
.checkout__table tbody td {
	padding: 0;
	/* border-top: 1px solid #e4e4ea; */
	border: 0;
	font-size: 16px;
}

.checkout__table thead th {
	padding-top: 20px;
	padding-bottom: 20px;
}

.checkout__table tbody {
	border-bottom: 1px solid #e4e4ea;
}

.checkout__table tbody td {
	padding-top: 10px;
	padding-bottom: 10px;
	color: var(--moniz-gray, #717178);
}

.checkout__payment {
	background-color: #f1f1f5;
	padding: 30px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-radius: var(--moniz-border-radius, 10px);
}

@media (min-width: 992px) {
	.checkout__payment {
		padding: 50px;
		padding-bottom: 25px;
	}
}

.checkout__payment__item+.checkout__payment__item {
	margin-top: 35px;
}

.checkout__payment__title {
	margin: 0;
	font-size: 20px;
	letter-spacing: -.02em;
	color: var(--moniz-black, #1e1e22);
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
	cursor: pointer;
}

.checkout__payment__title::before {
	content: '';
	width: 19px;
	height: 19px;
	background-color: #fff;
	border: 2px solid #e4e4ea;
	border-radius: 50%;
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	color: #fff;
	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;
	margin-right: 15px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #e4e4ea;
}

.checkout__payment__title img {
	margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
	background-color: var(--moniz-primary, #fc653c);
	border-color: var(--moniz-primary, #fc653c);
	content: '\f00c';
}

.checkout__payment__content {
	font-size: 16px;
	line-height: 30px;
	color: #686a6f;
}

.checkout-page__btn:hover {
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
}

/* login page */
.comment-form__input-box input[type="password"] {
	height: 65px;
	width: 100%;
	border: none;
	background: #f1f1f5;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	border-radius: 30px;
	outline: none;
	font-size: 14px;
	color: var(--moniz-gray, #717178);
	display: block;
}

.login-page {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (min-width: 992px) {
	.login-page .container {
		max-width: 570px;
	}
}

.login-page .lost_password {
	margin: 0;
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	line-height: 1.5em;
	margin-bottom: 0px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.login-page .lost_password {
		line-height: 1;
	}
}

.login-page .lost_password a {
	color: var(--moniz-primary, #fc653c);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: bold;
}

.login-page .lost_password a:hover {
	color: var(--moniz-black, #1e1e22);
}

.login-page p {
	margin-bottom: 10px;
}

.login-page label {
	margin: 0;
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	line-height: 1.5em;
}

.login-page__title {
	margin: 0;
	color: var(--moniz-black, #1e1e22);
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 20px;
}

.login-page .comment-form__input-box input[type="text"],
.login-page .comment-form__input-box input[type="password"],
.login-page .comment-form__input-box input[type="email"] {
	margin-bottom: 10px;
}

.login-page .woocommerce-form__label {
	position: relative;
	display: flex;
}

.login-page .woocommerce-form-login__rememberme {
	margin-bottom: 20px;
	margin-top: 20px;
}

.login-page .woocommerce-form__label input[type=checkbox] {
	position: absolute;
	left: -999999px;
	visibility: hidden;
}

.login-page .woocommerce-form__label span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	cursor: pointer;
	font-weight: 400 !important;
}

.login-page .woocommerce-form__label span::before {
	content: '';
	width: 19px;
	height: 19px;
	background-color: #f1f1f5;
	border-radius: 50%;
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	color: #fff;
	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;
}

.login-page .woocommerce-form__label input[type=checkbox]:checked+span::before {
	background-color: var(--moniz-primary, #fc653c);
	content: '\f00c';
}

.moniz-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(--moniz-primary);
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

.is-hide {
	display: none;
}

/* Moniz megamenu */
.main-menu .main-menu__list .megamenu {
	position: static;
}

.main-menu .main-menu__list .megamenu>ul {
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	background-color: transparent;
	box-shadow: none;
}

.main-menu .main-menu__list .megamenu>ul li a {
	padding: 0;
	display: inline;
}

.main-menu .main-menu-two-wrapper,
.main-menu .main-menu-two-wrapper__main-menu,
.main-menu .main-menu-two-wrapper__left,
.main-menu .main-menu-wrapper__main-menu {
	position: static;
}

.mobile-nav__content .main-menu__list li.megamenu ul a {
	height: auto;
	color: inherit;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
}

.mobile-nav__content .main-menu__list li.megamenu>ul {
	margin-left: 0;
}

.main-menu__cart-btn {
	font-size: 20px;
	color: #fff;
	margin-right: 40px;
	transition: all 500ms ease;
}

.main-menu__cart-btn:hover {
	color: var(--moniz-primary, #fc653c);
}

.main-header-three .main-menu__cart-btn {
	color: var(--moniz-black, #1e1e22);
}

.main-header-three .main-menu__cart-btn:hover {
	color: var(--moniz-primary, #fc653c);
}

.main-menu-wrapper__search-box {
	margin-right: 20px;
}

.main-menu-two-wrapper__right {
	display: flex;
	align-items: center;
	padding: 39px 0;
}

/* home showcase */
.home-showcase__inner {
	border-radius: var(--moniz-border-radius, 10px);
	background-color: transparent;
	padding: 0px;
	padding-bottom: 10px;
}

@media (min-width: 1200px) {
	.home-showcase__inner {
		background-color: #fff;
		padding: 40px;
		padding-bottom: 35px;
	}
}

.home-showcase .row {
	--bs-gutter-x: 20px;
	--bs-gutter-y: 10px;
}

@media (min-width: 1200px) {
	.home-showcase .row {
		--bs-gutter-x: 40px;
		--bs-gutter-y: 0px;
	}
}

.home-showcase__image {
	overflow: hidden;
	border-radius: var(--moniz-border-radius, 10px);
	background-color: var(--moniz-black, #1e1e22);
	display: block !important;
	margin-bottom: 10px;
}

.home-showcase__image img {
	opacity: 1;
	width: 100%;
	transform: scale(1);
	transition: opacity 500ms ease, transform 500ms ease;
}

.home-showcase__single:hover .home-showcase__image img {
	opacity: 0.7;
	transform: scale(1.1);
}

.home-showcase__title {
	margin: 0;
	color: #fff;
	margin: 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

@media (min-width: 1200px) {
	.home-showcase__title {
		color: var(--moniz-black, #1e1e22);
	}
}

.home-showcase__title a {
	padding: 0;
	display: inline;
	color: inherit;
	transition: all 500ms ease;
}

.home-showcase__title a:hover {
	color: var(--moniz-primary, #fc653c) !important;
}

/* woorommerce
--------------------------------------------- */
/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 6.4em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	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: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--moniz-primary, #fc653c);
}

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: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover~a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: var(--moniz-primary, #fc653c);
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: var(--moniz-primary, #fc653c);
	opacity: 1;
}

p.stars.selected a.active~a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: var(--moniz-primary, #fc653c);
	opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
	color: var(--moniz-primary, #fc653c) !important;
	letter-spacing: 5px;
}

.sidebar .widget_rating_filter .star-rating {
	display: block;
	color: var(--moniz-primary, #fc653c);
	font-size: 16px;
}

.woocommerce-ordering {
	float: right;
}

.woocommerce-pagination {
	overflow: hidden;
	width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative;
}

@media screen and (min-width: 992px) {
	.product-content {
		margin-top: 25px;
	}
}

.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;
	border-radius: var(--moniz-border-radius, 10px);
}

.woocommerce div.product div.summary {
	margin-bottom: 2em;
}

a.woocommerce-product-gallery__trigger img {
	display: none !important;
}

.woocommerce-product-gallery__trigger::after {
	content: "\f1a2";
	font-family: 'Flaticon' !important;
	font-size: 16px;
	color: #222429;
	display: block;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin-right: 10px;
	float: left;
}

.comment-form-rating {
	display: block;
	overflow: hidden;
}

label.rate-this-pro {
	float: left;
	margin-right: 10px;
}

.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: 120px;
	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 img {
	max-width: 120px;
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
	font-family: var(--moniz-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 {
	float: right;
	padding-right: 0;
}

.shop_table tbody tr {
	border: 1px solid #e9ebee;
	border-left: 0;
	border-right: 0;
}

.shop_table td {
	border: 0;
	padding: 20px;
	padding-left: 0;
}

.shop_table .actions {
	padding-top: 40px;
}

.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(--moniz-black);
	font-size: 20px;
	font-weight: 700;
	font-family: var(--moniz-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;
}

.cart_totals .shop_table td {
	text-align: right;
}

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(--moniz-font);
	color: var(--moniz-gray);
	font-size: 16px;
	font-weight: 400;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item td {
	padding-left: 0;
}

/**
 * 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
 */
@media (max-width: 767px) {
	.shop-one__sidebar {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

.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(--moniz-primary);
	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(--moniz-primary);
}

.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(--moniz-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(--moniz-primary);
	border-radius: 3px;
	background: var(--moniz-primary);
	color: var(--moniz-base);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

.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(--moniz-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(--moniz-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(--moniz-font);
	font-size: 16px;
	font-weight: 400;
	color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
	display: block;
	color: var(--moniz-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,
.sidebar .widget_products 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 {
	display: block;
	color: var(--moniz-black);
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 700;
	margin: 0;
	letter-spacing: 0.0em;
}

.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(--moniz-font);
	padding-top: 18px;
}

.woocommerce-active .content-area .woocommerce-ordering {
	float: right;
}

@media (max-width: 480px) {
	.woocommerce-active .content-area .woocommerce-ordering {
		float: none;
	}
}

.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: #f4f5f8;
	color: var(--thm-text);
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--moniz-font);
	letter-spacing: 0.0em;
	border: 1px solid #f4f5f8;
	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: .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;
	letter-spacing: 0.05em;
	background: #222429;
	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;
	position: relative;
	line-height: 30px;
	font-weight: 700;
	z-index: 1;
	letter-spacing: 0em;
	color: #fff;
	padding: 7 .5px 21px;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: -11px;
	border-radius: 32px;
}

.product .added_to_cart:hover {
	background-color: var(--moniz-primary);
	color: var(--moniz-base);
}

.products .product {
	text-align: center;
}

.products .product .price {
	display: block;
	font-family: var(--moniz-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: 5px;
}

.products .product .woocommerce-loop-product__title {
	margin: 0;
	color: #222429;
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 25px;
	margin-bottom: 5px;
}

ul.products li.product img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	filter: grayscale(100%);
	transition: filter 500ms ease;
}

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: .05em;
	text-transform: capitalize;
	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-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: .05em;
	text-transform: capitalize;
	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;
}

.woocommerce-product-gallery__wrapper a img {
	width: 100%;
	border-radius: var(--moniz-border-radius, 10px);
}

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

.product__card .entry-summary {
	margin-top: 5px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
}

.single-product .woocommerce-grouped-product-list-item__price,
.product__card .price {
	margin: 0;
	font-family: var(--moniz-font);
	color: var(--moniz-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;
}

.single-product .woocommerce-review-link {
	font-family: var(--moniz-font);
	color: var(--thm-text);
	font-size: 16px;
	color: var(--thm-text);
	position: relative;
	line-height: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.woocommerce-variation-description p,
.single-product .woocommerce-product-details__short-description p {
	font-family: var(--moniz-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;
	font-family: var(--moniz-font);
	padding-left: 30px;
}

.product-quantity .quantity button,
.single-product .quantity button {
	width: 29px;
	height: 29px;
	background-color: transparent;
	color: #222429;
	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: capitalize;
	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: capitalize;
	color: #222429;
	font-size: 22px;
	display: flex;
	align-items: center;
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
	font-family: var(--moniz-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: 20px;
	font-weight: 700;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
	color: inherit;
	transition: all 500ms ease;
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
	color: var(--moniz-primary);
}

.single-product .woocommerce-grouped-product-list-item__price {
	font-size: 18px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label {
	color: var(--moniz-black, #1e1e22);
	text-transform: capitalize;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}

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

.product-form p.comment-notes {
	margin-bottom: 10px;
}

.product-form p.stars {
	margin-bottom: 15px;
}

.product-form .comment-form__btn[type=submit] {
	margin-top: 0;
}

.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: 120px;
	padding-bottom: 120px;
}

.cart_totals h2,
.shop_table thead th {
	font-family: var(--moniz-font);
	font-size: 20px;
	text-transform: capitalize;
	color: var(--moniz-black);
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
	padding-bottom: 10px;
	border: none;
	padding-left: 0;
}

.cart_totals h2 {
	padding: 0;
	font-size: 30px;
}

.shop_table .product-thumbnail img {
	max-width: 125px;
	border-radius: var(--moniz-border-radius, 10px);
}

.shop_table .product-remove a {
	font-size: 34px;
	font-family: var(--moniz-font);
	color: var(--moniz-black, #0f0d1d);
	padding-left: 100%;
}

.cart_totals th,
.shop_table .product-name:not(th),
.shop_table .product-name a {
	margin: 0;
	color: var(--moniz-black);
	font-size: 20px;
	font-weight: 700;
	font-family: var(--moniz-font);
	text-transform: capitalize;
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
	font-family: var(--moniz-font);
	font-size: 18px;
	color: #686a6f;
	font-weight: 400;
}

.shop_table .coupon label {
	display: none;
}

.shop_table tr {
	position: relative;
}

.shop_table .coupon input[type=text] {
	border: none;
	outline: none;
	width: 100%;
	max-width: 375px;
	height: 65px;
	background-color: #f1f1f5;
	color: var(--moniz-gray, #717178);
	font-size: 14px;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	border-radius: 30px;
	margin-right: 20px;
}

.shop_table button[name='update_cart'] {
	position: absolute;
	top: 42%;
	right: 0;
	transform: translateY(-50%);
}

.cart_totals td,
.cart_totals th {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 20px;
}

.cart_totals td {
	font-family: var(--moniz-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;
}

.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: 65px;
	border-radius: 30px;
	background-color: #f4f5f8;
	color: var(--thm-text);
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--moniz-font);
	letter-spacing: 0.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: 500px;
}

.woocommerce-cart .woocommerce {
	padding-top: 65px;
	padding-bottom: 120px;
}

.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(--moniz-font);
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
	text-align: left;
	display: inline-flex;
	border-radius: var(--moniz-border-radius, 10px);
}

ul.woocommerce-error {
	display: block;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
	color: var(--moniz-primary);
	margin-right: 5px;
	margin-left: 5px;
}

a.woocommerce-privacy-policy-link {
	color: var(--moniz-primary);
}

.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: 20px;
}

.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(--moniz-black);
	font-weight: 700;
	font-family: var(--moniz-font);
	line-height: 1;
	margin-bottom: 40px;
	font-size: 30px;
}

.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(--moniz-primary);
}

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

.moniz-edit-address h3,
.moniz-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,
.moniz-edit-address label {
	font-family: var(--moniz-font);
	color: var(--moniz-black);
	font-size: 24px;
	margin: 0;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.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"],
.moniz-edit-address input[type="text"],
.moniz-edit-address input[type="email"],
.moniz-edit-address input[type="password"],
.moniz-edit-address input[type="tel"],
.moniz-edit-address input[type="url"],
.moniz-edit-address input[type="file"],
.moniz-edit-address input[type="number"],
.moniz-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: 65px;
	width: 100%;
	font-size: 16px;
	color: #686a6f;
	line-height: 40px;
	font-weight: 400;
	padding: 14px 30px;
	letter-spacing: 0.1em;
	background-color: var(--moniz-light);
	border: none;
	transition: all 300ms ease;
	font-family: var(--moniz-font);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	border-radius: 30px;
}

.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details textarea {
	height: 170px;
	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: 18px;
	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,
.moniz-edit-address .select2-selection--single {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 65px;
	background-color: var(--moniz-light);
	color: var(--moniz-gray, #717178);
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--moniz-font);
	letter-spacing: 0.0em;
	border: 1px solid #f4f5f8;
	display: flex;
	align-items: center;
	border-radius: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--moniz-gray, #717178);
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.moniz-edit-address .select2-selection--single .select2-selection__arrow {
	top: 20px;
	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(--moniz-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;
}

.woocommerce-checkout .shop_table tfoot td:last-child {
	padding-right: 0;
}

form.woocommerce-checkout .shop_table tfoot th {
	margin: 0;
	color: var(--moniz-gray);
	font-size: 24px;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table tfoot tr th,
.woocommerce-checkout .shop_table tfoot td {
	padding-left: 0;
}

.woocommerce-checkout .shop_table {
	margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_methods {
	background-color: var(--moniz-light);
	padding: 30px;
	margin: 0;
	list-style: none;
	border-radius: var(--moniz-border-radius, 10px);
}

.woocommerce-checkout-payment .place-order {
	padding: 0px;
	margin: 0;
	list-style: none;
}

.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(--moniz-black);
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer;
	font-family: var(--moniz-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: 5px;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
	content: '';
	width: 19px;
	height: 19px;
	border: 2px solid;
	background-color: #fff;
	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;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked+label::before {
	background-color: var(--moniz-primary);
	border-color: var(--moniz-primary);
	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: #686a6f;
	font-family: var(--moniz-font);
	font-weight: 400;
	margin-bottom: 0;
}

.woocommerce-ResetPassword .woocommerce-Button,
.moniz-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: 18px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: .1em;
	padding: 17px 50px;
	z-index: 1;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	background: var(--moniz-primary);
	color: var(--moniz-base);
	overflow: hidden;
	font-family: var(--moniz-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;
	font-size: 16px;
	font-weight: 700;
}

.checkout_coupon {
	margin-top: 0px;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	max-width: 520px;
}

.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: #f4f5f8;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 10px;
	font-family: var(--moniz-font);
	font-size: 14px;
	color: #686a6f;
	height: 65px;
	margin: 0;
	border-radius: 30px;
}

.logged-in.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: 100px;
}

.moniz-login-page {
	max-width: 570px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	padding-top: 120px;
	padding-bottom: 100px;
}

.moniz-login-page.moniz-registration-page {
	grid-template-columns: 48% 1fr;
	max-width: 1200px;
}

.moniz-error-notice.text-center {
	margin-bottom: -80px;
	padding-bottom: 0;
	margin-top: 120px;
}

.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(--moniz-font);
	font-weight: 400;
	font-size: 16px;
}

.woocommerce-MyAccount-content a {
	color: var(--moniz-primary, #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);
}

.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(--moniz-light);
	border-radius: 10px;
	margin-bottom: 20px;
}

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

	.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::after {
	content: "";
	clear: both;
	display: table;
}

.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-checkout .shop_table {
	float: left;
	width: calc(50% - 15px);
}

@media (max-width: 991px) {

	.woocommerce-checkout .woocommerce-checkout-payment,
	.woocommerce-checkout .shop_table {
		float: none;
		width: calc(100% - 0px);
	}
}

.woocommerce-checkout .shop_table {
	margin-right: 15px;
}

@media (max-width: 991px) {
	.woocommerce-checkout .shop_table {
		margin-right: 0;
	}
}

.woocommerce-checkout .woocommerce-checkout-payment {
	margin-left: 15px;
}

@media (max-width: 991px) {
	.woocommerce-checkout .woocommerce-checkout-payment {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media (max-width: 991px) {

	.woocommerce-checkout #order_review,
	.logged-in.woocommerce-account .woocommerce,
	.woocommerce-checkout .col2-set,
	.moniz-login-page.moniz-registration-page {
		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: 20px;
	margin-top: 20px;
}

abbr[title] {
	border-bottom: none;
}

/* end woocommerce checkout  */
/**
 * Single product
 */
.single-product div.product {
	position: relative;
	margin-bottom: 60px;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 20px;
	right: 20px;
}

.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;
	width: 100px;
}

.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: 20.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: 25px;
}

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: 18px;
}

@media (max-width: 767px) {
	.shop-one__product-count {
		padding-top: 35px;
	}
}

@media (max-width: 480px) {
	.shop-one__product-count {
		padding-top: 0;
	}
}

.entry-summary .thm-btn.cart-btn {
	margin-right: 10px;
	margin-bottom: 20px;
	line-height: 36px;
	background-color: var(--moniz-black, #1e1e22);
}

.entry-summary .thm-btn.cart-btn::before {
	background-color: #fff;
}

.entry-summary .thm-btn.cart-btn:hover {
	background-color: var(--moniz-primary, #fc653c);
}

.entry-summary .thm-btn.cart-btn:hover::before {
	background-color: var(--moniz-primary, #fc653c);
}

.entry-summary .yith-wcwl-icon {
	display: none;
}

.entry-summary .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	margin-bottom: 20px;
}

.entry-summary .single_add_to_wishlist::before {
	background-color: #fff !important;
	opacity: 0.1 !important;
}

.entry-summary .single_add_to_wishlist:hover:before {
	width: 100%;
	transition: 1s;
	transform: scale(1.5);
	border-radius: 0;
}

.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;
	border: none;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
	font-size: 16px;
	font-weight: 700;
	padding: 12.5px 50px;
	-webkit-transition: 500ms;
	transition: 500ms;
	border-radius: 32px;
	overflow: hidden;
	line-height: 40px;
}

.checkout-button::before,
.return-to-shop .button::before,
.shop_table .button::before,
.form-row.place-order .button::before,
.woocommerce-form-coupon .button::before,
.entry-summary .single_add_to_wishlist::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 85px;
	height: 100%;
	background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 1);
	opacity: 0.1;
	content: "";
	border-radius: 32px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
}

.checkout-button:hover:before,
.return-to-shop .button:hover:before,
.shop_table .button:hover:before,
.form-row.place-order .button:hover:before,
.woocommerce-form-coupon .button:hover:before,
.entry-summary .single_add_to_wishlist:hover:before {
	width: 100%;
	transition: 1s;
	transform: scale(1.5);
	border-radius: 0;
}

.yith-wcwl-add-button a.add_to_wishlist {
	padding: 12px 50px;
}

.woocommerce-ResetPassword .woocommerce-Button:hover,
.checkout-button:hover,
.return-to-shop .button:hover,
.shop_table .button:hover,
.form-row.place-order .button:hover,
.woocommerce-form-coupon .button:hover,
.entry-summary .single_add_to_wishlist:hover,
.woocommerce-checkout-payment #place_order:hover,
.widget_price_filter .price_slider_amount .button.thm-btn:hover {
	background-color: var(--moniz-black);
	color: #fff;
	transition: 1s;
}

.widget_price_filter .price_slider_amount .button.thm-btn {
	padding: 3px 30px;
	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;
}

.cart .yith-wcwl-add-button {
	display: block;
}

.yith-wcwl-add-button {
	display: none;
}

.product-details__content__buttons .thm-btn.cart-btn {
	line-height: 34px;
}

.sidebar__single .wp-block-search input[type="search"] {
	background-color: var(--moniz-base, #ffffff);
	height: 70px;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
}

.wp-block-search .wp-block-search__button {
	padding: 15px 20px;
	text-transform: uppercase;
	color: var(--moniz-base, #ffffff);
	background-color: var(--moniz-black, #171717);
	line-height: 1;
	fill: var(--moniz-base, #ffffff);
	border-radius: 0;
	margin-left: 0;
	transition: all 500ms ease;
}

.sidebar .widget_price_filter .thm-btn:before {
	width: 30px;
}

.wp-block-search .wp-block-search__button:hover {
	background-color: var(--moniz-primary, #fc653c);
}

a.woocommerce-product-gallery__trigger {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-pagination ul {
	display: flex;
	align-items: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}

.woocommerce-pagination ul a,
.woocommerce-pagination ul span {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: var(--moniz-border-radius, 10px);
	border: 1px solid var(--moniz-extra, #e4e4ea);
	width: 50px;
	height: 50px;
	padding-top: 3px;
	color: var(--moniz-gray, #717178);
	font-size: 16px;
	transition: all 500ms ease;
}

.woocommerce-pagination ul a.current,
.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span.current,
.woocommerce-pagination ul span:hover {
	background-color: var(--moniz-primary, #fc653c);
	border-color: var(--moniz-primary, #fc653c);
	color: var(--moniz-base, #ffffff);
}

.woocommerce-pagination ul li+li,
.woocommerce-pagination ul span+span,
.woocommerce-pagination ul a+span,
.woocommerce-pagination ul span+a,
.woocommerce-pagination ul a+a {
	margin-left: 10px;
}

.woocommerce-pagination ul .prev {
	color: rgba(0, 0, 0, 0);
	position: relative;
}

.woocommerce-pagination ul .prev:hover {
	color: rgba(0, 0, 0, 0);
}

.woocommerce-pagination ul .prev:hover::before {
	color: #ffffff;
}

.woocommerce-pagination ul .prev::before {
	content: "\f104";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: var(--moniz-gray, #717178);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.woocommerce-pagination ul .next {
	color: rgba(0, 0, 0, 0);
	position: relative;
}

.woocommerce-pagination ul .next:hover {
	color: rgba(0, 0, 0, 0);
}

.woocommerce-pagination ul .next:hover::before {
	color: #ffffff;
}

.woocommerce-pagination ul .next::before {
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: var(--moniz-gray, #717178);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
	padding-right: 0;
	text-align: right;
}

.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .cart-subtotal td {
	padding-right: 0 !important;
}

@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 #eceae0;
		display: block;
		margin-bottom: .625em;
	}

	.woocommerce-cart-form__contents td {
		border-bottom: 1px solid #eceae0;
		display: block;
		font-size: .8em;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		color: var(--moniz-primary, #fc653c);
		font-size: 20px;
		font-weight: 700;
	}

	.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;
		font-size: 20px;
	}

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

.shop-one__sidebar h2,
.shop-one__sidebar h3 {
	font-size: 20px;
	font-weight: bold;
	color: var(--moniz-black, #1e1e22);
	margin: 0;
	margin-bottom: 25px;
}

.shop-one__sidebar .widget {
	border-radius: 10px;
	border: 1px solid #eceae0;
	padding: 30px;
}

.shop-one__sidebar .wc-block-product-categories select,
.shop-one__sidebar .wc-block-components-sort-select__select {
	border: none;
	outline: none;
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 70px;
	background-color: #f1f1f5;
	color: var(--thm-text);
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--moniz-font);
	letter-spacing: 0.0em;
	border: 1px solid #f1f1f5;
	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: .65em auto;
	border-radius: 7px;
}

.shop-one__sidebar .wc-block-components-review-sort-select {
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
}

.shop-one__sidebar .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
	display: block;
}

.shop-one__sidebar .wc-block-components-review-list-item__image {
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.shop-one__sidebar .wc-block-components-review-list-item__product {
	flex: 0 0 100%;
}

.shop-one__sidebar .wc-block-components-review-list.wc-block-components-review-list {
	padding: 0;
}

.shop-one__sidebar .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.shop-one__sidebar .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
	color: var(--moniz-primary, #3c72fc);
}

.shop-one__sidebar .wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author,
.shop-one__sidebar .wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
	font-size: 14px;
	padding: 0;
}

.shop-one__sidebar .wc-block-components-review-list-item__info {
	margin-bottom: 0;
}

.shop-one__sidebar .wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
	padding-right: 5px;
}

.shop-one__sidebar .wc-block-review-list-item__text {
	font-size: 16px;
	line-height: 30px;
}

.shop-one__sidebar .wc-block-featured-category {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.shop-one__sidebar .wc-block-featured-category .wp-block-button__link {
	background-color: #fff;
	color: var(--moniz-black, #1e1e22);
}

.shop-one__sidebar .editor-styles-wrapper .wc-block-components-review-list-item__item:not(:last-of-type),
.shop-one__sidebar .wc-block-components-review-list-item__item:not(:last-of-type) {
	margin-bottom: 20px;
}

.shop-one__sidebar .editor-styles-wrapper .wc-block-components-review-list-item__item:last-of-type,
.shop-one__sidebar .wc-block-components-review-list-item__item:last-of-type {
	margin-bottom: 0px;
}

.shop-one__sidebar .woocommerce-widget-layered-nav-dropdown__submit,
.shop-one__sidebar .woocommerce-mini-cart__buttons a,
.shop-one__sidebar .woocommerce-product-search button[type=submit],
.shop-one__sidebar .woocommerce-product-search input[type=submit],
.shop-one__sidebar .wp-block-button__link {
	background-color: var(--moniz-black, #1e1e22);
	color: var(--moniz-base);
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 23px;
	transition: all 500ms ease;
	padding: 5px 24px;
}

.shop-one__sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover,
.shop-one__sidebar .woocommerce-mini-cart__buttons a:hover,
.shop-one__sidebar .woocommerce-product-search button[type=submit]:hover,
.shop-one__sidebar .woocommerce-product-search input[type=submit]:hover,
.shop-one__sidebar .wp-block-button__link:hover {
	background-color: var(--moniz-primary);
	color: #fff;
}

.shop-one__sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: 12px;
	line-height: 1.75em;
	padding: 9.5px 24px;
}

.shop-one__sidebar .wc-block-featured-product .wc-block-featured-product__title,
.shop-one__sidebar .wc-block-featured-category .wc-block-featured-category__title {
	font-size: 24px;
}

.shop-one__sidebar .wc-block-featured-product {
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--moniz-black, #1e1e22);
	margin-bottom: 0;
}

.shop-one__sidebar .wc-block-featured-product .wp-block-button__link {
	background-color: var(--moniz-black, #1e1e22);
	color: var(--moniz-base);
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 23px;
	transition: all 500ms ease;
	padding: 5px 24px;
}

.shop-one__sidebar .wc-block-featured-product .wp-block-button__link:hover {
	background-color: var(--moniz-primary);
	color: #fff;
}

.shop-one__sidebar .wc-block-grid__product .wc-block-grid__product-image {
	overflow: hidden;
	border-radius: 10px;
}

.shop-one__sidebar .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0;
	color: var(--moniz-black, #1e1e22);
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.02em;
	margin-bottom: 0px;
}

.shop-one__sidebar .wc-block-grid__product {
	position: relative;
}

.shop-one__sidebar .wc-block-grid__product-onsale {
	position: absolute;
	top: 0;
	right: 30px;
	background-color: var(--moniz-black, #1e1e22);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	padding: 7px 14px;
	text-transform: capitalize;
	z-index: 2;
	border: none;
}

.shop-one__sidebar .wc-block-grid__product .wc-block-grid__product-price {
	font-size: 16px;
}

.shop-one__sidebar .wc-block-grid__product .wc-block-grid__product-price ins {
	background-color: transparent;
}

.shop-one__sidebar .wc-block-product-categories-list--has-images {
	margin: 0;
	padding: 0;
}

.shop-one__sidebar .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.shop-one__sidebar .wc-block-featured-product .wc-block-featured-product__description,
.shop-one__sidebar .wc-block-featured-product .wc-block-featured-product__link,
.shop-one__sidebar .wc-block-featured-product .wc-block-featured-product__price,
.shop-one__sidebar .wc-block-featured-product .wc-block-featured-product__title,
.shop-one__sidebar .wc-block-featured-product .wc-block-featured-product__variation,
.shop-one__sidebar .wc-block-featured-category .wc-block-featured-category__description,
.shop-one__sidebar .wc-block-featured-category .wc-block-featured-category__link,
.shop-one__sidebar .wc-block-featured-category .wc-block-featured-category__price,
.shop-one__sidebar .wc-block-featured-category .wc-block-featured-category__title {
	padding-left: 20px;
	padding-right: 20px;
}

.shop-one__sidebar .wc-block-grid__product {
	border: none;
}

.shop-one__sidebar .wc-block-grid__products {
	margin: 0;
}

.shop-one__sidebar .wc-block-grid__product-add-to-cart {
	margin-bottom: 0 !important;
}

.shop-one__sidebar .wc-block-grid__products li+li {
	margin-top: 20px;
}

.shop-one__sidebar .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
	margin-left: 60px;
}

.shop-one__sidebar .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
	max-width: 40px;
}

.shop-one__sidebar .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
	margin-left: -20px;
}

.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list,
.shop-one__sidebar .widget .wc-block-product-categories.is-list {
	margin-bottom: 0;
}

.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images),
.shop-one__sidebar .widget .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -5px;
}

.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) ul,
.shop-one__sidebar .widget .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0.5em;
	margin-top: 10px;
}

.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li,
.shop-one__sidebar .widget .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li {
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	position: relative;
}

.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li+li,
.shop-one__sidebar .widget .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li+li {
	margin-top: 10px;
}

.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li::after,
.shop-one__sidebar .widget .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li::after {
	font-family: "Flaticon";
	content: "\f15f";
	font-size: 10px;
	position: absolute;
	top: 0px;
	right: 0;
}

.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li a,
.shop-one__sidebar .widget .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li a {
	color: inherit;
	transition: all 500ms ease;
}

.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li a:hover,
.shop-one__sidebar .widget .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li a:hover {
	text-shadow: 0 0 1px currentColor;
	color: var(--moniz-primary);
}

.shop-one__sidebar .wc-block-product-categories.is-dropdown {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.shop-one__sidebar .wc-block-product-categories__dropdown {
	width: calc(100% - 0px);
}

.shop-one__sidebar .wc-block-product-categories__button {
	width: 50px;
	height: 50px;
	margin-top: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: var(--moniz-primary);
}

.shop-one__sidebar .wc-block-product-categories__button:hover {
	background-color: var(--moniz-base);
	color: var(--moniz-primary);
}

.shop-one__sidebar .wc-block-product-search__label {
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	margin-top: -10px;
	display: block;
}

.shop-one__sidebar .wc-block-product-search .wc-block-product-search__fields {
	flex-wrap: wrap;
	display: flex;
}

.shop-one__sidebar .wc-block-product-search .wc-block-product-search__field {
	font-size: 14px;
	max-width: 148px;
}

.shop-one__sidebar .woocommerce-mini-cart {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-one__sidebar .woocommerce-mini-cart li {
	position: relative;
	overflow: hidden;
	font-size: 16px;
}

.shop-one__sidebar .woocommerce-mini-cart li+li {
	margin-top: 20px;
}

.shop-one__sidebar .woocommerce-mini-cart li::after {
	content: '';
	display: table;
}

.shop-one__sidebar .woocommerce-mini-cart .remove_from_cart_button {
	width: 20px;
	height: 20px;
	background-color: var(--moniz-primary);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 10;
	opacity: 0.5;
}

.shop-one__sidebar .woocommerce-mini-cart .remove_from_cart_button:hover {
	opacity: 1;
}

.shop-one__sidebar .woocommerce-mini-cart img {
	border-radius: 10px;
}

.shop-one__sidebar .woocommerce-mini-cart a:not(.remove_from_cart_button) {
	display: block;
	width: 100%;
	color: var(--moniz-black, #334b35);
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 700;
	margin: 0;
	letter-spacing: 0.0em;
}

.shop-one__sidebar .woocommerce-mini-cart .quantity {
	display: block;
	font-size: 16px;
}

.shop-one__sidebar .woocommerce-mini-cart__total {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}

.shop-one__sidebar .woocommerce-mini-cart__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.shop-one__sidebar .woocommerce-mini-cart__buttons a {
	font-size: 12px;
	padding: 5px 22px;
}

.shop-one__sidebar .woocommerce-mini-cart__buttons a:last-child {
	background-color: var(--moniz-primary);
	color: #fff;
}

.shop-one__sidebar .woocommerce-mini-cart__buttons a:last-child:hover {
	background-color: var(--moniz-black, #1e1e22);
	color: var(--moniz-base);
}

.shop-one__sidebar .woocommerce-product-search button[type=submit],
.shop-one__sidebar .woocommerce-product-search input[type=submit] {
	line-height: 34px;
	font-size: 12px;
	padding: 3px 12px;
	margin-top: 10px;
}

.shop-one__sidebar .woocommerce-product-search input[type="search"] {
	width: 100%;
	height: 50px;
	border: 1px solid #eceae0;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.shop-one__sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-one__sidebar .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 70px;
	background-color: #f1f1f5;
	color: var(--thm-text);
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--moniz-font);
	letter-spacing: 0.0em;
	border: 1px solid #f1f1f5;
	border-radius: 7px;
	display: flex;
	align-items: center;
}

.shop-one__sidebar .woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple li:after {
	display: none;
}

.shop-one__sidebar .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
	line-height: 34px;
	font-size: 12px;
	padding: 3px 12px;
	margin-top: 10px;
}

.shop-one__sidebar .select2-container--default .select2-selection--single {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 70px;
	background-color: #f1f1f5;
	color: var(--thm-text);
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--moniz-font);
	letter-spacing: 0.0em;
	border: 1px solid #f1f1f5;
	border-radius: 7px;
	display: flex;
	align-items: center;
}

.shop-one__sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 20px;
	right: 20px;
}

.shop-one__sidebar .product-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-one__sidebar .product-categories ul {
	margin: 0;
	padding: 0;
	padding-left: 0.5em;
	list-style: none;
}

.shop-one__sidebar .product_list_widget {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-one__sidebar .product_list_widget li {
	min-height: 71px;
	position: relative;
	padding-left: 80px;
}

.shop-one__sidebar .product_list_widget li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
}

.shop-one__sidebar .product_list_widget .reviewer,
.shop-one__sidebar .product_list_widget .woocommerce-Price-amount {
	font-size: 16px;
	color: var(--moniz-gray, #717178);
	font-weight: 400;
}

.shop-one__sidebar .product_list_widget .product-title {
	display: block;
	color: var(--moniz-black);
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 700;
	margin: 0;
	letter-spacing: 0.0em;
}

.shop-one__sidebar .widget_top_rated_products li+li {
	margin-top: 20px;
}

.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) ul,
.shop-one__sidebar .sidebar__single .wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) ul {
	margin-top: 30px;
}

.shop-one__sidebar .sidebar__single .wp-block-search .wp-block-search__button.has-icon {
	right: 50px;
	padding: 0;
	background-color: transparent;
	color: var(--moniz-black, #1e1e22);
	fill: var(--moniz-black, #1e1e22);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.shop-one__sidebar .sidebar__single .wp-block-search input[type=text],
.shop-one__sidebar .sidebar__single .wp-block-search input[type=search] {
	border-radius: var(--moniz-border-radius, 10px);
	width: 100%;
	max-width: none;
}

.wc-block-grid__product .wc-block-grid__product-price {
	margin-bottom: 5px;
}

.shop-one__sidebar .star-rating {
	font-size: 14px;
}

/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.welcome-one__left {
		margin-right: 0;
		max-width: 750px;
		width: 100%;
		margin: 0 auto 50px;
	}

	.welcome-one {
		padding: 120px 0 110px;
	}

	.welcome-one__right {
		max-width: 750px;
		width: 100%;
		margin: 0 auto 0;
	}

	.counter-one__single {
		max-width: 461px;
	}

	.counter-one__single:nth-child(3):before {
		display: none;
	}

	.we-change__left-faqs {
		max-width: 750px;
		margin: 0 auto 0;
		width: 100%;
	}

	.we-change__right {
		max-width: 750px;
		width: 100%;
		margin: 50px auto 0;
	}

	.we-change__right-img {
		margin-right: 0;
	}

	.we-make__left {
		margin-right: 0;
	}

	.we-make__left .section-title__title {
		font-size: 40px;
		line-height: 50px;
	}

	.services-one__single {
		max-width: 310px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.services-one__single:first-child {
		padding-left: 40px;
	}

	.portfolio-one__single {
		margin-bottom: 30px;
	}

	.portfolio-one__single.mar-b-0 {
		margin-bottom: 0;
	}

	.two-boxes__single {
		padding-left: 20px;
	}

	.two-boxes__arrow {
		right: 20px;
	}

	.reasons-one__left {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.reasons-one__img-box {
		margin-left: 0;
		margin-right: 0;
	}

	.reasons-one-img-box-bg {
		top: 0;
	}

	.blog-one__content {
		padding: 20px 25px 25px;
	}

	.footer-widget__contact {
		margin-right: 0;
		margin-top: 31px;
	}

	.footer-widget__newsletter {
		position: relative;
		display: block;
		margin-top: 31px;
		margin-left: 0;
	}

	.areas-of-practice__top-left .section-title__title {
		font-size: 45px;
		line-height: 55px;
	}

	.areas-of-practice__top-right-text {
		margin: 0;
		font-size: 16px;
	}

	.build-business__left {
		margin-right: 0;
		max-width: 700px;
		width: 100%;
		margin: 0 auto 50px;
	}

	.build-business__right {
		margin-left: 0;
		max-width: 700px;
		width: 100%;
		margin: 0 auto 0;
	}

	.build-business__left-bg {
		display: none;
	}

	.build-business__img img {
		border-top-left-radius: 10px;
	}

	.web-solutions__box .tab-btns .tab-btn {
		max-width: 310px;
	}

	.web-solutions__content-img {
		margin-right: 0;
	}

	.web-solutions {
		padding: 120px 0 110px;
	}

	.core-features__left {
		margin-right: 0;
	}

	.core-features__promicess {
		margin-left: 0;
	}

	.blog-two__right-bg {
		display: none;
	}

	.blog-two__text {
		padding-bottom: 46px;
	}

	.blgo-two__carousle.owl-theme .owl-nav {
		bottom: -60px;
		left: 0;
	}

	.blog-two {
		padding: 120px 0 175px;
	}

	.get-in-touch__img {
		margin-right: 0;
		max-width: 670px;
		width: 100%;
		margin: 0 auto;
	}

	.get-in-touch__right {
		position: relative;
		display: block;
		max-width: 670px;
		width: 100%;
		margin: 50px auto 0;
	}

	.get-in-touch__locations-single {
		margin-top: 40px;
	}

	.cta-two__title h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.cta-two-shape-1 {
		display: none;
	}

	.cta-two-shape-2 {
		top: -110px;
	}

	.reasons__left {
		margin-right: 0;
	}

	.similar-work .portfolio-one__fimlor {
		padding-right: 30px;
	}

	.portfolio-fullwidth__details-info li+li {
		margin-left: 58px;
	}

	.portfolio-fullwidth__details-info li:before {
		display: none;
	}

	.portfolio-fullwidth__social-list:before {
		display: none;
	}

	.portfolio-fullwidth__details-info li:before {
		display: none;
	}

	.blog-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}

	.page-header-shape-1 {
		display: none;
	}

	.web-solutions__trusted {
		bottom: 10px;
		right: 10px;
	}

	.core-features__promicess-list li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.core-features {
		padding: 255px 0 106px;
	}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-one__left {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.welcome-one__solutions-single {
		padding: 21px 20px 21px;
	}

	.welcome-one {
		padding: 120px 0 110px;
	}

	.counter-one__single {
		max-width: 341px;
	}

	.counter-one__single:nth-child(3):before {
		display: none;
	}

	.we-change__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.we-change__right-img {
		margin-right: 0;
	}

	.we-make__left {
		margin-right: 0;
	}

	.portfolio-one__single {
		margin-bottom: 30px;
	}

	.portfolio-one__single.mar-b-0 {
		margin-bottom: 0;
	}

	.testimonials-one__main-content {
		margin-left: 0;
		margin-top: 40px;
	}

	.two-boxes__single {
		border-radius: var(--thm-border-radius);
	}

	.video-one__text {
		font-size: 55px;
		line-height: 65px;
	}

	.reasons-one__left {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.reasons-one__img-box {
		margin-left: 0;
		margin-right: 0;
	}

	.reasons-one-img-box-bg {
		top: 0;
	}

	.footer-widget__contact {
		margin-right: 0;
		margin-top: 31px;
	}

	.footer-widget__newsletter {
		position: relative;
		display: block;
		margin-top: 31px;
		margin-left: 0;
		padding: 45px 30px 41px;
	}

	.areas-of-practice__top-right {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.areas-of-practice__top-left .section-title {
		margin-bottom: 32px;
	}

	.build-business__left {
		margin-right: 0;
		max-width: 700px;
		width: 100%;
		margin: 0 auto 50px;
	}

	.build-business__right {
		margin-left: 0;
		max-width: 700px;
		width: 100%;
		margin: 0 auto 0;
	}

	.build-business__left-bg {
		display: none;
	}

	.build-business__img img {
		border-top-left-radius: 10px;
	}

	.web-solutions__box .tab-btns .tab-btn {
		max-width: 230px;
	}

	.web-solutions__box .tab-btns .tab-btn span {
		padding: 29.5px 0px;
	}

	.web-solutions__content-img {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.web-solutions {
		padding: 120px 0 110px;
	}

	.core-features__left {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.core-features__promicess {
		margin-left: 0;
	}

	.blog-two__right-bg {
		display: none;
	}

	.blog-two__text {
		padding-bottom: 46px;
	}

	.blgo-two__carousle.owl-theme .owl-nav {
		bottom: -60px;
		left: 0;
	}

	.blog-two {
		padding: 120px 0 175px;
	}

	.get-in-touch__img {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.cta-two__inner {
		flex-direction: column;
		text-align: center;
	}

	.cta-two__title h2 {
		margin-bottom: 13px;
	}

	.cta-two-shape-1 {
		display: none;
	}

	.cta-two-shape-2 {
		display: none;
	}

	.service-details__sidebar {
		margin-top: 40px;
	}

	.reasons__left {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.faqs-page__single {
		margin-bottom: 20px;
	}

	.faqs-page__single.mar-b-0 {
		margin-bottom: 0;
	}

	.error-page__text {
		font-size: 19px;
	}

	.portfolio-detail__right {
		position: relative;
		display: block;
		margin-top: 50px;
	}

	.portfolio-fullwidth__details-info {
		text-align: center;
	}

	.portfolio-fullwidth__details-info li {
		display: block;
	}

	.portfolio-fullwidth__details-info li+li {
		margin-left: 0px;
		margin-top: 5px;
	}

	.portfolio-fullwidth__details-info li:nth-child(4) {
		position: inherit;
		display: block;
		align-items: inherit;
		justify-content: inherit;
		z-index: 1;
	}

	.portfolio-fullwidth__social-list {
		justify-content: center;
	}

	.portfolio-fullwidth__details-box {
		padding: 38px 60px 40px;
	}

	.portfolio-fullwidth__social-list:before {
		display: none;
	}

	.portfolio-fullwidth__details-info li:before {
		display: none;
	}

	.blog-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}

	.page-header-shape-1 {
		display: none;
	}

	.testimonial-one__left {
		margin-bottom: 50px;
	}

	.web-solutions__trusted {
		bottom: 10px;
		right: 10px;
	}

	.watch-video__text p {
		font-size: 25px;
	}

	.watch-video-shape-1 {
		display: none;
	}

	.get-in-touch__img {
		margin-right: 0;
		max-width: 670px;
		width: 100%;
		margin: 0 auto;
	}

	.get-in-touch__right {
		position: relative;
		display: block;
		max-width: 670px;
		width: 100%;
		margin: 50px auto 0;
	}

	.get-in-touch__locations-single {
		margin-top: 40px;
	}

	.get-in-touch__img-shape-1,
	.get-in-touch__img-shape-2 {
		display: none;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.welcome-one__left {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.welcome-one__trusted {
		display: none;
	}

	.welcome-one__shape-1 {
		display: none;
	}

	.welcome-one__shape-2 {
		display: none;
	}

	.welcome-one__right .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.welcome-one__solutions {
		flex-direction: column;
		align-items: baseline;
	}

	.welcome-one__solutions-single+.welcome-one__solutions-single {
		margin-left: 0;
		margin-top: 15px;
	}

	.welcome-one {
		padding: 120px 0 110px;
	}

	.counters-one__box {
		text-align: center;
	}

	.counter-one__single:before {
		display: none;
	}

	.we-change__right {
		margin-left: 0;
		margin-top: 50px;
	}

	.we-change__right-img {
		margin-right: 0;
	}

	.we-change__left-faqs .section-title__title {
		font-size: 28px;
		line-height: 38px;
	}

	.we-change__agency {
		display: none;
	}

	.we-make__left {
		margin-right: 0;
	}

	.we-make__left .section-title__title {
		font-size: 35px;
		line-height: 45px;
	}

	.services-one .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.portfolio-one__single {
		margin-bottom: 30px;
	}

	.portfolio-one__single.mar-b-0 {
		margin-bottom: 0;
	}

	.portfolio-one__single.margin-bottom-30 {
		margin-bottom: 30px;
	}

	.portfolio-one__fimlor {
		padding-right: 30px;
	}

	.portfolio-one .section-title__title {
		font-size: 35px;
		line-height: 45px;
	}

	.testimonials-one__main-content {
		margin-left: 0;
		margin-top: 40px;
	}

	.testimonial-one__thumb-box li+li {
		margin-left: 7px;
	}

	.testimonial-one__text {
		font-size: 20px;
		line-height: 1.65em;
	}

	.testimonial-one__conent-box {
		margin-top: 0;
	}

	.two-boxes__single {
		padding-left: 20px;
	}

	.two-boxes__arrow {
		display: none;
	}

	.two-boxes__text p {
		font-size: 16px;
		line-height: 26px;
	}

	.two-boxes__text p br {
		display: none;
	}

	.two-boxes__single {
		border-radius: var(--thm-border-radius);
	}

	.video-one__text {
		font-size: 28px;
		line-height: 38px;
	}

	.video-one__text br {
		display: none;
	}

	.reasons-one__img-box {
		margin-left: 0;
		margin-right: 0;
	}

	.reasons-one-img-box-bg {
		display: none;
	}

	.reasons-one__img-two {
		margin-top: 30px;
	}

	.reasons-one__left .section-title__title {
		font-size: 35px;
		line-height: 45px;
	}

	.reasons-one__icon-box {
		flex-direction: column;
	}

	.reasons-one__icon-box {
		flex-direction: column;
		align-items: baseline;
	}

	.reasons-one__icon-box li {
		padding-left: 0;
		padding-right: 0;
		border-right: 0;
	}

	.reasons-one__text {
		font-size: 18px;
	}

	.reasons-one__icon-box li+li {
		padding-top: 19px;
	}

	.reasons-one__left {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.reasons-one {
		padding: 120px 0 0px;
	}

	.blog-one__content {
		padding: 20px 25px 25px;
	}

	.blog-one .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.cta-one__tagline {
		font-size: 15px;
	}

	.cta-one__title {
		font-size: 30px;
		line-height: 40px;
	}

	.cta-one__title br {
		display: none;
	}

	.footer-widget__explore {
		margin-top: 44px;
		margin-bottom: 31px;
	}

	.footer-widget__newsletter {
		margin-top: 36px;
		margin-left: 0;
		padding: 45px 15px 41px;
	}

	.areas-of-practice__top-right {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.areas-of-practice__top-left .section-title {
		margin-bottom: 38px;
	}

	.areas-of-practice__top-left .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.build-business__left {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.build-business__right {
		margin-left: 0;
	}

	.build-business__left-bg {
		display: none;
	}

	.build-business__right .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.build-business__mission {
		flex-direction: column;
		align-items: baseline;
	}

	.build-business__video-text {
		margin-left: 0;
		margin-top: 20px;
	}

	.build-business {
		padding: 0 0 110px;
	}

	.portfolio-two .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.web-solutions__box .tab-btns .tab-btn {
		float: none;
	}

	.web-solutions__box .tab-btns {
		text-align: center;
	}

	.web-solutions__box .tab-btns .tab-btn span {
		border-radius: var(--thm-border-radius);
	}

	.web-solutions .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.web-solutions__content-img {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.web-solutions {
		padding: 120px 0 110px;
	}

	.team-one .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.watch-video__icon {
		bottom: 0;
		right: 0;
		font-size: 15px;
		height: 60px;
		width: 60px;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		top: 50%;
	}

	.watch-video__text {
		display: none;
	}

	.core-features__left {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.core-features__promicess {
		margin-left: 0;
	}

	.core-features__left .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.blog-two__right-bg {
		display: none;
	}

	.blog-two__text {
		padding-bottom: 46px;
	}

	.blog-two__left .section-title__title {
		font-size: 27px;
		line-height: 37px;
	}

	.get-in-touch__img {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.get-in-touch__right .section-title__title {
		font-size: 35px;
		line-height: 45px;
	}

	.cta-two__inner {
		flex-direction: column;
		text-align: center;
	}

	.cta-two__title h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 13px;
	}

	.cta-two-shape-1 {
		display: none;
	}

	.cta-two-shape-2 {
		display: none;
	}

	.service-details__sidebar {
		margin-top: 40px;
	}

	.service-details__need-help {
		padding: 45px 30px 50px;
	}

	.reasons__left {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.reasons__right .section-title__title {
		font-size: 35px;
		line-height: 45px;
	}

	.faqs-page__single {
		margin-bottom: 20px;
	}

	.faqs-page__single.mar-b-0 {
		margin-bottom: 0;
	}

	.faqs-contact .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.error-page__title {
		font-size: 150px;
		line-height: 160px;
		margin-bottom: 14px;
	}

	.error-page__tagline {
		font-size: 19px;
		line-height: 29px;
		margin-top: 0;
	}

	.portfolio-detail__right {
		position: relative;
		display: block;
		margin-top: 50px;
	}

	.similar-work .section-title__title {
		font-size: 35px;
		line-height: 45px;
	}

	.portfolio-fullwidth__details-info {
		text-align: center;
	}

	.portfolio-fullwidth__details-info li {
		display: block;
	}

	.portfolio-fullwidth__details-info li+li {
		margin-left: 0px;
		margin-top: 5px;
	}

	.portfolio-fullwidth__details-info li:nth-child(4) {
		position: inherit;
		display: block;
		align-items: inherit;
		justify-content: inherit;
		z-index: 1;
	}

	.portfolio-fullwidth__social-list {
		justify-content: center;
	}

	.portfolio-fullwidth__details-box {
		position: relative;
		padding: 38px 20px 40px;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.portfolio-fullwidth__details-info li:before {
		display: none;
	}

	.portfolio-fullwidth__social-list:before {
		display: none;
	}

	.blog-sidebar__title {
		font-size: 29px;
	}

	.blog-sidebar__bottom-box {
		padding: 60px 30px 50px;
	}

	.blog-sidebar__delivering-services {
		padding: 60px 30px 54px;
	}

	.blog-sidebar__delivering-services-title {
		font-size: 24px;
		line-height: 34px;
	}

	.sidebar__tags {
		padding: 47px 25px 50px;
	}

	.sidebar__comments {
		padding: 47px 25px 43px;
	}

	.blog-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}

	.blog-details__title {
		font-size: 29px;
	}

	.blog-details__bottom {
		justify-content: flex-start;
		flex-direction: column;
	}

	.blog-details__social-list {
		margin-top: 20px;
	}

	.blog-details__pagenation li {
		font-size: 19px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.comment-one__single {
		flex-direction: column;
	}

	.comment-one__content {
		margin-left: 0;
		margin-top: 25px;
	}

	.comment-one__btn {
		position: relative;
		top: 20px;
	}

	.sidebar__post {
		padding: 48px 25px 50px;
	}

	.sidebar__category {
		padding: 48px 25px 39px;
	}

	.contact-page .section-title__title {
		font-size: 30px;
		line-height: 40px;
	}

	.page-header-shape-1 {
		display: none;
	}

	.page-header-shape-2 {
		display: none;
	}

	.page-header__inner h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.services-one__single {
		padding: 100px 30px 50px;
	}

	.testimonial-one__left {
		margin-bottom: 50px;
	}

	.testimonial-one__left .section-title__title {
		font-size: 40px;
		line-height: 50px;
	}

	.web-solutions__trusted {
		display: none;
	}

	.watch-video-shape-1,
	.watch-video-shape-2 {
		display: none;
	}

	.core-features__left-bottom {
		align-items: inherit;
		flex-direction: column;
	}

	.core-features__left-bottom-text {
		margin-left: 0;
		margin-top: 25px;
	}

	.core-features__promicess-list li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.get-in-touch__locations-single {
		margin-top: 40px;
	}

	.get-in-touch__img-shape-1,
	.get-in-touch__img-shape-2 {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1315px) {
	.portfolio-one__fimlor {
		padding-right: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
	.page-header-shape-1 {
		display: none;
	}
}

/*--------------------------------------------------------------
# Slider All Responsice Css
/////////
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.main-slider-shape-1,
	.main-slider-shape-2,
	.main-slider-shape-3,
	.main-slider-shape-4 {
		display: none;
	}

	.slider-bottom-box {
		max-width: 960px;
	}

	.main-slider-two-shape-1 {
		display: none;
	}

	.main-slider-two-shape-2 {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.main-slider-shape-1,
	.main-slider-shape-2,
	.main-slider-shape-3,
	.main-slider-shape-4 {
		display: none;
	}

	.slider-bottom-box {
		max-width: 720px;
	}

	.main-slider-two-shape-1 {
		display: none;
	}

	.main-slider-two-shape-2 {
		display: none;
	}

	.main-slider-two h2 {
		font-size: 85px;
		line-height: 95px;
	}
}

@media only screen and (max-width: 767px) {
	.main-slider p {
		font-size: 14px;
	}

	.main-slider h2 br {
		display: none;
	}

	.main-slider h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.slider-bottom-box {
		display: none;
	}

	.main-slider .container {
		padding-top: 166px;
		padding-bottom: 100px;
	}

	.main-slider-shape-1,
	.main-slider-shape-2,
	.main-slider-shape-3,
	.main-slider-shape-4 {
		display: none;
	}

	.main-slider-two-shape-1 {
		display: none;
	}

	.main-slider-two-shape-2 {
		display: none;
	}

	.main-slider-two h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.main-slider-two .container {
		padding-top: 93px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1594px) {
	.main-slider-shape-2 {
		display: none;
	}

	.main-slider-shape-3 {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
	.main-slider-shape-1 {
		display: none;
	}

	.main-slider-shape-4 {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1510px) {
	.main-slider-two-shape-1 {
		display: none;
	}

	.main-slider-two-shape-2 {
		display: none;
	}
}

/*--------------------------------------------------------------
# Main Menu All Responsice Css
/////////
--------------------------------------------------------------*/
@media only screen and (min-width: 1360px) and (max-width: 1790px) {
	.main-menu-wrapper__logo {
		margin-right: 40px;
	}

	.main-menu-wrapper__main-menu {
		width: 52%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
	.main-menu-wrapper__search-box {
		display: none;
	}

	.main-menu-wrapper__social {
		display: none;
	}

	.main-menu-wrapper__main-menu {
		width: 50%;
	}

	.main-menu-wrapper__logo {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.main-menu-two-wrapper__logo {
		margin-right: 130px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu-wrapper__logo {
		margin-right: 40px;
	}

	.main-menu-wrapper__main-menu {
		width: 31%;
	}

	.main-menu-two-wrapper__main-menu .mobile-nav__toggler {
		margin-right: 0px;
	}

	.main-menu-two-wrapper__logo {
		margin-right: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-menu-wrapper__search-box {
		display: none;
	}

	.main-menu-wrapper__social {
		display: none;
	}

	.main-menu-wrapper__right {
		display: none;
	}

	.main-menu-wrapper {
		display: block;
		justify-content: inherit;
		align-items: inherit;
		padding: 39.5px 0;
	}

	.main-menu-wrapper__left {
		display: block;
		float: left;
		align-items: inherit;
	}

	.main-menu-wrapper__logo {
		margin-right: 0px;
	}

	.main-menu-wrapper__main-menu {
		display: flex;
		float: right;
		align-items: inherit;
		justify-content: inherit;
		width: inherit;
	}

	.main-menu-wrapper__main-menu .mobile-nav__toggler {
		margin-right: 0px;
		display: flex;
		padding: 8px 0;
	}

	.main-menu-two-wrapper__main-menu .mobile-nav__toggler {
		margin-right: 0px;
	}

	.main-menu-two-wrapper__logo {
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.main-menu-wrapper__search-box {
		display: none;
	}

	.main-menu-wrapper__social {
		display: none;
	}

	.main-menu-wrapper__right {
		display: none;
	}

	.main-menu-wrapper {
		display: block;
		justify-content: inherit;
		align-items: inherit;
		padding: 39.5px 0;
	}

	.main-menu-wrapper__left {
		display: block;
		float: left;
		align-items: inherit;
	}

	.main-menu-wrapper__logo {
		margin-right: 0px;
	}

	.main-menu-wrapper__main-menu {
		display: flex;
		float: right;
		align-items: inherit;
		justify-content: inherit;
		width: inherit;
	}

	.main-menu-wrapper__main-menu .mobile-nav__toggler {
		margin-right: 0px;
		display: flex;
		padding: 8px 0;
	}

	.main-menu-two-wrapper__right {
		display: none;
	}

	.main-menu-two-wrapper__logo {
		margin-right: 0px;
	}

	.main-menu-two-wrapper__main-menu .mobile-nav__toggler {
		margin-right: 0px;
	}

	.main-menu-two-wrapper__left {
		float: none;
	}

	.main-menu-two-wrapper__main-menu {
		float: right;
	}
}

@media (max-width: 1200px) {
	.main-menu-two-wrapper__left {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.main-menu-two-wrapper__left {
		width: 100%;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.welcome-one {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.counters-one {
		padding-bottom: 80px;
	}

	.we-change {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.we-make {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.services-one {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.services-one .row {
		margin-bottom: -105px;
	}

	.portfolio-one {
		padding-top: 80px;
	}

	.testimonial-one {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.video-one {
		padding-top: 155px;
		padding-bottom: 80px;
	}

	.reasons-one {
		padding-top: 80px;
	}

	.blog-one {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.cta-one {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.areas-of-practice {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.build-business {
		padding-bottom: 70px;
	}

	.portfolio-two {
		padding-bottom: 50px;
	}

	.web-solutions {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.web-solutions__box .tab-btns .tab-btn span {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.team-one {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.core-features {
		margin-top: 80px;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.core-features__promicess-list li .icon {
		flex-shrink: 0;
		width: 40px;
		height: 40px;
		font-size: 17px;
	}

	.core-features__promicess-list li .text p {
		font-size: 16px;
		line-height: 1.5;
		padding-right: 10px;
	}

	.core-features__promicess-list li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.blog-two {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.get-in-touch {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.cta-two {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.page-header {
		padding-top: 146px;
		padding-bottom: 80px;
	}

	.core-features-two {
		margin-top: 0;
	}

	.service-details {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.sidebar,
	.service-details__sidebar {
		margin-top: 80px;
	}

	.reasons {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.video-two {
		padding-top: 80px;
	}

	.blog-sidebar,
	.portfolio-detail,
	.portfolio-fullwidth,
	.error-page,
	.faqs-contact {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.portfolio-page {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.portfolio-fullwidth__content {
		margin-top: 75px;
	}

	.portfolio-fullwidth__pagination-box {
		margin-top: 65px;
	}

	.similar-work {
		padding-bottom: 80px;
	}

	.blog-grid .blog-pagination {
		margin-bottom: 30px;
	}

	.thm-breadcrumb span,
	.thm-breadcrumb a {
		line-height: 1.8;
	}

	.blog-details__bottom {
		align-items: center;
		text-align: center;
	}

	.blog-details__tags a {
		margin-bottom: 10px;
	}

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

	.comments-area .comment-body .avatar {
		position: relative;
		margin-bottom: 30px;
	}

	.comments-area .comment-list ul.children {
		padding-left: 1.5em;
	}

	.single-post .sidebar {
		margin-top: 50px;
	}

	.two-boxes__content {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.two-boxes__arrow {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		transform: translateY(0);
		margin-top: 20px;
	}

	.two-boxes__single {
		padding: 30px;
	}

	.two-boxes__text {
		margin-left: 0;
		margin-top: 20px;
	}

	.blog-details__bottom {
		align-items: flex-start;
		text-align: left;
	}
}

@media (max-width: 375px) {

	.reasons__list li,
	.service-details__list li,
	.web-solutions__content-list li {
		align-items: flex-start;
	}

	.reasons__list li .icon,
	.service-details__list li .icon,
	.web-solutions__content-list li .icon {
		padding-top: 9px;
	}

	.service-details__list {
		margin-top: 30px !important;
	}
}