@charset "UTF-8";
/*!
Theme Name: Amozo
Theme URI: https://themazine.com/mr/amozowp
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: Amozo is a clean professional Digital Agency WordPress Theme. Which fits for all kind of It is Suitable for Digital Agency,Creative Agency, digital Agency services solutions, web agency,design studio and all other kinds of agencies related any business Agency.
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amozo
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.

amozo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Templates
	- Common
	- Navigations One
	- Navigations Two
	- Animations
	- Zoom Fade Css
	- Mobile Nav
	- Search Popup
	- Banner One
	- Main Slider Two
	- Welcome One
	- Counter One
	- We Change
	- We Make
	- Services One
	- Portfolio One
	- Brand One
	- Testimonials Two
	- Two Boxes
	- Video One
	- Reasons One
	- Blog One
	- CTA One
	- Site Footer
	- Areas Of Practice
	- Build Business
	- Web Solutions
	- Team One
	- Watch Video
	- Core Features
	- Blog Two
	- Google Map
	- Get In Touch
	- CTA Two
	- Portfolio Two
	- Page Header
	- Service Details
	- Blog Sidebar
	- Sidebar
	- Blog Details
		- Comments
	- Portfolio Page
	- Portfolio Details
	- Similar Work
	- Portfolio Details Full
	- Reasons
	- Error Page
	- Contact Page
	- Contact Page Google Map
--------------------------------------------------------------*/
:root {
	--amozo-font: 'Poppins', sans-serif;
	--amozo-font-2: 'PT Sans', sans-serif;
	--amozo-gray: #6d8c54;
	--amozo-gray-rgb: 109, 140, 84;
	--amozo-base: #fb3c1d;
	--amozo-base-rgb: 251, 60, 29;
	--amozo-black: #010212;
	--amozo-black-rgb: 1, 2, 18;
	--amozo-white: #ffffff;
	--amozo-white-rgb: 255, 255, 255;
	--amozo-bdr-color: #e3e3e3;
	--amozo-bdr-color-rgb: 227, 227, 227;
	--amozo-letter-space-big: 0em;
	--amozo-letter-space-small: -0.0em;
	--amozo-bdr-radius: 0px;
	--amozo-color-1: #000000;
	--amozo-color-1-rgb: 0, 0, 0;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--amozo-gray, #6d8c54);
	font-family: var(--amozo-font, "Poppins", 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(--amozo-gray, #6d8c54);
	cursor: help;
}

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

big {
	font-size: 125%;
}

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

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

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

ul,
ol {
	margin: 0 3em .5em 0;
	padding-right: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

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

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

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

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

a:hover, a:focus, a:active {
	color: var(--amozo-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(--amozo-bdr-color, #e3e3e3) var(--amozo-bdr-color, #e3e3e3) var(--amozo-bdr-color, #e3e3e3);
	background: var(--amozo-bdr-color, #e3e3e3);
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--amozo-bdr-color, #e3e3e3) var(--amozo-bdr-color, #e3e3e3) var(--amozo-bdr-color, #e3e3e3);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--amozo-bdr-color, #e3e3e3) var(--amozo-bdr-color, #e3e3e3) var(--amozo-bdr-color, #e3e3e3);
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--amozo-gray, #6d8c54);
	border: 1px solid var(--amozo-bdr-color, #e3e3e3);
	border-radius: 0px;
	padding: 3px;
}

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

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

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

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

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

.comments-area {
	position: relative;
	margin-top: 10px;
}

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

.comments-area .comment-list ul.children {
	margin: 0;
	list-style: none;
	padding-right: 3em;
}

@media (max-width: 575px) {
	.comments-area .comment-list ul.children {
		padding-right: 1em;
	}
}

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

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

.comments-area .comment-box .author-thumb {
	position: absolute;
	right: 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(--amozo-black, #010212);
	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(--amozo-base, #fb3c1d);
}

.comments-area .comment-box .text {
	position: relative;
	display: block;
	color: var(--amozo-gray, #6d8c54);
	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-right: 120px;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid var(--amozo-bdr-color, #e3e3e3);
}

@media (max-width: 767px) {
	.comments-area .comment-body {
		padding-right: 0;
	}
}

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

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

@media (max-width: 767px) {
	.comments-area .comment-body .avatar {
		position: relative;
		margin-bottom: 30px;
	}
}

.comments-area .fn a,
.comments-area .fn {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: var(--amozo-color-1, #000000);
	text-decoration: none;
	font-family: var(--amozo-font-two);
}

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

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

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

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

.comments-area .comment-content p {
	position: relative;
	display: block;
	color: var(--amozo-black, #010212);
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 2em;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	letter-spacing: 0;
}

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

.comments-area .comment-content table a {
	color: var(--amozo-black, #010212);
}

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

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

.comments-area .reply a {
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none !important;
	color: var(--amozo-white);
	text-transform: capitalize;
	transition: all 0.3s linear;
	overflow: hidden;
	z-index: 1;
	margin-top: 30px;
	background-color: var(--amozo-base);
	padding: 3px 15px 2px;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.comments-area .reply a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--amozo-black, #010212);
	content: "";
	-webkit-transform: scaleY(0) rotateX(0deg);
	transform: scaleY(0) rotateX(0deg);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.comments-area .reply a:hover:after {
	-webkit-transform: scaleY(1) rotateX(0deg);
	transform: scaleY(1) rotateX(0deg);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: -1;
}

.thm-btn.comment-form__btn {
	padding: 23px 50px 23px;
}

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

.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(--amozo-base, #fb3c1d);
	margin-right: -10px;
	margin-top: -40px;
	margin-top: -25px;
}

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

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

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

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

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

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

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

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

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

.sidebar .widget {
	margin-bottom: 42px;
}

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

.sidebar .widget ul,
.sidebar__single ul {
	margin-right: 0;
	padding-right: 0;
}

.sidebar .widget ul ul,
.sidebar__single ul ul {
	padding-right: 0.5em;
	margin-top: 7px;
}

.sidebar .widget select,
.sidebar__single select {
	width: 100%;
	height: 68px;
	background-color: var(--amozo-white, #ffffff);
	border: 1px solid var(--amozo-bdr-color, #e3e3e3);
	font-weight: 400;
	outline: none;
	color: var(--amozo-black, #010212);
	font-size: 16px;
	padding-right: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: var(--amozo-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: left 30px top 50%;
	background-size: 0.65em auto;
	border-radius: var(--amozo-bdr-radius, 0px);
}

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

.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	position: absolute;
	font-size: 16px;
	top: -1px;
	left: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .widget ul li a,
.sidebar__single ul li a {
	transition: all 500ms ease;
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
	color: var(--amozo-black, #010212);
	text-shadow: 0 0 1px currentColor;
}

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

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

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

.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
	content: "";
}

.sidebar .widget.widget_rss ul li + li,
.sidebar__single.widget_rss ul li + li {
	margin-top: 10px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
	color: var(--amozo-black, #010212);
	font-size: 18px;
	line-height: 1.5em;
	display: block;
}

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

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
	display: flex;
	align-items: center;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 10px;
	line-height: 1;
}

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

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

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

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
	font-size: 12px !important;
	color: var(--amozo-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--amozo-white);
	display: inline-block;
	padding: 0px 20px;
	margin-right: 5px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
	border: 1px solid var(--amozo-bdr-color, #fb3c1d);
	margin-left: 0;
}

.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
	color: var(--amozo-white, #ffffff);
	background: var(--amozo-base, #fb3c1d);
}

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

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

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

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

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-table th,
.wp-calendar-table td {
	text-align: center;
}

.wp-calendar-table caption {
	padding: 0;
	text-align: center;
	color: var(--amozo-black, #010212);
	padding-top: 5px;
	padding-bottom: 5px;
}

.wp-calendar-nav {
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wp-calendar-nav a {
	color: var(--amozo-black, #010212);
	transition: all 500ms ease;
}

.wp-calendar-nav a:hover {
	color: var(--amozo-base, #fb3c1d);
}

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

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

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

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

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

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

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

.sidebar .widget .widget-title,
.sidebar__single .widget-title {
	display: flex;
	align-items: center;
}

.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
	position: relative;
	top: -2px;
	margin-left: 5px;
}

.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
	color: inherit;
	transition: all 500ms ease;
}

.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.sidebar .widget.widget_categories > ul, .sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_archive > ul,
.sidebar__single.widget_categories > ul,
.sidebar__single.widget_nav_menu > ul,
.sidebar__single.widget_meta > ul,
.sidebar__single.widget_pages > ul,
.sidebar__single.widget_archive > ul {
	margin-top: -8px;
	padding-right: 0;
}

.sidebar .widget.widget_categories > ul ul, .sidebar .widget.widget_nav_menu > ul ul, .sidebar .widget.widget_meta > ul ul, .sidebar .widget.widget_pages > ul ul, .sidebar .widget.widget_archive > ul ul,
.sidebar__single.widget_categories > ul ul,
.sidebar__single.widget_nav_menu > ul ul,
.sidebar__single.widget_meta > ul ul,
.sidebar__single.widget_pages > ul ul,
.sidebar__single.widget_archive > ul ul {
	margin-top: 7px;
	padding-right: 0.7em;
}

.sidebar .widget.widget_categories li, .sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_archive li,
.sidebar__single.widget_categories li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
	font-size: 16px;
}

.sidebar .widget.widget_categories li + li, .sidebar .widget.widget_nav_menu li + li, .sidebar .widget.widget_meta li + li, .sidebar .widget.widget_pages li + li, .sidebar .widget.widget_archive li + li,
.sidebar__single.widget_categories li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_archive li + li {
	margin-top: 10px;
}

.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
	padding: 0;
	margin-top: 7px;
}

.sidebar .widget.widget_recent_entries ul li ::after, .sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
	display: none;
}

.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
	padding-right: 65px;
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	color: var(--amozo-black, #010212);
	min-height: 45px;
}

.sidebar .widget.widget_recent_entries ul li + li, .sidebar .widget.widget_recent_comments ul li + li,
.sidebar__single.widget_recent_entries ul li + li,
.sidebar__single.widget_recent_comments ul li + li {
	margin-top: 23px;
}

.sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
	color: inherit;
	transition: all 500ms ease;
}

.sidebar .widget.widget_recent_entries ul li a:hover, .sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
	color: var(--amozo-black, #010212);
	text-shadow: 0 0 1px currentColor;
}

.sidebar .widget.widget_recent_entries ul li::before, .sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
	height: 45px;
	width: 45px;
	color: var(--amozo-base, #fb3c1d);
	border-radius: 50%;
	font-size: 15px;
	color: var(--amozo-base, #fb3c1d);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	right: 0;
	transition: all 0.4s ease;
	content: "\f075";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background-color: var(--amozo-black, #010212);
	color: #fff;
}

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

.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
	min-height: 45px;
	display: flex;
	align-items: center;
}

.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
	content: "\f044";
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
	padding: 0;
	margin-top: -5px;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
	margin: -20px !important;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
	display: none;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
	display: flex;
	flex-direction: column-reverse;
	padding: 20px;
	padding-bottom: 13px;
	padding-right: 105px;
	position: relative;
	margin-bottom: 0;
	transition: all 500ms ease;
	border-radius: var(--amozo-bdr-radius, 0px);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
	background-color: #fff;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 70px;
	height: auto;
	background-color: var(--amozo-black, #010212);
	border-radius: var(--amozo-bdr-radius, 0px);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
	font-size: 16px;
	color: var(--amozo-black, #010212);
	transition: all 500ms ease;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: var(--amozo-letter-space-small);
	line-height: 28px;
	display: block;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
	color: var(--amozo-base, #fb3c1d);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 1;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	text-transform: capitalize;
}

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

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

.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .wp-block-tag-cloud {
	margin-bottom: -10px;
}

.sidebar .widget .wp-block-latest-comments__comment-meta,
.sidebar__single .wp-block-latest-comments__comment-meta {
	font-size: 18px;
	line-height: 26px;
	color: var(--amozo-black, #010212);
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
	margin-top: -8px;
	margin-bottom: -8px;
}

.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li {
	margin-top: 6px;
}

.sidebar .widget ul li,
.sidebar__single ul li {
	font-size: 16px;
}

.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
	margin-bottom: 0;
}

.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li {
	margin-top: 20px;
}

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

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

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

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before {
	content: "\f086";
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	color: var(--amozo-primary, #3c72fc);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
	color: var(--amozo-black, #010212);
	transition: all 500ms ease;
	text-transform: capitalize;
	margin-top: 3px;
	display: block;
	font-family: var(--amozo-font-two);
	font-weight: 600;
}

.sidebar .widget input[type="email"],
.sidebar .widget input[type="search"],
.sidebar .widget input[type="password"],
.sidebar .widget input[type="text"] {
	width: 100%;
	display: block;
	height: 68px;
	background-color: #fff;
	border: 1px solid var(--amozo-bdr-color, #e3e3e3);
	padding-left: 30px;
	color: var(--amozo-black, #010212);
	outline: none;
}

.sidebar .widget input[type="search"] {
	background-color: var(--amozo-white, #ffffff);
	height: 66px;
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	font-weight: 400;
	color: var(--amozo-black, #010212);
	border-radius: var(--amozo-bdr-radius, 0px);
}

.sidebar .widget .textwidget > p:first-child {
	margin-top: -10px;
}

.sidebar .widget .wp-block-tag-cloud {
	margin-bottom: -10px;
	margin-right: -5px;
}

.sidebar .widget .wp-block-tag-cloud a {
	font-size: 12px !important;
	color: var(--amozo-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: var(--amozo-white);
	display: inline-block;
	padding: 0px 20px;
	margin-right: 5px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
	border: 1px solid var(--amozo-bdr-color, #fb3c1d);
	margin-left: 0;
}

.sidebar .widget .wp-block-tag-cloud a:hover {
	color: var(--amozo-white, #ffffff);
	background: var(--amozo-base, #fb3c1d);
}

.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: var(--amozo-black, #010212);
	border-radius: var(--amozo-bdr-radius, 0px);
}

.sidebar .widget .wp-calendar-table td {
	padding: 3px 0px;
	font-size: 14px;
}

.sidebar .widget .wp-block-calendar thead th {
	background-color: var(--amozo-black, #010212);
	color: #fff;
	border: none;
	font-weight: 400;
}

.sidebar .widget .wp-calendar-table td {
	color: var(--amozo-black, #010212);
}

.sidebar .widget .wp-block-archives {
	margin-top: -10px;
	margin-bottom: -10px;
}

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

.sidebar .widget .wp-block-archives li a::after {
	display: none;
}

.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
	margin-bottom: 0;
}

.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--amozo-black, #010212);
	font-weight: 400;
}

.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
	text-transform: capitalize;
	font-weight: 400;
}

.sidebar .widget .wp-block-latest-comments__comment-meta {
	color: var(--amozo-black, #010212);
}

.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.sidebar .widget .wp-block-latest-comments__comment-date {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.sidebar .widget .wp-block-latest-comments__comment-date::before {
	content: "\f017";
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: var(--amozo-base, #fb3c1d);
}

.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
	margin-right: 5px;
}

.sidebar .widget .wp-block-latest-comments__comment:last-child {
	margin-bottom: 0;
}

.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}

.sidebar .widget .has-excerpts.wp-block-latest-comments {
	margin-bottom: -10px;
}

.sidebar .widget .wp-block-latest-posts__list li a::after {
	display: none;
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li {
	padding-right: 0;
	display: flex;
	flex-wrap: wrap;
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
	display: none;
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
	display: none;
}

.sidebar .widget .wp-block-latest-posts__list {
	margin-bottom: -10px;
}

.sidebar .widget .wp-block-latest-posts__list li > a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
	flex: 0 0 100%;
}

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
	font-weight: 400;
	margin-bottom: 0;
	color: var(--amozo-black, #010212);
	font-size: 16px;
	line-height: 32px;
}

.sidebar .widget .wp-block-latest-posts__list li + li {
	margin-top: 15px;
}

.sidebar .widget .wp-block-latest-posts__list li > a {
	color: var(--amozo-black, #010212) !important;
	font-weight: 500;
	font-size: 18px;
}

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
	margin-left: 5px;
}

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
	color: var(--amozo-base, #fb3c1d);
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	content: "\f2bd";
	margin-left: 5px;
}

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
	content: "\f017";
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: var(--amozo-base, #fb3c1d);
}

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
	font-weight: 400;
	font-size: 14px;
	color: var(--amozo-black, #010212);
}

.sidebar .widget .wp-block-page-list {
	margin-top: -10px;
	margin-bottom: -10px;
}

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

.sidebar .widget .wp-block-rss__item {
	margin-bottom: -10px;
	padding-right: 0;
}

.sidebar .widget .wp-block-rss__item::before {
	display: none;
}

.sidebar .widget .wp-block-rss__item a::after {
	display: none;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
	flex: 0 0 100%;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
	font-weight: 400;
	margin-bottom: 0;
	color: var(--amozo-black, #010212);
}

.sidebar .widget .wp-block-rss__item li + li {
	margin-top: 15px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
	color: var(--amozo-black, #010212);
	font-weight: 400;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
	margin-left: 5px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
	color: var(--amozo-base, #fb3c1d);
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	content: "\f2bd";
	margin-left: 5px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
	content: "\f017";
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: var(--amozo-base, #fb3c1d);
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date {
	font-weight: 400;
}

.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-right: 60px;
}

.sidebar .widget #loginform {
	margin-top: -10px;
}

.sidebar .widget #loginform input[type="text"],
.sidebar .widget #loginform input[type="password"] {
	margin-bottom: 10px;
}

.sidebar .widget #loginform p {
	margin: 0;
}

.sidebar .widget #loginform input[type="checkbox"] {
	border: 1px solid var(--amozo-bdr-color, #e3e3e3);
	width: 15px;
	height: 15px;
	margin-left: 5px;
}

.sidebar .widget #loginform .login-submit .button {
	padding: 25px 39px;
	color: #fff;
	font-size: 16px;
	background-color: var(--amozo-black, #010212);
	text-transform: uppercase;
	font-family: var(--amozo-font-2, "PT Sans", sans-serif);
	transition: all 500ms ease;
}

.sidebar .widget #loginform .login-submit .button:hover {
	color: #fff;
	background-color: var(--amozo-base, #fb3c1d);
}

.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
	font-family: var(--amozo-font, "Poppins", sans-serif);
	font-size: 16px;
	color: var(--amozo-black, #010212);
	text-transform: capitalize;
}

.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
	color: inherit;
}

.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.widget.widget_block h2,
.widget .sidebar__title {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 30px;
}

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

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

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

.sidebar .widget ::placeholder {
	opacity: 1;
	color: var(--amozo-black, #010212);
}

.sidebar .widget.widget_archive li a::after {
	content: "";
}

/* 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-right: auto;
	margin-left: 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(--amozo-base, #fb3c1d);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Custom Animations
--------------------------------------------- */
@keyframes sunMove {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25%,
	75% {
		-webkit-transform: rotate(-22.5deg);
		transform: rotate(-22.5deg);
	}
	50% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes rotateme {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
	}
}

@-moz-keyframes rotateme {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(-360deg);
	}
}

@-o-keyframes rotateme {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(-360deg);
	}
}

@-webkit-keyframes shine {
	100% {
		right: 125%;
	}
}

@keyframes shine {
	100% {
		right: 125%;
	}
}

.rotate-me {
	animation-name: rotateme;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 24s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 24s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 24s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 24s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@keyframes float-bob {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

.float-bob {
	animation-name: float-bob;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 7s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 7s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 7s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

/***
  =============================================
	  circle Css
  =============================================
  ***/
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/***
  =============================================
	  Zoom Fade Css
  =============================================
  ***/
.zoom-fade {
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

/***
  =============================================
	  Zoom In Out Css
  =============================================
  ***/
.zoominout {
	animation-name: zoomInOut;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: zoomInOut;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: zoomInOut;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: zoomInOut;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: zoomInOut;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
}

@keyframes zoomInOut {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7);
		transform: rotate(0deg) scale(0.7);
		opacity: 0;
	}
	50% {
		-webkit-transform: rotate(-180deg) scale(1);
		transform: rotate(-180deg) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-360deg) scale(0.7);
		transform: rotate(-360deg) scale(0.7);
		opacity: 0;
	}
}

@-webkit-keyframes bgSlideReverse {
	0% {
		background-position: 100% 0;
	}
	20% {
		background-position: 100px 0;
	}
	40% {
		background-position: 200px 0;
	}
	60% {
		background-position: 150px 0;
	}
	80% {
		background-position: 100px 0;
	}
	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlideReverse {
	0% {
		background-position: 100% 0;
	}
	20% {
		background-position: 100px 0;
	}
	40% {
		background-position: 200px 0;
	}
	60% {
		background-position: 150px 0;
	}
	80% {
		background-position: 100px 0;
	}
	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes bgSlideReverse2 {
	0% {
		background-position: -0 0;
	}
	20% {
		background-position: -100px 0;
	}
	40% {
		background-position: -200px 0;
	}
	60% {
		background-position: -150px 0;
	}
	80% {
		background-position: -100px 0;
	}
	100% {
		background-position: -0px 0;
	}
}

@keyframes bgSlideReverse2 {
	0% {
		background-position: -0 0;
	}
	20% {
		background-position: -100px 0;
	}
	40% {
		background-position: -200px 0;
	}
	60% {
		background-position: -150px 0;
	}
	80% {
		background-position: -100px 0;
	}
	100% {
		background-position: -0px 0;
	}
}

@-webkit-keyframes banner-animate {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}
}

@keyframes banner-animate {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}
}

.banner-animate {
	animation-name: banner-animate;
	animation-duration: 70s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: banner-animate;
	-webkit-animation-duration: 70s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: banner-animate;
	-moz-animation-duration: 70s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: banner-animate;
	-ms-animation-duration: 70s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: banner-animate;
	-o-animation-duration: 70s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}

/***
  =============================================
	  Animation1 Css
  =============================================
  ***/
@-webkit-keyframes animation1 {
	0%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
	25%,
	75% {
		-webkit-transform: rotate(-5deg) translateX(-15px);
		transform: rotate(-5deg) translateX(-15px);
	}
	50% {
		-webkit-transform: rotate(-10deg) translateX(-30px);
		transform: rotate(-10deg) translateX(-30px);
	}
}

@keyframes animation1 {
	0%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
	25%,
	75% {
		-webkit-transform: rotate(-5deg) translateX(-15px);
		transform: rotate(-5deg) translateX(-15px);
	}
	50% {
		-webkit-transform: rotate(-10deg) translateX(-30px);
		transform: rotate(-10deg) translateX(-30px);
	}
}

/***
  =============================================
	  Animation2 Css
  =============================================
  ***/
@keyframes animation2 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@-moz-keyframes animation2 {
	0% {
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-moz-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@-o-keyframes animation2 {
	0% {
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-o-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@keyframes animation2 {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(-360deg);
		-moz-transform: rotateY(-360deg);
		-o-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@-webkit-keyframes bgSlide {
	0% {
		background-position: 100% 0;
	}
	20% {
		background-position: -100px 0;
	}
	40% {
		background-position: -200px 0;
	}
	60% {
		background-position: -150px 0;
	}
	80% {
		background-position: -100px 0;
	}
	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlide {
	0% {
		background-position: 100% 0;
	}
	20% {
		background-position: -100px 0;
	}
	40% {
		background-position: -200px 0;
	}
	60% {
		background-position: -150px 0;
	}
	80% {
		background-position: -100px 0;
	}
	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes bgSlideReverse {
	0% {
		background-position: 100% 0;
	}
	20% {
		background-position: 100px 0;
	}
	40% {
		background-position: 200px 0;
	}
	60% {
		background-position: 150px 0;
	}
	80% {
		background-position: 100px 0;
	}
	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlideReverse {
	0% {
		background-position: 100% 0;
	}
	20% {
		background-position: 100px 0;
	}
	40% {
		background-position: 200px 0;
	}
	60% {
		background-position: 150px 0;
	}
	80% {
		background-position: 100px 0;
	}
	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes ribbonRotate {
	0%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	25%,
	75% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	50% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
}

@keyframes ribbonRotate {
	0%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	25%,
	75% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	50% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
}

@-webkit-keyframes footerFish {
	0%,
	100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}
	25%,
	75% {
		-webkit-transform: translateX(-20px) translateY(30px) rotate(-25deg);
		transform: translateX(-20px) translateY(30px) rotate(-25deg);
	}
	50% {
		-webkit-transform: translateX(-40px) translateY(60px) rotate(-45deg);
		transform: translateX(-40px) translateY(60px) rotate(-45deg);
	}
}

@keyframes footerFish {
	0%,
	100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}
	25%,
	75% {
		-webkit-transform: translateX(-20px) translateY(30px) rotate(-25deg);
		transform: translateX(-20px) translateY(30px) rotate(-25deg);
	}
	50% {
		-webkit-transform: translateX(-40px) translateY(60px) rotate(-45deg);
		transform: translateX(-40px) translateY(60px) rotate(-45deg);
	}
}

@-webkit-keyframes contactSwimmer {
	0%,
	100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}
	25%,
	75% {
		-webkit-transform: translateX(-15px) translateY(20px) rotate(-10deg);
		transform: translateX(-15px) translateY(20px) rotate(-10deg);
	}
	50% {
		-webkit-transform: translateX(-60px) translateY(35px) rotate(-15deg);
		transform: translateX(-60px) translateY(35px) rotate(-15deg);
	}
}

@keyframes contactSwimmer {
	0%,
	100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}
	25%,
	75% {
		-webkit-transform: translateX(-15px) translateY(20px) rotate(-10deg);
		transform: translateX(-15px) translateY(20px) rotate(-10deg);
	}
	50% {
		-webkit-transform: translateX(-60px) translateY(35px) rotate(-15deg);
		transform: translateX(-60px) translateY(35px) rotate(-15deg);
	}
}

/***
  =============================================
	  Float Bob Y Animation Css
  =============================================
  ***/
@-webkit-keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(-20px);
	}
}

@keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(-20px);
	}
}

.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes footerTree {
	0%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
	25%,
	75% {
		-webkit-transform: rotate(-5deg) translateX(-15px);
		transform: rotate(-5deg) translateX(-15px);
	}
	50% {
		-webkit-transform: rotate(-10deg) translateX(-30px);
		transform: rotate(-10deg) translateX(-30px);
	}
}

@keyframes footerTree {
	0%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
	25%,
	75% {
		-webkit-transform: rotate(-5deg) translateX(-15px);
		transform: rotate(-5deg) translateX(-15px);
	}
	50% {
		-webkit-transform: rotate(-10deg) translateX(-30px);
		transform: rotate(-10deg) translateX(-30px);
	}
}

.footertree {
	-webkit-animation: footerTree 5s ease-in infinite;
	animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@-moz-keyframes service_hexagon_2 {
	0% {
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-moz-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@-o-keyframes service_hexagon_2 {
	0% {
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-o-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@keyframes service_hexagon_2 {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(-360deg);
		-moz-transform: rotateY(-360deg);
		-o-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@keyframes bgSlide {
	0% {
		background-position: 100% 0;
	}
	20% {
		background-position: -100px 0;
	}
	40% {
		background-position: -200px 0;
	}
	60% {
		background-position: -150px 0;
	}
	80% {
		background-position: -100px 0;
	}
	100% {
		background-position: 0px 0;
	}
}

@keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}
	to {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}
	to {
		transform: rotate(-360deg);
	}
}

@-moz-keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}
	to {
		transform: rotate(-360deg);
	}
}

@-o-keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}
	to {
		transform: rotate(-360deg);
	}
}

.rotatescale {
	-webkit-animation-name: rotateScale;
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateScale;
	-moz-animation-duration: 20s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateScale;
	-ms-animation-duration: 20s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: rotateScale;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/*--------------------------------------------------------------
  # Animations
  --------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
	0% {
		transform: translateY(0px) translateX(0) rotate(0);
	}
	30% {
		transform: translateY(30px) translateX(-50px) rotate(-15deg);
		transform-origin: center center;
	}
	50% {
		transform: translateY(50px) translateX(-100px) rotate(-45deg);
		transform-origin: left bottom;
	}
	80% {
		transform: translateY(30px) translateX(-50px) rotate(-15deg);
		transform-origin: right top;
	}
	100% {
		transform: translateY(0px) translateX(0) rotate(0);
		transform-origin: center center;
	}
}

@keyframes bubbleMover {
	0% {
		transform: translateY(0px) translateX(0) rotate(0);
	}
	30% {
		transform: translateY(30px) translateX(-50px) rotate(-15deg);
		transform-origin: center center;
	}
	50% {
		transform: translateY(50px) translateX(-100px) rotate(-45deg);
		transform-origin: left bottom;
	}
	80% {
		transform: translateY(30px) translateX(-50px) rotate(-15deg);
		transform-origin: right top;
	}
	100% {
		transform: translateY(0px) translateX(0) rotate(0);
		transform-origin: center center;
	}
}

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

@keyframes shapeMover {
	0%,
	100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}
	50% {
		transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(-20px);
	}
}

@-webkit-keyframes banner3Shake {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
	30% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	60% {
		transform: rotate3d(-1, 0, 0, 0deg);
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@keyframes banner3Shake {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
	30% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	60% {
		transform: rotate3d(-1, 0, 0, 0deg);
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@-webkit-keyframes squareMover {
	0%,
	100% {
		transform: translate(0, 0) rotate(0);
	}
	20%,
	60% {
		transform: translate(-20px, 40px) rotate(-180deg);
	}
	30%,
	80% {
		transform: translate(-40px, 60px) rotate(0deg);
	}
}

@keyframes squareMover {
	0%,
	100% {
		transform: translate(0, 0) rotate(0);
	}
	20%,
	60% {
		transform: translate(-20px, 40px) rotate(-180deg);
	}
	30%,
	80% {
		transform: translate(-40px, 60px) rotate(0deg);
	}
}

@-webkit-keyframes treeMove {
	0%,
	100% {
		transform: rotate(0deg) translateX(0);
	}
	25%,
	75% {
		transform: rotate(-5deg) translateX(-15px);
	}
	50% {
		transform: rotate(-10deg) translateX(-30px);
	}
}

@keyframes treeMove {
	0%,
	100% {
		transform: rotate(0deg) translateX(0);
	}
	25%,
	75% {
		transform: rotate(-5deg) translateX(-15px);
	}
	50% {
		transform: rotate(-10deg) translateX(-30px);
	}
}

/*--------------------------------------------------------------
  #     Zoom Fade Css
  --------------------------------------------------------------*/
.zoom-fade {
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
	0% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
}

@keyframes zoom-fade {
	0% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
}

/* custom animations */
@keyframes btnIconMove {
	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	50% {
		transform: rotate(-20deg) translate(-10px, 0px);
	}
	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}

@keyframes ImgBounce {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(5px);
	}
	50% {
		transform: translateY(10px);
	}
	75% {
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes boxRotate {
	0%,
	100% {
		transform: rotateY(0deg);
		visibility: visible;
	}
	25%,
	75% {
		visibility: hidden;
		transform: rotateY(90deg);
	}
	50% {
		transform: rotateY(180deg);
		visibility: visible;
	}
}

@keyframes boxRotateReverse {
	0%,
	100% {
		transform: rotateY(0deg);
		visibility: visible;
	}
	25%,
	75% {
		transform: rotateY(-90deg);
		visibility: hidden;
	}
	50% {
		transform: rotateY(-180deg);
		visibility: visible;
	}
}

@keyframes btnIconMove {
	0% {
		transform: rotate(0deg) translate(0, 3px);
	}
	50% {
		transform: rotate(15deg) translate(0, 10px);
	}
	100% {
		transform: rotate(0deg) translate(0, 3px);
	}
}

/** squares **/
@keyframes squares {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	20% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@-moz-keyframes squares {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	20% {
		-moz-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@-o-keyframes squares {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	20% {
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	100% {
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@keyframes squares {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	20% {
		-webkit-transform: scale(1.24);
		-moz-transform: scale(1.24);
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2.1);
		-moz-transform: scale(2.1);
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.row {
	--bs-gutter-x: 30px;
}

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

body {
	font-family: var(--amozo-font, "Poppins", sans-serif);
	color: var(--amozo-black, #010212);
	font-size: 16px;
	line-height: 34px;
	font-weight: 400;
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--amozo-black, #010212);
}

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--amozo-primary);
	font-weight: 700;
	font-family: var(--amozo-font-2, "PT Sans", sans-serif);
	margin: 0;
}

p {
	margin: 0;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	font-family: inherit;
}

.ml-0 {
	margin-right: 0;
	padding-right: 0 !important;
}

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

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

.noSelect {
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

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

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

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

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

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

.default .logo h1 {
	text-transform: capitalize;
	font-size: 32px;
	padding: 25px 0;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

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

button {
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
}

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

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.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(--amozo-primary);
	color: #fff;
}

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

.bootstrap-select .dropdown-menu > li > a:hover {
	background: var(--amozo-primary);
	color: #fff;
	cursor: pointer;
}

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

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

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

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

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

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

/***
=============================================
    Thm Btn
=============================================
***/
.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	background-color: var(--amozo-base, #fb3c1d);
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	padding: 15px 45px 14px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	overflow: hidden;
	z-index: 1;
}

input[type="submit"].comment-form__btn {
	background-color: var(--amozo-base, #fb3c1d);
	color: #fff;
}

.thm-btn:hover {
	color: #ffffff;
}

.thm-btn:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--amozo-black, #010212);
	content: "";
	transform: scaleY(0) rotateX(0deg);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.thm-btn:hover:after {
	transform: scaleY(1) rotateX(0deg);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: -1;
}

/***
=============================================
    Section Title
=============================================
***/
.sec-title {
	position: relative;
	display: block;
	margin-top: -10px;
	margin-bottom: 70px;
}

.sec-title.custom {
	margin-bottom: 60px;
}

.sec-title__tagline {
	position: relative;
	display: inline-block;
	color: var(--amozo-base, #fb3c1d);
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 19px;
}

.sec-title__title {
	color: var(--amozo-black, #010212);
	font-size: 64px;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 27px;
}

.sec-title__title span {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.sec-title__title span::before {
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/line1.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.line-none.sec-title__title span::before {
	display: none;
}

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

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
	background-color: var(--amozo-base, #fb3c1d);
}

.preloader {
	position: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999999999999999;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.preloader__image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-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;
}

/***
=============================================
    Dot Style1
=============================================
***/
.owl-carousel.owl-dot-type1 .owl-stage-outer,
.owl-carousel.owl-nav-type1 .owl-stage-outer {
	position: relative;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	transition: all 100ms linear;
	transition-delay: 0.1s;
	padding-bottom: 66px;
}

.owl-carousel.owl-dot-type1 .owl-dots {
	position: relative;
	display: block;
	max-width: 180px;
	text-align: center;
	line-height: 12px;
	margin-top: 3px !important;
	float: right;
	transition: all 100ms linear;
	transition-delay: 0.1s;
	width: 100%;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ebebeb;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot::before {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: var(--amozo-base, #fb3c1d);
	content: "";
	transform: scale(0);
	border-radius: 50%;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot.active::before {
	transform: scale(1);
}

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

/***
=============================================
    Owl Nav Style1
=============================================
***/
.owl-nav-type1.owl-theme .owl-nav {
	position: absolute;
	max-width: 180px;
	width: 100%;
	text-align: right;
	-webkit-tap-highlight-color: transparent;
	right: 0;
	bottom: -28px;
	z-index: 9;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-next,
.owl-nav-type1.owl-carousel .owl-nav button.owl-prev {
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid var(--amozo-color-1, #000000);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 8px;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	left: 0;
	bottom: 0px;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-next span::before,
.owl-nav-type1.owl-carousel .owl-nav button.owl-prev span::before {
	color: var(--amozo-color-1, #000000);
	font-size: 15px;
	font-weight: 700;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-prev span::before {
	position: relative;
	display: inline-block;
	transform: rotate(-180deg);
}

/***
=============================================
    Scroll To Top
=============================================
***/
.scroll-to-top {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 60px;
	height: 70px;
	background: var(--amozo-base, #fb3c1d);
	position: fixed;
	bottom: 91px;
	left: 20px;
	z-index: 99;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	text-align: center;
	transition: all 0.4s ease;
	display: none;
	transition: all 0.4s ease;
	overflow: hidden;
}

.scroll-to-top i {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 70px;
}

.scroll-to-top:hover {
	background-color: var(--amozo-black, #010212);
}

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

/***
=============================================
    Main Header One
=============================================
***/
.main-header {
	position: relative;
	display: block;
}

.main-menu {
	position: relative;
	z-index: 91;
}

.main-menu__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
}

.main-menu__inner .left {
	display: flex;
	align-items: center;
}

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

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
	position: relative;
}

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

.main-header--one__left.default .main-header--one__middle {
	padding-right: 0;
}

.main-header--one__left.default .logo h1 {
	font-size: 32px;
	text-transform: capitalize;
}

.main-header--one__left.default .main-menu .main-menu__list > li + li,
.main-header--one__left.default .stricky-header .main-menu__list > li + li {
	margin-right: 30px;
}

.stricky-header.default .logo h1 {
	font-size: 32px;
	text-transform: capitalize;
}

.stricky-header.default .main-header--one__middle {
	padding-right: 0;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
	position: relative;
	display: inline-block;
	color: var(--amozo-black, #010212);
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	transition: all 500ms ease;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	padding-top: 39px;
	padding-bottom: 38px;
	z-index: 1;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a,
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current-menu-ancestor > a,
.main-menu .main-menu__list > li.current_page_item > a,
.main-menu .main-menu__list > li.current_page_parent > a,
.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-parent > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current-menu-ancestor > a,
.stricky-header .main-menu__list > li.current_page_item > a,
.stricky-header .main-menu__list > li.current_page_parent > a,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-parent > a,
.stricky-header .main-menu__list > li:hover > a {
	color: var(--amozo-base, #fb3c1d) !important;
}

.main-menu .main-menu__list > li.dropdown a,
.stricky-header .main-menu__list > li.dropdown a {
	padding-left: 0px;
}

.main-menu .main-menu__list > li.current > 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:hover > a::before,
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li.current-menu-ancestor > a::before,
.main-menu .main-menu__list > li.current_page_item > a::before,
.main-menu .main-menu__list > li.current-menu-item > a::before,
.main-menu .main-menu__list > li.current-menu-parent > 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-ancestor > a::before,
.stricky-header .main-menu__list > li.current_page_item > a::before,
.stricky-header .main-menu__list > li.current-menu-item > a::before,
.stricky-header .main-menu__list > li.current-menu-parent > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
	transform: scale(1, 1);
	transform-origin: left center;
}

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

.main-header-two__bottom .main-menu .main-menu__list li ul {
	margin-top: 13px;
}

.stricky-header .main-menu__list li ul {
	margin-top: 0px;
}

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

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
	position: relative;
	display: block;
	color: rgba(var(--amozo-black-rgb, 1, 2, 18), 0.7);
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 500ms;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
	background-color: var(--amozo-base, #fb3c1d);
	color: #ffffff;
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
	top: 0;
	right: 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;
	right: auto;
	left: 100%;
}

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

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

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

.main-menu__right-login-register {
	position: relative;
	display: block;
	margin-left: 26px;
}

.main-menu__right-login-register ul {
	position: relative;
	display: block;
	overflow: hidden;
}

.main-menu__right-login-register ul li {
	position: relative;
	float: right;
	margin-right: 11px;
	padding-left: 12px;
}

.main-menu__right-login-register ul li::before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	background: #e2e4eb;
	width: 1px;
	transform: rotate(-20deg);
	content: "";
}

.main-menu__right-login-register ul li:first-child {
	margin-right: 0;
}

.main-menu__right-login-register ul li:last-child {
	padding-left: 0;
}

.main-menu__right-login-register ul li:last-child:before {
	display: none;
}

.main-menu__right-login-register ul li a {
	color: var(--amozo-gray, #6d8c54);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-menu__right-login-register ul li a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.main-menu__right-cart-search {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 30px;
}

.main-menu__right-cart-search::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1);
	width: 1px;
	content: "";
}

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

.main-menu__right-cart-box a {
	color: var(--amozo-black, #010212);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-menu__right-cart-box a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.main-menu__right-cart-box a span::before {
	font-size: 25px;
	line-height: 35px;
}

.main-menu__right-search-box {
	position: relative;
	display: block;
	margin-right: 29px;
}

.main-menu__right-search-box .thm-btn {
	font-size: 12px;
	padding: 5px 30px 2px;
}

.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	right: 0;
	background-color: #fff;
	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);
}

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

.stricky-header.stricky-fixed {
	transform: translateY(0);
	visibility: visible;
}

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

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

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

@media (max-width: 1199px) {
	.stricky-header {
		display: none !important;
	}
}

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

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

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--amozo-black, #010212);
	cursor: pointer;
}

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

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

.main-menu .mobile-nav__toggler {
	font-size: 30px;
	color: var(--amozo-base, #fb3c1d);
	cursor: pointer;
	transition: 500ms;
	margin-left: 0px;
}

.main-menu .mobile-nav__toggler:hover {
	color: var(--amozo-black, #010212);
}

.main-menu.main-menu--1--2 .mobile-nav__toggler {
	color: var(--amozo-base, #fb3c1d);
}

.main-menu.main-menu--1--2 .mobile-nav__toggler:hover {
	color: #ffffff;
}

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

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

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

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

.mobile-nav__content {
	width: 300px;
	background: var(--amozo-black, #010212);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 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 h1 {
	font-size: 32px;
	color: #fff;
	text-transform: capitalize;
}

.mobile-nav__close {
	position: absolute;
	top: 20px;
	left: 15px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.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 ul {
	padding-right: 10px;
}

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

.mobile-nav__content .main-menu__list li a.expanded {
	color: var(--amozo-base, #fb3c1d);
}

.mobile-nav__content .main-menu__list li a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.mobile-nav__content .main-menu__list li a button {
	width: 28px;
	height: 28px;
	background-color: var(--amozo-base, #fb3c1d);
	border: none;
	outline: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotate(90deg);
	border-radius: 0px;
	transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
	transform: rotate(0deg);
	background-color: #fff;
	color: var(--amozo-black, #010212);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
	position: relative;
	top: auto;
	left: 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-top: 20px;
	margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
	color: var(--amozo-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;
}

.mobile-nav__social a {
	font-size: 16px;
	color: var(--amozo-base, #fb3c1d);
	transition: 500ms;
}

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

.mobile-nav__social a:hover {
	color: #ffffff;
}

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

.mobile-nav__contact li {
	color: var(--amozo-text-dark);
	font-size: 14px;
	font-weight: 400;
	position: relative;
	display: flex;
	align-items: center;
	letter-spacing: 0.07em;
}

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

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

.mobile-nav__contact li a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.mobile-nav__contact li > i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--amozo-base, #fb3c1d);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	margin-left: 10px;
	color: #fff;
}

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

/***
=============================================
    Search Popup
=============================================
***/
.search-popup {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	padding-right: 20px;
	padding-left: 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;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.9;
	cursor: pointer;
}

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

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

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

.search-popup__content .thm-btn2 {
	padding: 0;
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: -1px;
	border-radius: 0;
	background-color: var(--amozo-base, #fb3c1d);
	border: none;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.search-popup__content .thm-btn2::before {
	display: none;
}

.search-popup__content .thm-btn2:hover {
	background-color: var(--amozo-black, #010212);
	color: #ffffff;
}

.search-popup__content .thm-btn2 i::before {
	margin: 0;
	color: #ffffff;
}

/***
=============================================
    Main Header One
=============================================
***/
.main-header--one {
	position: relative;
	display: block;
}

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

.main-header--one .auto-container {
	position: static;
	max-width: 100%;
	width: 100%;
	padding: 0px 15px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.main-header--one .auto-container {
		padding-right: 50px;
		padding-left: 50px;
	}
}

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

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

.main-header--one__left.default {
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: unset;
}

.main-header--one__left .logo {
	position: relative;
	display: inline-block;
	padding-top: 3px;
}

.main-header--one__left .logo img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.main-header--one__left.default .logo {
	padding-top: 4px;
}

.main-header--one__left .logo a {
	position: relative;
	display: inline-block;
}

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

.main-header--one__middle {
	position: relative;
	display: block;
	padding-right: 210px;
}

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

.main-header--one__right .search-box {
	position: relative;
	display: block;
}

.main-header--one__right .search-box .search {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	background: #f5f5f5;
	border-radius: 50%;
	color: var(--amozo-black, #010212);
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-header--one__right .search-box .search:hover {
	color: #ffffff;
	background: var(--amozo-base, #fb3c1d);
}

.main-header--one__right .search-box .search span::before {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 65px;
	font-weight: 700;
}

.main-header--one__right .contact-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 28px;
}

.main-header--one__right .contact-box .icon {
	position: relative;
	display: inline-block;
	color: var(--amozo-black, #010212);
	font-size: 45px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-header--one__right .contact-box .icon:hover {
	color: var(--amozo-base, #fb3c1d);
}

.main-header--one__right .contact-box .text {
	position: relative;
	display: block;
	padding-right: 8px;
}

.main-header--one__right .contact-box .text p {
	color: #868686;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.main-header--one__right .contact-box .text a {
	color: var(--amozo-base, #fb3c1d);
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-header--one__right .contact-box .text a:hover {
	color: var(--amozo-black, #010212);
}

.main-header--one__right-btn {
	position: relative;
	display: block;
	margin-right: 30px;
}

.main-header--one__right-btn a {
	color: var(--amozo-black, #010212);
	border: 1px solid #e3e3e3;
	background: transparent;
	border-radius: 5px;
}

.main-header--one__right-btn a::after {
	background: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Main Header Two
=============================================
***/
.main-header--one--two {
	position: relative;
	display: block;
	background: #010212;
}

.main-header--one--two .main-menu .main-menu__list > li > a {
	color: #ffffff;
}

.main-header--one--two .main-header--one__middle {
	padding-right: 0px;
}

.main-header--one--two .main-header--one__right .contact-box .icon {
	color: #ffffff;
	font-size: 40px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-header--one--two .main-header--one__right .contact-box .icon:hover {
	color: var(--amozo-base, #fb3c1d);
}

.main-header--one--two .main-header--one__right .search-box .search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	border: 2px solid #212121;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-header--one--two .main-header--one__right .search-box .search:hover {
	background: var(--amozo-base, #fb3c1d);
}

.main-header--one--two .main-header--one__right .search-box .search span::before {
	font-size: 20px;
	line-height: 50px;
	font-weight: 500;
}

.main-header--one--two .main-header--one__right .contact-box {
	position: relative;
	padding-left: 30px;
}

.main-header--one--two .main-header--one__right .contact-box::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	background: #212121;
	content: "";
}

.main-header--one--two .main-header--one__right .search-box {
	padding-right: 30px;
}

.main-header--one--two .main-header--one__right .contact-box .text a {
	font-size: 20px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-header--one--two .main-header--one__right .contact-box .text a:hover {
	color: #ffffff;
}

.main-header--one--two .main-header--one__right .contact-box .text {
	position: relative;
	display: block;
	padding-right: 8px;
}

/***
=============================================
    Main Header Three
=============================================
***/
.main-header--one--three .main-header--one__right .contact-box {
	margin-right: 23px;
}

/***
=============================================
    Main Header Three Blog
=============================================
***/
.main-header--one--three.blog {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 2px solid #dfebec;
	z-index: 999;
}

.main-header--one--three.blog .main-header--one__wrapper {
	position: relative;
	display: block;
	z-index: 999;
}

.main-header--one--three.blog .main-header--one__right .search-box .search {
	background: #f5f5f5;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-header--one--three.blog .main-header--one__right .search-box .search:hover {
	background: var(--amozo-base, #fb3c1d);
}

.main-header--one--three.blog .main-header--one__right-btn a {
	color: #ffffff;
	border: 0px solid #e3e3e3;
	background: var(--amozo-black, #010212);
	border-radius: 0px;
}

/***
=============================================
    Main Header Three Case
=============================================
***/
.main-header--one--three.case {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 2px solid #f9ebe2;
	z-index: 999;
}

.main-header--one--three.case .main-header--one__right .search-box .search {
	background: #f5f5f5;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-header--one--three.case .main-header--one__right .search-box .search:hover {
	background: var(--amozo-base, #fb3c1d);
}

.main-header--one--three.case .main-header--one__right-btn a {
	color: #ffffff;
	border: 0px solid #e3e3e3;
	background: var(--amozo-black, #010212);
	border-radius: 0px;
}

/***
=============================================
    Main Header Three Services Details
=============================================
***/
.main-header--one--three--services-details {
	position: relative;
	display: block;
	background: #f9f9f9;
}

.main-header--one--three--services-details .main-header--one__right .search-box .search {
	background-color: #fff;
}

.main-header--one--three--services-details .main-header--one__right .search-box .search:hover {
	background-color: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Slider One
=============================================
***/
.main-slider-one {
	position: relative;
	display: block;
}

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

.main-slider .swiper-slide .shape1 {
	position: absolute;
	top: 120px;
	right: 0;
	opacity: 0;
	transform: translateY(-100%);
	z-index: 20;
}

.main-slider .swiper-slide-active .shape1 {
	opacity: 1;
	transform: translate(0);
	transition: all 1000ms ease;
	transition-delay: 200ms;
}

.main-slider .swiper-slide .shape2 {
	position: absolute;
	right: 70px;
	bottom: 200px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fbca1d;
	z-index: 20;
}

.main-slider .swiper-slide .shape3 {
	position: absolute;
	bottom: -5px;
	left: 0;
	transform: translateX(-100%);
	z-index: 20;
}

.main-slider .swiper-slide-active .shape3 {
	opacity: 1;
	transform: translate(0);
	transition: all 1000ms ease;
	transition-delay: 200ms;
}

.main-slider .swiper-slide .shape4 {
	position: absolute;
	bottom: 110px;
	left: 240px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fbca1d;
	z-index: 20;
}

.main-slider .swiper-slide .shape5 {
	position: absolute;
	bottom: -10px;
	left: -310px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.5;
	z-index: 20;
	-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 .image-layer {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	transform: scale(1);
	transition: transform 7000ms ease;
	z-index: 1;
}

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

.main-slider .image-layer-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, #7b7b7b 0%, rgba(27, 25, 25, 0) 87%);
	background-image: -webkit-linear-gradient(0deg, #7b7b7b 0%, rgba(27, 25, 25, 0) 87%);
	background-image: -ms-linear-gradient(0deg, #7b7b7b 0%, rgba(27, 25, 25, 0) 87%);
	content: "";
	z-index: 2;
}

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

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

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

.main-slider-tagline {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-transform: capitalize;
	opacity: 0;
	background: rgba(255, 255, 255, 0.2);
	padding: 8px 10px 7px;
	border-radius: 5px;
	transition: all 1000ms ease;
	transform: translateY(80px);
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.main-slider-one .swiper-slide-active .main-slider-tagline {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1000ms;
}

.main-slider__title {
	color: #ffffff;
	font-size: 120px;
	line-height: 1em;
	font-family: var(--amozo-font-2, "PT Sans", sans-serif);
	margin-top: 22px;
	margin-bottom: 34px;
	opacity: 0;
	transition: all 1500ms ease;
	transform: translateY(80px);
}

.main-slider__title span {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.main-slider__title span::before {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/line3.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.main-slider-one .swiper-slide-active .main-slider__title {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1200ms;
}

.main-slider__text {
	color: #ffffff;
	font-size: 18px;
	line-height: 36px;
	font-weight: 500;
	opacity: 0;
	transition: all 1500ms ease;
	transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider__text {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1600ms;
}

.main-slider__button-box {
	position: relative;
	display: inline-block;
	margin-top: 13px;
	opacity: 0;
	transition: all 2000ms ease;
	transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider__button-box {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 2000ms;
}

.main-slider__nav {
	position: absolute;
	display: block;
	align-items: flex-start;
	bottom: 50px;
	left: 0;
	width: 150px;
	z-index: 100;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	z-index: 100;
	width: 50px;
	height: 50px;
	color: rgba(255, 255, 255, 0.4);
	font-size: 15px;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.4);
	margin: 10px 0px;
	text-align: center;
	transition: all 500ms ease;
	border-radius: 50%;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffffff;
}

.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__nav .swiper-button-prev {
	position: relative;
	transform: rotate(-180deg);
}

#main-slider-pagination {
	position: absolute;
	right: 100px;
	bottom: 60px;
	width: 26px;
	z-index: 10;
}

#main-slider-pagination .swiper-pagination-bullet {
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.4;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-top: 10px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	position: relative;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ffffff;
	right: -2px;
	opacity: 1;
}

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

.main-slider.main-slider-two .image-layer-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(47, 26, 26, 0.4902) 79%, rgba(27, 25, 25, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(47, 26, 26, 0.4902) 79%, rgba(27, 25, 25, 0) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(47, 26, 26, 0.4902) 79%, rgba(27, 25, 25, 0) 100%);
	content: "";
	z-index: 2;
}

.main-slider-two .shape-three {
	position: absolute;
	bottom: 110px;
	left: 240px;
	width: 70px;
	height: 70px;
	background: #fbca1d;
	border-radius: 50%;
	z-index: 2;
}

.main-slider-two .auto-container {
	position: static;
	max-width: 1650px;
	padding: 0px 15px;
	padding-top: 130px;
	padding-bottom: 130px;
	margin: 0 auto;
}

.main-slider-two .main-slider-two__img {
	position: relative;
	display: block;
	opacity: 0;
	transform: translateY(100%);
	z-index: 10;
}

.main-slider.main-slider-two .swiper-slide-active .main-slider-two__img {
	opacity: 1;
	transform: translate(0);
	transition: all 1000ms ease;
	transition-delay: 200ms;
}

.main-slider-two .main-slider-two__img .shape-one {
	position: absolute;
	top: -5px;
	right: -16px;
	z-index: -1;
}

.main-slider-two .main-slider-two__img .shape-two {
	position: absolute;
	top: -15px;
	right: 0px;
	opacity: 0;
	transform: translateY(-100%);
	z-index: 11;
}

.main-slider.main-slider-two .swiper-slide-active .shape-two {
	opacity: 1;
	transform: translate(0);
	transition: all 1000ms ease;
	transition-delay: 500ms;
}

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

.main-slider-two__img .inner img {
	width: 100%;
}

.main-slider-two__content {
	position: relative;
	display: block;
	padding-right: 105px;
	z-index: 10;
}

.main-slider-two__icon {
	position: relative;
	display: inline-block;
	opacity: 0;
	transition: all 1000ms ease;
	transform: translateY(80px);
}

.main-slider-two .swiper-slide-active .main-slider-two__icon {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1000ms;
}

.main-slider-two__icon a {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	background: var(--amozo-base, #fb3c1d);
	color: #ffffff;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.main-slider-two__icon a:hover {
	background: var(--amozo-black, #010212);
}

.main-slider-two__content h2 {
	position: relative;
	color: #ffffff;
	font-size: 120px;
	line-height: 1em;
	font-weight: 700;
	margin-top: 19px;
	opacity: 0;
	transition: all 1500ms ease;
	transform: translateY(80px);
	z-index: 1;
}

.main-slider-two .swiper-slide-active .main-slider-two__content h2 {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1500ms;
}

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

.main-slider-two__content h2 span::before {
	position: absolute;
	right: 7px;
	bottom: 5px;
	width: 200px;
	height: 20px;
	background: var(--amozo-base, #fb3c1d);
	content: "";
	z-index: -1;
}

.main-slider-two__btn {
	position: relative;
	display: block;
	opacity: 0;
	transition: all 2000ms ease;
	transform: translateY(80px);
	margin-top: 46px;
}

.main-slider-two .swiper-slide-active .main-slider-two__btn {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 2000ms;
}

.main-slider-two__btn .thm-btn {
	background: var(--amozo-color-1, #000000);
}

.main-slider-two__btn .thm-btn::after {
	background: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Page Header
=============================================
***/
.page-header {
	position: relative;
	display: block;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 180px 0px 0px;
	z-index: 1;
	overflow: hidden;
}

.page-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(-90deg, #332f2f 0%, rgba(27, 25, 25, 0) 87%);
}

.page-header .shape1 {
	position: absolute;
	right: 5px;
	bottom: -295px;
	z-index: 2;
}

.page-header .shape2 {
	position: absolute;
	left: 0;
	bottom: -370px;
	-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;
	z-index: 2;
}

.page-header .shape3 {
	position: absolute;
	top: 230px;
	right: 175px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fbca1d;
	z-index: 2;
}

.page-header .shape4 {
	position: absolute;
	bottom: -220px;
	left: -280px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.5;
	-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;
	z-index: 2;
}

.page-header__wrapper {
	position: relative;
	display: block;
	z-index: 10;
}

.page-header__title {
	position: relative;
	display: block;
}

.page-header__title h2 {
	position: relative;
	color: #ffffff;
	font-size: 96px;
	line-height: 1.1em;
	font-weight: 700;
}

.page-header__title h2 span {
	position: relative;
}

.page-header__title h2 span::before {
	position: absolute;
	right: 0;
	bottom: -21px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/page-header-line3.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.page-header__wrapper .thm-breadcrumb {
	position: relative;
	display: block;
	margin-top: 186px;
	padding-bottom: 18px;
}

.page-header__wrapper .thm-breadcrumb li {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding-right: 7px;
	padding-left: 2px;
}

.page-header__wrapper .thm-breadcrumb li::before {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 1px;
	height: 2px;
	background: #ffffff;
	content: "";
}

.page-header__wrapper .thm-breadcrumb li:first-child::before {
	display: none;
}

.page-header__wrapper .thm-breadcrumb li a {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.page-header__wrapper .thm-breadcrumb li a:hover {
	color: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Page Header Services
=============================================
***/
.page-header__title.services h2::before {
	position: absolute;
	right: 0;
	bottom: -21px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/page-header-line2.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

/***
=============================================
    Page Header Case
=============================================
***/
.page-header__title.case h2::before {
	position: absolute;
	right: 0;
	bottom: -21px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/page-header-line3.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

/***
=============================================
    Page Header Team
=============================================
***/
.page-header__title.team h2::before {
	position: absolute;
	right: 0;
	bottom: -21px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/page-header-line4.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

/***
=============================================
    Page Header Blog
=============================================
***/
.page-header__title.blog h2::before {
	position: absolute;
	right: 0;
	display: none;
	bottom: -21px;
	left: 0;
	top: 0;
	display: none;
	background-image: url(assets/images/shapes/page-header-line5.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

/***
=============================================
    Page Header Blog Single
=============================================
***/
.page-header--blog-single {
	position: relative;
	display: block;
	background: #ebfafb;
	padding: 100px 0px 124px;
}

.page-header--blog-single .shape3 {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 85px;
	left: 176px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fbca1d;
	z-index: 1;
}

.page-header--blog-single .page-header__wrapper .thm-breadcrumb {
	margin-top: 38px;
	padding-bottom: 18px;
}

.page-header--blog-single.page-header::before {
	display: none;
}

.page-header--blog-single .page-header__title p {
	color: #8b8b8b;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 11px;
}

.page-header--blog-single .page-header__title h2 {
	color: var(--amozo-black, #010212);
	font-size: 72px;
	line-height: 1.1em;
	font-weight: 700;
}

.page-header--blog-single .page-header__title h2::before {
	display: none;
}

.page-header--blog-single .thm-breadcrumb {
	position: relative;
	display: flex;
	justify-content: center;
}

.page-header--blog-single .thm-breadcrumb li {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	padding-right: 10px;
	padding-left: 10px;
}

.page-header--blog-single .thm-breadcrumb li:before {
	position: absolute;
	top: 11px;
	right: 0;
	bottom: 21px;
	width: 2px;
	height: 30px;
	background: var(--amozo-black, #010212);
	content: "";
	z-index: -1;
	opacity: 0.2;
}

.page-header--blog-single .thm-breadcrumb.thm-breadcrumb-top li::before {
	height: 2px;
	width: 2px;
	border-radius: 50%;
	opacity: 1;
}

.page-header--blog-single .thm-breadcrumb li .img {
	position: relative;
	display: block;
	padding-left: 10px;
}

.page-header--blog-single .thm-breadcrumb li .img img {
	border-radius: 50%;
}

.page-header--blog-single .thm-breadcrumb li .title {
	position: relative;
	display: block;
}

.page-header--blog-single .thm-breadcrumb li .title p,
.page-header--blog-single .thm-breadcrumb li .title a,
.page-header__wrapper .thm-breadcrumb li a,
.page-header__wrapper .thm-breadcrumb li span {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-transform: capitalize;
}

.page-header--blog-single.blog-details .thm-breadcrumb li .title p,
.page-header--blog-single.blog-details .thm-breadcrumb li .title a,
.page-header--blog-single.blog-details .page-header__wrapper .thm-breadcrumb li a,
.page-header--blog-single.blog-details .page-header__wrapper .thm-breadcrumb li span {
	color: var(--amozo-black, #010212);
	font-size: 14px;
}

.page-header--blog-single.blog-details .page-header__wrapper {
	padding-top: 107px;
}

/***
=============================================
    Page Header Case Single
=============================================
***/
.page-header--case-single {
	position: relative;
	display: block;
	background: #fff2e9;
	padding: 200px 0px 128px;
	z-index: 1;
}

.page-header--case-single .shape-one {
	position: absolute;
	right: 5px;
	bottom: -150px;
	z-index: -1;
}

.page-header--case-single .shape-two {
	position: absolute;
	right: 50px;
	bottom: 100px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fbca1d;
	z-index: -1;
}

.page-header--case-single .shape-three {
	position: absolute;
	left: 0;
	bottom: -220px;
	-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;
	z-index: -1;
}

.page-header--case-single .shape-four {
	position: absolute;
	bottom: -65px;
	left: -280px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.5;
	-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;
	z-index: -1;
}

.page-header--case-single .shape-five {
	position: absolute;
	bottom: 240px;
	left: 190px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fbca1d;
	z-index: -1;
}

.page-header--case-single.page-header::before {
	display: none;
}

.page-header--case-single__wrapper {
	position: relative;
	display: block;
}

.page-header--case-single__wrapper .logo {
	position: relative;
	display: inline-block;
	margin-bottom: 17px;
}

.page-header--case-single__wrapper .logo img {
	width: 100%;
}

.page-header--case-single__wrapper h2 {
	position: relative;
	color: var(--amozo-black, #010212);
	font-size: 96px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 47px;
}

.page-header--case-single__wrapper h2 span {
	position: relative;
	display: inline-block;
}

.page-header--case-single__wrapper h2 span::before {
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/page-header-line3.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.page-header--case-single__wrapper p {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 40px;
}

/***
=============================================
    Page Header Services Single
=============================================
***/
.page-header--services-single {
	position: relative;
	display: block;
	padding: 0px 0px 0px;
	z-index: 1;
}

.page-header--services-single .shape-one {
	position: absolute;
	top: 175px;
	right: -275px;
	width: 555px;
	height: 555px;
	border-radius: 50%;
	background: #fbca1d;
	z-index: -1;
}

.page-header--services-single .shape-two {
	position: absolute;
	right: -113px;
	bottom: 180px;
	z-index: -1;
}

.page-header--services-single .shape-three {
	position: absolute;
	right: 30px;
	bottom: 180px;
	z-index: -1;
}

.page-header--services-single .shape-four {
	position: absolute;
	bottom: 90px;
	left: -5px;
	z-index: 2;
}

.page-header--services-single .shape-five {
	position: absolute;
	top: 240px;
	left: -260px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.5;
	-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;
	z-index: 2;
}

.page-header--services-single.page-header::before {
	display: none;
}

.page-header--services-single__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	min-height: 875px;
	z-index: 1;
}

.page-header--services-single__img .icon {
	position: absolute;
	right: -62.5px;
	bottom: -20px;
	z-index: 5;
}

@media (max-width: 991px) {
	.page-header--services-single__img .icon {
		display: none;
	}
}

.page-header--services-single__img .icon a {
	position: relative;
	display: inline-block;
	width: 125px;
	height: 125px;
	line-height: 125px;
	border-radius: 50%;
	background: var(--amozo-base, #fb3c1d);
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.page-header--services-single__img .icon a:hover {
	background: var(--amozo-black, #010212);
}

.page-header--services-single__content {
	position: relative;
	display: block;
	padding: 174px 0px 142px;
}

.page-header--services-single-title {
	position: relative;
	display: block;
	margin-bottom: 37px;
	z-index: 2;
}

.page-header--services-single-title h2 {
	color: var(--amozo-black, #010212);
	font-size: 96px;
	line-height: 1.2em;
	font-weight: 700;
}

.page-header--services-single-title h2 span {
	position: relative;
	display: inline-block;
}

.page-header--services-single-title h2 span::before {
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/page-header-line3.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.page-header--services-single__inner {
	position: relative;
	display: block;
	max-width: 600px;
	width: 100%;
}

.page-header--services-single-text1 {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 22px;
}

.page-header--services-single-text2 {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	font-size: 18px;
	line-height: 35px;
}

.page-header--services-single__logo-box {
	position: relative;
	display: block;
	margin-top: 36px;
}

.page-header--services-single__logo-box .title {
	position: relative;
	display: block;
	margin-bottom: 36px;
}

.page-header--services-single__logo-box .title h2 {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.page-header--services-single__logo-box ul {
	position: relative;
	display: block;
}

.page-header--services-single__logo-box ul li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.page-header--services-single__logo-box ul li:last-child {
	margin-left: 0;
}

/***
=============================================
    About One
=============================================
***/
.about-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 130px 0px 175px;
	z-index: 1;
}

.about-one .sec-title {
	margin-bottom: 32px;
}

.about-one .shape5 {
	position: absolute;
	top: 250px;
	left: -310px;
	z-index: -1;
}

.about-one .shape6 {
	position: absolute;
	bottom: 70px;
	left: 170px;
	z-index: -1;
}

.about-one__left {
	position: relative;
	display: block;
	max-width: 685px;
	width: 100%;
	z-index: 1;
}

.about-one__left .shape1 {
	position: absolute;
	right: -240px;
	bottom: 30px;
	z-index: -1;
}

.about-one__left .shape3 {
	position: absolute;
	right: -180px;
	bottom: 55px;
	z-index: -1;
}

.about-one__left-img1 {
	position: absolute;
	top: 0;
	right: -140px;
	z-index: 5;
}

.about-one__left-img1 .inner {
	position: relative;
	display: block;
	z-index: 1;
}

.about-one__left-img1 .inner .shape2 {
	position: absolute;
	top: 50px;
	left: -50px;
	z-index: 1;
}

.about-one__left-img1 img {
	width: 100%;
}

.about-one__left-img1::before {
	position: absolute;
	top: 0;
	right: 35px;
	bottom: -35px;
	left: -35px;
	background: #ffffff;
	content: "";
	z-index: -1;
}

.about-one__left-img2 {
	position: relative;
	display: block;
	padding-top: 140px;
	width: 545px;
}

.about-one__left-img2 img {
	width: 100%;
}

.about-one__left-img2 .overlay-content {
	position: absolute;
	right: 60px;
	bottom: -100px;
	left: 60px;
	background: #f9e111;
	border-radius: 100px;
	padding: 42px 0px 42px;
	padding-right: 70px;
	padding-left: 35px;
	z-index: 1;
}

.about-one__left-img2 .overlay-content::before {
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: 0;
	left: 0;
	border: 1px solid #ffffff;
	border-radius: 100px;
	content: "";
	z-index: -1;
}

.about-one__left-img2 .overlay-content h2 {
	color: var(--amozo-black, #010212);
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.about-one__content {
	position: relative;
	display: block;
	padding-right: 29px;
	z-index: 1;
}

.about-one__content .shape4 {
	position: absolute;
	top: 55px;
	left: -300px;
	z-index: 1;
}

.about-one__content-list {
	position: relative;
	display: block;
}

.about-one__content-list ul {
	position: relative;
	display: block;
	overflow: hidden;
}

.about-one__content-list ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.about-one__content-list ul li:last-child {
	margin-bottom: 0;
}

.about-one__content-list ul li .icon {
	position: relative;
	display: block;
	transition-delay: 0.1s;
	transition: all 500ms ease;
}

.about-one__content-list ul li:hover .icon {
	transform: rotateY(-180deg);
	transition-delay: 0.1s;
}

.about-one__content-list ul li .title {
	position: relative;
	display: block;
	padding-right: 20px;
}

.about-one__content-list ul li .title h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.about-one__content-btn {
	position: relative;
	display: block;
	margin-top: 46px;
}

.about-one__content-btn .thm-btn {
	color: var(--amozo-black, #010212);
	background: transparent;
	border: 2px solid var(--amozo-color-1, #000000);
	transition: all 200ms linear;
	transition-delay: 0.2s;
}

.about-one__content-btn .thm-btn:hover {
	color: #ffffff;
	border: 2px solid var(--amozo-base, #fb3c1d);
}

.about-one__content-btn .thm-btn::after {
	background: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Work History One
=============================================
***/
.work-history-one {
	position: relative;
	display: block;
	padding: 0px 0px 100px;
	z-index: 1;
}

.work-history-one .row {
	margin-right: -40px;
	margin-left: -40px;
}

.work-history-one .row [class*="col-"] {
	padding-right: 40px;
	padding-left: 40px;
}

.work-history-one__single {
	position: relative;
	display: block;
	background: #f9f9f9;
	padding: 43px 45px 48px;
	margin-bottom: 30px;
	z-index: 1;
}

.work-history-one__single-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	min-height: 5px;
	background-repeat: no-repeat;
	background-position: right center;
	z-index: -1;
}

.work-history-one__single h3 {
	color: var(--amozo-black, #010212);
	font-size: 64px;
	line-height: 1.1em;
}

.work-history-one__single h3 .k {
	position: relative;
	display: inline-block;
	top: 4px;
	text-transform: lowercase;
}

.work-history-one__single h3 .plus-icon {
	position: relative;
	display: inline-block;
	top: -1px;
	color: var(--amozo-black, #010212);
	font-size: 40px;
	font-weight: 800;
}

.work-history-one__single-title {
	font-size: 23px;
	line-height: 34px;
	font-weight: 500;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	margin-top: 4px;
	margin-bottom: 15px;
}

.work-history-one .odometer.odometer-auto-theme,
.work-history-one .odometer.odometer-theme-default {
	font-family: var(--amozo-font-2, "PT Sans", sans-serif);
	line-height: 0.8em;
}

.work-history-one .odometer-formatting-mark {
	display: none;
}

/***
=============================================
    Services One
=============================================
***/
.services-one {
	position: relative;
	display: block;
	background: #faf4eb;
	padding: 130px 0px 100px;
	z-index: 1;
}

.services-one .shape1 {
	position: absolute;
	top: 230px;
	right: 140px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f9e111;
	z-index: -1;
}

.services-one .shape2 {
	position: absolute;
	top: 10px;
	left: 160px;
	z-index: -1;
}

.services-one .shape3 {
	position: absolute;
	top: 60px;
	left: 190px;
	z-index: -1;
}

.services-one .shape4 {
	position: absolute;
	right: 90px;
	bottom: 105px;
	z-index: -1;
}

.services-one .shape5 {
	position: absolute;
	left: 140px;
	bottom: 230px;
	z-index: -1;
}

.services-one .sec-title__title span::before {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/line2.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.services-one__single {
	position: relative;
	display: block;
	background: #ffffff;
	border-radius: 5px;
	padding: 74px 35px 48px;
	margin-bottom: 30px;
}

.services-one__single .icon {
	position: relative;
	display: inline-block;
	color: var(--amozo-black, #010212);
	font-size: 90px;
	margin-bottom: 35px;
	transition-delay: 0.1s;
	transition: all 500ms ease;
	z-index: 1;
}

.services-one__single:hover .icon {
	transform: rotateY(-180deg);
	transition-delay: 0.1s;
}

.services-one__single .icon::before {
	position: absolute;
	top: -10px;
	right: -30px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #fffacf;
	z-index: -1;
	content: "";
}

.services-one__single.style1 .icon::before {
	position: absolute;
	top: -10px;
	right: -30px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #d2f7ff;
	z-index: -1;
	content: "";
}

.services-one__single.style2 .icon::before {
	position: absolute;
	top: -10px;
	right: -30px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #ffecda;
	z-index: -1;
	content: "";
}

.services-one__single h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 25px;
}

.services-one__single h2 a {
	color: var(--amozo-black, #010212);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.services-one__single h2 a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.services-one__single-btn {
	position: relative;
	display: block;
	margin-top: 35px;
}

.services-one__single-btn a {
	position: relative;
	display: inline-block;
	color: var(--amozo-black, #010212);
	font-size: 25px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.services-one__single-btn a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.services-one__bottom {
	position: relative;
	display: block;
	margin-top: 50px;
}

.services-one__bottom__wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.services-one__bottom-text {
	position: relative;
	display: block;
}

.services-one__bottom-text h2 {
	color: var(--amozo-black, #010212);
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
}

.services-one__bottom-btn {
	position: relative;
	display: block;
}

.services-one__bottom-btn .thm-btn {
	color: var(--amozo-black, #010212);
	background: transparent;
	border: 2px solid var(--amozo-color-1, #000000);
	transition: all 200ms linear;
	transition-delay: 0.2s;
}

.services-one__bottom-btn .thm-btn:hover {
	color: #ffffff;
	border: 2px solid var(--amozo-base, #fb3c1d);
}

.services-one__bottom-btn .thm-btn::after {
	background: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Digital Experience One
=============================================
***/
.digital-experience-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 130px 0px 130px;
}

.service .digital-experience-one {
	padding-bottom: 110px;
}

.digital-experience-one .sec-title__title {
	font-size: 60px;
}

.digital-experience-one .sec-title__title span::before {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/line2.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.digital-experience-one__left {
	position: relative;
	display: block;
}

.digital-experience-one__left .sec-title {
	margin-bottom: 58px;
}

.digital-experience-one__progress {
	position: relative;
	display: block;
}

.digital-experience-one__progress-single {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.digital-experience-one__progress-single.mar-0 {
	margin-bottom: 0;
}

.digital-experience-one__progress-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.digital-experience-one__progress .bar {
	position: relative;
	width: 100%;
	height: 12px;
	background: #f5f5f5;
	margin-bottom: 6px;
}

.digital-experience-one__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 12px;
	background: #fde285;
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
	z-index: 1;
}

.digital-experience-one__progress .bar-inner.bg-red {
	background: #ffa293;
}

.digital-experience-one__progress .bar-inner::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -5px;
	border-top: 10px solid var(--amozo-black, #010212);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	z-index: -1;
}

.digital-experience-one__progress .count-text {
	position: absolute;
	top: -47px;
	left: -20px;
	color: var(--amozo-color-1, #000000);
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
}

.digital-experience-one__right {
	position: relative;
	display: block;
	margin-right: 65px;
	z-index: 1;
}

.digital-experience-one__right-accordions {
	position: relative;
	display: block;
	z-index: 1;
}

.digital-experience-one__right-accordions .accrodion {
	position: relative;
	display: block;
	background: #ffffff;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.digital-experience-one__right-accordions .accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	background: #ffffff;
	padding: 0px 0px 20px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	padding-right: 10px;
}

.digital-experience-one__right-accordions .accrodion.active .accrodion-title {
	background: #ffffff;
}

.digital-experience-one__right-accordions .accrodion .accrodion-title h4 {
	position: relative;
	color: var(--amozo-black, #010212);
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	padding-right: 30px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.digital-experience-one__right-accordions .accrodion.active .accrodion-title h4 {
	color: var(--amozo-black, #010212);
}

.digital-experience-one__right-accordions .accrodion .accrodion-title h4::before {
	content: "\f067";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 700;
	font-size: 15px;
	color: var(--amozo-black, #010212);
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	transition: all 500ms ease;
}

.digital-experience-one__right-accordions .accrodion.active .accrodion-title h4::before {
	content: "\f068";
	font-family: "Font Awesome\ 5 Free";
	color: var(--amozo-black, #010212);
}

.digital-experience-one__right-accordions .accrodion .accrodion-content {
	position: relative;
	display: block;
	background: var(--amozo-base, #fb3c1d);
	padding: 29px 50px 18px;
	border-radius: 5px;
	margin-bottom: 33px;
}

.digital-experience-one__right-accordions .accrodion .accrodion-content .inner {
	position: relative;
	display: block;
}

.digital-experience-one__right-accordions .accrodion .accrodion-content .inner p {
	color: #ffffff;
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
}

.digital-experience-one__right-bottom {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 32px;
}

.digital-experience-one__right-bottom-counter {
	position: relative;
	display: block;
	min-width: 215px;
	background: #fffcdf;
	text-align: center;
	border-radius: 10px;
	padding: 23px 0px 31px;
}

.digital-experience-one__right-bottom-counter h3 {
	color: var(--amozo-black, #010212);
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
}

.digital-experience-one__right-bottom-counter h3 .plus-icon {
	position: relative;
	display: inline-block;
	color: var(--amozo-black, #010212);
	font-size: 10px;
}

.digital-experience-one__right-bottom-counter h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-top: 10px;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.digital-experience-one__right-bottom-text {
	position: relative;
	display: block;
	padding-right: 35px;
}

.digital-experience-one__right-bottom .odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	font-family: var(--amozo-font-2, "PT Sans", sans-serif);
	line-height: 0.7em;
}

.digital-experience-one__right-bottom .odometer-formatting-mark {
	display: none;
}

/***
=============================================
    Digital Strategy One
=============================================
***/
.digital-strategy-one {
	position: relative;
	display: block;
	background: #ebeff0;
	z-index: 1;
}

.digital-strategy-one .shape1 {
	position: absolute;
	top: 140px;
	right: 90px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #ffffff;
	z-index: -1;
}

.digital-strategy-one .shape2 {
	position: absolute;
	right: 195px;
	bottom: 90px;
	z-index: -1;
}

.digital-strategy-one .container-fullwidth {
	position: relative;
	display: block;
}

.digital-strategy-one__content-box {
	position: relative;
	display: block;
	max-width: 480px;
	float: left;
	margin-left: 70px;
	padding: 86px 0px 100px;
}

.digital-strategy-one__content-box-title {
	position: relative;
	display: block;
	margin-bottom: 41px;
}

.digital-strategy-one__content-box-title h2 {
	color: var(--amozo-black, #010212);
	font-size: 64px;
	line-height: 1.2em;
	font-weight: 700;
}

.digital-strategy-one__content-box-list {
	position: relative;
	display: block;
}

.digital-strategy-one__content-box-list li {
	position: relative;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 10px;
	max-width: 425px;
	padding: 19px 30px 18px;
	margin-bottom: 30px;
	z-index: 1;
}

.digital-strategy-one__content-box-list li::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: "";
	background-color: transparent;
	border: 1px solid var(--amozo-color-1, #000000);
	border-radius: 10px;
	transition: all 500ms ease;
	transform: scaleX(0);
	z-index: -1;
}

.digital-strategy-one__content-box-list li:hover:before {
	transform: scaleX(1);
}

.digital-strategy-one__content-box-list li:last-child {
	margin-bottom: 0;
}

.digital-strategy-one__content-box-list li .icon {
	position: relative;
	display: block;
	color: var(--amozo-black, #010212);
	font-size: 30px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.digital-strategy-one__content-box-list li:hover .icon {
	color: var(--amozo-base, #fb3c1d);
}

.digital-strategy-one__content-box-list li .text {
	position: relative;
	display: block;
	padding-right: 30px;
}

.digital-strategy-one__content-box-list li .text p {
	color: var(--amozo-black, #010212);
	font-size: 18px;
	line-height: 36px;
}

.digital-strategy-one__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.providing-quality-one__img img {
	width: 100%;
}

.digital-strategy-one__img .overlay-content {
	position: absolute;
	right: 45px;
	bottom: 0;
}

.digital-strategy-one__img .overlay-content .inner {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}

.digital-strategy-one__img .overlay-content .inner .shape3 {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 1;
}

.digital-strategy-one__img .overlay-content .inner .icon {
	position: relative;
	display: block;
}

.digital-strategy-one__img .overlay-content .inner .icon a {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: var(--amozo-base, #fb3c1d);
	text-align: center;
}

.digital-strategy-one__img .overlay-content .inner .icon a span::before {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	line-height: 90px;
}

.digital-strategy-one__img .overlay-content .inner .text {
	position: relative;
	display: block;
	background: #fbca1d;
	padding: 28px 45px 27px;
	margin-right: 55px;
}

.digital-strategy-one__img .overlay-content .inner .text h2 {
	color: var(--amozo-color-1, #000000);
	font-size: 36px;
	line-height: 50px;
	font-weight: 400;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

/***
=============================================
    Case Studies One
=============================================
***/
.case-studies-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 130px 0px 100px;
	z-index: 1;
}

.case-studies-one .shape2 {
	position: absolute;
	top: 200px;
	right: 0;
	z-index: -1;
}

.case-studies-one .shape3 {
	position: absolute;
	bottom: 40px;
	left: 250px;
	z-index: -1;
}

.case-studies-one .auto-container {
	position: static;
	max-width: 1530px;
}

.case-studies-one__single {
	position: relative;
	display: block;
	padding: 48px 0px 60px;
	padding-right: 40px;
	border-radius: 5px;
	margin-bottom: 30px;
	z-index: 1;
}

.case-studies-one__single .shape1 {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: -1;
}

.case-studies-one__single::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: "";
	background-color: transparent;
	border: 2px solid var(--amozo-color-1, #000000);
	border-radius: 5px;
	transition: all 500ms ease;
	transform: scaleY(0);
	z-index: -1;
}

.case-studies-one__single:hover:before {
	transform: scaleY(1);
}

.case-studies-one__single.bg1 {
	background: #ffe27c;
}

.case-studies-one__single.bg2 {
	background: #ffe3d3;
}

.case-studies-one__single.bg3 {
	background: #d8f4ee;
}

.case-studies-one__single.bg4 {
	background: #e6fcfe;
}

.case-studies-one__single.bg5 {
	background: #fffcdf;
}

.case-studies-one__single.bg6 {
	background: #fff8f1;
}

.case-studies-one__single-img {
	position: relative;
	display: block;
}

.case-studies-one__single-img img {
	width: 100%;
}

.case-studies-one__single-top {
	position: relative;
	display: block;
}

.case-studies-one__single-top span {
	color: var(--amozo-black, #010212);
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}

.case-studies-one__single-top h2 {
	font-size: 36px;
	line-height: 49px;
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 10px;
}

.case-studies-one__single-top h2 a {
	color: var(--amozo-black, #010212);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.case-studies-one__single-top h2 a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.case-studies-one__single-btn {
	position: relative;
	display: block;
	margin-top: 40px;
}

.case-studies-one__single-btn .thm-btn {
	color: var(--amozo-black, #010212);
	background: #ffffff;
}

.case-studies-one__single-btn .thm-btn:hover {
	color: #ffffff;
	text-decoration: underline;
}

/***
=============================================
    Client Feed Back One
=============================================
***/
.client-feed-back-one {
	position: relative;
	display: block;
	padding: 0px 0px 140px;
	background: #ffffff;
	z-index: 1;
}

.client-feed-back-one .shape1 {
	position: absolute;
	top: 0;
	right: 110px;
	z-index: -1;
}

.client-feed-back-one .shape2 {
	position: absolute;
	top: 330px;
	left: 130px;
	z-index: -1;
}

.client-feed-back-one .auto-container {
	position: static;
	max-width: 1310px;
	width: 100%;
}

.client-feed-back-one__img {
	position: relative;
	display: block;
	z-index: 1;
}

@media (min-width: 1200px) {
	.client-feed-back-one__img img {
		margin-right: -122px;
	}
}

@media (min-width: 992px) {
	.client-feed-back-one__img img {
		margin-right: -222px;
	}
}

@media (min-width: 1200px) {
	.client-feed-back-one--two .client-feed-back-one__img img {
		margin-right: 0px;
	}
}

.client-feed-back-one__img .shape3 {
	position: absolute;
	top: 220px;
	left: 0;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background: #f9e111;
	z-index: -1;
}

.client-feed-back-one__img .shape4 {
	position: absolute;
	right: 20px;
	bottom: -20px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background: #ffe8dc;
	z-index: -1;
}

.client-feed-back-one .client-feed-back-one__img img {
	width: 100%;
}

@media (min-width: 992px) {
	.client-feed-back-one .client-feed-back-one__img img {
		max-width: none;
		width: auto;
	}
}

.client-feed-back-one__content {
	position: relative;
	display: block;
}

@media (min-width: 1200px) {
	.client-feed-back-one__content {
		margin-right: 111px;
	}
}

.client-feed-back-one__content .sec-title {
	margin-bottom: 50px;
}

@media (min-width: 1200px) {
	.client-feed-back-one--two .client-feed-back-one__content {
		margin-right: 47px;
	}
}

.client-feed-back-one__content-single {
	position: relative;
	display: block;
}

.client-feed-back-one__content-single .sec-title {
	margin-bottom: 50px;
}

.client-feed-back-one__content-single-text {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
}

.client-feed-back-one__content-single .client-info {
	position: relative;
	display: block;
	margin-top: 33px;
}

.client-feed-back-one__content-single .client-info h3 {
	color: var(--amozo-color-1, #000000);
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

.client-feed-back-one__content-single .client-info p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	font-size: 14px;
	line-height: 24px;
}

/***
=============================================
    Company Logos One
=============================================
***/
.company-logos-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 0px 0px 130px;
}

.company-logos-one__wrapper {
	position: relative;
	display: block;
}

.company-logos-one__wrapper .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.company-logos-one__wrapper .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.company-logos-one__wrapper .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.company-logos-one__wrapper .owl-carousel .owl-item img {
	display: block;
	width: auto;
	text-align: center;
	margin: 0 auto;
}

.company-logos-one__single {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 10px;
	text-align: center !important;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.company-logos-one__single:hover {
	box-shadow: 0px 10px 30px 0px #ebebeb;
}

.company-logos-one__carousel.owl-theme .owl-stage-outer {
	overflow: visible;
}

.company-logos-one__carousel .owl-stage-outer .owl-item {
	opacity: 0;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}

.company-logos-one__carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
}

/***
=============================================
    Blog One
=============================================
***/
.blog-one {
	position: relative;
	display: block;
	background: #ffe9d9;
	padding: 130px 0px 220px;
	z-index: 1;
}

.blog-one .shape1 {
	position: absolute;
	top: 150px;
	right: 140px;
	z-index: -1;
}

.blog-one .shape2 {
	position: absolute;
	top: 190px;
	left: 170px;
	z-index: -1;
}

.blog-one .shape3 {
	position: absolute;
	right: 0;
	bottom: 190px;
	z-index: -1;
}

.blog-one .shape4 {
	position: absolute;
	left: 0;
	bottom: 170px;
	z-index: -1;
}

.blog-one .shape5 {
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f9e111;
	left: 180px;
	bottom: 300px;
	z-index: -1;
}

.blog-one .sec-title {
	margin-bottom: 68px;
}

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

.blog-one__single-img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.blog-one__single-img::before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	background: rgba(var(--amozo-black-rgb, 1, 2, 18), 0.6);
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: all;
	opacity: 1;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 1;
}

.blog-one__single:hover .blog-one__single-img::before {
	transform: scaleY(1);
}

.blog-one__single-img .overlay-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: 0.9s;
	transform: perspective(400px) scaleY(0);
	transform-origin: bottom;
}

.blog-one__single:hover .blog-one__single-img .overlay-icon {
	transform: perspective(400px) scaleY(1);
}

.blog-one__single .blog-one__single-img .overlay-icon a {
	position: relative;
	display: inline-block;
}

.blog-one__single .blog-one__single-img .overlay-icon span {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
}

.blog-one__single-img img {
	width: 100%;
}

.blog-one__single__content {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 28px 30px 41px;
}

.blog-one__single__content .meta-info {
	position: relative;
	display: block;
}

.blog-one__single__content .meta-info li,
.blog-details__content .meta-info li {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	font-size: 14px;
}

.blog-one__single__content .meta-info li:last-child {
	padding-left: 0;
}

.blog-one__single__content h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-top: 15px;
}

.blog-one__single__content h2 a {
	color: var(--amozo-black, #010212);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.blog-one__single__content h2 a:hover {
	color: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Subscribe One
=============================================
***/
.subscribe-one {
	position: relative;
	display: block;
}

.subscribe-one__wrapper {
	position: relative;
	display: block;
	background: #f7faff;
	padding: 100px 0px 100px;
	margin-top: -130px;
	border-radius: 5px;
	z-index: 1;
}

.subscribe-one__wrapper .shape1 {
	position: absolute;
	top: 90px;
	right: 60px;
	z-index: -1;
}

.subscribe-one__wrapper .shape2 {
	position: absolute;
	top: -15%;
	right: 20%;
	z-index: -1;
}

.subscribe-one__wrapper .shape3 {
	position: absolute;
	top: 75px;
	left: 80px;
	z-index: -1;
}

.subscribe-one__wrapper .shape4 {
	position: absolute;
	right: 50px;
	bottom: 50px;
	-webkit-animation: animation1 5s ease-in infinite;
	animation: animation1 5s ease-in infinite;
	z-index: -1;
}

.subscribe-one__wrapper .shape5 {
	position: absolute;
	bottom: 15px;
	left: 50px;
	z-index: -1;
}

.subscribe-one__icon {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: var(--amozo-black, #010212);
	text-align: center;
	margin-bottom: 44px;
}

.subscribe-one__icon span::before {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 25px;
	line-height: 70px;
}

.subscribe-one__title {
	color: var(--amozo-black, #010212);
	font-size: 48px;
	line-height: 1.21em;
}

.subscribe-one__box {
	position: relative;
	display: block;
	max-width: 625px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 59px;
}

.subscribe-one__form {
	position: relative;
	display: block;
	width: 100%;
}

.subscribe-one__input-box {
	position: relative;
	display: block;
}

.subscribe-one__input-box .icon {
	position: absolute;
	top: 27px;
	right: 30px;
	color: #39425d;
	font-size: 18px;
}

.subscribe-one__input-box input[type="email"] {
	color: rgba(57, 66, 93, 0.8);
	font-size: 14px;
	height: 70px;
	width: 100%;
	font-weight: 400;
	padding-right: 65px;
	padding-left: 30px;
	background: #ffffff;
	outline: none;
	border: none;
	border: 1px solid transparent;
	text-transform: none;
	border-radius: 10px;
	max-width: 420px;
	width: 100%;
	float: right;
}

.subscribe-one__input-box input[type="email"]::-webkit-input-placeholder {
	color: rgba(57, 66, 93, 0.8);
}

.subscribe-one__input-box input[type="email"]:-moz-placeholder {
	color: rgba(57, 66, 93, 0.8);
}

.subscribe-one__input-box input[type="email"]::-moz-placeholder {
	color: rgba(57, 66, 93, 0.8);
}

.subscribe-one__input-box input[type="email"]:-ms-input-placeholder {
	color: rgba(57, 66, 93, 0.8);
}

.subscribe-one__btn {
	position: absolute;
	left: 0px;
	display: inline-block;
	border: none;
	outline: none;
}

.subscribe-one__btn.thm-btn {
	border-radius: 10px;
	padding: 18px 47px 18px;
	font-size: 17px;
	line-height: 1.9;
}

/***
=============================================
    Footer One
=============================================
***/
.footer-one {
	position: relative;
	display: block;
	z-index: 1;
}

.footer-one .shape1 {
	position: absolute;
	top: -150px;
	right: 0;
	opacity: 0.5;
	z-index: -1;
}

.footer-one .shape2 {
	position: absolute;
	top: -150px;
	left: -150px;
	opacity: 0.5;
	z-index: -1;
}

.footer-one__top {
	position: relative;
	display: block;
	padding: 122px 0px 72px;
}

.footer-one__top-wrapper {
	position: relative;
	display: block;
}

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

.footer-widget__about {
	position: relative;
	display: block;
	padding-top: 8px;
}

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

.footer-widget__about-logo a {
	position: relative;
	display: inline-block;
}

.footer-widget__about-text1 {
	color: var(--amozo-black, #010212);
	font-size: 18px;
	line-height: 32px;
}

.footer-widget__about-text2 {
	color: var(--amozo-black, #010212);
	font-size: 18px;
	line-height: 32px;
}

.footer-widget__about-contact-box {
	position: relative;
	display: block;
	margin-top: 21px;
}

.footer-widget__about-contact-box .phone {
	font-size: 18px;
	line-height: 32px;
}

.footer-widget__about-contact-box .phone a {
	color: var(--amozo-black, #010212);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__about-contact-box .phone a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.footer-widget__about-contact-box p {
	font-size: 18px;
	line-height: 32px;
}

.footer-widget__about-contact-box p a {
	color: var(--amozo-black, #010212);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__about-contact-box p a:hover {
	color: var(--amozo-base, #fb3c1d);
}

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

.footer-widget__title {
	color: rgba(8, 8, 8, 0.6);
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	margin-bottom: 19px;
}

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

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

.footer-widget__company-list-item a {
	color: var(--amozo-black, #010212);
	font-size: 18px;
	line-height: 39px;
	font-weight: 400;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__company-list-item a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.footer-widget__link {
	position: relative;
	display: block;
	margin-right: 5px;
}

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

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

.footer-widget__link-list li a {
	color: var(--amozo-black, #010212);
	font-size: 18px;
	line-height: 39px;
	font-weight: 400;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__link-list li a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.footer-widget__social-links {
	position: relative;
	display: block;
	margin-top: 8px;
}

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

.footer-widget__social-links ul li {
	position: relative;
	display: inline-block;
	margin-left: 21px;
}

.footer-widget__social-links ul li:last-child {
	margin-left: 0;
}

.footer-widget__social-links ul li a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	transition: all 500ms ease;
	z-index: 1;
}

.footer-widget__social-links ul li a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: var(--amozo-black, #010212);
	border-radius: 50%;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: -1;
}

.footer-widget__social-links ul li a:hover:before {
	transform: scaleX(1);
}

.footer-widget__social-links ul li a i:before {
	position: relative;
	display: inline-block;
	color: var(--amozo-black, #010212);
	font-size: 15px;
	line-height: 40px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__social-links ul li a:hover i:before {
	color: #ffffff;
}

.download-btn-box {
	position: relative;
	display: block;
	margin-top: 37px;
}

.download-btn-box h3 {
	color: #5e6282;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	letter-spacing: 0.005em;
	margin-bottom: 17px;
}

.download-btn-box .download-btn1 {
	position: relative;
	display: inline-block;
}

.download-btn-box .download-btn1 .image {
	position: relative;
	display: inline-block;
}

.download-btn-box .download-btn1 .image a {
	position: relative;
	display: inline-block;
}

.download-btn-box .download-btn2 {
	position: relative;
	display: inline-block;
}

.download-btn-box .download-btn2 .image {
	position: relative;
	display: inline-block;
}

.download-btn-box .download-btn2 .image a {
	position: relative;
	display: inline-block;
}

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

.footer-one__bottom-inner {
	position: relative;
	display: block;
	border-top: 2px solid #f1f0ef;
	padding: 43px 0px 42px;
}

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

.footer-one__bottom-text p {
	color: rgba(var(--amozo-black-rgb, 1, 2, 18), 0.7);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

/***
=============================================
    Services Two
=============================================
***/
.services-two {
	position: relative;
	display: block;
	overflow: hidden;
	background: #faf4eb;
	padding: 130px 0px 120px;
	z-index: 1;
}

.services-two__left-bg {
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: -1;
}

.services-two__right-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.services-two .shape1 {
	position: absolute;
	top: 35px;
	right: 70px;
	z-index: -1;
}

.services-two .shape2 {
	position: absolute;
	top: 190px;
	left: 150px;
	z-index: -1;
}

.services-two .shape3 {
	position: absolute;
	top: 50%;
	right: 35px;
	z-index: -1;
}

.services-two .shape4 {
	position: absolute;
	right: 220px;
	bottom: 500px;
	z-index: -1;
}

.services-two .shape5 {
	position: absolute;
	bottom: 645px;
	left: 165px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f9e111;
	z-index: -1;
}

.services-two .shape6 {
	position: absolute;
	bottom: 545px;
	left: 130px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--amozo-black, #010212);
	z-index: -1;
}

.services-two .shape7 {
	position: absolute;
	bottom: 170px;
	left: 100px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--amozo-base, #fb3c1d);
	z-index: -1;
}

.services-two .shape8 {
	position: absolute;
	bottom: 625px;
	left: 520px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--amozo-black, #010212);
	z-index: -1;
}

.services-two .sec-title {
	margin-bottom: 68px;
}

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

.services-two__single-icon {
	position: relative;
	display: inline-block;
	margin-bottom: 31px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.services-two__single:hover .services-two__single-icon {
	transform: rotateY(-180deg);
	transition-delay: 0.1s;
}

.services-two__single-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 25px;
}

.services-two__single-title a {
	color: var(--amozo-black, #010212);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.services-two__single-title a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.services-two__single-text {
	color: rgba(var(--amozo-black-rgb, 1, 2, 18), 0.8);
}

.services-two__single-btn {
	position: relative;
	display: block;
	margin-top: 27px;
}

.services-two__single-btn a {
	position: relative;
	color: var(--amozo-color-1, #000000);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}

.services-two__single-btn a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.services-two__single-btn a::before {
	position: absolute;
	bottom: -6px;
	right: 0;
	width: 75%;
	height: 2px;
	background: #75726e;
	content: "";
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: -1;
}

.services-two__single-btn a:hover:before {
	background: var(--amozo-base, #fb3c1d);
}

.services-two__single-btn a span::before {
	position: relative;
	display: inline-block;
	top: 2px;
	color: var(--amozo-color-1, #000000);
	font-size: 15px;
	line-height: 25px;
	padding-right: 10px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.services-two__single-btn a:hover span::before {
	color: var(--amozo-base, #fb3c1d);
}

.services-two__bottom {
	position: relative;
	display: block;
	margin-top: 40px;
}

.services-two__bottom-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.services-two__bottom-content-title {
	position: relative;
	display: block;
	max-width: 440px;
	width: 100%;
}

.services-two__bottom-content-title h2 {
	color: var(--amozo-black, #010212);
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
}

.services-two__bottom-img {
	position: absolute;
	bottom: 35px;
	left: -230px;
}

/***
=============================================
    Work History Two
=============================================
***/
.work-history-one--two {
	position: relative;
	display: block;
	padding-top: 70px;
	padding-bottom: 40px;
}

.work-history-one--two.home-two-funfact {
	padding-top: 60px;
}

.work-history-one--two.home-two-funfact.service-details {
	padding-bottom: 20px;
}

.work-history-one--two.service {
	padding-top: 60px;
	padding-bottom: 20;
}

.work-history-one--two .work-history-one__single {
	background: transparent;
	padding: 43px 15px 48px;
}

.work-history-one--two .work-history-one__single.style1 {
	max-width: 280px;
	margin: 0 auto 30px;
}

.work-history-one--two .work-history-one__single.mr-l100 {
	margin-right: 100px;
}

.work-history-one--two .row {
	margin-right: -15px;
	margin-left: -15x;
}

.work-history-one--two .row [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

/***
=============================================
    Digital Experience Two
=============================================
***/
.digital-experience-one--two {
	position: relative;
	display: block;
	padding: 0px 0px 0px;
}

/***
=============================================
    Case Studies Two
=============================================
***/
.case-studies-two {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 130px 0px 130px;
	padding-bottom: 0;
	z-index: 1;
}

.case-studies-two .shape2 {
	position: absolute;
	top: 100px;
	right: 140px;
	z-index: -1;
}

.case-studies-two .shape3 {
	position: absolute;
	top: 150px;
	right: 110px;
	z-index: -1;
}

.case-studies-two .shape4 {
	position: absolute;
	top: 110px;
	right: 0px;
	z-index: -1;
}

.case-studies-two__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
	z-index: 1;
}

.case-studies-two__single .shape1 {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
	-webkit-transform: perspective(400px) scale(1);
	-ms-transform: perspective(400px) scale(1);
	transform: perspective(400px) scale(1);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 2;
}

.case-studies-two__single:hover .shape1 {
	-webkit-transform: perspective(400px) scale(0);
	-ms-transform: perspective(400px) scale(0);
	transform: perspective(400px) scale(0);
}

.case-studies-two__single-img {
	position: relative;
	display: block;
	overflow: hidden;
}

.case-studies-two__single-img::before {
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	opacity: 0;
	z-index: 1;
}

.case-studies-two__single:hover .case-studies-two__single-img::before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.case-studies-two__single-img img {
	width: 100%;
	transform: scale(1);
	transition: all 0.7s ease 0s;
}

.case-studies-two__single:hover .case-studies-two__single-img img {
	transform: scale(1.1);
}

.case-studies-two__single-content {
	position: relative;
	display: block;
	box-shadow: 0px 0px 35px 0px rgba(178, 178, 178, 0.35);
	background: #ffffff;
	padding: 43px 45px 41px;
	z-index: 1;
}

.case-studies-two__single-content::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	border: 2px solid var(--amozo-color-1, #000000);
	border-top: none;
	content: "";
	transition-delay: 0.05s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.4s;
	transition-property: all;
	opacity: 1;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.case-studies-two__single:hover .case-studies-two__single-content::before {
	transform: scaleY(1);
}

.case-studies-two__single-content p {
	color: var(--amozo-black, #010212);
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}

.case-studies-two__single-content h2 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 18px;
}

.case-studies-two__single-content h2 a {
	color: var(--amozo-black, #010212);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.case-studies-two__single-content h2 a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.case-studies-two__bottom {
	position: relative;
	display: block;
	margin-top: 15px;
}

.case-studies-two__bottom-inner {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.case-studies-two__bottom-img {
	position: relative;
	display: block;
	max-width: 415px;
	width: 100%;
}

.case-studies-two__bottom-img img {
	width: 100%;
}

.case-studies-two__bottom-title {
	position: relative;
	display: block;
	max-width: 440px;
	width: 100%;
}

.case-studies-two__bottom-title h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
}

@media (min-width: 1200px) {
	.case-studies-two__bottom-title h2 {
		padding-bottom: 35px;
	}
}

.case-studies-two__bottom-btn {
	position: relative;
	display: block;
}

@media (min-width: 1200px) {
	.case-studies-two__bottom-btn {
		padding-bottom: 55px;
	}
}

.case-studies-two__bottom-btn .thm-btn {
	color: var(--amozo-color-1, #000000);
	border: 2px solid var(--amozo-color-1, #000000);
	background: transparent;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.case-studies-two__bottom-btn .thm-btn:hover {
	border: 2px solid var(--amozo-base, #fb3c1d);
	color: #ffffff;
}

.case-studies-two__bottom-btn .thm-btn::after {
	background: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Team One
=============================================
***/
.team-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 130px 0px 100px;
	z-index: 1;
}

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

.team-one__single .shape1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.team-one__single .shape2 {
	position: absolute;
	bottom: -3px;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
	-webkit-transform: perspective(400px) scale(0);
	-ms-transform: perspective(400px) scale(0);
	transform: perspective(400px) scale(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 1;
}

.team-one__single:hover .shape2 {
	-webkit-transform: perspective(400px) scale(1);
	-ms-transform: perspective(400px) scale(1);
	transform: perspective(400px) scale(1);
}

.team-one__single-img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.team-one__single-img::before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	background: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: all;
	opacity: 0.5;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 1;
}

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

.team-one__single-img img {
	width: 100%;
}

.team-one__single-img .social-icon {
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
	text-align: center;
	z-index: 10;
}

.team-one__single-img .social-icon ul {
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	-webkit-transform: perspective(400px) rotateX(90deg);
	-ms-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
}

.team-one__single:hover .social-icon ul {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.team-one__single-img .social-icon ul li {
	position: relative;
	display: inline-block;
	float: none;
	margin: 0 4px;
}

.team-one__single-img .social-icon ul li:first-child {
	margin-right: 0;
}

.team-one__single-img .social-icon ul li:last-child {
	margin-left: 0;
}

.team-one__single-img .social-icon ul li a {
	position: relative;
	display: block;
	width: 55px;
	height: 55px;
	background: #ffffff;
	border-radius: 50%;
	color: #0a0101;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.team-one__single-img .social-icon ul li a:hover {
	color: #ffffff;
	background: var(--amozo-base, #fb3c1d);
}

.team-one__single-content {
	position: relative;
	display: block;
	box-shadow: 0px 0px 35px 0px rgba(178, 178, 178, 0.35);
	background: #ffffff;
	padding: 37px 0px 38px;
}

.team-one__single-content h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 4px;
}

.team-one__single-content h2 a {
	color: var(--amozo-color-1, #000000);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.team-one__single-content h2 a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.team-one__single-content p {
	color: rgba(var(--amozo-black-rgb, 1, 2, 18), 0.7);
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}

/***
=============================================
    Blog Two
=============================================
***/
.blog-one--two {
	position: relative;
	display: block;
	background: #faf4eb;
	padding: 130px 0px 100px;
}

.blog-one--two p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	margin-top: 20px;
}

.blog-one--two__btn {
	position: relative;
	display: block;
	margin-top: 22px;
}

.blog-one--two__btn a {
	position: relative;
	display: inline-block;
	color: var(--amozo-color-1, #000000);
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.blog-one--two__btn a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.blog-one--two__btn a span:before {
	position: relative;
	display: inline-block;
	top: 3px;
	color: var(--amozo-color-1, #000000);
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.blog-one--two__btn a:hover span:before {
	color: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Slogan One
=============================================
***/
.slogan-one {
	position: relative;
	display: block;
	background: #f7faff;
	padding: 117px 0px 130px;
	z-index: 1;
}

.slogan-one .shape1 {
	position: absolute;
	top: 90px;
	right: 440px;
	z-index: -1;
}

.slogan-one .shape2 {
	position: absolute;
	top: -50px;
	right: 34%;
	opacity: 0.8;
	z-index: -1;
}

.slogan-one .shape3 {
	position: absolute;
	top: 75px;
	left: 245px;
	z-index: -1;
}

.slogan-one .shape4 {
	position: absolute;
	right: 275px;
	bottom: 50px;
	z-index: -1;
	-webkit-animation: animation1 5s ease-in infinite;
	animation: animation1 5s ease-in infinite;
}

.slogan-one .shape5 {
	position: absolute;
	bottom: 35px;
	left: 120px;
	z-index: -1;
}

.slogan-one__wrapper {
	position: relative;
	display: block;
}

.slogan-one__wrapper h2 {
	color: var(--amozo-black, #010212);
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 41px;
}

.slogan-one__wrapper p {
	color: var(--amozo-black, #010212);
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

.slogan-one__btn {
	position: relative;
	display: block;
	margin-top: 61px;
}

.slogan-one__btn .thm-btn {
	background: var(--amozo-black, #010212);
}

.slogan-one__btn .thm-btn::after {
	background: var(--amozo-base, #fb3c1d);
}

.slogan-one__btn span::before {
	position: relative;
	display: inline-block;
	top: 2px;
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	padding-right: 11px;
}

/***
=============================================
    Subscribe Two
=============================================
***/
.subscribe-one--two {
	position: relative;
	display: block;
	padding: 130px 0px 0px;
	z-index: 2;
}

.subscribe-one--two__left {
	position: relative;
	display: block;
}

.subscribe-one--two__left .subscribe-one__icon {
	margin-bottom: 29px;
}

.subscribe-one--two__right {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
}

@media (min-width: 1200px) {
	.subscribe-one--two__right {
		padding-right: 80px;
		margin-top: -10px;
	}
}

.subscribe-one--two__right .subscribe-one__input-box .icon {
	top: 20px;
}

.subscribe-one--two__right-text {
	color: var(--amozo-black, #010212);
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.subscribe-one--two__right .subscribe-one__input-box input[type="email"] {
	background: #f5f5f5;
}

.subscribe-one--two__right .subscribe-one__box {
	margin-top: 36px;
}

.subscribe-one--two__right .subscribe-one__input-box input[type="email"] {
	padding-left: 80px;
}

.subscribe-one--two__right .subscribe-one__box {
	max-width: 555px;
}

/***
=============================================
    Footer Two
=============================================
***/
.footer-one--two {
	position: relative;
	display: block;
}

.footer-one--two .footer-one__top {
	position: relative;
	display: block;
	padding: 106px 0px 72px;
}

/***
=============================================
    Client Feed Back Two
=============================================
***/
.client-feed-back-one--two {
	position: relative;
	display: block;
	background: #ecf6fc;
	padding: 130px 0px 130px;
	z-index: 1;
}

.client-feed-back-one--two .shape-one {
	position: absolute;
	top: 125px;
	right: 110px;
	z-index: -1;
}

.client-feed-back-one--two .shape-two {
	position: absolute;
	right: 165px;
	bottom: 70px;
	z-index: -1;
}

.client-feed-back-one--two .shape-three {
	position: absolute;
	top: 110px;
	left: 165px;
	z-index: -1;
}

.client-feed-back-one--two .shape-four {
	position: absolute;
	bottom: 180px;
	left: 100px;
	z-index: -1;
}

.client-feed-back-one--two .overlay-icon {
	position: absolute;
	top: 235px;
	left: -55px;
	width: 110px;
	height: 110px;
	background: var(--amozo-black, #010212);
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
}

.client-feed-back-one--two .overlay-icon span::before {
	position: relative;
	display: inline-block;
	font-size: 51px;
	line-height: 110px;
}

.client-feed-back-one--two .client-feed-back-one__img {
	position: relative;
	display: block;
	max-width: 435px;
	width: 100%;
}

/***
=============================================
    About Two
=============================================
***/
.about-two {
	position: relative;
	display: block;
	padding: 130px 0px 130px;
	background: #ffffff;
	z-index: 1;
}

.about-two .shape5 {
	position: absolute;
	top: 180px;
	left: -382px;
	z-index: -1;
}

.about-two .shape6 {
	position: absolute;
	bottom: 250px;
	left: 170px;
	z-index: -1;
}

.about-two__left {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
	padding-left: 83px;
	z-index: 1;
}

.about-two__left .shape-one {
	position: absolute;
	top: -80px;
	right: -261px;
	z-index: -1;
}

.about-two__left .shape-three {
	position: absolute;
	left: 98px;
	bottom: -165px;
	z-index: 5;
}

.about-two__left-img1 {
	position: absolute;
	top: 0;
	right: -183px;
}

.about-two__left-img1::before {
	position: absolute;
	top: 85px;
	right: -30px;
	bottom: -30px;
	left: 0;
	border-right: 30px solid #ffffff;
	border-bottom: 30px solid #ffffff;
	content: "";
}

.about-two__left-img1 .inner {
	position: relative;
	display: block;
}

.about-two__left-img1 .inner .shape-two {
	position: absolute;
	top: 30px;
	right: -45px;
	z-index: 1;
}

.about-two__left-img1 img {
	width: 100%;
}

.about-two__left-img2 {
	position: relative;
	display: block;
	margin-top: 65px;
	float: left;
	z-index: 1;
}

.about-two__left-img2::before {
	position: absolute;
	top: -25px;
	right: -25px;
	bottom: -25px;
	left: -25px;
	border: 25px solid #ffffff;
	content: "";
	z-index: -1;
}

.about-two__left-img2 .inner {
	position: relative;
	display: block;
	overflow: hidden;
}

.about-two__left-img2 .inner::before {
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	opacity: 0;
	z-index: 1;
}

.about-two__left:hover .about-two__left-img2 .inner::before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.about-two__left-img2 img {
	width: 100%;
	transform: scale(1);
	transition: all 0.7s ease 0s;
}

.about-two__left:hover .about-two__left-img2 img {
	transform: scale(1.1);
}

.about-two__left-img2 .overlay-content {
	position: absolute;
	right: 40px;
	bottom: -175px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 250px;
	height: 250px;
	padding: 0px 45px 0px;
	border-radius: 50%;
	z-index: 3;
}

.about-two__left-img2 .overlay-content::before {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f9e111;
	border-radius: 50%;
	content: "";
	z-index: 1;
}

.about-two__left-img2 .overlay-content::after {
	position: absolute;
	top: -7px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 250px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #ffffff;
	content: "";
	z-index: -1;
}

.about-two__left-img2 .overlay-content h2 {
	position: relative;
	color: var(--amozo-black, #010212);
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	z-index: 2;
}

.about-two__left-img2 .overlay-content h2 span {
	color: var(--amozo-base, #fb3c1d);
}

.about-two__content {
	position: relative;
	display: block;
	margin-right: 37px;
}

.about-two__content .shape4 {
	position: absolute;
	top: 0px;
	left: -310px;
	z-index: 1;
}

.about-two__content .sec-title {
	margin-bottom: 45px;
}

.about-two__content-text1 {
	color: var(--amozo-black, #010212);
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

.about-two__content-list {
	position: relative;
	display: block;
	margin-top: 41px;
	margin-bottom: 35px;
}

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

.about-two__content-list ul li {
	position: relative;
	display: block;
	padding-left: 75px;
}

.about-two__content-list ul li:last-child {
	padding-left: 0px;
}

.about-two__content-list ul li .icon {
	position: relative;
	display: inline-block;
	transition-delay: 0.1s;
	transition: all 500ms ease;
}

.about-two__content-list ul li:hover .icon {
	transform: rotateY(-180deg);
	transition-delay: 0.1s;
}

.about-two__content-list ul li .title {
	position: relative;
	display: block;
	margin-top: 16px;
}

.about-two__content-list ul li .title h4 {
	color: var(--amozo-black, #010212);
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.about-two__content-text2 {
	color: rgba(var(--amozo-black-rgb, 1, 2, 18), 0.8);
}

.about-two__content-btn {
	position: relative;
	display: block;
	margin-top: 55px;
}

.about-two__content-btn .thm-btn {
	color: var(--amozo-black, #010212);
	background: transparent;
	border: 2px solid var(--amozo-color-1, #000000);
	transition: all 200ms linear;
	transition-delay: 0.2s;
}

.about-two__content-btn .thm-btn span::before {
	position: relative;
	display: inline-block;
	top: 2px;
	font-size: 20px;
	font-weight: 700;
	padding-right: 22px;
}

.about-two__content-btn .thm-btn:hover {
	color: #ffffff;
	border: 2px solid var(--amozo-base, #fb3c1d);
}

.about-two__content-btn .thm-btn::after {
	background: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Work History One About
=============================================
***/
.work-history-one--about {
	position: relative;
	display: block;
	padding: 130px 0px 0px;
}

.work-history-one--about .title-box {
	position: relative;
	display: block;
	max-width: 885px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 61px;
}

.work-history-one--about .title-box h2 {
	color: var(--amozo-black, #010212);
	font-size: 64px;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 56px;
}

.work-history-one--about .title-box p {
	color: rgba(var(--amozo-black-rgb, 1, 2, 18), 0.8);
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

/***
=============================================
     About One About
=============================================
***/
.about-one--about {
	position: relative;
	display: block;
	padding: 100px 0px 208px;
}

/***
=============================================
    Digital Experience One About
=============================================
***/
.digital-experience-one--about {
	position: relative;
	display: block;
	padding: 0px 0px 130px;
}

/***
=============================================
    Company Logos One About
=============================================
***/
.company-logos-one--about {
	position: relative;
	display: block;
	padding: 130px 0px 130px;
}

/***
=============================================
    Subscribe One About
=============================================
***/
.subscribe-one--about {
	position: relative;
	display: block;
}

.subscribe-one--about .subscribe-one__wrapper {
	margin-top: 0px;
}

/***
=============================================
    Client Feed Back One Services
=============================================
***/
.client-feed-back-one--services {
	position: relative;
	display: block;
	padding: 130px 0px 140px;
}

.client-feed-back-one.client-feed-back-one--services .shape1 {
	position: absolute;
	top: 170px;
	right: 110px;
	z-index: -1;
}

.client-feed-back-one.client-feed-back-one--services .shape5 {
	position: absolute;
	top: 120px;
	left: 255px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--amozo-black, #010212);
}

/***
=============================================
    Case Studies Two Case2
=============================================
***/
.case-studies-two--case2 {
	position: relative;
	display: block;
	padding: 130px 0px 100px;
}

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

/***
=============================================
    Blog One Blog
=============================================
***/
.blog-one.blog-one--two .shape3 {
	position: absolute;
	right: 0;
	bottom: 48%;
	z-index: -1;
}

.blog-one.blog-one--two .shape4 {
	position: absolute;
	left: 0;
	bottom: 48%;
	z-index: -1;
}

.blog-one.blog-one--two .shape5 {
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f9e111;
	left: 180px;
	bottom: 52%;
	z-index: -1;
}

/***
=============================================
    Blog Page Two
=============================================
***/
.blog-page-two {
	position: relative;
	display: block;
	padding: 130px 0px 130px;
	background: #faf4eb;
	z-index: 1;
}

.blog-page-two .shape1 {
	position: absolute;
	top: 150px;
	right: 150px;
	z-index: -1;
}

.blog-page-two .shape2 {
	position: absolute;
	top: 190px;
	left: 160px;
	z-index: -1;
}

.blog-page-two .shape3 {
	position: absolute;
	top: 750px;
	left: 170px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f9e111;
	z-index: -1;
}

.blog-page-two .shape4 {
	position: absolute;
	top: 865px;
	right: 10px;
	z-index: -1;
}

.blog-page-two .shape5 {
	position: absolute;
	top: 865px;
	left: 0px;
	z-index: -1;
}

.blog-page-two .sec-title {
	margin-bottom: 58px;
}

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

.blog-page-two .blog-one__single {
	margin-bottom: 50px;
}

.blog-page-two .blog-one__single__content h2 {
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 23px;
}

.blog-page-two .blog-one__single__content h2 a {
	color: var(--amozo-color-1, #000000);
}

.blog-page-two .blog-one__single__content h2 a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.blog-page-two .blog-one__single__content p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
}

.blog-page-two .blog-one__single__content {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 38px 35px 41px;
}

.blog-page-two .blog-one--two__btn {
	margin-top: 32px;
}

.blog-page-two .blog-one--two__btn span {
	margin-right: 2px;
}

.blog-page-two .blog-one__single__content.bg1 {
	background: #f2fdfe;
}

.blog-page-two .style2.blog-one__single-img:before {
	display: none;
}

.blog-page-two .blog-one__single-img .icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-page-two .blog-one__single-img .icon a {
	position: relative;
	display: inline-block;
	width: 95px;
	height: 95px;
	line-height: 95px;
	border-radius: 50%;
	background: var(--amozo-base, #fb3c1d);
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.blog-page-two .blog-one__single-img .icon a:hover {
	background: var(--amozo-black, #010212);
}

.styled-pagination {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.styled-pagination li a {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--amozo-color-1, #000000);
	font-size: 18px;
	line-height: 60px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	transition: all 500ms ease;
	z-index: 1;
}

.styled-pagination li a:hover {
	color: #ffffff;
	background: var(--amozo-base, #fb3c1d);
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	background: var(--amozo-base, #fb3c1d);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
	color: var(--amozo-color-1, #000000);
	line-height: 60px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
	color: #ffffff;
}

.sidebar {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 50px 40px 50px;
}

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

.sidebar__single.mar0 {
	margin-bottom: 0;
}

.sidebar__single .title {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.sidebar__single .title h3 {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

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

.sidebar__search-form {
	position: relative;
}

.sidebar__search-form input[type="search"] {
	position: relative;
	display: block;
	border: none;
	outline: none;
	background-color: #f7f7f7;
	color: #b5b5b5;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	padding-right: 60px;
	height: 65px;
	width: 100%;
	border-radius: 5px;
	padding-left: 20px;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: #0c0d24;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: #b5b5b5;
}

.sidebar__search-form button[type="submit"] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 65px;
	font-size: 20px;
	font-weight: 700;
	outline: none;
	border: none;
	padding: 0;
	padding: 15px 20px;
	text-transform: capitalize;
	color: var(--amozo-white, #ffffff);
	background-color: var(--amozo-black, #010212);
	line-height: 1;
	fill: var(--amozo-white, #ffffff);
	border-radius: 0;
	margin-right: 0;
	transition: all 500ms ease;
	font-size: 14px;
	border-top-left-radius: var(--amozo-bdr-radius, 0px);
	border-bottom-left-radius: var(--amozo-bdr-radius, 0px);
}

.sidebar__single.sidebar__categories {
	position: relative;
	display: block;
	margin-bottom: 42px;
}

.sidebar-categories-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.sidebar-categories-box li {
	position: relative;
	display: block;
	color: var(--amozo-color-1, #000000);
	font-size: 18px;
	line-height: 45px;
	font-weight: 400;
	margin-bottom: 10px;
}

.sidebar-categories-box li:last-child {
	margin-bottom: 0;
}

.sidebar-categories-box li a {
	position: relative;
	display: block;
	color: var(--amozo-color-1, #000000);
	background: #f7f7f7;
	border-radius: 5px;
	padding: 4px 0px 4px;
	padding-right: 20px;
	padding-left: 15px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}

.sidebar-categories-box li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
	opacity: 0;
	transform: perspective(400px) rotateX(90deg);
	transform-origin: bottom;
	transition: all 300ms linear;
	transition-delay: 0.1s;
	border-radius: 5px;
	background: var(--amozo-color-1, #000000);
}

.sidebar-categories-box li a:hover:before {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
	transition: all 300ms linear;
	transition-delay: 0.1s;
}

.sidebar-categories-box li a span {
	position: relative;
	float: left;
}

.sidebar-categories-box li a:hover {
	color: #ffffff;
}

.sidebar__latest-post {
	position: relative;
	display: block;
}

.sidebar__latest-post .title {
	position: relative;
	display: block;
}

.sidebar__latest-post-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.sidebar__latest-post-single {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.sidebar__latest-post-single:last-child {
	margin-bottom: 0;
}

.sidebar__latest-post-single .img {
	position: relative;
	display: block;
}

.sidebar__latest-post-single .title {
	position: relative;
	display: block;
	margin-right: 20px;
	margin-bottom: 0;
}

.sidebar__latest-post-single .title span {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
}

.sidebar__latest-post-single .title h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	margin-top: 6px;
}

.sidebar__latest-post-single .title h4 a {
	color: var(--amozo-color-1, #000000);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.sidebar__latest-post-single .title h4 a:hover {
	color: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Blog Page Two
=============================================
***/
.blog-page-single {
	position: relative;
	display: block;
	background: #faf4eb;
	padding: 130px 0px 130px;
}

.blog-page-single__left {
	position: relative;
	display: block;
	background: #ffffff;
}

.blog-page-single__left-img1 {
	position: relative;
	display: block;
}

.blog-page-single__left-img1 img {
	width: 100%;
}

.blog-page-single__left .bottom-content {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 30px 40px 40px 40px;
}

.blog-page-single__left .text1 {
	position: relative;
	display: block;
	margin-bottom: 32px;
}

.blog-page-single__left .text1 p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
}

.blog-page-single__left .text2 {
	position: relative;
	display: block;
	margin-bottom: 32px;
}

.blog-page-single__left .text2 p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
}

.blog-page-single__left .text3 {
	position: relative;
	display: block;
	margin-bottom: 39px;
}

.blog-page-single__left .text3 p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
}

.blog-page-single__left .text4 {
	position: relative;
	display: block;
}

.blog-page-single__left .text4 h2 {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 20px;
}

.blog-page-single__left .text4 p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
}

.blog-page-single__left .blockquote-box {
	position: relative;
	display: block;
	background: #f3fcff;
	border-radius: 10px;
	padding: 41px 40px 33px;
	margin-top: 38px;
	margin-bottom: 38px;
}

.blog-page-single__left .blockquote-box .icon {
	position: relative;
	display: inline-block;
	line-height: 0;
}

.blog-page-single__left .blockquote-box .icon span::before {
	color: var(--amozo-color-1, #000000);
	font-size: 25px;
}

.blog-page-single__left .blockquote-box blockquote {
	position: relative;
	display: block;
	margin: 0;
}

.blog-page-single__left .blockquote-box blockquote p {
	color: var(--amozo-color-1, #000000);
	position: relative;
	padding-right: 55px;
	margin-top: -10px;
}

.blog-page-single__left .text5 {
	position: relative;
	display: block;
	margin-bottom: 32px;
}

.blog-page-single__left .text5 p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
}

.blog-page-single__left .text6 {
	position: relative;
	display: block;
}

.blog-page-single__left .text6 p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
}

.blog-page-single__tag-social-link {
	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: 2px solid #f7f5f5;
	border-bottom: 2px solid #f7f5f5;
	padding: 27px 40px 25px;
}

.blog-page-single__tags {
	position: relative;
	display: block;
}

.blog-page-single__tags span {
	color: var(--amozo-color-1, #000000);
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-left: 5px;
}

.blog-page-single__tags a {
	color: var(--amozo-color-1, #000000);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.005em;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.blog-page-single__tags a:after {
	content: ", ";
}

.blog-page-single__tags a:last-child::after {
	content: "";
}

.blog-page-single__tags a:hover {
	color: var(--amozo-base, #fb3c1d);
}

.blog-page-single__tags a + a {
	margin-right: 2px;
}

.blog-page-single__social-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.blog-page-single__social-links a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: #080809;
	background-color: #ffffff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 15px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-page-single__social-links a + a {
	margin-right: 25px;
}

.blog-page-single__social-links a:hover {
	color: #ffffff;
	background: var(--amozo-black, #010212);
}

/***
=============================================
    Author
=============================================
***/
.author-one {
	background-color: #f8f5f0;
	padding: 48px 25px 40px;
	display: -webkit-box;
	display: flex;
	margin-bottom: 48px;
	border-radius: 8px;
	margin-top: 55px;
}

.author-one__image {
	position: relative;
	display: block;
}

.author-one__content {
	margin-right: 30px;
	margin-top: -10px;
}

.author-one__content h3 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.author-one__content span {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
	font-size: 16px;
	line-height: 34px;
	font-weight: 400;
}

.author-one__content p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
	margin: 0;
	margin-top: 13px;
}

.author-one__content .social-links {
	position: relative;
	display: block;
	margin-top: 14px;
}

.author-one__content .social-links li {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.author-one__content .social-links li:last-child {
	margin-left: 0;
}

.author-one__content .social-links li a {
	position: relative;
	display: inline-block;
	color: #080809;
	font-size: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.author-one__content .social-links li a:hover {
	color: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Comments
=============================================
***/
.comment-one {
	position: relative;
	display: block;
}

.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 36px;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.comment-one__single {
	position: relative;
	display: block;
	border-bottom: 2px solid #f7f5f5;
	padding-bottom: 28px;
	margin-bottom: 30px;
}

.comment-one__image {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-one__content {
	position: relative;
	display: block;
	margin-right: 85px;
}

.comment-one__content-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comment-one__content-text {
	position: relative;
	display: block;
	margin-bottom: 14px;
}

.comment-one__content-text h3 {
	color: var(--amozo-color-1, #000000);
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 5px;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.comment-one__content-text p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.comment-one__content-text p span {
	position: relative;
	display: inline-block;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding-right: 17px;
}

.comment-one__content p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
}

.comment-one__content-btn {
	position: relative;
	display: block;
}

.comment-one__content-btn .thm-btn {
	padding: 3px 15px 2px;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	border-radius: 5px;
}

.comment-one__image img {
	border-radius: 50%;
}

.comment-form {
	position: relative;
	display: block;
	margin-top: 47px;
}

.comment-form__title {
	margin-bottom: 34px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
	height: 55px;
	width: 100%;
	border: none;
	background: transparent;
	padding: 0 0px;
	padding-left: 30px;
	margin-bottom: 23px;
	outline: none;
	font-size: 16px;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	border-bottom: 1px solid #dfdfdf;
	font-weight: 400;
	text-transform: capitalize;
}

.comment-form__input-box textarea {
	font-size: 16px;
	height: 200px;
	width: 100%;
	background: transparent;
	padding: 16px 0px 30px;
	padding-left: 30px;
	border: none;
	outline: none;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	font-weight: 400;
	text-transform: capitalize;
}

.comment-form .thm-btn {
	margin-top: 3px;
}

.comment-form .create-acc {
	position: relative;
	display: block;
	margin-top: 33px;
}

.comment-form .create-acc .checkbox {
	position: relative;
	display: block;
}

.comment-form .create-acc .checkbox input[type="checkbox"] {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 18px;
	border-color: #e3e3e3;
	top: 3px;
}

.comment-form .create-acc .checkbox label {
	position: relative;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	cursor: pointer;
}

.comment-form .create-acc .checkbox label span {
	position: relative;
	display: inline-block;
	padding-right: 5px;
}

/***
=============================================
    Contact Page
=============================================
***/
.contact-page {
	position: relative;
	display: block;
	background: #fff8f1;
	padding: 130px 0px 0px;
	z-index: 2;
}

.contact-page .title {
	position: relative;
	display: block;
	margin-bottom: 61px;
}

.contact-page .title h2 {
	color: var(--amozo-black, #010212);
	font-size: 48px;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 18px;
}

.contact-page .title p {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

.contact-page__wrapper {
	position: relative;
	display: block;
	background: #ffffff;
	box-shadow: 0px 25px 25px 0px rgba(212, 207, 207, 0.25);
	padding: 33px 50px 85px;
	margin-bottom: -140px;
}

.contact-page__wrapper .comment-form__input-box input[type="text"],
.contact-page__wrapper .comment-form__input-box input[type="email"] {
	height: 55px;
	width: 100%;
	font-size: 18px;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
	border-bottom: 2px solid #777777;
	margin-bottom: 62px;
}

.contact-page__wrapper .comment-form__input-box textarea {
	font-size: 18px;
	height: 200px;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	border-bottom: 2px solid #777777;
	padding: 8px 0px 30px;
}

/***
=============================================
    Slogan Two
=============================================
***/
.slogan-two {
	position: relative;
	display: block;
	background: #f7faff;
	padding: 275px 0px 130px;
	z-index: 1;
}

.slogan-two .shape1 {
	position: absolute;
	top: 120px;
	left: 120px;
	z-index: -1;
}

.slogan-two .shape2 {
	position: absolute;
	bottom: 150px;
	left: 225px;
	z-index: -1;
}

.slogan-two .shape3 {
	position: absolute;
	top: 0;
	right: 31%;
	opacity: 0.8;
	z-index: -1;
}

.slogan-two__content {
	position: relative;
	display: block;
}

.slogan-two__content h2 {
	color: var(--amozo-black, #010212);
	font-size: 48px;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 28px;
}

.slogan-two__content p {
	color: var(--amozo-black, #010212);
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

.slogan-two__btn {
	position: relative;
	display: block;
	margin-top: 61px;
}

.slogan-two__btn .thm-btn {
	background: var(--amozo-black, #010212);
}

.slogan-two__btn .thm-btn::after {
	background: var(--amozo-base, #fb3c1d);
}

.slogan-two__btn span::before {
	position: relative;
	display: inline-block;
	top: 2px;
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	padding-right: 11px;
}

.slogan-two__right {
	position: relative;
	display: block;
	background: #ffffff;
	max-width: 410px;
	width: 100%;
	padding: 55px 0px 67px;
	padding-right: 50px;
	padding-left: 40px;
}

.slogan-two__right .title {
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.slogan-two__right .title h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
}

.slogan-two__right ul {
	position: relative;
	display: block;
}

.slogan-two__right ul li {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.slogan-two__right ul li:last-child {
	margin-bottom: 0;
}

.slogan-two__right ul li .icon {
	position: absolute;
	top: 0;
	right: 0;
}

.slogan-two__right ul li .icon.style2 {
	position: absolute;
	top: 0;
	right: 0;
}

.slogan-two__right ul li .icon.style2 span::before {
	position: relative;
	display: inline-block;
	color: #333333;
	top: 7px;
	right: 4px;
	font-size: 20px;
	font-weight: 500;
}

.slogan-two__right ul li .icon.style3 {
	position: absolute;
	top: 0;
	right: 0;
}

.slogan-two__right ul li .icon.style3 span::before {
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 23px;
	top: 3px;
	right: 1px;
	transform: rotate(-270deg);
}

.slogan-two__right ul li .icon span::before {
	position: relative;
	display: inline-block;
	top: 10px;
	color: #333333;
	font-size: 30px;
}

.slogan-two__right ul li .text {
	position: relative;
	display: block;
	padding-right: 40px;
}

.slogan-two__right ul li .text p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	font-size: 18px;
	line-height: 33px;
}

.slogan-two__right ul li .text p a {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.slogan-two__right ul li .text p a:hover {
	color: var(--amozo-base, #fb3c1d);
}

/***
=============================================
    Faq Page
=============================================
***/
.faq-page {
	position: relative;
	display: block;
	padding: 130px 0px 0px;
	background: #f7faff;
	z-index: 1;
}

.faq-page .shape1 {
	position: absolute;
	top: -30px;
	right: 32%;
	opacity: 0.8;
}

.faq-page .title {
	position: relative;
	display: block;
	margin-bottom: 61px;
}

.faq-page .title h2 {
	color: var(--amozo-black, #010212);
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	margin-bottom: 30px;
}

.faq-page .title p {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

.faq-page__wrapper {
	position: relative;
	display: block;
	background: #ffffff;
	box-shadow: 0px 25px 25px 0px rgba(212, 207, 207, 0.25);
	padding: 80px 45px 85px;
}

.faq-page__accordions {
	position: relative;
	display: block;
	z-index: 1;
}

.faq-page__accordions .accrodion {
	position: relative;
	display: block;
	background: #ffffff;
	margin-bottom: 20px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.faq-page__accordions .accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	background: #f8f8f8;
	padding: 16px 0px 16px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	padding-right: 10px;
}

.faq-page__accordions .accrodion.active .accrodion-title {
	background: #f8f8f8;
}

.faq-page__accordions .accrodion .accrodion-title h4 {
	position: relative;
	color: var(--amozo-black, #010212);
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	padding-right: 30px;
	padding-left: 35px;
	font-family: var(--amozo-font, "Poppins", sans-serif);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.faq-page__accordions .accrodion.active .accrodion-title h4 {
	color: var(--amozo-black, #010212);
}

.faq-page__accordions .accrodion .accrodion-title h4::before {
	content: "\f067";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 700;
	font-size: 15px;
	color: var(--amozo-color-1, #000000);
	position: absolute;
	top: 50%;
	left: 35px;
	text-align: center;
	transform: translateY(-50%);
	transition: all 500ms ease;
}

.faq-page__accordions .accrodion.active .accrodion-title h4::before {
	content: "\f068";
	font-family: "Font Awesome\ 5 Free";
	color: var(--amozo-color-1, #000000);
}

.faq-page__accordions .accrodion .accrodion-content {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 24px 40px 21px;
	border-radius: 5px;
	margin-bottom: 33px;
}

.faq-page__accordions .accrodion .accrodion-content .inner {
	position: relative;
	display: block;
}

.faq-page__accordions .accrodion .accrodion-content .inner p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
}

/***
=============================================
    Slogan Two Faq
=============================================
***/
.slogan-two--faq {
	position: relative;
	display: block;
	padding: 115px 0px 130px;
	z-index: 1;
}

.slogan-two--faq .shape3 {
	position: absolute;
	top: 100px;
	right: 105px;
	z-index: -1;
}

.slogan-two--faq__img {
	position: relative;
	display: block;
}

.slogan-two--faq__img img {
	width: 100%;
}

/***
=============================================
    Error Page
=============================================
***/
.error-page {
	position: relative;
	display: block;
	background-image: -moz-linear-gradient(0deg, #fff4ee 0%, #f6faff 87%);
	background-image: -webkit-linear-gradient(0deg, #fff4ee 0%, #f6faff 87%);
	background-image: -ms-linear-gradient(0deg, #fff4ee 0%, #f6faff 87%);
	padding: 160px 0px 170px;
	z-index: 1;
}

.error-page .shape1 {
	position: absolute;
	right: 0;
	bottom: 80px;
	z-index: -1;
}

.error-page .shape2 {
	position: absolute;
	top: 230px;
	right: 170px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fbca1d;
	z-index: -1;
}

.error-page .shape3 {
	position: absolute;
	right: 505px;
	bottom: 80px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #ffede0;
	z-index: -1;
}

.error-page .shape4 {
	position: absolute;
	top: 140px;
	left: 390px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fde285;
	z-index: -1;
}

.error-page .shape5 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.error-page .shape6 {
	position: absolute;
	top: 240px;
	left: -260px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.5;
	z-index: -1;
}

.error-page__big-title {
	position: relative;
	display: block;
	margin-bottom: 53px;
}

.error-page__big-title h2 {
	position: relative;
	color: var(--amozo-black, #010212);
	font-size: 160px;
	line-height: 0.8em;
	font-family: var(--amozo-font-2, "PT Sans", sans-serif);
	font-weight: 700;
	z-index: 1;
}

.error-page__big-title h2::before {
	position: absolute;
	right: 0;
	bottom: -21px;
	left: 0;
	top: 0;
	background-image: url(assets/images/shapes/page-header-line6.png);
	content: "";
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.error-page__content {
	position: relative;
	display: block;
}

.error-page__content h2 {
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 700;
	font-family: var(--amozo-font-2, "PT Sans", sans-serif);
	margin-bottom: 10px;
}

.error-page__search {
	position: relative;
	display: block;
	margin-top: 58px;
}

.error-page__search form.search-form {
	position: relative;
	display: block;
	max-width: 670px;
	width: 100%;
	margin: 0 auto;
}

.error-page__search .search-form input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	border: 0px solid #ffffff;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
	font-size: 18px;
	font-weight: 400;
	padding-right: 30px;
	padding-left: 60px;
	transition: all 500ms ease 0s;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.error-page__search .search-form button {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 50px;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	background: transparent;
	display: block;
	text-align: center;
	border: 0px solid #f6f4ec;
	transition: all 500ms ease 0s;
	padding: 0;
	outline: none;
	border: none;
}

.error-page__search .search-form button i {
	color: var(--amozo-primary);
	font-size: 20px;
	line-height: 50px;
	font-weight: 700;
}

.error-page__search .search-form input[type="text"]:focus {
	outline: none;
	border: none;
}

.error-page__search .search-form input::-webkit-input-placeholder {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
}

.error-page__search .search-form input:-moz-placeholder {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
}

.error-page__search .search-form input::-moz-placeholder {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
}

.error-page__search .search-form input:-ms-input-placeholder {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.7);
}

.error-page__btn {
	position: relative;
	display: block;
	margin-top: 70px;
}

/***
=============================================
    Services Details
=============================================
***/
.services-one--services-details {
	position: relative;
	display: block;
	padding: 130px 0px 100px;
	z-index: 1;
}

/***
=============================================
     Website Design Build One
=============================================
***/
.website-design-build-one {
	position: relative;
	display: block;
	background: #fff8f1;
	padding: 130px 0px 130px;
}

.website-design-build-one__content {
	position: relative;
	display: block;
}

.website-design-build-one__content .title {
	position: relative;
	display: block;
}

.website-design-build-one__content .title h2 {
	color: var(--amozo-black, #010212);
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	margin-bottom: 38px;
}

.website-design-build-one__content .title p {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
}

.website-design-build-one__content-list {
	position: relative;
	display: block;
	margin-top: 50px;
}

.website-design-build-one__content-list .title {
	position: relative;
	display: block;
	margin-bottom: 41px;
}

.website-design-build-one__content-list .title h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 0;
}

.website-design-build-one__content-list ul {
	position: relative;
	display: block;
	max-width: 485px;
	width: 100%;
}

.website-design-build-one__content-list ul li {
	position: relative;
	display: inline-block;
	width: 235px;
	margin-bottom: 40px;
}

.website-design-build-one__content-list ul li .icon {
	position: relative;
	display: inline-block;
	margin-bottom: 11px;
	transition-delay: 0.1s;
	transition: all 500ms ease;
	z-index: 1;
}

.website-design-build-one__content-list ul li:hover .icon {
	transform: rotateY(-180deg);
	transition-delay: 0.1s;
}

.website-design-build-one__content-list ul li .icon .shape {
	position: absolute;
	top: -5px;
	right: -10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fbc41d;
	z-index: -1;
}

.website-design-build-one__content-list ul li .icon.style2 .shape {
	position: absolute;
	top: 0px;
	right: -10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fbc41d;
	z-index: -1;
}

.website-design-build-one__content-list ul li .icon span::before {
	position: relative;
	display: inline-block;
	color: #0a0101;
	font-size: 40px;
	line-height: 40px;
}

.website-design-build-one__content-list ul li .text {
	position: relative;
	display: block;
}

.website-design-build-one__content-list ul li .text p {
	color: var(--amozo-color-1, #000000);
	font-size: 18px;
	line-height: 32px;
}

.website-design-build-one__img {
	position: relative;
	display: block;
}

.website-design-build-one__img-img1 {
	position: relative;
	display: block;
}

.website-design-build-one__img-img2 {
	position: absolute;
	right: 105px;
	bottom: -145px;
}

/***
=============================================
    History One Services Details
=============================================
***/
.work-history-one--two--services-details {
	position: relative;
	display: block;
	padding-top: 70px;
	padding-bottom: 25px;
}

.work-history-one--two--services-details .work-history-one__single h3 .week {
	position: relative;
	display: inline-block;
	top: 4px;
	padding-right: 15px;
}

.work-history-one--two--services-details .work-history-one__single h3 .percent {
	position: relative;
	display: inline-block;
	top: 7px;
}

/***
=============================================
    Solution One
=============================================
***/
.solution-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 0px 0px 130px;
}

.case-single .solution-one {
	padding-bottom: 0;
}

.case-single .case-studies-two {
	padding-top: 120px;
}

.solution-one__left {
	position: relative;
	display: block;
	max-width: 590px;
	width: 100%;
}

.solution-one__left .title {
	position: relative;
	display: block;
	margin-bottom: 39px;
}

.solution-one__left .title h2 {
	color: var(--amozo-black, #010212);
	font-size: 48px;
	line-height: 1.3em;
	font-weight: 700;
}

.solution-one__left p {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

.solution-one__left-btn {
	position: relative;
	display: block;
	margin-top: 51px;
}

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

.solution-one__right-list {
	position: relative;
	display: block;
}

.solution-one__right-list-item {
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.solution-one__right-list-item:last-child {
	margin-bottom: 0;
}

.solution-one__right-list-item .icon {
	position: absolute;
	top: 8px;
	right: 0;
	transition-delay: 0.1s;
	transition: all 500ms ease;
}

.solution-one__right-list-item:hover .icon {
	transform: rotateY(-180deg);
	transition-delay: 0.1s;
}

.solution-one__right-list-item .icon span::before {
	position: relative;
	display: inline-block;
	color: #0a0101;
	font-size: 40px;
	line-height: 40px;
}

.solution-one__right-list-item .title {
	position: relative;
	display: block;
	padding-right: 80px;
}

.solution-one__right-list-item .title h2 {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 18px;
}

.solution-one__right-list-item .title p {
	color: var(--amozo-color-1, #000000);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

/***
=============================================
    Strategy One
=============================================
***/
.strategy-one {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 122px 0px 130px;
}

.strategy-one__content {
	position: relative;
	display: block;
}

.strategy-one__content .title {
	position: relative;
	display: block;
	margin-bottom: 36px;
}

.strategy-one__content .title h2 {
	color: var(--amozo-color-1, #000000);
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.strategy-one__content ul {
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.strategy-one__content li {
	position: relative;
	display: inline-block;
	margin-left: 65px;
}

.strategy-one__content li .icon {
	position: relative;
	display: block;
	transition-delay: 0.1s;
	transition: all 500ms ease;
}

.strategy-one__content li:hover .icon {
	transform: rotateY(-180deg);
	transition-delay: 0.1s;
}

.strategy-one__content li .icon span:before {
	color: #0a0101;
	font-size: 55px;
	line-height: 55px;
}

.strategy-one__content li .title {
	position: relative;
	display: block;
	margin-bottom: 0px;
}

.strategy-one__content li .title h4 {
	color: var(--amozo-color-1, #000000);
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
}

.strategy-one__content .text {
	position: relative;
	display: block;
}

.strategy-one__content .text p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	font-size: 20px;
	line-height: 36px;
}

.strategy-one__img {
	position: relative;
	display: block;
	max-width: 415px;
	width: 100%;
}

.strategy-one__img .icon {
	position: absolute;
	bottom: -15px;
	left: 0;
}

.strategy-one__img .icon a {
	position: relative;
	display: inline-block;
	width: 125px;
	height: 125px;
	line-height: 125px;
	border-radius: 50%;
	background: var(--amozo-base, #fb3c1d);
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.strategy-one__img .icon a:hover {
	background: var(--amozo-black, #010212);
}

/***
=============================================
    Website Design Build Two
=============================================
***/
.website-design-build-two {
	position: relative;
	display: block;
	background: #fff8f1;
	padding: 130px 0px 80px;
}

.website-design-build-two__single {
	position: relative;
	display: block;
	max-width: 500px;
	width: 100%;
}

.website-design-build-two__single .title {
	position: relative;
	display: block;
	margin-bottom: 43px;
}

.website-design-build-two__single .title h2 {
	color: var(--amozo-black, #010212);
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
}

.website-design-build-two__single .text1 {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 18px;
}

.website-design-build-two__single .text2 {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
}

.website-design-build-two__img {
	position: relative;
	display: block;
	margin-top: 34px;
}

.website-design-build-two__img img {
	width: 100%;
}

/***
=============================================
    Solution One Case Single
=============================================
***/
.solution-one--case-single {
	position: relative;
	display: block;
	padding: 122px 0px 0px;
}

.solution-one--case-single .text {
	position: relative;
	display: block;
	margin-bottom: 46px;
}

.solution-one--case-single .text p {
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
}

/***
=============================================
    Case Studies Two Case Single
=============================================
***/
.case-studies-two--case-single {
	position: relative;
	display: block;
	padding: 130px 0px 100px;
}

/***
=============================================
   Company Logos Two
=============================================
***/
.company-logos-one--two {
	position: relative;
	display: block;
	padding: 123px 0px 50px;
}

.company-logos-one--two .title {
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.company-logos-one--two .title h5 {
	color: var(--amozo-color-1, #000000);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-family: var(--amozo-font, "Poppins", sans-serif);
}

.company-logos-one--two .title h5 span {
	color: var(--amozo-base, #fb3c1d);
}

.company-logos-one--two .title h5 .odometer-formatting-mark {
	display: none;
}

/***
=============================================
    Tiny Scrollbar
=============================================
***/
#scrollbar1 {
	width: 270px;
	margin: 0;
}

#scrollbar1 .viewport {
	position: relative;
	width: 270px;
	height: 530px;
	overflow: hidden;
}

#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	right: 15px;
	top: 0;
	padding: 0;
	margin: 0;
	max-width: 500px;
	width: 100%;
	height: 100%;
}

#scrollbar1 .scrollbar {
	position: absolute;
	top: 0;
	left: 0px;
	background: #e7e7e7;
	width: 4px;
}

#scrollbar1 .track {
	background: transparent;
	height: 100%;
	width: 4px;
	position: relative;
	padding: 0;
}

#scrollbar1 .thumb {
	background: #fa401b;
	background-image: none;
	height: 20px;
	width: 4px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0px;
	opacity: 1;
	z-index: 3;
}

#scrollbar1 .thumb .end {
	background: #353742 no-repeat 50% 0;
	overflow: hidden;
	height: 0px;
	width: 4px;
}

#scrollbar1 .disable {
	display: none;
}

.stricky-one-logo {
	position: relative;
	display: none;
}

.stricky-header.main-menu .stricky-one-logo {
	display: block;
}

.stricky-header .main-menu__list > li > a {
	padding-top: 33px;
	padding-bottom: 33px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
	position: relative;
	display: block;
	padding: 50px 0 120px;
}

.error-page__inner {
	position: relative;
	display: block;
	text-align: center;
}

.error-page__title {
	position: relative;
	display: inline-block;
	font-size: 350px;
	line-height: 350px;
	letter-spacing: 0.2em;
	font-weight: 200;
	margin-bottom: 16px;
}

.error-page__tagline {
	font-size: 40px;
	line-height: 49px;
	margin-bottom: 19px;
	text-transform: uppercase;
	font-weight: 500;
}

.error-page__text {
	margin: 0;
	line-height: 18px;
}

.error-page__form {
	position: relative;
	display: block;
	margin: 61px 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: 68px;
	width: 100%;
	border: none;
	outline: none;
	background-color: #f6f4f9;
	font-size: 18px;
	color: var(--amozo-gray);
	font-weight: 400;
	padding-right: 85px;
	padding-left: 75px;
	border-radius: var(--amozo-bdr-radius);
}

.error-page__form button[type="submit"] {
	background-color: transparent;
	color: var(--amozo-black);
	font-size: 22px;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	width: 70px;
	outline: none;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
	right: 30px;
}

.blog-sidebar__content-single.tag-sticky-2 .blog-sidebar__content-box:before,
.blog-sidebar__content-single.sticky .blog-sidebar__content-box:before {
	position: absolute;
	left: 0px;
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--amozo-base, #fb3c1d);
	z-index: 10;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
	top: 0px;
	left: 0px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2 {
	color: #fff;
}

.blog-details__content > .wp-block-cover {
	margin-bottom: 32px;
}

.blog-details__content {
	font-size: 16px;
	line-height: 2;
}

.blog-details__content .wp-block-quote.has-text-align-right {
	border-left: 2px solid var(--amozo-black, #1e1e22);
	border-right: 0;
}

.blog-details__content .wp-block-quote.has-text-align-right::before {
	left: auto;
	right: 30px;
	transform: rotateX(-180deg);
}

.blog-details__content .blocks-gallery-caption {
	margin-bottom: 24px;
}

.blog-details__content blockquote:not([class*="has-"]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
	background-color: #f3fcff;
	border-right: 2px solid var(--amozo-black, #1e1e22);
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 0;
	border-radius: var(--amozo-bdr-radius);
}

blockquote {
	margin: 0 1.5em;
}

.blog-details__content blockquote:not([class*="has-"])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: 0;
	transform: rotate(-180deg);
	font-size: 100px;
	color: var(--amozo-base, #fb3c1d);
	opacity: 0.4;
	left: 30px;
	line-height: 0.9em;
	bottom: -25px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-style: italic;
}

.comment-content strong,
.blog-details__content strong {
	color: var(--amozo-black, #1e1e22);
}

.blog-details__content a:hover {
	color: var(--amozo-base, #fb3c1d);
	transition: all 500ms ease;
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background: none;
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
}

.wp-block-pullquote {
	margin: 0 0 1em;
	padding: 3em 0;
	text-align: center;
	border-radius: var(--amozo-bdr-radius);
}

.post .blog-details__content p.has-large-font-size {
	font-size: 2.25em;
}

.post .blog-details__content p.has-small-font-size {
	font-size: 0.9125em;
}

.wp-block-group.has-background {
	padding: 30px;
}

.wp-block-columns {
	margin: 30px 0;
}

.post-password-form label {
	font-weight: 600;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.blog-details__content .post-password-form label {
	font-size: 18px;
	font-weight: 600;
	color: var(--amozo-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(--amozo-black, #1e1e22);
}

.blog-details__content .post-password-form label {
	font-size: 18px;
	font-weight: 600;
	color: var(--amozo-black, #1e1e22);
}

.blog-details__content .post-password-form input[type="password"] {
	width: 200px;
	height: 50px;
	background-color: #f8f5f0;
	color: var(--amozo-gray, #717178);
	padding-right: 30px;
	display: inline-block;
	vertical-align: middle;
	border-radius: var(--amozo-bdr-radius);
}

.blog-details__content .post-password-form input[type="submit"] {
	width: 120px;
	height: 50px;
	background-color: var(--amozo-black, #1e1e22);
	color: var(--amozo-white, #ffffff);
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	transition: all 500ms ease;
	border-radius: var(--amozo-bdr-radius);
}

.blog-details__content .post-password-form input[type="submit"]:hover {
	background-color: var(--amozo-base, #fb3c1d);
	color: var(--amozo-white, #ffffff);
}

.post .blog-details__content > p {
	line-height: 2em;
	font-size: 16px;
}

.wp-block-cover-text strong {
	color: inherit;
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
	margin: 0 0.5em 0.5em 0;
	margin-right: 0;
}

.wp-block-archives-list li,
.widget_archive li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	line-height: 27px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--amozo-black, #010212);
	transition: all 0.3s ease;
	z-index: 1;
}

.wp-block-archives-list li a {
	color: inherit;
	transition: all 500ms ease;
}

.wp-block-archives.wp-block-archives-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
	width: 100%;
	height: 60px;
	background-color: #f8f5f0;
	border: 1px solid #f8f5f0;
	outline: none;
	color: var(--amozo-black, #010212);
	font-size: 16px;
	font-weight: 500;
	padding-right: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: var(--amozo-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: left 30px top 50%;
	background-size: 0.65em auto;
	border-radius: var(--amozo-bdr-radius);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
	margin-bottom: 30px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-right: 3.25em;
}

.wp-block-latest-comments__comment-meta {
	font-size: 18px;
	line-height: 1.889;
	font-weight: 400;
	color: var(--amozo-black, #1e1e22);
}

.wp-block-latest-comments__comment-date {
	font-weight: 500;
	color: rgba(var(--amozo-color-1-rgb, 0, 0, 0), 0.8);
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: 0.75em;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
	position: relative;
	padding-right: 68px;
	min-height: 44px;
}

.wp-block-latest-comments {
	padding-right: 0;
	margin-right: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) {
	margin-top: -7px;
}

.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(--amozo-black, #010212);
	width: 44px;
	height: 44px;
	color: var(--amozo-white, #ffffff);
	margin-left: 20px;
	transition: all 500ms ease;
	position: absolute;
	top: -4px;
	right: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
	background-color: var(--amozo-base, #fb3c1d);
	color: var(--amozo-white, #ffffff);
}

.wp-block-latest-posts__list.has-dates li {
	position: relative;
	padding-right: 64px;
	font-size: 16px;
	line-height: 1.889;
	font-weight: 600;
	transition: all 500ms ease;
	color: var(--amozo-black);
}

.wp-block-latest-posts__list.has-dates {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.wp-block-latest-posts__list.has-dates li::before {
	content: "\f302";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--amozo-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--amozo-white, #ffffff);
	transition: all 500ms ease;
	position: absolute;
	top: 5px;
	right: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
	position: relative;
	top: auto;
	right: 0;
	margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
	padding-right: 0;
}

.wp-block-search label {
	font-size: 18px;
	color: var(--amozo-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 35px 19px 80px;
	background: #f8f5f0;
	color: var(--amozo-gray, #717178);
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--amozo-font, "Kumbh Sans", sans-serif);
	width: 100%;
	height: 60px;
	border: 1px solid #f8f5f0;
	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(--amozo-black, #1e1e22);
	text-align: center;
	border-radius: 5px;
	color: var(--amozo-white, #ffffff);
	padding: 0 50px;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize;
	letter-spacing: 0.01em;
}

.wp-block-tag-cloud a {
	font-size: 18px !important;
	color: var(--amozo-gray, #717178);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	transition: all 500ms ease;
}

.wp-block-rss li {
	position: relative;
	padding-right: 68px;
	font-size: 16px;
	font-weight: 600;
	color: var(--amozo-black, #1e1e22);
	min-height: 44px;
}

.wp-block-rss li + li {
	margin-top: 20px;
}

.wp-block-rss {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-block-rss li::before {
	content: "\f09e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--amozo-black, #1e1e22);
	width: 44px;
	height: 44px;
	color: var(--amozo-white, #ffffff);
	transition: all 500ms ease;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.blog-details__content .page-links {
	color: var(--amozo-black, #1e1e22);
	display: flex;
	align-items: center;
}

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

.blog-details__content .page-links span,
.blog-details__content .page-links a {
	display: flex;
	width: 40px;
	height: 40px;
	display: flex;
	color: var(--amozo-black, #1e1e22);
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f3fcff;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	transition: all 500ms ease;
	border-radius: var(--amozo-bdr-radius);
}

.blog-details__content .page-links span {
	background-color: var(--amozo-base, #fb3c1d);
	color: var(--amozo-white, #ffffff);
}

.blog-details__content .page-links a:hover {
	background-color: var(--amozo-base, #fb3c1d);
	color: var(--amozo-white, #ffffff);
}

.news-sidebar__left .blog-pagination {
	margin-top: 30px;
}

.blog-pagination {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 7px;
}

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

.blog-pagination a,
.blog-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border: 1px solid var(--amozo-bdr-color, #e3e3e3);
	width: 50px;
	height: 50px;
	font-size: 16px;
	transition: all 500ms ease;
	border-radius: var(--amozo-bdr-radius);
}

.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
	background-color: var(--amozo-base, #fb3c1d);
	border-color: var(--amozo-base, #fb3c1d);
	color: var(--amozo-white, #ffffff);
}

.blog-pagination span + span,
.blog-pagination a + span,
.blog-pagination span + a,
.blog-pagination a + a {
	margin-right: 10px;
}

.blog-details__content a,
.comment-content a,
.blog-details__content blockquote:not([class*="has-"]) cite {
	color: var(--amozo-black);
}

.wp-block-latest-comments a,
.wp-block-latest-posts__list.has-dates li a,
.wp-block-rss li a {
	color: var(--amozo-black);
	font-weight: 500;
	font-size: 18px;
}

a.wp-block-button__link {
	background-color: var(--amozo-black);
	color: #fff;
}

.blog-details__content a.wp-block-file__button,
.wp-block-cover strong,
.wp-block-cover__inner-container a,
.wp-block-cover-text a {
	color: #fff;
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #f8f5f0;
}

.blog-details__content p {
	margin-bottom: 1.5em;
}

.tag-html .blog-details__content ul,
.tag-html .blog-details__content ol,
.comment-content ul,
.comment-content ol {
	display: block;
	margin: 0 0.5em 0.5em 0;
	margin-right: 0;
	padding-right: 20px;
}

.tag-html .blog-details__content ol ol,
.tag-html .blog-details__content ul ul,
.comment-content ol ol,
.comment-content ul ul {
	margin-bottom: 0;
}

.tag-html .blog-details__content ol,
.tag-html .blog-details__content ol li,
.tag-markup-2 .blog-details__content ol,
.tag-markup-2 .blog-details__content ol li,
.comment-content ol li {
	list-style-type: decimal;
}

.tag-html .blog-details__content ul,
.tag-html .blog-details__content ul li,
.tag-markup-2 .blog-details__content ul,
.tag-markup-2 .blog-details__content ul li,
.comment-content ul li {
	list-style-type: disc;
}

.page-border {
	border-bottom: 1px solid #f7f5f5;
	margin: 0 40px auto;
}

.owl-prev .icon-right-arrow:before {
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.owl-prev .icon-right-arrow:before,
.owl-next .icon-right-arrow:before {
	color: var(--amozo-color-1, #000000);
	font-size: 15px;
	font-weight: 700;
}

/* Responsive
--------------------------------------------- */
/* Large Layout: 1200px.
@media only screen and (min-width: 1200px){
.container {padding: 0;}
.container-fluid{padding: 0;}


.cta_two_btn {
    margin-left: 49px;
}

}
*/
/**Main Header One **/
@media only screen and (min-width: 1200px) and (max-width: 1565px) {
	.main-header--one__middle {
		padding-right: 60px;
	}
	.main-header--one__right .contact-box {
		display: none;
	}
}

/** Slider One**/
@media only screen and (min-width: 1199px) and (max-width: 1600px) {
	.main-slider .swiper-slide .shape1 {
		display: none;
	}
	.main-slider .swiper-slide .shape2 {
		display: none;
	}
	.main-slider .swiper-slide .shape3 {
		display: none;
	}
}

/** Slider Two**/
@media only screen and (min-width: 1199px) and (max-width: 1600px) {
	.main-slider-two__content h2 {
		font-size: 85px;
	}
	.main-slider-two .main-slider-two__img .shape-one {
		display: none;
	}
	.main-slider-two .main-slider-two__img .shape-two {
		display: none;
	}
}

/** About One**/
@media only screen and (min-width: 1199px) and (max-width: 1215px) {
	.about-one .sec-title__title {
		font-size: 62px;
	}
}

/**Services One**/
@media only screen and (min-width: 1199px) and (max-width: 1600px) {
	.services-two__left-bg {
		display: none;
	}
	.services-two .shape4 {
		display: none;
	}
	.services-two .shape8 {
		display: none;
	}
}

/** About Two**/
@media only screen and (min-width: 1199px) and (max-width: 1600px) {
	.about-two .shape6 {
		display: none;
	}
}

/**Digital Strategy One**/
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
	.digital-strategy-one__img .overlay-content .inner .text h2 {
		font-size: 28px;
	}
}

/**Case Studies One**/
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
	.case-studies-one__single-top h2 {
		font-size: 27px;
	}
}

/**Client Feed Back One**/
@media only screen and (min-width: 1200px) and (max-width: 1290px) {
	.sec-title__title {
		font-size: 59px;
	}
	.client-feed-back-one__content-single-text {
		font-size: 23px;
	}
}

/** Medium screen**/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/** Main Header One**/
	.main-header--one__right {
		display: none;
	}
	.main-header--one__left {
		float: none;
		width: 100%;
		justify-content: space-between;
	}
	.main-menu__inner {
		display: block;
		text-align: left;
		width: 100%;
	}
	.main-header--one__inner {
		padding: 27px 0px 30px;
	}
	.main-menu .mobile-nav__toggler {
		position: relative;
		display: inline-block;
		top: 5px;
	}
	/**Slider One**/
	.main-slider__title {
		font-size: 105px;
	}
	.main-slider .swiper-slide .shape1 {
		display: none;
	}
	.main-slider .swiper-slide .shape3 {
		display: none;
	}
	.main-slider .swiper-slide .shape2 {
		display: none;
	}
	/**Slider Two**/
	.main-slider-two .main-slider-two__img .shape-one {
		display: none;
	}
	.main-slider-two .main-slider-two__img .shape-two {
		display: none;
	}
	.main-slider-two__content h2 {
		font-size: 73px;
	}
	.main-slider-two__content {
		padding-right: 60px;
	}
	/**Page Header**/
	.page-header .shape1 {
		display: none;
	}
	.page-header .shape2 {
		display: none;
	}
	/** About One**/
	.about-one {
		padding: 130px 0px 130px;
	}
	.about-one__left {
		margin: 0 auto;
	}
	.about-one__content {
		margin-top: 170px;
		padding-right: 0;
	}
	/**Work History One **/
	.work-history-one__single h3 {
		font-size: 60px;
	}
	.work-history-one__single-title {
		font-size: 19px;
		margin-bottom: 12px;
	}
	.work-history-one__single {
		padding: 43px 25px 48px;
	}
	.work-history-one__single-text {
		font-size: 14px;
	}
	/**Services One **/
	.services-one .sec-title__title {
		font-size: 61px;
	}
	/**Digital Experience One **/
	.digital-experience-one__right {
		margin-top: 50px;
		margin-right: 0px;
	}
	.digital-experience-one .sec-title__title br {
		display: none;
	}
	/**Digital Strategy One **/
	.digital-strategy-one__img {
		position: relative;
		width: 100%;
		min-height: 700px;
	}
	.digital-strategy-one__content-box {
		max-width: none;
		float: none;
		margin-left: 0px;
		padding-right: 100px;
	}
	/**Case Studies One**/
	.case-studies-one__single-top h2 {
		font-size: 21px;
		line-height: 35px;
	}
	.case-studies-one__single .shape1 {
		bottom: 7px;
		left: 10px;
	}
	.case-studies-one .shape2 {
		display: none;
	}
	/**Blog One**/
	.blog-one__single__content h2 {
		font-size: 19px;
		line-height: 32px;
	}
	/**Footer One**/
	.footer-widget__link {
		margin-right: 0px;
	}
	.footer-widget__company {
		margin-right: -30px;
	}
	/**Case Studies Two**/
	.case-studies-two__single-content {
		padding: 43px 20px 41px;
	}
	.case-studies-two__single-content h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.case-studies-two__bottom-inner {
		display: block;
		text-align: center;
	}
	.case-studies-two__bottom-img {
		max-width: none;
		width: auto;
		margin-bottom: 30px;
	}
	.case-studies-two__bottom-img img {
		width: auto;
	}
	.case-studies-two__bottom-title {
		position: relative;
		display: block;
		max-width: none;
		margin-bottom: 30px;
	}
	.case-studies-two .shape2 {
		display: none;
	}
	.case-studies-two .shape3 {
		display: none;
	}
	.case-studies-two .shape4 {
		display: none;
	}
	/**Subscribe Two**/
	.subscribe-one--two__right {
		max-width: none;
		width: 100%;
		margin-top: 35px;
	}
	.subscribe-one--two__right .subscribe-one__box {
		margin: 0;
	}
	.subscribe-one--two__right-text {
		margin-bottom: 25px;
	}
	/**Client Feed Back One**/
	.client-feed-back-one__content {
		margin-right: 40px;
	}
	.client-feed-back-one__content .sec-title__title {
		font-size: 45px;
	}
	.client-feed-back-one__content-single-text {
		font-size: 18px;
	}
	.client-feed-back-one__content-single .client-info {
		margin-top: 25px;
	}
	.client-feed-back-one__content-single .sec-title {
		margin-bottom: 40px;
	}
	.client-feed-back-one__img .shape3 {
		display: none;
	}
	.client-feed-back-one__img .shape4 {
		display: none;
	}
	/**About Two**/
	.about-two__left {
		margin: 0 auto;
	}
	.about-two .shape6 {
		display: none;
	}
	.about-two__content {
		margin-right: 0px;
		margin-top: 257px;
	}
	.about-two__content .sec-title__title br {
		display: none;
	}
	/**Services Two**/
	.services-two .sec-title__title br {
		display: none;
	}
	.services-two .shape1 {
		display: none;
	}
	.services-two .shape2 {
		display: none;
	}
	.services-two .shape3 {
		display: none;
	}
	.services-two .shape4 {
		display: none;
	}
	.services-two .shape5 {
		display: none;
	}
	.services-two .shape6 {
		display: none;
	}
	.services-two .shape7 {
		display: none;
	}
	.services-two .shape8 {
		display: none;
	}
	.services-two__left-bg {
		display: none;
	}
	.services-two__bottom-img {
		display: none;
	}
	/**Client Feed Back One**/
	.client-feed-back-one--two .client-feed-back-one__content {
		margin-top: 50px;
		margin-right: 0px;
	}
	.client-feed-back-one--two .shape-two {
		display: none;
	}
	.services-one__single h2 {
		font-size: 23px;
	}
	/** Work History Two**/
	.work-history-one--two .work-history-one__single.mr-l100 {
		margin-right: 60px;
	}
	.blog-page-two .blog-one__single__content h2 {
		font-size: 30px;
	}
	/**Blog Page Two**/
	.page-header--blog-single .page-header__title h2 br {
		display: none;
	}
	.blog-page-two .shape1 {
		display: none;
	}
	.blog-page-two .shape2 {
		display: none;
	}
	.blog-page-two .shape3 {
		display: none;
	}
	.blog-page-two .shape4 {
		display: none;
	}
	.blog-page-two .shape5 {
		display: none;
	}
	/**Slogan Two**/
	.slogan-two__right {
		padding-right: 30px;
		padding-left: 25px;
	}
	/**Blog Page Single**/
	.blog-page-single__tags {
		margin-bottom: 15px;
	}
	.author-one__content p br {
		display: none;
	}
	/**Error Page**/
	.error-page .shape1 {
		display: none;
	}
	.error-page .shape2 {
		display: none;
	}
	.error-page .shape3 {
		display: none;
	}
	.error-page .shape4 {
		display: none;
	}
	.error-page .shape5 {
		display: none;
	}
	.error-page .shape6 {
		display: none;
	}
	/**Website Design Build One**/
	.website-design-build-one {
		padding: 130px 0px 275px;
	}
	/**Page Header Case Single**/
	.page-header--case-single .shape-one {
		display: none;
	}
	.page-header--case-single .shape-two {
		display: none;
	}
	.page-header--case-single .shape-three {
		display: none;
	}
	.page-header--case-single .shape-four {
		display: none;
	}
	.page-header--case-single .shape-five {
		display: none;
	}
	/**Strategy One**/
	.strategy-one__img {
		margin-top: 50px;
	}
	.page-header--services-single .shape-one {
		display: none;
	}
	.page-header--services-single .shape-two {
		display: none;
	}
	.page-header--services-single .shape-three {
		display: none;
	}
	.page-header--services-single .shape-four {
		display: none;
	}
	.page-header--services-single .shape-five {
		display: none;
	}
	.page-header--services-single-title h2 {
		font-size: 65px;
	}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/** Main Header One**/
	.main-header--one__right {
		display: none;
	}
	.main-header--one__left {
		float: none;
		width: 100%;
		justify-content: space-between;
	}
	.main-menu__inner {
		display: block;
		text-align: left;
		width: 100%;
	}
	.main-header--one__inner {
		padding: 27px 0px 30px;
	}
	.main-menu .mobile-nav__toggler {
		position: relative;
		display: inline-block;
		top: 5px;
	}
	/**Main Header Two**/
	.main-header--one--two .main-header--one__bottom-middel {
		padding-top: 0px;
	}
	.main-header--one--two .main-header--one__bottom .main-menu--1 {
		padding-top: 0px;
		width: 27px;
	}
	/**Slider One**/
	.main-slider__title span::before {
		bottom: -19px;
	}
	.main-slider__title {
		font-size: 75px;
	}
	.main-slider .swiper-slide .shape1 {
		display: none;
	}
	.main-slider .swiper-slide .shape3 {
		display: none;
	}
	.main-slider .swiper-slide .shape2 {
		display: none;
	}
	/**Slider Two**/
	.main-slider-two .main-slider-two__img .shape-one {
		display: none;
	}
	.main-slider-two .main-slider-two__img .shape-two {
		display: none;
	}
	.main-slider-two__content h2 {
		font-size: 55px;
	}
	.main-slider-two__content {
		padding-right: 50px;
	}
	.main-slider-two__content h2 span::before {
		display: none;
	}
	/**Page Header**/
	.page-header .shape1 {
		display: none;
	}
	.page-header .shape2 {
		display: none;
	}
	.page-header .shape3 {
		display: none;
	}
	.page-header .shape4 {
		display: none;
	}
	/** About One**/
	.about-one {
		padding: 130px 0px 130px;
	}
	.about-one__content {
		margin-top: 170px;
		padding-right: 0;
	}
	.about-one__left-img1 {
		position: absolute;
		top: 0;
		right: 0px;
		z-index: 5;
	}
	.about-one__left-img1::before {
		right: 0px;
	}
	/**Work History One **/
	.work-history-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	/**Services One **/
	.services-one {
		padding: 130px 0px 130px;
	}
	.services-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.services-one__bottom__wrapper {
		display: block;
		text-align: center;
	}
	.services-one__bottom-text h2 br {
		display: none;
	}
	.services-one__bottom-btn {
		margin-top: 25px;
	}
	/**Digital Experience One **/
	.digital-experience-one__right {
		margin-top: 50px;
		margin-right: 0px;
	}
	.digital-experience-one .sec-title__title br {
		display: none;
	}
	/**Digital Strategy One **/
	.digital-strategy-one__img {
		position: relative;
		width: 100%;
		min-height: 700px;
	}
	.digital-strategy-one__content-box {
		max-width: none;
		float: none;
		margin-left: 0px;
		padding-right: 100px;
	}
	/**Case Studies One**/
	.case-studies-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.case-studies-one .shape2 {
		display: none;
	}
	/**Blog One**/
	.blog-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.blog-one .shape1 {
		display: none;
	}
	.blog-one .shape2 {
		display: none;
	}
	.blog-one .shape3 {
		display: none;
	}
	.blog-one .shape4 {
		display: none;
	}
	.blog-one .shape5 {
		display: none;
	}
	/**Subscribe One**/
	.subscribe-one__title br {
		display: none;
	}
	/**Footer One**/
	.footer-widget__link {
		margin-right: 0px;
	}
	.footer-widget__social-links {
		margin-right: 0px;
		margin-top: 0px;
	}
	/**Case Studies Two**/
	.case-studies-two .sec-title__title br {
		display: none;
	}
	.case-studies-two__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.case-studies-two__bottom-inner {
		display: block;
		text-align: center;
	}
	.case-studies-two__bottom-img {
		max-width: none;
		width: auto;
		margin-bottom: 30px;
	}
	.case-studies-two__bottom-img img {
		width: auto;
	}
	.case-studies-two__bottom-title {
		position: relative;
		display: block;
		max-width: none;
		margin-bottom: 30px;
	}
	.case-studies-two .shape2 {
		display: none;
	}
	.case-studies-two .shape3 {
		display: none;
	}
	.case-studies-two .shape4 {
		display: none;
	}
	/**Team One**/
	.team-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	/**Slogan One**/
	.slogan-one__wrapper h2 br {
		display: none;
	}
	.slogan-one .shape1 {
		display: none;
	}
	.slogan-one .shape2 {
		display: none;
	}
	.slogan-one .shape3 {
		display: none;
	}
	.slogan-one .shape4 {
		display: none;
	}
	.slogan-one .shape5 {
		display: none;
	}
	/**Subscribe Two**/
	.subscribe-one--two__right {
		max-width: none;
		width: 100%;
		margin-top: 35px;
	}
	.subscribe-one--two__right .subscribe-one__box {
		margin: 0;
	}
	.subscribe-one--two__right-text {
		margin-bottom: 25px;
	}
	/**Client Feed Back One**/
	.client-feed-back-one__img img {
		width: auto;
	}
	.client-feed-back-one__img .shape3 {
		display: none;
	}
	.client-feed-back-one__img .shape4 {
		display: none;
	}
	.client-feed-back-one__img {
		margin-bottom: 70px;
	}
	.client-feed-back-one__content {
		margin-right: 0px;
	}
	/**About Two**/
	.about-two__left {
		margin: 0 auto;
	}
	.about-two .shape5 {
		display: none;
	}
	.about-two .shape6 {
		display: none;
	}
	.about-two__content {
		margin-right: 0px;
		margin-top: 257px;
	}
	.about-two__content .sec-title__title br {
		display: none;
	}
	/**Services Two**/
	.services-two__single {
		position: relative;
		display: block;
		max-width: 500px;
		width: 100%;
	}
	.services-two .sec-title__title br {
		display: none;
	}
	.services-two .shape1 {
		display: none;
	}
	.services-two .shape2 {
		display: none;
	}
	.services-two .shape3 {
		display: none;
	}
	.services-two .shape4 {
		display: none;
	}
	.services-two .shape5 {
		display: none;
	}
	.services-two .shape6 {
		display: none;
	}
	.services-two .shape7 {
		display: none;
	}
	.services-two .shape8 {
		display: none;
	}
	.services-two__left-bg {
		display: none;
	}
	.services-two__bottom-img {
		display: none;
	}
	/**Client Feed Back One**/
	.client-feed-back-one--two .client-feed-back-one__img img {
		width: 100%;
	}
	.work-history-one--two .work-history-one__single.style1 {
		max-width: 500px;
		margin: 0 auto 30px;
	}
	/**Blog Page Two**/
	.blog-page-two__left {
		position: relative;
		display: block;
		max-width: none;
		width: 100%;
		margin: 0 auto;
	}
	.blog-page-two__left .blog-one__single {
		max-width: none;
	}
	.blog-page-two .blog-one__single__content h2 {
		font-size: 29px;
	}
	.sidebar {
		position: relative;
		display: block;
		max-width: none;
		width: 100%;
		margin: 50px auto 0;
	}
	/**Blog Page Two**/
	.page-header--blog-single .page-header__title h2 br {
		display: none;
	}
	/**Slogan Two**/
	.slogan-two__right {
		margin-top: 40px;
	}
	.slogan-two .shape3 {
		display: none;
	}
	/**Blog Page Single**/
	.author-one__content p br {
		display: none;
	}
	/**Blog Page Two**/
	.blog-page-two .shape1 {
		display: none;
	}
	.blog-page-two .shape2 {
		display: none;
	}
	.blog-page-two .shape3 {
		display: none;
	}
	.blog-page-two .shape4 {
		display: none;
	}
	.blog-page-two .shape5 {
		display: none;
	}
	/**Faq Page**/
	.faq-page__accordions .accrodion .accrodion-title h4 {
		padding-left: 55px;
	}
	/**Slogan Two Faq**/
	.slogan-two--faq__img {
		margin-top: 60px;
	}
	.slogan-two--faq__img img {
		width: auto;
	}
	.slogan-two .shape1 {
		display: none;
	}
	.slogan-two .shape2 {
		display: none;
	}
	.slogan-two .shape3 {
		display: none;
	}
	/**Error Page**/
	.error-page .shape1 {
		display: none;
	}
	.error-page .shape2 {
		display: none;
	}
	.error-page .shape3 {
		display: none;
	}
	.error-page .shape4 {
		display: none;
	}
	.error-page .shape5 {
		display: none;
	}
	.error-page .shape6 {
		display: none;
	}
	/**Website Design Build One**/
	.website-design-build-one {
		padding: 130px 0px 275px;
	}
	/**Solution One**/
	.solution-one__left {
		max-width: none;
	}
	.solution-one__right {
		margin-top: 60px;
	}
	/**Page Header Case Single**/
	.page-header--case-single .shape-one {
		display: none;
	}
	.page-header--case-single .shape-two {
		display: none;
	}
	.page-header--case-single .shape-three {
		display: none;
	}
	.page-header--case-single .shape-four {
		display: none;
	}
	.page-header--case-single .shape-five {
		display: none;
	}
	.page-header--case-single__wrapper h2 {
		font-size: 75px;
	}
	.page-header--case-single__wrapper p br {
		display: none;
	}
	/**Strategy One**/
	.strategy-one__img {
		margin-top: 50px;
	}
	/**Website Design Build Two**/
	.website-design-build-two__single {
		max-width: none;
		margin-bottom: 50px;
	}
	/**Page Header Services Single**/
	.page-header--services-single__img {
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		min-height: 700px;
	}
	.page-header--services-single__content {
		padding: 750px 0px 142px;
	}
	.page-header--services-single-title h2 {
		font-size: 85px;
	}
	.page-header--services-single .shape-one {
		display: none;
	}
	.page-header--services-single .shape-two {
		display: none;
	}
	.page-header--services-single .shape-three {
		display: none;
	}
	.page-header--services-single .shape-four {
		display: none;
	}
	.page-header--services-single__img .icon {
		right: 0px;
		bottom: 0px;
		left: 0;
		text-align: center;
	}
	.page-header.contact h2 {
		font-size: 80px;
	}
}

/** Mobile Layout: 320px. **/
@media only screen and (max-width: 767px) {
	.sec-title__title {
		font-size: 35px;
	}
	.sec-title__title br {
		display: none;
	}
	.sec-title__title span::before {
		bottom: -10px;
	}
	/** Main Header One**/
	.main-header--one__right {
		display: none;
	}
	.main-header--one__left {
		float: none;
		width: 100%;
		justify-content: space-between;
	}
	.main-menu__inner {
		display: block;
		text-align: left;
		max-width: 30px;
		width: 100%;
	}
	.main-header--one__inner {
		padding: 27px 0px 30px;
	}
	.main-menu .mobile-nav__toggler {
		position: relative;
		display: inline-block;
		top: 5px;
	}
	/**Main Header Two**/
	.main-header--one--two .main-header--one__bottom .auto-container {
		padding: 0px 20px;
	}
	.main-header--one--two .main-header--one__bottom-middel {
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0;
	}
	.main-header--one--two .main-header--one__bottom .main-menu--1 {
		padding-top: 0px;
		width: 27px;
	}
	.main-header--one--two .main-header--one__bottom-middel::before {
		display: none;
	}
	/**Slider One**/
	.main-slider__title span::before {
		bottom: -19px;
	}
	.main-slider__title br {
		display: none;
	}
	.main-slider__title {
		font-size: 60px;
	}
	.main-slider .swiper-slide .shape1 {
		display: none;
	}
	.main-slider .swiper-slide .shape3 {
		display: none;
	}
	.main-slider .swiper-slide .shape5 {
		display: none;
	}
	.main-slider .swiper-slide .shape2 {
		display: none;
	}
	.main-slider .swiper-slide .shape4 {
		display: none;
	}
	/**Slider Two**/
	.main-slider-two .main-slider-two__img .shape-one {
		display: none;
	}
	.main-slider-two .main-slider-two__img .shape-two {
		display: none;
	}
	.main-slider-two__content h2 {
		font-size: 70px;
	}
	.main-slider-two__content {
		padding-right: 0px;
		margin-top: 60px;
		text-align: center;
	}
	.main-slider-two__content h2 span::before {
		display: none;
	}
	/**Page Header**/
	.page-header__title h2 {
		font-size: 70px;
	}
	.page-header .shape1 {
		display: none;
	}
	.page-header .shape2 {
		display: none;
	}
	.page-header .shape3 {
		display: none;
	}
	.page-header .shape4 {
		display: none;
	}
	/** About One**/
	.about-one {
		padding: 130px 0px 130px;
	}
	.about-one__content {
		margin-top: 70px;
		padding-right: 0;
	}
	.about-one__left-img1 {
		position: relative;
		display: block;
		top: 0;
		right: -0px;
	}
	.about-one__left .shape1 {
		display: none;
	}
	.about-one__left-img1 .inner .shape2 {
		display: none;
	}
	.about-one__left .shape3 {
		display: none;
	}
	.about-one__content .shape4 {
		display: none;
	}
	.about-one .shape5 {
		display: none;
	}
	.about-one .shape6 {
		display: none;
	}
	.about-one__left-img2 {
		padding-top: 80px;
		width: auto;
	}
	.about-one__left-img2 .overlay-content {
		position: relative;
		display: block;
		right: 0px;
		bottom: 0px;
		left: 0px;
		padding-right: 45px;
		margin-top: 50px;
	}
	.about-one__left-img2 .overlay-content h2 {
		font-size: 20px;
	}
	.about-one__content-list ul li .title h4 {
		font-size: 15px;
	}
	/**Work History One **/
	.work-history-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
		padding: 43px 40px 48px;
		text-align: center;
	}
	.work-history-one__single-title {
		font-size: 20px;
	}
	.work-history-one__single-text {
		font-size: 15px;
	}
	/**Services One **/
	.services-one {
		padding: 130px 0px 130px;
	}
	.services-one .sec-title__title {
		font-size: 34px;
	}
	.services-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.services-one__bottom__wrapper {
		display: block;
		text-align: center;
	}
	.services-one__bottom-text h2 br {
		display: none;
	}
	.services-one__bottom-btn {
		margin-top: 25px;
	}
	.services-one .sec-title__title span::before {
		bottom: -14px;
	}
	.services-one__bottom-text h2 {
		font-size: 24px;
	}
	.services-one .shape1 {
		display: none;
	}
	.services-one .shape2 {
		display: none;
	}
	.services-one .shape3 {
		display: none;
	}
	.services-one .shape4 {
		display: none;
	}
	.services-one .shape5 {
		display: none;
	}
	/**Digital Experience One **/
	.digital-experience-one__right {
		margin-top: 50px;
		margin-right: 0px;
	}
	.digital-experience-one .sec-title__title br {
		display: none;
	}
	.digital-experience-one .sec-title__title {
		font-size: 45px;
	}
	.digital-experience-one .sec-title__title br {
		display: none;
	}
	.digital-experience-one__right-accordions .accrodion .accrodion-content {
		padding: 29px 30px 18px;
	}
	.digital-experience-one__right-bottom {
		display: block;
	}
	.digital-experience-one__right-bottom-text {
		padding-right: 0px;
		margin-top: 15px;
	}
	/**Digital Strategy One **/
	.digital-strategy-one__img {
		position: relative;
		width: 100%;
		min-height: 700px;
		background-position: center top;
	}
	.digital-strategy-one__content-box {
		max-width: none;
		float: none;
		margin-left: 0px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.digital-strategy-one__img .overlay-content {
		right: 0px;
		bottom: 0;
	}
	.digital-strategy-one__img .overlay-content .inner {
		display: block;
	}
	.digital-strategy-one__img .overlay-content .inner .text {
		padding: 18px 35px 17px;
		margin-right: 0px;
	}
	.digital-strategy-one__img .overlay-content .inner .text h2 br {
		display: none;
	}
	.digital-strategy-one__img .overlay-content .inner .text h2 {
		font-size: 31px;
	}
	.digital-strategy-one__img .overlay-content .inner .icon {
		margin-bottom: 15px;
		text-align: center;
	}
	.digital-strategy-one__content-box-list li {
		padding: 19px 20px 18px;
	}
	.digital-strategy-one__content-box-list li .text {
		padding-right: 15px;
	}
	/**Case Studies One**/
	.case-studies-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.case-studies-one .shape2 {
		display: none;
	}
	.case-studies-one__single {
		padding-right: 30px;
	}
	.case-studies-one__single-top h2 {
		font-size: 24px;
		line-height: 35px;
	}
	.case-studies-one__single .shape1 {
		bottom: 8px;
		left: 15px;
	}
	/**Blog One**/
	.blog-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.blog-one .shape1 {
		display: none;
	}
	.blog-one .shape2 {
		display: none;
	}
	.blog-one .shape3 {
		display: none;
	}
	.blog-one .shape4 {
		display: none;
	}
	.blog-one .shape5 {
		display: none;
	}
	.blog-one__single__content h2 br {
		display: none;
	}
	/**Subscribe One**/
	.subscribe-one__wrapper {
		padding: 100px 15px 100px;
	}
	.subscribe-one__title br {
		display: none;
	}
	.subscribe-one__title {
		font-size: 36px;
		line-height: 1.2em;
	}
	.subscribe-one__wrapper .shape1 {
		display: none;
	}
	.subscribe-one__wrapper .shape2 {
		display: none;
	}
	.subscribe-one__wrapper .shape3 {
		display: none;
	}
	.subscribe-one__wrapper .shape4 {
		display: none;
	}
	.subscribe-one__wrapper .shape5 {
		display: none;
	}
	.subscribe-one__btn {
		position: relative;
		display: block;
		margin: 0 auto;
	}
	.subscribe-one__input-box input[type="email"] {
		max-width: none;
		margin-bottom: 15px;
	}
	/**Footer One**/
	.footer-widget__link {
		margin-top: 0px;
		margin-right: 0px;
	}
	.footer-widget__company {
		margin-top: 30px;
	}
	.footer-widget__social-links {
		margin-right: 0px;
		margin-top: 0px;
	}
	.footer-one .shape1 {
		display: none;
	}
	.footer-one .shape2 {
		display: none;
	}
	/**Case Studies Two**/
	.case-studies-two .sec-title__title br {
		display: none;
	}
	.case-studies-two__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.case-studies-two__single-content {
		padding: 43px 20px 41px;
	}
	.case-studies-two__single-content h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.case-studies-two__bottom-inner {
		display: block;
		text-align: center;
	}
	.case-studies-two__bottom-img {
		max-width: none;
		width: auto;
		margin-bottom: 30px;
	}
	.case-studies-two__bottom-img img {
		width: 100%;
	}
	.case-studies-two__bottom-title {
		position: relative;
		display: block;
		max-width: none;
		margin-bottom: 30px;
	}
	.case-studies-two .shape2 {
		display: none;
	}
	.case-studies-two .shape3 {
		display: none;
	}
	.case-studies-two .shape4 {
		display: none;
	}
	.case-studies-two__bottom-title h2 {
		font-size: 33px;
		line-height: 43px;
	}
	/**Team One**/
	.team-one__single {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	/**Slogan One**/
	.slogan-one__wrapper h2 br {
		display: none;
	}
	.slogan-one .shape1 {
		display: none;
	}
	.slogan-one .shape2 {
		display: none;
	}
	.slogan-one .shape3 {
		display: none;
	}
	.slogan-one .shape4 {
		display: none;
	}
	.slogan-one .shape5 {
		display: none;
	}
	/**Subscribe Two**/
	.subscribe-one--two {
		text-align: center;
	}
	.subscribe-one--two__right {
		max-width: none;
		width: 100%;
		margin-top: 35px;
	}
	.subscribe-one--two__right .subscribe-one__box {
		margin: 0;
	}
	.subscribe-one--two__right-text {
		margin-bottom: 25px;
	}
	/**Client Feed Back One**/
	.client-feed-back-one__img img {
		width: 100%;
	}
	.client-feed-back-one__img .shape3 {
		display: none;
	}
	.client-feed-back-one__img .shape4 {
		display: none;
	}
	.client-feed-back-one__img {
		margin-bottom: 70px;
	}
	.client-feed-back-one__content {
		margin-right: 0px;
	}
	.client-feed-back-one .shape1 {
		display: none;
	}
	.client-feed-back-one .shape2 {
		display: none;
	}
	/**About Two**/
	.about-two__left {
		margin: 0 auto;
		max-width: none;
		padding-left: 0px;
	}
	.about-two .shape5 {
		display: none;
	}
	.about-two .shape6 {
		display: none;
	}
	.about-two__content {
		margin-right: 0px;
		margin-top: 70px;
	}
	.about-two__content .sec-title__title br {
		display: none;
	}
	.about-two__left .shape-one {
		display: none;
	}
	.about-two__left-img1 {
		position: relative;
		right: auto;
	}
	.about-two__left-img1 .inner .shape-two {
		display: none;
	}
	.about-two__left .shape-three {
		display: none;
	}
	.about-two__content-list ul {
		display: block;
	}
	.about-two__content-list ul li {
		padding-bottom: 30px;
		padding-left: 0px;
	}
	.about-two__content-list ul li:last-child {
		padding-bottom: 0;
	}
	.about-two__content-list ul li .title h4 br {
		display: none;
	}
	.about-two__left-img2 .overlay-content {
		position: relative;
		right: 0px;
		bottom: 0px;
		margin-top: 40px;
	}
	.about-two__left-img2 {
		float: none;
	}
	/**Services Two**/
	.services-two__single {
		position: relative;
		display: block;
		max-width: 500px;
		width: 100%;
	}
	.services-two .sec-title__title br {
		display: none;
	}
	.services-two .shape1 {
		display: none;
	}
	.services-two .shape2 {
		display: none;
	}
	.services-two .shape3 {
		display: none;
	}
	.services-two .shape4 {
		display: none;
	}
	.services-two .shape5 {
		display: none;
	}
	.services-two .shape6 {
		display: none;
	}
	.services-two .shape7 {
		display: none;
	}
	.services-two .shape8 {
		display: none;
	}
	.services-two__left-bg {
		display: none;
	}
	.services-two__bottom-img {
		display: none;
	}
	.services-two__bottom-content {
		display: block;
	}
	.services-two__bottom-content-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.services-two__bottom-btn {
		margin-top: 25px;
	}
	.services-two__bottom-content-title {
		position: relative;
		display: block;
		max-width: none;
		width: 100%;
	}
	/**Client Feed Back One**/
	.client-feed-back-one--two .shape-one {
		display: none;
	}
	.client-feed-back-one--two .shape-two {
		display: none;
	}
	.client-feed-back-one--two .shape-three {
		display: none;
	}
	.client-feed-back-one--two .shape-four {
		display: none;
	}
	/**Work History One**/
	.work-history-one--about .title-box h2 br {
		display: none;
	}
	.work-history-one--about .title-box h2 {
		font-size: 42px;
	}
	.work-history-one--about .title-box p {
		font-size: 20px;
	}
	.work-history-one--two .work-history-one__single.style1 {
		max-width: 500px;
		margin: 0 auto 30px;
	}
	.work-history-one--two .work-history-one__single.mr-l100 {
		margin-right: 0px;
	}
	/**Blog One Blog**/
	.page-header__title.blog h2 {
		font-size: 60px;
	}
	.page-header__title.blog h2::before {
		display: none;
	}
	/**Blog Page Two**/
	.blog-page-two__left {
		position: relative;
		display: block;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
	.blog-page-two .blog-one__single__content h2 {
		font-size: 23px;
	}
	.sidebar {
		position: relative;
		display: block;
		max-width: 500px;
		width: 100%;
		margin: 50px auto 0;
	}
	.styled-pagination li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.styled-pagination li {
		margin: 0px 2px;
	}
	.styled-pagination li.prev a,
	.styled-pagination li.next a {
		line-height: 50px;
	}
	.sidebar {
		padding: 50px 30px 50px;
	}
	.sidebar__latest-post-single {
		display: block;
		margin-bottom: 25px;
	}
	.sidebar__latest-post-single .title {
		margin-right: 0px;
		margin-top: 20px;
	}
	/**Blog Page Two**/
	.page-header--blog-single .page-header__title h2 br {
		display: none;
	}
	.page-header--blog-single .page-header__title h2 {
		font-size: 43px;
	}
	.page-header--blog-single .thm-breadcrumb li::before {
		display: none;
	}
	.page-header--blog-single .thm-breadcrumb {
		display: block;
	}
	.page-header--blog-single .thm-breadcrumb li {
		padding-right: 0px;
		padding-left: 0px;
		justify-content: center;
		margin-bottom: 15px;
	}
	.page-header--blog-single .thm-breadcrumb li:last-child {
		margin-bottom: 0;
	}
	/**Contact Page**/
	.contact-page .title h2 br {
		display: none;
	}
	.contact-page__wrapper {
		padding: 33px 25px 85px;
	}
	.contact-page__wrapper .thm-btn {
		font-size: 16px;
	}
	.page-header.contact .page-header__title h2 {
		font-size: 60px;
	}
	/**Slogan Two**/
	.slogan-two__right {
		margin-top: 40px;
		max-width: none;
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
	}
	.slogan-two .shape1 {
		display: none;
	}
	.slogan-two .shape2 {
		display: none;
	}
	.slogan-two .shape3 {
		display: none;
	}
	.slogan-two__right ul li .icon {
		position: relative;
		margin-bottom: 10px;
	}
	.slogan-two__right ul li .icon.style2 {
		position: relative;
	}
	.slogan-two__right ul li .icon.style3 {
		position: relative;
	}
	.slogan-two__right ul li .text {
		padding-right: 0px;
	}
	.slogan-two__content h2 {
		font-size: 44px;
		line-height: 1.2em;
	}
	/**Blog Page Single**/
	.author-one__content p br {
		display: none;
	}
	.blog-page-single__left .bottom-content {
		padding: 44px 25px 90px;
	}
	.blog-page-single__left .blockquote-box blockquote p {
		padding-right: 0px;
		margin-top: 10px;
	}
	.blog-page-single__left .blockquote-box {
		padding: 41px 20px 33px;
	}
	.blog-page-single__tags {
		margin-bottom: 15px;
	}
	.author-one {
		display: block;
		padding: 48px 15px 40px;
		text-align: center;
	}
	.author-one__content {
		margin-right: 0px;
		margin-top: 20px;
	}
	.comment-one__image {
		position: relative;
		margin-bottom: 10px;
	}
	.comment-one__content {
		margin-right: 0px;
	}
	.comment-one__content-top {
		display: block;
		margin-bottom: 10px;
	}
	.comment-one__content p br {
		display: none;
	}
	.comment-form .thm-btn {
		font-size: 16px;
	}
	/**Blog Page Two**/
	.blog-page-two .shape1 {
		display: none;
	}
	.blog-page-two .shape2 {
		display: none;
	}
	.blog-page-two .shape3 {
		display: none;
	}
	.blog-page-two .shape4 {
		display: none;
	}
	.blog-page-two .shape5 {
		display: none;
	}
	/**Faq Page**/
	.faq-page__accordions .accrodion .accrodion-title h4 {
		padding-left: 55px;
	}
	.faq-page__wrapper {
		padding: 80px 10px 85px;
	}
	.faq-page__accordions .accrodion .accrodion-title h4 {
		font-size: 20px;
	}
	/**Slogan Two Faq**/
	.slogan-two--faq__img {
		margin-top: 60px;
	}
	.slogan-two .shape1 {
		display: none;
	}
	.slogan-two .shape2 {
		display: none;
	}
	.slogan-two .shape3 {
		display: none;
	}
	/**Error Page**/
	.error-page .shape1 {
		display: none;
	}
	.error-page .shape2 {
		display: none;
	}
	.error-page .shape3 {
		display: none;
	}
	.error-page .shape4 {
		display: none;
	}
	.error-page .shape5 {
		display: none;
	}
	.error-page .shape6 {
		display: none;
	}
	/**Website Design Build One**/
	.website-design-build-one {
		padding: 130px 0px 130px;
	}
	.website-design-build-one__img-img1 img {
		width: 100%;
	}
	.website-design-build-one__img-img2 img {
		width: 100%;
	}
	.website-design-build-one__img-img2 {
		position: relative;
		right: 0px;
		bottom: 0px;
		margin-top: 20px;
	}
	.website-design-build-one__content .title h2 {
		font-size: 40px;
	}
	.website-design-build-one__content-list ul {
		max-width: none;
	}
	.website-design-build-one__content-list ul li {
		display: block;
		width: auto;
	}
	.website-design-build-one__content {
		text-align: center;
	}
	/**Solution One**/
	.solution-one__left {
		max-width: none;
	}
	.solution-one__right {
		margin-top: 60px;
	}
	.solution-one__left .title h2 {
		font-size: 45px;
	}
	/**Page Header Case Single**/
	.page-header--case-single .shape-one {
		display: none;
	}
	.page-header--case-single .shape-two {
		display: none;
	}
	.page-header--case-single .shape-three {
		display: none;
	}
	.page-header--case-single .shape-four {
		display: none;
	}
	.page-header--case-single .shape-five {
		display: none;
	}
	.page-header--case-single__wrapper h2 {
		font-size: 45px;
	}
	.page-header--case-single__wrapper p br {
		display: none;
	}
	/**Strategy One**/
	.strategy-one__content {
		text-align: center;
	}
	.strategy-one__img {
		margin-top: 50px;
	}
	.strategy-one__content li {
		display: block;
		margin-left: 0px;
		margin-bottom: 50px;
	}
	.strategy-one__content .text p br {
		display: none;
	}
	.strategy-one__img img {
		width: 100%;
	}
	/**Website Design Build Two**/
	.website-design-build-two__single {
		max-width: none;
		margin-bottom: 50px;
	}
	.services-one__single h2 {
		font-size: 22px;
	}
	/**Page Header Services Single**/
	.page-header--services-single__img {
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		min-height: 700px;
		background-position: center center;
	}
	.page-header--services-single__content {
		padding: 750px 0px 142px;
	}
	.page-header--services-single-title h2 {
		font-size: 37px;
	}
	.page-header--services-single-title h2 br {
		display: none;
	}
	.page-header--services-single .shape-one {
		display: none;
	}
	.page-header--services-single .shape-two {
		display: none;
	}
	.page-header--services-single .shape-three {
		display: none;
	}
	.page-header--services-single .shape-four {
		display: none;
	}
	.page-header--services-single .shape-five {
		display: none;
	}
	.page-header--services-single__img .icon {
		right: 0px;
		bottom: 0px;
		left: 0;
		text-align: center;
	}
	.page-header--services-single__logo-box ul li {
		margin-bottom: 15px;
	}
	.page-header__title.case h2 {
		font-size: 52px;
	}
	.about-two {
		padding: 80px 0px 130px;
	}
	.page-header__title.case h2::before {
		display: none;
	}
	.page-header__title h2::before {
		display: none;
	}
	.error-page__big-title h2::before {
		display: none;
	}
	.footer-widget__title {
		margin-bottom: 10px;
	}
	.footer-widget__about-contact-box {
		margin-bottom: 27px;
	}
	.elementor-element-e5264ee .footer-widget__link {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 450px) {
	.case-studies-one .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.client-feed-back-one--two .overlay-icon {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.order-box-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-box-1 {
		-ms-flex-order: 1;
		order: 1;
	}
}

/*--------------------------------------------------------------
# Slider All Responsice Css
/////////
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-slider__content-tagline {
		width: 380px;
	}
	.main-slider__content-tagline h2 {
		font-size: 30px;
	}
	.main-slider__content-title {
		font-size: 80px;
	}
	.main-slider-one .swiper-slide .shape2 img {
		width: 70%;
	}
}

/*--------------------------------------------------------------
# Main Menu All Responsice Css
/////////
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.client-feed-back-one .client-feed-back-one__img img {
		width: auto;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.website-design-build-one__content-list ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	.website-design-build-one__content-list ul li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		text-align: right !important;
		justify-content: flex-start;
		width: 275px;
	}
	.website-design-build-one__content-list ul li .icon {
		margin-left: 20px;
	}
	.page-header--services-single__content {
		padding-top: 810px;
	}
}

@media (max-width: 767px) {
	.footer-widget__social-links {
		margin-top: -13px;
	}
}

@media (max-width: 480px) {
	.website-design-build-one__content-list ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.website-design-build-one__content-list .title {
		text-align: right;
	}
}