@charset "UTF-8";

/*!
Theme Name: Airslv
Theme URI: https://bracketweb.com/airslvwp/
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: Airslv is a professional WordPress Theme for air conditioning, cooling/heating, HVAC, and ventilation services. It is also perfect for any other home repair, services, and maintenance businesses.
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: airslv
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.

airslv 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 {
	--airslv-font: 'Manrope', sans-serif;
	--airslv-font-two: 'Kumbh Sans', sans-serif;
	--airslv-reey-font: "reeyregular";
	--airslv-white: #ffffff;
	--airslv-white-rgb: 255, 255, 255;
	--airslv-base: #f5545a;
	--airslv-base-rgb: 245, 84, 90;
	--airslv-black: #090808;
	--airslv-black-rgb: 9, 8, 8;
	--airslv-gray: #f5f5f5;
	--airslv-gray-rgb: 245, 245, 245;
	--airslv-primary: #005cff;
	--airslv-primary-rgb: 0, 92, 255;
}

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

mark,
ins {
	background: var(--airslv-gray, #f5f5f5);
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

.has-fixed-footer,
.has-fixed-footer body {
	height: 100%;
	overflow: unset;
}

.has-fixed-footer .page-wrapper {
	min-height: 100%;
	margin-bottom: -100px;
}

.has-fixed-footer .error-page,
.has-fixed-footer .blog-list,
.has-fixed-footer .blog-single {
	padding-bottom: 220px;
}

.has-fixed-footer .blog-single {
	padding-bottom: 171px;
}

hr {
	background-color: var(--airslv-gray, #f5f5f5);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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(--airslv-gray, #f5f5f5);
	border-top: 1px solid var(--airslv-gray, #f5f5f5);
	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(--airslv-gray, #f5f5f5);
	border-top: 1px solid var(--airslv-gray, #f5f5f5);
	font-size: 16px;
}

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

a:hover,
a:focus,
a:active {
	color: var(--airslv-base);
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

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

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(--airslv-gray, #f5f5f5) var(--airslv-gray, #f5f5f5) var(--airslv-gray, #f5f5f5);
}

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

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

.wp-block-button.is-style-outline a:hover {
	color: var(--airslv-base, #f5545a) !important;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--airslv-gray, #f5f5f5);
	border: 1px solid var(--airslv-gray, #f5f5f5);
	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(--airslv-gray, #f5f5f5);
}

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

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

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

select {
	border: 1px solid var(--airslv-gray, #f5f5f5);
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

.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(--airslv-black, #090808);
	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(--airslv-base, #f5545a);
}

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

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

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

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

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

.comments-area .fn a,
.comments-area .fn {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: var(--airslv-black, #343434);
	text-decoration: none;
	font-family: var(--airslv-font);
	text-transform: capitalize;
}

.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: 500;
	color: var(--airslv-base, #f5545a);
	text-decoration: none;
}

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

.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;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 2em;
	font-family: var(--airslv-font, "Manrope", sans-serif);
	letter-spacing: 0;
}

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

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

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

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

.comments-area .reply a {
	color: var(--airslv-black);
	font-size: 14px;
	font-weight: 500;
	padding: 0px 20px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ececec;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.comments-area .reply a:hover {
	background-color: var(--airslv-base);
	color: #ffffff;
}

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

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

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

.reply-form .logged-in-as {
	display: flex;
	flex-wrap: wrap;
	color: var(--airslv-base, #f5545a);
	margin-bottom: 30px;
	margin-top: -20px;
	font-weight: 500;
}

.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(--airslv-base, #f5545a);
	text-decoration: underline;
}

.comment-form__title small a:hover {
	color: var(--airslv-black, #090808);
	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 .widget ul,
.sidebar__single ul {
	margin-left: 0;
	padding-left: 0;
}

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

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

.sidebar .widget,
.sidebar__single {
	position: relative;
	display: block;
	background-color: #f5f8fe;
	padding: 44px 30px 50px;
	z-index: 1;
}

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

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

.sidebar .widget ul li a,
.sidebar__single ul li a {
	transition: all 500ms ease;
	font-weight: 500;
	color: #635a5a;
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
	color: var(--airslv-base, #f5545a) !important;
}

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

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

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

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

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

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

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

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary {
	font-weight: 500;
}

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
	display: flex;
	align-items: center;
	color: #959595;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 500;
}

.sidebar .sidebar__search-form button[type="submit"] {
	background-color: transparent;
	color: var(--airslv-black);
}

.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
	content: '\f017';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	color: #959595;
	margin-right: 10px;
}

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

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

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

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

.sidebar .wp-block-search__inside-wrapper {
	position: relative;
}

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

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

.sidebar .widget .wp-block-search .wp-block-search__button.has-icon,
.sidebar__single .wp-block-search .wp-block-search__button.has-icon {
	fill: var(--airslv-black) !important;
	color: var(--airslv-black);
	padding: 0;
	position: absolute;
	right: 25px;
	top: 50%;
	background-color: transparent;
	transform: translateY(-50%);
	font-size: 19px;
	opacity: .6;
}

.sidebar .widget .wp-block-search .wp-block-search__button.has-icon:hover,
.sidebar__single .wp-block-search .wp-block-search__button.has-icon:hover {
	background-color: transparent;
	fill: var(--airslv-black) !important;
	color: var(--airslv-black);
	opacity: .8;
}

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

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

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

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

.wp-calendar-table caption {
	padding: 0;
	text-align: center;
	color: var(--airslv-black, #090808);
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 500;
}

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

.wp-calendar-nav a {
	color: var(--airslv-black, #090808);
	transition: all 500ms ease;
	font-weight: 500;
}

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

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

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

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

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

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

tbody {
	background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

.sidebar .widget.widget_recent_entries ul li,
.sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
	padding-left: 65px;
	font-size: 16px;
	margin: 0;
	line-height: 26px;
	color: #959595;
	min-height: 45px;
}

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

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

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

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

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

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

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

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

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

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

.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
	display: flex;
	flex-direction: column-reverse;
	padding: 20px;
	padding-bottom: 20px;
	padding-left: 125px;
	position: relative;
	margin-bottom: 0;
	transition: all 500ms ease;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li:not(:last-child),
.sidebar__single.recent-posts-widget-with-thumbnails ul li:not(:last-child) {
	border-bottom: 1px solid #e2e4e3;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
	position: absolute;
	top: 15px;
	left: 20px;
	height: auto;
	background-color: var(--airslv-black, #090808);
	object-fit: cover;
	filter: grayscale(1);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
	content: "\e909";
	font-size: 19px;
	font-family: "icomoon";
	margin-right: 5px;
	color: var(--airslv-base);
}

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

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

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

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

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

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

.sidebar .widget .wp-block-latest-comments__comment-meta,
.sidebar__single .wp-block-latest-comments__comment-meta {
	font-size: 16px;
	line-height: 26px;
	color: #959595;
}

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

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

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

.sidebar .widget.recent-posts-widget-with-thumbnails,
.sidebar__single.recent-posts-widget-with-thumbnails {
	padding-bottom: 55px;
}

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

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

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

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

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

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

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
	color: var(--airslv-black, #090808);
	transition: all 500ms ease;
	text-transform: capitalize;
	display: block;
	font-family: var(--airslv-font);
	font-weight: 700;
	font-size: 18px;
}

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

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

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

.sidebar .widget .wp-block-tag-cloud a,
.sidebar .widget .tagcloud a {
	font-size: 15px !important;
	color: var(--airslv-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: transparent;
	display: inline-block;
	padding: 1px 9px 1px;
	margin-left: 5px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
}

.sidebar .widget .wp-block-tag-cloud a:hover,
.sidebar .widget .tagcloud a:hover {
	color: #ffffff;
	background: var(--airslv-base, #f5545a);
	border-color: transparent;
}

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

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

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

.sidebar .widget .wp-calendar-table td#today {
	background-color: var(--airslv-black, #090808);
	color: #fff;
}

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

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

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

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

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

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

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

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

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

.sidebar .widget .wp-block-latest-comments__comment-date::before {
	content: "\f017";
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--airslv-black);
}

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

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

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

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

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

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

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

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

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

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

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
	font-weight: 500;
	margin-bottom: 0;
	color: #959595;
	font-size: 16px;
	line-height: 32px;
}

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

.sidebar .widget .wp-block-latest-posts__list li>a {
	color: var(--airslv-black, #090808) !important;
	font-weight: 600;
}

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

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
	color: var(--airslv-black);
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f2bd";
	margin-right: 5px;
}

.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
	content: "\f017";
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--airslv-black);
}

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

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

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

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

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

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

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

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
	font-weight: 500;
	margin-bottom: 0;
	color: #959595;
}

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

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

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

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
	color: var(--airslv-black);
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f2bd";
	margin-right: 5px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
	content: "\f017";
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--airslv-black);
}

.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date,
.sidebar .widget .wp-block-archives-dropdown label {
	font-weight: 500;
}

.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date {
	font-size: 14px;
}

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

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

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

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

.sidebar .widget #loginform input[type=checkbox] {
	border: 1px solid #959595;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

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

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

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

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

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

.widget.widget_block h2,
.widget .sidebar__title,
.widget .sidebar-title h2 {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: var(--airslv-black);
	margin-left: 42px;
	margin-bottom: 30px;
}

.widget.widget_block h2::before,
.widget .sidebar__title::before,
.widget .sidebar-title h2::before {
	position: absolute;
	height: 3px;
	width: 19px;
	background-color: var(--airslv-base);
	content: "";
	top: 17px;
	left: -23px;
}

.widget.widget_block h2::after,
.widget .sidebar__title::after,
.widget .sidebar-title h2::after {
	position: absolute;
	height: 3px;
	width: 12px;
	background-color: var(--airslv-primary);
	content: "";
	top: 17px;
	left: -35px;
}

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

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

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

.sidebar .widget ::placeholder {
	opacity: 1;
	color: var(--airslv-black);
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-rss li a {
	color: var(--airslv-black, #090808);
	font-weight: 600;
	font-size: 18px;
}

.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-weight: 600;
	font-size: 15px;
}

.wp-block-search__button-inside .wp-block-search__inside-wrapper input[type=search] {
	border: none;
}

.widget.widget_archive ul li a::after,
.sidebar .widget ul.wp-block-categories li a::after,
.sidebar .widget.widget_categories ul li a::after {
	content: '';
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
}

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

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

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	margin-top: 6px;
}

.sidebar .widget .wp-block-tag-cloud a {
	margin-right: 0px;
}

/* 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(--airslv-base, #f5545a);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

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

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

/* Custom Animations
--------------------------------------------- */
@keyframes sunMove {

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

	25%,
	75% {
		-webkit-transform: rotate(22.5deg);
		transform: rotate(22.5deg);
	}

	50% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

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

	to {
		transform: rotate(360deg);
	}
}

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

	to {
		-webkit-transform: rotate(360deg);
	}
}

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

	to {
		-moz-transform: rotate(360deg);
	}
}

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

	to {
		-o-transform: rotate(360deg);
	}
}

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

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

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

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

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

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

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

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

/***
  =============================================
	  circle Css
  =============================================
  ***/
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

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

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

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

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

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

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

@keyframes zoomInOut {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7);
		transform: rotate(0deg) scale(0.7);
		opacity: 0;
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0.7);
		transform: rotate(360deg) scale(0.7);
		opacity: 0;
	}
}

@-webkit-keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: 100px 0;
	}

	40% {
		background-position: 200px 0;
	}

	60% {
		background-position: 150px 0;
	}

	80% {
		background-position: 100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: 100px 0;
	}

	40% {
		background-position: 200px 0;
	}

	60% {
		background-position: 150px 0;
	}

	80% {
		background-position: 100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes bgSlideReverse2 {
	0% {
		background-position: -0 0;
	}

	20% {
		background-position: -100px 0;
	}

	40% {
		background-position: -200px 0;
	}

	60% {
		background-position: -150px 0;
	}

	80% {
		background-position: -100px 0;
	}

	100% {
		background-position: -0px 0;
	}
}

@keyframes bgSlideReverse2 {
	0% {
		background-position: -0 0;
	}

	20% {
		background-position: -100px 0;
	}

	40% {
		background-position: -200px 0;
	}

	60% {
		background-position: -150px 0;
	}

	80% {
		background-position: -100px 0;
	}

	100% {
		background-position: -0px 0;
	}
}

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

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}
}

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

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}
}

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

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

	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}

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

	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}

/***
  =============================================
	  Animation1 Css
  =============================================
  ***/
@-webkit-keyframes animation1 {

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

	25%,
	75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}

	50% {
		-webkit-transform: rotate(10deg) translateX(30px);
		transform: rotate(10deg) translateX(30px);
	}
}

@keyframes animation1 {

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

	25%,
	75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}

	50% {
		-webkit-transform: rotate(10deg) translateX(30px);
		transform: rotate(10deg) translateX(30px);
	}
}

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

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

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

	100% {
		-moz-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

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

	100% {
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

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

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

@-webkit-keyframes bgSlide {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: -100px 0;
	}

	40% {
		background-position: -200px 0;
	}

	60% {
		background-position: -150px 0;
	}

	80% {
		background-position: -100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlide {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: -100px 0;
	}

	40% {
		background-position: -200px 0;
	}

	60% {
		background-position: -150px 0;
	}

	80% {
		background-position: -100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: 100px 0;
	}

	40% {
		background-position: 200px 0;
	}

	60% {
		background-position: 150px 0;
	}

	80% {
		background-position: 100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: 100px 0;
	}

	40% {
		background-position: 200px 0;
	}

	60% {
		background-position: 150px 0;
	}

	80% {
		background-position: 100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes ribbonRotate {

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

	25%,
	75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
}

@keyframes ribbonRotate {

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

	25%,
	75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
}

@-webkit-keyframes footerFish {

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

	25%,
	75% {
		-webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
		transform: translateX(20px) translateY(30px) rotate(25deg);
	}

	50% {
		-webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
		transform: translateX(40px) translateY(60px) rotate(45deg);
	}
}

@keyframes footerFish {

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

	25%,
	75% {
		-webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
		transform: translateX(20px) translateY(30px) rotate(25deg);
	}

	50% {
		-webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
		transform: translateX(40px) translateY(60px) rotate(45deg);
	}
}

@-webkit-keyframes contactSwimmer {

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

	25%,
	75% {
		-webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
		transform: translateX(15px) translateY(20px) rotate(10deg);
	}

	50% {
		-webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
		transform: translateX(60px) translateY(35px) rotate(15deg);
	}
}

@keyframes contactSwimmer {

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

	25%,
	75% {
		-webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
		transform: translateX(15px) translateY(20px) rotate(10deg);
	}

	50% {
		-webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
		transform: translateX(60px) translateY(35px) rotate(15deg);
	}
}

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

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}

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

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}

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

@-webkit-keyframes footerTree {

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

	25%,
	75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}

	50% {
		-webkit-transform: rotate(10deg) translateX(30px);
		transform: rotate(10deg) translateX(30px);
	}
}

@keyframes footerTree {

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

	25%,
	75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}

	50% {
		-webkit-transform: rotate(10deg) translateX(30px);
		transform: rotate(10deg) translateX(30px);
	}
}

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

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

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

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

	100% {
		-moz-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

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

	100% {
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

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

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

@keyframes bgSlide {
	0% {
		background-position: 0 0;
	}

	20% {
		background-position: -100px 0;
	}

	40% {
		background-position: -200px 0;
	}

	60% {
		background-position: -150px 0;
	}

	80% {
		background-position: -100px 0;
	}

	100% {
		background-position: 0px 0;
	}
}

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

	to {
		transform: rotate(360deg);
	}
}

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

	to {
		transform: rotate(360deg);
	}
}

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

	to {
		transform: rotate(360deg);
	}
}

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

	to {
		transform: rotate(360deg);
	}
}

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

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

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

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

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

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

@keyframes bubbleMover {
	0% {
		transform: translateY(0px) translateX(0) rotate(0);
	}

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

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

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

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

@-webkit-keyframes shapeMover {

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

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

@keyframes shapeMover {

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes squareMover {

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

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

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

@keyframes squareMover {

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

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

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

@-webkit-keyframes treeMove {

	0%,
	100% {
		transform: rotate(0deg) translateX(0);
	}

	25%,
	75% {
		transform: rotate(5deg) translateX(15px);
	}

	50% {
		transform: rotate(10deg) translateX(30px);
	}
}

@keyframes treeMove {

	0%,
	100% {
		transform: rotate(0deg) translateX(0);
	}

	25%,
	75% {
		transform: rotate(5deg) translateX(15px);
	}

	50% {
		transform: rotate(10deg) translateX(30px);
	}
}

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

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

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

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

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

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

	50% {
		transform: rotate(20deg) translate(10px, 0px);
	}

	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}

@keyframes ImgBounce {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(10px);
	}

	75% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes boxRotate {

	0%,
	100% {
		transform: rotateY(0deg);
		visibility: visible;
	}

	25%,
	75% {
		visibility: hidden;
		transform: rotateY(-90deg);
	}

	50% {
		transform: rotateY(-180deg);
		visibility: visible;
	}
}

@keyframes boxRotateReverse {

	0%,
	100% {
		transform: rotateY(0deg);
		visibility: visible;
	}

	25%,
	75% {
		transform: rotateY(90deg);
		visibility: hidden;
	}

	50% {
		transform: rotateY(180deg);
		visibility: visible;
	}
}

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

	50% {
		transform: rotate(-15deg) translate(0, 10px);
	}

	100% {
		transform: rotate(0deg) translate(0, 3px);
	}
}

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

	20% {
		-webkit-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

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

	20% {
		-moz-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

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

	20% {
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}

	100% {
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

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

	20% {
		-webkit-transform: scale(1.24);
		-moz-transform: scale(1.24);
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2.1);
		-moz-transform: scale(2.1);
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

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

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

body {
	font-family: var(--airslv-font);
	color: var(--airslv-black);
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--airslv-black);
	transition: .3s;
}

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--airslv-black);
	margin: 0;
}

p {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thm-btn {
	font-size: 18px;
	font-weight: 500;
	padding: 18px 56px 20px;
	background-color: #232020;
	color: var(--airslv-white);
	font-family: var(--airslv-font);
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
}

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

.thm-btn:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	background-color: var(--airslv-base);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 1;
	z-index: -1;
}

.thm-btn:hover:before {
	width: 100%;
}

.thm-btn:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 229px;
	height: 2px;
	content: "";
	background-color: var(--airslv-base);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: -1;
}

.thm-btn:hover:after {
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
}

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

.section-title__tagline {
	font-size: 16px;
	color: var(--airslv-base);
	font-weight: 600;
	font-family: var(--airslv-font);
	position: relative;
	display: inline-block;
	padding-left: 40px;
	line-height: 36px;
}

.section-title__tagline:before {
	position: absolute;
	height: 3px;
	width: 9px;
	background-color: var(--airslv-base);
	content: "";
	top: 17px;
	left: 21px;
}

.section-title__tagline:after {
	position: absolute;
	height: 3px;
	width: 21px;
	background-color: var(--airslv-primary);
	content: "";
	top: 17px;
	left: 0px;
}

.section-title__title {
	margin: 0;
	color: var(--airslv-black);
	font-size: 65px;
	line-height: 75px;
	font-weight: 700;
	margin-top: -5px;
}

.section-title__title span {
	position: relative;
	display: inline-block;
}

.section-title-two {
	position: relative;
	display: block;
	margin-top: -10px;
	margin-bottom: 49px;
	z-index: 1;
}

.section-title-two__tagline {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: var(--airslv-black);
	font-weight: 500;
	z-index: 1;
}

.section-title-two__tagline:before {
	position: absolute;
	top: 0;
	left: -4px;
	height: 30px;
	width: 30px;
	content: "";
	background-color: #f2e6e3;
	z-index: -1;
}

.section-title-two__tagline:after {
	position: absolute;
	top: -2px;
	left: -3px;
	height: 6px;
	width: 6px;
	content: "";
	background-color: var(--airslv-base);
	z-index: -1;
}

.section-title-two__title {
	margin: 0;
	color: var(--airslv-black);
	font-size: 65px;
	line-height: 70px;
	font-weight: 700;
	margin-top: 5px;
}

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

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

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

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

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

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

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

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

.logo-retina 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);
}

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

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-image: url(../images/loader.png);
	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(--airslv-base);
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
	border-radius: 50%;
	transition: all 0.4s ease;
	cursor: pointer;
}

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

