/*!
Theme Name: aivons
Theme URI: http://underscores.me/
Author: LayerDrops
Author URI: https://themeforest.net/user/layerdrops
Description: Aivons is a Modern Multipurpose Business Consulting & Finance WordPress Theme. The Theme is highly suitable for any consulting agency, finance, consultant, advisor, business and all other consultancy agency and businesses.
Version: 1.2.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aivons
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.

aivons 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 {
  --aivons-font: "Jost", sans-serif;
  --aivons-reey-font: "reeyregular";
  --aivons-gray: #726f84;
  --aivons-gray-rgb: 114, 111, 132;
  --aivons-primary: #3c72fc;
  --aivons-primary-rgb: 60, 114, 252;
  --aivons-black: #0f0d1d;
  --aivons-black-rgb: 15, 13, 29;
  --aivons-base: #ffffff;
  --aivons-base-rgb: 255, 255, 255;
  --aivons-light: #f2f4f8;
  --aivons-light-rgb: 242, 244, 248;
  --aivons-letter-space-big: 0.1em;
  --aivons-letter-space-small: -0.02em;
  --aivons-extra: #e6e9ef;
}

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

mark,
ins {
  background: var(--aivons-light, #f2f4f8);
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

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

hr {
  background-color: var(--aivons-light, #f2f4f8);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

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

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--aivons-extra, #e6e9ef);
  border-top: 1px solid var(--aivons-extra, #e6e9ef);
  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(--aivons-extra, #e6e9ef);
  border-top: 1px solid var(--aivons-extra, #e6e9ef);
  font-size: 16px;
}

/* Links
--------------------------------------------- */
a {
  color: var(--aivons-black);
}
a:hover, a:focus, a:active {
  color: var(--aivons-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(--aivons-light, #f2f4f8) var(--aivons-light, #f2f4f8) var(--aivons-light, #f2f4f8);
  background: var(--aivons-light, #f2f4f8);
  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(--aivons-light, #f2f4f8) var(--aivons-light, #f2f4f8) var(--aivons-light, #f2f4f8);
}
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(--aivons-light, #f2f4f8) var(--aivons-light, #f2f4f8) var(--aivons-light, #f2f4f8);
}

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

.news-details__content .wp-block-button a:hover {
  background-color: var(--aivons-primary, #3c72fc);
  border-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

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

.news-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(--aivons-gray, #726f84);
  border: 1px solid var(--aivons-light, #f2f4f8);
  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(--aivons-gray, #726f84);
}

select {
  border: 1px solid var(--aivons-light, #f2f4f8);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--aivons-black, #0f0d1d);
  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(--aivons-primary, #3c72fc);
}

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

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

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

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

.comments-area .comment-body {
  position: relative;
  padding-left: 120px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--aivons-extra, #e6e9ef);
}

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

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

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

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

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

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

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

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

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

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

.comments-area .comment-content table a {
  color: var(--aivons-black, #0f0d1d);
}

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

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

.comments-area .reply a {
  position: relative;
  background-color: var(--aivons-primary, #3c72fc);
  font-size: 14px;
  font-weight: 600;
  color: var(--aivons-black, #0f0d1d);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 5px 30px;
  font-weight: 800;
  transition: all 500ms ease;
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 50px;
  transition: 500ms;
  overflow: hidden;
  font-size: 12px;
  color: var(--aivons-base);
  line-height: 40px;
  padding: 2px 20px;
  font-weight: 700;
  letter-spacing: var(--aivons-letter-space-big);
}

@media (min-width: 992px) {
  .comments-area .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.comments-area .reply a:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar__single {
  position: relative;
  display: block;
  padding: 47px 45px 50px;
  background-color: var(--aivons-light, #f2f4f8);
}

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

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

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

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

.sidebar__single.widget_rss li .rsswidget {
  color: var(--aivons-black, #0f0d1d);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

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

.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--aivons-gray, #726f84);
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: uppercase;
}

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

.sidebar__single.widget_rss cite {
  color: var(--aivons-black, #0f0d1d);
  font-size: 14px;
}

.sidebar__single .tagcloud {
  margin-bottom: -10px;
}

.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--aivons-gray, #717178);
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--aivons-base, #ffffff);
  display: inline-block;
  padding: 4px 20px;
  margin-left: 5px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: var(--aivons-gray);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.4s ease;
  background: var(--aivons-base);
  letter-spacing: var(--aivons-letter-space-big);
  padding: 5px 20px;
}
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--aivons-base, #ffffff);
  background: var(--aivons-primary, #3c72fc);
}

.sidebar__single .wp-block-search input[type=search] {
  background-color: var(--aivons-base, #ffffff);
  height: 70px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 20px;
  text-transform: uppercase;
  color: var(--aivons-base, #ffffff);
  background-color: var(--aivons-black, #171717);
  line-height: 1;
  fill: var(--aivons-base, #ffffff);
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
}

.sidebar__single .wp-block-search .wp-block-search__inside-wrapper {
  padding-bottom: 0px;
}

.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--aivons-primary, #fba919);
  color: var(--aivons-base, #ffffff);
  fill: var(--aivons-base, #ffffff);
}

.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(--aivons-black, #0f0d1d);
  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(--aivons-black, #0f0d1d);
  transition: all 500ms ease;
}
.wp-calendar-nav a:hover {
  color: var(--aivons-primary, #3c72fc);
}

.sidebar-single .calendar_wrap .wp-calendar-table thead th {
  padding-top: 0;
}

.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--aivons-primary, #fba919);
}

.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: var(--aivons-base, #ffffff);
  font-weight: 600;
  font-size: 18px;
}

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

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

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

tbody {
  background-color: var(--aivons-base, #ffffff);
}

.sidebar__single ul {
  list-style: none;
}
.sidebar__single .widget-title {
  display: flex;
  align-items: center;
}
.sidebar__single .widget-title .rss-widget-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.sidebar__single .widget-title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar__single .widget-title a:hover {
  color: var(--aivons-primary, #3c72fc);
}
.sidebar__single.widget_categories > ul, .sidebar__single.widget_nav_menu > ul, .sidebar__single.widget_meta > ul, .sidebar__single.widget_pages > ul, .sidebar__single.widget_archive > ul {
  margin-top: -8px;
  padding-left: 0;
}
.sidebar__single.widget_categories > ul ul, .sidebar__single.widget_nav_menu > ul ul, .sidebar__single.widget_meta > ul ul, .sidebar__single.widget_pages > ul ul, .sidebar__single.widget_archive > ul ul {
  margin-top: 10px;
  padding-left: 0.7em;
}
.sidebar__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__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__single.widget_recent_entries ul, .sidebar__single.widget_recent_comments ul {
  padding: 0;
}
.sidebar__single.widget_recent_entries ul li ::after, .sidebar__single.widget_recent_comments ul li ::after {
  display: none;
}
.sidebar__single.widget_recent_entries ul li, .sidebar__single.widget_recent_comments ul li {
  padding-left: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: var(--aivons-gray, #726f84);
}
.sidebar__single.widget_recent_entries ul li + li, .sidebar__single.widget_recent_comments ul li + li {
  margin-top: 23px;
}
.sidebar__single.widget_recent_entries ul li a, .sidebar__single.widget_recent_comments ul li a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar__single.widget_recent_entries ul li a:hover, .sidebar__single.widget_recent_comments ul li a:hover {
  color: var(--aivons-black, #0f0d1d);
}
.sidebar__single.widget_recent_entries ul li::before, .sidebar__single.widget_recent_comments ul li::before {
  height: 45px;
  width: 45px;
  background-color: var(--aivons-black, #0f0d1d);
  border-radius: 50%;
  font-size: 16px;
  color: var(--aivons-base, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sidebar__single.widget_recent_entries ul:hover::before, .sidebar__single.widget_recent_comments ul:hover::before {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
}
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -10px;
}
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 85px;
  position: relative;
  margin-bottom: 0;
}
.sidebar__single.recent-posts-widget-with-thumbnails ul li + li {
  margin-top: 25px;
}
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 70px;
  height: auto;
  mix-blend-mode: luminosity;
  background-color: var(--aivons-black, #0f0d1d);
}
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
  content: "\f017";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--aivons-primary, #3c72fc);
}
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 16px;
  color: var(--aivons-black);
  transition: all 500ms ease;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: var(--aivons-letter-space-small);
  line-height: 28px;
  display: block;
}
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
  color: var(--aivons-primary, #3c72fc);
}
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--aivons-gray);
  margin-bottom: 5px;
  line-height: 1;
  color: var(--aivons-gray);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--aivons-letter-space-big);
  text-transform: uppercase;
}

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

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

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

.sidebar__single .wp-block-tag-cloud {
  margin-bottom: -10px;
}
.sidebar__single .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--aivons-gray, #726f84);
}
.sidebar__single .wp-block-categories {
  margin-top: -8px;
  margin-bottom: -8px;
}
.sidebar__single .wp-block-categories li + li {
  margin-top: 5px;
}
.sidebar__single ul li {
  font-size: 16px;
}
.sidebar__single.recent-posts-widget-with-thumbnails {
  padding-bottom: 45px;
}
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  margin-bottom: 0;
}
.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__single #recentcomments {
  margin-top: -5px;
}

.shop-one__sidebar .sidebar__single .wp-block-search .wp-block-search__inside-wrapper {
  border: 1px solid var(--aivons-light);
}
.shop-one__sidebar .sidebar__single .wp-block-search input[type=search] {
  border: none;
}
.shop-one__sidebar .sidebar__single .wp-block-search .wp-block-search__button {
  padding: 0;
  background-color: transparent;
  color: var(--aivons-black, #0f0d1d);
  fill: currentColor;
  padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> 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(--aivons-font, "Jost", sans-serif);
  color: var(--aivons-gray, #726f84);
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--aivons-gray, #726f84);
}

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(--aivons-black, #0f0d1d);
  margin: 0;
}

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

.ml-0 {
  margin-left: 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;
}

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* boxed style */
body.boxed-wrapper {
  background-color: var(--aivons-light, #f2f4f8);
}

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

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

::-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(--aivons-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
  line-height: 34px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 50px;
  transition: 500ms;
  letter-spacing: 0.1em;
}

.thm-btn:hover {
  background: var(--aivons-base, #ffffff);
  color: var(--aivons-primary, #3c72fc);
}

.section-title {
  margin-top: -12px;
  margin-bottom: 50px;
}

.section-title__title {
  margin: 0;
  font-weight: 900;
  color: var(--aivons-black, #0f0d1d);
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--aivons-gray, #726f84);
  font-size: 18px;
  align-items: center;
  line-height: 30px;
}

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

.preloader {
  position: fixed;
  background-color: var(--aivons-black, #0f0d1d);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  background-image: url(assets/images/loader.png);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

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

.scroll-to-top i {
  color: var(--aivons-base, #ffffff);
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--aivons-black, #0f0d1d);
}

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

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

.boxed-wrapper .main-header {
  padding-right: 0;
}

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

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

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

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

.main-menu--default .main-menu-wrapper__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: none;
  width: 100%;
}

.main-menu--default .main-menu-wrapper__logo {
  border-right: 0;
}

.main-menu--default .main-menu-wrapper__logo h1 {
  color: #fff;
}

.main-menu-wrapper__logo {
  position: relative;
  float: left;
  padding: 40.5px 60px;
  padding-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.main-menu-wrapper__logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.main-menu-wrapper__main-menu {
  position: relative;
  display: flex;
  padding-left: 60px;
}

.main-menu-wrapper__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}

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

.main-menu-wrapper__social {
  display: flex;
  align-items: center;
  padding: 19px 0;
}

.main-menu-wrapper__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--aivons-base, #ffffff);
  font-size: 17px;
  transition: all 500ms ease;
}

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

.main-menu-wrapper__social a:hover {
  color: var(--aivons-primary, #3c72fc);
}

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

.boxed-wrapper .main-menu-wrapper__search-box {
  margin-right: 0;
}

.main-menu-wrapper__search {
  font-size: 24px;
  color: var(--aivons-base, #ffffff);
  padding: 45.5px 60px 45.5px;
  display: inline-block;
  transition: all 500ms ease;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.main-menu-wrapper__search:hover {
  color: var(--aivons-primary, #3c72fc);
}

.main-menu-wrapper__phone-contact {
  position: relative;
  display: block;
  float: left;
}

.boxed-wrapper .main-menu-wrapper__phone-contact {
  display: none;
}

.main-menu-wrapper__phone-contact > p {
  font-size: 16px;
  color: var(--aivons-base, #ffffff);
  margin: 0;
  line-height: 20px;
  opacity: 0.7;
}

.main-menu-wrapper__phone-contact > a {
  font-size: 16px;
  color: var(--aivons-base, #ffffff);
  font-weight: 600;
  transition: all 500ms ease;
}

.main-menu-wrapper__phone-contact > a:hover {
  color: var(--aivons-primary, #3c72fc);
}

.stricky-header {
  padding: 0 60px;
  background-color: var(--aivons-black, #0f0d1d);
}

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

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

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

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: var(--aivons-base, #ffffff);
  text-transform: uppercase;
  position: relative;
  transition: all 500ms ease;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--aivons-base, #ffffff);
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: right center;
  z-index: -1;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current-menu-ancestor > a,
.main-menu .main-menu__list > li.current_page_item > a,
.main-menu .main-menu__list > li.current-menu-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-menu-parent > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--aivons-base, #ffffff);
}

.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-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-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%;
  left: 0;
  min-width: 220px;
  background-color: var(--aivons-base, #ffffff);
  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-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

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

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

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 14px;
  line-height: 30px;
  color: var(--aivons-black, #0f0d1d);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--aivons-black, #0f0d1d);
  cursor: pointer;
}

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

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

.main-menu .mobile-nav__toggler {
  cursor: pointer;
  transition: 500ms;
  margin-right: 20px;
  display: flex;
  color: var(--aivons-base, #ffffff);
}
.main-menu .mobile-nav__toggler i {
  width: 30px;
  height: 15px;
  border-top: 1px solid var(--aivons-base, #ffffff);
  border-bottom: 1px solid var(--aivons-base, #ffffff);
  position: relative;
}
.main-menu .mobile-nav__toggler i::before {
  content: "";
  width: 75%;
  height: 1px;
  background-color: var(--aivons-base, #ffffff);
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
}

.main-menu .mobile-nav__toggler-bar {
  width: 30px;
  height: 2px;
  background-color: var(--aivons-base, #ffffff);
  display: block;
  transform: scale(1);
  transform-origin: right center;
  transition: transform 500ms ease;
}

.main-menu-three .mobile-nav__toggler-bar {
  background: var(--aivons-black, #0f0d1d);
}

.main-menu .mobile-nav__toggler:hover .mobile-nav__toggler-bar {
  transform: scale(1) !important;
}

.main-menu .mobile-nav__toggler-bar:nth-child(1) {
  transform: scaleX(0.55);
  margin-bottom: 4px;
}

.main-menu .mobile-nav__toggler-bar:nth-child(2) {
  transform: scaleX(0.75);
  margin-bottom: 4px;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--aivons-base, #ffffff);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
}

.main-header-three:before {
  display: none;
}

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

.main-menu-wrapper__logo-3 {
  position: relative;
  float: left;
  padding: 40.5px 0;
}
.main-menu-wrapper__logo-3 img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

.main-menu-wrapper-three__main-menu-inner {
  position: relative;
  display: block;
  float: left;
  padding-right: 60px;
}

.main-menu-wrapper-three__social-box {
  position: relative;
  display: block;
  float: right;
}

.main-menu-wrapper-three__social-box:before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  content: "";
  width: 1px;
  background-color: var(--aivons-extra, #e6e9ef);
}

.main-menu-wrapper-three__social {
  display: flex;
  align-items: center;
  padding-top: 49px;
  padding-left: 60px;
  padding-bottom: 49px;
}

.main-menu-wrapper-three__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--aivons-gray, #726f84);
  font-size: 17px;
  transition: all 500ms ease;
}

.main-menu-wrapper-three__social a:hover {
  color: var(--aivons-primary, #3c72fc);
}

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

.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
  color: var(--aivons-gray, #726f84);
  font-weight: 500;
}

.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li.current-menu-ancestor > a,
.main-menu-three .main-menu__list > li.current_page_item > a,
.main-menu-three .main-menu__list > li.current-menu-parent > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li.current-menu-ancestor > a,
.stricky-header.main-menu-three .main-menu__list > li.current_page_item > a,
.stricky-header.main-menu-three .main-menu__list > li.current-menu-parent > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
  color: var(--aivons-black, #0f0d1d);
}

.main-menu-three .main-menu__list > li.current > a::before,
.main-menu-three .main-menu__list > li.current-menu-ancestor > a::before,
.main-menu-three .main-menu__list > li.current_page_item > a::before,
.main-menu-three .main-menu__list > li.current-menu-parent > a::before {
  background-color: var(--aivons-black, #0f0d1d);
}

.main-menu-three .main-menu__list > li:hover > a::before {
  background-color: var(--aivons-black, #0f0d1d);
}

.stricky-header.main-menu-three {
  background-color: var(--aivons-base, #ffffff);
}

.stricky-header .main-menu-wrapper-three {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.stricky-header.main-menu-three--dark,
.main-header-three--dark {
  background-color: var(--aivons-black, #0f0d1d);
}

.main-header-three--dark .main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three--dark .main-menu__list > li > a {
  color: #8f8da0;
}

.main-menu-three--dark .main-menu-wrapper-three__social a {
  color: #8f8da0;
}

.main-menu-three--dark .main-menu-wrapper-three__social a:hover {
  color: var(--aivons-base, #ffffff);
}

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

.main-menu-three--dark .main-menu__list > li:hover > a::before,
.main-menu-three--dark .main-menu__list > li.current > a::before {
  background-color: var(--aivons-base, #ffffff);
}

.main-menu-three--dark .main-menu-wrapper-three__social-box::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.main-menu-three--dark .mobile-nav__toggler-bar {
  background-color: var(--aivons-base, #ffffff);
}

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

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

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes service_hexagon_2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
}

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

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

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

.mobile-nav__content {
  width: 300px;
  background-color: var(--aivons-black, #0f0d1d);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box h1 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.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__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--aivons-text-dark);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.mobile-nav__close::after, .mobile-nav__close::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: rotate(45deg);
  background-color: var(--aivons-base, #ffffff);
}
.mobile-nav__close::after {
  transform: rotate(-45deg);
}

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

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

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

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

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

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--aivons-primary, #3c72fc);
  border: none;
  outline: none;
  color: var(--aivons-base, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

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

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

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

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

.mobile-nav__top .main-menu__login a {
  color: var(--aivons-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(--aivons-primary, #3c72fc);
  transition: 500ms;
}

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

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

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

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

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

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

.mobile-nav__contact li a:hover {
  color: var(--aivons-primary, #3c72fc);
}

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

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

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

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

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

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

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

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

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--aivons-primary, #3c72fc);
}

.search-popup__content .thm-btn:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: var(--aivons-base, #ffffff);
}

.search-popup__content .thm-btn i {
  margin: 0;
}

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

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--aivons-black, #0f0d1d);
}

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

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 7000ms ease;
  z-index: 1;
  background-color: var(--aivons-black, #0f0d1d);
  background-blend-mode: luminosity;
  opacity: 0.7;
  background-position: center center;
}

.main-slider-three .image-layer {
  background-blend-mode: unset;
  opacity: 1;
}

[class*=main-slider-shape-] {
  position: absolute;
  width: 889px;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(200px);
  display: none;
}

@media (min-width: 1025px) {
  [class*=main-slider-shape-] {
    display: block;
  }
}
.main-slider-shape-1 {
  background-image: url(assets/images/shapes/main-slider-shape-1.png);
  z-index: 10;
  mix-blend-mode: overlay;
}

.main-slider-shape-2 {
  background-image: url(assets/images/shapes/main-slider-shape-2.png);
  z-index: 9;
  transform: translateX(400px);
  mix-blend-mode: overlay;
}

.main-slider-shape-3 {
  background-image: url(assets/images/shapes/main-slider-shape-3.png);
  z-index: 8;
  transform: translateX(600px);
  mix-blend-mode: overlay;
}

.main-slider-shape-4 {
  background-image: url(assets/images/shapes/main-slider-shape-4.png);
  z-index: 7;
  transform: translateX(600px);
  transform: right top;
  mix-blend-mode: soft-light;
}

.main-slider-shape-5 {
  background-image: url(assets/images/shapes/main-slider-shape-5.png);
  z-index: 6;
  transform: translateX(400px);
  transform: right top;
  mix-blend-mode: overlay;
}

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

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

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

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

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

.main-slider .container {
  padding-top: 296px;
  padding-bottom: 178px;
}

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

.main-slider p {
  font-size: 14px;
  position: relative;
  font-weight: 600;
  color: var(--aivons-base, #ffffff);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(var(--aivons-black-rgb, 15, 13, 29), 0.1);
  display: inline-block;
  padding: 8px 30px;
  margin: 0;
  opacity: 0;
  transform: translateY(-120px);
  transition-delay: 0;
  transition: transform 2000ms ease, opacity 2000ms ease;
}

.main-slider h2 {
  margin: 0;
  margin-bottom: 30px;
  color: var(--aivons-base, #ffffff);
  font-weight: 900;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 90px;
  line-height: 105px;
  text-transform: uppercase;
  padding-top: 32px;
}

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

.main-slider .thm-btn:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: var(--aivons-base, #ffffff);
}

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

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

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

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  z-index: 100;
  font-size: 20px;
  color: var(--aivons-base, #ffffff);
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: var(--aivons-base, #ffffff);
}

.main-slider__nav .swiper-button-prev:hover .main-slider__next-text {
  color: var(--aivons-base, #ffffff);
}

.main-slider__nav .swiper-button-next:hover .main-slider__prev-text {
  color: var(--aivons-base, #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;
  display: flex;
  flex-direction: row-reverse;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
  position: relative;
  transform: rotate(180deg);
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-prev span {
  margin-left: 10px;
}

.main-slider__nav .swiper-button-next span {
  margin-right: 10px;
}

.main-slider__nav .swiper-button-prev i,
.main-slider__nav .swiper-button-next i {
  transition: all 500ms ease;
  right: 0;
  position: relative;
}

.main-slider__nav .swiper-button-prev:hover i {
  right: 5px;
}

.main-slider__nav .swiper-button-next:hover i {
  right: -5px;
}

.main-slider__next-text {
  font-size: 12px;
  color: var(--aivons-base, #ffffff);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
  transition: all 500ms ease;
}

.main-slider__prev-text {
  font-size: 12px;
  color: var(--aivons-base, #ffffff);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
  transition: all 500ms ease;
}

@media (min-width: 992px) {
  .main-slider--one-page h2 {
    font-size: 80px;
  }
}
.main-slider--one-page h2 {
  margin-bottom: 0;
}

.main-slider--one-page p {
  background-color: rgba(var(--aivons-base-rgb, 255, 255, 255), 0.1);
}

.main-slider--one-page .image-layer {
  opacity: 0.5;
}

.main-slider--one-page .text {
  font-size: 20px;
  color: var(--aivons-base, #ffffff);
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(120px);
  transition-delay: 0;
  transition: transform 2000ms ease, opacity 2000ms ease;
}

@media (min-width: 768px) {
  .main-slider--one-page .text {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .main-slider--one-page .text {
    font-size: 26px;
  }
}
.main-slider--one-page .swiper-slide-active .text {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider--one-page .container {
  padding-top: 215px;
  padding-bottom: 215px;
}

.main-slider--one-page .main-slider__content {
  padding-left: 0;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  display: block;
  z-index: 3;
}

.main-slider-two .container {
  padding-top: 322px;
  padding-bottom: 240px;
}

.main-slider-two-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 972px;
  width: 825px;
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%);
}

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

.main-slider-two-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 513px;
  width: 586px;
  z-index: 2;
  opacity: 0;
  transform: translateX(900px);
  background-image: url(assets/images/shapes/main-slider--two-shape-2.png);
}

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

.main-slider-two p {
  display: block;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  transform: translateY(120px);
}

.main-slider-two h2 {
  font-size: 110px;
  line-height: 100px;
  margin-bottom: 26px;
  transform: translateY(-120px);
}

.main-slider-two .thm-btn {
  margin-top: 52px;
}

.main-slider-two__single-text {
  color: var(--aivons-primary, #3c72fc);
  font-family: var(--aivons-reey-font, "reeyregular");
}

.main-slider-two .image-layer-overlay {
  background: rgba(var(--aivons-black-rgb, 15, 13, 29), 0.5);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three .image-layer {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.main-slider-three .container {
  padding-top: 188px;
  padding-bottom: 200px;
}

.main-slider-three p {
  font-weight: 700;
  color: var(--aivons-black, #0f0d1d);
  display: block;
  background-color: transparent;
  padding: 0;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.main-slider-three h2 {
  margin: 0;
  margin-bottom: 51px;
  color: var(--aivons-black, #0f0d1d);
  font-weight: 800;
  font-size: 68px;
  line-height: 68px;
  padding-top: 19px;
}

.main-slider-three__nav .swiper-button-next,
.main-slider-three__nav .swiper-button-prev {
  color: var(--aivons-black, #0f0d1d);
}

.main-slider-three__nav .main-slider__next-text {
  color: var(--aivons-black, #0f0d1d);
}

.main-slider-three__nav .main-slider__prev-text {
  color: var(--aivons-black, #0f0d1d);
}

/*--------------------------------------------------------------
# Real World
--------------------------------------------------------------*/
.real-world {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
  padding: 120px 0 90px;
}

.real-world-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 610px;
  height: 595px;
  opacity: 0.08;
}

.real-world .section-title {
  position: relative;
  display: block;
  z-index: 2;
}

.real-world .section-title__title {
  color: var(--aivons-base, #ffffff);
}

.real-world .section-title__tagline {
  color: #8f8da0;
}

.real-world__single {
  position: relative;
  display: block;
  background-color: #06050c;
  padding: 54px 60px 75px;
  margin-bottom: 30px;
  transition: background 500ms ease;
}

.real-world__single:hover {
  background-color: var(--aivons-primary, #3c72fc);
}

.real-world__title {
  font-size: 24px;
  color: var(--aivons-base, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  width: 200px;
}

.real-world__title a {
  color: inherit;
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
}

.real-world__title a:hover {
  background-size: 100% 2px;
  color: var(--aivons-base, #ffffff);
}

.real-world__btn {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #8f8da0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 500ms ease;
}

.real-world__single:hover .real-world__btn {
  color: var(--aivons-base, #ffffff);
}

.real-world__btn:hover {
  color: var(--aivons-base, #ffffff);
}

.real-world__btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 10px;
  background-color: currentColor;
  transition: width 500ms ease;
}

.real-world__btn:hover::before {
  width: 100%;
}

.real-world__icon-box {
  position: absolute;
  bottom: 52px;
  right: 60px;
}

.real-world__icon-box span {
  font-size: 65px;
  color: var(--aivons-primary, #3c72fc);
  line-height: 65px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 500ms ease, color 500ms ease;
  display: block;
}

.real-world__single:hover .real-world__icon-box span {
  transform: scale(0.85);
  color: var(--aivons-base, #ffffff);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
  padding: 120px 0 116px;
}

.brand-one__title {
  color: var(--aivons-base, #ffffff);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1170px;
  text-align: center;
  margin: 0 auto;
  margin-top: -3px;
  letter-spacing: 0.1em;
}

.brand-one__title:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 482px;
  width: 100%;
  transform: translateY(-50%);
}

.brand-one__title:after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  max-width: 485px;
  width: 100%;
  transform: translateY(-50%);
}

.brand-one .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

.welcome-one__img-1 {
  background-color: var(--aivons-black, #0f0d1d);
}

.welcome-one__img-1 > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.welcome-one__img-2 {
  background-color: var(--aivons-black, #0f0d1d);
  border-top: 20px solid var(--aivons-base, #ffffff);
  border-left: 20px solid var(--aivons-base, #ffffff);
  position: absolute;
  bottom: -60px;
  right: -20px;
}

.welcome-one__img-2 > img {
  mix-blend-mode: luminosity;
}

.welcome-one__video-btn {
  height: 125px;
  width: 125px;
  background-color: var(--aivons-primary, #3c72fc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aivons-base, #ffffff);
  font-size: 20px;
  position: absolute;
  top: 40px;
  left: -40px;
  transition: all 500ms ease;
}

.welcome-one__video-btn:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: var(--aivons-base, #ffffff);
}

.welcome-one__video-btn-icon .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

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

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

.welcome-one__video-btn-icon .ripple:before,
.welcome-one__video-btn-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(var(--aivons-black-rgb, 15, 13, 29), 0);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(var(--aivons-black-rgb, 15, 13, 29), 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(var(--aivons-black-rgb, 15, 13, 29), 0);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(var(--aivons-black-rgb, 15, 13, 29), 0);
  }
}
.welcome-one__right {
  position: relative;
  display: block;
}

.welcome-one__title {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 37px;
  margin-top: -12px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

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

.welcome-one__text-two {
  font-size: 26px;
  color: var(--aivons-primary, #3c72fc);
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 1rem;
}

.welcome-one__progress {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 31px;
}

.welcome-one__progress-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 13px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.welcome-one__progress .bar {
  position: relative;
  width: 100%;
  height: 20px;
  background: var(--aivons-light, #f2f4f8);
  border-radius: 30px;
  margin-bottom: 3px;
}

.welcome-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 20px;
  border-radius: 30px;
  background: var(--aivons-primary, #3c72fc);
  transition: all 1500ms ease;
}

.welcome-one__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: -28px;
  color: var(--aivons-gray, #726f84);
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease;
}

.welcome-one__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.welcome-one__call {
  display: flex;
  align-items: center;
  padding-top: 35px;
}

.welcome-one__call-icon {
  height: 68px;
  width: 68px;
  background-color: #ebf1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: var(--aivons-primary, #3c72fc);
  transition: all 500ms ease;
}

.welcome-one__call:hover .welcome-one__call-icon {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

.welcome-one__call-text {
  margin-left: 30px;
}

.welcome-one__call-text p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.welcome-one__call-text a {
  font-size: 18px;
  color: var(--aivons-black, #0f0d1d);
  transition: all 500ms ease;
}

.welcome-one__call-text a:hover {
  color: var(--aivons-primary, #3c72fc);
}

.welcome-one__big-text {
  font-size: 120px;
  color: var(--aivons-light, #f2f4f8);
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: 300;
  cursor: vertical-text;
  position: absolute;
  top: 358px;
  right: -473px;
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/
.two-boxes {
  position: relative;
  display: block;
  z-index: 2;
  counter-reset: twoBoxesCount;
}

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

.two-boxes__single {
  position: relative;
  display: block;
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 60px 52px;
  counter-increment: twoBoxesCount;
}

.two-boxes__single-content {
  position: relative;
  display: block;
  padding-left: 68px;
}

.two-boxes__count {
  height: 68px;
  width: 68px;
  background-color: #ebf1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 500ms ease;
  color: var(--aivons-primary, #3c72fc);
}

.two-boxes__single:hover .two-boxes__count {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

.two-boxes__count span {
  font-size: 24px;
  color: currentColor;
  font-weight: 600;
}

.two-boxes__count span::before {
  content: counters(twoBoxesCount, ".", decimal-leading-zero);
}

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

.two-boxes__title {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 11px;
  margin-top: -6px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.two-boxes__text {
  font-size: 16px;
  margin: 0;
}

/*--------------------------------------------------------------
# Cases One
--------------------------------------------------------------*/
.cases-one {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 180px 0 90px;
  margin-top: -60px;
}

.cases-one--one-page .cases-one {
  margin-top: 0;
  padding-top: 120px;
  background-color: transparent;
}

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

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

.cases-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--aivons-black, #0f0d1d);
}

.cases-one__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
  transform: scale(1);
  opacity: 0.7;
  transition: all 500ms ease;
}

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

.cases-one__content {
  padding: 48px 50px 44px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40px;
  z-index: 1;
}

.cases-one__content:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: var(--aivons-primary, #3c72fc);
  z-index: -1;
  transform: translateY(100%);
  transition: all 500ms ease;
}

.cases-one__single:hover .cases-one__content:before {
  transform: translateY(0);
}

.cases-one__icon span {
  font-size: 65px;
  color: var(--aivons-base, #ffffff);
  line-height: 65px;
  display: block;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 500ms ease;
}

.cases-one__single:hover .cases-one__icon span {
  transform: scale(0.85);
}

.cases-one__tagline {
  font-size: 14px;
  color: var(--aivons-base, #ffffff);
  font-weight: 800;
  margin: 0;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 17px;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.cases-one__tilte {
  font-size: 30px;
  color: var(--aivons-base, #ffffff);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.cases-one__tilte a {
  color: var(--aivons-base, #ffffff);
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
}

.cases-one__tilte a:hover {
  color: var(--aivons-base, #ffffff);
  background-size: 100% 2px;
}

/*--------------------------------------------------------------
# Our Mission
--------------------------------------------------------------*/
.our-mission {
  position: relative;
  display: block;
  padding: 113px 0 120px;
  background-color: var(--aivons-black, #0f0d1d);
}

.our-mission-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.our-mission-bg.jarallax div div {
  background-color: var(--aivons-black, #0f0d1d);
  background-blend-mode: luminosity;
}

.our-mission__inner {
  position: relative;
  display: block;
  text-align: center;
}

.our-mission__title {
  font-size: 60px;
  color: var(--aivons-base, #ffffff);
  font-weight: 900;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 46px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

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

.faq-one-accrodion {
  position: relative;
  display: block;
  counter-reset: count;
}

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

.faq-one-accrodion .accrodion.active {
  border: 1px solid var(--aivons-extra, #e6e9ef);
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 22px 0px 22px;
  padding-top: 23.5px;
  padding-bottom: 23.5px;
  padding-left: 40px;
  padding-right: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: var(--aivons-light, #f2f4f8);
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  color: var(--aivons-black, #0f0d1d);
  text-transform: uppercase;
  position: relative;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title h4 span {
  position: relative;
  display: inline-block;
  color: var(--aivons-primary, #3c72fc);
}

.faq-one-accrodion .accrodion-title h4 span:before {
  counter-increment: count;
  content: "" counter(count);
}

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

.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: transparent;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--aivons-black, #0f0d1d);
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--aivons-primary, #3c72fc);
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--aivons-black, #0f0d1d);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 28px;
  border-bottom: 0px solid #e5e5e5;
}

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

.faq-one-accrodion .accrodion-content p {
  margin: 0;
  font-size: 16px;
}

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

.faq-one__img {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
}

.faq-one__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.faq-one__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 42px;
}

.faq-one__list-box {
  position: relative;
  display: block;
}

.faq-one__list li {
  display: flex;
  align-items: center;
}

.faq-one__list li + li {
  margin-top: 6px;
}

.faq-one__list li .icon span {
  font-size: 20px;
  color: var(--aivons-primary, #3c72fc);
  display: block;
  transform: scale(1);
  transform-origin: right center;
  transition: transform 500ms ease;
}

.faq-one__list li:hover .icon span {
  transform: scale(0.75);
}

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

.faq-one__list li .text p {
  margin: 0;
  font-weight: 400;
}

.faq-one__experience-box {
  position: relative;
  display: block;
  background-color: var(--aivons-primary, #3c72fc);
  text-align: center;
  max-width: 200px;
  width: 100%;
  padding: 28px 0 38px;
}

.faq-one__experience-box h2 {
  font-size: 60px;
  color: var(--aivons-base, #ffffff);
  line-height: 70px;
  font-weight: 900;
}

.faq-one__experience-box p {
  margin: 0;
  color: var(--aivons-base, #ffffff);
  line-height: 25px;
}

/*--------------------------------------------------------------
# Testimonials One
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 120px 0 120px;
}

.testimonials-one__left .section-title__tagline {
  letter-spacing: 0;
}

.testimonials-one__carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 40px;
}

.testimonials-one__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 64px;
  left: -405px;
}

.testimonials-one__carousel.owl-theme .owl-nav .owl-next {
  height: 65px;
  width: 65px;
  background: var(--aivons-base, #ffffff);
  border-radius: 50%;
  color: var(--aivons-black, #0f0d1d);
  font-size: 23px;
  text-align: center;
  transition: all 500ms ease;
}

.testimonials-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 65px;
  width: 65px;
  background: var(--aivons-base, #ffffff);
  border-radius: 50%;
  color: var(--aivons-black, #0f0d1d);
  font-size: 23px;
  text-align: center;
  transform: rotate(180deg);
  transition: all 500ms ease;
}

.testimonials-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonials-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--aivons-base, #ffffff);
  background-color: var(--aivons-primary, #3c72fc);
}

.testimonials-one__carousel.owl-theme .owl-nav button:focus {
  outline: none;
}

.testimonials-one__single {
  position: relative;
  display: block;
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 50px 57px;
  transition: all 500ms ease;
}
.testimonials-one__single:hover {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.09);
}

.testimonials-one__text {
  margin: 0;
}

.testimonials-one__client-info {
  position: relative;
  display: block;
  padding-top: 22px;
}

.testimonials-one__client-name {
  font-size: 16px;
  color: var(--aivons-primary, #3c72fc);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.testimonials-one__client-title {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.testimonials-one__client-img {
  position: absolute;
  left: 50px;
  bottom: -38px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--aivons-black, #0f0d1d);
}

.testimonials-one__client-img > img {
  width: 77px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.testimonials-one__quote {
  position: absolute;
  bottom: 60px;
  right: 50px;
  background-image: url(assets/images/testimonial/testimonials-1-iocn.png);
  background-repeat: no-repeat;
  width: 99px;
  height: 55px;
  transition: all 500ms ease;
}
.testimonials-one__quote::after {
  background-image: url(assets/images/testimonial/testi-qoute-hover.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: all 500ms ease;
  visibility: hidden;
}

.testimonials-one__single:hover .testimonials-one__quote {
  background-image: none;
}

.testimonials-one__single:hover .testimonials-one__quote::after {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counters-one {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
}

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

.counters-one__box {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding: 120px 0 204px;
}

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

.counter-one__single:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 9px;
  content: "";
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

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

.counter-one__icon {
  position: relative;
  display: flex;
  height: 110px;
  width: 110px;
  margin: 0 auto;
  background-color: #06050c;
  align-items: center;
  justify-content: center;
}

.counter-one__icon span {
  font-size: 65px;
  color: var(--aivons-primary, #3c72fc);
  line-height: 65px;
  display: block;
  transform: scale(1);
  transition: all 500ms ease;
}

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

.counter-one__single h3 {
  font-size: 40px;
  color: var(--aivons-base, #ffffff);
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 4px;
  margin-top: 25px;
  font-family: var(--aivons-font, "Jost", sans-serif) !important;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.counter-one__text {
  font-size: 12px;
  font-weight: 700;
  color: var(--aivons-base, #ffffff);
  text-transform: uppercase;
  margin: 0;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

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

/*--------------------------------------------------------------
# Financial Advice
--------------------------------------------------------------*/
.financial-advice {
  position: relative;
  display: block;
  padding: 0 0 104px;
  margin-top: -95px;
}

.financial-advice__box {
  position: relative;
  display: block;
}

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

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

.financial-advice__box .tab-btns .tab-btn span {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 40.5px 0px;
  color: var(--aivons-black, #0f0d1d);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 500ms ease;
  cursor: pointer;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.financial-advice__box .tab-btns .tab-btn.active-btn span,
.financial-advice__box .tab-btns .tab-btn:hover span {
  color: var(--aivons-primary, #3c72fc);
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.financial-advice__box .tabs-content {
  position: relative;
  display: block;
  padding: 0;
}

.financial-advice__box .tabs-content .tab {
  position: relative;
  padding: 0px;
  display: none;
}

.financial-advice__box .tabs-content .tab.active-tab {
  display: block;
}

.financial-advice__content {
  position: relative;
  display: block;
  padding-top: 100px;
}

.financial-advice__single-1 {
  position: relative;
  display: block;
}

.financial-advice__list-box {
  position: relative;
  display: block;
  margin-top: -5px;
}

.financial-advice__list-box li {
  position: relative;
  display: block;
  padding-left: 90px;
}

.financial-advice__list-box li + li {
  margin-top: 43px;
}

.financial-advice__icon {
  height: 60px;
  width: 60px;
  background-color: #ebf1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 500ms ease;
  color: var(--aivons-primary, #3c72fc);
}

.financial-advice__list-box li:hover .financial-advice__icon {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

.financial-advice__icon span {
  font-size: 32px;
  transform: scale(1);
  display: block;
  transition: transform 500ms ease;
}

.financial-advice__list-box li:hover .financial-advice__icon span {
  transform: scale(0.85);
}

.finalcial-advice__list-box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.finalcial-advice__list-box-text {
  font-size: 16px;
  margin: 0;
}

.financial-advice__single-2 {
  position: relative;
  display: block;
  padding-left: 90px;
  margin-right: -8px;
  margin-top: -9px;
}

.financial-advice__single-2:before {
  position: absolute;
  top: 11px;
  bottom: 4px;
  left: 30px;
  content: "";
  background-color: var(--aivons-extra, #e6e9ef);
  width: 1px;
}

.financial-advice_-desc {
  font-size: 16px;
  margin: 0;
}

.financial-advice__list-box-2 {
  padding-top: 35px;
  margin-left: 0;
  padding-left: 0;
}

.financial-advice__list-box-2 li {
  position: relative;
  font-size: 16px;
  padding-left: 25px;
}

.financial-advice__list-box-2 li:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 10px;
  content: "";
  background-color: var(--aivons-primary, #3c72fc);
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.financial-advice__list-box-2 li:hover:before {
  left: 7px;
  width: 13px;
}

.financial-advice__single-3 {
  position: relative;
  display: block;
  margin-left: 30px;
}

.financial-advice__img {
  background-color: var(--aivons-black, #0f0d1d);
}

.financial-advice__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

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

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

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

.news-one__one-page .news-one {
  padding-top: 10px;
}

.news-one__page {
  padding-bottom: 120px;
}

.blog-single .news-one__more .thm-btn:hover,
.news-one__page .thm-btn:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: var(--aivons-base, #ffffff);
}

.blog-single .news-one__more {
  margin-top: 30px;
}

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

.news-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--aivons-black, #0f0d1d);
}

.news-one__img > img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
  mix-blend-mode: luminosity;
}

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

.news-one__img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--aivons-black-rgb, 15, 13, 29), 0.9);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--aivons-base, #ffffff);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.news-one__img > a > span {
  position: relative;
  display: block;
  margin-top: -100px;
}

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

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

.news-one__img > a:hover > span::before,
.news-one__img > a:hover > span::after {
  background-color: var(--aivons-primary, #3c72fc);
}

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

.news-one__content {
  position: relative;
  background-color: var(--aivons-base, #ffffff);
  display: block;
  margin-top: -100px;
  margin-left: 40px;
  padding: 30px 36px 37px;
  transition: all 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.news-one__content.no-image {
  margin-top: 0;
}

.news-one__single:hover .news-one__content {
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.news-one__meta {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 11px;
}

.news-one__meta li {
  font-size: 12px;
  color: var(--aivons-gray, #726f84);
  font-weight: 600;
  text-transform: uppercase;
}

.news-one__meta li + li {
  margin-left: 12px;
}

.news-one__meta li a {
  color: var(--aivons-gray, #726f84);
  transition: all 500ms ease;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.news-one__meta li a:hover {
  color: var(--aivons-primary, #3c72fc);
}

.news-one__meta li a i {
  color: var(--aivons-primary, #3c72fc);
}

.news-one__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  text-transform: uppercase;
  margin-bottom: 11px;
}

.news-one__title > a {
  color: var(--aivons-black, #0f0d1d);
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
}

.news-one__title > a:hover {
  color: var(--aivons-primary, #3c72fc);
  background-size: 100% 2px;
}

.news-one__text {
  font-size: 16px;
  margin: 0;
  padding-bottom: 14px;
}

.news-one__btn {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--aivons-black, #0f0d1d);
  transition: all 500ms ease;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.news-one__btn:hover {
  color: var(--aivons-primary, #3c72fc);
}

.news-one__btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 10px;
  content: "";
  background-color: currentColor;
  transition: width 500ms ease;
}

.news-one__btn:hover::before {
  width: 100%;
}

.news-one__date-box {
  position: absolute;
  top: -34px;
  left: 0;
  background-color: var(--aivons-primary, #3c72fc);
  padding: 0 20px;
}

.news-one__date-box > p {
  font-size: 12px;
  color: var(--aivons-base, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
  margin: 0;
}

/*--------------------------------------------------------------
# Cta One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  background-color: var(--aivons-primary, #3c72fc);
  padding: 110px 0;
}

.cta-one-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-color: var(--aivons-primary, #3c72fc);
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

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

.cta-one__title {
  font-size: 40px;
  color: var(--aivons-base, #ffffff);
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.cta-one__btn {
  background-color: var(--aivons-base, #ffffff);
  color: var(--aivons-black, #0f0d1d);
}

.cta-one__btn:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: var(--aivons-base, #ffffff);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
}

.site-footer-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 504px;
  background-repeat: no-repeat;
  opacity: 0.08;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 105px 0 96px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-right: 70px;
}

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

.footer-widget__text {
  font-size: 16px;
  color: #8f8da0;
  margin: 0;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 18px;
  padding-top: 20px;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__contact-list li + li {
  margin-top: 2px;
}

.footer-widget__contact-list li .icon i {
  font-size: 14px;
  color: var(--aivons-primary, #3c72fc);
}

.footer-widget__contact-list li .text {
  margin-left: 20px;
}

.footer-widget__contact-list li .text p {
  margin: 0;
  font-size: 16px;
  color: #8f8da0;
}

.footer-widget__contact-list li .text p a {
  font-size: 16px;
  color: #8f8da0;
  font-weight: 500;
  transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
  color: var(--aivons-base, #ffffff);
}

.footer-widget__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--aivons-base, #ffffff);
  margin-bottom: 32px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.footer-widget__explore-list {
  position: relative;
  display: block;
  float: left;
  margin-right: 60px;
}

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

.footer-widget__explore-list li a {
  font-size: 16px;
  color: #8f8da0;
  transition: all 500ms ease;
}

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

.footer-widget__explore-list-two {
  margin-right: 0;
}

.footer-widget__title-news {
  margin-bottom: 42px;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  background-color: #06050c;
  padding: 30px 40px 40px;
}

.footer-widget__newsletter-text {
  font-size: 16px;
  color: #8f8da0;
  margin: 0;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
  margin-top: 18px;
}

.footer-widget__newsletter-input-box input[type=email] {
  height: 65px;
  width: 100%;
  font-size: 14px;
  color: var(--aivons-gray, #726f84);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 120px;
  outline: none;
  border: none;
}

.footer-widget__newsletter-btn {
  font-size: 12px;
  color: var(--aivons-base, #ffffff);
  font-weight: 700;
  background-color: var(--aivons-primary, #3c72fc);
  display: inline-block;
  border: none;
  outline: none;
  padding: 5px 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  text-transform: uppercase;
  transition: all 500ms ease;
  letter-spacing: 0.1em;
  line-height: 34px;
}

.footer-widget__newsletter-btn:hover {
  background-color: var(--aivons-black, #0f0d1d);
}

.footer-widget__newsletter-input-box button:focus {
  outline: none;
}

.site-footer-bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px 0;
}

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

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

.site-footer-bottom__left p,
p.site-footer__bottom-text {
  font-size: 16px;
  color: #8f8da0;
  margin: 0;
}

.site-footer-bottom__left a {
  color: #8f8da0;
  transition: all 500ms ease;
}

.site-footer-bottom__left a:hover {
  color: var(--aivons-base, #ffffff);
}

.site-footer__social {
  display: flex;
  align-items: center;
}

.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #8f8da0;
  font-size: 17px;
  transition: all 500ms ease;
}

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

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

/*--------------------------------------------------------------
# Industries
--------------------------------------------------------------*/
.industries {
  position: relative;
  display: block;
  padding: 120px 0 78px;
}

.industries .section-title {
  margin-bottom: 0;
}

.industries__top-text-box {
  position: relative;
  display: block;
  margin-top: -11px;
}

.industries__top-text {
  font-size: 16px;
  margin: 0;
}

.industries__content-box {
  position: relative;
  display: block;
  padding-top: 48px;
}

.industries__content-box--service-page .industries__content-box {
  padding-top: 0;
}

.industries__single {
  position: relative;
  display: inline-block;
  max-width: 284px;
  width: 100%;
  text-align: center;
  padding: 0 35px;
  margin-bottom: 30px;
}

.industries__single:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 7px;
  content: "";
  width: 1px;
  background-color: var(--aivons-extra, #e6e9ef);
}

.industries__single:first-child:before {
  display: none;
}

.industries__icon {
  position: relative;
  height: 112px;
  width: 112px;
  margin: 0 auto;
  color: var(--aivons-primary, #3c72fc);
  font-size: 65px;
  border-radius: 50%;
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  z-index: 1;
}

.industries__single:hover .industries__icon {
  color: var(--aivons-base, #ffffff);
}

.industries__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--aivons-black, #0f0d1d);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.industries__single:hover .industries__icon:before {
  transform: scale(1);
}

.industries__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 15px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.industries__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
  transition: all 500ms ease;
}

.industries__title a:hover {
  color: var(--aivons-black, #0f0d1d);
  background-size: 100% 2px;
}

.industries__text {
  font-size: 16px;
  margin: 0;
}

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

.services-one:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--aivons-light, #f2f4f8);
  height: 425px;
  z-index: -1;
}

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

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--aivons-black, #0f0d1d);
}

.services-one__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
  transform: scale(1);
}

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

.services-one__content {
  position: relative;
  display: block;
  padding: 42px 50px 50px;
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.services-one__title {
  font-size: 24px;
  color: var(--aivons-black, #0f0d1d);
  font-weight: 800;
  line-height: 34px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  text-transform: uppercase;
}

.services-one__title a {
  color: var(--aivons-black, #0f0d1d);
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
}

.services-one__title a:hover {
  color: var(--aivons-primary, #3c72fc);
  background-size: 100% 2px;
}

.services-one__text {
  font-size: 16px;
  margin: 0;
  padding-top: 21px;
  padding-bottom: 14px;
}

.services-one__btn {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--aivons-black, #0f0d1d);
  text-transform: uppercase;
  transition: all 500ms ease;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.services-one__btn:hover {
  color: var(--aivons-primary, #3c72fc);
}

.services-one__btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 10px;
  content: "";
  background-color: currentColor;
  transition: width 500ms ease;
}

.services-one__btn:hover::before {
  width: 100%;
}

/*--------------------------------------------------------------
# Largest Business
--------------------------------------------------------------*/
.largest-business {
  position: relative;
  display: block;
  z-index: 3;
}

.largest-business__layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.largest-business__layer-outer-left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  background-color: var(--aivons-primary, #3c72fc);
  height: 100%;
  background-repeat: no-repeat;
}

.largest-business__layer-outer-right {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
  background-color: var(--aivons-black, #0f0d1d);
  background-blend-mode: luminosity;
}

.largest-business__left {
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 108px;
  padding-bottom: 110px;
  margin-right: 88px;
}

.largest-business__title {
  font-size: 50px;
  color: var(--aivons-base, #ffffff);
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.largest-business__list-box li {
  position: relative;
  display: block;
  padding-left: 90px;
}

.largest-business__list-box li + li {
  margin-top: 49px;
}

.largest-business__icon {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
}

.largest-business__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
}

.largest-business__icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--aivons-base, #ffffff);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.largest-business__list-box li:hover .largest-business__icon span {
  transform: rotate(360deg);
}

.largest-business__list-box-title {
  font-size: 20px;
  color: var(--aivons-base, #ffffff);
  line-height: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.largest-business__list-box-text {
  font-size: 16px;
  color: #c3d4ff;
  margin: 0;
  line-height: 32px;
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 2;
}

.video-two__img-box {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
}

.video-two__img-box > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.video-two__video-btn {
  height: 116px;
  width: 122px;
  background-color: var(--aivons-primary, #3c72fc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aivons-base, #ffffff);
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 500ms ease;
}

.video-two__video-btn:hover {
  background-color: var(--aivons-base, #ffffff);
  color: var(--aivons-primary, #3c72fc);
}

.video-two__video-btn-icon .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 122px;
  height: 116px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

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

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

.video-two__video-btn-icon .ripple:before,
.video-two__video-btn-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 122px;
  height: 116px;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--aivons-black-rgb, 15, 13, 29), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

/*--------------------------------------------------------------
# Listen
--------------------------------------------------------------*/
.listen {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 240px 0 120px;
  margin-top: -120px;
  z-index: 1;
}

.listen__left {
  position: relative;
  display: block;
  margin-right: 44px;
}

.listen__title {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: -12px;
}

.listen__text {
  font-size: 16px;
  margin: 0;
  padding-bottom: 49px;
}

.listen__progress {
  display: flex;
  align-items: center;
  line-height: 0;
}

.listen__progress-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

@media (min-width: 768px) {
  .listen__progress-wrap {
    grid-template-columns: repeat(2, 249px);
  }
}
.listen__progress-box {
  position: relative;
  display: inline-block;
}

.listen__progress-box canvas {
  transform: rotate(90deg);
}

.listen__progress-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateY(-50%) translateX(-50%);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--aivons-black, #0f0d1d);
}

.listen__progress h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--aivons-black, #0f0d1d);
  width: 120px;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

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

.listen__right-faq .faq-one-accrodion .accrodion-title {
  background-color: var(--aivons-base, #ffffff);
}

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

.team-one__container {
  position: relative;
  display: block;
  max-width: 1780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.team-one .row {
  --bs-gutter-x: 60px;
}

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

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

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--aivons-primary-rgb, 60, 114, 252), 0.9);
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

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

.team-one__img {
  background-color: var(--aivons-black, #0f0d1d);
}

.team-one__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.team-one__hover-content {
  position: absolute;
  top: 43px;
  left: 50px;
  transform: translateX(-160%);
  transition: all 900ms ease;
  opacity: 0;
  z-index: 2;
}

.team-one__single:hover .team-one__hover-content {
  transform: translateX(0%);
  opacity: 1;
}

.team-one__name {
  font-size: 24px;
  color: var(--aivons-base, #ffffff);
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.team-one__title {
  font-size: 12px;
  color: var(--aivons-base, #ffffff);
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
  opacity: 0.7;
}

.team-one__bottom {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: 50px;
  z-index: 2;
  transform: translateY(215%);
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__bottom {
  transform: translateY(0%);
}

.team-one__btn {
  font-size: 12px;
  color: var(--aivons-base, #ffffff);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}

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

.team-one__btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  transition: width 500ms ease;
  background-color: currentColor;
}

.team-one__btn:hover:before {
  width: 100%;
}

.team-one__social {
  display: flex;
  align-items: center;
}

.team-one__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--aivons-base, #ffffff);
  font-size: 17px;
  transform: scale(1);
  transition: transform 500ms ease;
}

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

.team-one__social a:hover {
  color: var(--aivons-base, #ffffff);
  transform: scale(0.85);
}

/*--------------------------------------------------------------
# Testimonials Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
}

.testimonial-two__slider {
  position: relative;
  display: block;
  border-bottom: 4px solid var(--aivons-primary, #3c72fc);
  padding-bottom: 118px;
}

.testimonial-two__slider .slider-pager {
  position: relative;
  display: block;
}

.testimonial-two__thumb-box li + li {
  margin-top: 10px;
}

.testimonial-two__thumb-box li a {
  position: relative;
  display: block;
}

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

.testimonial-two__img-holder {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  opacity: 0.7;
  background-color: var(--aivons-black, #0f0d1d);
}

.testimonial-two__img-holder img {
  width: 92px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0.6s;
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
}

.testimonial-two__thumb-box .swiper-slide-thumb-active .testimonial-two__img-holder {
  opacity: 1;
}

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

.testimonial-two__slider .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

.testimonial-two__slider .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0px solid;
  left: 0px;
  background: transparent;
  transform: translatez(0);
}

.testimonial-two__conent-box {
  position: relative;
  display: block;
  margin-top: -11px;
}

.testimonial-two__text {
  font-size: 34px;
  color: var(--aivons-black, #0f0d1d);
  font-weight: 400;
  line-height: 54px;
  margin: 0;
}

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

.testimonial-two__client-name {
  font-size: 18px;
  color: var(--aivons-primary, #3c72fc);
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 6px;
  font-weight: 800;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.testimonial-two__clinet-title {
  font-size: 12px;
  color: var(--aivons-gray, #726f84);
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.testimonial-two__nav {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial-two__nav-list #testimonials-one__carousel__swiper-button-next,
.testimonial-two__nav-list #testimonials-one__carousel__swiper-button-prev {
  height: 60px;
  width: 60px;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.testimonial-two__nav-list [class*=swiper-button-] i {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--aivons-light, #f2f4f8);
  border-radius: 50%;
  color: var(--aivons-black, #0f0d1d);
  transition: all 500ms ease;
  position: static;
}

.testimonial-two__nav-list [class*=swiper-button-] i:hover {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

.testimonial-two__nav-list [class*=swiper-button-]::after {
  display: none;
}

.testimonial-two__nav-list [class*=swiper-button-] .icon-right-arrow1.icon-prev {
  position: relative;
  display: block;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
}

#testimonials-one__thumb {
  width: 92px;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #testimonials-one__thumb {
    width: 205px;
    height: auto;
  }
}

.testimonials-one--page {
  padding: 120px;
  padding-bottom: 160px;
}

.testimonials-one--page .row {
  --bs-gutter-y: 70px;
}

/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 367px;
  content: "";
  background-color: var(--aivons-black, #0f0d1d);
  z-index: -1;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -367px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

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

.two-section__left {
  position: relative;
  display: block;
  margin-right: 60px;
}

.two-section__img-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 78px;
}

.two-section__img-box-single + .two-section__img-box-single {
  margin-left: 10px;
}

.two-section-img {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
}

.two-section-img > img {
  max-width: 300px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.two-section__points {
  position: absolute;
  display: flex;
  align-items: center;
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 35px;
  bottom: -30px;
  left: 10px;
}

.two-section__points .icon span {
  color: var(--aivons-primary, #3c72fc);
  font-size: 20px;
}

.two-section__points .text {
  margin-left: 15px;
}

.two-section__points .text p {
  font-size: 14px;
  color: var(--aivons-black, #0f0d1d);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  margin: 0;
}

.two-section__left-title {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.two-section__middle-content {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 44px;
}

.two-section__middle-content-icon span {
  font-size: 65px;
  color: var(--aivons-primary, #3c72fc);
}

.two-section__middle-content-icon h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  padding-top: 18px;
}

.two-section__middle-content-text-box {
  margin-left: 55px;
}

.two-section__middle-content-text {
  font-size: 16px;
  margin: 0;
}

.two-section__bottom-text-box {
  font-size: 16px;
  margin: 0;
}

.two-section__right {
  position: relative;
  display: block;
  margin-left: -10px;
}

.contact-expert {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 72px 80px 80px;
}
.contact-expert p {
  margin: 0;
}

.contact-expert__top-title {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 34px;
}

.contact-expert__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.contact-expert__input {
  position: relative;
  display: block;
}

.contact-expert__input input[type=email],
.contact-expert__input input[type=text],
.contact-expert__input textarea {
  width: 100%;
  height: 70px;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 14px;
  font-weight: 500;
  color: var(--aivons-gray, #726f84);
  border: none;
  outline: none;
  display: block;
  margin-bottom: 10px;
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.contact-expert__input textarea {
  height: 140px;
  padding-top: 16px;
  padding-bottom: 20px;
}

.contact-expert__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 0;
  transform: translateY(-50%);
}

.contact-expert__icon i {
  font-size: 14px;
  color: var(--aivons-gray, #726f84);
}

.contact-expert__icon-comment {
  top: 54px;
}

.contact-expert__btn {
  font-size: 14px;
  color: var(--aivons-base, #ffffff);
  background-color: var(--aivons-primary, #3c72fc);
  border: none;
  line-height: 34px;
  outline: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 86px;
  letter-spacing: 0.1em;
  transition: all 500ms ease;
  width: 100%;
}

.contact-expert__btn:hover {
  background-color: var(--aivons-black, #0f0d1d);
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  display: block;
  border-top: 1px solid var(--aivons-extra, #e6e9ef);
  padding: 108px 0 120px;
  background-color: #f2f4f8;
}

.cta-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f4f8;
  background-blend-mode: luminosity;
  opacity: 0.1;
}

.cta-two__inner {
  position: relative;
  display: block;
  text-align: center;
}

.cta-two__title {
  font-size: 50px;
  color: var(--aivons-primary, #3c72fc);
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.cta-two__text {
  font-size: 24px;
  margin: 0;
}

.cta-two__icon-box {
  position: relative;
  display: block;
  margin-left: 0;
  padding-left: 0;
  padding-top: 35px;
}

.cta-two__icon-box li {
  position: relative;
  display: inline-block;
}

.cta-two__icon-box li + li {
  margin-left: 5px;
}

.cta-two__icon-box li a {
  height: 77px;
  width: 77px;
  background-color: var(--aivons-black, #0f0d1d);
  font-size: 35px;
  color: var(--aivons-base, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.cta-two__icon-box li a:hover {
  background-color: var(--aivons-primary, #3c72fc);
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--aivons-black, #0f0d1d);
}

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

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

.feature__content {
  display: block;
  position: relative;
  background-color: var(--aivons-base, #ffffff);
  padding: 45px 48px 50px;
  z-index: 1;
}

.feature__content:before {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 10px;
  background-color: var(--aivons-primary, #3c72fc);
  content: "";
  transition: all 500ms ease;
  z-index: -1;
}

.feature__single:hover .feature__content:before {
  height: 100%;
}

.feature__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 25px;
  transition: all 500ms ease;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.feature__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
  transition: background 500ms ease;
}

.feature__title a:hover {
  color: var(--aivons-base, #ffffff);
  background-size: 100% 2px;
}

.feature__single:hover .feature__title {
  color: var(--aivons-base, #ffffff);
}

.feature__text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  padding-bottom: 14px;
  transition: all 500ms ease;
}

.feature__single:hover .feature__text {
  color: var(--aivons-base, #ffffff);
}

.feature__btn {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: var(--aivons-black, #0f0d1d);
  display: inline-block;
  text-transform: uppercase;
  transition: all 500ms ease;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.feature__btn:hover {
  color: var(--aivons-black, #0f0d1d);
}

.feature__single:hover .feature__btn {
  color: var(--aivons-base, #ffffff);
}

.feature__btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 10px;
  content: "";
  background-color: currentColor;
  transition: all 500ms ease;
}

.feature__btn:hover::before {
  width: 100%;
}

.feature__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--aivons-black, #0f0d1d);
}

.feature__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
  transform: scale(1);
}

.feature__single:hover .feature__img > img {
  transform: scale(1.05);
}

.feature-bottom {
  position: relative;
  display: block;
  max-width: 760px;
  margin: 30px auto 0;
}

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

.feature-bottom__call {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
}

.feature-bottom__call > img {
  width: 67px;
  mix-blend-mode: luminosity;
}

.feature-bottom__icon {
  height: 62px;
  width: 62px;
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
  font-size: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -49px;
  transform: translateY(-50%);
}

.feature-bottom__content-box {
  margin-left: 85px;
}

.feature-bottom__tagline {
  font-size: 14px;
  color: #8f8da0;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.feature-bottom-desc {
  font-size: 22px;
  color: var(--aivons-base, #ffffff);
  line-height: 32px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Cases Two
--------------------------------------------------------------*/
.cases-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

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

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

.cases-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--aivons-black, #0f0d1d);
}

.cases-two__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
  transform: scale(1);
  transition: all 500ms ease;
  opacity: 0.7;
}

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

.cases-two__content {
  position: absolute;
  display: block;
  padding: 40px 50px 40px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.cases-two__content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--aivons-primary, #3c72fc);
  z-index: -1;
  top: 0;
  transform: translateY(100%);
  transition: all 500ms ease;
}

.cases-two__single:hover .cases-two__content:before {
  transform: translateY(0%);
}

.cases-two__icon-box-details {
  position: relative;
  display: block;
  float: left;
}

.cases-two__icon span {
  font-size: 65px;
  color: var(--aivons-base, #ffffff);
  display: block;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 500ms ease;
}

.cases-two__single:hover .cases-two__icon span {
  transform: scale(0.85);
}

.cases-two__tagline {
  font-size: 14px;
  font-weight: 800;
  color: var(--aivons-base, #ffffff);
  text-transform: uppercase;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
}

.cases-two__tilte {
  font-size: 30px;
  color: var(--aivons-base, #ffffff);
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  max-width: 192px;
}

.cases-two__tilte a {
  color: inherit;
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
}

.cases-two__tilte a:hover {
  color: inherit;
  background-size: 100% 2px;
}

.cases-two__tilte a {
  color: var(--aivons-base, #ffffff);
}

.cases-two__tilte a:hover {
  color: var(--aivons-base, #ffffff);
  transition: all 500ms ease;
}

.cases-two__text-box {
  position: relative;
  display: block;
  float: right;
  max-width: 215px;
  top: 95px;
}

.cases-two__text-bottom {
  font-size: 16px;
  margin: 0;
  color: var(--aivons-base, #ffffff);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 120px 0 92px;
}

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

.services-two__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: -10px;
}

.services-two__top-right-text {
  font-size: 16px;
  margin: 0;
}

.services-two__single {
  position: relative;
  display: block;
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 60px;
  padding: 50px 50px 62px;
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--aivons-primary, #3c72fc);
  transform: scale(1);
  transition: all 200ms linear;
}

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

.services-two__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 28px;
  margin-top: 14px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.services-two__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
  color: var(--aivons-black, #0f0d1d);
}

.services-two__title a:hover {
  background-size: 100% 2px;
  color: var(--aivons-primary, #3c72fc);
  transition: all 500ms ease;
}

.services-two__text {
  font-size: 16px;
  margin: 0;
}

.services-two__arrow {
  height: 65px;
  width: 65px;
  position: absolute;
  bottom: -32px;
  left: 50px;
  border-radius: 50%;
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  color: var(--aivons-black, #0f0d1d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__arrow {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

/*--------------------------------------------------------------
# Financial
--------------------------------------------------------------*/
.financial {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

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

.financial__left-img-box {
  position: relative;
  display: block;
}

.financial__left-img {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
}

.financial__left-img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.financial__left-note-box {
  position: relative;
  display: block;
  background-color: var(--aivons-primary, #3c72fc);
  text-align: center;
  padding: 40px 66px 39px;
  margin-top: 30px;
}

.financial__left-note-title {
  font-size: 30px;
  color: var(--aivons-base, #ffffff);
  font-weight: 700;
  line-height: 43px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  text-transform: uppercase;
}

.financial__right {
  position: relative;
  display: block;
  margin-left: 72px;
  margin-top: -10px;
}

.financial__right-text {
  font-weight: 400;
  margin: 0;
}

.financial__right__list {
  position: relative;
  display: block;
  border-top: 1px solid var(--aivons-extra, #e6e9ef);
  margin-top: 54px;
  padding-top: 50px;
}

.financial__right__list li {
  position: relative;
  display: block;
  color: var(--aivons-black, #0f0d1d);
  padding-left: 40px;
}

.financial__right__list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 10px;
  content: "";
  background-color: var(--aivons-primary, #3c72fc);
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.financial__right__list li:hover::before {
  left: 10px;
  width: 18px;
}

.financial__right__list li + li {
  margin-top: 9px;
}

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

.reasons .container {
  position: relative;
  display: block;
}

.reasons-bg {
  position: absolute;
  top: -120px;
  left: -10000000px;
  right: 0;
  bottom: -120px;
  background-color: var(--aivons-light, #f2f4f8);
}

.reasons__left {
  position: relative;
  display: block;
  margin-right: 55px;
  margin-top: -12px;
}

.reasons__title {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 48px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

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

.reasons__list-box li {
  position: relative;
  display: block;
  padding-left: 99px;
  margin-top: 49px;
  padding-bottom: 42px;
}

.reasons__list-box li:before {
  position: absolute;
  bottom: 0;
  left: 100px;
  right: 0;
  content: "";
  height: 1px;
  background-color: rgba(var(--aivons-black-rgb, 15, 13, 29), 0.1);
}

.reasons__list-box li:after {
  position: absolute;
  top: 58px;
  bottom: -50px;
  left: 29px;
  width: 1px;
  content: "";
  background-color: var(--aivons-primary, #3c72fc);
}

@media (max-width: 768px) {
  .reasons__list-box li:after {
    display: none;
  }
}
.reasons__list-box li:last-child:after {
  display: none;
}

.reasons__list-box li:first-child {
  margin-top: 0;
}

.reasons__list-box li:last-child {
  padding-bottom: 0px;
}

.reasons__list-box li:last-child:before {
  display: none;
}

.reasons__icon {
  height: 58px;
  width: 58px;
  background-color: var(--aivons-primary, #3c72fc);
  border-radius: 50%;
  color: var(--aivons-base, #ffffff);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}

.reasons__list-box li:hover .reasons__icon {
  background-color: var(--aivons-black, #0f0d1d);
  color: var(--aivons-base, #ffffff);
}

.reasons__icon span {
  display: block;
  transform: scale(1);
  transition: transform 500ms ease;
}

.reasons__list-box li:hover .reasons__icon span {
  transform: scale(0.85);
}

.reasons__content-title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.reasons__content-text {
  font-size: 16px;
  margin: 0;
}

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

.reasons__img {
  position: relative;
  display: block;
  margin-right: -375px;
  background-color: var(--aivons-black, #0f0d1d);
}

.reasons__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  position: relative;
  display: block;
  background-color: var(--aivons-base, #ffffff);
  padding: 118px 0 119px;
  border-top: 1px solid var(--aivons-extra, #e6e9ef);
}

.brand-three .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 244px 0 135px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: var(--aivons-black, #0f0d1d);
}

.page-header__bg {
  background-size: cover;
  background-color: var(--aivons-black, #0f0d1d);
  background-blend-mode: luminosity;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.thm-breadcrumb {
  padding-top: 3px;
  color: var(--aivons-base, #ffffff);
  font-size: 14px;
  font-weight: 600;
}

.thm-breadcrumb span,
.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--aivons-base, #ffffff);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 500ms ease;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.thm-breadcrumb li + li {
  margin-left: 8px;
}

.thm-breadcrumb a,
.thm-breadcrumb li a {
  color: var(--aivons-base, #ffffff);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.thm-breadcrumb a:hover,
.thm-breadcrumb li:hover a {
  color: var(--aivons-primary, #3c72fc);
}

.page-header__inner h2 {
  font-size: 50px;
  color: var(--aivons-base, #ffffff);
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  word-break: break-word;
}

/*Services Page*/
.services-page:before {
  display: none;
}

[class*=page-header-shape-] {
  position: absolute;
  width: 697px;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
}

.page-header-shape-1 {
  background-image: url(assets/images/shapes/page-header-bg-1-1.png);
  z-index: 10;
  mix-blend-mode: overlay;
}

.page-header-shape-2 {
  background-image: url(assets/images/shapes/page-header-bg-1-2.png);
  z-index: 9;
  mix-blend-mode: overlay;
  opacity: 0.4;
}

.page-header-shape-3 {
  background-image: url(assets/images/shapes/page-header-bg-1-3.png);
  z-index: 8;
  mix-blend-mode: overlay;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;
  padding: 120px 0 109px;
}

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

.services-details__img {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
  margin-bottom: 35px;
}

.services-details__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.services-details__icon {
  margin-top: 55px;
  margin-bottom: 15px;
}
.services-details__icon span {
  font-size: 65px;
  color: var(--aivons-primary, #3c72fc);
}

.services-details__top-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 18px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.services-details__top-text {
  font-size: 16px;
  margin-bottom: 53px;
}

.services-details__planning {
  position: relative;
  display: flex;
}

.services-details__planning-img {
  background-color: var(--aivons-black, #0f0d1d);
  flex-shrink: 0;
}

.services-details__planning-img > img {
  width: 354px;
  mix-blend-mode: luminosity;
}

.services-details__planning-content {
  margin-left: 45px;
  margin-top: -8px;
}

.services-details__planning-title {
  font-size: 24px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 20px;
}

.services-details__planning-text {
  font-size: 16px;
  margin: 0;
}

.services-details__planning-list {
  padding-top: 33px;
  margin-left: 0;
}

.services-details__planning-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__planning-list li + li {
  margin-top: 7px;
}

.services-details__planning-list li .icon {
  position: relative;
  top: 3px;
}

.services-details__planning-list li .icon span {
  color: var(--aivons-primary, #3c72fc);
  font-size: 20px;
  display: block;
  transform: scale(1);
  transition: transform 500ms ease;
}

.services-details__planning-list li:hover .icon span {
  transform: scale(0.75);
}

.services-details__planning-list li .text {
  margin-left: 15px;
}

.services-details__planning-list li .text p {
  margin: 0;
  color: var(--aivons-black, #0f0d1d);
}

.services-details__bottom-text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  padding-top: 50px;
}

.services-details__bottom-box {
  position: relative;
  margin-top: 47px;
}

.services-details__bottom-box-single {
  position: relative;
  display: flex;
}

.services-details__bottom-box-single + .services-details__bottom-box-single {
  margin-top: 47px;
}

.services-details__bottom-box-icon span {
  font-size: 65px;
  color: var(--aivons-primary, #3c72fc);
  display: block;
  transform: scale(1);
  transition: transform 500ms ease;
}

.services-details__bottom-box-single:hover .services-details__bottom-box-icon span {
  transform: scale(0.85);
}

.services-details__bottom-box-content {
  margin-left: 30px;
  margin-top: -5px;
}

.services-details__bottom-box-title {
  font-size: 18px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.services-details__bottom-box-text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

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

.services-details__services-list-box {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 43px 30px 34px;
}

.services-detials__categories {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 7px;
  padding-left: 20px;
}

.services-details__services-list {
  position: relative;
  display: block;
}

.services-details__services-list li {
  position: relative;
  display: block;
}

.services-details__services-list li + li {
  margin-top: 5px;
}

.services-details__services-list li a {
  position: relative;
  font-size: 16px;
  color: var(--aivons-gray, #726f84);
  font-weight: 500;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 4.5px 20px;
  transition: all 500ms ease;
}

.services-details__services-list li.active a,
.services-details__services-list li:hover a {
  background-color: var(--aivons-base, #ffffff);
  color: var(--aivons-black, #0f0d1d);
}

.services-details__services-list li span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  font-size: 20px;
  transform: scale(0);
}

.services-details__services-list li.active span,
.services-details__services-list li:hover span {
  color: var(--aivons-primary, #3c72fc);
  transform: scale(1);
}

.services-details__help-box {
  position: relative;
  display: block;
  padding: 43px 50px 41px;
  margin-top: 30px;
  background-color: var(--aivons-primary, #3c72fc);
}

.services-details__help-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-color: var(--aivons-primary, #3c72fc);
  background-blend-mode: luminosity;
  opacity: 0.1;
}

.services-details__help-box-title {
  font-size: 20px;
  color: var(--aivons-base, #ffffff);
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 33px;
  z-index: 10;
  position: relative;
}

.services-details__help-box-text {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #c3d4ff;
  position: relative;
  z-index: 10;
  line-height: 32px;
  margin-bottom: 31px;
}

.services-details__phone {
  color: var(--aivons-base, #ffffff);
  font-size: 24px;
  font-weight: 400;
  display: block;
  position: relative;
  transition: all 500ms ease;
  z-index: 10;
}

.services-details__phone:hover {
  color: var(--aivons-black, #0f0d1d);
}

/*Cases Page*/
.cases-page {
  margin-top: 0;
  padding-top: 120px;
  background-color: #fff;
}

/*--------------------------------------------------------------
# Cases Details
--------------------------------------------------------------*/
.cases-details {
  position: relative;
  display: block;
  padding-top: 120px;
}

.cases-details__img {
  position: relative;
  display: block;
  margin-bottom: 50px;
  background-color: var(--aivons-black, #0f0d1d);
}

.cases-details__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.cases-details__icon span {
  font-size: 65px;
  color: var(--aivons-primary, #3c72fc);
}

.cases-details__title {
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 20px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.cases-details__text-1 {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  padding-bottom: 30px;
}

.cases-details__text-2 {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

.cases-details__right-list {
  position: relative;
  display: block;
  margin: 0;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 43px 50px 39px;
}

.cases-details__right-list li + li {
  margin-top: 26px;
}

.cases-details__right-list li p {
  font-weight: 700;
  margin: 0;
  color: var(--aivons-black, #0f0d1d);
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.cases-details__right-list li span {
  font-weight: 400;
}

.cases-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--aivons-extra, #e6e9ef);
  border-bottom: 1px solid var(--aivons-extra, #e6e9ef);
  padding: 48px 0;
  margin-top: 109px;
}

.cases-details__pagination li {
  display: inline-block;
}

.cases-details__pagination li.next {
  float: left;
  position: relative;
}

.cases-details__pagination li a {
  font-size: 12px;
  color: var(--aivons-black, #0f0d1d);
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.cases-details__pagination li a:hover {
  color: var(--aivons-primary, #3c72fc);
}

.cases-details__pagination li.next i {
  position: relative;
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.cases-details__pagination li.previous {
  position: relative;
  float: right;
}

.cases-details__pagination li.previous i {
  margin-left: 10px;
  font-size: 20px;
}

.cases-details__right-list span.category::after {
  content: ", ";
}

/*More Cases*/
.more-cases {
  margin-top: 0;
  padding-top: 120px;
  background-color: var(--aivons-base, #ffffff);
}

.cases-details__content p {
  font-size: 16px;
  line-height: 2em;
  margin: 0;
}
.cases-details__content p + p {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.blog-single {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

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

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

.blog-single__content-single {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.blog-single__content-img {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
  margin-bottom: 20px;
}

.blog-single__content-img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.no-filter > img {
  mix-blend-mode: normal !important;
}

.blog-single__date-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--aivons-primary, #3c72fc);
  padding: 0 20px;
}

.blog-single__date-box p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
  color: var(--aivons-base, #ffffff);
}

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

.blog-single__meta {
  display: flex;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.blog-single__meta li {
  font-size: 12px;
  color: var(--aivons-gray, #726f84);
  font-weight: 600;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
  text-transform: uppercase;
}

.blog-single__meta li {
  margin-top: -8px;
  padding-left: 6px;
  padding-right: 6px;
}

.blog-single__meta li a {
  color: var(--aivons-gray, #726f84);
  transition: all 500ms ease;
}

.blog-single__meta li a:hover {
  color: var(--aivons-primary, #3c72fc);
}

.blog-single__meta li a i {
  color: var(--aivons-primary, #3c72fc);
}

.blog-single__content-box i,
.news-details__meta i {
  color: var(--aivons-primary, #3c72fc);
  font-size: 15px;
  position: relative;
  top: 2px;
}

.blog-single__content-box i.fa-comments {
  margin-right: 5px;
}

ul.list-unstyled.news-one__meta i.fa-comments {
  margin-right: 5px;
}

.blog-single__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 20px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  word-break: break-word;
}

.blog-single__title a {
  color: var(--aivons-black, #0f0d1d);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
  transition: all 500ms ease;
}

.blog-single__title a:hover {
  background-size: 100% 2px;
  color: var(--aivons-primary, #3c72fc);
}

.blog-single__text {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  padding-bottom: 15px;
}

.blog-single__btn {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--aivons-black, #0f0d1d);
  transition: all 500ms ease;
}

.blog-single__btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 10px;
  content: "";
  background-color: currentColor;
  transition: all 500ms ease;
}

.blog-single__btn:hover:before {
  width: 100%;
}

.blog-single__video-btn {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: var(--aivons-primary, #3c72fc);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: var(--aivons-base, #ffffff);
  font-size: 20px;
  transition: all 500ms ease;
}

.blog-single__video-btn:hover {
  background-color: var(--aivons-base, #ffffff);
  color: var(--aivons-primary, #3c72fc);
}

.blog-single__bottom-box {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 50px 60px 50px;
}

.blog-single__bottom-box-icon {
  margin-bottom: 19px;
}

.blog-single__bottom-box-icon > img {
  width: 59px;
}

.blog-single__bottom-box-text {
  margin: 0;
}

.blog-single__delivering-services {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 60px 60px 50px;
  margin-top: 30px;
}

.blog-single__delivering-services-icon > img {
  width: 37px;
}

.blog-single__delivering-services-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 30px;
}

.blog-single__delivering-services-title a {
  color: var(--aivons-black, #0f0d1d);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
  transition: all 500ms ease;
}

.blog-single__delivering-services-title a:hover {
  background-size: 100% 2px;
  color: var(--aivons-primary, #3c72fc);
}

.blog-sidebar__content-img img {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.wp-block-group h2,
.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 23px;
  font-weight: 800;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  text-transform: uppercase;
}

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

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--aivons-base, #ffffff);
  color: var(--aivons-gray, #726f84);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  height: 60px;
  border-radius: 0px;
  width: 100%;
  padding-right: 80px;
  border: 1px solid var(--aivons-extra, #e6e9ef);
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--aivons-gray, #726f84);
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--aivons-gray, #726f84);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--aivons-gray, #726f84);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--aivons-gray, #726f84);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--aivons-gray, #726f84);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--aivons-gray, #726f84);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--aivons-gray, #726f84);
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--aivons-black-rgb, 15, 13, 29);
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: auto;
  outline: none;
  border: none;
  padding: 0;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 45px 30px 20px;
  background-color: var(--aivons-light, #f2f4f8);
}

.sidebar__post .sidebar__title {
  padding-left: 20px;
  margin-bottom: 3px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 15px;
  background-color: transparent;
  transition: all 500ms ease;
}

.sidebar__post-list li:hover {
  background-color: var(--aivons-base, #ffffff);
}

.sidebar__post-list li + li {
  margin-top: 9px;
}

.sidebar__post-image {
  background-color: var(--aivons-black, #0f0d1d);
  margin-right: 20px;
}

.sidebar__post-image > img {
  width: 70px;
  border-radius: 0px;
  mix-blend-mode: luminosity;
}

.sidebar__post-content h3 {
  color: var(--aivons-black, #0f0d1d);
  font-size: 18px;
  margin: 0;
  line-height: 28px;
  font-weight: 400;
}

.sidebar__post-content .sidebar__post-content_meta {
  color: var(--aivons-gray, #726f84);
  font-size: 12px;
  display: block;
  font-weight: 600;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
  text-transform: uppercase;
}

.sidebar__post-content .sidebar__post-content_meta i {
  margin-right: 5px;
  color: var(--aivons-primary, #3c72fc);
}

.sidebar__post-content h3 {
  text-transform: unset;
}

.sidebar__post-content h3 a {
  font-size: 16px;
  color: var(--aivons-black, #0f0d1d);
  transition: all 500ms ease;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.sidebar__post-content h3 a:hover {
  color: var(--aivons-primary, #3c72fc);
}

.sidebar__category {
  position: relative;
  display: block;
  background: var(--aivons-light, #f2f4f8);
  padding: 46px 30px 34px;
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}

.sidebar__category-list {
  margin: 0;
}

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

.sidebar__category-list li a {
  color: var(--aivons-gray, #726f84);
  font-size: 16px;
  position: relative;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 5px 20px;
  border-radius: 0px;
}

.sidebar__category-list li a:hover {
  background-color: var(--aivons-base, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--aivons-black, #0f0d1d);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
  color: var(--aivons-primary, #3c72fc);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  opacity: 0;
}

.sidebar__category-list li a:hover span {
  opacity: 1;
}

.sidebar__tags {
  position: relative;
  display: block;
  background: var(--aivons-light, #f2f4f8);
  padding: 47px 45px 50px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 12px;
  color: var(--aivons-gray, #726f84);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.4s ease;
  background: var(--aivons-base, #ffffff);
  display: inline-block;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
  padding: 5px 20px;
  margin-left: 5px;
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--aivons-base, #ffffff);
  background: var(--aivons-primary, #3c72fc);
}

.sidebar__comments {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 47px 50px 43px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--aivons-black, #0f0d1d);
  border-radius: 50%;
  font-size: 15px;
  color: var(--aivons-base, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.sidebar__comments-icon:hover {
  background-color: var(--aivons-primary, #3c72fc);
}

.sidebar__comments-text-box p {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.sidebar__comments-text-box h5 {
  font-size: 16px;
  color: var(--aivons-black, #0f0d1d);
  line-height: 26px;
}

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

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

.news-details__img {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
}

.news-details__img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.news-details__date-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--aivons-primary, #3c72fc);
  padding: 0px 20px;
  z-index: 1;
}

.news-details__date-box p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--aivons-base, #ffffff);
  margin: 0;
  letter-spacing: 0.1em;
}

.news-details__content {
  position: relative;
  display: block;
}

.news-details__meta {
  display: flex;
  align-items: center;
  margin: 0 !important;
  margin-bottom: 15px !important;
}

.news-details__meta li {
  font-size: 12px;
  color: var(--aivons-gray, #726f84);
  font-weight: 600;
  text-transform: uppercase;
}

.news-details__meta li + li {
  margin-left: 12px;
}

.news-details__meta li a {
  color: var(--aivons-gray, #726f84);
  transition: all 500ms ease;
}

.news-details__meta li a i {
  color: var(--aivons-primary, #3c72fc);
}

.news-details__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 7px;
}

.news-details__text-one {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 33px;
  line-height: 32px;
}

.news-details__text-two {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 33px;
  line-height: 32px;
}

.news-details__text-three {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 32px;
}

.news-details__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid var(--aivons-extra, #e6e9ef);
  padding: 30px 0 30px;
  margin-top: 55px;
}

.news-details__bottom p {
  margin: 0;
}

.blog-details__tags > span {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.news-details__tags span {
  color: var(--aivons-black, #0f0d1d);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.news-details__tags a {
  color: var(--aivons-base, #ffffff);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--aivons-primary, #3c72fc);
  display: inline-block;
  padding: 5px 15px;
  letter-spacing: 0.1em;
  transition: all 500ms ease;
  margin-bottom: 10px;
}

.news-details__tags a:hover {
  background-color: var(--aivons-black, #0f0d1d);
}

.news-details__tags a + a {
  margin-left: 5px;
}

.news-details__social-list {
  display: flex;
  align-items: center;
}

.news-details__social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--aivons-gray, #726f84);
  font-size: 18px;
  transition: all 500ms ease;
}

.news-details__social-list a + a {
  margin-left: 30px;
}

.news-details__social-list a:hover {
  color: var(--aivons-primary, #3c72fc);
}

/* author */
.author-one {
  background-color: var(--aivons-light, #f2f4f8);
  padding: 60px 60px 60px;
  display: flex;
  margin-bottom: 54px;
}

.author-one__image {
  width: 172px;
  background-color: var(--aivons-black, #0f0d1d);
}

.author-one__image img {
  width: 172px;
  mix-blend-mode: luminosity;
}

.author-one__content {
  margin-left: 40px;
  margin-top: -8px;
}

.author-one__content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 18px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.author-one__content p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-top: 13px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--aivons-black, #0f0d1d);
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 51px;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.comment-one__single {
  display: flex;
  border-bottom: 1px solid var(--aivons-extra, #e6e9ef);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--aivons-black, #0f0d1d);
  font-weight: 800;
  margin-bottom: 36px;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.comment-one__content p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}

.comment-one__btn {
  font-size: 12px;
  color: var(--aivons-base, #ffffff);
  line-height: 40px;
  padding: 2px 20px;
  font-weight: 700;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
  position: absolute;
  top: 0;
  right: 0;
}

.comment-one__btn:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: var(--aivons-base, #ffffff);
  overflow: hidden;
}

.comment-one__image img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.comment-form .comment-form__title {
  margin-top: -6px;
}

.comment-form__input-box {
  position: relative;
  display: block;
}

.comment-form__input-box input[type=text],
.comment-form__input-box input[type=email] {
  height: 70px;
  width: 100%;
  border: none;
  background: var(--aivons-light, #f2f4f8);
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 30px;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  color: var(--aivons-gray, #726f84);
  font-weight: 500;
  display: block;
}

.comment-form__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 0;
  transform: translateY(-50%);
}

.comment-form__icon i {
  font-size: 14px;
  color: var(--aivons-gray, #726f84);
}

.contact-expert__icon-comment {
  top: 20px;
  transform: inherit;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: var(--aivons-gray, #726f84);
  height: 140px;
  width: 100%;
  background: var(--aivons-light, #f2f4f8);
  padding: 20px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 20px;
  font-weight: 500;
}

.comment-form__btn:hover {
  background: var(--aivons-black, #0f0d1d);
  color: var(--aivons-base, #ffffff);
}

/*--------------------------------------------------------------
## Message Box
--------------------------------------------------------------*/
.message-box {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.message-box__left .section-title__title {
  font-size: 48px;
  line-height: 58px;
}

.message-box__left .section-title__tagline {
  letter-spacing: 0;
}

.message-box__social {
  display: flex;
  align-items: center;
}

.message-box__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #8f8da0;
  font-size: 17px;
  transition: all 500ms ease;
}

.message-box__social a + a {
  margin-left: 25px;
}

.message-box__social a:hover {
  color: var(--aivons-primary, #3c72fc);
}

.message-box__right p {
  margin: 0;
}

/*--------------------------------------------------------------
## Locations
--------------------------------------------------------------*/
.locations {
  position: relative;
  display: block;
  padding-bottom: 90px;
}

.locations .section-title__tagline {
  letter-spacing: 0;
}

.location__inner {
  position: relative;
  display: block;
  border-top: 1px solid var(--aivons-extra, #e6e9ef);
  padding-top: 120px;
}

.locations .row {
  --bs-gutter-x: 17px;
}

.locations__single {
  position: relative;
  display: block;
  background-color: var(--aivons-light, #f2f4f8);
  padding: 45px 50px 40px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.locations__single:hover {
  background-color: var(--aivons-primary, #3c72fc);
}

.locations__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 33px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  transition: all 500ms ease;
}

.locations__single:hover .locations__title {
  color: var(--aivons-base, #ffffff);
}

.locations__text {
  font-size: 16px;
  margin: 0;
  line-height: 30px;
  transition: all 500ms ease;
}

.locations__single:hover .locations__text {
  color: var(--aivons-base, #ffffff);
}

.locations__mail-phone-box {
  font-size: 16px;
  color: var(--aivons-gray, #726f84);
  font-weight: 500;
  line-height: 30px;
}

.locations__mail {
  color: var(--aivons-gray, #726f84);
  display: block;
  transition: all 500ms ease;
}

.locations__single:hover .locations__mail {
  color: var(--aivons-base, #ffffff);
}

.locations__mail:hover {
  color: var(--aivons-black, #0f0d1d);
}

.locations__phone {
  color: var(--aivons-gray, #726f84);
  display: block;
  transition: all 500ms ease;
}

.locations__single:hover .locations__phone {
  color: var(--aivons-base, #ffffff);
}

.locations__phone:hover {
  color: var(--aivons-black, #0f0d1d);
}

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

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

.about-img {
  position: relative;
  display: block;
  background-color: var(--aivons-black, #0f0d1d);
}

.about-img > img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.about__right {
  position: relative;
  display: block;
  margin-left: 68px;
}

.about__title {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: -12px;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
}

.about__icon-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 35px;
}

.about__icon span {
  font-size: 65px;
  color: var(--aivons-primary, #3c72fc);
}

.about__icon-text {
  margin-left: 30px;
}

.about__icon-text p {
  font-weight: 600;
  color: var(--aivons-black, #0f0d1d);
  margin: 0;
}

.about__right-text {
  font-weight: 400;
  margin: 0;
  padding-bottom: 49px;
}

.about__phone-contact {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.about__phone-contact-icon {
  height: 68px;
  width: 68px;
  background-color: #ebf1ff;
  font-size: 35px;
  color: var(--aivons-primary, #3c72fc);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}

.about__phone-contact:hover .about__phone-contact-icon {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

.about__phone-contact-text {
  margin-left: 30px;
}

.about__phone-contact-text p {
  font-size: 20px;
  margin: 0;
  font-weight: 400;
}

.about__phone-contact-text a {
  color: var(--aivons-black, #0f0d1d);
}

/*Counter Page*/
.counter-page .counters-one__box {
  padding-bottom: 107px;
}

/*Team Page*/
.team-page .row {
  --bs-gutter-x: 30px;
}

/*FAQS Page*/
.faqs-page {
  background-color: var(--aivons-light, #f2f4f8);
  padding: 120px 0 120px;
}

.faqs-page .faq-one-accrodion .accrodion-title {
  background-color: var(--aivons-base, #ffffff);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 67px 0 120px;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title {
  font-size: 350px;
  font-weight: 400;
  line-height: 352px;
  color: var(--aivons-primary, #3c72fc);
}

.error-page__tagline {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-small, -0.02em);
  margin-bottom: 42px;
}

.error-page__text {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.error-page__form {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 29px auto 30px;
}

.error-page__form-input {
  position: relative;
  display: block;
}

.error-page__form input[type=search] {
  height: 84px;
  max-width: 550px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--aivons-light, #f2f4f8);
  font-size: 16px;
  color: var(--aivons-gray, #726f84);
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
}

.error-page__form button[type=submit] {
  background-color: transparent;
  color: var(--aivons-black, #0f0d1d);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  width: 50px;
  outline: none;
  border: none;
}

.error-page__btn:hover {
  background-color: var(--aivons-black, #0f0d1d);
  color: var(--aivons-base, #ffffff);
}

.aivons.comment-form__btn[type=submit] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--avions-base, #ffffff);
  font-size: 16px;
  font-weight: 700;
  padding: 24px 57px;
  transition: 500ms;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: var(--aivons-letter-space-big, 0.1em);
}

.aivons.comment-form__btn[type=submit]:hover {
  background: var(--aivons-black);
  color: var(--aivons-base);
}

.blog-single__content-single.tag-sticky-2 .blog-single__content-box::before,
.blog-single__content-single.sticky .blog-single__content-box::before {
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--aivons-primary, #3c72fc);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.wp-block-cover-image .wp-block-cover-image-text,
.news-details__content .wp-block-cover-image .wp-block-cover-text,
.news-details__content .wp-block-cover-image h2,
.news-details__content .wp-block-cover .wp-block-cover-image-text,
.news-details__content .wp-block-cover .wp-block-cover-text,
.news-details__content .wp-block-cover h2 {
  color: #fff;
}

.news-details__content > .wp-block-cover {
  margin-bottom: 32px;
}

.news-details__content {
  font-size: 16px;
  line-height: 2;
}

.news-details__content .wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--aivons-black, #1e1e22);
  border-left: 0;
}

.news-details__content .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg);
}

.news-details__content .blocks-gallery-caption {
  margin-bottom: 20px;
}

.news-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.news-details__content .wp-block-quote {
  background-color: #f1f1f5;
  border-left: 2px solid var(--aivons-black, #1e1e22);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

blockquote {
  margin: 0 1.5em;
}

.news-details__content blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.news-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(--aivons-primary, #3c72fc);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: italic;
}

.comment-content strong,
.news-details__content strong {
  color: var(--aivons-black, #1e1e22);
}

.news-details__content a:hover {
  color: var(--aivons-primary, #3c72fc);
  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;
}

.has-large-font-size {
  font-size: 1.5em;
}

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

.news-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--aivons-black, #1e1e22);
}

.comments-area h1,
.news-details__content h1,
.comment-content h2,
.news-details__content h2,
.comment-content h3,
.news-details__content h3,
.comment-content h4,
.news-details__content h4,
.comment-content h5,
.news-details__content h5,
.comment-content h6,
.news-details__content h6 {
  margin-bottom: 1rem;
  color: var(--aivons-black, #1e1e22);
}

.news-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--aivons-black, #1e1e22);
}

.news-details__content .post-password-form input[type=password] {
  width: 200px;
  height: 50px;
  background-color: #f1f1f5;
  color: var(--aivons-gray, #717178);
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}

.news-details__content .post-password-form input[type=submit] {
  width: 120px;
  height: 50px;
  background-color: var(--aivons-black, #1e1e22);
  color: var(--aivons-base, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
}

.news-details__content .post-password-form input[type=submit]:hover {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

.post .news-details__content > p {
  line-height: 2em;
  font-size: 16px;
}

.wp-block-cover-text strong {
  color: inherit;
}

.news-details__content ul,
.comments-area ul,
.comments-area ol,
.news-details__content ol {
  margin: 0 0 0.5em 0.5em;
  font-weight: 500;
}

.wp-block-archives-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--aivons-gray, #717178);
  position: relative;
  line-height: 34px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--aivons-gray, #717178);
  font-weight: 500;
  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: #f1f1f5;
  border: 1px solid #f1f1f5;
  outline: none;
  color: var(--aivons-gray, #717178);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--aivons-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  line-height: 1.889;
  font-weight: 600;
  color: var(--aivons-black, #1e1e22);
}

.wp-block-latest-comments__comment-date {
  font-weight: 500;
  color: var(--aivons-gray, #717178);
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 68px;
  min-height: 44px;
}

.wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--aivons-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--aivons-base, #ffffff);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 7px;
  left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--aivons-gray, #717178);
}

.wp-block-latest-posts__list.has-dates {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.wp-block-latest-posts__list.has-dates li::before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--aivons-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--aivons-base, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 10px;
  left: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-left: 0;
}

.wp-block-search label {
  font-size: 18px;
  color: var(--aivons-black, #1e1e22);
  font-weight: 600;
}

.wp-block-search input[type=search] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: #f1f1f5;
  color: var(--aivons-gray, #717178);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--aivons-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 80px;
  border: 1px solid #f1f1f5;
  border-radius: 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--aivons-black, #1e1e22);
  text-align: center;
  border-radius: 5px;
  color: var(--aivons-base, #ffffff);
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--aivons-gray, #717178);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 500ms ease;
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  font-weight: 600;
  color: var(--aivons-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(--aivons-black, #1e1e22);
  width: 44px;
  height: 44px;
  color: var(--aivons-base, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.news-details__content .page-links {
  color: var(--aivons-black, #1e1e22);
  display: flex;
  align-items: center;
}

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

.news-details__content .page-links span,
.news-details__content .page-links a {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--aivons-black, #1e1e22);
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f1f1f5;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
}

.news-details__content .page-links span {
  background-color: var(--aivons-black, #1e1e22);
  color: var(--aivons-base, #ffffff);
}

.news-details__content .page-links a:hover {
  background-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

.news-sidebar__left .blog-pagination {
  margin-top: 30px;
}

.blog-pagination {
  display: flex;
  align-items: center;
  line-height: 1;
}

.blog-pagination a,
.blog-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--aivons-extra, #e6e9ef);
  width: 50px;
  height: 50px;
  font-size: 16px;
  transition: all 500ms ease;
}

.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
  background-color: var(--aivons-primary, #3c72fc);
  border-color: var(--aivons-primary, #3c72fc);
  color: var(--aivons-base, #ffffff);
}

.blog-pagination span + span,
.blog-pagination a + span,
.blog-pagination span + a,
.blog-pagination a + a {
  margin-left: 10px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.main-menu--default .main-menu-wrapper__logo {
  border-right: 0;
  padding-right: 0;
}
.main-menu--default .main-menu-wrapper__logo h1 {
  text-transform: uppercase;
  color: var(--aivons-base, #ffffff);
  font-size: 30px;
}
.main-menu--default .main-menu__list > li + li,
.main-menu--default .main-menu__list > li + li {
  margin-left: 30px;
}

.type-page .news-details__bottom {
  padding: 0;
  margin-bottom: 50px;
}

/* update 23-09-2021 */
/* shop one */
.shop-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.shop-one .row {
  --bs-gutter-y: 30px;
}

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

.shop-one__product-count {
  font-size: 18px;
  margin: 0;
  color: var(--thm-gray);
  font-weight: 500;
}

.shop-one__product-sorter {
  border: none;
  outline: none;
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 340px;
  height: 70px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  color: var(--thm-gray);
  background-color: var(--thm-light);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .shop-one__product-sorter {
    margin-top: 0;
  }
}
.shop-one__image {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.shop-one__image img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__item:hover .shop-one__image img {
  opacity: 0.7;
}

.shop-one__sale {
  position: absolute;
  top: 0;
  right: 30px;
  background-color: var(--aivons-black);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 7px 14px;
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: 0.1em;
}

.shop-one__cart {
  background-color: var(--aivons-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  padding: 4.5px 15px;
  width: 160px;
}

.shop-one__cart:hover,
.shop-one__cart:focus {
  background-color: var(--aivons-black);
  color: #fff;
}

.shop-one__item:hover .shop-one__cart {
  opacity: 1;
  visibility: visible;
}

.shop-one__title {
  margin: 0;
  color: var(--aivons-black);
  font-size: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 800;
}

.shop-one__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__title a:hover {
  color: var(--aivons-primary);
}

.shop-one__price {
  font-size: 16px;
  color: var(--thm-gray);
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.shop-one__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.shop-one__rating i {
  font-size: 14px;
  color: #ffc617;
}

.shop-one__rating i + i {
  margin-left: 7px;
}

.shop-one__sidebar {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .shop-one__sidebar {
    margin-bottom: 0;
  }
}
.shop-one__sidebar__price .noUi-horizontal {
  height: 4px;
  background-color: var(--thm-light);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-one__sidebar__price .noUi-handle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: var(--aivons-primary);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-one__sidebar__price .noUi-horizontal .noUi-handle {
  right: -8px;
}

.shop-one__sidebar__price .noUi-handle::before,
.shop-one__sidebar__price .noUi-handle::after {
  display: none;
}

.shop-one__sidebar__price .noUi-connect {
  background-color: var(--aivons-primary);
}

.shop-one__sidebar__price .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 20px;
}

.shop-one__sidebar__price .form-group p {
  margin: 0;
  font-size: 14px;
  color: var(--thm-gray);
}

.shop-one__sidebar__price .form-group .left > span {
  margin-left: 5px;
  margin-right: 5px;
}

.shop-one__sidebar__price .form-group .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-one__sidebar__price .thm-btn {
  padding: 3px 20px;
  font-size: 12px;
}

.shop-one__sidebar__price .thm-btn:hover {
  background-color: var(--aivons-black);
  color: #fff;
}

.shop-one__sidebar__item:not(.shop-one__sidebar__search) {
  border: 1px solid #e6e9ef;
  padding: 30px;
}

.shop-one__sidebar__item + .shop-one__sidebar__item {
  margin-top: 30px;
}

.shop-one__sidebar__item__title h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--aivons-black);
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.shop-one__sidebar__category {
  padding-bottom: 20px !important;
}

.shop-one__sidebar__category__list {
  margin: 0;
  margin-top: -10px;
}

.shop-one__sidebar__category__list li {
  position: relative;
}

.shop-one__sidebar__category__list li + li {
  margin-top: 10px;
}

.sidebar__single.shop-one__sidebar__item.widget ul li ::after {
  content: " ";
}

.sidebar__single.shop-one__sidebar__item li::after {
  content: "\e915";
  font-family: "icomoon";
  color: var(--thm-gray);
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.sidebar__single.shop-one__sidebar__item li:hover::after {
  color: var(--aivons-primary);
  opacity: 1;
  visibility: visible;
}

.sidebar__single.shop-one__sidebar__item.widget.widget_rss ul li::after,
.sidebar__single.shop-one__sidebar__item.widget.widget_recent_comments ul li::after {
  content: " ";
}

.shop-one__sidebar__category__list li a {
  font-size: 16px;
  color: var(--thm-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-one__sidebar__category__list li:hover a {
  color: var(--aivons-black);
  text-shadow: 0 0 1px currentColor;
}

.shop-one__sidebar__search {
  background-color: var(--aivons-primary);
  padding-left: 30px;
  padding-right: 30px;
}

.shop-one__sidebar__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-one__sidebar__search ::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

.shop-one__sidebar__search :-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

.shop-one__sidebar__search ::-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

.shop-one__sidebar__search ::placeholder {
  opacity: 1;
  color: #ffffff;
}

.shop-one__sidebar__search input[type=text],
.shop-one__sidebar__search input[type=search] {
  width: 100%;
  height: 71px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.shop-one__sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  color: var(--aivons-black);
  font-size: 20px;
  background-color: transparent;
  color: #fff;
}

/* product details */
.product-details {
  padding-top: 120px;
  padding-bottom: 90px;
}

.product-details__image {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .product-details__image {
    margin-bottom: 0;
  }
}
.product-details__image img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .product-details__content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: -10px;
  }
}
.product-details__content__name {
  margin: 0;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
}

.product-details__content__price {
  font-size: 16px;
  color: var(--aivons-primary);
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .product-details__content__price {
    font-size: 20px;
    top: -2px;
    margin-left: 20px;
  }
}
.product-details__content__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .product-details__content__rating {
    margin-top: 10px;
  }
}
.product-details__content__rating__star i {
  font-size: 16px;
  color: #ffc617;
}

@media (min-width: 992px) {
  .product-details__content__rating__star i {
    font-size: 18px;
  }
}
.product-details__content__rating__star i + i {
  margin-left: 3px;
}

@media (min-width: 992px) {
  .product-details__content__rating__star i + i {
    margin-left: 2px;
  }
}
.product-details__content__rating__count {
  margin-left: 10px;
  font-size: 18px;
  color: var(--thm-gray);
}

.product-details__content__text {
  border-top: 1px solid #e6e9ef;
  padding-top: 20px;
  margin-top: 20px;
}

.product-details__content__text p {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  color: var(--thm-gray);
}

.product-details__content__text p + p {
  margin-top: 20px;
}

.product-details__content__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

.product-details__content__quantity__text {
  font-size: 18px;
  font-weight: bold;
  color: var(--aivons-black);
  line-height: 1;
  margin-right: 20px;
  text-transform: uppercase;
}

.product-details__content__quantity .quantity-box {
  width: 97px;
  height: 60px;
  border: 1px solid #e6e9ef;
  position: relative;
  overflow: hidden;
}

.product-details__content__quantity .quantity-box input[type=number] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-right: 30px;
  text-align: center;
}

.product-details__content__quantity .quantity-box .sub {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #e6e9ef;
  height: 30px;
  background-color: transparent;
}

.product-details__content__quantity .quantity-box .add {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #e6e9ef;
  border-top: 1px solid #e6e9ef;
  background-color: transparent;
  height: 30px;
}

@media (min-width: 992px) {
  .product-details__content__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}
.product-details__content__buttons .thm-btn {
  margin-bottom: 20px;
}

.product-details .thm-btn.cart-btn {
  background-color: var(--aivons-black);
  color: #fff;
}

.product-details .thm-btn.cart-btn:hover {
  color: #fff;
  background-color: var(--aivons-primary);
}

@media (min-width: 992px) {
  .product-details__content__buttons .wishlist-btn {
    margin-left: 20px;
  }
}
.product-details__content__buttons .wishlist-btn:hover {
  background-color: var(--aivons-black);
  color: #fff;
}

.product-details__content__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .product-details__content__social {
    margin-top: 20px;
  }
}
.product-details__content__social__text {
  color: var(--aivons-black);
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .product-details__content__social__text {
    font-size: 18px;
  }
}
.product-details__content__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: var(--thm-gray);
  border-radius: 50%;
}

.product-details__content__social a:first-of-type {
  margin-left: 30px;
}

.product-details__content__social a + a {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .product-details__content__social a + a {
    margin-left: 30px;
  }
}
.product-content__title {
  margin: 0;
  font-size: 30px;
  color: var(--aivons-black);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 30px;
}

.product-content .product-content__title,
.woocommerce-Reviews .product-content__title {
  margin-bottom: 50px;
}

.product-content p {
  margin: 0;
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 32px;
}

.product-content p + p {
  margin-top: 20px;
}

.product-review {
  padding-top: 60px;
  padding-bottom: 0px;
}

.product-review__item {
  border-bottom: 1px solid #e6e9ef;
  padding-bottom: 40px;
  margin-bottom: 50px;
  position: relative;
}

@media (min-width: 992px) {
  .product-review__item {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-review__item__image {
  margin-bottom: 20px;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}

@media (min-width: 992px) {
  .product-review__item__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 35px;
  }
}
.product-review__item__image img {
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

@media (min-width: 992px) {
  .product-review__item__top {
    display: flex;
    align-items: baseline;
  }
}
.product-review__item__title {
  font-size: 20px;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--aivons-black);
}

.product-review__item__content p {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  color: var(--thm-gray);
  margin-top: 20px;
}

.product-review__item__meta {
  font-size: 16px;
  font-weight: 500;
  color: var(--aivons-primary);
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .product-review__item__meta {
    margin-left: 20px;
  }
}
.product-review__item__meta span {
  margin-left: 10px;
  margin-right: 10px;
}

.product-review__item__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product-review__item__star {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.product-review__item__star i {
  font-size: 16px;
  color: #ffc617;
}

@media (min-width: 992px) {
  .product-review__item__star i {
    font-size: 18px;
  }
}
.product-review__item__star i + i {
  margin-left: 3px;
}

@media (min-width: 992px) {
  .product-review__item__star i + i {
    margin-left: 7px;
  }
}
.product-form {
  padding-bottom: 120px;
}

.product-form__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--thm-gray);
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product-form__rating {
    font-size: 18px;
  }
}
.product-form__rating i {
  color: #ffc617;
  font-size: 16px;
  position: relative;
  top: -2px;
}

@media (min-width: 992px) {
  .product-form__rating i {
    font-size: 18px;
  }
}
.product-form__rating i:first-of-type {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .product-form__rating i:first-of-type {
    margin-left: 20px;
  }
}
.product-form__rating i + i {
  margin-left: 3px;
}

@media (min-width: 992px) {
  .product-form__rating i + i {
    margin-left: 7px;
  }
}
.product-form .comment-form__input-box textarea {
  display: block;
  margin-bottom: 30px;
}

/* proceed to checkout */
.proceed-to-checkout {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .proceed-to-checkout__cupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.proceed-to-checkout__cupon input[type=text] {
  border: none;
  outline: none;
  width: 100%;
  max-width: 375px;
  height: 70px;
  background-color: var(--thm-light);
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .proceed-to-checkout__cupon input[type=text] {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.proceed-to-checkout__cupon .thm-btn:hover {
  background-color: var(--aivons-black);
  color: #fff;
}

.proceed-to-checkout__list {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .proceed-to-checkout__list {
    margin-top: 0;
  }
}
.proceed-to-checkout__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--thm-gray);
  font-weight: 500;
  font-size: 18px;
}

.proceed-to-checkout__list li + li {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .proceed-to-checkout__list li + li {
    margin-top: 15px;
  }
}
.proceed-to-checkout__list li:last-of-type {
  color: var(--aivons-primary);
}

.proceed-to-checkout__list li i {
  font-style: normal;
}

.proceed-to-checkout__list li span {
  color: var(--aivons-black);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .proceed-to-checkout__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .proceed-to-checkout__list,
  .proceed-to-checkout__buttons {
    padding-left: 10px;
  }
}
.proceed-to-checkout__checkout-btn {
  background-color: var(--aivons-black);
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .proceed-to-checkout__checkout-btn {
    margin-bottom: 0;
  }
}
.proceed-to-checkout__buttons .thm-btn:hover {
  background-color: var(--aivons-black);
  color: #fff;
}

.proceed-to-checkout__buttons .proceed-to-checkout__checkout-btn:hover {
  background-color: var(--aivons-primary);
  color: #fff;
}

/* cart table */
.cart-table {
  padding-top: 90px;
}

@media (min-width: 992px) {
  .cart-table {
    padding-top: 105px;
  }
}
.cart-table table {
  width: 100%;
}

.cart-table tr {
  border-bottom: 1px solid #e6e9ef;
}

.cart-table th {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--aivons-black);
  font-family: var(--thm-font-2);
  padding-bottom: 25px;
}

.cart-table th:last-of-type {
  text-align: right;
}

.cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-table__item__title {
  margin: 0;
  font-size: 20px;
  color: var(--aivons-black);
  font-weight: 700;
  margin-left: 30px;
  text-transform: uppercase;
}

.cart-table .quantity-box {
  width: 97px;
  height: 60px;
  border: 1px solid #e6e9ef;
  position: relative;
  overflow: hidden;
}

.cart-table .quantity-box input[type=number] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-right: 30px;
  text-align: center;
}

.cart-table .quantity-box .sub {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #e6e9ef;
  background-color: transparent;
  height: 30px;
}

.cart-table .quantity-box .add {
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  width: 30px;
  border-left: 1px solid #e6e9ef;
  border-top: 1px solid #e6e9ef;
  height: 30px;
  background-color: transparent;
}

.cart-table__close {
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  margin-left: auto;
}

.cart-table__close::after,
.cart-table__close::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--aivons-black);
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-table__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .cart-table .cart-table__item img {
    width: 60px;
  }
  .cart-table table {
    border: 0;
  }
  .cart-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart-table table tr {
    display: block;
  }
  .cart-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e9ef;
  }
  .cart-table table td::before {
    /*
          * aria-label has no advantage, it won't be read inside a table
          content: attr(aria-label);
          */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--aivons-black);
  }
  .cart-table table td:last-child {
    border-bottom: 0;
  }
}
.comment-one__form select {
  border: none;
  outline: none;
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 70px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  color: var(--thm-gray);
  background-color: var(--thm-light);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  margin-bottom: 20px;
}

/* checkout page */
.checkout-page {
  padding-top: 120px;
  padding-bottom: 120px;
}

.checkout-page .comment-one__form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.checkout-page .comment-one__form [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-page .comment-one__form .form-group {
  margin-bottom: 20px;
}

.checkout-page__returning {
  margin: 0;
  font-size: 16px;
  color: var(--thm-gray);
  line-height: 1.5em;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .checkout-page__returning {
    line-height: 1;
  }
}
.checkout-page__returning a {
  color: var(--aivons-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkout-page__returning a:hover {
  color: var(--aivons-black);
}

.checkout__title {
  margin: 0;
  color: var(--aivons-black);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

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

.checkout__checkbox input[type=checkbox] {
  position: absolute;
  left: -999999px;
  visibility: hidden;
}

.checkout__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.checkout__checkbox label::after {
  content: "";
  width: 19px;
  height: 19px;
  background-color: var(--thm-light);
  border-radius: 50%;
  margin-left: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout__checkbox input[type=checkbox]:checked + label::after {
  background-color: var(--aivons-primary);
  content: "\f00c";
}

.checkout-page .comment-one__form .field-checkbox {
  position: relative;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox] {
  position: absolute;
  left: -999999px;
  visibility: hidden;
}

.checkout-page .comment-one__form .field-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--thm-gray);
  cursor: pointer;
}

.checkout-page .comment-one__form .field-checkbox label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: var(--thm-light);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-page .comment-one__form .field-checkbox input[type=checkbox]:checked + label::before {
  background-color: var(--aivons-primary);
  content: "\f00c";
}

.checkout-page .comment-one__form textarea {
  height: 150px;
}

.checkout-page .comment-one__form {
  margin-bottom: 60px;
}

.checkout__table {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .checkout__table {
    margin-bottom: 0;
  }
}
.checkout__table thead th {
  color: var(--aivons-black);
  font-size: 20px !important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.checkout__table th:last-child,
.checkout__table td:last-child {
  text-align: right;
}

.checkout__table thead {
  border-top: 1px solid #e6e9ef;
  border-bottom: 1px solid #e6e9ef;
}

.checkout__table thead th,
.checkout__table tbody td {
  padding: 0;
  /* border-top: 1px solid #e6e9ef; */
  border: 0;
  font-size: 16px;
}

.checkout__table thead th {
  padding-top: 30px;
  padding-bottom: 23px;
}

.checkout__table tbody {
  border-bottom: 1px solid #e6e9ef;
}

.checkout__table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--thm-gray);
}

.checkout__payment {
  background-color: var(--thm-light);
  padding: 30px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .checkout__payment {
    padding: 50px;
    padding-bottom: 25px;
  }
}
.checkout__payment__item + .checkout__payment__item {
  margin-top: 35px;
}

.checkout__payment__title {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--aivons-black);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  cursor: pointer;
}

.checkout__payment__title::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 2px solid #e6e9ef;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #e6e9ef;
}

.checkout__payment__title img {
  margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--aivons-primary);
  border-color: var(--aivons-primary);
  content: "\f00c";
}

.checkout__payment__content {
  font-size: 16px;
  line-height: 30px;
  color: #686a6f;
}

.checkout-page__btn:hover {
  background-color: var(--aivons-black);
  color: #fff;
}

/* main menu three update */
.main-header-three .main-menu .main-menu__list > li + li,
.main-menu-three.stricky-header .main-menu__list > li + li {
  margin-left: 50px;
}

.aivons-overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  border-top-color: var(--aivons-primary);
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.main-slider__nav .swiper-button-prev i,
.main-slider__nav .swiper-button-next i {
  top: -1px;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  display: flex;
  align-items: center;
}

/* woorommerce
--------------------------------------------- */
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 6.4em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffc617;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #ffc617;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #ffc617;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #ffc617;
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: #ffc617 !important;
  letter-spacing: 5px;
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: #ffc617;
  font-size: 16px;
}

.woocommerce-ordering {
  float: right;
}

.woocommerce-pagination {
  overflow: hidden;
  width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

@media screen and (min-width: 992px) {
  .product-content {
    margin-top: 25px;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
}

a.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery__trigger::after {
  position: absolute;
  content: "\f1a2";
  font-family: "Flaticon" !important;
  font-size: 16px;
  color: #222429;
  top: -20px;
  right: 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin-right: 10px;
  float: left;
}

.comment-form-rating {
  display: block;
  overflow: hidden;
}

label.rate-this-pro {
  float: left;
  margin-right: 10px;
}

.comment-form-rating p.stars {
  padding-top: 5px;
}

.product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce {
  padding-top: 70px;
  padding-bottom: 105px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.shop_table .product-thumbnail img {
  max-width: 120px;
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--aivons-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:last-child {
  margin-left: 0;
  padding-left: 0;
}

.shop_table tbody tr {
  border: 1px solid #e9ebee;
  border-left: 0;
  border-right: 0;
}

.shop_table td {
  border: 0;
}

.woocommerce-order-details .shop_table td,
.order_details.shop_table tfoot tr th {
  border: 1px solid #e9ebee;
}

.woocommerce-checkout-review-order-table thead tr {
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.woocommerce-cart-form .shop_table tbody tr:last-child,
.woocommerce-checkout-review-order-table tbody tr,
.cart_totals .shop_table tbody tr,
.cart_totals .shop_table tbody th,
.woocommerce-checkout .shop_table tfoot th {
  border: 0;
}

.woocommerce-checkout-review-order-table tbody td.product-name,
.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  text-transform: capitalize;
}

.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  font-size: 16px;
}

.woocommerce-view-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td {
  padding-left: 10px;
}

.woocommerce-order-details .woocommerce-table--order-details tfoot th {
  color: var(--aivons-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--aivons-font);
}

.woocommerce-checkout .shop_table tfoot tr:last-child {
  border-bottom: 1px solid #e9ebee;
}

.woocommerce-checkout .shop_table td {
  padding: 10px;
  padding-left: 20px;
}

.cart_totals .shop_table td,
.cart_totals .shop_table th {
  padding-top: 10px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th,
.woocommerce-checkout .shop_table .amount {
  font-family: var(--aivons-font);
  color: var(--aivons-gray);
  font-size: 16px;
  font-weight: 400;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * WooCommerce widgets
 */
.sidebar__single.shop-one__sidebar__item {
  background-color: #fff;
}

.sidebar .wc-block-product-search .wc-block-product-search__fields {
  display: inline-flex;
}

.sidebar .wc-block-product-search .wc-block-product-search__field {
  max-width: 170px;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--aivons-primary);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
  top: -4px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--aivons-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.sidebar .widget_product_search .searchform {
  position: relative;
  margin: 0px;
}

.sidebar .widget_product_search .searchform input[type=text],
.sidebar .widget_product_search .searchform input[type=search] {
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: #f4f5f8;
  color: #222429;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid #f4f5f8;
  font-family: var(--aivons-font);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .widget_product_search .searchform input:focus {
  border-color: #222429;
}

.sidebar .widget_product_search .searchform button {
  position: absolute;
  right: 10px;
  top: 3px;
  border: none;
  outline: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: block;
  font-size: 18px;
  color: #222429;
  background: none;
  font-weight: normal;
}

.sidebar .widget_product_search .searchform input:focus + button,
.sidebar .widget_product_search .searchform button:hover {
  color: #181b1f;
}

.sidebar .wc-block-product-search__button {
  border: 1px solid;
  border-color: var(--aivons-primary);
  border-radius: 3px;
  background: var(--aivons-primary);
  color: var(--aivons-base);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.woocommerce-MyAccount-navigation ul,
.sidebar .widget_product_categories ul,
.sidebar .woocommerce-widget-layered-nav ul {
  position: relative;
  margin-top: -9px;
}

.woocommerce-MyAccount-navigation ul li,
.sidebar .widget_product_categories ul li,
.sidebar .woocommerce-widget-layered-nav ul li {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: var(--aivons-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li:last-child,
.sidebar .widget_product_categories ul li:last-child,
.sidebar .woocommerce-widget-layered-nav ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.sidebar .widget_product_categories ul li a,
.sidebar .woocommerce-widget-layered-nav ul li a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 1;
  font-size: 16px;
  font-family: var(--aivons-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li > a:hover,
.sidebar .widget_product_categories ul li > a:hover,
.sidebar .woocommerce-widget-layered-nav ul li > a:hover,
.sidebar .widget_product_categories ul li.active > a,
.sidebar .woocommerce-widget-layered-nav ul li.active > a {
  color: #222429;
  text-shadow: 0 0 1px #222429;
}

.woocommerce-MyAccount-navigation ul ul,
.sidebar .widget_product_categories ul ul,
.sidebar .woocommerce-widget-layered-nav ul ul {
  margin-top: 15px;
}

.woocommerce-MyAccount-navigation ul li::after,
.sidebar .widget_product_categories ul li:after,
.sidebar .woocommerce-widget-layered-nav ul li:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "Flaticon";
  content: "\f15f";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}

.sidebar .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  margin-top: -1px;
  margin-left: -1.5px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -13px;
}

.sidebar .widget_price_filter .theme-btn {
  border-radius: 5px;
}

.sidebar .widget_price_filter .theme-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}

.widget_price_filter .clear {
  display: none;
}

.widget_price_filter .price_label {
  margin-right: auto;
  padding-top: 3px;
}

.sidebar .widget_price_filter .price_slider_amount {
  font-family: var(--aivons-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--aivons-base);
  font-size: 16px;
}

.sidebar .widget_rating_filter a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222429;
}

.sidebar .widget_rating_filter ul {
  margin-top: -10px;
}

.sidebar .widget_recently_viewed_products li + li,
.sidebar .widget_recent_reviews li + li,
.sidebar .widget_products li + li {
  margin-top: 20px;
}

.sidebar .widget_recently_viewed_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail,
.sidebar .widget_products li .size-woocommerce_thumbnail {
  width: 60px;
  float: left;
  margin-right: 30px;
}

.sidebar .widget_recently_viewed_products li .product-title,
.sidebar .widget_recent_reviews li .product-title,
.sidebar .widget_products li .product-title {
  display: block;
  text-transform: uppercase;
  color: #222429;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.07em;
}

.sidebar .widget_recently_viewed_products li ins,
.sidebar .widget_recent_reviews li ins,
.sidebar .widget_products li ins {
  background-color: transparent;
}

.sidebar .widget_recently_viewed_products li .star-rating,
.sidebar .widget_recent_reviews li .star-rating {
  font-size: 14px;
}

.woocommerce-active .content-area .site-main::after {
  content: "";
  clear: both;
  display: table;
}

.woocommerce-active .content-area .woocommerce-result-count {
  float: left;
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  font-family: var(--aivons-font);
  padding-top: 18px;
}

.woocommerce-active .content-area .woocommerce-ordering {
  float: right;
}

.variations_form.cart select,
.woocommerce-active .content-area .woocommerce-ordering select {
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 70px;
  background-color: #f4f5f8;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--aivons-font);
  letter-spacing: 0em;
  border: 1px solid #f4f5f8;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  margin-bottom: 30px;
}

.product-cart-btn {
  margin-top: 5px;
}

.product-cart-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

ul.products li.product .button {
  display: inline-block;
}

.shop-one__image {
  text-align: center;
  width: 100%;
}

.product .added_to_cart,
.shop-one__image .added_to_cart {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #222429;
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 4.5px 15px;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: -11px;
}

.product .added_to_cart:hover {
  background-color: var(--aivons-primary);
  color: var(--aivons-base);
}

.products .product {
  text-align: center;
}

.products .product .price {
  display: block;
  font-family: var(--aivons-font);
  color: var(--thm-text);
  font-size: 16px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.products .product .shop-one__price ins {
  background-color: transparent;
}

.products .product .star-rating {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  margin-bottom: 5px;
}

.products .product .woocommerce-loop-product__title {
  margin: 0;
  color: #222429;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 5px;
}

ul.products li.product img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  filter: grayscale(100%);
  transition: filter 500ms ease;
}

ul.products li.product:hover img {
  filter: grayscale(0);
}

ul.products li.product {
  position: relative;
}

ul.products li.product .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}

.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-pagination ul a,
.woocommerce-pagination ul span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 15px;
  color: var(--thm-text);
  background-color: #f4f5f8;
  font-size: 20px;
  font-weight: 400;
  min-width: 50px;
  min-height: 50px;
  line-height: 1;
  padding-top: 5px;
  transition: all 500ms ease;
}

.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span {
  background-color: var(--aivons-primary, #3c72fc);
  border-color: var(--aivons-primary, #3c72fc);
  color: #fff;
}

.woocommerce-pagination ul .prev,
.woocommerce-pagination ul .next {
  padding-top: 0;
}

.woocommerce-active .product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .woocommerce-active .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-active .product__card .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.woocommerce-product-gallery__wrapper {
  margin-top: 0;
  overflow: hidden;
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
}

.woocommerce-active .product .woocommerce-tabs {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-active .product .related.products {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 20px;
}

.product__card .product_title {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
  margin-top: -10px;
}

.product__card .entry-summary {
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 20px;
  right: 20px;
}

.single-product .woocommerce-grouped-product-list-item__price,
.product__card .price {
  margin: 0;
  font-family: var(--aivons-font);
  color: var(--aivons-base);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.single-product .woocommerce-review-link {
  font-family: var(--aivons-font);
  color: var(--thm-text);
  font-size: 16px;
  color: var(--thm-text);
  position: relative;
  line-height: 1;
  font-weight: 400;
  margin-left: 10px;
}

.woocommerce-variation-description p,
.single-product .woocommerce-product-details__short-description p {
  font-family: var(--aivons-font);
  font-size: 16px;
  line-height: 2.125em;
  margin-bottom: 20px;
  font-weight: 400;
}

.product-quantity .quantity,
.single-product .quantity {
  position: relative;
  width: 98px;
  height: 60px;
}

.product-quantity .quantity input,
.single-product .quantity input {
  width: 98px;
  height: 60px;
  border: 1px solid #e9ebee;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--aivons-font);
  padding-left: 30px;
}

.product-quantity .quantity button,
.single-product .quantity button {
  width: 29px;
  height: 29px;
  background-color: transparent;
  color: #222429;
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: 0;
  border-left: 1px solid #e9ebee;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-quantity .quantity button.sub,
.single-product .quantity button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #e9ebee;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product .cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-product .cart h2 {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
  margin-right: 20px;
}

.single-product .woocommerce-variation-add-to-cart .cart-button-wrap,
.single-product .cart .cart-button-wrap {
  margin-top: 30px;
  flex: 0 0 100%;
}

.single-product .product_meta {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.single-product .posted_in,
.single-product .sku_wrapper {
  text-transform: uppercase;
  color: #222429;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
  font-family: var(--aivons-font);
  font-weight: 400;
  color: var(--thm-text);
  font-size: 16px;
  margin-left: 5px;
  text-transform: capitalize;
  position: relative;
  top: -2px;
}

.single-product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity h2 {
  display: none;
}

.single-product .woocommerce-grouped-product-list-item__label label {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: inherit;
  transition: all 500ms ease;
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--aivons-base);
}

.single-product .woocommerce-grouped-product-list-item__price {
  font-size: 18px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label {
  color: #222429;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-tabs .woocommerce-product-attributes-item__value {
  position: relative;
  top: 3px;
}

.variations_form.cart select {
  width: 250px;
  margin-bottom: 0;
  float: right;
  height: 50px;
}

#review_form .comment-respond {
  margin-top: 30px;
}

#review_form #commentform {
  margin-top: 30px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout .woocommerce {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cart_totals h2,
.shop_table thead th {
  font-family: var(--aivons-font);
  font-size: 20px;
  text-transform: uppercase;
  color: var(--aivons-black);
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  border: none;
}

.shop_table thead th:first-child {
  padding-left: 0;
}

.shop_table thead th:last-child {
  padding-right: 0;
  text-align: right;
}

.shop_table .product-remove {
  text-align: right;
}

.shop_table tbody td.actions {
  padding-top: 60px;
}

.shop_table tbody .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cart_totals h2 {
  font-size: 30px;
}

.shop_table .product-thumbnail img {
  max-width: 125px;
}

.shop_table .product-remove a {
  font-size: 34px;
  font-family: var(--aivons-font);
  color: var(--aivons-black, #0f0d1d);
}

.cart_totals th,
.shop_table .product-name:not(th),
.shop_table .product-name a {
  margin: 0;
  color: var(--aivons-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--aivons-font);
  text-transform: uppercase;
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--aivons-font);
  font-size: 18px;
  color: #686a6f;
  font-weight: 400;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

.shop_table .coupon input[type=text] {
  border: none;
  width: 100%;
  max-width: 370px;
  background-color: #f4f5f8;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--aivons-font);
  font-size: 14px;
  color: #686a6f;
  height: 65px;
  margin: 0;
  margin-right: 15px;
}

.shop_table button[name=update_cart] {
  position: absolute;
  top: 60px;
  right: 0px;
}

.cart_totals td,
.cart_totals th {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart_totals td {
  font-family: var(--aivons-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart_totals p {
  margin: 0;
}

.cart_totals .shop_table td:last-child {
  text-align: right;
}

.shipping-calculator-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.shipping-calculator-form p:last-of-type,
.shipping-calculator-form p:nth-child(1),
.shipping-calculator-form p:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.shipping-calculator-form ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.shipping-calculator-form input[type=text],
.shipping-calculator-form .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f4f5f8;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--aivons-font);
  letter-spacing: 0em;
  border: 1px solid #f4f5f8;
  display: flex;
  align-items: center;
}

.shipping-calculator-form p > span {
  display: block;
  width: 100%;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;
  right: 20px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.cart_totals {
  width: 100%;
  max-width: 400px;
}

.woocommerce-cart .woocommerce {
  padding-top: 70px;
  padding-bottom: 105px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

/* notice */
/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #222;
  clear: both;
  color: #fff !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--aivons-font);
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  text-align: left;
  display: inline-flex;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: var(--aivons-primary);
  margin-right: 5px;
  margin-left: 5px;
}

a.woocommerce-privacy-policy-link {
  color: var(--aivons-primary);
}

.woocommerce-error {
  list-style-type: none;
  margin-left: 0;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

#order_review_heading,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title h3,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-checkout #customer_details h3 {
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--aivons-black);
  font-weight: 700;
  font-family: var(--aivons-font);
  line-height: 1;
  margin-bottom: 40px;
  font-size: 30px;
  text-transform: uppercase;
}

.woocommerce-checkout #customer_details h3 label {
  margin: 0;
  cursor: pointer;
}

.woocommerce-checkout #customer_details h3 label input {
  display: none;
  visibility: hidden;
}

.woocommerce-checkout #customer_details h3 label span {
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label span::after {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #f4f5f8;
  border-radius: 50%;
  margin-left: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label input:checked + span::after {
  content: "\f00c";
  background-color: var(--aivons-primary);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.aivons-edit-address h3,
.aivons-edit-address .form-row {
  margin-bottom: 30px;
}

.woocommerce-EditAccountForm label,
.lost_reset_password label,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label,
.aivons-edit-address label {
  font-family: var(--aivons-font);
  color: var(--aivons-black);
  font-size: 18px;
  margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
  margin: 0;
  float: none;
  width: 100%;
  display: block;
}

.woocommerce-checkout #customer_details {
  position: relative;
  margin-top: 30px;
}

.woocommerce-form-login input[type=text],
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=email],
.woocommerce-form-login input[type=password],
.lost_reset_password input[type=text],
.aivons-edit-address input[type=text],
.aivons-edit-address input[type=email],
.aivons-edit-address input[type=password],
.aivons-edit-address input[type=tel],
.aivons-edit-address input[type=url],
.aivons-edit-address input[type=file],
.aivons-edit-address input[type=number],
.aivons-edit-address textarea,
.woocommerce-EditAccountForm input[type=text],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=tel],
.woocommerce-EditAccountForm input[type=url],
.woocommerce-EditAccountForm input[type=file],
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details input[type=text],
.woocommerce-checkout #customer_details input[type=email],
.woocommerce-checkout #customer_details input[type=password],
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=url],
.woocommerce-checkout #customer_details input[type=file],
.woocommerce-checkout #customer_details input[type=number],
.woocommerce-checkout #customer_details textarea {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 16px;
  color: #686a6f;
  line-height: 40px;
  font-weight: 400;
  padding: 14px 30px;
  letter-spacing: 0.1em;
  background-color: var(--aivons-light);
  border: none;
  transition: all 300ms ease;
  font-family: var(--aivons-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details textarea {
  height: 220px;
  resize: none;
}

.woocommerce-EditAccountForm ::placeholder,
.woocommerce-checkout #customer_details ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-moz-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-ms-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details label.error {
  color: #ff0000;
  font-size: 18px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single,
.aivons-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 70px;
  background-color: var(--aivons-light);
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--aivons-font);
  letter-spacing: 0em;
  border: 1px solid #f4f5f8;
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.aivons-edit-address .select2-selection--single .select2-selection__arrow {
  top: 20px;
  right: 20px;
}

.woocommerce-checkout #customer_details #shipping_address_1_field,
.woocommerce-checkout #customer_details #shipping_postcode_field,
.woocommerce-checkout #customer_details #billing_email_field,
.woocommerce-checkout #customer_details #shipping_address_2_field,
.woocommerce-checkout #customer_details #billing_address_2_field,
.woocommerce-checkout #customer_details #billing_address_1_field {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-checkout .shipping_address {
  margin-bottom: 30px;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 60px;
}

.return-to-shop {
  margin-top: 30px !important;
  text-align: left !important;
}

.woocommerce-checkout .shop_table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .shop_table ul li {
  font-family: var(--aivons-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.woocommerce-checkout .shop_table tfoot td,
.woocommerce-checkout .shop_table tfoot th {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table tfoot th {
  margin: 0;
  color: var(--aivons-gray);
  font-size: 24px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: var(--aivons-light);
  padding: 30px;
  margin: 0;
  list-style: none;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 20px;
  color: var(--aivons-black);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: var(--aivons-font);
}

.woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 10px;
}

.woocommerce-checkout-payment .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: -2px;
  transition: all 500ms ease;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  background-color: var(--aivons-primary);
  border-color: var(--aivons-primary);
  content: "\f00c";
}

.woocommerce-checkout-payment .wc_payment_methods li img {
  mix-blend-mode: multiply;
  width: 170px;
  margin-right: 10px;
  margin-left: 10px;
}

.checkout_coupon p,
.woocommerce-checkout-payment .place-order p,
.woocommerce-checkout-payment .wc_payment_methods li p {
  font-size: 16px;
  line-height: 30px;
  color: #686a6f;
  font-family: var(--aivons-font);
  font-weight: 400;
}

.woocommerce-checkout-payment .wc_payment_methods {
  padding-bottom: 15px;
}

.woocommerce-ResetPassword .woocommerce-Button,
.aivons-edit-address button[type=submit],
.checkout_coupon button[type=submit],
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-checkout-payment #place_order,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit {
  border: none;
  outline: none;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 19px 50px 16px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--aivons-primary);
  color: var(--aivons-base);
  overflow: hidden;
  font-family: var(--aivons-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.checkout_coupon {
  margin-top: 30px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 540px;
}

.checkout_coupon p:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.checkout_coupon input[type=text] {
  border: none;
  width: 100%;
  max-width: 370px;
  background-color: #f4f5f8;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--aivons-font);
  font-size: 14px;
  color: #686a6f;
  height: 65px;
  margin: 0;
}

.woocommerce-account .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.woocommerce-account.woocommerce-lost-password .woocommerce {
  display: block;
}

.woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

legend {
  float: none;
}

.woocommerce-form-login label,
.woocommerce-form-register label {
  display: block;
}

.woocommerce-MyAccount-content,
.woocommerce-order p,
.woocommerce-order address,
.woocommerce-order-overview li {
  font-family: var(--aivons-font);
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-MyAccount-content a {
  color: var(--aivons-primary, #fff);
}

.woocommerce-MyAccount-content .order-again a {
  font-weight: bold;
}

.woocommerce b,
.woocommerce strong {
  color: #222429;
}

.woocommerce-order-details {
  margin-bottom: 60px;
  margin-top: 60px;
}

.woocommerce-Addresses {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-1 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-EditAccountForm {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.woocommerce-EditAccountForm p:nth-child(4),
.woocommerce-EditAccountForm p:nth-child(6),
.woocommerce-EditAccountForm fieldset {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0;
}

.woocommerce-EditAccountForm p {
  margin: 0;
}

.woocommerce-EditAccountForm label {
  font-size: 20px;
}

.woocommerce-EditAccountForm p > span {
  display: block;
  width: 100%;
}

.woocommerce-EditAccountForm input + span {
  margin-top: 10px;
}

.woocommerce-EditAccountForm fieldset legend {
  margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  padding: 35px 45px;
  background: var(--aivons-light);
}

@media (max-width: 991px) {
  .shop_table button[name=update_cart] {
    position: relative;
    margin-top: 20px;
    top: auto;
    right: auto;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  table.shop_table_responsive .product-thumbnail {
    justify-content: center;
  }
  table.shop_table_responsive .product-thumbnail::before {
    display: none;
  }
  table.shop_table_responsive tr td.actions {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  table.shop_table_responsive tr td.actions .coupon {
    text-align: left;
  }
  table.shop_table_responsive tr td.actions .coupon button[type=submit] {
    margin-top: 20px;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
  .woocommerce-EditAccountForm p {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout #order_review {
  width: 100%;
  overflow: hidden;
  display: block;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  float: left;
  width: 49%;
  margin-right: 30px;
  overflow: hidden;
}

.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  float: right;
  width: 48%;
}

@media (max-width: 991px) {
  .woocommerce-checkout #order_review,
  .woocommerce-account .woocommerce,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-payment {
    width: 100%;
    float: none;
  }
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 5px;
}

abbr[title] {
  border-bottom: none;
}

/* end woocommerce checkout  */
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.79667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}
.shop-one__product-count {
  display: inline-block;
  padding-top: 15px;
}

.entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: 20px;
}

.entry-summary .thm-btn.cart-btn {
  margin-right: 10px;
  margin-bottom: 20px;
}

.entry-summary .yith-wcwl-icon {
  display: none;
}

.entry-summary .single_add_to_wishlist::before {
  background-color: #fff !important;
  opacity: 0.1 !important;
}

.checkout-button,
.return-to-shop .button,
.shop_table .button,
.form-row.place-order .button,
.woocommerce-form-coupon .button,
.entry-summary .single_add_to_wishlist {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--aivons-primary);
  color: var(--aivons-base);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 50px;
  transition: 500ms;
  letter-spacing: 0.1em;
  line-height: 28px;
}

.yith-wcwl-add-button a.add_to_wishlist {
  padding: 20px 50px;
}

.woocommerce-ResetPassword .woocommerce-Button:hover,
.checkout-button:hover,
.return-to-shop .button:hover,
.shop_table .button:hover,
.form-row.place-order .button:hover,
.woocommerce-form-coupon .button:hover,
.entry-summary .single_add_to_wishlist:hover,
.woocommerce-checkout-payment #place_order:hover,
.widget_price_filter .price_slider_amount .button.thm-btn:hover {
  background-color: var(--aivons-black);
  color: #fff;
}

.widget_price_filter .price_slider_amount .button.thm-btn {
  padding: 3px 10px;
  font-size: 12px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=textarea]:focus,
input[type=textarea]:focus-visible,
.product-quantity .quantity input,
#customer_details textarea {
  outline-style: none;
}

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

.entry-summary ins {
  background: transparent;
}

.product-details__content__social + .yith-wcwl-add-to-wishlist {
  display: none !important;
}

.woocommerce-checkout .shop_table .cart_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table td:first-child {
  padding-left: 0;
}

.woocommerce-checkout .shop_table td:last-child {
  padding-right: 0;
  text-align: right;
}

form.woocommerce-checkout .shop_table tfoot th {
  padding-left: 0;
}

.product-details__content__quantity__text {
  font-size: 14px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label,
.single-product .woocommerce-grouped-product-list-item__label label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.variations_form.cart label a:hover,
.woocommerce-tabs .woocommerce-product-attributes-item__label a:hover,
.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--aivons-primary, #3c72fc);
}

.product-details__content__quantity {
  padding-left: 10px;
}

.shop-one__sidebar .sidebar__single ul li ul {
  margin-top: 0;
}

.sidebar__single.shop-one__sidebar__item.widget .wc-block-product-categories-list-item-count::after {
  content: ")";
  position: static;
  font-family: inherit;
  font-weight: inherit;
}

.sidebar__single.shop-one__sidebar__item.widget li::after {
  display: none;
}

.checkout_coupon {
  margin-top: 0;
}

.shop_table tbody .cart_item td:first-child {
  padding-left: 0;
}

@media screen and (max-width: 992px) {
  .woocommerce-cart-form__contents {
    border: 0;
  }
  .woocommerce-cart-form__contents caption {
    font-size: 1.3em;
  }
  .woocommerce-cart-form__contents thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .woocommerce-cart-form__contents tr {
    border-bottom: 1px solid var(--aivons-light);
    display: block;
    margin-bottom: 0.625em;
  }
  .woocommerce-cart-form__contents td {
    border-bottom: 1px solid var(--aivons-light);
    display: block;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--aivons-black);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--aivons-font);
    text-transform: uppercase;
  }
  .woocommerce-cart-form__contents td::before {
    /*
      * aria-label has no advantage, it won't be read inside a .woocommerce-cart-form__contents
      content: attr(aria-label);
      */
    content: attr(data-title);
    font-weight: bold;
    text-transform: uppercase;
  }
  .woocommerce-cart-form__contents td:last-child {
    border-bottom: 0;
  }
  .shop_table button[name=update_cart] {
    position: relative;
  }
  .woocommerce-cart-form .actions {
    display: block;
  }
  .shop_table tbody tr + tr {
    border-top: 0;
  }
  .woocommerce-cart-form__contents .product-thumbnail {
    justify-content: center;
  }
}
/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-one__title {
    width: 960px;
  }
  .welcome-one__left {
    margin-right: 0;
  }
  .welcome-one__video-btn {
    left: 0;
  }
  .welcome-one__img-2 {
    right: 0;
  }
  .two-boxes__single {
    padding: 60px 39px 52px;
  }
  .cases-one__content {
    padding: 48px 30px 44px;
  }
  .faq-one__right {
    margin-top: 50px;
  }
  .testimonials-one {
    padding: 120px 0 243px;
  }
  .testimonials-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: -128px;
    left: 0;
  }
  .counter-one__single {
    max-width: 462px;
    margin-bottom: 30px;
  }
  .counter-one__single:nth-child(3) {
    margin-bottom: 0;
  }
  .counter-one__single:nth-child(3):before {
    display: none;
  }
  .counter-one__single:nth-child(4) {
    margin-bottom: 0;
  }
  .financial-advice__box .tab-btns .tab-btn {
    max-width: 310px;
  }
  .financial-advice__single-2 {
    padding-left: 0;
    margin-right: 0px;
  }
  .financial-advice__single-2:before {
    display: none;
  }
  .financial-advice__single-3 {
    margin-left: 0;
  }
  .news-one__content {
    padding: 30px 20px 37px;
  }
  .news-one__title {
    font-size: 23px;
    line-height: 33px;
  }
  .footer-widget__newsletter {
    position: relative;
    display: block;
    margin-top: 40px;
  }
  .industries .section-title__title {
    font-size: 37px;
    line-height: 47px;
  }
  .industries__single {
    max-width: 462px;
  }
  .industries__single:nth-child(3):before {
    display: none;
  }
  .services-one__content {
    padding: 42px 25px 50px;
  }
  .services-one__title {
    font-size: 21px;
    line-height: 31px;
  }
  .listen__left {
    margin-bottom: 60px;
  }
  .two-section__left {
    margin-right: 0;
  }
  .two-section__right {
    margin-left: 0;
    margin-top: 40px;
  }
  .feature__content {
    padding: 45px 19px 50px;
  }
  .feature__title {
    font-size: 20px;
  }
  .cases-two__content {
    padding: 40px 20px 40px;
  }
  .cases-two__tilte {
    font-size: 25px;
  }
  .services-two__top-right {
    margin-left: 0;
  }
  .services-two__top-left .section-title__title {
    font-size: 40px;
    line-height: 50px;
  }
  .financial__right {
    margin-left: 0;
  }
  .financial__left-note-box {
    padding: 40px 30px 39px;
  }
  .financial__left-note-title {
    font-size: 26px;
    line-height: 36px;
  }
  .financial {
    padding: 120px 0 108px;
  }
  .reasons__left {
    margin-right: 0;
  }
  .reasons {
    padding: 120px 0 112px;
  }
  .largest-business {
    background: #3c72fc;
  }
  .largest-business__layer-outer-left {
    display: none;
  }
  .largest-business__layer-outer-right {
    float: none;
    width: 100%;
    height: 500px;
  }
  .largest-business__left {
    position: relative;
    display: block;
    z-index: 1;
    padding-top: 550px;
    padding-bottom: 110px;
    margin-right: 0;
  }
  .about__right {
    margin-left: 0;
  }
  .listen__progress-wrap {
    grid-template-columns: repeat(2, 220px);
  }
  .listen__progress h3 {
    font-size: 15px;
    margin-left: 15px;
  }
  .services-details__planning {
    flex-direction: column;
  }
  .services-details__planning-content {
    margin-left: 0;
    margin-top: 42px;
  }
  .welcome-one__big-text {
    display: none;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-one__title {
    width: 720px;
  }
  .welcome-one__left {
    margin-right: 0;
  }
  .welcome-one__video-btn {
    left: 0;
  }
  .welcome-one__img-2 {
    right: 0;
  }
  .welcome-one__right {
    margin-top: 110px;
  }
  .our-mission__title {
    font-size: 53px;
    line-height: 63px;
  }
  .faq-one__right {
    margin-top: 50px;
  }
  .testimonials-one {
    padding: 120px 0 243px;
  }
  .testimonials-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: -128px;
    left: 0;
  }
  .counter-one__single {
    max-width: 342px;
    margin-bottom: 30px;
  }
  .counter-one__single:nth-child(3) {
    margin-bottom: 0;
  }
  .counter-one__single:nth-child(3):before {
    display: none;
  }
  .counter-one__single:nth-child(4) {
    margin-bottom: 0;
  }
  .financial-advice__box .tab-btns .tab-btn {
    max-width: 230px;
  }
  .financial-advice__box .tab-btns .tab-btn span {
    padding: 30.5px 0px;
    font-size: 16px;
  }
  .financial-advice__single-2 {
    padding-left: 0;
    margin-right: 0;
    margin-top: 37px;
    margin-bottom: 43px;
  }
  .financial-advice__single-2:before {
    display: none;
  }
  .financial-advice__single-3 {
    margin-left: 0;
  }
  .cta-one__title {
    font-size: 25px;
    line-height: 35px;
  }
  .cta-one__inner {
    flex-direction: column;
  }
  .footer-widget__newsletter {
    position: relative;
    display: block;
    margin-top: 40px;
  }
  .cta-one__right {
    margin-top: 30px;
  }
  .industries .section-title {
    margin-bottom: 50px;
  }
  .industries__single {
    max-width: 342px;
  }
  .industries__single:nth-child(3):before {
    display: none;
  }
  .listen__left {
    margin-bottom: 60px;
    margin-right: 0;
  }
  .testimonial-two__slider .row {
    --bs-gutter-x: 20px;
  }
  .two-section__left {
    margin-right: 0;
  }
  .two-section__right {
    margin-left: 0;
    margin-top: 40px;
  }
  .services-two__top-right {
    margin-left: 0;
    margin-bottom: 48px;
  }
  .financial__left-img {
    margin-bottom: 30px;
  }
  .financial__left-img.mar-b-0 {
    margin-bottom: 0;
  }
  .financial__right {
    margin-left: 0;
  }
  .financial__left {
    margin-bottom: 50px;
  }
  .financial {
    padding: 120px 0 108px;
  }
  .reasons-bg {
    right: -500px;
  }
  .reasons__img-box {
    margin-top: 42px;
  }
  .largest-business {
    background: #3c72fc;
  }
  .largest-business__layer-outer-left {
    display: none;
  }
  .largest-business__layer-outer-right {
    float: none;
    width: 100%;
    height: 500px;
  }
  .largest-business__left {
    position: relative;
    display: block;
    z-index: 1;
    padding-top: 550px;
    padding-bottom: 110px;
    margin-right: 0;
  }
  .about__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .message-box__left {
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  .cases-details__right {
    margin-top: 39px;
    margin-bottom: 11px;
  }
  .services-one__content {
    padding: 42px 25px 50px;
  }
  .services-details__planning-content {
    margin-left: 20px;
  }
  .services-details__left {
    margin-bottom: 39px;
  }
  .welcome-one__big-text {
    display: none;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .real-world .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .real-world-shape {
    display: none;
  }
  .real-world__single {
    padding: 54px 30px 75px;
  }
  .brand-one__title:before {
    display: none;
  }
  .brand-one__title:after {
    display: none;
  }
  .brand-one__title {
    width: auto;
  }
  .welcome-one__left {
    margin-right: 0;
  }
  .welcome-one__video-btn {
    left: 0;
  }
  .welcome-one__img-2 {
    display: none;
  }
  .welcome-one__right {
    margin-top: 50px;
  }
  .welcome-one__title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 0;
  }
  .welcome-one__call {
    align-items: inherit;
    flex-direction: column;
  }
  .welcome-one__call-text {
    margin-left: 0;
    margin-top: 20px;
  }
  .two-boxes__single {
    padding: 50px 30px 42px;
  }
  .two-boxes__single-content {
    padding-left: 0;
  }
  .two-boxes__count {
    position: relative;
    top: 0;
  }
  .two-boxes__content {
    margin-left: 0;
    padding-top: 25px;
  }
  .cases-one__content {
    padding: 48px 30px 44px;
  }
  .cases-one .section-title__title {
    font-size: 27px;
    line-height: 37px;
  }
  .our-mission__title {
    font-size: 35px;
    line-height: 45px;
  }
  .our-mission__title br {
    display: none;
  }
  .faq-one__right {
    margin-top: 50px;
  }
  .faq-one__bottom {
    align-items: inherit;
    flex-direction: column;
  }
  .faq-one__experience-box {
    margin-top: 25px;
  }
  .faq-one .section-title__title {
    font-size: 25px;
    line-height: 35px;
  }
  .testimonials-one__carousel.owl-theme .owl-nav {
    display: none;
  }
  .testimonials-one__left .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonials-one__single {
    padding: 40px 25px 57px;
  }
  .counters-one__box {
    text-align: center;
  }
  .counter-one__single {
    margin-bottom: 30px;
  }
  .counter-one__single:before {
    display: none;
  }
  .counter-one__single:nth-child(4) {
    margin-bottom: 0;
  }
  .financial-advice__box .tab-btns {
    text-align: center;
  }
  .financial-advice__box .tab-btns .tab-btn {
    float: none;
  }
  .financial-advice__single-2 {
    padding-left: 0;
    margin-right: 0;
    margin-top: 37px;
    margin-bottom: 43px;
  }
  .financial-advice__single-2:before {
    display: none;
  }
  .financial-advice__single-3 {
    margin-left: 0;
  }
  .news-one__content {
    padding: 30px 20px 37px;
  }
  .news-one__title {
    font-size: 23px;
    line-height: 33px;
  }
  .news-one__img > a {
    font-size: 20px;
  }
  .cta-one__title {
    font-size: 25px;
    line-height: 35px;
  }
  .cta-one__title br {
    display: none;
  }
  .cta-one__inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cta-one__right {
    margin-top: 30px;
  }
  .footer-widget__about {
    margin-right: 0;
    margin-bottom: 34px;
  }
  .footer-widget__newsletter {
    position: relative;
    display: block;
    margin-top: 31px;
  }
  .footer-widget__newsletter-form {
    padding: 20px 20px 40px;
  }
  .site-footer-bottom__inner {
    flex-direction: column;
    justify-content: center;
  }
  .site-footer__social {
    margin-top: 20px;
  }
  .site-footer-shape {
    display: none;
  }
  .faq-one-accrodion .accrodion-title h4::before {
    right: -20px;
  }
  .news-one .section-title__title {
    font-size: 26px;
    line-height: 36px;
  }
  .industries .section-title {
    margin-bottom: 50px;
  }
  .industries .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .industries__single:before {
    display: none;
  }
  .industries__content-box {
    text-align: center;
  }
  .services-one__content {
    padding: 42px 25px 50px;
  }
  .services-one__title {
    font-size: 21px;
    line-height: 31px;
  }
  .services-one .section-title__title {
    font-size: 26px;
    line-height: 35px;
  }
  .video-two__video-btn {
    height: 80px;
    width: 80px;
    font-size: 15px;
  }
  .video-two .section-title__title {
    font-size: 25px;
    line-height: 35px;
  }
  .listen__left {
    margin-bottom: 60px;
    margin-right: 0;
  }
  .listen__title {
    font-size: 30px;
    line-height: 40px;
  }
  .team-one .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonial-two__thumb-box li {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .testimonial-two__text {
    font-size: 20px;
    line-height: 40px;
  }
  .testimonial-two__slider .slider-pager {
    padding-bottom: 30px;
  }
  .two-section__left {
    margin-right: 0;
  }
  .two-section__right {
    margin-left: 0;
    margin-top: 40px;
  }
  .two-section__img-box {
    flex-direction: column;
  }
  .two-section__img-box-single + .two-section__img-box-single {
    margin-left: 0;
    margin-top: 60px;
  }
  .two-section__left-title {
    font-size: 25px;
    line-height: 35px;
  }
  .two-section__middle-content {
    align-items: inherit;
    flex-direction: column;
  }
  .two-section__middle-content-text-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact-expert {
    padding: 72px 15px 80px;
  }
  .contact-expert__btn {
    padding: 18px 61px;
  }
  .cta-two__title {
    font-size: 35px;
    line-height: 45px;
  }
  .feature__content {
    padding: 45px 19px 50px;
  }
  .feature__title {
    font-size: 20px;
  }
  .feature-bottom__contact {
    flex-direction: column;
    align-items: inherit;
  }
  .feature-bottom__content-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .feature-bottom__call {
    width: 67px;
  }
  .cases-two__text-box {
    display: none;
  }
  .cases-two__content {
    padding: 10px 35px 10px;
  }
  .cases-two__tagline {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cases-two__tilte {
    font-size: 25px;
  }
  .cases-two .section-title__title {
    font-size: 27px;
    line-height: 37px;
  }
  .services-two__top-right {
    margin-left: 0;
    margin-bottom: 48px;
  }
  .services-two__top-left .section-title__title {
    font-size: 26px;
    line-height: 36px;
  }
  .financial__left-img {
    margin-bottom: 30px;
  }
  .financial__left-img.mar-b-0 {
    margin-bottom: 0;
  }
  .financial__right {
    margin-left: 0;
  }
  .financial__left {
    margin-bottom: 50px;
  }
  .financial {
    padding: 120px 0 108px;
  }
  .financial .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .financial__left-note-title br {
    display: none;
  }
  .financial__left-note-box {
    padding: 40px 30px 39px;
  }
  .reasons__title {
    font-size: 30px;
    line-height: 40px;
  }
  .reasons__icon {
    position: relative;
    margin-bottom: 20px;
  }
  .reasons__list-box li {
    padding-left: 0;
  }
  .reasons__list-box li:before {
    left: 0;
  }
  .reasons__img {
    margin-right: 0;
    margin-top: 42px;
  }
  .reasons-bg {
    right: -500px;
  }
  .largest-business {
    background: #3c72fc;
  }
  .largest-business__layer-outer-left {
    display: none;
  }
  .largest-business__layer-outer-right {
    float: none;
    width: 100%;
    height: 500px;
    background-position: center center;
  }
  .largest-business__left {
    position: relative;
    display: block;
    z-index: 1;
    padding-top: 550px;
    padding-bottom: 110px;
    margin-right: 0;
  }
  .about__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .about__phone-contact {
    align-items: inherit;
    flex-direction: column;
  }
  .about__phone-contact-text {
    margin-left: 0;
    margin-top: 20px;
  }
  .about {
    padding: 120px 0 109px;
  }
  .message-box__left {
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  .message-box__left .section-title__title {
    font-size: 40px;
    line-height: 50px;
  }
  .error-page__title {
    font-size: 160px;
    line-height: 170px;
  }
  .error-page__tagline {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 28px;
  }
  .error-page {
    padding: 90px 0 120px;
  }
  .cases-details__right {
    margin-top: 39px;
    margin-bottom: 11px;
  }
  .services-details__planning {
    flex-direction: column;
  }
  .services-details__planning-content {
    margin-left: 0;
    margin-top: 42px;
  }
  .services-details__planning-img > img {
    width: 100%;
  }
  .services-details__planning-title {
    font-size: 22px;
    line-height: 32px;
  }
  .services-details__planning-list li .text p {
    font-size: 16px;
  }
  .services-details__planning-list li .icon span {
    font-size: 16px;
  }
  .services-details__left {
    margin-bottom: 39px;
  }
  .services-details__help-box {
    padding: 43px 40px 41px;
  }
  .services-details__bottom-box-single {
    flex-direction: column;
  }
  .services-details__bottom-box-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .blog-single__title {
    font-size: 30px;
    line-height: 40px;
  }
  .blog-single__video-btn {
    height: 80px;
    width: 80px;
  }
  .blog-single__bottom-box {
    padding: 50px 30px 50px;
  }
  .blog-single__delivering-services {
    padding: 60px 30px 50px;
  }
  .blog-single__delivering-services-title {
    font-size: 25px;
    line-height: 35px;
  }
  .news-details__title {
    font-size: 30px;
    line-height: 40px;
  }
  .news-details__bottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .news-details__tags a {
    padding: 5px 15px;
  }
  .news-details__social-list {
    margin-top: 20px;
  }
  .author-one {
    flex-direction: column;
    padding: 50px 30px 38px;
  }
  .author-one__content {
    margin-left: 0;
    margin-top: 22px;
  }
  .comment-one__single {
    flex-direction: column;
  }
  .comment-one__content {
    margin-left: 0;
    margin-top: 25px;
  }
  .comment-one__btn {
    position: relative;
    top: 20px;
  }
  .section-title__title {
    font-size: 28px;
    line-height: 38px;
  }
  .page-header__inner h2 {
    font-size: 29px;
    line-height: 39px;
  }
  .welcome-one__big-text {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .welcome-one__big-text {
    display: none;
  }
}
/*--------------------------------------------------------------
# Slider All Responsice Css
/////////
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .main-slider__content {
    padding-left: 160px;
  }
  .main-slider-two .main-slider__content {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider h2 {
    font-size: 65px;
    line-height: 75px;
  }
  .main-slider__content {
    padding-left: 120px;
  }
  .main-slider-shape {
    display: none;
  }
  .main-slider-two-shape-1 {
    display: none;
  }
  .main-slider-two-shape-2 {
    display: none;
  }
  .main-slider-two .main-slider__content {
    padding-left: 0px;
  }
  .main-slider-two .container {
    padding-top: 248px;
    padding-bottom: 180px;
  }
  .main-slider-three h2 {
    font-size: 55px;
    line-height: 65px;
  }
  .main-slider-three .container {
    padding-top: 167px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .main-slider h2 br {
    display: none;
  }
  .main-slider__content {
    padding-left: 0px;
  }
  .main-slider__nav {
    display: none;
  }
  .main-slider p {
    font-size: 12px;
  }
  .main-slider-two p {
    font-size: 14px;
  }
  .main-slider .container {
    padding-top: 236px;
    padding-bottom: 120px;
  }
  .main-slider-shape {
    display: none;
  }
  .main-slider-two-shape-1 {
    display: none;
  }
  .main-slider-two-shape-2 {
    display: none;
  }
  .main-slider-two .main-slider__content {
    padding-left: 0px;
  }
  .main-slider-two .container {
    padding-top: 192px;
    padding-bottom: 120px;
  }
  .main-slider-three h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .main-slider-three .container {
    padding-top: 107px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .main-slider__content {
    padding-left: 160px;
  }
  .main-slider-two .main-slider__content {
    padding-left: 0px;
  }
  .main-slider-three .main-slider__content {
    padding-left: 0px;
    margin-left: -250px;
  }
}
/*--------------------------------------------------------------
# Main Menu All Responsice Css
/////////
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .main-menu-wrapper__social-box {
    display: none;
  }
  .main-menu-wrapper__search-box {
    margin-left: 0;
  }
  .main-menu-wrapper__search {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1400px) {
  .main-menu-wrapper__phone-contact {
    display: none;
  }
  .main-menu-wrapper__search-box {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-wrapper__search {
    padding: 15.5px 30px 15.5px;
  }
  .main-menu-wrapper__search-box {
    margin-left: 30px;
    margin-right: 30px;
  }
  .main-menu .mobile-nav__toggler {
    margin-right: 0;
    padding: 40.5px 0;
    display: inline-block;
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--aivons-black);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu .mobile-nav__toggler {
    margin-right: 0;
    padding: 40.5px 0;
    display: inline-block;
  }
  .main-menu-wrapper__left {
    float: none;
  }
  .main-menu-wrapper__main-menu {
    float: right;
    padding-left: 0;
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--aivons-black);
  }
}
@media (max-width: 767px) {
  .main-menu-wrapper__right {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    margin-right: 0;
    padding: 40.5px 0;
    display: inline-block;
  }
  .main-menu-wrapper__left {
    float: none;
  }
  .main-menu-wrapper__main-menu {
    float: right;
    padding-left: 0;
  }
  .main-menu-wrapper__logo {
    padding-right: 0;
    border-right: 0;
  }
  .main-menu-wrapper-three__social-box {
    display: none;
  }
  .main-menu-wrapper-three__main-menu-inner {
    padding-right: 0;
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--aivons-black);
  }
}
@media (max-width: 1199px) {
  .main-menu-wrapper__search-box {
    margin-right: 0;
  }
  .main-menu-wrapper__search {
    border-right: 0;
    padding-right: 0;
  }
  .main-menu-wrapper__logo {
    padding-right: 30px;
  }
  .main-menu-wrapper__main-menu {
    padding-left: 30px;
  }
  .news-one__meta li {
    font-size: 11px;
  }
  .news-one__meta li + li {
    margin-left: 10px;
  }
  .industries__text {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-menu-three .mobile-nav__toggler {
    padding: 0 0;
  }
  .main-menu-wrapper-three {
    display: flex;
  }
  .main-menu-wrapper__logo-3 {
    float: none;
    display: flex;
  }
  .main-menu-wrapper-three__main-menu {
    display: flex;
    float: none;
    margin-left: auto;
  }
  .main-menu-wrapper-three__main-menu-inner {
    display: flex;
    align-items: center;
  }
  .cases-one__content {
    right: 0;
  }
  .main-slider--one-page .container {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu-wrapper__main-menu {
    float: none;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .main-menu-wrapper__left {
    width: 100%;
  }
  .main-menu-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about__title,
  .largest-business__title {
    font-size: 40px;
    line-height: 1.2em;
  }
  .largest-business__icon {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .largest-business__list-box li {
    padding-left: 0;
  }
  [class*=page-header-shape-] {
    display: none;
  }
  .page-header__bg {
    background-position: right center;
    background-size: cover;
  }
  .about__icon-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .about__icon-text {
    margin-left: 0;
    margin-top: 20px;
  }
  .main-slider--one-page .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