.scroll-to-top:hover {
	background-color: var(--airslv-primary);
}

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

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
	position: relative;
	display: block;
	z-index: 99;
}

.main-header-default .main-menu--default,
.stricky-header .main-menu--default {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-header-default .main-menu--default h1,
.stricky-header .main-menu--default h1 {
	padding-top: 25px;
	padding-bottom: 25px;
}

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

.main-header__top {
	position: relative;
	display: block;
	background-color: #202d51;
}

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

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

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

.main-header__top-social a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	background-color: var(--airslv-white);
	border-radius: 50%;
	color: var(--airslv-black);
	font-size: 15px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-social a:hover {
	color: var(--airslv-white);
	background-color: var(--airslv-base);
}

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

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

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

.main-header__top-review {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.main-header__top-review p {
	font-size: 15px;
	color: var(--airslv-white);
	opacity: .80;
	margin-left: 5px;
}

.main-header__top-review i {
	font-size: 22px;
	color: #efce4a;
}

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

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

.main-header__top-time span {
	font-size: 16px;
	color: var(--airslv-white);
}

.main-header__top-time p {
	font-size: 15px;
	color: var(--airslv-white);
	opacity: .80;
	margin-left: 15px;
}

.main-header__btn-box {
	position: relative;
	display: block;
	margin-left: 15px;
}

.main-header__btn {
	font-size: 15px;
	color: var(--airslv-white);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--airslv-primary);
	padding: 13px 35px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__btn:hover {
	background-color: var(--airslv-base);
	color: var(--airslv-white);
}

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

.main-header__middle-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

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

.main-header__middle-logo {
	position: relative;
	display: block;
	padding: 7.5px 0;
}

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

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

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

.main-header__contact-list li+li {
	margin-left: 55px;
}

.main-header__contact-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 70px;
	background-color: #f7f3f1;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__contact-list li:hover .icon {
	background-color: var(--airslv-base);
}

.main-header__contact-list li .icon:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	bottom: 4px;
	border: 1px solid #eee8e8;
	border-radius: 50%;
	z-index: -1;
}

.main-header__contact-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 35px;
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__contact-list li:hover .icon span {
	color: var(--airslv-white);
}

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

.main-header__contact-list li .content h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 8px;
}

.main-header__contact-list li .content p {
	font-size: 16px;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 20px;
}

.main-header__contact-list li .content p a {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__contact-list li .content p a:hover {
	color: var(--airslv-base);
}

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

.main-menu__wrapper-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
	padding-left: 40px;
	padding-right: 3px;
}

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

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

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

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

.main-menu__search-form {
	position: relative;
	display: block;
}

.main-menu__search-form input[type="search"] {
	position: relative;
	display: block;
	outline: none;
	background-color: transparent;
	color: var(--airslv-black);
	opacity: .8;
	font-size: 16px;
	font-weight: 400;
	padding-left: 0;
	height: 65px;
	width: 100%;
	padding-right: 80px;
	border: none;
	border-bottom: 1px solid #dbd3db;
}

.main-menu__search-form button[type="submit"] {
	background-color: #f7f3f1;
	color: var(--airslv-black);
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 2px;
	width: 70px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.main-menu__search-form button[type="submit"]:hover {
	color: var(--airslv-white);
}

.main-menu__search-form button[type="submit"]:before {
	content: "";
	position: absolute;
	top: 2px;
	right: -2px;
	bottom: -2px;
	width: 2px;
	background-color: var(--airslv-base);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 1;
	z-index: -1;
}

.main-menu__search-form button[type="submit"]:hover:before {
	width: 100%;
}

.main-menu__search-form button[type="submit"]:after {
	position: absolute;
	background-color: var(--airslv-base);
	left: 2px;
	right: 0px;
	bottom: -2px;
	height: 2px;
	content: "";
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 1;
	z-index: -1;
}

.main-menu__search-form button[type="submit"]:hover:after {
	height: 100%;
}

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

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

@media (min-width: 1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list>li>ul,
	.main-menu .main-menu__list>li>ul>li>ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list>li>ul,
	.stricky-header .main-menu__list>li>ul>li>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

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

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

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

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
	color: var(--airslv-base);
	text-shadow: 0 0 1px currentColor;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--airslv-base);
	cursor: pointer;
}

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

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

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

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

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

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

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

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

.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(--airslv-black);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
	position: relative;
	display: block;
	z-index: 999;
}

.main-header-two__top {
	position: relative;
	display: block;
	background-color: #202d51;
}

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

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

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

.main-header-two__top-social a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	background-color: var(--airslv-white);
	border-radius: 50%;
	color: var(--airslv-black);
	font-size: 15px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-two__top-social a:hover {
	color: var(--airslv-white);
	background-color: var(--airslv-base);
}

.main-header-two__top-social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--airslv-base);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	border-radius: 50%;
	z-index: -1;
}

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

.main-header-two__top-social a+a {
	margin-left: 10px;
}

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

.main-header-two__review {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.main-header-two__review p {
	font-size: 15px;
	color: var(--airslv-white);
	opacity: .80;
	margin-left: 5px;
}

.main-header-two__review span {
	font-size: 21px;
	color: #efce4a;
}

.main-header-two__mail-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.main-header-two__mail-box span {
	font-size: 20px;
	color: var(--airslv-white);
}

.main-header-two__mail-box p {
	font-size: 15px;
	color: var(--airslv-white);
	opacity: .80;
	margin-left: 10px;
}

.main-header-two__mail-box p a {
	color: var(--airslv-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-two__mail-box p a:hover {
	color: var(--airslv-base);
}

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

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

.main-header-two__top-time span {
	font-size: 16px;
	color: var(--airslv-white);
}

.main-header-two__top-time p {
	font-size: 15px;
	color: var(--airslv-white);
	opacity: .80;
	margin-left: 15px;
}

.main-header-two__btn-box {
	position: relative;
	display: block;
	margin-left: 15px;
}

.main-header-two__btn {
	font-size: 15px;
	color: var(--airslv-white);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--airslv-primary);
	padding: 13px 35px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-two__btn:hover {
	background-color: var(--airslv-base);
	color: var(--airslv-white);
}

.main-menu-two__wrapper {
	position: relative;
	display: block;
	padding: 0 70px;
}

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

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

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

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

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

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

.main-menu-two__call {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 50px;
	padding: 5px 0;
}

.main-menu-two__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	width: 55px;
	background-color: var(--airslv-base);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.main-menu-two__call-icon:hover {
	background-color: var(--airslv-primary);
}

.main-menu-two__call-icon:before {
	content: "";
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	border: 1px solid #eee8e8;
	border-radius: 50%;
}

.main-menu-two__call-icon span {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: var(--airslv-white);
}

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

.main-menu-two__call-content span {
	font-size: 18px;
	color: var(--airslv-black);
	font-weight: 600;
	position: relative;
	display: block;
	line-height: 25px;
}

.main-menu-two__call-content p {
	font-size: 16px;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 25px;
}

.main-menu-two__call-content p a {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-two__call-content p a:hover {
	color: var(--airslv-base);
}

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

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

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

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

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

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

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

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

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

.search-popup__content .thm-btn:hover {
	background-color: var(--airslv-black);
}

.search-popup__content .thm-btn:before,
.search-popup__content .thm-btn:after {
	display: none;
}

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

.main-slider .swiper-slide {
	position: relative;
	background-color: #262525;
}

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

.main-slider .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: overlay;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	z-index: 1;
}

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

.main-slider__top-rate {
	position: absolute;
	top: 206px;
	right: 357px;
}

.main-slider__top-rate-inner {
	height: 215px;
	width: 215px;
	border-radius: 50%;
	background-color: #c34d44;
	display: flex;
	align-items: center;
	justify-content: center;
	mix-blend-mode: color-dodge;
	z-index: 1;
}

.main-slider__top-rate-img {
	position: absolute;
	display: block;
	height: 160px;
	width: 160px;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

.main-slider__top-rate-img:before {
	position: absolute;
	top: 4px;
	bottom: 4px;
	right: 4px;
	left: 4px;
	content: "";
	border-radius: 50%;
	background-color: rgba(87, 10, 9, 0.7);
	z-index: 1;
}

.main-slider__top-rate-img img,
.elementor .main-slider__top-rate-img img {
	width: 100%;
	border-radius: 50%;
	border: 4px solid var(--airslv-white);
}

.main-slider__shape-1 {
	position: absolute;
	bottom: -210px;
	left: 0;
}

.main-slider__shape-1 img {
	width: auto;
}

.main-slider__shape-2 {
	position: absolute;
	top: -268px;
	right: 0;
}

.main-slider__shape-2 img {
	width: auto;
}

.main-slider__shape-3 {
	position: absolute;
	bottom: -25px;
	right: -20px;
}

.main-slider__shape-3 img {
	width: auto;
}

.main-slider__shape-4 {
	border-radius: 50%;
	background-color: #3c3b3b;
	position: absolute;
	left: 212px;
	top: -105px;
	width: 507px;
	height: 507px;
	mix-blend-mode: overlay;
	transform: translateY(-300px);
	opacity: 0;
}

.swiper-slide-active .main-slider__shape-4 {
	opacity: 1;
	transform: translateY(0px);
	transition: all 1000ms ease;
}

.main-slider__shape-5 {
	border-radius: 50%;
	background-color: #f5545a;
	position: absolute;
	left: 352px;
	top: 90px;
	width: 427px;
	height: 427px;
	mix-blend-mode: overlay;
	transform: translateY(-300px);
	opacity: 0;
}

.swiper-slide-active .main-slider__shape-5 {
	opacity: 1;
	transform: translateY(0px);
	transition: all 1000ms ease;
	transition-delay: 1200ms;
}

.main-slider__top-rate-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	z-index: 2;
}

.main-slider__top-rate-content p {
	font-size: 18px;
	color: var(--airslv-white);
	font-weight: 500;
	line-height: 24px;
}

.main-slider__top-rate-content i {
	font-size: 34px;
	color: var(--airslv-white);
	font-weight: 600;
	font-family: var(--airslv-font-two);
	line-height: 30px;
	margin-top: 7px;
	font-style: normal;
}

.main-slider__top-rate-content span {
	position: relative;
	display: block;
	font-size: 11px;
	color: var(--airslv-white);
	line-height: 15px;
}

.main-slider__content {
	position: relative;
	display: block;
	margin-right: -15px;
}

.main-slider__title {
	position: relative;
	font-size: 95px;
	color: var(--airslv-white);
	font-weight: 800;
	line-height: 100px;
	letter-spacing: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__point {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 37px;
	margin-bottom: 49px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

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

.main-slider__point li+li {
	margin-left: 35px;
}

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

.main-slider__point li .icon span {
	position: relative;
	display: inline-block;
	font-size: 75px;
	color: var(--airslv-white);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.main-slider__point li:hover .icon span {
	transform: scale(0.9);
	color: var(--airslv-base);
}

.main-slider__point li .content {
	margin-left: 15px;
}

.main-slider__point li .content p {
	font-size: 20px;
	color: var(--airslv-white);
	line-height: 30px;
}

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

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

.main-slider__nav {
	position: absolute;
	top: 89.5%;
	left: 50%;
	z-index: 100;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: row;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	height: 0;
	line-height: 0;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	color: var(--airslv-white);
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
	padding: 30px 0;
}

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

.main-slider__nav .swiper-button-prev {
	margin-right: 70px;
}

.main-slider__nav .swiper-button-prev:before {
	content: "";
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: rgba(160, 155, 155, 0.2);
	border-radius: 50%;
	right: 0;
	top: 0;
	transition: all 500ms ease;
}

.main-slider__nav .swiper-button-prev i {
	position: relative;
	display: inline-block;
}

.main-slider__nav .swiper-button-next i {
	position: relative;
	display: inline-block;
}

.main-slider__nav .swiper-button-next:before {
	content: "";
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: rgba(160, 155, 155, 0.2);
	border-radius: 50%;
	right: -34px;
	top: 0;
	transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next:hover:before,
.main-slider__nav .swiper-button-prev:hover:before {
	background-color: var(--airslv-primary);
	opacity: 1;
}

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

.main-slider-two .swiper-slide {
	position: relative;
	background-color: #2e2e2e;
}

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

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

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

.main-slider-two-overly-one {
	position: absolute;
	top: -232px;
	left: -142px;
	border-radius: 50%;
	background-color: white;
	mix-blend-mode: overlay;
	width: 507px;
	height: 507px;
	transform: translateY(-400px);
	opacity: 0;
}

.swiper-slide-active .main-slider-two-overly-one {
	opacity: 1;
	transform: translateY(0px);
	transition: all 1000ms ease;
}

.main-slider-tow-overly-two {
	position: absolute;
	top: -282px;
	left: -127px;
	border-radius: 50%;
	background-color: #ff4148;
	mix-blend-mode: overlay;
	width: 477px;
	height: 477px;
	transform: translateY(-500px);
	opacity: 0;
}

.swiper-slide-active .main-slider-tow-overly-two {
	opacity: 1;
	transform: translateY(0px);
	transition: all 1000ms ease;
	transition-delay: 1300ms;
}

.main-slider-two__shape-1 {
	position: absolute;
	bottom: -250px;
	left: 0;
	z-index: 1;
}

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

.main-slider-two__shape-2 {
	position: absolute;
	top: -65px;
	right: 0;
	z-index: 1;
}

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

.main-slider-two__shape-3 {
	position: absolute;
	bottom: 0;
	right: -30px;
	z-index: 1;
}

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

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

.main-slider-two__sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: var(--airslv-base);
	font-weight: 500;
	padding-left: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__sub-title:before {
	position: absolute;
	height: 3px;
	width: 9px;
	background-color: var(--airslv-base);
	content: "";
	top: 17px;
	left: 21px;
}

.main-slider-two__sub-title:after {
	position: absolute;
	height: 3px;
	width: 21px;
	background-color: var(--airslv-primary);
	content: "";
	top: 17px;
	left: 0px;
}

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

.main-slider-two__text {
	font-size: 20px;
	color: var(--airslv-white);
	padding-bottom: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

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

.main-slider-two__btn {
	background-color: var(--airslv-primary);
}

.main-slider-two__btn:before {
	left: 0;
}

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

.main-slider-two__nav {
	position: absolute;
	top: 34%;
	left: 50%;
	z-index: 100;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	height: 0;
	line-height: 0;
}

.main-slider-two__nav .swiper-button-next,
.main-slider-two__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	color: var(--airslv-white);
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
}

.main-slider-two__nav .swiper-button-prev:before {
	content: "";
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: rgba(160, 155, 155, 0.2);
	border-radius: 50%;
	left: -20px;
	top: 0;
	transition: all 500ms ease;
}

.main-slider-two__nav .swiper-button-next:before {
	content: "";
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: rgba(160, 155, 155, 0.2);
	border-radius: 50%;
	right: -20px;
	top: 0;
	transition: all 500ms ease;
}

.main-slider-two__nav .swiper-button-next:hover:before,
.main-slider-two__nav .swiper-button-prev:hover:before {
	background-color: var(--airslv-primary);
	opacity: 1;
}

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

.main-slider-two__nav .swiper-button-prev {
	margin-bottom: 65px;
	left: 42px;
}

.main-slider-two__nav .swiper-button-prev i {
	position: relative;
	display: inline-block;
}

.main-slider-two__nav .swiper-button-next i {
	position: relative;
	display: inline-block;
}

#main-slider-pagination {
	z-index: 10;
	bottom: 46px;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	-webkit-transform: translate(-50%, calc(-50% + 95px));
	transform: translate(-50%, calc(0% + 0px));
	counter-reset: count;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
}

#main-slider-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 30px;
	border-radius: 0%;
	opacity: 1;
	background-color: transparent;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:before {
	position: absolute;
	height: 45px;
	width: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	background-color: rgba(var(--airslv-white-rgb), 0.1);
	counter-increment: count;
	content: ""counter(count);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 0px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	position: relative;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
	position: relative;
	display: block;
	z-index: 91;
}

.main-slider-three .swiper-slide {
	position: relative;
	background-color: #370002;
}

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

.image-layer-three {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: overlay;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	z-index: 1;
}

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

.main-slider-three__shape-1 {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
}

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

.main-slider-three__shape-2 {
	position: absolute;
	top: -168px;
	right: 50px;
	z-index: 1;
}

.main-slider-three__shape-2 img {
	width: auto;
}

.main-slider-three__shape-3 {
	position: absolute;
	bottom: 30px;
	right: -20px;
	z-index: 1;
}

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

.main-slider-three__shape-4 {
	position: absolute;
	left: -332px;
	bottom: -224px;
	border-radius: 50%;
	background-color: #ff4148;
	width: 640px;
	height: 640px;
	mix-blend-mode: overlay;
}

.main-slider-three__shape-5 {
	position: absolute;
	bottom: -500px;
	left: 0;
	border-radius: 50%;
	background-color: #ff4148;
	width: 640px;
	height: 640px;
	mix-blend-mode: overlay;
}

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

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

.main-slider-three__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 15px;
	color: var(--airslv-white);
	background-color: var(--airslv-primary);
	border-radius: 50%;
	margin: 0 auto;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.main-slider-three__video-icon:hover {
	background-color: var(--airslv-white);
	color: var(--airslv-base);
}

.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 75px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--airslv-white-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--airslv-white-rgb), 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--airslv-white-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--airslv-white-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
}

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

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

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

.main-slider-three__sub-title-box:before {
	position: absolute;
	height: 3px;
	width: 9px;
	background-color: var(--airslv-base);
	content: "";
	top: 17px;
	left: -20px;
}

.main-slider-three__sub-title-box:after {
	position: absolute;
	height: 3px;
	width: 21px;
	background-color: var(--airslv-primary);
	content: "";
	top: 17px;
	left: -41px;
}

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

.main-slider-three__sub-title-inner:before {
	position: absolute;
	height: 3px;
	width: 9px;
	background-color: var(--airslv-base);
	content: "";
	top: 17px;
	right: -40px;
}

.main-slider-three__sub-title-inner:after {
	position: absolute;
	height: 3px;
	width: 21px;
	background-color: var(--airslv-primary);
	content: "";
	top: 17px;
	right: -31px;
}

.main-slider-three__sub-title {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: var(--airslv-white);
}

.main-slider-three__title {
	position: relative;
	font-size: 95px;
	color: var(--airslv-white);
	font-weight: 800;
	line-height: 100px;
	margin-top: 23px;
	margin-bottom: 59px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

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

.main-slider-three__btn {
	background-color: var(--airslv-primary);
}

.main-slider-three__btn:before {
	left: 0;
}

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

.main-slider-three__nav {
	position: absolute;
	top: 77%;
	left: 50%;
	z-index: 100;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	height: 0;
	line-height: 0;
}

.main-slider-three__nav .swiper-button-next,
.main-slider-three__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	color: var(--airslv-white);
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
}

.main-slider-three__nav .swiper-button-prev:before {
	content: "";
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: rgba(160, 155, 155, 0.2);
	border-radius: 50%;
	left: -20px;
	top: 0;
	transition: all 500ms ease;
}

.main-slider-three__nav .swiper-button-next:before {
	content: "";
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: rgba(160, 155, 155, 0.2);
	border-radius: 50%;
	right: -20px;
	top: 0;
	transition: all 500ms ease;
}

.main-slider-three__nav.swiper-button-next:hover:before,
.main-slider-three__nav .swiper-button-prev:hover:before {
	background-color: var(--airslv-primary);
	opacity: 1;
}

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

.main-slider-three__nav .swiper-button-prev {
	margin-bottom: 65px;
	left: 42px;
}

.main-slider-three__nav .swiper-button-prev i {
	position: relative;
	display: inline-block;
}

.main-slider-three__nav .swiper-button-next i {
	position: relative;
	display: inline-block;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

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

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

.why-choose-one__shape-1 {
	position: absolute;
	top: 35px;
	right: 10px;
}

.why-choose-one__shape-1 img {
	width: auto;
}

.why-choose-one__shape-2 {
	position: absolute;
	bottom: 30px;
	left: 246px;
}

.why-choose-one__shape-2 img {
	width: auto;
}

.why-choose-one__shape-3 {
	position: absolute;
	bottom: -3px;
	left: -242px;
}

.why-choose-one__shape-3 img {
	width: auto;
	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.why-choose-one__img-one {
	position: relative;
	display: block;
}

.why-choose-one__img-list-one {
	position: relative;
	display: block;
	float: left;
}

.why-choose-one__img-list-one li {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.why-choose-one__img-list-one li:nth-child(2) {
	margin-left: 21px;
}

.why-choose-one__img-list-one li>img {
	width: auto;
}

.why-choose-one__img-list-one--two {
	margin-left: 30px;
	margin-top: 70px;
}

.why-choose-one__img-list-one--two li:nth-child(2) {
	margin-left: 0px;
}

.why-choose-one__text {
	color: var(--airslv-black);
	opacity: .80;
}

.why-choose-one .section-title {
	margin-bottom: 25px;
}

.why-choose-one__points {
	position: relative;
	display: block;
	margin-top: 35px;
	margin-bottom: 40px;
}

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

.why-choose-one__points li+li {
	margin-top: 30px;
}

.why-choose-one__icon {
	width: 94px;
	height: 98px;
	background-color: var(--airslv-base);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1px;
}

.why-choose-one__icon span {
	font-size: 67px;
	color: var(--airslv-white);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

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

.why-choose-one__points .icon-2 {
	background-color: var(--airslv-primary);
}

.why-choose-one__points .icon-2 span {
	font-size: 58px;
}

.why-choose-one__title {
	font-size: 26px;
	font-weight: 500;
	color: var(--airslv-black);
	line-height: 40px;
	margin-left: 20px;
}

.why-choose-one__user {
	position: relative;
	display: flex;
	padding-top: 33px;
	border-top: 1px solid #dfdcdb;
	margin-right: 13px;
}

.why-choose-one__user-left {
	position: relative;
	display: block;
	margin-right: 25px;
}

.why-choose-one__user-name {
	font-size: 22px;
	font-weight: 600;
}

.why-choose-one__user-founder {
	font-size: 14px;
	font-weight: 400;
	color: #232323;
	opacity: .80;
	line-height: 17px;
}

.why-choose-one__user-sign-img {
	position: relative;
	display: block;
	margin-top: 15px;
	margin-left: 18px;
}

.why-choose-one__user-sign-img img {
	width: 100%;
}

.why-choose-one__right {
	position: relative;
	display: block;
	margin-right: -7px;
}

.why-choose-one__user-right {
	position: relative;
	display: block;
	align-items: center;
	margin-left: 30px;
	top: -6px;
}

.why-choose-one__user-right:before {
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	height: 95px;
	width: 1px;
	background-color: #e7e6e5;
	content: "";
}

.why-choose-one__user-right li {
	position: relative;
	display: flex;
	align-items: center;
}

.why-choose-one__user-right .user-icon {
	position: relative;
	display: block;
}

.why-choose-one__user-right .user-icon i {
	font-size: 11px;
	color: var(--airslv-base);
}

.why-choose-one__user-right .user-text {
	position: relative;
	display: block;
	margin-left: 10px;
}

.why-choose-one__user-right .user-text p {
	font-size: 18px;
	font-weight: 600;
	color: var(--airslv-black);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
	position: relative;
	display: block;
	background-color: #faf5f5;
	padding: 120px 0 90px;
	z-index: 1;
}

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

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

.counter-one__single:before {
	position: absolute;
	right: -2px;
	left: 2px;
	top: -2px;
	height: 2px;
	background-color: var(--airslv-primary);
	content: "";
}

.counter-one__single:after {
	position: absolute;
	bottom: 2px;
	right: -2px;
	top: 0;
	width: 2px;
	background-color: var(--airslv-primary);
	content: "";
}

.counter-one-inner {
	position: relative;
	display: block;
	background-color: #f5f4f4;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-top: 43px;
}

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

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

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

.counter-one-inner__count-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 32px;
}

.counter-one-inner__count-box h3 {
	font-size: 65px;
	color: var(--airslv-base);
	font-weight: 800;
	line-height: 54px !important;
	font-family: var(--airslv-font) !important;
}

.counter-one-inner__plus {
	font-size: 25px;
	color: var(--airslv-base);
	font-weight: 800;
	line-height: 40px;
	font-family: var(--airslv-font);
	position: relative;
	bottom: -14px;
}

.counter-one-inner__text {
	font-weight: 500;
}

.counter-one-inner .plus-two {
	font-size: 65px;
	color: var(--airslv-base);
	font-weight: 800;
	line-height: 54px !important;
	font-family: var(--airslv-font) !important;
	top: -1px;
	left: -3px;
}

.counter-one__single-2:before,
.counter-one__single-4:before,
.counter-one__single-6:before,
.counter-one__single-8:before {
	left: -2px;
	right: 2px;
}

.counter-one__single-2:after,
.counter-one__single-4:after,
.counter-one__single-6:after,
.counter-one__single-8:after {
	position: absolute;
	bottom: 2px;
	left: -2px;
	top: 0;
	width: 2px;
	background-color: var(--airslv-primary);
	content: "";
}

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

.services-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend-mode: overlay;
	z-index: -1;
}

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

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

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

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

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

.services-one__img:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(var(--airslv-black-rgb), 0.3);
	visibility: hidden;
	opacity: 0;
	transform-style: preserve-3d;
	transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}

.services-one__single:hover .services-one__img:before {
	visibility: visible;
	opacity: 1;
	transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
	height: 100%;
}

.services-one__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

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

.services-one__icon {
	width: 90px;
	height: 94px;
	left: 0;
	bottom: 0;
	background-color: var(--airslv-base);
	border-top-right-radius: 8px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.services-one__single:hover .services-one__icon {
	background-color: var(--airslv-primary);
}

.services-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 55px;
	color: var(--airslv-white);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

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

.services-one__content {
	position: relative;
	display: block;
	background-color: var(--airslv-white);
	box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
}

.services-one__content-inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 13px 0 12px;
	overflow: hidden;
}

.services-one__shape-1 {
	position: absolute;
	bottom: -16px;
	left: -15px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background-color: var(--airslv-primary);
	z-index: 1;
}

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

.services-one__btn-box a {
	font-size: 16px;
	font-weight: 500;
	color: var(--airslv-black);
	line-height: 55px;
	padding: 29px 22px 29px;
	background-color: #e8ecf6;
	border-top-right-radius: 8px;
	transition: all 900ms ease;
}

.services-one__btn-box:hover a {
	color: var(--airslv-base);
}

.services-one__btn-box i {
	font-size: 14px;
	color: var(--airslv-black);
	margin-left: 9px;
	transition: all 900ms ease;
}

.services-one__btn-box:hover i {
	color: var(--airslv-base);
}

.services-one__title {
	position: relative;
	display: block;
	margin-left: 25px;
}

.services-one__title a {
	font-size: 22px;
	font-weight: 700;
	color: var(--airslv-black);
	transition: all 900ms ease;
}

.services-one__single:hover .services-one__title a {
	color: var(--airslv-base);
}

.services-one__bottom {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 35px;
}

.services-one__bottom-text {
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	color: var(--airslv-white);
	padding-bottom: 35px;
}

/*--------------------------------------------------------------
# Expect One
--------------------------------------------------------------*/
.expect-one {
	position: relative;
	display: block;
	z-index: 1;
	margin-top: -100px;
}

.expect-one__wrap {
	position: relative;
	display: block;
	overflow: hidden;
}

.expect-one__left {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	background-color: #202d51;
	z-index: 1;
}

.expect-one__left:before {
	position: absolute;
	top: 0;
	bottom: 40px;
	right: 0;
	width: 2px;
	background-color: var(--airslv-base);
	content: "";
}

.expect-one__shape-1 {
	position: absolute;
	top: 155px;
	left: 0;
	z-index: -1;
}

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

.expect-one__content-box {
	position: relative;
	display: block;
	max-width: 495px;
	width: 100%;
	float: right;
	margin-right: 58px;
	margin-top: 105px;
	margin-bottom: 107px;
}

.expect-one__title {
	font-size: 65px;
	font-weight: 700;
	line-height: 65px;
	color: var(--airslv-white);
}

.expect-one__subtitle {
	font-size: 37px;
	font-weight: 600;
	color: var(--airslv-base);
	line-height: 50px;
	margin-top: 18px;
	margin-bottom: 62px;
}

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

.expect-one__points li {
	position: relative;
	display: flex;
}

.expect-one__points li+li {
	margin-top: 42px;
}

.expect-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 67px;
	color: #fff2f2;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

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

.expect-one__content {
	position: relative;
	display: block;
	margin-left: 34px;
}

.expect-one__content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fdfdfd;
}

.expect-one__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--airslv-white);
	opacity: .80;
	padding-top: 17px;
}

.expect-one__right {
	position: relative;
	display: block;
	float: right;
	width: 50%;
	min-height: 753px;
}

.expect-one__shape-two {
	position: absolute;
	top: -110px;
	right: -278px;
	width: 394px;
	height: 394px;
	border-radius: 50%;
	background-color: #d0474c;
	z-index: 1;
	mix-blend-mode: color;
}

.expect-one__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.expect-one__video-link {
	position: relative;
	display: inline-block;
	top: 288px;
	left: 257px;
}

.expect-one__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 135px;
	height: 135px;
	line-height: 135px;
	text-align: center;
	font-size: 40px;
	color: var(--airslv-white);
	background-color: var(--airslv-primary);
	border-radius: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.expect-one__video-icon:hover {
	background-color: var(--airslv-base);
	color: var(--airslv-white);
}

.expect-one__video-icon:before {
	position: absolute;
	top: -22px;
	left: -22px;
	right: -22px;
	bottom: -22px;
	content: "";
	border: 2px solid rgba(var(--airslv-white-rgb), 0.3);
	border-radius: 50%;
	z-index: 1;
}

.expect-one__video-link .ripple,
.expect-one__video-icon .ripple:before,
.expect-one__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 178px;
	height: 178px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--airslv-white-rgb), 0.6);
	-o-box-shadow: 0 0 0 0 rgba(var(--airslv-white-rgb), 0.6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--airslv-white-rgb), 0.6);
	box-shadow: 0 0 0 0 rgba(var(--airslv-white-rgb), 0.6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

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

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

.expect-one__quality {
	position: absolute;
	display: flex;
	align-items: center;
	background-color: var(--airslv-base);
	padding: 32px 24px 20px;
	max-width: 580px;
	width: 100%;
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
	bottom: -134px;
	left: -40px;
	z-index: 1;
}

.expect-one__quality-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background-color: #ff656b;
	border-radius: 50%;
}

.expect-one__quality-icon span {
	font-size: 49px;
	color: var(--airslv-white);
}

.expect-one__quality-text {
	position: relative;
	display: block;
	margin-left: 23px;
}

.expect-one__quality-text p {
	font-size: 16px;
	font-weight: 600;
	color: var(--airslv-white);
	opacity: .70;
	line-height: 30px;
}

.expect-one__quality-text h3 {
	font-size: 28px;
	font-weight: 600;
	color: var(--airslv-white);
}

/*--------------------------------------------------------------
# How It Work
--------------------------------------------------------------*/
.how-it-work {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.how-it-work .section-title {
	margin-bottom: 53px;
}

.how-it-work__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.how-it-work__inner {
	position: relative;
	display: block;
}

.how-it-work__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 117px;
	height: 117px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	background-color: var(--airslv-white);
	overflow: hidden;
	transition: all 400ms linear;
	z-index: 1;
}

.how-it-work__single:hover .how-it-work__icon {
	border: 1px solid #f55c62;
}

.how-it-work__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	background-color: #f55c62;
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: -1;
}

.how-it-work__single:hover .how-it-work__icon:before {
	transform: scaleX(1);
}

.how-it-work__icon i {
	font-size: 52px;
	color: var(--airslv-black);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.how-it-work__single:hover .how-it-work__icon i {
	transform: scale(0.9);
	color: var(--airslv-white);
}

.how-it-work__content {
	position: relative;
	display: block;
	text-align: center;
	background-color: #f5f5f5;
	padding: 60px 30px 39px;
	border: 2px;
	margin-top: -60px;
}

.how-it-work__content::before {
	position: absolute;
	right: 0px;
	height: 95px;
	width: 2px;
	bottom: 0;
	background-color: #f55c62;
	content: "";
	z-index: 1;
}

.how-it-work__content::after {
	position: absolute;
	right: 0px;
	left: 170px;
	height: 2px;
	bottom: 0;
	background-color: #f55c62;
	content: "";
	z-index: 1;
}

.how-it-work__step {
	font-size: 16px;
	font-weight: 700;
	line-height: 53px;
	color: var(--airslv-base);
}

.how-it-work__title a {
	font-size: 22px;
	font-weight: 700;
	color: var(--airslv-black);
	line-height: 41px;
	transition: all 500ms linear;
}

.how-it-work__single:hover .how-it-work__title a {
	color: var(--airslv-base);
}

.how-it-work__text {
	font-size: 15px;
	font-weight: 400;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 32px;
}

.step-2:before,
.step-4:before,
.step-6:before,
.step-8:before {
	position: absolute;
	left: 0px;
	height: 95px;
	width: 2px;
	bottom: 0;
	background-color: #f55c62;
	content: "";
	z-index: 1;
}

.step-2:after,
.step-4:after,
.step-6:after,
.step-8:after {
	position: absolute;
	left: 0px;
	right: 170px;
	height: 2px;
	bottom: 0;
	background-color: #f55c62;
	content: "";
	z-index: 1;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
	position: relative;
	display: block;
	background-color: #d0cece;
	padding: 120px 0 192px;
	z-index: 1;
}

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

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

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

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

.project-one__right {
	position: relative;
	display: block;
	margin-left: 15px;
	margin-right: 4px;
}

.project-one__right-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #433838;
	opacity: .80;
}

.all-project {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.all-project__title {
	position: relative;
	display: block;
	margin-right: 12px;
}

.all-project__title:before {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #a2a1a1;
	content: "";
	transition: all 500ms ease;
}

.all-project__title:hover:before {
	background-color: var(--airslv-base);
}

.all-project__title a {
	font-size: 18px;
	font-weight: 600;
	line-height: 55px;
	color: var(--airslv-black);
	transition: all 500ms ease;
}

.all-project__title a:hover {
	color: var(--airslv-base);
}

.all-project__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background-color: var(--airslv-primary);
	border-radius: 50%;
	transition: all 500ms ease;
}

.all-project__arrow a:hover {
	background-color: var(--airslv-base);
}

.all-project__arrow i {
	font-size: 16px;
	color: var(--airslv-white);
}

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

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

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

.project-one__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--airslv-black-rgb), 0.3);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: 1;
}

.project-one__single:hover .project-one__img:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.project-one__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

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

.project-one__content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--airslv-white);
	padding: 36px 30px 40px;
	z-index: 1;
}

.project-one__content::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: var(--airslv-black);
	content: "";
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	z-index: -1;
}

.project-one__single:hover .project-one__content::after {
	opacity: 0;
}

.project-one__content-border {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-image: -moz-linear-gradient(-178deg, #8ba3e6 1%, #f66469 100%);
	background-image: -webkit-linear-gradient(-178deg, #8ba3e6 1%, #f66469 100%);
	background-image: -ms-linear-gradient(-178deg, #8ba3e6 1%, #f66469 100%);
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: -1;
}

.project-one__single:hover .project-one__content-border {
	transform: scale(1, 1);
	transform-origin: right center;
}

.project-one__content:before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: -8px;
	width: 53px;
	background-color: #e5e1e1;
	content: "";
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.project-one__single:hover .project-one__content:before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: -8px;
	width: 90px;
	background-color: var(--airslv-primary);
	content: "";
}

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

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

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

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

.project-one__title {
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
	color: var(--airslv-base);
}

.project-one__subtitle a {
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-one__subtitle a:hover {
	color: var(--airslv-base);
}

.project-one__content-right {
	position: relative;
	display: block;
	z-index: 2;
}

.project-one__content-right a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	border-radius: 3px;
	background-color: var(--airslv-base);
	font-size: 15px;
	color: var(--airslv-white);
}

.project-one__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -66px;
	left: 0px;
	right: 0;
	text-align: center;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0px 10px;
	background-color: var(--airslv-base);
	padding: 0px;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot:before {
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	content: "";
	border: 1px solid #dbd8d8;
	transform: scale(0);
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

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

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

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

/*--------------------------------------------------------------
# Testimonials One
--------------------------------------------------------------*/
.testimonials-one {
	position: relative;
	display: block;
	padding: 120px 0 186px;
}

.testimonials-one__top {
	position: relative;
	display: block;
}

.testimonials-one__top .section-title {
	margin-bottom: 53px;
}

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

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

.testimonials-one__inner {
	position: relative;
	display: block;
	background-color: white;
	box-shadow: 0px 0px 35px 0px rgba(195, 190, 190, 0.35);
	padding-left: 40px;
	padding-right: 32px;
	padding-top: 42px;
	padding-bottom: 47px;
	border-left: 1px solid var(--airslv-base);
}

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

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

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

.testimonials-one__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -66px;
	left: 0px;
	right: 0;
	text-align: center;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials-one__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0px 10px;
	background-color: var(--airslv-base);
	padding: 0px;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.testimonials-one__carousel.owl-carousel .owl-dots .owl-dot:before {
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	content: "";
	border: 1px solid #dbd8d8;
	transform: scale(0);
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

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

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

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

.testimonials-one__client-info {
	position: relative;
	display: flex;
	align-items: center;
}

.testimonials-one__client-img {
	position: relative;
	display: block;
	max-width: 78px;
	width: 100%;
}

.testimonials-one__client-img img {
	width: 100%;
	border-radius: 50% !important;
}

.testimonials-one__client-icon {
	position: absolute;
	bottom: 20px;
	left: -18px;
}

.testimonials-one__client-icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	background-color: var(--airslv-primary);
	font-size: 16px;
	color: var(--airslv-white);
	border-radius: 50%;
}

.testimonials-one__client-content {
	position: relative;
	display: block;
	margin-left: 12px;
}

.testimonials-one__client-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 31px;
}

.testimonials-one__client-sub-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	color: var(--airslv-black);
	opacity: .80;
}

.testimonials-one__text {
	font-size: 20px;
	font-weight: 400;
	font-family: var(--airslv-font-two);
	color: var(--airslv-black);
	opacity: .80;
	line-height: 40px;
	border-top: 1px solid #dbd3d2;
	padding-top: 20px;
	margin-top: 35px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.team-one {
	position: relative;
	display: block;
	background-color: #1b1b1b;
	padding: 113px 0 198px;
	z-index: 1;
}

.team-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: overlay;
	z-index: -1;
}

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

.team-one__left {
	position: relative;
	display: block;
	margin-right: 37px;
}

.team-one .section-title__title {
	color: var(--airslv-white);
}

.team-one__right {
	position: relative;
	display: block;
	margin-left: 20px;
	margin-right: 4px;
}

.team-one__right-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-white);
	opacity: .80;
}

.all-Member {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.all-Member__btn {
	position: relative;
	display: block;
	margin-right: 12px;
}

.all-Member__btn:before {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #a7a7a7;
	content: "";
	transition: all 500ms ease;
}

.all-Member__btn:hover:before {
	background-color: var(--airslv-base);
}

.all-Member__btn a {
	font-size: 18px;
	font-weight: 600;
	line-height: 55px;
	color: var(--airslv-white);
	transition: all 500ms ease;
}

.all-Member__btn a:hover {
	color: var(--airslv-base);
}

.all-Member__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background-color: var(--airslv-primary);
	border-radius: 50%;
	transition: all 500ms ease;
}

.all-Member__arrow a:hover {
	background-color: var(--airslv-base);
}

.all-Member__arrow i {
	font-size: 16px;
	color: var(--airslv-white);
}

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

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

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

.team-one__img:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--airslv-black-rgb), 0.3);
	width: 0%;
	transform: translateY(100%);
	transition: all 500ms ease;
	z-index: 1;
}

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

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

.team-one__content {
	position: relative;
	display: flex;
	background-color: var(--airslv-white);
	box-shadow: 0px 0px 40px 0px rgba(233, 226, 226, 0.35);
	z-index: 2;
}

.team-one__content-left {
	position: relative;
	display: block;
	background-color: #e9ecf0;
	padding: 30px 25px 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__single:hover .team-one__content-left {
	background-color: var(--airslv-primary);
}

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

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

.team-one__social-box li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background-color: var(--airslv-white);
	border-radius: 50%;
	font-size: 15px;
	color: #433838;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.team-one__social-box li a:hover {
	color: var(--airslv-white);
	background-color: transparent;
}

.team-one__social-box li a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: var(--airslv-base);
	border-radius: 50%;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: -1;
}

.team-one__social-box li a:hover:before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.team-one__content-right {
	position: relative;
	display: block;
	padding: 39px 26px 32px;
}

.team-one__shape-one {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__single:hover .team-one__shape-one {
	opacity: 1;
}

.team-one__shape-one img {
	width: 100%;
}

.team-one__shape-two {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__single:hover .team-one__shape-two {
	opacity: 0;
}

.team-one__shape-two img {
	width: 100%;
}

.team-one__title-box {
	position: relative;
	display: block;
	top: -6px;
}

.team-one__sub-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 13px;
	color: var(--airslv-base);
}

.team-one__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 37px;
}

.team-one__title a {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__title a:hover {
	color: var(--airslv-base);
}

.team-one__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 18px;
	font-family: var(--airslv-font-two);
}

/*--------------------------------------------------------------
# Support One
--------------------------------------------------------------*/
.support-one {
	position: relative;
	display: block;
	margin-top: -130px;
}

.support-one .row {
	--bs-gutter-x: 0;
}

.support-one__left {
	position: relative;
	display: block;
	background-color: #35080a;
	padding: 62px 80px 72px;
	border-radius: 2px;
	z-index: 1;
}

.support-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: overlay;
	border-radius: 2px;
	z-index: -1;
}

.support-one__shape-one {
	position: absolute;
	top: 40px;
	left: 27px;
	content: "";
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #f81012;
	mix-blend-mode: overlay;
	z-index: -1;
}

.support-one__shape-two {
	position: absolute;
	bottom: 67px;
	right: 112px;
	content: "";
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background-color: #b53a30;
	mix-blend-mode: color-dodge;
	z-index: -1;
}

.support-one__left-content {
	position: relative;
	display: block;
}

.support-one__left-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--airslv-white);
	line-height: 49px;
}

.support-one__left-subtitle {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: var(--airslv-white);
}

.support-one__right {
	position: relative;
	display: block;
	z-index: 1;
}

.support-one__img {
	position: absolute;
	bottom: 14px;
	left: -111px;
	z-index: 2;
}

.support-one__img img,
.elementor .support-one__img img {
	width: 100%;
	border-radius: 50%;
	border: 8px solid #1e6dfb;
}

.support-one__right-content {
	position: relative;
	display: block;
	background-color: var(--airslv-primary);
	padding-top: 60px;
	padding-bottom: 48px;
	padding-left: 142px;
	padding-right: 121px;
	border-radius: 2px;
	z-index: 1;
	overflow: hidden;
}

.support-one__shape-three {
	position: absolute;
	top: 36px;
	left: 112px;
	width: 45px;
	height: 197px;
	background-color: var(--airslv-white);
	border-radius: 16px;
	z-index: -1;
}

.support-one__shape-three:before {
	position: absolute;
	top: -1px;
	left: 4px;
	width: 53px;
	height: 200px;
	background-color: #1e6dfb;
	border-radius: 16px;
	content: "";
}

.support-one__shape-four {
	position: absolute;
	bottom: -51px;
	right: -57px;
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background-color: #1e6dfb;
	z-index: 2;
}

.support-one__right-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 33px;
	color: var(--airslv-white);
}

.support-one__call {
	position: relative;
	display: flex;
	margin-top: 12px;
	margin-bottom: 16px;
}

.support-one__call-icon {
	position: relative;
	display: block;
	top: 4px;
	margin-right: 10px;
}

.support-one__call-icon span {
	font-size: 25px;
	color: var(--airslv-white);
}

.support-one__call-number {
	font-size: 22px;
	font-weight: 700;
	line-height: 33px;
}

.support-one__call-number a {
	color: var(--airslv-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.support-one__call-number a:hover {
	color: var(--airslv-black);
}

.support-one__right-text {
	font-size: 16px;
	font-weight: 400;
	color: var(--airslv-white);
	opacity: .80;
	line-height: 30px;
}

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

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

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

.blog-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	filter: grayscale(1);
}

.blog-one__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--airslv-black-rgb), 0.3);
	transform: scale(1, 0);
	transition: transform 500ms ease;
	transform-origin: top center;
	z-index: 1;
}

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

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

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

.blog-one__content {
	position: relative;
	display: block;
	background-color: var(--airslv-white);
	box-shadow: 0px 0px 40px 0px rgba(233, 226, 226, 0.35);
}

.blog-one__date-and-comment-box {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.blog-one__date {
	height: 69px;
	width: 54px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-color: var(--airslv-base);
	margin-right: 13px;
	border-radius: 2px;
	margin-top: -34px;
	z-index: 2;
}

.blog-one__date span {
	font-size: 26px;
	line-height: 25.6px;
	font-weight: 500;
	color: var(--airslv-white);
}

.blog-one__date p {
	font-size: 13px;
	font-weight: 400;
	line-height: 18.6px;
	color: var(--airslv-white);
	margin-top: 2px;
}

.blog-one__comment-box {
	position: relative;
	display: flex;
	align-items: center;
	top: 4px;
}

.blog-one__comment-box .comments-link {
	display: flex;
	align-items: center;
}

.blog-one__comment-box .icon-comment {
	padding-right: 3px;
}

.blog-one__comment-box .icon {
	position: relative;
	display: block;
	top: 6px;
	padding-right: 3px;
}

.blog-one__comment-box .icon span {
	font-size: 29px;
	color: #82818a;
}

.blog-one__comment-box p {
	font-size: 14px;
	font-weight: 400;
	color: #433838;
	opacity: .88;
	line-height: 25.6px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__comment-box p i {
	font-size: 29px;
	color: #82818a;
}

.blog-one__comment-box p:hover {
	color: var(--airslv-base);
}

.blog-one__title-box {
	position: relative;
	display: block;
	padding: 17px 20px 24px;
}

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

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

.blog-one__title a:hover {
	color: var(--airslv-base);
}

.blog-one__meta-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #13121d;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

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

.blog-one__tag {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #13121d;
	padding: 0 17px 0;
}

.blog-one__tag p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24.6px;
	color: var(--airslv-white);
}

.blog-one__meta-box-two {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 17px;
}

.blog-one__meta .byline {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-one__meta .icon a {
	font-size: 14px;
	position: relative;
	font-weight: 400;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 25.6px;
	display: flex;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta a:hover {
	color: var(--airslv-base);
}

.blog-one__meta .icon i {
	font-size: 22px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
	flex-shrink: 0;
}

.blog-one__meta-btn {
	position: relative;
	display: block;
	margin-right: 2px;
}

.blog-one__meta-btn a {
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	color: var(--airslv-black);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 20px 18px 24px;
	background-color: #f1f3f7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta-btn a:hover {
	background-color: #1e6dfb;
	color: var(--airslv-white);
}

.blog-one__meta-btn a i {
	font-size: 12px;
	color: var(--airslv-black);
	margin-left: 9px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta-btn a:hover i {
	color: var(--airslv-white);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
	padding-top: 110px;
	background-color: #101010;
	z-index: 1;
}

.default-footer {
	padding-top: 0;
}

.site-footer__bg {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: overlay;
	z-index: -1;
}

.site-footer__top {
	position: relative;
	display: block;
	padding-bottom: 100px;
}

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

.footer-widget__logo-box {
	position: relative;
	display: flex;
	align-items: center;
}

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

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

.footer-widget__contact {
	position: relative;
	display: block;
	margin-top: 28px;
	margin-bottom: 38px;
}

.footer-widget__contact li {
	position: relative;
	display: flex;
}

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

.footer-widget__contact .icon {
	position: relative;
	display: block;
	top: 11px;
}

.footer-widget__contact .icon i {
	font-size: 26px;
	color: #bababa;
}

.footer-widget__contact .icon-2 i {
	color: var(--airslv-white);
}

.footer-widget__contact .text {
	position: relative;
	display: block;
	margin-left: 12px;
}

.footer-widget__contact .text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

.footer-widget__contact .text p a {
	position: relative;
	display: block;
	color: #bababa;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact .text p a:hover {
	color: var(--airslv-white);
}

.footer-widget__social-box {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget__social-box li {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget__social-box li+li {
	margin-left: 10px;
}

.footer-widget__social-box a {
	width: 50px;
	height: 54px;
	background-color: #2a2929;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: var(--airslv-white);
	border-radius: 3px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	z-index: 1;
}

.footer-widget__social-box a:hover {
	color: var(--airslv-white);
	background-color: var(--airslv-base);
}

.footer-widget__social-box a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--airslv-base);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.footer-widget__social-box a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.footer-widget__latest-post {
	position: relative;
	display: block;
	margin-right: 5px;
	margin-left: 39px;
}

.footer-widget__tag {
	font-size: 22px;
	font-weight: 700;
	color: var(--airslv-white);
	margin-bottom: 34px;
	text-transform: uppercase;
}

.footer-widget__content {
	position: relative;
	display: block;
	margin-top: -2px;
}

.footer-widget__content li {
	position: relative;
	display: block;
	border-bottom: 1px solid #3e3e3e;
	margin-bottom: 16px;
	padding-bottom: 20px;
}

.footer-widget__content li:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer-widget__content li span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #888888;
	font-weight: 400;
	line-height: 14px;
}

.footer-widget__content li p {
	font-size: 16px;
	font-weight: 600;
	color: var(--airslv-white);
	line-height: 32px;
}

.footer-widget__content li p a {
	color: var(--airslv-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__content li p a:hover {
	color: var(--airslv-base);
}

.footer-widget__services {
	position: relative;
	display: block;
	margin-right: -3px;
	margin-left: 45px;
}

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

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

.footer-widget__services-list li a {
	font-size: 16px;
	color: #bababa;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 400;
}

.footer-widget__services-list li a:hover {
	color: var(--airslv-white);
}

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

.footer-widget__title {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #bababa;
	padding-top: 2px;
}

.footer-widget__subscribe-box {
	position: relative;
	display: block;
	margin-top: 22px;
}

.footer-widget__subscribe-input-box {
	position: relative;
	display: block;
	background-color: #171617;
	border: 1px solid #454141;
}

.footer-widget__subscribe-input-box input[type="email"] {
	height: 72px;
	width: 100%;
	background-color: #171617;
	outline: none;
	font-size: 16px;
	color: rgba(var(--airslv-white-rgb), 0.6);
	border: none;
	padding-right: 75px;
	padding-left: 20px;
}

.footer-widget__subscribe-btn {
	position: absolute;
	top: 50%;
	right: 7px;
	width: 58px;
	height: 59px;
	border: none;
	background-color: var(--airslv-base);
	border-radius: 3px;
	font-size: 16px;
	color: var(--airslv-white);
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__subscribe-btn:hover {
	background-color: var(--airslv-white);
	color: var(--airslv-base);
}

.footer-widget__help {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 34px;
}

.footer-widget__help .icon span {
	font-size: 27px;
	color: var(--airslv-white);
	width: 49px;
	height: 49px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--airslv-primary);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

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

.footer-widget__help-text p {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--airslv-font-two);
}

.footer-widget__help-text p a {
	color: var(--airslv-white);
	background-color: #252525;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-right: 36px;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__help-text p a:hover {
	color: var(--airslv-base);
}

.site-footer__bottom {
	position: relative;
	display: block;
	padding: 38px 0 36px;
	background-color: #171616;
}

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

.site-footer__bottom-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: var(--airslv-white);
	opacity: .80;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.why-choose-two__left {
	position: relative;
	display: block;
	margin-right: 60px;
}

.why-choose-two .section-title {
	margin-bottom: 44px;
}

.why-choose-two__left-text {
	position: relative;
	display: block;
}

.why-choose-two__left-text-one {
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
	color: var(--airslv-black);
}

.why-choose-two__left-text-two {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 26px;
	margin-bottom: 50px;
}

.why-choose-two .thm-btn {
	background-color: #eeeeee;
	color: var(--airslv-black);
}

.why-choose-two .thm-btn:hover {
	color: var(--airslv-white);
}

.why-choose-two .thm-btn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 2px;
	background-color: var(--airslv-base);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 1;
	z-index: -1;
}

.why-choose-two .thm-btn:hover:before {
	width: 100%;
}

.why-choose-two__right {
	position: relative;
	display: block;
	margin-left: -45px;
	margin-right: 20px;
	margin-top: 10px;
}

.why-choose-two__content-box {
	position: relative;
	display: flex;
}

.why-choose-two__img-box {
	position: relative;
	display: block;
	flex-shrink: 0;
}

.why-choose-two__right-img {
	position: relative;
	display: block;
}

.why-choose-two__right-img img {
	width: auto;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.why-choose-two__experience {
	border-bottom-left-radius: 24px;
	position: absolute;
	left: -28px;
	bottom: -51px;
	background-color: var(--airslv-primary);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 31px;
	padding-bottom: 33px;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	min-width: 250px;
}

.why-choose-two__experience-title {
	font-size: 30px;
	font-weight: 600;
	color: var(--airslv-white);
	line-height: 38px;
	margin-bottom: 15px;
}

.why-choose-two__experience-text {
	font-size: 16px;
	font-weight: 400;
	color: var(--airslv-white);
	opacity: .80;
	line-height: 32px;
}

.why-choose-two__points {
	position: relative;
	display: block;
	margin-left: 59px;
	margin-top: 42px;
}

.why-choose-two__points li+li {
	margin-top: 50px;
}

.why-choose-two__right-icon {
	position: relative;
	display: block;
}

.why-choose-two__right-icon span {
	font-size: 62px;
	color: var(--airslv-black);
}

.why-choose-two__right-small-icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--airslv-base);
	border-radius: 50%;
	top: 19px;
	left: 49px;
	color: var(--airslv-white);
}

.why-choose-two__right-small-icon-two {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--airslv-base);
	border-radius: 50%;
	top: 35px;
	left: 39px;
	color: var(--airslv-white);
}

.why-choose-two__right-small-icon i {
	font-size: 22px;
}

.why-choose-two__right-text-box {
	position: relative;
	display: block;
	margin-top: 12px;
}

.why-choose-two__right-tag {
	font-size: 20px;
	font-weight: 600;
	line-height: 34px;
	color: var(--airslv-black);
}

.why-choose-two__right-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	color: #232323;
	margin-top: 7px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background-color: #faf5f5;
	z-index: 1;
}

.services-two-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: overlay;
	z-index: -1;
}

.services-two .container {
	max-width: 1590px;
}

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

.services-two .section-title {
	margin-bottom: 53px;
}

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

.services-two__inner {
	position: relative;
	display: block;
}

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

.services-two__img:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(var(--airslv-black-rgb), 0.3);
	visibility: hidden;
	opacity: 0;
	transform-style: preserve-3d;
	transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}

.services-two__single:hover .services-two__img:before {
	visibility: visible;
	opacity: 1;
	transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
	height: 100%;
}

.services-two__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

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

.services-two__content-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--airslv-white);
	box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
	z-index: 2;
}

.services-two__icon {
	position: relative;
	display: flex;
	width: 80px;
	height: 94px;
	background-color: var(--airslv-base);
	border-top-right-radius: 10px;
	align-items: center;
	justify-content: center;
	margin-top: -14px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__single:hover .services-two__icon {
	background-color: var(--airslv-primary);
}

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

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

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

.services-two__title {
	position: relative;
	display: block;
	margin-left: 18px;
}

.services-two__title h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}

.services-two__title h3 a {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__title h3 a:hover {
	color: var(--airslv-base);
}

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

.services-two__arrow {
	position: relative;
	display: block;
	padding-top: 16px;
	padding-bottom: 14px;
	padding-left: 24px;
	padding-right: 30px;
	background-color: #e8ecf6;
	border-top-left-radius: 8px;
	font-size: 14px;
	margin-top: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__single:hover .services-two__arrow {
	background-color: var(--airslv-base);
}

.services-two__arrow i {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__single:hover .services-two__arrow i {
	color: var(--airslv-white);
}

.services-two__shape-1 {
	position: absolute;
	bottom: -24px;
	left: -22px;
	width: 37px;
	height: 37px;
	background-color: var(--airslv-primary);
	border-radius: 50%;
	z-index: 2;
}

.services-two__bottom {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.services-two__bottom p {
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	color: #232020;
	margin-bottom: 35px;
}

.services-two .thm-btn {
	background-color: #eeeeee;
	color: var(--airslv-black);
}

.services-two .thm-btn:hover {
	color: var(--airslv-white);
}

.services-two .thm-btn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 2px;
	background-color: var(--airslv-base);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	opacity: 1;
	z-index: -1;
}

.services-two .thm-btn:hover:before {
	width: 100%;
}

/*--------------------------------------------------------------
# Expect Two
--------------------------------------------------------------*/
.expect-two {
	position: relative;
	display: block;
	background-color: #202d51;
	padding: 108px 0 120px;
	z-index: 1;
}

.expect-two__shape-1 {
	position: absolute;
	top: 182px;
	left: 0;
	z-index: -1;
}

.expect-two__shape-1 img {
	width: auto;
}

.expect-two__shape-2 {
	position: absolute;
	top: 35px;
	right: 50px;
	z-index: -1;
}

.expect-two__shape-2 img {
	width: auto;
}

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

.expect-two__content-box {
	position: relative;
	display: block;
	margin-right: 76px;
}

.expect-two__title {
	font-size: 65px;
	font-weight: 700;
	line-height: 70px;
	color: var(--airslv-white);
}

.expect-two__subtitle {
	font-size: 37px;
	font-weight: 600;
	color: var(--airslv-base);
	line-height: 50px;
	margin-top: 8px;
	margin-bottom: 66px;
}

.expect-two__points {
	position: relative;
	display: block;
}

.expect-two__points li {
	position: relative;
	display: flex;
}

.expect-two__points li+li {
	margin-top: 62px;
}

.expect-two__icon span {
	position: relative;
	display: inline-block;
	font-size: 67px;
	color: #fff2f2;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.expect-two__points li:hover .expect-two__icon span {
	transform: scale(0.9);
}

.expect-two__content {
	position: relative;
	display: block;
	margin-left: 34px;
}

.expect-two__content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fdfdfd;
}

.expect-two__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--airslv-white);
	opacity: .80;
	padding-top: 17px;
}

.expect-two__right {
	position: relative;
	display: block;
	margin-right: 53px;
	margin-left: 41px;
	margin-top: 202px;
}

.expect-two__right-points {
	position: relative;
	display: flex;
}

.expect-two__right-icon span {
	position: relative;
	display: inline-block;
	font-size: 67px;
	color: #fff2f2;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.expect-two__right-points:hover .expect-two__right-icon span {
	transform: scale(0.9);
}

.expect-two__right-content {
	position: relative;
	display: block;
	margin-left: 34px;
}

.expect-two__right-content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fdfdfd;
}

.expect-two__right-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--airslv-white);
	opacity: .80;
	padding-top: 17px;
}

.expect-two__quality {
	position: relative;
	display: flex;
	background-color: var(--airslv-primary);
	padding: 32px 26px 20px;
	max-width: 580px;
	width: 100%;
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
	margin-top: 60px;
}

.expect-two__quality-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background-color: #ff656b;
	border-radius: 50%;
}

.expect-two__quality-icon span {
	font-size: 49px;
	color: var(--airslv-white);
}

.expect-two__quality-text {
	position: relative;
	display: block;
	margin-left: 23px;
}

.expect-two__quality-text p {
	font-size: 16px;
	font-weight: 600;
	color: var(--airslv-white);
	opacity: .70;
	line-height: 30px;
}

.expect-two__quality-text h3 {
	font-size: 28px;
	font-weight: 600;
	color: var(--airslv-white);
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
	position: relative;
	display: block;
	padding: 186px 0 206px;
	z-index: 1;
}

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

.video-one__video-link {
	position: relative;
	display: block;
}

.video-one__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 135px;
	height: 135px;
	line-height: 135px;
	text-align: center;
	font-size: 40px;
	color: var(--airslv-white);
	background-color: var(--airslv-primary);
	border-radius: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	margin: 0 auto;
}

.video-one__video-icon:hover {
	background-color: var(--airslv-base);
	color: var(--airslv-white);
}

.video-one__video-icon:before {
	position: absolute;
	top: -22px;
	left: -22px;
	right: -22px;
	bottom: -22px;
	content: "";
	border: 2px solid rgba(var(--airslv-white-rgb), 0.3);
	border-radius: 50%;
	z-index: 1;
}

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

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

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

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	background-color: #d0cece;
	z-index: 1;
}

.project-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	mix-blend-mode: overlay;
	z-index: -1;
}

.project-two .project-one__right {
	margin-left: 19px;
}

.project-two .all-project {
	margin-top: 6px;
}

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

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

.project-two__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.project-two__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--airslv-black-rgb), 0.3);
	-webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: 1;
}

.project-two__single:hover .project-two__img:before {
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
	transform: perspective(400px) rotateX(0deg) scaleY(1);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
}

.project-two__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 500ms ease;
}

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

.project-two__content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--airslv-white);
	padding: 36px 20px 40px 30px;
	z-index: 1;
	margin-top: -80px;
	margin-left: 20px;
	margin-right: 20px;
}

.project-two__content::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #e8ecf7;
	content: "";
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.project-two__single:hover .project-two__content::after {
	opacity: 0;
}

.project-two__content-border {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-image: -moz-linear-gradient(-178deg, #8ba3e6 1%, #f66469 100%);
	background-image: -webkit-linear-gradient(-178deg, #8ba3e6 1%, #f66469 100%);
	background-image: -ms-linear-gradient(-178deg, #8ba3e6 1%, #f66469 100%);
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: -1;
}

.project-two__single:hover .project-two__content-border {
	transform: scale(1, 1);
	transform-origin: right center;
}

.project-two__content:before {
	content: "";
	position: absolute;
	border-bottom: 125px solid #e8ecf7;
	border-left: 65px solid transparent;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.project-two__content-left {
	position: relative;
	display: block;
}

.project-two__title {
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
	color: var(--airslv-base);
}

.project-two__subtitle {
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
}

.project-two__subtitle a {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__subtitle a:hover {
	color: var(--airslv-base);
}

.project-two__content-right {
	position: relative;
	display: block;
	z-index: 2;
}

.project-two__content-right a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	border-radius: 3px;
	background-color: var(--airslv-primary);
	font-size: 15px;
	color: var(--airslv-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__content-right a:hover {
	background-color: var(--airslv-base);
	color: var(--airslv-white);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
	position: relative;
	display: block;
	padding: 120px 0 193px;
}

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

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

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

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

.testimonial-two__client-details {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.testimonial-two__client-img {
	position: relative;
	display: block;
	max-width: 78px;
}

.testimonial-two__client-img img,
.elementor .testimonial-two__client-img img {
	width: 100%;
	border-radius: 50%;
}

.testimonial-two__client-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 33px;
	height: 33px;
	background-color: #3960cb;
	border-radius: 50%;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

.testimonial-two__client-icon span {
	font-size: 16px;
	color: var(--airslv-white);
}

.testimonial-two__client-info {
	position: relative;
	display: block;
	margin-left: 12px;
	top: 4px;
}

.testimonial-two__client-content {
	position: relative;
	display: block;
}

.testimonial-two__client-name {
	font-size: 20px;
	font-weight: 700;
	color: var(--airslv-black);
	line-height: 27px;
}

.testimonial-two__client-sub-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	color: var(--airslv-black);
	opacity: .80;
}

.testimonial-two__client-review {
	position: relative;
	display: block;
}

.testimonial-two__client-review i {
	font-size: 16px;
	color: var(--airslv-base);
}

.testimonial-two__client-review i+i {
	margin-left: 2px;
}

.testimonial-two__client-text {
	position: relative;
	display: block;
	border: 1px solid #c8c8c8;
	padding: 53px 40px 53px;
	margin-top: 54px;
	z-index: 1;
}

.testimonial-two__client-text:before {
	content: "";
	position: absolute;
	left: 45px;
	top: -1px;
	height: 1px;
	width: 38px;
	background-color: #fff;
}

.testimonial-two__shape-1 {
	position: absolute;
	top: -21px;
	left: 45px;
	height: 21px;
	width: 38px;
}

.testimonial-two__client-text p {
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: var(--airslv-black);
	opacity: .80;
}

.testimonial-two__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -67px;
	left: 0px;
	right: 0;
	text-align: center;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0px 10px;
	background-color: var(--airslv-base);
	padding: 0px;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot:before {
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	content: "";
	border: 1px solid #dbd8d8;
	transform: scale(0);
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

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

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

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

/* Testimonial Three */
.testimonial-three {
	background-color: #f0f0f0;
}

.testimonial-three .testimonial-two__client-text:before {
	background-color: #f0f0f0;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
	position: relative;
	display: block;
	background-color: #1b1b1b;
	padding: 120px 0 90px;
	z-index: 1;
}

.team-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend-mode: overlay;
	z-index: -1;
}

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

.team-two .section-title {
	margin-bottom: 50px;
}

.team-two__left {
	position: relative;
	display: block;
	margin-right: 37px;
}

.team-two .section-title__title {
	color: var(--airslv-white);
}

.team-two__right {
	position: relative;
	display: block;
	margin-left: 20px;
	margin-right: 4px;
}

.team-two__right-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-white);
	opacity: .80;
}

.team-two__all-Member {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.team-two__all-Member-btn {
	position: relative;
	display: block;
	margin-right: 12px;
}

.team-two__all-Member-btn:before {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #a7a7a7;
	content: "";
	transition: all 500ms ease;
}

.team-two__all-Member-btn:hover:before {
	background-color: var(--airslv-base);
}

.team-two__all-Member-btn a {
	font-size: 18px;
	font-weight: 600;
	line-height: 55px;
	color: var(--airslv-white);
	transition: all 500ms ease;
}

.team-two__all-Member-btn a:hover {
	color: var(--airslv-base);
}

.team-two__all-Member-arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background-color: var(--airslv-primary);
	border-radius: 50%;
	transition: all 500ms ease;
}

.team-two__all-Member-arrow a:hover {
	background-color: var(--airslv-base);
}

.team-two__all-Member-arrow i {
	font-size: 16px;
	color: var(--airslv-white);
}

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

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

.team-two__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

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

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

.team-two__img img {
	width: 100%;
}

.team-two__content {
	position: relative;
	display: flex;
	background-color: var(--airslv-white);
	box-shadow: 0px 0px 40px 0px rgba(233, 226, 226, 0.35);
	z-index: 2;
}

.team-two__content-left {
	position: relative;
	display: block;
	background-color: #e9ecf0;
	padding: 30px 25px 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__single:hover .team-two__content-left {
	background-color: var(--airslv-primary);
}

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

.team-two__social-box li+li {
	margin-top: 8px;
}

.team-two__social-box li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background-color: var(--airslv-white);
	border-radius: 50%;
	font-size: 15px;
	color: #433838;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.team-two__social-box li a:hover {
	color: var(--airslv-white);
	background-color: transparent;
}

.team-two__social-box li a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: var(--airslv-base);
	border-radius: 50%;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: -1;
}

.team-two__social-box li a:hover:before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.team-two__content-right {
	position: relative;
	display: block;
	padding: 38px 26px 32px;
}

.team-two__shape-one {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__shape-one img {
	width: auto;
}

.team-two__single:hover .team-two__shape-one {
	opacity: 1;
}

.team-two__shape-two {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__single:hover .team-two__shape-two {
	opacity: 0;
}

.team-two__shape-two img {
	width: auto;
}

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

.team-two__sub-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: var(--airslv-base);
}

.team-two__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 37px;
}

.team-two__title a {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-two__title a:hover {
	color: var(--airslv-base);
}

.team-two__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 18px;
	font-family: var(--airslv-font-two);
}

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

.blog-two .section-title {
	margin-bottom: 52px;
}

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

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

.blog-two__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	filter: grayscale(1);
}

.blog-two__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--airslv-black-rgb), 0.3);
	transform: scale(1, 0);
	transition: transform 500ms ease;
	transform-origin: top center;
	z-index: 1;
}

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

.blog-two__img img {
	width: 100%;
	transform: scale(1);
	transition: transform 500ms ease;
}

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

.blog-two__date {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-two__date {
	height: 69px;
	width: 54px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-color: var(--airslv-base);
	border-radius: 2px;
	z-index: 2;
	bottom: -5px;
	left: 22px;
}

.blog-two__date span {
	font-size: 26px;
	line-height: 25.6px;
	font-weight: 500;
	color: var(--airslv-white);
}

.blog-two__date p {
	font-size: 13px;
	font-weight: 400;
	line-height: 18.6px;
	color: var(--airslv-white);
	margin-top: 2px;
}

.blog-two__content {
	position: relative;
	display: block;
	background-color: var(--airslv-white);
	box-shadow: 0px 0px 40px 0px rgba(233, 226, 226, 0.35);
}

.blog-two__meta-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #13121d;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.blog-two__meta {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-two__tag {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #13121d;
	padding: 0 17px 0;
}

.blog-two__tag p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: var(--airslv-white);
}

.blog-two__meta-box-two {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 17px;
}

.blog-two__meta .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-two__meta .icon a {
	font-size: 14px;
	position: relative;
	font-weight: 400;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 25.6px;
	display: flex;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__meta a:hover {
	color: var(--airslv-base);
}

.blog-two__meta .icon a i {
	font-size: 22px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
}

.blog-two__meta-btn {
	position: relative;
	display: block;
	margin-right: 2px;
}

.blog-two__meta-btn a {
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	color: var(--airslv-black);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 20px 18px 24px;
	background-color: #f1f3f7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__meta-btn a:hover {
	background-color: #1e6dfb;
	color: var(--airslv-white);
}

.blog-two__meta-btn a i {
	font-size: 12px;
	color: var(--airslv-black);
	margin-left: 9px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__meta-btn a:hover i {
	color: var(--airslv-white);
}

.blog-two__title-box {
	position: relative;
	display: block;
	padding: 18px 20px 47px;
}

.blog-two__title {
	position: relative;
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 34px;
}

.blog-two__title a {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__title a:hover {
	color: var(--airslv-base);
}

.blog-two__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 19px;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	background-color: #faf5f5;
	z-index: 1;
}

.services-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	mix-blend-mode: overlay;
	z-index: -1;
}

.services-three .section-title {
	margin-bottom: 53px;
}

.services-three__single {
	position: relative;
	display: block;
	background-color: white;
	box-shadow: 0px 0px 38px 0px rgba(212, 209, 209, 0.5);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 42px;
	margin-bottom: 30px;
}

.services-three__details-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.services-three__icon {
	position: relative;
	height: 94px;
	width: 80px;
	background-color: var(--airslv-black);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-top-right-radius: 8px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon {
	background-color: var(--airslv-base);
}

.services-three__icon span {
	font-size: 41px;
	color: var(--airslv-white);
}

.services-three__read-more {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.services-three__read-more a {
	position: relative;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	background-color: #e8ecf6;
	padding-top: 13px;
	padding-bottom: 14px;
	padding-left: 52px;
	padding-right: 20px;
	font-size: 16px;
	font-weight: 500;
	color: var(--airslv-black);
	border-top-right-radius: 8px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__read-more a:hover {
	color: var(--airslv-base);
}

.services-three__read-more a i {
	width: 37px;
	height: 37px;
	background-color: var(--airslv-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--airslv-white);
	margin-left: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__read-more a i:hover {
	background-color: var(--airslv-base);
}

.services-three__content {
	position: relative;
	display: block;
	margin-top: 27px;
}

.services-three__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 55px;
}

.services-three__title a {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__title a:hover {
	color: var(--airslv-base);
}

.services-three__text {
	font-size: 16px;
	font-weight: 400;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 31px;
}

/*--------------------------------------------------------------
# Expect Three
--------------------------------------------------------------*/
.expect-three {
	position: relative;
	display: block;
	background-color: #171616;
	padding: 105px 0 113px;
	overflow: hidden;
	z-index: 1;
}

.expect-three__shape-1 {
	position: absolute;
	top: 180px;
	left: 0;
}

.expect-three__shape-1 img {
	width: auto;
}

.expect-three__shape-2 {
	position: absolute;
	top: 50px;
	right: 0;
}

.expect-three__shape-2 img {
	width: auto;
}

.expect-three__shape-3 {
	position: absolute;
	bottom: -635px;
	right: 130px;
}

.expect-three__shape-3 img {
	width: auto;
}

.expect-three__left {
	position: relative;
	display: block;
	margin-right: 73px;
}

.expect-three__content-box {
	position: relative;
	display: block;
}

.expect-three__title {
	font-size: 65px;
	font-weight: 700;
	line-height: 75px;
	color: var(--airslv-white);
}

.expect-three__points {
	position: relative;
	display: block;
	margin-top: 68px;
}

.expect-three__points li {
	position: relative;
	display: flex;
}

.expect-three__points li+li {
	margin-top: 47px;
}

.expect-three__icon span {
	position: relative;
	display: inline-block;
	font-size: 67px;
	color: #fff2f2;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.expect-three__points li:hover .expect-three__icon span {
	transform: scale(0.9);
}

.expect-three__content {
	position: relative;
	display: block;
	margin-left: 34px;
}

.expect-three__content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fdfdfd;
}

.expect-three__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--airslv-white);
	opacity: .80;
	padding-top: 17px;
}

.expect-three__right {
	position: relative;
	display: block;
	margin-right: 68px;
	margin-left: 26px;
	margin-top: 50px;
}

.expect-three__right-points {
	position: relative;
	display: flex;
}

.expect-three__right-icon span {
	position: relative;
	display: inline-block;
	font-size: 67px;
	color: #fff2f2;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.expect-three__right-points:hover .expect-three__right-icon span {
	transform: scale(0.9);
}

.expect-three__right-content {
	position: relative;
	display: block;
	margin-left: 34px;
}

.expect-three__right-content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fdfdfd;
}

.expect-three__right-content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--airslv-white);
	opacity: .80;
	padding-top: 17px;
}

.expect-three__quality {
	position: relative;
	display: flex;
	background-color: var(--airslv-primary);
	padding: 32px 21px 20px;
	max-width: 580px;
	width: 100%;
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
	border-bottom-left-radius: 19px;
	margin-top: 57px;
}

.expect-three__quality-two {
	margin-top: 50px;
}

.expect-three__quality-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background-color: var(--airslv-base);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.expect-three__quality:hover .expect-three__quality-icon {
	background-color: var(--airslv-black);
}

.expect-three__quality-icon span {
	position: relative;
	display: inline-block;
	font-size: 49px;
	color: var(--airslv-white);
	transition: all 500ms linear;
	transition-delay: 0.1s;
	transform: scale(1);
}

.expect-three__quality:hover .expect-three__quality-icon span {
	transform: scale(0.9);
}

.expect-three__quality-text {
	position: relative;
	display: block;
	margin-left: 23px;
}

.expect-three__quality-text p {
	font-size: 16px;
	font-weight: 600;
	color: var(--airslv-white);
	opacity: .70;
	line-height: 30px;
}

.expect-three__quality-text h3 {
	font-size: 28px;
	font-weight: 600;
	color: var(--airslv-white);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding: 131px 0 157px;
	background-color: #1f1f1f;
	overflow: hidden;
	z-index: 1;
}

.page-header-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	mix-blend-mode: overlay;
	z-index: -1;
}

.page-header__shape-1 {
	position: absolute;
	top: 90px;
	left: 0;
}

.page-header__shape-1 img {
	width: auto;
}

.page-header__shape-2 {
	position: absolute;
	top: -140px;
	right: -30px;
}

.page-header__shape-2 img {
	width: auto;
}

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

.page-header__inner h2 {
	font-size: 80px;
	color: var(--airslv-white);
	font-weight: 800;
	line-height: 100px;
	margin-bottom: 2px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.thm-breadcrumb {
	position: relative;
	display: block;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li+li {
	margin-left: 45px;
}

.thm-breadcrumb li a {
	position: relative;
	display: inline-block;
	color: var(--airslv-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
	color: var(--airslv-base);
}

.thm-breadcrumb li.current-item {
	color: var(--airslv-base);
}

.thm-breadcrumb li:before {
	position: absolute;
	height: 3px;
	width: 14px;
	background-color: var(--airslv-base);
	content: "";
	top: 17px;
	left: -24px;
}

.thm-breadcrumb li:after {
	position: absolute;
	height: 3px;
	width: 16px;
	background-color: var(--airslv-primary);
	content: "";
	top: 17px;
	left: -40px;
}

.thm-breadcrumb li:first-child:before,
.thm-breadcrumb li:first-child:after {
	display: none;
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

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

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

.blog-list__single {
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.blog-list__img-box {
	position: relative;
	display: block;
	line-height: 1;
	margin-bottom: -3px;
}

.blog-list__img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 1;
}

.blog-list__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--airslv-black-rgb), 0.3);
	transform: scale(1, 0);
	transition: transform 500ms ease;
	transform-origin: top center;
	z-index: 1;
	pointer-events: none;
}

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

.blog-list__img img {
	transform: scale(1);
	transition: transform 500ms ease;
	filter: grayscale(1);
}

.blog-list__single:hover .blog-list__img img {
	transform: scale(1.05);
}

.blog-list__date {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-list__date {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-color: var(--airslv-base);
	border-radius: 2px;
	z-index: 2;
	bottom: 2px;
	left: 22px;
	padding: 5px 10px;
}

.blog-list__date span {
	font-size: 26px;
	line-height: 25.6px;
	font-weight: 500;
	color: var(--airslv-white);
}

.blog-list__date p {
	font-size: 13px;
	font-weight: 400;
	line-height: 18.6px;
	color: var(--airslv-white);
	margin-top: 2px;
}

.blog-list__content {
	position: relative;
	display: block;
	background-color: var(--airslv-white);
	box-shadow: 0px 0px 40px 0px rgba(233, 226, 226, 0.35);
}

.blog-list__meta-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #13121d;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 2px;
}

.blog-list__meta {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-list__tag {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #13121d;
	padding: 0 17px 0;
}

.blog-list__tag p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24.6px;
	color: var(--airslv-white);
	text-transform: capitalize;
}

.blog-list__meta-box-two {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.blog-list__meta-box-two .user {
	position: relative;
	display: block;
}

.blog-list__meta-box-two .user .byline {
	display: flex;
	align-items: center;
}

.blog-list__meta-box-two .user .byline i {
	font-size: 21px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
}

.blog-list__meta-box-two .comment-box .comments-link {
	display: flex;
	align-items: center;
}

.blog-list__meta-box-two .comment-box .comments-link i {
	position: relative;
	font-size: 24px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
	top: 2px;
}

.blog-list__meta-box-two .user a {
	font-size: 14px;
	position: relative;
	font-weight: 600;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 25.6px;
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform: capitalize;
}

.blog-list__meta-box-two .user a:hover {
	color: var(--airslv-base);
}

.blog-list__meta-box-two .user a i {
	font-size: 21px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
}

.blog-list__meta-box-two .comment-box {
	position: relative;
	display: block;
	margin-left: 18px;
}

.blog-list__meta-box-two .comment-box a {
	font-size: 14px;
	position: relative;
	font-weight: 600;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 25.6px;
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: var(--airslv-font) !important;
}

.blog-list__meta-box-two .comment-box a:hover {
	color: var(--airslv-base);
}

.blog-list__meta-box-two .comment-box a i {
	position: relative;
	font-size: 24px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
	top: 2px;
}

.blog-list__meta-btn {
	position: relative;
	display: block;
}

.blog-list__meta-btn a {
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	color: var(--airslv-black);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 20px 18px 24px;
	background-color: #f1f3f7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-list__meta-btn a:hover {
	background-color: #1e6dfb;
	color: var(--airslv-white);
}

.blog-list__meta-btn a i {
	font-size: 12px;
	color: var(--airslv-black);
	margin-left: 9px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-list__meta-btn a:hover i {
	color: var(--airslv-white);
}

.blog-list__title-box {
	position: relative;
	display: block;
	padding: 37px 20px 25px;
}

.blog-list__title {
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.blog-list__title a {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-list__title a b {
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-list__title a:hover {
	color: var(--airslv-base);
}

.blog-list__title a:hover b {
	color: var(--airslv-base);
}

.blog-list__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 17px;
}

.blog-page__pagination {
	position: relative;
	display: block;
	padding: 12px 0 0px;
}

.blog-page__pagination .pg-pagination li {
	display: inline-block;
	margin-right: 6px;
}

.blog-page__pagination .pg-pagination li:last-child {
	margin-right: 0;
}

.blog-page__pagination .pg-pagination li a {
	height: 50px;
	width: 60px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	color: #433838;
	background-color: #faf6f6;
	border-top-right-radius: 7px;
	font-weight: 500;
	font-size: 16px;
	font-family: var(--airslv-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
	background-color: var(--airslv-primary);
	color: var(--airslv-white);
}

.wp-pagination a,
.wp-pagination span {
	height: 50px;
	width: 60px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 5px;
	margin-right: 5px;
	display: inline-block;
	color: #433838;
	background-color: #f5f8fe;
	border-top-right-radius: 7px;
	font-weight: 500;
	font-size: 16px;
	font-family: var(--airslv-font-two);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.wp-pagination a.current,
.wp-pagination span.current {
	background-color: var(--airslv-base);
	color: var(--airslv-white);
}

.wp-pagination a:hover,
.wp-pagination span:hover {
	background-color: var(--airslv-base);
	color: var(--airslv-white);
}

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

.sidebar__search {
	position: relative;
	display: block;
	padding: 35px 30px 35px;
	background-color: #f5f8fe;
	z-index: 1;
}

.sidebar__search-form {
	position: relative;
	display: block;
}

.sidebar__search-form:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 1;
}

.sidebar__search-form input[type="search"] {
	display: block;
	outline: none;
	background-color: #f5f8fe;
	color: #25242e;
	opacity: .80;
	font-size: 16px;
	font-weight: 400;
	padding-left: 25px;
	height: 70px;
	width: 100%;
	padding-right: 60px;
	border: 1px solid #e7e7e7;
}

.sidebar__search-form button[type="submit"] {
	color: var(--airslv-black);
	font-size: 19px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 50px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__single+.sidebar__single {
	margin-top: 40px;
}

.sidebar__category {
	position: relative;
	display: block;
	background-color: #f5f8fe;
	padding: 44px 30px 50px;
	z-index: 1;
}

.sidebar__title {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: var(--airslv-black);
	margin-left: 42px;
}

.sidebar__title:before {
	position: absolute;
	height: 3px;
	width: 19px;
	background-color: var(--airslv-base);
	content: "";
	top: 17px;
	left: -23px;
}

.sidebar__title:after {
	position: absolute;
	height: 3px;
	width: 12px;
	background-color: var(--airslv-primary);
	content: "";
	top: 17px;
	left: -35px;
}

.sidebar__category-list {
	position: relative;
	display: block;
	margin-top: 30px;
}

.sidebar__category-list li {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #e7e7e7;
}

.sidebar__category-list li+li {
	margin-top: 19px;
}

.sidebar__category-list li:before {
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	height: 1px;
	background-color: var(--airslv-primary);
	content: "";
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__category-list li:hover:before,
.sidebar__category-list li.active:before {
	opacity: 1;
}

.sidebar__category-list li a {
	font-size: 16px;
	font-weight: 600;
	color: var(--airslv-black);
	margin-left: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 9px 15px 11px;
}

.sidebar__category-list li:hover a,
.sidebar__category-list li.current-menu-item a {
	color: var(--airslv-primary);
}

.sidebar__category-list li a i {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	font-size: 16px;
	background-color: #e6e8ec;
	border-radius: 50%;
	color: var(--airslv-black);
	margin-right: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__category-list li:hover a i,
.sidebar__category-list li.current-menu-item a i {
	background-color: var(--airslv-primary);
	color: var(--airslv-white);
}

.sidebar__post {
	position: relative;
	display: block;
	background-color: #f5f8fe;
	padding-top: 48px;
	padding-left: 35px;
	padding-right: 23px;
	padding-bottom: 20px;
	z-index: 1;
}

.sidebar__post-list {
	margin-top: 24px;
}

.sidebar__post-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-list li {
	border-bottom: 1px solid #e2e4e3;
	padding-bottom: 23px;
	margin-bottom: 25px;
}

.sidebar__post-image {
	margin-right: 24px;
}

.sidebar__post-image>img {
	width: 83px;
}

.sidebar__post-content {
	position: relative;
	display: block;
	top: -3px;
}

.sidebar__post-content h3 {
	font-size: 18px;
	margin: 0;
	line-height: 29px;
}

.sidebar__post-content h3 a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: var(--airslv-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: 4px;
}

.sidebar__post-list li .sidebar__post-content h3 a:hover {
	color: var(--airslv-primary);
}

.sidebar__post-content-meta {
	font-size: 14px;
	font-weight: 400;
	color: var(--airslv-black);
	opacity: .80;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: var(--airslv-font);
}

.sidebar__post-content-meta i {
	color: var(--airslv-base);
	font-size: 19px;
	padding-right: 3px;
	position: relative;
	top: 3px;
}

.sidebar__cetagory-two {
	position: relative;
	display: block;
	padding: 37px 23px 50px 23px;
	background-color: #f5f8fe;
}

.sidebar__cetagory-two .sidebar__title {
	margin-bottom: 20px;
}

.sidebar__cetagory-list a {
	font-size: 15px;
	color: var(--airslv-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1px solid #e7e7e7;
	display: inline-block;
	padding: 0 13px 0 13px;
	margin-left: 7px;
	font-weight: 500;
	line-height: 30px;
}

.sidebar__cetagory-list a+a {
	margin-left: 7px;
	margin-top: 10px;
}

.sidebar__cetagory-list a:hover {
	color: var(--airslv-white);
	background-color: var(--airslv-base);
	border: 1px solid var(--airslv-base);
}

.sidebar__call-box {
	position: relative;
	display: block;
	padding: 55px 40px 60px;
	background-color: #af2026;
	z-index: 1;
	border-radius: 3px;
}

.sidebar__call-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: overlay;
	border-radius: 3px;
	z-index: -1;
}

.sideber__call-content {
	position: relative;
	display: block;
}

.sideber__call-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	color: var(--airslv-white);
}

.sideber__call-number {
	position: relative;
	display: block;
	margin-top: 7px;
	margin-bottom: 56px;
}

.sideber__call-number p {
	color: var(--airslv-white);
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

.sideber__call-number h3 {
	font-size: 26px;
	font-weight: 600;
}

.sideber__call-number a {
	color: var(--airslv-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sideber__call-button {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}

.sideber__call-button-shape {
	position: absolute;
	bottom: -23px;
	left: -15px;
	border-radius: 50%;
	background-color: var(--airslv-primary);
	width: 79px;
	height: 79px;
	z-index: -1;
}

.sideber__call-button a {
	font-size: 16px;
	font-weight: 700;
	color: var(--airslv-white);
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sideber__call-button a:before {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 21px;
	right: 0;
	height: 1px;
	background-color: #8b8a95;
}

.sideber__call-button a i {
	position: relative;
	display: inline-block;
	top: 1px;
	margin-right: 5px;
}

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

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

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

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

.blog-details__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

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

.blog-details__img img {
	transform: scale(1);
	transition: transform 500ms ease;
	filter: grayscale(1);
}

.blog-details__inner:hover .blog-details__img img {
	transform: scale(1.05);
}

.blog-details__date {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-details__date {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-color: var(--airslv-base);
	border-radius: 2px;
	z-index: 2;
	bottom: -1px;
	left: 20px;
	padding: 5px 10px;
}

.blog-details__date span {
	font-size: 26px;
	line-height: 25.6px;
	font-weight: 500;
	color: var(--airslv-white);
}

.blog-details__date p {
	font-size: 13px;
	font-weight: 400;
	line-height: 18.6px;
	color: var(--airslv-white);
	margin-top: 2px;
}

.blog-details__meta-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #13121d;
	padding: 20px;
}

.blog-details__meta {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-details__tag {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #13121d;
	padding: 0 17px 0;
}

.blog-details__tag p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24.6px;
	color: var(--airslv-white);
	text-transform: capitalize;
}

.blog-details__meta-box-two {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.blog-details__meta-box-two .user {
	position: relative;
	display: block;
}

.blog-details__meta-box-two .user .byline {
	display: flex;
	align-items: center;
}

.blog-details__meta-box-two .user .byline i {
	font-size: 21px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
}

.blog-details__meta-box-two .user a {
	font-size: 14px;
	position: relative;
	font-weight: 600;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 25.6px;
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform: capitalize;
}

.blog-details__meta-box-two .user a:hover {
	color: var(--airslv-base);
}

.blog-details__meta-box-two .user a i {
	font-size: 21px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
}

.blog-details__meta-box-two .comment-box {
	position: relative;
	display: block;
	margin-left: 18px;
}

.blog-details__meta-box-two .comment-box .comments-link {
	display: flex;
	align-items: center;
}

.blog-details__meta-box-two .comment-box .comments-link i {
	position: relative;
	font-size: 24px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
	top: 2px;
}

.blog-details__meta-box-two .comment-box a {
	font-size: 14px;
	position: relative;
	font-weight: 600;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 25.6px;
	display: flex;
	align-items: center;
	font-family: var(--airslv-font) !important;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__meta-box-two .comment-box a:hover {
	color: var(--airslv-base);
}

.blog-details__meta-box-two .comment-box a i {
	font-size: 24px;
	color: var(--airslv-black);
	opacity: .80;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.blog-details__meta-btn {
	position: relative;
	display: block;
}

.blog-details__meta-btn a {
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	color: var(--airslv-black);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 20px 18px 14px;
	background-color: #f0eae8;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__meta-btn a:hover {
	background-color: #1e6dfb;
	color: var(--airslv-white);
}

.blog-details__meta-btn a i {
	font-size: 25px;
	color: var(--airslv-black);
	margin-left: 9px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-details__meta-btn a:hover i {
	color: var(--airslv-white);
}

.blog-details__title-one {
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	color: var(--airslv-black);
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-details__text-one {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
}

.blog-details__text-two {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 24px;
	margin-bottom: 29px;
}

.blog-details__text-three {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 15px;
}

.blog-details__title-two {
	font-size: 28px;
	font-weight: 700;
	line-height: 50px;
	color: var(--airslv-black);
}

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

.blog-details__factors-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 50px;
}

.blog-details__sub-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 15px;
}

.blog-details__factors-points {
	position: relative;
	display: block;
	margin-top: 25px;
}

.blog-details__factors-points li {
	position: relative;
	display: flex;
	align-items: center;
}

.blog-details__factors-points li+li {
	margin-top: 20px;
}

.blog-details__factors-icon {
	position: relative;
	display: flex;
	background-color: #f1f3f7;
	transform: rotate(90deg);
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
}

.blog-details__factors-icon span {
	font-size: 18px;
	color: #d97069;
}

.blog-details__factors-text {
	position: relative;
	display: block;
	margin-left: 19px;
}

.blog-details__factors-text p {
	font-size: 16px;
	font-weight: 400;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 31px;
}

.blog-details__quote {
	position: relative;
	display: flex;
	margin-top: 70px;
}

.blog-details__quote-left {
	position: relative;
	display: block;
}

.blog-detail__quote-img {
	position: relative;
	display: block;
}

.blog-detail__quote-img img {
	width: auto;
}

.blog-details__quote-right {
	position: relative;
	display: block;
	top: -8px;
}

.blog-details__quote-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
}

.blog-details__admin-details-box {
	position: relative;
	display: block;
	margin-top: 40px;
	padding-left: 21px;
}

.blog-details__admin-details-box:before {
	position: absolute;
	top: 8px;
	bottom: 5px;
	width: 1px;
	background-color: var(--airslv-base);
	content: "";
	left: 0;
}

.blog-details__admin-text {
	font-size: 18px;
	font-weight: 500;
	color: var(--airslv-black);
	opacity: .80;
	line-height: 32px;
}

.blog-details__admin-details {
	position: relative;
	display: block;
	margin-top: 21px;
}

.blog-details__quote-left {
	position: relative;
	display: block;
	margin-right: 40px;
}

.blog-details__admin-details p {
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	color: var(--airslv-black);
	opacity: .80;
}

.blog-single__tags-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
	border-bottom: 1px solid #f1f3f7;
}

.blog-details__tags {
	position: relative;
	display: block;
	padding-bottom: 20px;
}

.blog-details__tags span {
	font-size: 20px;
	font-weight: 700;
	color: var(--airslv-black);
}

.blog-details__tags p {
	font-size: 20px;
	font-weight: 700;
	color: var(--airslv-black);
}

.blog-details__tags-list {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.blog-details__tags a {
	font-size: 15px;
	font-weight: 500;
	color: var(--airslv-black);
	padding: 0 15px 0;
	line-height: 30px;
	border: 1px solid #e7e7e7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
	text-transform: capitalize;
}

.blog-details__tags-list a+a {
	margin-left: 10px;
}

.blog-details__tags a:hover {
	background-color: var(--airslv-base);
	border: 1px solid var(--airslv-base);
	color: var(--airslv-white);
}

.blog-details__tags.tags-links a {
	padding: 0;
	border: 0;
}

.blog-details__tags.tags-links a:not(:last-of-type)::after {
	content: ',';
}

.blog-details__tags.tags-links a:hover {
	background-color: transparent;
	border: 0;
	color: var(--airslv-base);
}

.back-news {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
	margin-top: 43px;
	margin-bottom: 53px;
}

.back-news__left {
	position: relative;
	display: flex;
	align-items: center;
}

.back-news__left:before {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 0;
	height: 1px;
	width: 265px;
	background-color: #63564f;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.back-news__left:hover:before {
	background-color: var(--airslv-primary);
}

.back-news__arrow {
	position: relative;
	display: block;
}

.back-news__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--airslv-black);
	width: 33px;
	height: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.back-news__left:hover .back-news__arrow a {
	color: var(--airslv-white);
}

.back-news__arrow a:before {
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: 0;
	right: 0;
	content: "";
	background-color: #f6f6f6;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.back-news__left:hover .back-news__arrow a:before {
	background-color: var(--airslv-primary);
}

.back-news__content {
	margin-left: 20px;
}

.back-news__content p {
	font-size: 20px;
	color: var(--airslv-black);
	font-weight: 600;
	line-height: 34px;
}

.back-news__right {
	position: relative;
	display: flex;
	align-items: center;
}

.back-news__right:before {
	content: "";
	position: absolute;
	bottom: -27px;
	right: 0;
	height: 1px;
	width: 280px;
	background-color: #63564f;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.back-news__right:hover:before {
	background-color: var(--airslv-primary);
}

.back-news__right:hover .back-news__arrow a {
	color: var(--airslv-white);
}

.back-news__right .back-news__content {
	margin-left: 0;
	margin-right: 20px;
}

.back-news__right .back-news__arrow a:before {
	background-color: #f6f6f6;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.back-news__right:hover .back-news__arrow a:before {
	background-color: var(--airslv-primary);
}

.comment-one {
	position: relative;
	display: block;
	background-color: #f6f6f6;
	padding: 60px 30px;
	padding-top: 55px;
}

.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--airslv-black);
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: 700;
}

.comment-one__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 30px;
	margin-bottom: 36px;
}

.comment-one__single--two {
	margin-left: 60px;
}

.comment-one__content {
	position: relative;
	margin-left: 20px;
	top: -4px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--airslv-black);
	margin-bottom: 14px;
	font-weight: 700;
}

.comment-one__content p {
	font-size: 16px;
	line-height: 32px;
	opacity: .80;
	margin: 0;
}

.comment-one__btn-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 9px;
}

.comment-one__date span {
	display: block;
	font-size: 14px;
	color: var(--airslv-black);
	font-weight: 500;
}

.comment-one__date {
	position: relative;
	display: block;
	margin-right: 10px;
}

.comment-one__btn a {
	padding: 3px 8px;
	background-color: var(--airslv-base);
	font-size: 12px;
	color: var(--airslv-white);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.comment-one__btn a:hover {
	background-color: var(--airslv-primary);
}

.comment-one__image {
	position: relative;
	display: block;
	border-radius: 50%;
}

.comment-one__image img {
	border-radius: 50%;
}

.comment-form {
	padding-top: 13px;
}

.comment-form .comment-form__title {
	margin-bottom: 23px;
}

.comment-one__form .row {
	--bs-gutter-x: 20px;
}

.comment-form__input-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
	background-color: var(--airslv-white);
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
	height: 70px;
	width: 100%;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
	font-size: 14px;
	color: var(--airslv-black);
	opacity: .60;
	display: block;
	border-radius: 3px;
}

.comment-form__input-box textarea {
	font-size: 14px;
	color: var(--airslv-black);
	height: 215px;
	opacity: .60;
	width: 100%;
	padding: 15px 30px 30px;
	border: none;
	outline: none;
	margin-bottom: 0px;
	border-radius: 3px;
}

.comment-form__btn-box {
	position: relative;
	display: block;
}

.comment-form__btn {
	position: relative;
	display: block;
	border: none;
	font-size: 16px;
	color: var(--airslv-white);
	background-color: var(--airslv-base);
	width: 100%;
	font-weight: 500;
	padding: 10px 0;
	line-height: 34px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.comment-form__btn:hover {
	background-color: var(--airslv-primary);
	color: var(--airslv-white);
}

.comment-form__input-box.text-message-box {
	height: 215px;
}

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

.project-details__sideber {
	position: relative;
	display: block;
	margin-right: 10px;
}

.project-details__top {
	position: relative;
	display: block;
	margin-bottom: 80px;
}

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

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

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

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

.project-details__sidebar-single+.project-details__sidebar-single {
	margin-top: 40px;
}

.project-details__sidebar {
	position: relative;
	display: block;
	margin-right: 10px;
}

.project-details__details-box {
	position: relative;
	display: block;
	background-color: #f5f8fe;
	padding: 48px 43px 50px 30px;
	margin-bottom: 40px;
	z-index: 1;
}

.project-details__details-box:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: var(--airslv-primary);
	content: "";
	z-index: -1;
}

.project-details__title {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 8px;
}

.project-details__title:before {
	position: absolute;
	top: 5px;
	left: -8px;
	width: 5px;
	height: 19px;
	background-color: var(--airslv-base);
	content: "";
}

.project-details__list {
	position: relative;
	display: block;
	margin-top: 40px;
}

.project-details__list li {
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 26px;
	padding-bottom: 25px;
}

.project-details__list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.project-details__list .icon {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 35px;
	color: #433838;
}

.icon-chevron {
	transform: rotate(90deg);
}

.project-details__list .content {
	margin-left: 15px;
}

.project-details__list .content span {
	font-size: 16px;
	font-weight: 500;
	color: var(--airslv-black);
	opacity: .70;
	display: block;
	line-height: 20px;
}

.project-details__list .content p {
	font-size: 20px;
	font-weight: 500;
	color: var(--airslv-black);
	line-height: 25px;
	padding-top: 6px;
}

.project-details__right {
	position: relative;
	display: block;
	margin-top: -15px;
}

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

.project-details__right .title-one {
	font-size: 50px;
	font-weight: 700;
	line-height: 64px;
	margin-bottom: 29px;
}

.project-details__right .text {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
}

.project-details__right .title-two {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 37px;
	margin-bottom: 18px;
}

.cooling-services {
	position: relative;
	display: flex;
	margin-top: 64px;
}

.cooling-services__content {
	position: relative;
	display: block;
	margin-top: -4px;
}

.cooling-services__title {
	font-size: 28px;
	font-weight: 700;
}

.cooling-services__text {
	line-height: 31px;
	margin-top: 17px;
	margin-bottom: 32px;
}

.cooling-services__points {
	position: relative;
	display: block;
	margin-left: 33px;
}

.cooling-services__points li {
	position: relative;
	display: block;
}

.cooling-services__points li+li {
	margin-top: 15px;
}

.cooling-services__points li p {
	font-size: 16px;
	font-weight: 400;
	color: var(--airslv-black);
	opacity: .80;
}

.cooling-services__points li p:before {
	position: absolute;
	left: -27px;
	top: 16px;
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--airslv-base);
	border-radius: 50%;
	z-index: 1;
}

.cooling-services__points li p:after {
	position: absolute;
	left: -35px;
	top: 8px;
	content: "";
	width: 24px;
	height: 24px;
	background-color: #e9e9e9;
	border-radius: 50%;
}

.cooling-services__img {
	position: relative;
	display: block;
}

.cooling-services__img img {
	width: auto;
}

.project-details__challenges {
	position: relative;
	display: block;
	background-color: #f8f8f8;
	padding: 43px 30px 50px;
	margin-top: 50px;
	border-bottom: 1px solid var(--airslv-primary);
}

.project-details__challenges-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 35px;
}

.project-details__challenges-content-box {
	position: relative;
	display: flex;
	align-items: center;
}

.clallenges-box__left {
	position: relative;
	display: block;
}

.clallenges-box__left--two {
	margin-left: 14px;
}

.challenges-box__left-content {
	position: relative;
	display: flex;
}

.challenges-box__left-content .icon {
	margin-right: 5px;
}

.challenges-box__left-content .icon span {
	font-size: 19px;
	color: #433838;
}

.challenges-box__left-content .tagline p {
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	color: var(--airslv-primary);
	margin-bottom: 8px;
}

.challenges-box__left-text {
	font-size: 16px;
	font-weight: 400;
	color: var(--airslv-black);
	opacity: .80;
	margin-left: 20px;
}

.project-details__result {
	position: relative;
	display: block;
	margin-top: 40px;
}

.project-details__result-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 64px;
}

.project-details__result-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 2px;
	margin-bottom: 37px;
}

.project-details__ac-repaires-box {
	position: relative;
	display: block;
	border: 1px solid #13121d;
	padding: 28px 28px 30px 26px;
}

.project-details__ac-repairs {
	position: relative;
	display: flex;
	align-items: center;
}

.project-details__ac-repairs .icon {
	position: relative;
	display: block;
	margin-right: 16px;
}

.project-details__ac-repairs .icon span {
	font-size: 36px;
	color: var(--airslv-white);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background-color: var(--airslv-primary);
	border-radius: 50%;
}

.project-details__ac-repairs .title h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
}

.project-details__ac-repairs-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: var(--airslv-black);
	opacity: .80;
	margin-top: 25px;
}

.project-details__ac-repaires-box+.project-details__ac-repaires-box {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
	position: relative;
	display: block;
	padding: 120px 0 109px;
}

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

.service-details__brochures-box {
	position: relative;
	display: block;
	background-color: #f5f8fe;
	padding: 44px 30px 45px;
	z-index: 1;
}

.service-details__brochures-list {
	margin: 0;
	margin-top: 30px;
}

.service-details__brochures-list li:not(:last-child) {
	margin-bottom: 20px;
}

.service-details__brochures-list li a {
	color: var(--airslv-black);
	font-size: 18px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	padding: 11px 15px 11px;
	border: 1px solid #e7e7e7;
	display: flex;
	align-items: center;
}

.service-details__brochures-list li:hover a {
	color: var(--airslv-base);
}

.service-details__brochures-list li a i {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: 36px;
	background-color: var(--airslv-primary);
	border-radius: 50%;
	color: var(--airslv-white);
	font-size: 20px;
	margin-right: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-details__brochures-list li:hover a i {
	background-color: var(--airslv-base);
}

.service-details__brochures-list li a span {
	font-size: 14px;
	font-weight: 400;
	color: var(--airslv-black);
	opacity: .70;
	padding-left: 7px;
	position: relative;
	top: 2px;
}

.service-details__slide {
	position: relative;
	display: block;
	background-color: white;
	box-shadow: 0px 0px 38px 0px rgba(212, 209, 209, 0.5);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 42px;
	margin-bottom: 30px;
}

.service-details__slide .services-three__single {
	box-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.service-details__slide .services-three__icon {
	background-color: var(--airslv-base);
}

.service-details__slide .services-three__single:hover .services-three__icon {
	background-color: var(--airslv-primary);
}

.service-details__slide .services-three__read-more a i {
	background-color: var(--airslv-base);
}

.service-details__slide .services-three__read-more a:hover i {
	background-color: var(--airslv-primary);
}

.service-details__slide-carousel {
	position: relative;
	display: block;
}

.service-details__slide-carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -82px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.service-details__slide-carousel.owl-carousel .owl-dot.active {
	background-color: transparent;
}

.service-details__slide-carousel.owl-carousel .owl-dots .owl-dot:before {
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	content: "";
	border: 3px solid var(--airslv-primary);
	border-radius: 50%;
	transform: scale(0);
	transition: all 100ms linear;
	transition-delay: 0.1s;
}

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

.service-details__slide-carousel.owl-carousel .owl-dot:focus {
	outline: none;
}

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

.services-details__right {
	position: relative;
	display: block;
}

.services-details__img {
	position: relative;
	display: block;
}

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

.services-details__content-one {
	position: relative;
	display: block;
	margin-top: 42px;
}

.services-details__title {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 23px;
}

.services-details__text-1 {
	font-size: 16px;
	color: var(--airslv-black);
	font-weight: 500;
	opacity: .80;
}

.services-details__text-2 {
	font-size: 16px;
	color: var(--airslv-black);
	font-weight: 500;
	opacity: .80;
	padding-top: 28px;
	padding-bottom: 30px;
}

.services-details__title-2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
}

.services-details__text-3 {
	font-size: 16px;
	color: var(--airslv-black);
	font-weight: 500;
	opacity: .80;
	padding-top: 30px;
	padding-bottom: 30px;
}

.services-details__title-3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 30px;
}

.services-details__text-4 {
	font-size: 16px;
	color: var(--airslv-black);
	font-weight: 500;
	opacity: .80;
}

.service-details__points-box {
	position: relative;
	display: block;
	margin-top: 39px;
	margin-bottom: 19px;
}

.service-details__points-single {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fcf8f8;
	padding: 30px 25px 30px;
	margin-bottom: 30px;
}

.service-details__points-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	width: 65px;
	background-color: var(--airslv-black);
	border-radius: 50%;
}

.service-details__points-icon span {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: var(--airslv-white);
}

.service-details__points-text {
	margin-left: 15px;
}

.service-details__points-text p {
	font-size: 20px;
	color: var(--airslv-black);
	font-weight: 700;
	line-height: 32px;
}

.services-details__text-5 {
	font-size: 16px;
	color: var(--airslv-black);
	font-weight: 500;
	opacity: .80;
}

.services-details__title-4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin-top: 56px;
	margin-bottom: 21px;
}

.services-details__text-6 {
	font-size: 16px;
	color: var(--airslv-black);
	font-weight: 500;
	opacity: .80;
}

.services-details__points-two {
	position: relative;
	display: block;
	margin-top: 38px;
	margin-bottom: 38px;
}

.services-details__points-two li {
	position: relative;
	display: block;
	font-size: 16px;
	color: var(--airslv-black);
	opacity: .80;
	padding-left: 30px;
}

.services-details__points-two li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	height: 15px;
	width: 15px;
	border: 3px solid var(--airslv-primary);
	border-radius: 50%;
}

.services-details__tab-box {
	position: relative;
	display: block;
}

.services-details__tab-box .tab-buttons {
	position: relative;
	display: block;
}

.services-details__tab-box .tab-buttons .tab-btn {
	position: relative;
	display: block;
	float: left;
	max-width: 335px;
	width: 100%;
}

.services-details__tab-box .tab-buttons .tab-btn span {
	position: relative;
	display: block;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	font-size: 18px;
	color: var(--airslv-black);
	padding: 10px 65px 10px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1;
	border: 1px solid #f7f7f7;
}

.services-details__tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--airslv-black);
	border: 1px solid #e8ecf6;
}

.services-details__tab-box .tab-buttons .tab-btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0%;
	content: "";
	background-color: #e8ecf6;
	transition: all 0.3s ease;
	z-index: -1;
}

.services-details__tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}

.services-details__tab-box .tab-buttons .tab-btn span:after {
	content: "\e922";
	font-family: 'icomoon' !important;
	font-weight: normal;
	font-size: 13px;
	color: var(--airslv-white);
	position: absolute;
	top: 50%;
	left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	height: 30px;
	width: 30px;
	background-color: #dbdde2;
	border-radius: 50%;
}

.services-details__tab-box .tab-buttons .tab-btn.active-btn span:after {
	content: "\e91e";
	color: var(--airslv-white);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--airslv-black);
}

.services-details__tab-box .tabs-content {
	position: relative;
	display: block;
	margin-top: 29px;
}

.services-details__tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.services-details__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.services-details__tab-content {
	position: relative;
	display: block;
}

.services-details__tab-text {
	color: var(--airslv-black);
	font-size: 16px;
	opacity: .80;
}

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

/*--------------------------------------------------------------
# Project V-1 Page
--------------------------------------------------------------*/
.project-v-1-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.project-v-1-page .project-one__single {
	margin-bottom: 38px;
}

/*--------------------------------------------------------------
# Project V-2 Page
--------------------------------------------------------------*/
.project-v-2-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Services Modern
--------------------------------------------------------------*/
.services-modern {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Services Classic
--------------------------------------------------------------*/
.services-classic {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	background-color: #faf5f5;
	z-index: 1;
}

/*--------------------------------------------------------------
# Services Classic
--------------------------------------------------------------*/
.testimonial-four {
	padding-top: 0;
}

/*--------------------------------------------------------------
# Technician Page
--------------------------------------------------------------*/
.technician-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Address
--------------------------------------------------------------*/
.address {
	position: relative;
	display: block;
	padding: 120px 0 81px;
}

.address__single {
	position: relative;
	display: block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 60px 0 52px;
	margin-bottom: 30px;
	border-radius: 3px;
}

.address__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85px;
	width: 85px;
	margin: 0 auto;
	border: 1px solid #ececec;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.address__single:hover .address__icon {
	background-color: var(--airslv-base, #f5545a);
	border-color: var(--airslv-base, #f5545a);
}

.address__single:hover .address__icon span {
	color: #fff;
}

.address__icon span {
	position: relative;
	display: inline-block;
	font-size: 38px;
	color: var(--airslv-black);
	transition: all 500ms ease;
}

.address__content {
	position: relative;
	display: block;
	margin-top: 21px;
}

.address__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 13px;
}

.address__phone-email {
	position: relative;
	display: block;
}

.address__phone-email p {
	font-size: 18px;
	color: #504f56;
	line-height: 30px;
	opacity: .88;
}

.address__phone-email p a {
	color: #504f56;
	display: block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.address__phone-email p a:hover {
	color: var(--airslv-primary, #005cff);
}

/*--------------------------------------------------------------
# Contact Form Box
--------------------------------------------------------------*/
.contact-form-box {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.contact-form-box__left {
	position: relative;
	display: block;
	margin-top: -11px;
}

.contact-form__title-box {
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.contact-form__title-box span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #13121d;
	line-height: 18px;
	opacity: .80;
}

.contact-form__title-box h3 {
	font-size: 36px;
	color: var(--airslv-black);
	line-height: 50px;
	font-weight: 700;
	margin-top: 8px;
}

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

.contact-form__input-box {
	position: relative;
	display: block;
	margin-bottom: 46px;
}

.contact-form__input-box p {
	font-size: 15px;
	color: #433838;
	opacity: .70;
	line-height: 20px;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="email"] {
	height: 50px;
	border: 0;
	width: 100%;
	font-size: 16px;
	color: var(--airslv-black);
	border-bottom: 1px solid var(--airslv-black);
	font-weight: 500;
	outline: none;
}

.contact-form__input-box textarea {
	height: 150px;
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--airslv-black);
	color: #433838;
	font-size: 15px;
	outline: none;
	margin-top: -8px;
	font-weight: 500;
}

.contact-form__input-box.text-message-box {
	height: 150px;
}

.contact-form__btn-box {
	position: relative;
	display: block;
}

.contact-form__btn {
	padding: 9px 35px 9px;
	border: none;
	background-color: var(--airslv-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 34px;
}

.contact-form__btn:before {
	left: 0;
}

.contact-form-box__right {
	position: relative;
	display: block;
}

.google-map {
	position: relative;
	display: block;
}

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

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
	position: relative;
	display: block;
	padding: 82px 0 120px;
	background-color: var(--airslv-white);
	z-index: 1;
}

.error-page-shape-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 170px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.error-page__inner {
	position: relative;
	display: block;
	text-align: center;
}

.error-page__title-box {
	position: relative;
	display: block;
	z-index: 2;
}

.error-page__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 265px;
	line-height: 265px;
	font-weight: 800;
	color: var(--airslv-black);
	z-index: 2;
}

.error-page__title .clr-primary {
	color: var(--airslv-primary);
}

.error-page__title .clr-base {
	color: var(--airslv-base);
}

.error-page__tagline {
	font-size: 46px;
	line-height: 46px;
	font-weight: 600;
	color: var(--airslv-black);
	margin-top: 28px;
	margin-bottom: 6px;
}

.error-page__text {
	font-size: 20px;
	color: var(--airslv-black);
	opacity: .80;
	font-weight: 500;
}

.error-page__btn {
	background-color: transparent;
	border: 2px solid var(--airslv-primary);
	color: var(--airslv-primary);
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 11px 60px 11px;
	margin-top: 60px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.error-page__btn:hover {
	color: var(--airslv-white);
	background-color: var(--airslv-primary);
}

.blog-details-content {
	padding-top: 30px;
	overflow: hidden;
}

.no-results {
	padding: 10px 25px 60px;
	background-color: var(--airslv-white);
	box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
}

.no-results .error-page__text {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.blog-list__single.tag-sticky-2:before,
.blog-list__single.sticky:before {
	content: '';
	position: absolute;
	right: 0px;
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--airslv-base, #f5545a);
	z-index: 10;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
	top: 7px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2,
.blog-details__content .wp-block-cover strong {
	color: white;
	line-height: 2em;
}

.blog-details__content .wp-block-cover {
	margin-bottom: 32px;
}

.blog-details-content p {
	line-height: 2em;
	margin-bottom: 1.5em;
}

.blog-details__content .blocks-gallery-caption {
	margin-bottom: 24px;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
	margin-right: 20px;
}

.blog-details__content ol,
.blog-details__content ul {
	margin-left: 8px;
}

.blog-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
	background-color: #f6f4f9;
	border-left: 2px solid var(--airslv-black, #090808);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	border-radius: var(--airslv-bdr-radius);
}

.blog-details__content blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
	content: '\f10d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: 0;
	transform: rotate(180deg);
	font-size: 100px;
	color: var(--airslv-base, #f5545a);
	opacity: 0.4;
	right: 30px;
	line-height: .9em;
	bottom: -25px;
}

.blog-details__content .wp-block-quote.has-text-align-right {
	border-right: 2px solid var(--airslv-black, #090808);
	border-left: 0;
}

.blog-details__content .wp-block-quote.has-text-align-right::before {
	right: auto;
	left: 30px;
	transform: rotateX(-180deg);
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
}

.comments-area h1,
.blog-details__content h1,
.comment-content h2,
.blog-details__content h2,
.comment-content h3,
.blog-details__content h3,
.comment-content h4,
.blog-details__content h4,
.comment-content h5,
.blog-details__content h5,
.comment-content h6,
.blog-details__content h6 {
	margin-bottom: 1rem;
	color: var(--airslv-black, #090808);
}

.wp-block-archives.wp-block-archives-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.wp-block-archives-list li,
.sidebar .widget.widget_archive li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	line-height: 36px;
	font-size: 16px;
	text-transform: capitalize;
	transition: all 0.3s ease;
	z-index: 1;
}

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

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
	margin-bottom: 30px;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: 0.25em;
	border: 1px solid #ddd;
}

.wp-block-calendar table th {
	background: #f5f8fe;
}

.wp-block-calendar table td#today {
	background: #f5f8fe;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
	margin-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
	margin-left: 0;
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
	margin: 0 0 0.5em 0.6em;
}

ol.wp-block-latest-comments {
	margin-left: 0;
}

.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(--airslv-black, #3c3531);
	width: 44px;
	height: 44px;
	color: var(--airslv-white, white);
	margin-right: 20px;
	transition: all 500ms ease;
	position: absolute;
	top: 0;
	left: 0;
}

.wp-block-latest-comments__comment-meta {
	font-size: 18px;
	line-height: 1.889;
	font-weight: 500;
	color: var(--airslv-black, #090808);
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
	position: relative;
	padding-left: 68px;
	min-height: 44px;
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em;
}

.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: #635a5a;
}

.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(--airslv-black, #090808);
	width: 44px;
	height: 44px;
	color: var(--airslv-white, #ffffff);
	transition: all 500ms ease;
	position: absolute;
	top: 5px;
	left: 0;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 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(--airslv-black, #090808);
	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: #f5f8fe;
	color: #635a5a;
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--airslv-font, "Kumbh Sans", sans-serif);
	width: 100%;
	height: 60px;
	border: 1px solid #f5f8fe;
	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(--airslv-black, #090808);
	text-align: center;
	color: var(--airslv-white, #ffffff);
	padding: 0 50px;
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize;
	letter-spacing: .01em;
}

.post .blog-details__content p {
	line-height: 2em;
	margin-bottom: 1.5em;
}

.wp-block-tag-cloud a {
	font-size: 18px !important;
	color: #635a5a;
	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(--airslv-black, #090808);
	min-height: 44px;
}

.wp-block-rss li+li {
	margin-top: 20px;
}

.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(--airslv-black, #090808);
	width: 44px;
	height: 44px;
	color: var(--airslv-white, #ffffff);
	transition: all 500ms ease;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.wp-block-group.has-background {
	padding: 30px;
}

.wp-block-columns {
	margin: 30px 0;
}

.blog-details__content .page-links span {
	background-color: var(--airslv-base, #d0807a);
	color: var(--airslv-white, #ffffff);
}

.blog-details__content .page-links span,
.blog-details__content .page-links a {
	display: flex;
	width: 40px;
	height: 40px;
	display: flex;
	color: var(--airslv-black, #090808);
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f1f1f5;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	transition: all 500ms ease;
	border-radius: var(--airslv-bdr-radius);
}

.blog-details__content .page-links span:hover,
.blog-details__content .page-links a:hover {
	background-color: var(--airslv-base, #d0807a);
	color: var(--airslv-white, #ffffff);
}

.blog-details__content .page-links span {
	background-color: var(--airslv-base, #d0807a);
	color: var(--airslv-white, #ffffff);
}

.blog-details__content .page-links {
	color: var(--airslv-black, #090808);
	display: flex;
	align-items: center;
}

.page-header__inner h2 b {
	color: var(--airslv-white);
}

.blog-one__single-content h2 a b {
	transition: .5s;
}

.blog-one__single-content h2 a:hover b {
	color: var(--airslv-base);
}

.blog-one__single-img-inner img {
	width: unset;
	max-width: 100%;
}

.blog-details__content .blog-one__single-img-inner:before {
	display: none;
}

.blog-details__content .blog-one__single-content-meta-box {
	padding-left: 0;
}

.blog-details__content .post-password-form input[type=password] {
	width: 200px;
	height: 60px;
	background-color: #f5f8fe;
	color: #635a5a;
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
	border-radius: var(--airslv-bdr-radius);
}

.blog-details__content .post-password-form input[type=password]:focus {
	outline: 0;
}

.blog-details__content .post-password-form input[type=submit] {
	width: 120px;
	height: 60px;
	background-color: var(--airslv-black, #090808);
	color: var(--airslv-white, #ffffff);
	padding: 0;
	text-align: center;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
	transition: all 500ms ease;
	border-radius: var(--airslv-bdr-radius);
}

.post-password-form input[type=submit]:hover {
	background-color: var(--airslv-base, #f5545a);
	color: var(--airslv-white, #ffffff);
}

.comments-area ol ol,
.blog-details__content ol ol,
.blog-details__content ul ol,
.blog-details__content ol ul,
.blog-details__content ul ul,
.comments-area ul ul {
	margin-bottom: 0;
}

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

.blog-one__single {
	position: relative;
}

.blog-one__single.tag-sticky-2:before,
.blog-one__single.sticky:before {
	position: absolute;
	right: 0px;
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--airslv-base, #f5545a);
	z-index: 10;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
	top: 7px;
}

.wp-block-latest-comments__comment-date {
	font-weight: 600;
	color: var(--airslv-black);
}

.single-page__wrapper .blog-details__content {
	padding-top: 0;
}

.single-page__wrapper h1,
.single-page__wrapper h2,
.single-page__wrapper h3,
.single-page__wrapper h4,
.single-page__wrapper h5,
.single-page__wrapper h6 {
	margin-bottom: 1rem;
}

.elementor-2910 .elementor-column {
	position: unset;
}

.elementor-2910 .elementor-widget-wrap {
	position: unset;
}

.elementor-2910 .elementor-section .elementor-container {
	position: unset !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
}

.airslv-service-details p {
	font-size: 16px !important;
	color: var(--airslv-black);
	font-weight: 500;
	opacity: .80;
}

.mc-form__response {
	color: var(--airslv-white);
}

.mc-form__response p {
	padding-top: 5px;
}

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

/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.why-choose-one__left {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.why-choose-one__right {
		max-width: 600px;
		margin: 30px auto 0;
	}

	.services-one__title a {
		font-size: 20px;
	}

	.expect-one__left {
		padding: 0 15px;
	}

	.expect-one__content-box {
		margin-right: 0;
	}

	.expect-one__title {
		font-size: 60px;
	}

	.expect-one__subtitle {
		font-size: 33px;
	}

	.expect-one__quality {
		bottom: -149px;
		left: -2px;
	}

	.how-it-work .section-title__title br {
		display: none;
	}

	.project-one__left {
		margin-right: 0;
	}

	.project-one__left .section-title__title {
		font-size: 46px;
		line-height: 55px;
	}

	.project-one__right {
		margin-left: 0;
		margin-right: 0;
	}

	.team-one__left {
		margin-right: 0;
	}

	.team-one__right {
		margin-left: 0;
	}

	.team-one .section-title__title {
		font-size: 50px;
		line-height: 65px;
	}

	.support-one__left {
		padding: 62px 40px 72px;
	}

	.support-one__right-content {
		padding-left: 120px;
		padding-right: 20px;
	}

	.blog-one__title {
		font-size: 21px;
	}

	.blog-one__meta {
		flex-direction: column;
	}

	.blog-one__meta-box-two {
		margin-left: 0;
		margin-top: 10px;
	}

	.footer-widget__latest-post {
		margin-right: 0;
		margin-left: 0;
	}

	.footer-widget__services {
		margin-right: 0;
		margin-left: 0;
		margin-top: 35px;
	}

	.footer-widget__newsletter {
		margin-left: 0;
		margin-top: 35px;
	}

	.why-choose-two__left {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.why-choose-two__right {
		max-width: 600px;
		margin: 60px auto 0;
	}

	.why-choose-two {
		padding: 120px 0 171px;
	}

	.project-two .project-one__right {
		margin-left: 0;
		margin-bottom: 30px;
	}

	.expect-two__content-box {
		margin-right: 0px;
	}

	.expect-two__title {
		font-size: 60px;
	}

	.expect-two__subtitle {
		font-size: 34px;
	}

	.expect-two__right {
		margin-right: 0;
		margin-left: 0;
	}

	.team-two__left {
		margin-right: 0;
	}

	.team-two .section-title__title {
		font-size: 50px;
		line-height: 65px;
	}

	.team-two__right {
		margin-left: 0;
		margin-right: 0;
	}

	.blog-two__meta {
		flex-direction: column;
	}

	.blog-two__meta-box-two {
		margin-left: 0px;
		margin-top: 10px;
	}

	.blog-two__title {
		font-size: 20px;
	}

	.expect-three__left {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.expect-three__right {
		max-width: 600px;
		margin: 48px auto 0;
	}

	.expect-three {
		padding: 105px 0 120px;
	}

	.blog-list__title a br {
		display: none;
	}

	.blog-details__quote {
		flex-direction: column;
	}

	.blog-details__quote-right {
		top: 17px;
	}

	.back-news__content p {
		font-size: 19px;
	}

	.comment-one__content p br {
		display: none;
	}

	.project-details__right .title-two br {
		display: none;
	}

	.cooling-services {
		flex-direction: column;
	}

	.cooling-services__img {
		margin-top: 30px;
	}

	.contact-form__title-box h3 {
		font-size: 32px;
	}

	.services-details__title-2 br {
		display: none;
	}

	.services-details__tab-box .tab-buttons .tab-btn {
		float: none;
	}

	.services-details__tab-box .tab-buttons .tab-btn+.tab-btn {
		margin-top: 10px;
	}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.why-choose-one__left {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.why-choose-one__right {
		max-width: 600px;
		margin: 30px auto 0;
	}

	.services-one__bottom-text br {
		display: none;
	}

	.expect-one__left {
		width: 100%;
		padding: 0 15px;
	}

	.expect-one__content-box {
		float: none;
		margin-right: 0;
	}

	.expect-one__right {
		width: 100%;
		overflow: hidden;
	}

	.expect-one__quality {
		bottom: 0;
		left: 0;
	}

	.project-one__left {
		margin-right: 0;
	}

	.project-one__right {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.team-one__right {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.support-one__img {
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		bottom: inherit;
	}

	.support-one__right-content {
		padding-left: 270px;
		padding-right: 40px;
	}

	.support-one__shape-three {
		left: 245px;
	}

	.blog-one .section-title__title br {
		display: none;
	}

	.footer-widget__latest-post {
		margin-right: 0;
		margin-left: 0;
	}

	.footer-widget__services {
		margin-right: 0;
		margin-left: 0;
		margin-top: 35px;
	}

	.footer-widget__newsletter {
		margin-left: 0;
		margin-top: 35px;
	}

	.why-choose-two__left {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.why-choose-two__right {
		max-width: 600px;
		margin: 60px auto 0;
	}

	.why-choose-two {
		padding: 120px 0 171px;
	}

	.services-two__bottom p br {
		display: none;
	}

	.project-two__content {
		padding: 36px 15px 40px 15px;
	}

	.project-two__subtitle {
		font-size: 24px;
	}

	.expect-two__content-box {
		margin-right: 0;
	}

	.expect-two__right {
		margin-right: 0;
		margin-left: 0;
		margin-top: 61px;
	}

	.testimonial-two__top .section-title__title br {
		display: none;
	}

	.team-two__right {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 39px;
	}

	.blog-two .section-title__title br {
		display: none;
	}

	.services-three__read-more a {
		padding-left: 20px;
	}

	.expect-three__left {
		max-width: 600px;
		margin: 0 auto 0;
	}

	.expect-three__right {
		max-width: 600px;
		margin: 48px auto 0;
	}

	.expect-three {
		padding: 105px 0 120px;
	}

	.blog-page .blog-one__title {
		font-size: 20px;
	}

	.blog-page .blog-one__meta {
		flex-direction: column;
		align-items: baseline;
	}

	.blog-page .blog-one__meta-box-two {
		margin-left: 0;
		margin-top: 10px;
	}

	.sideber {
		margin-top: 50px;
	}

	.project-details__right {
		margin-top: 35px;
	}

	.contact-form-box__right {
		margin-top: 50px;
	}

	.services-details__left {
		margin-bottom: 100px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.section-title__title {
		font-size: 30px;
		line-height: 45px;
	}

	.section-title__title br {
		display: none;
	}

	.why-choose-one__img-list-one {
		float: none;
	}

	.why-choose-one__img-list-one li:nth-child(2) {
		margin-left: 0;
	}

	.why-choose-one__img-list-one--two {
		margin-left: 0;
		margin-top: 0;
	}

	.why-choose-one__shape-1,
	.why-choose-one__shape-2,
	.why-choose-one__shape-3 {
		display: none;
	}

	.why-choose-one__points li {
		flex-direction: column;
		align-items: baseline;
	}

	.why-choose-one__title {
		font-size: 22px;
		margin-left: 0;
		margin-top: 10px;
	}

	.why-choose-one__user {
		flex-direction: column;
		align-items: baseline;
	}

	.why-choose-one__user-sign-img {
		margin-left: 0;
	}

	.why-choose-one__user-right {
		margin-left: 0;
		top: 20px;
	}

	.why-choose-one {
		padding: 120px 0 130px;
	}

	.why-choose-one__right {
		margin-right: 0;
		margin-top: 30px;
	}

	.services-one__bottom-text br {
		display: none;
	}

	.services-one__title a {
		font-size: 20px;
	}

	.services-one__title {
		margin-left: 15px;
	}

	.expect-one__left {
		width: 100%;
		padding: 0 15px;
	}

	.expect-one__content-box {
		float: none;
		margin-right: 0;
	}

	.expect-one__right {
		width: 100%;
		overflow: hidden;
	}

	.expect-one__quality {
		bottom: 0;
		left: 0;
		padding: 32px 10px 20px;
	}

	.expect-one__title {
		font-size: 39px;
		line-height: 45px;
	}

	.expect-one__subtitle {
		font-size: 22px;
		line-height: 25px;
	}

	.expect-one__video-link {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.expect-one__quality-text h3 {
		font-size: 20px;
	}

	.project-one__left {
		margin-right: 0;
	}

	.project-one__right {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.project-one__subtitle a {
		font-size: 24px;
	}

	.testimonials-one__inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.team-one__right {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.support-one__left {
		padding: 62px 30px 72px;
	}

	.support-one__img {
		display: none;
	}

	.support-one__shape-three {
		display: none;
	}

	.support-one__right-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.blog-one__title {
		font-size: 21px;
	}

	.blog-one__meta {
		flex-direction: column;
	}

	.blog-one__meta-box-two {
		margin-left: 0;
		margin-top: 10px;
	}

	.footer-widget__latest-post {
		margin-right: 0;
		margin-left: 0;
		margin-top: 35px;
	}

	.footer-widget__services {
		margin-right: 0;
		margin-left: 0;
		margin-top: 25px;
		margin-bottom: 24px;
	}

	.footer-widget__newsletter {
		margin-left: 0;
	}

	.why-choose-two__left {
		margin-right: 0;
	}

	.why-choose-two__left-text-one br {
		display: none;
	}

	.why-choose-two__right {
		margin-left: 0;
		margin-right: 0;
		margin-top: 60px;
	}

	.why-choose-two__content-box {
		flex-direction: column;
	}

	.why-choose-two__points {
		margin-left: 0;
		margin-top: 74px;
	}

	.why-choose-two__right-img img {
		width: 100%;
	}

	.why-choose-two__experience {
		left: 0;
	}

	.why-choose-two {
		padding: 120px 0 110px;
	}

	.services-two__bottom p br {
		display: none;
	}

	.project-two__content {
		padding: 36px 15px 40px 15px;
	}

	.project-two__subtitle {
		font-size: 20px;
	}

	.expect-two__content-box {
		margin-right: 0;
	}

	.expect-two__right {
		margin-right: 0;
		margin-left: 0;
		margin-top: 61px;
	}

	.expect-two__title {
		font-size: 38px;
		line-height: 43px;
	}

	.expect-two__subtitle {
		font-size: 34px;
	}

	.expect-two__quality {
		flex-direction: column;
		padding: 32px 20px 20px;
	}

	.expect-two__quality-text {
		margin-left: 0;
		margin-top: 10px;
	}

	.expect-two__quality-text h3 {
		font-size: 25px;
	}

	.testimonial-two__client-text {
		padding: 53px 25px 53px;
	}

	.testimonial-two__client-text p {
		font-size: 18px;
	}

	.team-two__right {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 39px;
	}

	.blog-two__meta {
		flex-direction: column;
	}

	.blog-two__meta-box-two {
		margin-left: 0px;
		margin-top: 10px;
	}

	.blog-two__title {
		font-size: 20px;
	}

	.services-three__read-more a {
		padding-left: 20px;
	}

	.services-three__single {
		padding-left: 20px;
		padding-right: 20px;
	}

	.expect-three__left {
		margin-right: 0;
	}

	.expect-three__title br {
		display: none;
	}

	.expect-three__title {
		font-size: 39px;
		line-height: 55px;
	}

	.expect-three__right {
		margin-right: 0;
		margin-left: 0;
	}

	.expect-three__quality {
		flex-direction: column;
	}

	.expect-three__quality-text {
		margin-left: 0;
		margin-top: 10px;
	}

	.expect-three {
		padding: 107px 0 120px;
	}

	.expect-three__shape-2 {
		display: none;
	}

	.error-page__title {
		font-size: 165px;
		line-height: 165px;
	}

	.blog-list__title a br {
		display: none;
	}

	.blog-list__meta-box {
		flex-direction: column;
		padding: 10px 20px 10px;
	}

	.blog-list__meta {
		flex-direction: column;
	}

	.blog-list__meta-box-two {
		margin-left: 0;
		margin-top: 10px;
	}

	.blog-list__meta-btn {
		margin-top: 7px;
	}

	.blog-list__title {
		font-size: 30px;
		line-height: 45px;
	}

	.blog-details__meta-box {
		flex-direction: column;
		padding: 10px 20px 10px;
	}

	.blog-details__meta {
		flex-direction: column;
	}

	.blog-details__meta-box-two {
		margin-left: 0;
		margin-top: 10px;
	}

	.blog-details__meta-btn {
		margin-top: 10px;
	}

	.blog-details__quote {
		flex-direction: column;
	}

	.blog-details__quote-right {
		top: 17px;
	}

	.blog-details__tags-list a {
		font-size: 14px;
		padding: 0 10px 0;
	}

	.back-news {
		flex-direction: column;
	}

	.back-news__left {
		margin-bottom: 70px;
	}

	.comment-one__single {
		flex-direction: column;
	}

	.comment-one__content {
		margin-left: 0;
		top: 0;
		margin-top: 20px;
	}

	.comment-one__single--two {
		margin-left: 0;
	}

	.comment-one__content p br {
		display: none;
	}

	.project-details__details-box {
		padding: 48px 30px 50px 30px;
	}

	.sidebar__call-box {
		padding: 55px 30px 60px;
	}

	.project-details__right {
		margin-top: 35px;
	}

	.project-details__right .title-two br {
		display: none;
	}

	.cooling-services {
		flex-direction: column;
	}

	.cooling-services__img {
		margin-top: 30px;
	}

	.project-details__challenges-content-box {
		flex-direction: column;
		align-items: baseline;
	}

	.clallenges-box__left--two {
		margin-left: 0;
		margin-top: 20px;
	}

	.project-details__ac-repairs {
		flex-direction: column;
		align-items: baseline;
	}

	.project-details__ac-repairs .icon {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.contact-form-box__right {
		margin-top: 50px;
	}

	.services-details__left {
		margin-bottom: 100px;
	}

	.services-details__title-2 br {
		display: none;
	}

	.services-details__tab-box .tab-buttons .tab-btn {
		float: none;
	}

	.services-details__tab-box .tab-buttons .tab-btn+.tab-btn {
		margin-top: 10px;
	}

	.service-details__points-single {
		padding: 30px 15px 30px;
	}

	.service-details__points-text p {
		font-size: 19px;
	}

	.page-header__shape-1 {
		display: none;
	}

	.page-header__inner h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.services-two__title {
		margin-left: 10px;
	}

	.services-two__title h3 {
		font-size: 15px;
	}
}

/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-slider__top-rate {
		top: inherit;
		right: 315px;
		bottom: 49px;
	}

	.main-slider__nav {
		left: 45%;
	}

	.main-slider-two__nav {
		left: 45%;
	}

	#main-slider-pagination {
		max-width: 960px;
	}

	.main-slider-three__nav {
		left: 45%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-slider__top-rate {
		display: none;
	}

	.main-slider__nav {
		left: 45%;
	}

	.main-slider__title {
		font-size: 75px;
		line-height: 80px;
	}

	.main-slider-two__title {
		font-size: 80px;
		line-height: 85px;
	}

	.main-slider-two__nav {
		left: 45%;
	}

	#main-slider-pagination {
		max-width: 720px;
	}

	.main-slider-three__nav {
		left: 45%;
	}

	.main-slider-three__title {
		font-size: 75px;
		line-height: 85px;
	}

	.main-slider-three__shape-2 {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.main-slider__top-rate {
		display: none;
	}

	.main-slider__nav {
		left: 45%;
	}

	.main-slider__title {
		font-size: 32px;
		line-height: 42px;
	}

	.main-slider__point {
		flex-direction: column;
		align-items: baseline;
	}

	.main-slider__point li+li {
		margin-left: 0;
		margin-top: 35px;
	}

	.main-slider__shape-1 {
		display: none;
	}

	#main-slider-pagination {
		max-width: 540px;
	}

	.main-slider-two__nav {
		display: none;
	}

	.main-slider-two__title {
		font-size: 40px;
		line-height: 50px;
	}

	.main-slider-two__text br {
		display: none;
	}

	.main-slider-two-overly-one,
	.main-slider-tow-overly-two {
		display: none;
	}

	.main-slider-two__shape-3 {
		display: none;
	}

	.main-slider-three__nav {
		display: none;
	}

	.main-slider-three__title {
		font-size: 37px;
		line-height: 47px;
		margin-bottom: 50px;
	}

	.main-slider-three__title br {
		display: none;
	}

	.main-slider-three__shape-2 {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1285px) {
	.main-slider-two__nav {
		left: 45%;
	}

	.main-slider-three__nav {
		left: 45%;
	}
}

/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header__contact-list li+li {
		margin-left: 10px;
	}

	.main-menu-two__logo {
		margin-right: 40px;
	}

	.main-menu .mobile-nav__toggler {
		display: inline-block;
		padding: 33px 0;
	}

	.main-header-two__review-mail-box {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header__contact-list li:first-child {
		display: none;
	}

	.main-header__contact-list li+li {
		margin-left: 10px;
	}

	.main-header-two__top {
		display: none;
	}

	.main-menu-two__call {
		display: none;
	}

	.main-menu .mobile-nav__toggler {
		display: inline-block;
		padding: 33px 0;
	}

	.main-menu-two__logo {
		margin-right: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.main-header__top {
		display: none;
	}

	.main-header__middle-right {
		display: none;
	}

	.main-header__middle-inner {
		justify-content: center;
		padding: 15px 0;
	}

	.main-menu__wrapper-inner {
		padding-left: 20px;
	}

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

	.main-header-two__top {
		display: none;
	}

	.main-menu-two__call {
		display: none;
	}

	.main-menu .mobile-nav__toggler {
		display: inline-block;
		padding: 33px 0;
	}

	.main-menu-two__wrapper {
		padding: 0 30px;
	}

	.main-menu-two__right {
		display: none;
	}

	.main-menu-two__left {
		float: none;
	}

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

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

@media only screen and (min-width: 1200px) and (max-width: 1520px) {
	.main-menu-two__call {
		display: none;
	}

	.main-menu-two__logo {
		margin-right: 40px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1760px) {
	.main-slider__top-rate {
		top: 445px;
		right: 300px;
	}
}